feat(tests): IPv6 fixes
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Replacements:
150
151     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
152       csit-vpp-perf-verify-1908-3n-hsw:
153         - 48  # NDRPDR sel vhost
154         - 49  # NDRPDR sel vhost
155         - 52  # NDRPDR sel vhost
156         - 53  # NDRPDR sel vhost
157         - 54  # NDRPDR sel vhost
158         - 55  # NDRPDR sel vhost
159         - 56  # NDRPDR sel vhost
160         - 57  # NDRPDR sel vhost
161         - 58  # NDRPDR sel vhost
162         - 59  # NDRPDR sel vhost
163
164     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
165       csit-vpp-perf-verify-1908-3n-skx:
166         - 52  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
167         - 53  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
168         - 55  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
169         - 61  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
170         - 62  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
171         - 63  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
172         - 64  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
173         - 65  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
174         - 66  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
175         - 67  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
176
177     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
178       csit-vpp-perf-verify-1908-2n-skx:
179         - 88  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
180         - 89  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
181         - 91  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
182         - 92  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
183         - 93  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
184         - 94  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
185         - 95  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
186         - 96  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
187         - 97  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
188         - 98  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
189
190     ###########################################################################
191     # Plots:
192
193     # 3n-hsw
194
195     plot-vpp-throughput-lat-tsa-3n-hsw:
196       csit-vpp-perf-report-iterative-2005-3n-hsw:
197         - 3   # NDRPDR sel
198         - 4   # NDRPDR sel
199         - 5   # NDRPDR sel
200         - 10  # NDRPDR sel
201         - 11  # NDRPDR sel
202         - 12  # NDRPDR sel
203         - 15  # NDRPDR sel
204         - 16  # NDRPDR sel
205         - 18  # NDRPDR sel
206         - 19  # NDRPDR sel
207
208     plot-vpp-hdrh-lat-3n-hsw:
209       csit-vpp-perf-report-iterative-2005-3n-hsw:
210         - 3   # NDRPDR sel
211
212     plot-vpp-nfv-3n-hsw-ndrpdr:
213       csit-vpp-perf-report-iterative-2005-3n-hsw:
214         - 3   # NDRPDR sel
215         - 4   # NDRPDR sel
216         - 5   # NDRPDR sel
217         - 10  # NDRPDR sel
218         - 11  # NDRPDR sel
219         - 12  # NDRPDR sel
220         - 15  # NDRPDR sel
221         - 16  # NDRPDR sel
222         - 18  # NDRPDR sel
223         - 19  # NDRPDR sel
224
225     plot-vpp-nfv-3n-hsw-mrr:
226       csit-vpp-perf-report-iterative-2005-3n-hsw:
227         - 13  # MRR
228
229     plot-vpp-hoststack-3n-hsw:
230       csit-vpp-perf-verify-2005-3n-hsw:
231         - 3   # hoststack
232         - 5   # hoststack
233         - 6   # hoststack
234         - 7   # hoststack
235         - 8   # hoststack
236         - 9   # hoststack
237         - 10  # hoststack
238         - 11  # hoststack
239         - 12  # hoststack
240         - 13  # hoststack
241
242     plot-dpdk-throughput-latency-3n-hsw:
243       csit-dpdk-perf-report-iterative-2005-3n-hsw:
244         - 5   # NDRPDR sel
245         - 6   # NDRPDR sel
246         - 7   # NDRPDR sel
247         - 8   # NDRPDR sel
248         - 9   # NDRPDR sel
249         - 10  # NDRPDR sel
250         - 11  # NDRPDR sel
251         - 12  # NDRPDR sel
252         - 13  # NDRPDR sel
253         - 14  # NDRPDR sel
254
255     plot-dpdk-hdrh-lat-3n-hsw:
256       csit-dpdk-perf-report-iterative-2005-3n-hsw:
257         - 5   # NDRPDR sel
258
259     # 3n-skx
260
261     plot-vpp-throughput-lat-tsa-3n-skx:
262       # TODO: Add data:
263       csit-vpp-perf-report-iterative-2005-3n-skx:
264         - 4   # NDRPDR sel
265         - 5   # NDRPDR sel ??? all x710 failed
266
267     plot-vpp-hdrh-lat-3n-skx:
268       csit-vpp-perf-report-iterative-2005-3n-skx:
269         - 4   # NDRPDR sel
270
271     plot-vpp-nfv-3n-skx-ndrpdr:
272       # TODO: Add data:
273       csit-vpp-perf-report-iterative-2005-3n-skx:
274         - 4   # NDRPDR sel
275         - 5   # NDRPDR sel ??? all x710 failed
276
277     plot-vpp-nfv-3n-skx-mrr:
278       # TODO: Replace:
279       # csit-vpp-perf-report-iterative-2005-3n-skx:
280       csit-vpp-perf-verify-2001-3n-skx:
281         - 50  # MRR sel
282
283     plot-dpdk-throughput-latency-3n-skx:
284       csit-dpdk-perf-report-iterative-2005-3n-skx:
285         - 4   # NDRPDR sel
286         - 5   # NDRPDR sel
287         - 6   # NDRPDR sel
288         - 7   # NDRPDR sel
289         - 8   # NDRPDR sel
290         - 11  # NDRPDR sel
291         - 12  # NDRPDR sel
292         - 13  # NDRPDR sel
293         - 14  # NDRPDR sel
294         - 15  # NDRPDR sel
295
296     plot-dpdk-hdrh-lat-3n-skx:
297       csit-dpdk-perf-report-iterative-2005-3n-skx:
298         - 4   # NDRPDR sel
299
300     # 2n-skx
301
302     plot-vpp-throughput-lat-tsa-2n-skx:
303       # TODO: Add data:
304       csit-vpp-perf-report-iterative-2005-2n-skx:
305         - 7   # NDRPDR sel
306
307     plot-vpp-hdrh-lat-2n-skx:
308       csit-vpp-perf-report-iterative-2005-2n-skx:
309         - 7   # NDRPDR sel
310
311     plot-vpp-soak-2n-skx:
312       # TODO: Replace:
313       # csit-vpp-perf-report-iterative-2005-2n-skx:
314       csit-vpp-perf-verify-2001-2n-skx:
315         - 181  # Soak
316         - 182  # Soak
317
318     plot-vpp-nfv-2n-skx-ndrpdr:
319       # TODO: Add data:
320       csit-vpp-perf-report-iterative-2005-2n-skx:
321         - 7   # NDRPDR sel
322
323     plot-vpp-nfv-2n-skx-mrr:
324       # TODO: Replace:
325       # csit-vpp-perf-report-iterative-2005-2n-skx:
326       csit-vpp-perf-verify-1908-2n-skx:
327         - 71  # NFV MRR
328
329     plot-vpp-nfv-reconf-2n-skx:
330       # TODO: Replace:
331       # csit-vpp-perf-report-iterative-2005-2n-skx:
332       csit-vpp-perf-verify-2001-2n-skx:
333         - 169  # Reconf
334
335     plot-dpdk-throughput-latency-2n-skx:
336       csit-dpdk-perf-report-iterative-2005-2n-skx:
337         - 1   # NDRPDR sel
338         - 2   # NDRPDR sel
339         - 3   # NDRPDR sel
340         - 4   # NDRPDR sel
341         - 5   # NDRPDR sel
342         - 6   # NDRPDR sel
343         - 7   # NDRPDR sel
344         - 8   # NDRPDR sel
345         - 9   # NDRPDR sel
346         - 10  # NDRPDR sel
347
348     plot-dpdk-hdrh-lat-2n-skx:
349       csit-dpdk-perf-report-iterative-2005-2n-skx:
350         - 1   # NDRPDR sel
351
352     # 2n-clx
353
354     plot-vpp-throughput-lat-tsa-2n-clx:
355       # TODO: Add data:
356       csit-vpp-perf-report-iterative-2005-2n-clx:
357         - 7   # NDRPDR sel
358         - 9   # NDRPDR sel
359
360     plot-vpp-hdrh-lat-2n-clx:
361       # TODO: Add data:
362       csit-vpp-perf-report-iterative-2005-2n-clx:
363         - 9   # NDRPDR sel
364
365 #    plot-vpp-http-server-performance:
366 #      # TODO: Replace:
367 #      # csit-vpp-perf-report-iterative-2005-2n-clx:
368 #      csit-vpp-perf-verify-2001-2n-clx:
369 #        - 80  # TCP
370
371     plot-vpp-nfv-2n-clx-ndrpdr:
372       # TODO: Add data:
373       csit-vpp-perf-report-iterative-2005-2n-clx:
374         - 7   # NDRPDR sel
375         - 9   # NDRPDR sel
376
377     plot-vpp-nfv-2n-clx-mrr:
378       # TODO: Replace:
379       # csit-vpp-perf-report-iterative-2005-2n-clx:
380       csit-vpp-perf-verify-2001-2n-clx:
381         - 39  # MRR
382
383     plot-vpp-nfv-reconf-2n-clx:
384       # TODO: Replace:
385       # csit-vpp-perf-report-iterative-2005-2n-clx:
386       csit-vpp-perf-verify-2001-2n-clx:
387         - 68  # Reconf
388
389     plot-vpp-soak-2n-clx:
390       # TODO: Replace:
391       # csit-vpp-perf-report-iterative-2005-2n-clx:
392       csit-vpp-perf-verify-2001-2n-clx:
393         - 93  # Soak
394         - 94  # Soak
395
396     plot-dpdk-throughput-latency-2n-clx:
397       csit-dpdk-perf-report-iterative-2005-2n-clx:
398         - 1   # NDRPDR sel
399         - 2   # NDRPDR sel
400         - 3   # NDRPDR sel
401         - 4   # NDRPDR sel
402         - 5   # NDRPDR sel
403         - 6   # NDRPDR sel
404         - 7   # NDRPDR sel
405         - 8   # NDRPDR sel
406         - 9   # NDRPDR sel
407         - 10  # NDRPDR sel
408
409     plot-dpdk-hdrh-lat-2n-clx:
410       csit-dpdk-perf-report-iterative-2005-2n-clx:
411         - 1   # NDRPDR sel
412
413     # 3n-tsh
414
415     plot-vpp-throughput-lat-tsa-3n-tsh:
416       # TODO: Replace:
417       # csit-vpp-perf-report-iterative-2005-3n-tsh:
418       csit-vpp-perf-verify-2001-3n-tsh:
419         - 3   # NDRPDR sel
420
421     plot-vpp-hdrh-lat-3n-tsh:
422       # TODO: Replace:
423       # csit-vpp-perf-report-iterative-2005-3n-tsh:
424       csit-vpp-perf-verify-2001-3n-tsh:
425         - 10  # NDRPDR sel
426
427     plot-dpdk-throughput-latency-3n-tsh:
428       # TODO: Add data:
429       csit-dpdk-perf-report-iterative-2005-3n-tsh:
430         - 5   # NDRPDR sel
431
432     plot-dpdk-hdrh-lat-3n-tsh:
433       # TODO: Replace with better results:
434       csit-dpdk-perf-report-iterative-2005-3n-tsh:
435         - 5   # NDRPDR sel
436
437     # 3n-dnv
438
439     plot-vpp-throughput-lat-tsa-3n-dnv:
440       csit-vpp-perf-report-iterative-2005-3n-dnv:
441         - 2   # NDRPDR sel
442         - 3   # NDRPDR sel
443         - 4   # NDRPDR sel
444         - 5   # NDRPDR sel
445         - 6   # NDRPDR sel
446         - 7   # NDRPDR sel
447         - 9   # NDRPDR sel
448         - 10  # NDRPDR sel
449         - 11  # NDRPDR sel
450         - 12  # NDRPDR sel
451
452     plot-dpdk-throughput-latency-3n-dnv:
453       csit-dpdk-perf-report-iterative-2005-3n-dnv:
454         - 6   # NDRPDR sel
455         - 7   # NDRPDR sel
456         - 8   # NDRPDR sel
457         - 9   # NDRPDR sel
458         - 10  # NDRPDR sel
459         - 11  # NDRPDR sel
460         - 12  # NDRPDR sel
461         - 13  # NDRPDR sel
462         - 14  # NDRPDR sel
463         - 16  # NDRPDR sel
464
465     # 2n-dnv
466
467     plot-vpp-throughput-lat-tsa-2n-dnv:
468       csit-vpp-perf-report-iterative-2005-2n-dnv:
469         - 3   # NDRPDR sel
470         - 6   # NDRPDR sel
471         - 7   # NDRPDR sel
472         - 8   # NDRPDR sel
473         - 9   # NDRPDR sel
474         - 10  # NDRPDR sel
475         - 11  # NDRPDR sel
476         - 12  # NDRPDR sel
477         - 13  # NDRPDR sel
478         - 14  # NDRPDR sel
479
480     plot-dpdk-throughput-latency-2n-dnv:
481       csit-dpdk-perf-report-iterative-2005-2n-dnv:
482         - 8   # NDRPDR sel
483         - 9   # NDRPDR sel
484         - 10  # NDRPDR sel
485         - 11  # NDRPDR sel
486         - 12  # NDRPDR sel
487         - 13  # NDRPDR sel
488         - 14  # NDRPDR sel
489         - 15  # NDRPDR sel
490         - 16  # NDRPDR sel
491         - 17  # NDRPDR sel
492
493     ###########################################################################
494     # Simple tables (only one data set):
495
496     # NIC Comparisons
497
498     vpp-nic-comparison-3n-skx:
499       # TODO: Add data:
500       csit-vpp-perf-report-iterative-2005-3n-skx:
501         - 4   # NDRPDR sel
502         - 5   # NDRPDR sel ??? all x710 failed
503
504     vpp-nic-comparison-2n-skx:
505       # TODO: Add data:
506       csit-vpp-perf-report-iterative-2005-2n-skx:
507         - 7   # NDRPDR sel
508
509     vpp-nic-comparison-3n-skx-mrr:
510       csit-vpp-perf-report-iterative-2005-3n-skx:
511         - 6   # MRR sel
512
513     vpp-nic-comparison-2n-skx-mrr:
514       # TODO: Replace:
515       # csit-vpp-perf-report-iterative-2005-2n-skx:
516       csit-vpp-perf-verify-2001-2n-skx:
517         - 101 # MRR sel
518         - 128 # MRR sel addition
519
520     # Results
521
522     vpp-perf-results-3n-hsw:
523       csit-vpp-perf-report-coverage-2005-3n-hsw:
524         - 1   # perf-full-3n-dnv-crypto_I
525         - 3   # perf-full-3n-hsw-crypto_III
526         - 4   # perf-full-3n-dnv-crypto_IV
527         - 5   # perf-full-3n-hsw-ip4_I
528         - 6   # perf-full-3n-hsw-ip4_II
529
530     vpp-perf-results-3n-skx:
531       # TODO: Replace:
532       csit-vpp-perf-report-iterative-2005-3n-skx:
533         - 4   # NDRPDR sel
534
535     vpp-perf-results-2n-skx:
536       # TODO: Replace:
537       csit-vpp-perf-report-iterative-2005-2n-skx:
538         - 7   # NDRPDR sel
539
540     vpp-perf-results-2n-clx:
541       # TODO: Replace:
542       csit-vpp-perf-report-iterative-2005-2n-clx:
543         - 9   # NDRPDR sel
544
545     vpp-perf-results-3n-tsh:
546       # TODO: Replace:
547       # csit-vpp-perf-report-iterative-2005-3n-tsh:
548       csit-vpp-perf-verify-2001-3n-tsh:
549         - 10  # NDRPDR sel
550
551     vpp-perf-results-3n-dnv:
552       csit-vpp-perf-report-coverage-2005-3n-dnv:
553         - 1   # perf-full-3n-dnv-crypto_I
554
555     vpp-perf-results-2n-dnv:
556       csit-vpp-perf-report-coverage-2005-2n-dnv:
557         - 1   # perf-full-2n-dnv-ip4_I
558         - 2   # perf-full-2n-dnv-ip4_II
559         - 3   # perf-full-2n-dnv-ip6_I
560         - 4   # perf-full-2n-dnv-ip6_II
561         - 5   # perf-full-2n-dnv-l2_I
562         - 6   # perf-full-2n-dnv-l2_II
563
564     vpp-mrr-results-3n-hsw:
565       csit-vpp-perf-report-iterative-2005-3n-hsw:
566         - 13  # MRR
567
568     vpp-mrr-results-3n-skx:
569       csit-vpp-perf-report-iterative-2005-3n-skx:
570         - 6   # MRR sel
571
572     vpp-mrr-results-2n-skx:
573       # TODO: Replace:
574       # csit-vpp-perf-report-iterative-2005-2n-skx:
575       csit-vpp-perf-verify-2001-2n-skx:
576         - 101 # MRR sel
577         - 128 # MRR sel addition
578
579     vpp-mrr-results-2n-clx:
580       # TODO: Replace:
581       # csit-vpp-perf-report-iterative-2005-2n-clx:
582       csit-vpp-perf-verify-2001-2n-clx:
583         - 39  # MRR
584
585     vpp-mrr-results-3n-tsh:
586       # TODO: Replace:
587       # csit-vpp-perf-report-iterative-2005-3n-tsh:
588       csit-vpp-perf-verify-2001-3n-tsh:
589         - 9   # MRR sel
590
591     vpp-mrr-results-3n-dnv:
592       csit-vpp-perf-report-iterative-2005-3n-dnv:
593         - 8   # MRR
594
595     vpp-mrr-results-2n-dnv:
596       csit-vpp-perf-report-iterative-2005-2n-dnv:
597         - 15  # MRR sel
598
599     vpp-device-results-ubuntu:
600       csit-vpp-device-2005-ubuntu1804-1n-skx:
601         - 35
602
603     dpdk-perf-results-3n-hsw:
604       csit-dpdk-perf-report-iterative-2005-3n-hsw:
605         - 5   # NDRPDR sel
606
607     dpdk-perf-results-3n-skx:
608       csit-dpdk-perf-report-iterative-2005-3n-skx:
609         - 4   # NDRPDR sel
610
611     dpdk-perf-results-2n-skx:
612       csit-dpdk-perf-report-iterative-2005-2n-skx:
613         - 1   # NDRPDR sel
614
615     dpdk-perf-results-2n-clx:
616       csit-dpdk-perf-report-iterative-2005-2n-clx:
617         - 1   # NDRPDR sel
618
619     dpdk-perf-results-2n-dnv:
620       csit-dpdk-perf-report-iterative-2005-2n-dnv:
621         - 8   # NDRPDR sel
622
623     dpdk-perf-results-3n-dnv:
624       csit-dpdk-perf-report-iterative-2005-3n-dnv:
625         - 6   # NDRPDR sel
626
627     dpdk-perf-results-3n-tsh:
628       # TODO: Replace with better results:
629       csit-dpdk-perf-report-iterative-2005-3n-tsh:
630         - 5   # NDRPDR sel
631
632 ###########################################################################
633     # Tables (more than one data set)
634
635     # Performance changes
636
637     vpp-performance-changes-3n-hsw-h1:
638       csit-vpp-perf-verify-1908-3n-hsw:
639         - 12  # NDRPDR sel
640         - 13  # NDRPDR sel
641         - 14  # NDRPDR sel
642         - 15  # NDRPDR sel
643         - 16  # NDRPDR sel
644         - 17  # NDRPDR sel
645         - 18  # NDRPDR sel
646         - 19  # NDRPDR sel
647         - 20  # NDRPDR sel
648         - 21  # NDRPDR sel
649     vpp-performance-changes-3n-hsw-ref:
650       csit-vpp-perf-verify-2001-3n-hsw:
651         - 21  # NDRPDR sel
652         - 22  # NDRPDR sel
653         - 23  # NDRPDR sel
654         - 24  # NDRPDR sel
655         - 25  # NDRPDR sel
656         - 29  # NDRPDR sel
657         - 30  # NDRPDR sel
658         - 31  # NDRPDR sel
659         - 32  # NDRPDR sel
660         - 34  # NDRPDR sel
661     vpp-performance-changes-3n-hsw-cmp:
662       csit-vpp-perf-report-iterative-2005-3n-hsw:
663         - 3   # NDRPDR sel
664         - 4   # NDRPDR sel
665         - 5   # NDRPDR sel
666         - 10  # NDRPDR sel
667         - 11  # NDRPDR sel
668         - 12  # NDRPDR sel
669         - 15  # NDRPDR sel
670         - 16  # NDRPDR sel
671         - 18  # NDRPDR sel
672         - 19  # NDRPDR sel
673
674     vpp-performance-changes-3n-skx-h1:
675       csit-vpp-perf-verify-1908-3n-skx:
676         - 26  # NDRPDR sel - new1908.1
677         - 27  # NDRPDR sel - new1908.1
678         - 28  # NDRPDR sel - new1908.1
679         - 29  # NDRPDR sel - new1908.1
680         - 30  # NDRPDR sel - new1908.1
681         - 31  # NDRPDR sel - new1908.1
682         - 33  # NDRPDR sel - new1908.1
683         - 34  # NDRPDR sel - new1908.1
684         - 35  # NDRPDR sel - new1908.1
685         - 36  # NDRPDR sel - new1908.1
686     vpp-performance-changes-3n-skx-ref:
687       csit-vpp-perf-verify-2001-3n-skx:
688         - 69  # NDRPDR sel - new2001.0
689         - 71  # NDRPDR sel - new2001.0
690         - 72  # NDRPDR sel - new2001.0
691         - 76  # NDRPDR sel - new2001.0
692         - 77  # NDRPDR sel - new2001.0
693         - 78  # NDRPDR sel - new2001.0
694         - 80  # NDRPDR sel - new2001.0
695     vpp-performance-changes-3n-skx-cmp:
696       # TODO: Add data:
697       csit-vpp-perf-report-iterative-2005-3n-skx:
698         - 4   # NDRPDR sel
699         - 5   # NDRPDR sel ??? all x710 failed
700
701     vpp-performance-changes-2n-skx-h1:
702       csit-vpp-perf-verify-1908-2n-skx:
703         - 39  # NDRPDR sel - new1908.1
704         - 40  # NDRPDR sel - new1908.1
705         - 41  # NDRPDR sel - new1908.1
706         - 43  # NDRPDR sel - new1908.1
707         - 44  # NDRPDR sel - new1908.1
708         - 45  # NDRPDR sel - new1908.1
709         - 46  # NDRPDR sel - new1908.1
710         - 47  # NDRPDR sel - new1908.1
711         - 48  # NDRPDR sel - new1908.1
712         - 49  # NDRPDR sel - new1908.1
713     vpp-performance-changes-2n-skx-ref:
714       csit-vpp-perf-verify-2001-2n-skx:
715         - 143  # NDRPDR sel - new2001.0
716         - 146  # NDRPDR sel - new2001.0
717         - 147  # NDRPDR sel - new2001.0
718         - 148  # NDRPDR sel - new2001.0
719         - 149  # NDRPDR sel - new2001.0
720         - 150  # NDRPDR sel - new2001.0
721         - 151  # NDRPDR sel - new2001.0
722         - 152  # NDRPDR sel - new2001.0
723         - 153  # NDRPDR sel - new2001.0
724         - 154  # NDRPDR sel - new2001.0
725     vpp-performance-changes-2n-skx-cmp:
726       # TODO: Add data:
727       csit-vpp-perf-report-iterative-2005-2n-skx:
728         - 7   # NDRPDR sel
729
730     vpp-performance-changes-nfv-2n-skx-ref:
731       csit-vpp-perf-verify-2001-2n-skx:
732         - 30  # NFV
733         - 31  # NFV
734     vpp-performance-changes-nfv-2n-skx-cmp:
735       # TODO: Add data:
736       csit-vpp-perf-report-iterative-2005-2n-skx:
737         - 7   # NDRPDR sel
738
739     vpp-performance-changes-2n-clx-h1:
740       csit-vpp-perf-verify-1908_1-2n-clx:
741         - 5  # NDRPDR sel
742         - 6  # NDRPDR sel
743         - 7  # NDRPDR sel
744         - 8  # NDRPDR sel
745         - 9  # NDRPDR sel
746     vpp-performance-changes-2n-clx-ref:
747       csit-vpp-perf-verify-2001-2n-clx:
748         - 28  # NDRPDR sel
749         - 29  # NDRPDR sel
750         - 32  # NDRPDR sel
751         - 40  # NDRPDR sel
752         - 43  # NDRPDR sel
753         - 44  # NDRPDR sel
754         - 45  # NDRPDR sel
755         - 47  # NDRPDR sel
756         - 48  # NDRPDR sel
757         - 49  # NDRPDR sel
758     vpp-performance-changes-2n-clx-cmp:
759       # TODO: Add data:
760       csit-vpp-perf-report-iterative-2005-2n-clx:
761         - 7   # NDRPDR sel
762         - 9   # NDRPDR sel
763
764     vpp-performance-changes-2n-dnv-h1:
765       csit-vpp-perf-verify-1908-2n-dnv:
766         - 1   # NDRPDR sel
767         - 2   # NDRPDR sel
768         - 3   # NDRPDR sel
769         - 4   # NDRPDR sel
770         - 5   # NDRPDR sel
771         - 6   # NDRPDR sel
772         - 7   # NDRPDR sel
773         - 8   # NDRPDR sel
774         - 9   # NDRPDR sel
775         - 10  # NDRPDR sel
776     vpp-performance-changes-2n-dnv-ref:
777       csit-vpp-perf-verify-2001-2n-dnv:
778         - 4   # NDRPDR sel
779         - 5   # NDRPDR sel
780         - 6   # NDRPDR sel
781         - 7   # NDRPDR sel
782         - 8   # NDRPDR sel
783         - 9   # NDRPDR sel
784         - 10  # NDRPDR sel
785         - 11  # NDRPDR sel
786         - 13  # NDRPDR sel
787         - 16  # NDRPDR sel
788     vpp-performance-changes-2n-dnv-cmp:
789       csit-vpp-perf-report-iterative-2005-2n-dnv:
790         - 3   # NDRPDR sel
791         - 6   # NDRPDR sel
792         - 7   # NDRPDR sel
793         - 8   # NDRPDR sel
794         - 9   # NDRPDR sel
795         - 10  # NDRPDR sel
796         - 11  # NDRPDR sel
797         - 12  # NDRPDR sel
798         - 13  # NDRPDR sel
799         - 14  # NDRPDR sel
800
801     vpp-performance-changes-3n-dnv-h1:
802       csit-vpp-perf-verify-1908-3n-dnv:
803         - 6   # NDRPDR sel
804         - 7   # NDRPDR sel
805         - 8   # NDRPDR sel
806         - 9   # NDRPDR sel
807         - 10  # NDRPDR sel
808         - 12  # NDRPDR sel
809         - 13  # NDRPDR sel
810         - 14  # NDRPDR sel
811         - 15  # NDRPDR sel
812         - 16  # NDRPDR sel
813     vpp-performance-changes-3n-dnv-ref:
814       csit-vpp-perf-verify-2001-3n-dnv:
815         - 5   # NDRPDR sel
816         - 6   # NDRPDR sel
817         - 7   # NDRPDR sel
818         - 8   # NDRPDR sel
819         - 9   # NDRPDR sel
820         - 10  # NDRPDR sel
821         - 12  # NDRPDR sel
822         - 16  # NDRPDR sel
823         - 17  # NDRPDR sel
824         - 18  # NDRPDR sel
825     vpp-performance-changes-3n-dnv-cmp:
826       csit-vpp-perf-report-iterative-2005-3n-dnv:
827         - 2   # NDRPDR sel
828         - 3   # NDRPDR sel
829         - 4   # NDRPDR sel
830         - 5   # NDRPDR sel
831         - 6   # NDRPDR sel
832         - 7   # NDRPDR sel
833         - 9   # NDRPDR sel
834         - 10  # NDRPDR sel
835         - 11  # NDRPDR sel
836         - 12  # NDRPDR sel
837
838     vpp-performance-changes-3n-tsh-h1:
839       csit-vpp-perf-verify-1908-3n-tsh:
840         - 7   # NDRPDR sel
841         - 8   # NDRPDR sel
842         - 9   # NDRPDR sel
843         - 10  # NDRPDR sel
844         - 11  # NDRPDR sel
845         - 12  # NDRPDR sel
846         - 13  # NDRPDR sel
847         - 14  # NDRPDR sel
848         - 15  # NDRPDR sel
849         - 16  # NDRPDR sel
850     vpp-performance-changes-3n-tsh-ref:
851       csit-vpp-perf-verify-2001-3n-tsh:
852         - 3   # NDRPDR sel
853         - 4   # NDRPDR sel
854         - 7   # NDRPDR sel
855         - 8   # NDRPDR sel
856         - 10  # NDRPDR sel
857         - 12  # NDRPDR sel
858         - 13  # NDRPDR sel
859         - 14  # NDRPDR sel
860         - 15  # NDRPDR sel
861         - 21  # NDRPDR sel
862     vpp-performance-changes-3n-tsh-cmp:
863       # TODO: Replace:
864       # csit-vpp-perf-report-iterative-2005-3n-tsh:
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
877     vpp-soak-vs-ndr-2n-skx-ref:
878       # TODO: Replace:
879       # csit-vpp-perf-report-iterative-2005-2n-skx:
880       csit-vpp-perf-verify-2001-2n-skx:
881         - 143  # NDRPDR sel - new2001.0
882         - 146  # NDRPDR sel - new2001.0
883         - 147  # NDRPDR sel - new2001.0
884         - 148  # NDRPDR sel - new2001.0
885         - 149  # NDRPDR sel - new2001.0
886         - 150  # NDRPDR sel - new2001.0
887         - 151  # NDRPDR sel - new2001.0
888         - 152  # NDRPDR sel - new2001.0
889         - 153  # NDRPDR sel - new2001.0
890         - 154  # NDRPDR sel - new2001.0
891     vpp-soak-vs-ndr-2n-skx-cmp:
892       # TODO: Replace:
893       # csit-vpp-perf-report-iterative-2005-2n-skx:
894       csit-vpp-perf-verify-2001-2n-skx:
895         - 181  # Soak
896         - 182  # Soak
897     vpp-soak-vs-ndr-2n-skx:
898       # TODO: Replace:
899       # csit-vpp-perf-report-iterative-2005-2n-skx:
900       csit-vpp-perf-verify-2001-2n-skx:
901         - 143  # NDRPDR sel - new2001.0
902         - 146  # NDRPDR sel - new2001.0
903         - 147  # NDRPDR sel - new2001.0
904         - 148  # NDRPDR sel - new2001.0
905         - 149  # NDRPDR sel - new2001.0
906         - 150  # NDRPDR sel - new2001.0
907         - 151  # NDRPDR sel - new2001.0
908         - 152  # NDRPDR sel - new2001.0
909         - 153  # NDRPDR sel - new2001.0
910         - 154  # NDRPDR sel - new2001.0
911         - 181  # Soak
912         - 182  # Soak
913
914     vpp-soak-vs-ndr-2n-clx-ref:
915       # TODO: Add data:
916       # csit-vpp-perf-report-iterative-2005-2n-clx:
917       #  - 7   # NDRPDR sel
918       #  - 9   # NDRPDR sel
919       csit-vpp-perf-verify-2001-2n-clx:
920         - 28  # NDRPDR sel
921         - 29  # NDRPDR sel
922         - 32  # NDRPDR sel
923         - 40  # NDRPDR sel
924         - 43  # NDRPDR sel
925         - 44  # NDRPDR sel
926         - 45  # NDRPDR sel
927         - 47  # NDRPDR sel
928         - 48  # NDRPDR sel
929         - 49  # NDRPDR sel
930     vpp-soak-vs-ndr-2n-clx-cmp:
931       # TODO: Replace:
932       # csit-vpp-perf-report-iterative-2005-2n-clx:
933       csit-vpp-perf-verify-2001-2n-clx:
934         - 93  # SOAK
935         - 94  # Soak
936     vpp-soak-vs-ndr-2n-clx:
937       # TODO: Replace:
938       # csit-vpp-perf-report-iterative-2005-2n-clx:
939       csit-vpp-perf-verify-2001-2n-clx:
940         - 28  # NDRPDR sel
941         - 29  # NDRPDR sel
942         - 32  # NDRPDR sel
943         - 40  # NDRPDR sel
944         - 43  # NDRPDR sel
945         - 44  # NDRPDR sel
946         - 45  # NDRPDR sel
947         - 47  # NDRPDR sel
948         - 48  # NDRPDR sel
949         - 49  # NDRPDR sel
950         - 93  # SOAK
951         - 94  # Soak
952
953     vpp-performance-changes-3n-hsw-mrr-h1:
954       csit-vpp-perf-verify-1908-3n-hsw:
955         - 39  # MRR sel
956     vpp-performance-changes-3n-hsw-mrr-ref:
957       csit-vpp-perf-verify-2001-3n-hsw:
958         - 17  # MRR sel
959     vpp-performance-changes-3n-hsw-mrr-cmp:
960       csit-vpp-perf-report-iterative-2005-3n-hsw:
961         - 13  # MRR
962
963     vpp-performance-changes-3n-skx-mrr-h1:
964       csit-vpp-perf-verify-1908-3n-skx:
965         - 36  # MRR sel
966     vpp-performance-changes-3n-skx-mrr-ref:
967       csit-vpp-perf-verify-2001-3n-skx:
968         - 50  # MRR sel
969         - 53  # MRR sel addition
970     vpp-performance-changes-3n-skx-mrr-cmp:
971       csit-vpp-perf-report-iterative-2005-3n-skx:
972         - 6   # MRR sel
973
974     vpp-performance-changes-2n-skx-mrr-h1:
975       csit-vpp-perf-verify-1908-2n-skx:
976         - 69  # MRR sel
977     vpp-performance-changes-2n-skx-mrr-ref:
978       csit-vpp-perf-verify-2001-2n-skx:
979         - 101 # MRR sel
980         - 128 # MRR sel addition
981     vpp-performance-changes-2n-skx-mrr-cmp:
982       # TODO: Replace:
983       # csit-vpp-perf-report-iterative-2005-2n-skx:
984       csit-vpp-perf-verify-2001-2n-skx:
985         - 101 # MRR sel
986         - 128 # MRR sel addition
987
988 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
989 #      csit-vpp-perf-verify-1908-2n-skx:
990 #        - 71  # NFV MRR
991 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
992 #      # TODO: Replace
993 #      # csit-vpp-perf-verify-2001-2n-skx:
994 #      csit-vpp-perf-verify-1908-2n-skx:
995 #        - 71  # NFV MRR
996
997     vpp-performance-changes-2n-dnv-mrr-h1:
998       csit-vpp-perf-verify-1908-2n-dnv:
999         - 11  # MRR sel
1000     vpp-performance-changes-2n-dnv-mrr-ref:
1001       csit-vpp-perf-verify-2001-2n-dnv:
1002         - 12  # MRR sel
1003     vpp-performance-changes-2n-dnv-mrr-cmp:
1004       csit-vpp-perf-report-iterative-2005-2n-dnv:
1005         - 15  # MRR sel
1006
1007     vpp-performance-changes-3n-dnv-mrr-h1:
1008       csit-vpp-perf-verify-1908-3n-dnv:
1009         - 17  # MRR sel
1010     vpp-performance-changes-3n-dnv-mrr-ref:
1011       csit-vpp-perf-verify-2001-3n-dnv:
1012         - 11  # MRR sel
1013     vpp-performance-changes-3n-dnv-mrr-cmp:
1014       csit-vpp-perf-report-iterative-2005-3n-dnv:
1015         - 8   # MRR
1016
1017     vpp-performance-changes-3n-tsh-mrr-h1:
1018       csit-vpp-perf-verify-1908-3n-tsh:
1019         - 17  # MRR sel
1020     vpp-performance-changes-3n-tsh-mrr-ref:
1021       csit-vpp-perf-verify-2001-3n-tsh:
1022         - 9   # MRR sel
1023     vpp-performance-changes-3n-tsh-mrr-cmp:
1024       # TODO: Replace:
1025       # csit-vpp-perf-report-iterative-2005-3n-tsh:
1026       csit-vpp-perf-verify-2001-3n-tsh:
1027         - 9   # MRR sel
1028
1029     dpdk-performance-changes-3n-hsw-h1:
1030       csit-dpdk-perf-verify-1908-3n-hsw:
1031         - 2   # NDRPDR sel
1032         - 3   # NDRPDR sel
1033         - 4   # NDRPDR sel
1034         - 5   # NDRPDR sel
1035         - 6   # NDRPDR sel
1036         - 7   # NDRPDR sel
1037         - 8   # NDRPDR sel
1038         - 9   # NDRPDR sel
1039         - 10  # NDRPDR sel
1040         - 11  # NDRPDR sel
1041     dpdk-performance-changes-3n-hsw-ref:
1042       csit-dpdk-perf-verify-2001-3n-hsw:
1043         - 4   # NDRPDR sel
1044         - 5   # NDRPDR sel
1045         - 6   # NDRPDR sel
1046         - 7   # NDRPDR sel
1047         - 8   # NDRPDR sel
1048         - 9   # NDRPDR sel
1049         - 10  # NDRPDR sel
1050         - 11  # NDRPDR sel
1051         - 12  # NDRPDR sel
1052         - 13  # NDRPDR sel
1053         - 15  # NDRPDR sel
1054         - 16  # NDRPDR sel
1055         - 17  # NDRPDR sel
1056         - 18  # NDRPDR sel
1057         - 19  # NDRPDR sel
1058         - 20  # NDRPDR sel
1059         - 21  # NDRPDR sel
1060         - 22  # NDRPDR sel
1061         - 23  # NDRPDR sel
1062         - 24  # NDRPDR sel
1063     dpdk-performance-changes-3n-hsw-cmp:
1064       csit-dpdk-perf-report-iterative-2005-3n-hsw:
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         - 14  # NDRPDR sel
1075
1076     dpdk-performance-changes-3n-skx-h1:
1077       csit-dpdk-perf-verify-1908-3n-skx:
1078         - 3   # NDRPDR sel
1079         - 4   # NDRPDR sel
1080         - 5   # NDRPDR sel
1081         - 6   # NDRPDR sel
1082         - 7   # NDRPDR sel
1083         - 8   # NDRPDR sel
1084         - 9   # NDRPDR sel
1085         - 10  # NDRPDR sel
1086         - 11  # NDRPDR sel
1087         - 12  # NDRPDR sel
1088     dpdk-performance-changes-3n-skx-ref:
1089       csit-dpdk-perf-verify-2001-3n-skx:
1090         - 29  # NDRPDR sel xxv710
1091         - 33  # NDRPDR sel xxv710
1092         - 34  # NDRPDR sel xxv710
1093         - 35  # NDRPDR sel xxv710
1094         - 36  # NDRPDR sel xxv710
1095         - 37  # NDRPDR sel xxv710
1096         - 41  # NDRPDR sel xxv710
1097         - 42  # NDRPDR sel xxv710
1098         - 43  # NDRPDR sel xxv710
1099         - 45  # NDRPDR sel xxv710
1100         - 30  # NDRPDR sel x710
1101         - 31  # NDRPDR sel x710
1102         - 32  # NDRPDR sel x710
1103         - 38  # NDRPDR sel x710
1104         - 39  # NDRPDR sel x710
1105         - 40  # NDRPDR sel x710
1106         - 44  # NDRPDR sel x710
1107         - 46  # NDRPDR sel x710
1108         - 47  # NDRPDR sel x710
1109         - 48  # NDRPDR sel x710
1110     dpdk-performance-changes-3n-skx-cmp:
1111       csit-dpdk-perf-report-iterative-2005-3n-skx:
1112         - 4   # NDRPDR sel
1113         - 5   # NDRPDR sel
1114         - 6   # NDRPDR sel
1115         - 7   # NDRPDR sel
1116         - 8   # NDRPDR sel
1117         - 11  # NDRPDR sel
1118         - 12  # NDRPDR sel
1119         - 13  # NDRPDR sel
1120         - 14  # NDRPDR sel
1121         - 15  # NDRPDR sel
1122
1123     dpdk-performance-changes-2n-skx-h1:
1124       csit-dpdk-perf-verify-1908-2n-skx:
1125         - 2   # NDRPDR sel
1126         - 3   # NDRPDR sel
1127         - 4   # NDRPDR sel
1128         - 5   # NDRPDR sel
1129         - 7   # NDRPDR sel
1130         - 8   # NDRPDR sel
1131         - 9   # NDRPDR sel
1132         - 10  # NDRPDR sel
1133         - 11  # NDRPDR sel
1134         - 12  # NDRPDR sel
1135     dpdk-performance-changes-2n-skx-ref:
1136       csit-dpdk-perf-verify-2001-2n-skx:
1137         - 35  # NDRPDR sel xxv710
1138         - 36  # NDRPDR sel xxv710
1139         - 37  # NDRPDR sel xxv710
1140         - 41  # NDRPDR sel xxv710
1141         - 42  # NDRPDR sel xxv710
1142         - 43  # NDRPDR sel xxv710
1143         - 46  # NDRPDR sel xxv710
1144         - 47  # NDRPDR sel xxv710
1145         - 52  # NDRPDR sel xxv710
1146         - 53  # NDRPDR sel xxv710
1147         - 38  # NDRPDR sel x710
1148         - 39  # NDRPDR sel x710
1149         - 40  # NDRPDR sel x710
1150         - 44  # NDRPDR sel x710
1151         - 45  # NDRPDR sel x710
1152         - 48  # NDRPDR sel x710
1153         - 49  # NDRPDR sel x710
1154         - 50  # NDRPDR sel x710
1155         - 51  # NDRPDR sel x710
1156         - 54  # NDRPDR sel x710
1157     dpdk-performance-changes-2n-skx-cmp:
1158       csit-dpdk-perf-report-iterative-2005-2n-skx:
1159         - 1   # NDRPDR sel
1160         - 2   # NDRPDR sel
1161         - 3   # NDRPDR sel
1162         - 4   # NDRPDR sel
1163         - 5   # NDRPDR sel
1164         - 6   # NDRPDR sel
1165         - 7   # NDRPDR sel
1166         - 8   # NDRPDR sel
1167         - 9   # NDRPDR sel
1168         - 10  # NDRPDR sel
1169
1170     dpdk-performance-changes-2n-clx-ref:
1171       csit-dpdk-perf-verify-2001-2n-clx:
1172         - 15  # NDRPDR sel
1173         - 16  # NDRPDR sel
1174         - 17  # NDRPDR sel
1175         - 18  # NDRPDR sel
1176         - 19  # NDRPDR sel
1177         - 20  # NDRPDR sel
1178         - 21  # NDRPDR sel
1179         - 22  # NDRPDR sel
1180         - 23  # NDRPDR sel
1181         - 24  # NDRPDR sel
1182         - 25  # NDRPDR sel
1183         - 26  # NDRPDR sel
1184         - 27  # NDRPDR sel
1185         - 28  # NDRPDR sel
1186         - 29  # NDRPDR sel
1187         - 30  # NDRPDR sel
1188         - 31  # NDRPDR sel
1189         - 32  # NDRPDR sel
1190         - 33  # NDRPDR sel
1191         - 34  # NDRPDR sel
1192     dpdk-performance-changes-2n-clx-cmp:
1193       csit-dpdk-perf-report-iterative-2005-2n-clx:
1194         - 1   # NDRPDR sel
1195         - 2   # NDRPDR sel
1196         - 3   # NDRPDR sel
1197         - 4   # NDRPDR sel
1198         - 5   # NDRPDR sel
1199         - 6   # NDRPDR sel
1200         - 7   # NDRPDR sel
1201         - 8   # NDRPDR sel
1202         - 9   # NDRPDR sel
1203         - 10  # NDRPDR sel
1204
1205     dpdk-performance-changes-2n-dnv-ref:
1206       csit-dpdk-perf-verify-2001-2n-dnv:
1207         - 9   # NDRPDR sel
1208         - 10  # NDRPDR sel
1209         - 11  # NDRPDR sel
1210         - 12  # NDRPDR sel
1211         - 13  # NDRPDR sel
1212         - 14  # NDRPDR sel
1213         - 15  # NDRPDR sel
1214         - 16  # NDRPDR sel
1215         - 17  # NDRPDR sel
1216         - 18  # NDRPDR sel
1217     dpdk-performance-changes-2n-dnv-cmp:
1218       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1219         - 8   # NDRPDR sel
1220         - 9   # NDRPDR sel
1221         - 10  # NDRPDR sel
1222         - 11  # NDRPDR sel
1223         - 12  # NDRPDR sel
1224         - 13  # NDRPDR sel
1225         - 14  # NDRPDR sel
1226         - 15  # NDRPDR sel
1227         - 16  # NDRPDR sel
1228         - 17  # NDRPDR sel
1229
1230     dpdk-performance-changes-3n-dnv-ref:
1231       csit-dpdk-perf-verify-2001-3n-dnv:
1232         - 12  # NDRPDR sel
1233         - 13  # NDRPDR sel
1234         - 14  # NDRPDR sel
1235         - 15  # NDRPDR sel
1236         - 16  # NDRPDR sel
1237         - 17  # NDRPDR sel
1238         - 18  # NDRPDR sel
1239         - 19  # NDRPDR sel
1240         - 20  # NDRPDR sel
1241         - 22  # NDRPDR sel
1242     dpdk-performance-changes-3n-dnv-cmp:
1243       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1244         - 6   # NDRPDR sel
1245         - 7   # NDRPDR sel
1246         - 8   # NDRPDR sel
1247         - 9   # NDRPDR sel
1248         - 10  # NDRPDR sel
1249         - 11  # NDRPDR sel
1250         - 12  # NDRPDR sel
1251         - 13  # NDRPDR sel
1252         - 14  # NDRPDR sel
1253         - 16  # NDRPDR sel
1254
1255     dpdk-performance-changes-3n-tsh-ref:
1256       csit-dpdk-perf-verify-2001-3n-tsh:
1257         - 3   # NDRPDR sel
1258         - 4   # NDRPDR sel
1259         - 5   # NDRPDR sel
1260         - 9   # NDRPDR sel
1261         - 10  # NDRPDR sel
1262         - 11  # NDRPDR sel
1263         - 12  # NDRPDR sel
1264         - 14  # NDRPDR sel
1265         - 15  # NDRPDR sel
1266         - 18  # NDRPDR sel
1267     dpdk-performance-changes-3n-tsh-cmp:
1268       # TODO: Add data:
1269       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1270         - 5   # NDRPDR sel
1271
1272     # Compare testbeds
1273
1274     vpp-compare-testbeds-ref:
1275       csit-vpp-perf-report-iterative-2005-3n-hsw:
1276         - 3   # NDRPDR sel
1277         - 4   # NDRPDR sel
1278         - 5   # NDRPDR sel
1279         - 10  # NDRPDR sel
1280         - 11  # NDRPDR sel
1281         - 12  # NDRPDR sel
1282         - 15  # NDRPDR sel
1283         - 16  # NDRPDR sel
1284         - 18  # NDRPDR sel
1285         - 19  # NDRPDR sel
1286     vpp-compare-testbeds-cmp:
1287       # TODO: Add data:
1288       csit-vpp-perf-report-iterative-2005-3n-skx:
1289         - 4   # NDRPDR sel
1290         - 5   # NDRPDR sel ??? all x710 failed
1291
1292     vpp-compare-testbeds-skx-clx-ref:
1293       # TODO: Add data:
1294       csit-vpp-perf-report-iterative-2005-2n-skx:
1295         - 7   # NDRPDR sel
1296     vpp-compare-testbeds-skx-clx-cmp:
1297       # TODO: Add data:
1298       csit-vpp-perf-report-iterative-2005-2n-clx:
1299         - 7   # NDRPDR sel
1300         - 9   # NDRPDR sel
1301
1302     vpp-compare-testbeds-hsw-clx-ref:
1303       csit-vpp-perf-report-iterative-2005-3n-hsw:
1304         - 3   # NDRPDR sel
1305         - 4   # NDRPDR sel
1306         - 5   # NDRPDR sel
1307         - 10  # NDRPDR sel
1308         - 11  # NDRPDR sel
1309         - 12  # NDRPDR sel
1310         - 15  # NDRPDR sel
1311         - 16  # NDRPDR sel
1312         - 18  # NDRPDR sel
1313         - 19  # NDRPDR sel
1314     vpp-compare-testbeds-hsw-clx-cmp:
1315       # TODO: Add data:
1316       csit-vpp-perf-report-iterative-2005-2n-clx:
1317         - 7   # NDRPDR sel
1318         - 9   # NDRPDR sel
1319
1320     vpp-compare-testbeds-mrr-ref:
1321       csit-vpp-perf-report-iterative-2005-3n-hsw:
1322         - 13  # MRR
1323     vpp-compare-testbeds-mrr-cmp:
1324       csit-vpp-perf-report-iterative-2005-3n-skx:
1325         - 6   # MRR sel
1326
1327     vpp-compare-testbeds-mrr-skx-clx-ref:
1328       # TODO: Replace:
1329       # csit-vpp-perf-report-iterative-2005-2n-skx:
1330       csit-vpp-perf-verify-2001-2n-skx:
1331         - 101 # MRR sel
1332         - 128 # MRR sel addition
1333     vpp-compare-testbeds-mrr-skx-clx-cmp:
1334       # TODO: Replace:
1335       # csit-vpp-perf-report-iterative-2005-2n-clx:
1336       csit-vpp-perf-verify-2001-2n-clx:
1337         - 39  # MRR
1338
1339     vpp-compare-testbeds-mrr-hsw-clx-ref:
1340       csit-vpp-perf-report-iterative-2005-3n-hsw:
1341         - 13  # MRR
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       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1350         - 5   # NDRPDR sel
1351         - 6   # NDRPDR sel
1352         - 7   # NDRPDR sel
1353         - 8   # NDRPDR sel
1354         - 9   # NDRPDR sel
1355         - 10  # NDRPDR sel
1356         - 11  # NDRPDR sel
1357         - 12  # NDRPDR sel
1358         - 13  # NDRPDR sel
1359         - 14  # NDRPDR sel
1360     dpdk-compare-testbeds-cmp:
1361       csit-dpdk-perf-report-iterative-2005-3n-skx:
1362         - 4   # NDRPDR sel
1363         - 5   # NDRPDR sel
1364         - 6   # NDRPDR sel
1365         - 7   # NDRPDR sel
1366         - 8   # NDRPDR sel
1367         - 11  # NDRPDR sel
1368         - 12  # NDRPDR sel
1369         - 13  # NDRPDR sel
1370         - 14  # NDRPDR sel
1371         - 15  # NDRPDR sel
1372
1373     dpdk-compare-testbeds-skx-clx-ref:
1374       csit-dpdk-perf-report-iterative-2005-2n-skx:
1375         - 1   # NDRPDR sel
1376         - 2   # NDRPDR sel
1377         - 3   # NDRPDR sel
1378         - 4   # NDRPDR sel
1379         - 5   # NDRPDR sel
1380         - 6   # NDRPDR sel
1381         - 7   # NDRPDR sel
1382         - 8   # NDRPDR sel
1383         - 9   # NDRPDR sel
1384         - 10  # NDRPDR sel
1385     dpdk-compare-testbeds-skx-clx-cmp:
1386       csit-dpdk-perf-report-iterative-2005-2n-clx:
1387         - 1   # NDRPDR sel
1388         - 2   # NDRPDR sel
1389         - 3   # NDRPDR sel
1390         - 4   # NDRPDR sel
1391         - 5   # NDRPDR sel
1392         - 6   # NDRPDR sel
1393         - 7   # NDRPDR sel
1394         - 8   # NDRPDR sel
1395         - 9   # NDRPDR sel
1396         - 10  # NDRPDR sel
1397
1398     # Compare topologies
1399
1400     vpp-compare-topologies-ref:
1401       # TODO: Add data:
1402       csit-vpp-perf-report-iterative-2005-3n-skx:
1403         - 4   # NDRPDR sel
1404         - 5   # NDRPDR sel ??? all x710 failed
1405     vpp-compare-topologies-cmp:
1406       # TODO: Add data:
1407       csit-vpp-perf-report-iterative-2005-2n-skx:
1408         - 7   # NDRPDR sel
1409
1410     vpp-compare-topologies-mrr-ref:
1411       csit-vpp-perf-report-iterative-2005-3n-skx:
1412         - 6   # MRR sel
1413     vpp-compare-topologies-mrr-cmp:
1414       # TODO: Replace:
1415       # csit-vpp-perf-report-iterative-2005-2n-skx:
1416       csit-vpp-perf-verify-2001-2n-skx:
1417         - 101 # MRR sel
1418         - 128 # MRR sel addition
1419
1420     dpdk-compare-topologies-ref:
1421       csit-dpdk-perf-report-iterative-2005-3n-skx:
1422         - 4   # NDRPDR sel
1423         - 5   # NDRPDR sel
1424         - 6   # NDRPDR sel
1425         - 7   # NDRPDR sel
1426         - 8   # NDRPDR sel
1427         - 11  # NDRPDR sel
1428         - 12  # NDRPDR sel
1429         - 13  # NDRPDR sel
1430         - 14  # NDRPDR sel
1431         - 15  # NDRPDR sel
1432     dpdk-compare-topologies-cmp:
1433       csit-dpdk-perf-report-iterative-2005-2n-skx:
1434         - 1   # NDRPDR sel
1435         - 2   # NDRPDR sel
1436         - 3   # NDRPDR sel
1437         - 4   # NDRPDR sel
1438         - 5   # NDRPDR sel
1439         - 6   # NDRPDR sel
1440         - 7   # NDRPDR sel
1441         - 8   # NDRPDR sel
1442         - 9   # NDRPDR sel
1443         - 10  # NDRPDR sel
1444
1445   plot-layouts:
1446
1447     plot-soak-throughput:
1448       titlefont:
1449         size: 18
1450       xaxis:
1451         title: "<b>Test Cases [Index]</b>"
1452         titlefont:
1453           size: 16
1454         autorange: True
1455         fixedrange: False
1456         gridcolor: "rgb(230, 230, 230)"
1457         linecolor: "rgb(220, 220, 220)"
1458         linewidth: 1
1459         showgrid: True
1460         showline: True
1461         showticklabels: True
1462         tickcolor: "rgb(220, 220, 220)"
1463         tickmode: "linear"
1464         tickfont:
1465           size: 16
1466         zeroline: False
1467       yaxis:
1468         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1469         titlefont:
1470           size: 16
1471         gridcolor: "rgb(230, 230, 230)"
1472         hoverformat: ".4r"
1473         tickformat: ".3r"
1474         linecolor: "rgb(220, 220, 220)"
1475         linewidth: 1
1476         showgrid: True
1477         showline: True
1478         showticklabels: True
1479         tickcolor: "rgb(220, 220, 220)"
1480         tickfont:
1481           size: 16
1482         zeroline: False
1483         range: [0,50]
1484       autosize: False
1485       margin:
1486         t: 50
1487         b: 0
1488         l: 80
1489         r: 20
1490       showlegend: True
1491       legend:
1492         orientation: "h"
1493         font:
1494           size: 16
1495       width: 700
1496       height: 900
1497       paper_bgcolor: "#fff"
1498       plot_bgcolor: "#fff"
1499       hoverlabel:
1500         namelength: -1
1501
1502     plot-service-density:
1503       titlefont:
1504         size: 18
1505       xaxis:
1506         side: "top"
1507         autorange: True
1508         fixedrange: False
1509         showgrid: False
1510         showline: False
1511         showticklabels: False
1512         ticks: ""
1513         ticklen: 0
1514         tickwidth: 0
1515         zeroline: False
1516       yaxis:
1517         autorange: "reversed"
1518         showgrid: False
1519         showline: False
1520         showticklabels: False
1521         ticks: ""
1522         ticklen: 0
1523         tickwidth: 0
1524         zeroline: False
1525       showlegend: False
1526       paper_bgcolor: "#fff"
1527       plot_bgcolor: "#fff"
1528       width: 700
1529       height: 700
1530       hoverlabel:
1531         namelength: -1
1532
1533 #    plot-cps:
1534 #      titlefont:
1535 #        size: 18
1536 #      xaxis:
1537 #        title: "<b>Test Cases [Index]</b>"
1538 #        titlefont:
1539 #          size: 16
1540 #        autorange: True
1541 #        fixedrange: False
1542 #        gridcolor: "rgb(230, 230, 230)"
1543 #        linecolor: "rgb(220, 220, 220)"
1544 #        linewidth: 1
1545 #        showgrid: True
1546 #        showline: True
1547 #        showticklabels: True
1548 #        tickcolor: "rgb(220, 220, 220)"
1549 #        tickmode: "linear"
1550 #        tickfont:
1551 #          size: 16
1552 #        zeroline: False
1553 #      yaxis:
1554 #        title: "<b>Connections Per Second [cps]</b>"
1555 #        titlefont:
1556 #          size: 16
1557 #        gridcolor: "rgb(230, 230, 230)"
1558 #        hoverformat: ".4s"
1559 #        linecolor: "rgb(220, 220, 220)"
1560 #        linewidth: 1
1561 #        rangemode: "tozero"
1562 #        showgrid: True
1563 #        showline: True
1564 #        showticklabels: True
1565 #        tickcolor: "rgb(220, 220, 220)"
1566 #        tickformat: ".3s"
1567 #        tickfont:
1568 #          size: 16
1569 #        zeroline: False
1570 #      boxmode: "group"
1571 #      boxgroupgap: 0.5
1572 #      autosize: False
1573 #      margin:
1574 #        t: 50
1575 #        b: 20
1576 #        l: 80
1577 #        r: 20
1578 #      showlegend: True
1579 #      legend:
1580 #        orientation: "h"
1581 #        font:
1582 #          size: 16
1583 #      width: 700
1584 #      height: 800
1585 #      paper_bgcolor: "#fff"
1586 #      plot_bgcolor: "#fff"
1587 #      hoverlabel:
1588 #        namelength: -1
1589 #
1590 #    plot-rps:
1591 #      titlefont:
1592 #        size: 18
1593 #      xaxis:
1594 #        title: "<b>Test Cases [Index]</b>"
1595 #        titlefont:
1596 #          size: 16
1597 #        autorange: True
1598 #        fixedrange: False
1599 #        gridcolor: "rgb(230, 230, 230)"
1600 #        linecolor: "rgb(220, 220, 220)"
1601 #        linewidth: 1
1602 #        showgrid: True
1603 #        showline: True
1604 #        showticklabels: True
1605 #        tickcolor: "rgb(220, 220, 220)"
1606 #        tickmode: "linear"
1607 #        tickfont:
1608 #          size: 16
1609 #        zeroline: False
1610 #      yaxis:
1611 #        title: "<b>Requests Per Second [rps]</b>"
1612 #        titlefont:
1613 #          size: 16
1614 #        gridcolor: "rgb(230, 230, 230)"
1615 #        hoverformat: ".4s"
1616 #        linecolor: "rgb(220, 220, 220)"
1617 #        linewidth: 1
1618 #        rangemode: "tozero"
1619 #        showgrid: True
1620 #        showline: True
1621 #        showticklabels: True
1622 #        tickcolor: "rgb(230, 230, 230)"
1623 #        tickformat: ".3s"
1624 #        tickfont:
1625 #          size: 16
1626 #        zeroline: False
1627 #      boxmode: "group"
1628 #      boxgroupgap: 0.5
1629 #      autosize: False
1630 #      margin:
1631 #        t: 50
1632 #        b: 20
1633 #        l: 80
1634 #        r: 20
1635 #      showlegend: True
1636 #      legend:
1637 #        orientation: "h"
1638 #        font:
1639 #          size: 16
1640 #      width: 700
1641 #      height: 800
1642 #      paper_bgcolor: "#fff"
1643 #      plot_bgcolor: "#fff"
1644 #      hoverlabel:
1645 #        namelength: -1
1646
1647     plot-hoststack:
1648       titlefont:
1649         size: 16
1650       xaxis:
1651         title: "<b>Test Cases [Index]</b>"
1652         titlefont:
1653           size: 14
1654         autorange: True
1655         fixedrange: False
1656         gridcolor: "rgb(230, 230, 230)"
1657         linecolor: "rgb(220, 220, 220)"
1658         linewidth: 1
1659         showgrid: True
1660         showline: True
1661         showticklabels: True
1662         tickcolor: "rgb(220, 220, 220)"
1663         tickmode: "linear"
1664         tickfont:
1665           size: 14
1666         zeroline: False
1667       yaxis:
1668         title: "<b>Bandwidth [Gbps]</b>"
1669         titlefont:
1670           size: 14
1671         gridcolor: "rgb(230, 230, 230)"
1672         hoverformat: ".4s"
1673         linecolor: "rgb(220, 220, 220)"
1674         linewidth: 1
1675         rangemode: "tozero"
1676         showgrid: True
1677         showline: True
1678         showticklabels: True
1679         tickcolor: "rgb(230, 230, 230)"
1680         tickformat: ".3s"
1681         tickfont:
1682           size: 14
1683         zeroline: False
1684       boxmode: "group"
1685       boxgroupgap: 0.5
1686       autosize: False
1687       margin:
1688         t: 50
1689         b: 20
1690         l: 80
1691         r: 20
1692       showlegend: True
1693       legend:
1694         orientation: "h"
1695         font:
1696           size: 14
1697       width: 700
1698       height: 800
1699       paper_bgcolor: "#fff"
1700       plot_bgcolor: "#fff"
1701       hoverlabel:
1702         namelength: -1
1703
1704     plot-throughput:
1705       titlefont:
1706         size: 18
1707       xaxis:
1708         title: "<b>Test Cases [Index]</b>"
1709         titlefont:
1710           size: 16
1711         autorange: True
1712         fixedrange: False
1713         gridcolor: "rgb(230, 230, 230)"
1714         linecolor: "rgb(220, 220, 220)"
1715         linewidth: 1
1716         showgrid: True
1717         showline: True
1718         showticklabels: True
1719         tickcolor: "rgb(220, 220, 220)"
1720         tickmode: "linear"
1721         tickfont:
1722           size: 16
1723         zeroline: False
1724       yaxis:
1725         title: "<b>Packet Throughput [Mpps]</b>"
1726         titlefont:
1727           size: 16
1728         gridcolor: "rgb(230, 230, 230)"
1729         hoverformat: ".4r"
1730         tickformat: ".3r"
1731         linecolor: "rgb(220, 220, 220)"
1732         linewidth: 1
1733         showgrid: True
1734         showline: True
1735         showticklabels: True
1736         tickcolor: "rgb(220, 220, 220)"
1737         tickfont:
1738           size: 16
1739         zeroline: False
1740         range: [0,50]
1741       autosize: False
1742       margin:
1743         t: 50
1744         b: 0
1745         l: 80
1746         r: 20
1747       showlegend: True
1748       legend:
1749         orientation: "h"
1750         font:
1751           size: 16
1752       width: 700
1753       height: 900
1754       paper_bgcolor: "#fff"
1755       plot_bgcolor: "#fff"
1756       hoverlabel:
1757         namelength: -1
1758
1759     plot-throughput-speedup-analysis:
1760       titlefont:
1761         size: 18
1762       xaxis:
1763         title: "<b>Number of Cores [Qty]</b>"
1764         titlefont:
1765           size: 16
1766         autorange: True
1767         fixedrange: False
1768         gridcolor: "rgb(230, 230, 230)"
1769         linecolor: "rgb(220, 220, 220)"
1770         linewidth: 1
1771         showgrid: True
1772         showline: True
1773         showticklabels: True
1774         tickcolor: "rgb(238, 238, 238)"
1775         tickmode: "linear"
1776         tickfont:
1777           size: 16
1778         zeroline: False
1779       yaxis:
1780         title: "<b>Packet Throughput [Mpps]</b>"
1781         titlefont:
1782           size: 16
1783         type: "linear"
1784         gridcolor: "rgb(230, 230, 230)"
1785         hoverformat: ".4s"
1786         linecolor: "rgb(220, 220, 220)"
1787         linewidth: 1
1788         showgrid: True
1789         showline: True
1790         showticklabels: True
1791         tickcolor: "rgb(220, 220, 220)"
1792         tickformat: ".4s"
1793         tickfont:
1794           size: 16
1795         zeroline: True
1796         rangemode: "tozero"
1797         range: [0,100]
1798       legend:
1799         orientation: "h"
1800         font:
1801           size: 16
1802         xanchor: "left"
1803         yanchor: "top"
1804         x: 0
1805         y: -0.2
1806         bgcolor: "rgba(255, 255, 255, 0)"
1807         bordercolor: "rgba(255, 255, 255, 0)"
1808         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1809       autosize: False
1810       margin:
1811           't': 50
1812           'b': 150
1813           'l': 85
1814           'r': 10
1815       showlegend: True
1816       width: 700
1817       height: 700
1818       paper_bgcolor: "#fff"
1819       plot_bgcolor: "#fff"
1820       hoverlabel:
1821         namelength: -1
1822       annotations: [
1823         {
1824           text: "_ _          __          ...",
1825           align: "left",
1826           showarrow: False,
1827           xref: "paper",
1828           yref: "paper",
1829           xanchor: "left",
1830           yanchor: "top",
1831           x: 0,
1832           y: -0.13,
1833           font: {
1834             family: "Consolas, Courier New",
1835             size: 15
1836           },
1837         },
1838         {
1839           text: "    Perfect     Measured     Limit",
1840           align: "left",
1841           showarrow: False,
1842           xref: "paper",
1843           yref: "paper",
1844           xanchor: "left",
1845           yanchor: "top",
1846           x: 0,
1847           y: -0.15,
1848           font: {
1849             family: "Consolas, Courier New",
1850             size: 15
1851           },
1852         },
1853       ]
1854
1855     plot-latency:
1856       titlefont:
1857         size: 18
1858       xaxis:
1859         title: "<b>Direction</b>"
1860         titlefont:
1861           size: 16
1862         autorange: True
1863         fixedrange: False
1864         gridcolor: "rgb(230, 230, 230)"
1865         linecolor: "rgb(220, 220, 220)"
1866         linewidth: 1
1867         showgrid: True
1868         showline: True
1869         showticklabels: False
1870         tickcolor: "rgb(220, 220, 220)"
1871         tickmode: "linear"
1872         tickfont:
1873           size: 16
1874         zeroline: False
1875       yaxis:
1876         title: "<b>Packet Latency [uSec]</b>"
1877         titlefont:
1878           size: 16
1879         type: "linear"
1880         gridcolor: "rgb(230, 230, 230)"
1881         hoverformat: ".4s"
1882         linecolor: "rgb(220, 220, 220)"
1883         linewidth: 1
1884         showgrid: True
1885         showline: True
1886         showticklabels: True
1887         tickcolor: "rgb(220, 220, 220)"
1888         tickformat: ".4s"
1889         tickfont:
1890           size: 16
1891         zeroline: True
1892         rangemode: "tozero"
1893       legend:
1894         orientation: "h"
1895         font:
1896           size: 16
1897         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1898       autosize: False
1899       margin:
1900           't': 50
1901           'b': 150
1902           'l': 80
1903           'r': 10
1904       showlegend: True
1905       width: 700
1906       height: 700
1907       paper_bgcolor: "#fff"
1908       plot_bgcolor: "#fff"
1909       hoverlabel:
1910         namelength: -1
1911
1912     plot-hdrh-latency:
1913       title:
1914         text: ""
1915         xanchor: "center"
1916         x: 0.5
1917         font:
1918           size: 16
1919       width: 700
1920       plot_bgcolor: "white"
1921       annotations:
1922         - font:
1923             size: 14
1924           showarrow: False
1925           text: "<b>Packet Latency [uSec]</b>"
1926           x: 1
1927           xanchor: "right"
1928           xref: "paper"
1929           y: -0.045
1930           yanchor: "top"
1931           yref: "paper"
1932         - font:
1933             size: 14
1934           showarrow: False
1935           text: "<b>Probability [%]</b>"
1936           textangle: 270
1937           x: -0.06
1938           xanchor: "center"
1939           xref: "paper"
1940           y: 0.5
1941           yanchor: "middle"
1942           yref: "paper"
1943         - font:
1944             size: 14
1945           showarrow: False
1946           text: "<b>Direction: E-W</b>"
1947           x: 0.24
1948           xanchor: "center"
1949           xref: "paper"
1950           y: 1.05
1951           yanchor: "bottom"
1952           yref: "paper"
1953         - font:
1954             size: 14
1955           showarrow: False
1956           text: "<b>Direction: W-E</b>"
1957           x: 0.74
1958           xanchor: "center"
1959           xref: "paper"
1960           y: 1.05
1961           yanchor: "bottom"
1962           yref: "paper"
1963
1964     plot-hdrh-latency-percentile:
1965       title:
1966         text: ""
1967         xanchor: "center"
1968         x: 0.5
1969         font:
1970           size: 18
1971       xaxis:
1972         type: "log"
1973         title: "<b>Percentile [%]</b>"
1974         titlefont:
1975           size: 16
1976         autorange: True
1977         fixedrange: False
1978         gridcolor: "rgb(230, 230, 230)"
1979         linecolor: "rgb(220, 220, 220)"
1980         linewidth: 1
1981         showgrid: True
1982         showline: True
1983         showticklabels: True
1984         tickcolor: "rgb(220, 220, 220)"
1985         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
1986         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
1987         tickfont:
1988           size: 16
1989       yaxis:
1990         title: "<b>Packet Latency [uSec]</b>"
1991         titlefont:
1992           size: 16
1993         gridcolor: "rgb(230, 230, 230)"
1994         linecolor: "rgb(220, 220, 220)"
1995         linewidth: 1
1996         showgrid: True
1997         showline: True
1998         showticklabels: True
1999         tickcolor: "rgb(220, 220, 220)"
2000         tickfont:
2001           size: 16
2002       autosize: False
2003       showlegend: True
2004       legend:
2005         traceorder: "normal"
2006         orientation: "h"
2007         font:
2008           size: 16
2009         xanchor: "left"
2010         yanchor: "top"
2011         x: 0
2012         y: -0.15
2013         bgcolor: "rgba(255, 255, 255, 0)"
2014         bordercolor: "rgba(255, 255, 255, 0)"
2015       width: 700
2016       height: 700
2017       paper_bgcolor: "white"
2018       plot_bgcolor: "white"
2019
2020     plot-hdrh-latency-by-percentile:
2021       title:
2022         text: "<b>Latency by Percentile Distribution</b>"
2023         xanchor: "center"
2024         x: 0.5
2025         font:
2026           size: 18
2027       showlegend: True
2028       legend:
2029         traceorder: "normal"
2030         orientation: "h"
2031         font:
2032           size: 16
2033         xanchor: "left"
2034         yanchor: "top"
2035         x: 0
2036         y: -0.2
2037         bgcolor: "rgba(255, 255, 255, 0)"
2038         bordercolor: "rgba(255, 255, 255, 0)"
2039       xaxis:
2040         type: "linear"
2041         title: "<b>Percentile [%]</b>"
2042         titlefont:
2043           size: 14
2044         autorange: False
2045         fixedrange: False
2046         range: [0, 100]
2047         gridcolor: "rgb(230, 230, 230)"
2048         linecolor: "rgb(220, 220, 220)"
2049         linewidth: 1
2050         showgrid: True
2051         showline: True
2052         showticklabels: True
2053         tickcolor: "rgb(220, 220, 220)"
2054         tickvals: [0, 25, 50, 75, 100]
2055         ticktext: [0, 25, 50, 75, 100]
2056         tickfont:
2057           size: 14
2058       yaxis:
2059         title: "<b>One-Way Latency per Direction [uSec]</b>"
2060         titlefont:
2061           size: 14
2062         gridcolor: "rgb(230, 230, 230)"
2063         linecolor: "rgb(220, 220, 220)"
2064         linewidth: 1
2065         showgrid: True
2066         showline: True
2067         showticklabels: True
2068         tickcolor: "rgb(220, 220, 220)"
2069         tickfont:
2070           size: 14
2071       width: 700
2072       height: 700
2073       paper_bgcolor: "white"
2074       plot_bgcolor: "white"
2075
2076 - type: "static"
2077   src-path: "{DIR[RST]}"
2078   dst-path: "{DIR[WORKING,SRC]}"
2079
2080 - type: "input"
2081   general:
2082     file-name: "output_info.xml.gz"
2083     file-format: ".gz"
2084     arch-file-format:
2085       - ".gz"
2086       - ".zip"
2087     download-path: "{job}/{build}/archives/{filename}"
2088     extract: "output.xml"
2089
2090     zip-file-name: "robot-plugin.zip"
2091     zip-file-format: ".zip"
2092     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2093     zip-extract: "robot-plugin/output.xml"
2094
2095   builds:
2096
2097     csit-vpp-perf-verify-1908-3n-hsw:
2098       - 12  # NDRPDR sel
2099       - 13  # NDRPDR sel
2100       - 14  # NDRPDR sel
2101       - 15  # NDRPDR sel
2102       - 16  # NDRPDR sel
2103       - 17  # NDRPDR sel
2104       - 18  # NDRPDR sel
2105       - 19  # NDRPDR sel
2106       - 20  # NDRPDR sel
2107       - 21  # NDRPDR sel
2108       - 48  # NDRPDR sel vhost
2109       - 49  # NDRPDR sel vhost
2110       - 52  # NDRPDR sel vhost
2111       - 53  # NDRPDR sel vhost
2112       - 54  # NDRPDR sel vhost
2113       - 55  # NDRPDR sel vhost
2114       - 56  # NDRPDR sel vhost
2115       - 57  # NDRPDR sel vhost
2116       - 58  # NDRPDR sel vhost
2117       - 59  # NDRPDR sel vhost
2118       - 39  # MRR sel
2119     csit-vpp-perf-verify-2001-3n-hsw:
2120       - 21  # NDRPDR sel
2121       - 22  # NDRPDR sel
2122       - 23  # NDRPDR sel
2123       - 24  # NDRPDR sel
2124       - 25  # NDRPDR sel
2125       - 29  # NDRPDR sel
2126       - 30  # NDRPDR sel
2127       - 31  # NDRPDR sel
2128       - 32  # NDRPDR sel
2129       - 34  # NDRPDR sel
2130       - 17  # MRR sel
2131     csit-vpp-perf-report-iterative-2005-3n-hsw:
2132       - 3   # NDRPDR sel
2133       - 4   # NDRPDR sel
2134       - 5   # NDRPDR sel
2135       - 10  # NDRPDR sel
2136       - 11  # NDRPDR sel
2137       - 12  # NDRPDR sel
2138       - 15  # NDRPDR sel
2139       - 16  # NDRPDR sel
2140       - 18  # NDRPDR sel
2141       - 19  # NDRPDR sel
2142       - 13  # MRR
2143     csit-vpp-perf-verify-2005-3n-hsw:
2144       - 3   # hoststack
2145       - 5   # hoststack
2146       - 6   # hoststack
2147       - 7   # hoststack
2148       - 8   # hoststack
2149       - 9   # hoststack
2150       - 10  # hoststack
2151       - 11  # hoststack
2152       - 12  # hoststack
2153       - 13  # hoststack
2154     csit-vpp-perf-report-coverage-2005-3n-hsw:
2155       - 1   # perf-full-3n-dnv-crypto_I
2156       - 3   # perf-full-3n-hsw-crypto_III
2157       - 4   # perf-full-3n-dnv-crypto_IV
2158       - 5   # perf-full-3n-hsw-ip4_I
2159       - 6   # perf-full-3n-hsw-ip4_II
2160
2161     csit-vpp-perf-verify-1908_1-3n-skx:
2162       - 26  # NDRPDR sel - new1908.1
2163       - 27  # NDRPDR sel - new1908.1
2164       - 28  # NDRPDR sel - new1908.1
2165       - 29  # NDRPDR sel - new1908.1
2166       - 30  # NDRPDR sel - new1908.1
2167       - 31  # NDRPDR sel - new1908.1
2168       - 33  # NDRPDR sel - new1908.1
2169       - 34  # NDRPDR sel - new1908.1
2170       - 35  # NDRPDR sel - new1908.1
2171       - 36  # NDRPDR sel - new1908.1
2172     csit-vpp-perf-verify-2001-3n-skx:
2173       - 69  # NDRPDR sel - new2001.0
2174       - 71  # NDRPDR sel - new2001.0
2175       - 72  # NDRPDR sel - new2001.0
2176       - 76  # NDRPDR sel - new2001.0
2177       - 77  # NDRPDR sel - new2001.0
2178       - 78  # NDRPDR sel - new2001.0
2179       - 80  # NDRPDR sel - new2001.0
2180       - 50  # MRR sel
2181       - 53  # MRR sel addition
2182     # TODO: Add data:
2183     csit-vpp-perf-report-iterative-2005-3n-skx:
2184       - 4   # NDRPDR sel
2185       - 5   # NDRPDR sel ??? all x710 failed
2186       - 6   # MRR sel
2187
2188     csit-vpp-perf-verify-1908_1-2n-skx:
2189       - 39  # NDRPDR sel - new1908.1
2190       - 40  # NDRPDR sel - new1908.1
2191       - 41  # NDRPDR sel - new1908.1
2192       - 43  # NDRPDR sel - new1908.1
2193       - 44  # NDRPDR sel - new1908.1
2194       - 45  # NDRPDR sel - new1908.1
2195       - 46  # NDRPDR sel - new1908.1
2196       - 47  # NDRPDR sel - new1908.1
2197       - 48  # NDRPDR sel - new1908.1
2198       - 49  # NDRPDR sel - new1908.1
2199     csit-vpp-perf-verify-2001-2n-skx:
2200       - 143  # NDRPDR sel - new2001.0
2201       - 146  # NDRPDR sel - new2001.0
2202       - 147  # NDRPDR sel - new2001.0
2203       - 148  # NDRPDR sel - new2001.0
2204       - 149  # NDRPDR sel - new2001.0
2205       - 150  # NDRPDR sel - new2001.0
2206       - 151  # NDRPDR sel - new2001.0
2207       - 152  # NDRPDR sel - new2001.0
2208       - 153  # NDRPDR sel - new2001.0
2209       - 154  # NDRPDR sel - new2001.0
2210       - 101  # MRR sel - old
2211       - 128  # MRR sel addition - old
2212       - 169  # Reconf REMOVE
2213       - 181  # Soak REMOVE
2214       - 182  # Soak REMOVE
2215     # TODO: Add data:
2216     csit-vpp-perf-report-iterative-2005-2n-skx:
2217       - 7   # NDRPDR sel
2218
2219     csit-vpp-perf-verify-1908_1-2n-clx:
2220       - 5  # NDRPDR sel
2221       - 6  # NDRPDR sel
2222       - 7  # NDRPDR sel
2223       - 8  # NDRPDR sel
2224       - 9  # NDRPDR sel
2225     csit-vpp-perf-verify-2001-2n-clx:
2226       - 28  # NDRPDR sel
2227       - 29  # NDRPDR sel
2228       - 32  # NDRPDR sel
2229       - 40  # NDRPDR sel
2230       - 43  # NDRPDR sel
2231       - 44  # NDRPDR sel
2232       - 45  # NDRPDR sel
2233       - 47  # NDRPDR sel
2234       - 48  # NDRPDR sel
2235       - 49  # NDRPDR sel
2236       - 39  # MRR
2237       - 68  # Reconf REMOVE
2238       - 93  # Soak REMOVE
2239       - 94  # Soak REMOVE
2240     # TODO: Add data:
2241     csit-vpp-perf-report-iterative-2005-2n-clx:
2242       - 7   # NDRPDR sel
2243       - 9   # NDRPDR sel
2244
2245     csit-vpp-perf-verify-1908-3n-tsh:
2246       - 7   # NDRPDR sel
2247       - 8   # NDRPDR sel
2248       - 9   # NDRPDR sel
2249       - 10  # NDRPDR sel
2250       - 11  # NDRPDR sel
2251       - 12  # NDRPDR sel
2252       - 13  # NDRPDR sel
2253       - 14  # NDRPDR sel
2254       - 15  # NDRPDR sel
2255       - 16  # NDRPDR sel
2256       - 17  # MRR sel
2257     csit-vpp-perf-verify-2001-3n-tsh:
2258       - 3   # NDRPDR sel
2259       - 4   # NDRPDR sel
2260       - 7   # NDRPDR sel
2261       - 8   # NDRPDR sel
2262       - 10  # NDRPDR sel
2263       - 12  # NDRPDR sel
2264       - 13  # NDRPDR sel
2265       - 14  # NDRPDR sel
2266       - 15  # NDRPDR sel
2267       - 21  # NDRPDR sel
2268       - 9   # MRR sel
2269     # TODO: Add data:
2270     # csit-vpp-perf-report-iterative-2005-3n-tsh:
2271
2272     csit-vpp-perf-verify-1908-3n-dnv:
2273       - 6   # NDRPDR sel
2274       - 7   # NDRPDR sel
2275       - 8   # NDRPDR sel
2276       - 9   # NDRPDR sel
2277       - 10  # NDRPDR sel
2278       - 12  # NDRPDR sel
2279       - 13  # NDRPDR sel
2280       - 14  # NDRPDR sel
2281       - 15  # NDRPDR sel
2282       - 16  # NDRPDR sel
2283       - 17  # MRR sel
2284     csit-vpp-perf-verify-2001-3n-dnv:
2285       - 5   # NDRPDR sel
2286       - 6   # NDRPDR sel
2287       - 7   # NDRPDR sel
2288       - 8   # NDRPDR sel
2289       - 9   # NDRPDR sel
2290       - 10  # NDRPDR sel
2291       - 12  # NDRPDR sel
2292       - 16  # NDRPDR sel
2293       - 17  # NDRPDR sel
2294       - 18  # NDRPDR sel
2295       - 11  # MRR sel
2296     csit-vpp-perf-report-iterative-2005-3n-dnv:
2297       - 2   # NDRPDR sel
2298       - 3   # NDRPDR sel
2299       - 4   # NDRPDR sel
2300       - 5   # NDRPDR sel
2301       - 6   # NDRPDR sel
2302       - 7   # NDRPDR sel
2303       - 9   # NDRPDR sel
2304       - 10  # NDRPDR sel
2305       - 11  # NDRPDR sel
2306       - 12  # NDRPDR sel
2307       - 8   # MRR
2308     csit-vpp-perf-report-coverage-2005-3n-dnv:
2309       - 1   # perf-full-3n-dnv-crypto_I
2310
2311     csit-vpp-perf-verify-1908-2n-dnv:
2312       - 1   # NDRPDR sel
2313       - 2   # NDRPDR sel
2314       - 3   # NDRPDR sel
2315       - 4   # NDRPDR sel
2316       - 5   # NDRPDR sel
2317       - 6   # NDRPDR sel
2318       - 7   # NDRPDR sel
2319       - 8   # NDRPDR sel
2320       - 9   # NDRPDR sel
2321       - 10  # NDRPDR sel
2322       - 11  # MRR sel
2323     csit-vpp-perf-verify-2001-2n-dnv:
2324       - 4   # NDRPDR sel
2325       - 5   # NDRPDR sel
2326       - 6   # NDRPDR sel
2327       - 7   # NDRPDR sel
2328       - 8   # NDRPDR sel
2329       - 9   # NDRPDR sel
2330       - 10  # NDRPDR sel
2331       - 11  # NDRPDR sel
2332       - 13  # NDRPDR sel
2333       - 16  # NDRPDR sel
2334       - 12  # MRR sel
2335     csit-vpp-perf-report-iterative-2005-2n-dnv:
2336       - 3   # NDRPDR sel
2337       - 6   # NDRPDR sel
2338       - 7   # NDRPDR sel
2339       - 8   # NDRPDR sel
2340       - 9   # NDRPDR sel
2341       - 10  # NDRPDR sel
2342       - 11  # NDRPDR sel
2343       - 12  # NDRPDR sel
2344       - 13  # NDRPDR sel
2345       - 14  # NDRPDR sel
2346       - 15  # MRR sel
2347     csit-vpp-perf-report-coverage-2005-2n-dnv:
2348       - 1   # perf-full-2n-dnv-ip4_I
2349       - 2   # perf-full-2n-dnv-ip4_II
2350       - 3   # perf-full-2n-dnv-ip6_I
2351       - 4   # perf-full-2n-dnv-ip6_II
2352       - 5   # perf-full-2n-dnv-l2_I
2353       - 6   # perf-full-2n-dnv-l2_II
2354
2355     csit-dpdk-perf-verify-1908-3n-hsw:
2356       - 2   # NDRPDR sel
2357       - 3   # NDRPDR sel
2358       - 4   # NDRPDR sel
2359       - 5   # NDRPDR sel
2360       - 6   # NDRPDR sel
2361       - 7   # NDRPDR sel
2362       - 8   # NDRPDR sel
2363       - 9   # NDRPDR sel
2364       - 10  # NDRPDR sel
2365       - 11  # NDRPDR sel
2366     csit-dpdk-perf-verify-2001-3n-hsw:
2367       - 4   # NDRPDR sel
2368       - 5   # NDRPDR sel
2369       - 6   # NDRPDR sel
2370       - 7   # NDRPDR sel
2371       - 8   # NDRPDR sel
2372       - 9   # NDRPDR sel
2373       - 10  # NDRPDR sel
2374       - 11  # NDRPDR sel
2375       - 12  # NDRPDR sel
2376       - 13  # NDRPDR sel
2377       - 15  # NDRPDR sel
2378       - 16  # NDRPDR sel
2379       - 17  # NDRPDR sel
2380       - 18  # NDRPDR sel
2381       - 19  # NDRPDR sel
2382       - 20  # NDRPDR sel
2383       - 21  # NDRPDR sel
2384       - 22  # NDRPDR sel
2385       - 23  # NDRPDR sel
2386       - 24  # NDRPDR sel
2387     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2388       - 5   # NDRPDR sel
2389       - 6   # NDRPDR sel
2390       - 7   # NDRPDR sel
2391       - 8   # NDRPDR sel
2392       - 9   # NDRPDR sel
2393       - 10  # NDRPDR sel
2394       - 11  # NDRPDR sel
2395       - 12  # NDRPDR sel
2396       - 13  # NDRPDR sel
2397       - 14  # NDRPDR sel
2398
2399     csit-dpdk-perf-verify-1908-3n-skx:
2400       - 3   # NDRPDR sel
2401       - 4   # NDRPDR sel
2402       - 5   # NDRPDR sel
2403       - 6   # NDRPDR sel
2404       - 7   # NDRPDR sel
2405       - 8   # NDRPDR sel
2406       - 9   # NDRPDR sel
2407       - 10  # NDRPDR sel
2408       - 11  # NDRPDR sel
2409       - 12  # NDRPDR sel
2410     csit-dpdk-perf-verify-2001-3n-skx:
2411       - 29  # NDRPDR sel xxv710
2412       - 33  # NDRPDR sel xxv710
2413       - 34  # NDRPDR sel xxv710
2414       - 35  # NDRPDR sel xxv710
2415       - 36  # NDRPDR sel xxv710
2416       - 37  # NDRPDR sel xxv710
2417       - 41  # NDRPDR sel xxv710
2418       - 42  # NDRPDR sel xxv710
2419       - 43  # NDRPDR sel xxv710
2420       - 45  # NDRPDR sel xxv710
2421       - 30  # NDRPDR sel x710
2422       - 31  # NDRPDR sel x710
2423       - 32  # NDRPDR sel x710
2424       - 38  # NDRPDR sel x710
2425       - 39  # NDRPDR sel x710
2426       - 40  # NDRPDR sel x710
2427       - 44  # NDRPDR sel x710
2428       - 46  # NDRPDR sel x710
2429       - 47  # NDRPDR sel x710
2430       - 48  # NDRPDR sel x710
2431     csit-dpdk-perf-report-iterative-2005-3n-skx:
2432       - 4   # NDRPDR sel
2433       - 5   # NDRPDR sel
2434       - 6   # NDRPDR sel
2435       - 7   # NDRPDR sel
2436       - 8   # NDRPDR sel
2437       - 11  # NDRPDR sel
2438       - 12  # NDRPDR sel
2439       - 13  # NDRPDR sel
2440       - 14  # NDRPDR sel
2441       - 15  # NDRPDR sel
2442
2443     csit-dpdk-perf-verify-1908-2n-skx:
2444       - 2   # NDRPDR sel
2445       - 3   # NDRPDR sel
2446       - 4   # NDRPDR sel
2447       - 5   # NDRPDR sel
2448       - 7   # NDRPDR sel
2449       - 8   # NDRPDR sel
2450       - 9   # NDRPDR sel
2451       - 10  # NDRPDR sel
2452       - 11  # NDRPDR sel
2453       - 12  # NDRPDR sel
2454     csit-dpdk-perf-verify-2001-2n-skx:
2455       - 35  # NDRPDR sel xxv710
2456       - 36  # NDRPDR sel xxv710
2457       - 37  # NDRPDR sel xxv710
2458       - 41  # NDRPDR sel xxv710
2459       - 42  # NDRPDR sel xxv710
2460       - 43  # NDRPDR sel xxv710
2461       - 46  # NDRPDR sel xxv710
2462       - 47  # NDRPDR sel xxv710
2463       - 52  # NDRPDR sel xxv710
2464       - 53  # NDRPDR sel xxv710
2465       - 38  # NDRPDR sel x710
2466       - 39  # NDRPDR sel x710
2467       - 40  # NDRPDR sel x710
2468       - 44  # NDRPDR sel x710
2469       - 45  # NDRPDR sel x710
2470       - 48  # NDRPDR sel x710
2471       - 49  # NDRPDR sel x710
2472       - 50  # NDRPDR sel x710
2473       - 51  # NDRPDR sel x710
2474       - 54  # NDRPDR sel x710
2475     csit-dpdk-perf-report-iterative-2005-2n-skx:
2476       - 1   # NDRPDR sel
2477       - 2   # NDRPDR sel
2478       - 3   # NDRPDR sel
2479       - 4   # NDRPDR sel
2480       - 5   # NDRPDR sel
2481       - 6   # NDRPDR sel
2482       - 7   # NDRPDR sel
2483       - 8   # NDRPDR sel
2484       - 9   # NDRPDR sel
2485       - 10  # NDRPDR sel
2486
2487     csit-dpdk-perf-verify-2001-2n-clx:
2488       - 15  # NDRPDR sel
2489       - 16  # NDRPDR sel
2490       - 17  # NDRPDR sel
2491       - 18  # NDRPDR sel
2492       - 19  # NDRPDR sel
2493       - 20  # NDRPDR sel
2494       - 21  # NDRPDR sel
2495       - 22  # NDRPDR sel
2496       - 23  # NDRPDR sel
2497       - 24  # NDRPDR sel
2498       - 25  # NDRPDR sel
2499       - 26  # NDRPDR sel
2500       - 27  # NDRPDR sel
2501       - 28  # NDRPDR sel
2502       - 29  # NDRPDR sel
2503       - 30  # NDRPDR sel
2504       - 31  # NDRPDR sel
2505       - 32  # NDRPDR sel
2506       - 33  # NDRPDR sel
2507       - 34  # NDRPDR sel
2508     csit-dpdk-perf-report-iterative-2005-2n-clx:
2509       - 1   # NDRPDR sel
2510       - 2   # NDRPDR sel
2511       - 3   # NDRPDR sel
2512       - 4   # NDRPDR sel
2513       - 5   # NDRPDR sel
2514       - 6   # NDRPDR sel
2515       - 7   # NDRPDR sel
2516       - 8   # NDRPDR sel
2517       - 9   # NDRPDR sel
2518       - 10  # NDRPDR sel
2519
2520     csit-dpdk-perf-verify-2001-2n-dnv:
2521       - 9   # NDRPDR sel
2522       - 10  # NDRPDR sel
2523       - 11  # NDRPDR sel
2524       - 12  # NDRPDR sel
2525       - 13  # NDRPDR sel
2526       - 14  # NDRPDR sel
2527       - 15  # NDRPDR sel
2528       - 16  # NDRPDR sel
2529       - 17  # NDRPDR sel
2530       - 18  # NDRPDR sel
2531     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2532       - 8   # NDRPDR sel
2533       - 9   # NDRPDR sel
2534       - 10  # NDRPDR sel
2535       - 11  # NDRPDR sel
2536       - 12  # NDRPDR sel
2537       - 13  # NDRPDR sel
2538       - 14  # NDRPDR sel
2539       - 15  # NDRPDR sel
2540       - 16  # NDRPDR sel
2541       - 17  # NDRPDR sel
2542
2543     csit-dpdk-perf-verify-2001-3n-dnv:
2544       - 12  # NDRPDR sel
2545       - 13  # NDRPDR sel
2546       - 14  # NDRPDR sel
2547       - 15  # NDRPDR sel
2548       - 16  # NDRPDR sel
2549       - 17  # NDRPDR sel
2550       - 18  # NDRPDR sel
2551       - 19  # NDRPDR sel
2552       - 20  # NDRPDR sel
2553       - 22  # NDRPDR sel
2554     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2555       - 6   # NDRPDR sel
2556       - 7   # NDRPDR sel
2557       - 8   # NDRPDR sel
2558       - 9   # NDRPDR sel
2559       - 10  # NDRPDR sel
2560       - 11  # NDRPDR sel
2561       - 12  # NDRPDR sel
2562       - 13  # NDRPDR sel
2563       - 14  # NDRPDR sel
2564       - 16  # NDRPDR sel
2565
2566     csit-dpdk-perf-verify-2001-3n-tsh:
2567       - 3   # NDRPDR sel
2568       - 4   # NDRPDR sel
2569       - 5   # NDRPDR sel
2570       - 9   # NDRPDR sel
2571       - 10  # NDRPDR sel
2572       - 11  # NDRPDR sel
2573       - 12  # NDRPDR sel
2574       - 14  # NDRPDR sel
2575       - 15  # NDRPDR sel
2576       - 18  # NDRPDR sel
2577     # TODO: Add data:
2578     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2579       - 5   # NDRPDR sel
2580
2581     csit-vpp-device-2005-ubuntu1804-1n-skx:
2582       - 35
2583
2584 - type: "output"
2585   output: "report"
2586   format:
2587     html:
2588     - full
2589 #    pdf:
2590 #    - minimal
2591
2592 ################################################################################
2593 ###                               T A B L E S                                ###
2594 ################################################################################
2595
2596 # VPP Soak vs NDR - 2n-skx
2597 - type: "table"
2598   title: "VPP Soak vs NDR 2n-skx"
2599   algorithm: "table_soak_vs_ndr"
2600   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2601   reference:
2602     title: "NDR"
2603     data: "vpp-soak-vs-ndr-2n-skx-ref"
2604   compare:
2605     title: "Soak"
2606     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2607   data: "vpp-soak-vs-ndr-2n-skx"
2608   include-tests: "NDR"
2609   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2610   parameters:
2611     - "throughput"
2612     - "name"
2613     - "parent"
2614
2615 # VPP Soak vs NDR - 2n-clx
2616 - type: "table"
2617   title: "VPP Soak vs NDR 2n-clx"
2618   algorithm: "table_soak_vs_ndr"
2619   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2620   reference:
2621     title: "NDR"
2622     data: "vpp-soak-vs-ndr-2n-clx-ref"
2623   compare:
2624     title: "Soak"
2625     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2626   data: "vpp-soak-vs-ndr-2n-clx"
2627   include-tests: "NDR"
2628   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2629   parameters:
2630     - "throughput"
2631     - "name"
2632     - "parent"
2633
2634 ################################################################################
2635
2636 # VPP Compare NICs 3n-skx 2t1c ndr
2637 - type: "table"
2638   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2639   algorithm: "table_comparison"
2640   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2641   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2642   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2643   columns:
2644     - title: "x710"
2645       data-set: "vpp-nic-comparison-3n-skx"
2646       tag: "NIC_Intel-X710"
2647     - title: "xxv710"
2648       data-set: "vpp-nic-comparison-3n-skx"
2649       tag: "NIC_Intel-XXV710"
2650   comparisons:
2651     - title: "Diff"
2652       reference: 1
2653       compare: 2
2654   legend:
2655     - "Legend to Table:"
2656     - "x710, xxv710 - NICs tested."
2657     - "Diff - difference between x710 and xxv710 NIC."
2658
2659 # VPP Compare NICs 3n-skx 4t2c ndr
2660 - type: "table"
2661   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2662   algorithm: "table_comparison"
2663   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2664   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2665   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2666   columns:
2667     - title: "x710"
2668       data-set: "vpp-nic-comparison-3n-skx"
2669       tag: "NIC_Intel-X710"
2670     - title: "xxv710"
2671       data-set: "vpp-nic-comparison-3n-skx"
2672       tag: "NIC_Intel-XXV710"
2673   comparisons:
2674     - title: "Diff"
2675       reference: 1
2676       compare: 2
2677   legend:
2678     - "Legend to Table:"
2679     - "x710, xxv710 - NICs tested."
2680     - "Diff - difference between x710 and xxv710 NIC."
2681
2682 # VPP Compare NICs 3n-skx 2t1c pdr
2683 - type: "table"
2684   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2685   algorithm: "table_comparison"
2686   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2687   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2688   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2689   columns:
2690     - title: "x710"
2691       data-set: "vpp-nic-comparison-3n-skx"
2692       tag: "NIC_Intel-X710"
2693     - title: "xxv710"
2694       data-set: "vpp-nic-comparison-3n-skx"
2695       tag: "NIC_Intel-XXV710"
2696   comparisons:
2697     - title: "Diff"
2698       reference: 1
2699       compare: 2
2700   legend:
2701     - "Legend to Table:"
2702     - "x710, xxv710 - NICs tested."
2703     - "Diff - difference between x710 and xxv710 NIC."
2704
2705 # VPP Compare NICs 3n-skx 4t2c pdr
2706 - type: "table"
2707   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2708   algorithm: "table_comparison"
2709   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2710   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2711   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2712   columns:
2713     - title: "x710"
2714       data-set: "vpp-nic-comparison-3n-skx"
2715       tag: "NIC_Intel-X710"
2716     - title: "xxv710"
2717       data-set: "vpp-nic-comparison-3n-skx"
2718       tag: "NIC_Intel-XXV710"
2719   comparisons:
2720     - title: "Diff"
2721       reference: 1
2722       compare: 2
2723   legend:
2724     - "Legend to Table:"
2725     - "x710, xxv710 - NICs tested."
2726     - "Diff - difference between x710 and xxv710 NIC."
2727
2728 # VPP Compare NICs 3n-skx 2t1c mrr
2729 - type: "table"
2730   title: "VPP Compare NICs 3n-skx 2t1c mrr"
2731   algorithm: "table_comparison"
2732   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2733   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2734   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2735   columns:
2736     - title: "x710"
2737       data-set: "vpp-nic-comparison-3n-skx-mrr"
2738       tag: "NIC_Intel-X710"
2739     - title: "xxv710"
2740       data-set: "vpp-nic-comparison-3n-skx-mrr"
2741       tag: "NIC_Intel-XXV710"
2742   comparisons:
2743     - title: "Diff"
2744       reference: 1
2745       compare: 2
2746   legend:
2747     - "Legend to Table:"
2748     - "x710, xxv710 - NICs tested."
2749     - "Diff - difference between x710 and xxv710 NIC."
2750
2751 # VPP Compare NICs 3n-skx 4t2c mrr
2752 - type: "table"
2753   title: "VPP Compare NICs 3n-skx 4t2c mrr"
2754   algorithm: "table_comparison"
2755   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2756   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2757   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2758   columns:
2759     - title: "x710"
2760       data-set: "vpp-nic-comparison-3n-skx-mrr"
2761       tag: "NIC_Intel-X710"
2762     - title: "xxv710"
2763       data-set: "vpp-nic-comparison-3n-skx-mrr"
2764       tag: "NIC_Intel-XXV710"
2765   comparisons:
2766     - title: "Diff"
2767       reference: 1
2768       compare: 2
2769   legend:
2770     - "Legend to Table:"
2771     - "x710, xxv710 - NICs tested."
2772     - "Diff - difference between x710 and xxv710 NIC."
2773
2774 # VPP Compare NICs 3n-skx 8t4c mrr
2775 - type: "table"
2776   title: "VPP Compare NICs 3n-skx 8t4c mrr"
2777   algorithm: "table_comparison"
2778   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2779   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2780   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2781   columns:
2782     - title: "x710"
2783       data-set: "vpp-nic-comparison-3n-skx-mrr"
2784       tag: "NIC_Intel-X710"
2785     - title: "xxv710"
2786       data-set: "vpp-nic-comparison-3n-skx-mrr"
2787       tag: "NIC_Intel-XXV710"
2788   comparisons:
2789     - title: "Diff"
2790       reference: 1
2791       compare: 2
2792   legend:
2793     - "Legend to Table:"
2794     - "x710, xxv710 - NICs tested."
2795     - "Diff - difference between x710 and xxv710 NIC."
2796
2797 # VPP Compare NICs 2n-skx 2t1c ndr
2798 - type: "table"
2799   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2800   algorithm: "table_comparison"
2801   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2802   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2803   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2804   columns:
2805     - title: "x710"
2806       data-set: "vpp-nic-comparison-2n-skx"
2807       tag: "NIC_Intel-X710"
2808     - title: "xxv710"
2809       data-set: "vpp-nic-comparison-2n-skx"
2810       tag: "NIC_Intel-XXV710"
2811   comparisons:
2812     - title: "Diff"
2813       reference: 1
2814       compare: 2
2815   legend:
2816     - "Legend to Table:"
2817     - "x710, xxv710 - NICs tested."
2818     - "Diff - difference between x710 and xxv710 NIC."
2819
2820 # VPP Compare NICs 2n-skx 4t2c ndr
2821 - type: "table"
2822   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2823   algorithm: "table_comparison"
2824   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2825   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2826   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2827   columns:
2828     - title: "x710"
2829       data-set: "vpp-nic-comparison-2n-skx"
2830       tag: "NIC_Intel-X710"
2831     - title: "xxv710"
2832       data-set: "vpp-nic-comparison-2n-skx"
2833       tag: "NIC_Intel-XXV710"
2834   comparisons:
2835     - title: "Diff"
2836       reference: 1
2837       compare: 2
2838   legend:
2839     - "Legend to Table:"
2840     - "x710, xxv710 - NICs tested."
2841     - "Diff - difference between x710 and xxv710 NIC."
2842
2843 # VPP Compare NICs 2n-skx 2t1c pdr
2844 - type: "table"
2845   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2846   algorithm: "table_comparison"
2847   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2848   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2849   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2850   columns:
2851     - title: "x710"
2852       data-set: "vpp-nic-comparison-2n-skx"
2853       tag: "NIC_Intel-X710"
2854     - title: "xxv710"
2855       data-set: "vpp-nic-comparison-2n-skx"
2856       tag: "NIC_Intel-XXV710"
2857   comparisons:
2858     - title: "Diff"
2859       reference: 1
2860       compare: 2
2861   legend:
2862     - "Legend to Table:"
2863     - "x710, xxv710 - NICs tested."
2864     - "Diff - difference between x710 and xxv710 NIC."
2865
2866 # VPP Compare NICs 2n-skx 4t2c pdr
2867 - type: "table"
2868   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2869   algorithm: "table_comparison"
2870   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2871   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2872   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2873   columns:
2874     - title: "x710"
2875       data-set: "vpp-nic-comparison-2n-skx"
2876       tag: "NIC_Intel-X710"
2877     - title: "xxv710"
2878       data-set: "vpp-nic-comparison-2n-skx"
2879       tag: "NIC_Intel-XXV710"
2880   comparisons:
2881     - title: "Diff"
2882       reference: 1
2883       compare: 2
2884   legend:
2885     - "Legend to Table:"
2886     - "x710, xxv710 - NICs tested."
2887     - "Diff - difference between x710 and xxv710 NIC."
2888
2889 # VPP Compare NICs 2n-skx 2t1c mrr
2890 - type: "table"
2891   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2892   algorithm: "table_comparison"
2893   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2894   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2895   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2896   columns:
2897     - title: "x710"
2898       data-set: "vpp-nic-comparison-2n-skx-mrr"
2899       tag: "NIC_Intel-X710"
2900     - title: "xxv710"
2901       data-set: "vpp-nic-comparison-2n-skx-mrr"
2902       tag: "NIC_Intel-XXV710"
2903   comparisons:
2904     - title: "Diff"
2905       reference: 1
2906       compare: 2
2907   legend:
2908     - "Legend to Table:"
2909     - "x710, xxv710 - NICs tested."
2910     - "Diff - difference between x710 and xxv710 NIC."
2911
2912 # VPP Compare NICs 2n-skx 4t2c mrr
2913 - type: "table"
2914   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2915   algorithm: "table_comparison"
2916   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2917   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2918   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2919   columns:
2920     - title: "x710"
2921       data-set: "vpp-nic-comparison-2n-skx-mrr"
2922       tag: "NIC_Intel-X710"
2923     - title: "xxv710"
2924       data-set: "vpp-nic-comparison-2n-skx-mrr"
2925       tag: "NIC_Intel-XXV710"
2926   comparisons:
2927     - title: "Diff"
2928       reference: 1
2929       compare: 2
2930   legend:
2931     - "Legend to Table:"
2932     - "x710, xxv710 - NICs tested."
2933     - "Diff - difference between x710 and xxv710 NIC."
2934
2935 # VPP Compare NICs 2n-skx 8t4c mrr
2936 - type: "table"
2937   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2938   algorithm: "table_comparison"
2939   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2940   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2941   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2942   columns:
2943     - title: "x710"
2944       data-set: "vpp-nic-comparison-2n-skx-mrr"
2945       tag: "NIC_Intel-X710"
2946     - title: "xxv710"
2947       data-set: "vpp-nic-comparison-2n-skx-mrr"
2948       tag: "NIC_Intel-XXV710"
2949   comparisons:
2950     - title: "Diff"
2951       reference: 1
2952       compare: 2
2953   legend:
2954     - "Legend to Table:"
2955     - "x710, xxv710 - NICs tested."
2956     - "Diff - difference between x710 and xxv710 NIC."
2957
2958 ################################################################################
2959 # VPP
2960
2961 ## VPP Performance changes 2n-skx-xxv710 2t1c ndr
2962 #- type: "table"
2963 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c ndr"
2964 #  algorithm: "table_comparison"
2965 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-ndr"
2966 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2967 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
2968 #  columns:
2969 #    - title: "1908.1"
2970 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
2971 #    - title: "1908.2"
2972 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
2973 #  comparisons:
2974 #    - title: "Diff"
2975 #      reference: 1
2976 #      compare: 2
2977 #  legend:
2978 #    - "Legend to Table:"
2979 #    - "1908.1, 1908.2 - VPP versions tested."
2980 #    - "Diff - difference between the previous and the current VPP version."
2981 #
2982 ## VPP Performance changes 2n-skx-xxv710 2t1c pdr
2983 #- type: "table"
2984 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c pdr"
2985 #  algorithm: "table_comparison"
2986 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-pdr"
2987 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2988 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
2989 #  columns:
2990 #    - title: "1908.1"
2991 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
2992 #    - title: "1908.2"
2993 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
2994 #  comparisons:
2995 #    - title: "Diff"
2996 #      reference: 1
2997 #      compare: 2
2998 #  legend:
2999 #    - "Legend to Table:"
3000 #    - "1908.1, 1908.2 - VPP versions tested."
3001 #    - "Diff - difference between the previous and the current VPP version."
3002 #
3003 ## VPP Performance changes 3n-skx-xxv710 2t1c ndr
3004 #- type: "table"
3005 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c ndr"
3006 #  algorithm: "table_comparison"
3007 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-ndr"
3008 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3009 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3010 #  columns:
3011 #    - title: "1908.1"
3012 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3013 #    - title: "1908.2"
3014 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3015 #  comparisons:
3016 #    - title: "Diff"
3017 #      reference: 1
3018 #      compare: 2
3019 #  legend:
3020 #    - "Legend to Table:"
3021 #    - "1908.1, 1908.2 - VPP versions tested."
3022 #    - "Diff - difference between the previous and the current VPP version."
3023 #
3024 ## VPP Performance changes 3n-skx-xxv710 2t1c pdr
3025 #- type: "table"
3026 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c pdr"
3027 #  algorithm: "table_comparison"
3028 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-pdr"
3029 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3030 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3031 #  columns:
3032 #    - title: "1908.1"
3033 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3034 #    - title: "1908.2"
3035 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3036 #  comparisons:
3037 #    - title: "Diff"
3038 #      reference: 1
3039 #      compare: 2
3040 #  legend:
3041 #    - "Legend to Table:"
3042 #    - "1908.1, 1908.2 - VPP versions tested."
3043 #    - "Diff - difference between the previous and the current VPP version."
3044 #
3045 ## VPP Performance changes 2n-clx-xxv710 2t1c ndr
3046 #- type: "table"
3047 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c ndr"
3048 #  algorithm: "table_comparison"
3049 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-ndr"
3050 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3051 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3052 #  columns:
3053 #    - title: "1908.1"
3054 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3055 #    - title: "1908.2"
3056 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3057 #  comparisons:
3058 #    - title: "Diff"
3059 #      reference: 1
3060 #      compare: 2
3061 #  legend:
3062 #    - "Legend to Table:"
3063 #    - "1908.1, 1908.2 - VPP versions tested."
3064 #    - "Diff - difference between the previous and the current VPP version."
3065 #
3066 ## VPP Performance changes 2n-clx-xxv710 2t1c pdr
3067 #- type: "table"
3068 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c pdr"
3069 #  algorithm: "table_comparison"
3070 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-pdr"
3071 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3072 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3073 #  columns:
3074 #    - title: "1908.1"
3075 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3076 #    - title: "1908.2"
3077 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3078 #  comparisons:
3079 #    - title: "Diff"
3080 #      reference: 1
3081 #      compare: 2
3082 #  legend:
3083 #    - "Legend to Table:"
3084 #    - "1908.1, 1908.2 - VPP versions tested."
3085 #    - "Diff - difference between the previous and the current VPP version."
3086
3087 # VPP Performance Changes 3n-hsw 1t1c pdr
3088 - type: "table"
3089   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3090   algorithm: "table_comparison"
3091   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3092   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3093   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3094   columns:
3095     - title: "1908"
3096       data-set: "vpp-performance-changes-3n-hsw-h1"
3097     - title: "2001"
3098       data-set: "vpp-performance-changes-3n-hsw-ref"
3099     - title: "2005"
3100       data-set: "vpp-performance-changes-3n-hsw-cmp"
3101   comparisons:
3102     - title: "Diff"
3103       reference: 2
3104       compare: 3
3105   legend:
3106     - "Legend to Table"
3107     - "1908, 2001, 2005 - VPP versions tested."
3108     - "Diff - difference between 2001 and 2008 VPP version."
3109
3110 # VPP Performance Changes 3n-hsw 2t2c pdr
3111 - type: "table"
3112   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3113   algorithm: "table_comparison"
3114   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3115   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3116   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3117   columns:
3118     - title: "1908"
3119       data-set: "vpp-performance-changes-3n-hsw-h1"
3120     - title: "2001"
3121       data-set: "vpp-performance-changes-3n-hsw-ref"
3122     - title: "2005"
3123       data-set: "vpp-performance-changes-3n-hsw-cmp"
3124   comparisons:
3125     - title: "Diff"
3126       reference: 2
3127       compare: 3
3128   legend:
3129     - "Legend to Table"
3130     - "1908, 2001, 2005 - VPP versions tested."
3131     - "Diff - difference between 2001 and 2008 VPP version."
3132
3133 # VPP Performance Changes 3n-hsw 1t1c ndr
3134 - type: "table"
3135   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3136   algorithm: "table_comparison"
3137   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3138   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3139   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3140   columns:
3141     - title: "1908"
3142       data-set: "vpp-performance-changes-3n-hsw-h1"
3143     - title: "2001"
3144       data-set: "vpp-performance-changes-3n-hsw-ref"
3145     - title: "2005"
3146       data-set: "vpp-performance-changes-3n-hsw-cmp"
3147   comparisons:
3148     - title: "Diff"
3149       reference: 2
3150       compare: 3
3151   legend:
3152     - "Legend to Table"
3153     - "1908, 2001, 2005 - VPP versions tested."
3154     - "Diff - difference between 2001 and 2008 VPP version."
3155
3156 # VPP Performance Changes 3n-hsw 2t2c ndr
3157 - type: "table"
3158   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3159   algorithm: "table_comparison"
3160   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3161   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3162   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3163   columns:
3164     - title: "1908"
3165       data-set: "vpp-performance-changes-3n-hsw-h1"
3166     - title: "2001"
3167       data-set: "vpp-performance-changes-3n-hsw-ref"
3168     - title: "2005"
3169       data-set: "vpp-performance-changes-3n-hsw-cmp"
3170   comparisons:
3171     - title: "Diff"
3172       reference: 2
3173       compare: 3
3174   legend:
3175     - "Legend to Table"
3176     - "1908, 2001, 2005 - VPP versions tested."
3177     - "Diff - difference between 2001 and 2008 VPP version."
3178
3179 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr
3180 #- type: "table"
3181 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr"
3182 #  algorithm: "table_comparison"
3183 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-pdr"
3184 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3185 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3186 #  rca:
3187 #    - title: "RCA1"
3188 #      data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3189 #    - title: "RCA2"
3190 #      data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3191 #  columns:
3192 #    - title: "1908.0-1"
3193 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3194 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3195 #    - title: "1908.1-1"
3196 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3197 #    - title: "1908.1-2"
3198 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3199 #    - title: "2001.0-2"
3200 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3201 #  comparisons:
3202 #    - title: "Diff1"
3203 #      reference: 2
3204 #      reference-alt: 1
3205 #      compare: 3
3206 #    - title: "Diff2"
3207 #      reference: 3
3208 #      compare: 4
3209 #  legend:
3210 #    - 'Legend to Table:'
3211 #    - '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).'
3212 #    - '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).'
3213 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3214 #    - 'RCA1 - root cause analysis reference for Diff1.'
3215 #    - 'RCA2 - root cause analysis reference for Diff2.'
3216 #
3217 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr
3218 #- type: "table"
3219 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr"
3220 #  algorithm: "table_comparison"
3221 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-ndr"
3222 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3223 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3224 #  rca:
3225 #    - title: "RCA1"
3226 #      data: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3227 #    - title: "RCA2"
3228 #      data: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3229 #  columns:
3230 #    - title: "1908.0-1"
3231 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3232 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3233 #    - title: "1908.1-1"
3234 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3235 #    - title: "1908.1-2"
3236 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3237 #    - title: "2001.0-2"
3238 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3239 #  comparisons:
3240 #    - title: "Diff1"
3241 #      reference: 2
3242 #      reference-alt: 1
3243 #      compare: 3
3244 #    - title: "Diff2"
3245 #      reference: 3
3246 #      compare: 4
3247 #  legend:
3248 #    - 'Legend to Table:'
3249 #    - '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).'
3250 #    - '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).'
3251 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3252 #    - 'RCA1 - root cause analysis reference for Diff1.'
3253 #    - 'RCA2 - root cause analysis reference for Diff2.'
3254
3255 # VPP Performance Changes 3n-skx 2t1c pdr
3256 - type: "table"
3257   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3258   algorithm: "table_comparison"
3259   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3260   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3261   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3262   columns:
3263     - title: "1908"
3264       data-set: "vpp-performance-changes-3n-skx-h1"
3265       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3266     - title: "2001"
3267       data-set: "vpp-performance-changes-3n-skx-ref"
3268     - title: "2005"
3269       data-set: "vpp-performance-changes-3n-skx-cmp"
3270   comparisons:
3271     - title: "Diff"
3272       reference: 2
3273       compare: 3
3274   legend:
3275     - "Legend to Table"
3276     - "1908, 2001, 2005 - VPP versions tested."
3277     - "Diff - difference between 2001 and 2005 VPP version."
3278
3279 # VPP Performance Changes 3n-skx 4t2c pdr
3280 - type: "table"
3281   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3282   algorithm: "table_comparison"
3283   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3284   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3285   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3286   columns:
3287     - title: "1908"
3288       data-set: "vpp-performance-changes-3n-skx-h1"
3289       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3290     - title: "2001"
3291       data-set: "vpp-performance-changes-3n-skx-ref"
3292     - title: "2005"
3293       data-set: "vpp-performance-changes-3n-skx-cmp"
3294   comparisons:
3295     - title: "Diff"
3296       reference: 2
3297       compare: 3
3298   legend:
3299     - "Legend to Table"
3300     - "1908, 2001, 2005 - VPP versions tested."
3301     - "Diff - difference between 2001 and 2005 VPP version."
3302
3303 # VPP Performance Changes 3n-skx 2t1c ndr
3304 - type: "table"
3305   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3306   algorithm: "table_comparison"
3307   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3308   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3309   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3310   columns:
3311     - title: "1908"
3312       data-set: "vpp-performance-changes-3n-skx-h1"
3313       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3314     - title: "2001"
3315       data-set: "vpp-performance-changes-3n-skx-ref"
3316     - title: "2005"
3317       data-set: "vpp-performance-changes-3n-skx-cmp"
3318   comparisons:
3319     - title: "Diff"
3320       reference: 2
3321       compare: 3
3322   legend:
3323     - "Legend to Table"
3324     - "1908, 2001, 2005 - VPP versions tested."
3325     - "Diff - difference between 2001 and 2005 VPP version."
3326
3327 # VPP Performance Changes 3n-skx 4t2c ndr
3328 - type: "table"
3329   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3330   algorithm: "table_comparison"
3331   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3332   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3333   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3334   columns:
3335     - title: "1908"
3336       data-set: "vpp-performance-changes-3n-skx-h1"
3337       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3338     - title: "2001"
3339       data-set: "vpp-performance-changes-3n-skx-ref"
3340     - title: "2005"
3341       data-set: "vpp-performance-changes-3n-skx-cmp"
3342   comparisons:
3343     - title: "Diff"
3344       reference: 2
3345       compare: 3
3346   legend:
3347     - "Legend to Table"
3348     - "1908, 2001, 2005 - VPP versions tested."
3349     - "Diff - difference between 2001 and 2005 VPP version."
3350
3351 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr
3352 #- type: "table"
3353 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr"
3354 #  algorithm: "table_comparison"
3355 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-pdr"
3356 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3357 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3358 #  rca:
3359 #    - title: "RCA1"
3360 #      data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3361 #    - title: "RCA2"
3362 #      data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3363 #  columns:
3364 #    - title: "1908.0-1"
3365 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3366 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3367 #    - title: "1908.1-1"
3368 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3369 #    - title: "1908.1-2"
3370 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3371 #    - title: "2001.0-2"
3372 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3373 #  comparisons:
3374 #    - title: "Diff1"
3375 #      reference: 2
3376 #      reference-alt: 1
3377 #      compare: 3
3378 #    - title: "Diff2"
3379 #      reference: 3
3380 #      compare: 4
3381 #  legend:
3382 #    - 'Legend to Table:'
3383 #    - '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).'
3384 #    - '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).'
3385 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3386 #    - 'RCA1 - root cause analysis reference for Diff1.'
3387 #    - 'RCA2 - root cause analysis reference for Diff2.'
3388 #
3389 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr
3390 #- type: "table"
3391 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr"
3392 #  algorithm: "table_comparison"
3393 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-ndr"
3394 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3395 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3396 #  rca:
3397 #    - title: "RCA1"
3398 #      data: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3399 #    - title: "RCA2"
3400 #      data: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3401 #  columns:
3402 #    - title: "1908.0-1"
3403 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3404 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3405 #    - title: "1908.1-1"
3406 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3407 #    - title: "1908.1-2"
3408 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3409 #    - title: "2001.0-2"
3410 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3411 #  comparisons:
3412 #    - title: "Diff1"
3413 #      reference: 2
3414 #      reference-alt: 1
3415 #      compare: 3
3416 #    - title: "Diff2"
3417 #      reference: 3
3418 #      compare: 4
3419 #  legend:
3420 #    - 'Legend to Table:'
3421 #    - '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).'
3422 #    - '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).'
3423 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3424 #    - 'RCA1 - root cause analysis reference for Diff1.'
3425 #    - 'RCA2 - root cause analysis reference for Diff2.'
3426
3427 # VPP Performance Changes 2n-skx 2t1c pdr
3428 - type: "table"
3429   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3430   algorithm: "table_comparison"
3431   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3432   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3433   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3434   columns:
3435     - title: "1908"
3436       data-set: "vpp-performance-changes-2n-skx-h1"
3437       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3438     - title: "2001"
3439       data-set: "vpp-performance-changes-2n-skx-ref"
3440     - title: "2005"
3441       data-set: "vpp-performance-changes-2n-skx-cmp"
3442   comparisons:
3443     - title: "Diff"
3444       reference: 2
3445       compare: 3
3446   legend:
3447     - "Legend to Table"
3448     - "1908, 2001, 2005 - VPP versions tested."
3449     - "Diff - difference between 2001 and 2005 VPP version."
3450
3451 # VPP Performance Changes 2n-skx 4t2c pdr
3452 - type: "table"
3453   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3454   algorithm: "table_comparison"
3455   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3456   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3457   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3458   columns:
3459     - title: "1908"
3460       data-set: "vpp-performance-changes-2n-skx-h1"
3461       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3462     - title: "2001"
3463       data-set: "vpp-performance-changes-2n-skx-ref"
3464     - title: "2005"
3465       data-set: "vpp-performance-changes-2n-skx-cmp"
3466   comparisons:
3467     - title: "Diff"
3468       reference: 2
3469       compare: 3
3470   legend:
3471     - "Legend to Table"
3472     - "1908, 2001, 2005 - VPP versions tested."
3473     - "Diff - difference between 2001 and 2005 VPP version."
3474
3475 # VPP Performance Changes 2n-skx 2t1c ndr
3476 - type: "table"
3477   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3478   algorithm: "table_comparison"
3479   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3480   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3481   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3482   columns:
3483     - title: "1908"
3484       data-set: "vpp-performance-changes-2n-skx-h1"
3485       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3486     - title: "2001"
3487       data-set: "vpp-performance-changes-2n-skx-ref"
3488     - title: "2005"
3489       data-set: "vpp-performance-changes-2n-skx-cmp"
3490   comparisons:
3491     - title: "Diff"
3492       reference: 2
3493       compare: 3
3494   legend:
3495     - "Legend to Table"
3496     - "1908, 2001, 2005 - VPP versions tested."
3497     - "Diff - difference between 2001 and 2005 VPP version."
3498
3499 # VPP Performance Changes 2n-skx 4t2c ndr
3500 - type: "table"
3501   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3502   algorithm: "table_comparison"
3503   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3504   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3505   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3506   columns:
3507     - title: "1908"
3508       data-set: "vpp-performance-changes-2n-skx-h1"
3509       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3510     - title: "2001"
3511       data-set: "vpp-performance-changes-2n-skx-ref"
3512     - title: "2005"
3513       data-set: "vpp-performance-changes-2n-skx-cmp"
3514   comparisons:
3515     - title: "Diff"
3516       reference: 2
3517       compare: 3
3518   legend:
3519     - "Legend to Table"
3520     - "1908, 2001, 2005 - VPP versions tested."
3521     - "Diff - difference between 2001 and 2005 VPP version."
3522
3523 # VPP Performance Changes 2n-dnv 1t1c pdr
3524 - type: "table"
3525   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3526   algorithm: "table_comparison"
3527   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3528   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3529   filter: "'1T1C'"
3530   columns:
3531     - title: "1908"
3532       data-set: "vpp-performance-changes-2n-dnv-h1"
3533     - title: "2001"
3534       data-set: "vpp-performance-changes-2n-dnv-ref"
3535     - title: "2005"
3536       data-set: "vpp-performance-changes-2n-dnv-cmp"
3537   comparisons:
3538     - title: "Diff"
3539       reference: 2
3540       compare: 3
3541   legend:
3542     - "Legend to Table"
3543     - "1908, 2001, 2005 - VPP versions tested."
3544     - "Diff - difference between 2001 and 2005 VPP version."
3545
3546 # VPP Performance Changes 2n-dnv 2t2c pdr
3547 - type: "table"
3548   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3549   algorithm: "table_comparison"
3550   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3551   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3552   filter: "'2T2C'"
3553   columns:
3554     - title: "1908"
3555       data-set: "vpp-performance-changes-2n-dnv-h1"
3556     - title: "2001"
3557       data-set: "vpp-performance-changes-2n-dnv-ref"
3558     - title: "2005"
3559       data-set: "vpp-performance-changes-2n-dnv-cmp"
3560   comparisons:
3561     - title: "Diff"
3562       reference: 2
3563       compare: 3
3564   legend:
3565     - "Legend to Table"
3566     - "1908, 2001, 2005 - VPP versions tested."
3567     - "Diff - difference between 2001 and 2005 VPP version."
3568
3569 # VPP Performance Changes 2n-dnv 1t1c ndr
3570 - type: "table"
3571   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3572   algorithm: "table_comparison"
3573   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3574   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3575   filter: "'1T1C'"
3576   columns:
3577     - title: "1908"
3578       data-set: "vpp-performance-changes-2n-dnv-h1"
3579     - title: "2001"
3580       data-set: "vpp-performance-changes-2n-dnv-ref"
3581     - title: "2005"
3582       data-set: "vpp-performance-changes-2n-dnv-cmp"
3583   comparisons:
3584     - title: "Diff"
3585       reference: 2
3586       compare: 3
3587   legend:
3588     - "Legend to Table"
3589     - "1908, 2001, 2005 - VPP versions tested."
3590     - "Diff - difference between 2001 and 2005 VPP version."
3591
3592 # VPP Performance Changes 2n-dnv 2t2c ndr
3593 - type: "table"
3594   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3595   algorithm: "table_comparison"
3596   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3597   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3598   filter: "'2T2C'"
3599   columns:
3600     - title: "1908"
3601       data-set: "vpp-performance-changes-2n-dnv-h1"
3602     - title: "2001"
3603       data-set: "vpp-performance-changes-2n-dnv-ref"
3604     - title: "2005"
3605       data-set: "vpp-performance-changes-2n-dnv-cmp"
3606   comparisons:
3607     - title: "Diff"
3608       reference: 2
3609       compare: 3
3610   legend:
3611     - "Legend to Table"
3612     - "1908, 2001, 2005 - VPP versions tested."
3613     - "Diff - difference between 2001 and 2005 VPP version."
3614
3615 # VPP Performance Changes 3n-dnv 1t1c pdr
3616 - type: "table"
3617   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3618   algorithm: "table_comparison"
3619   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3620   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3621   filter: "'1T1C'"
3622   columns:
3623     - title: "1908"
3624       data-set: "vpp-performance-changes-3n-dnv-h1"
3625     - title: "2001"
3626       data-set: "vpp-performance-changes-3n-dnv-ref"
3627     - title: "2005"
3628       data-set: "vpp-performance-changes-3n-dnv-cmp"
3629   comparisons:
3630     - title: "Diff"
3631       reference: 2
3632       compare: 3
3633   legend:
3634     - "Legend to Table"
3635     - "1908, 2001, 2005 - VPP versions tested."
3636     - "Diff - difference between 2001 and 2005 VPP version."
3637
3638 # VPP Performance Changes 3n-dnv 2t2c pdr
3639 - type: "table"
3640   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3641   algorithm: "table_comparison"
3642   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3643   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3644   filter: "'2T2C'"
3645   columns:
3646     - title: "1908"
3647       data-set: "vpp-performance-changes-3n-dnv-h1"
3648     - title: "2001"
3649       data-set: "vpp-performance-changes-3n-dnv-ref"
3650     - title: "2005"
3651       data-set: "vpp-performance-changes-3n-dnv-cmp"
3652   comparisons:
3653     - title: "Diff"
3654       reference: 2
3655       compare: 3
3656   legend:
3657     - "Legend to Table"
3658     - "1908, 2001, 2005 - VPP versions tested."
3659     - "Diff - difference between 2001 and 2005 VPP version."
3660
3661 # VPP Performance Changes 3n-dnv 1t1c ndr
3662 - type: "table"
3663   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3664   algorithm: "table_comparison"
3665   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3666   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3667   filter: "'1T1C'"
3668   columns:
3669     - title: "1908"
3670       data-set: "vpp-performance-changes-3n-dnv-h1"
3671     - title: "2001"
3672       data-set: "vpp-performance-changes-3n-dnv-ref"
3673     - title: "2005"
3674       data-set: "vpp-performance-changes-3n-dnv-cmp"
3675   comparisons:
3676     - title: "Diff"
3677       reference: 2
3678       compare: 3
3679   legend:
3680     - "Legend to Table"
3681     - "1908, 2001, 2005 - VPP versions tested."
3682     - "Diff - difference between 2001 and 2005 VPP version."
3683
3684 # VPP Performance Changes 3n-dnv 2t2c ndr
3685 - type: "table"
3686   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3687   algorithm: "table_comparison"
3688   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3689   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3690   filter: "'2T2C'"
3691   columns:
3692     - title: "1908"
3693       data-set: "vpp-performance-changes-3n-dnv-h1"
3694     - title: "2001"
3695       data-set: "vpp-performance-changes-3n-dnv-ref"
3696     - title: "2005"
3697       data-set: "vpp-performance-changes-3n-dnv-cmp"
3698   comparisons:
3699     - title: "Diff"
3700       reference: 2
3701       compare: 3
3702   legend:
3703     - "Legend to Table"
3704     - "1908, 2001, 2005 - VPP versions tested."
3705     - "Diff - difference between 2001 and 2005 VPP version."
3706
3707 # VPP Performance Changes 3n-tsh 1t1c pdr
3708 - type: "table"
3709   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3710   algorithm: "table_comparison"
3711   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3712   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3713   filter: "'1T1C'"
3714   columns:
3715     - title: "1908"
3716       data-set: "vpp-performance-changes-3n-tsh-h1"
3717     - title: "2001"
3718       data-set: "vpp-performance-changes-3n-tsh-ref"
3719     - title: "2005"
3720       data-set: "vpp-performance-changes-3n-tsh-cmp"
3721   comparisons:
3722     - title: "Diff"
3723       reference: 2
3724       compare: 3
3725   legend:
3726     - "Legend to Table"
3727     - "1908, 2001, 2005 - VPP versions tested."
3728     - "Diff - difference between 2001 and 2005 VPP version."
3729
3730 # VPP Performance Changes 3n-tsh 2t2c pdr
3731 - type: "table"
3732   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3733   algorithm: "table_comparison"
3734   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3735   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3736   filter: "'2T2C'"
3737   columns:
3738     - title: "1908"
3739       data-set: "vpp-performance-changes-3n-tsh-h1"
3740     - title: "2001"
3741       data-set: "vpp-performance-changes-3n-tsh-ref"
3742     - title: "2005"
3743       data-set: "vpp-performance-changes-3n-tsh-cmp"
3744   comparisons:
3745     - title: "Diff"
3746       reference: 2
3747       compare: 3
3748   legend:
3749     - "Legend to Table"
3750     - "1908, 2001, 2005 - VPP versions tested."
3751     - "Diff - difference between 2001 and 2005 VPP version."
3752
3753 # VPP Performance Changes 3n-tsh 1t1c ndr
3754 - type: "table"
3755   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3756   algorithm: "table_comparison"
3757   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3758   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3759   filter: "'1T1C'"
3760   columns:
3761     - title: "1908"
3762       data-set: "vpp-performance-changes-3n-tsh-h1"
3763     - title: "2001"
3764       data-set: "vpp-performance-changes-3n-tsh-ref"
3765     - title: "2005"
3766       data-set: "vpp-performance-changes-3n-tsh-cmp"
3767   comparisons:
3768     - title: "Diff"
3769       reference: 2
3770       compare: 3
3771   legend:
3772     - "Legend to Table"
3773     - "1908, 2001, 2005 - VPP versions tested."
3774     - "Diff - difference between 2001 and 2005 VPP version."
3775
3776 # VPP Performance Changes 3n-tsh 2t2c ndr
3777 - type: "table"
3778   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3779   algorithm: "table_comparison"
3780   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3781   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3782   filter: "'2T2C'"
3783   columns:
3784     - title: "1908"
3785       data-set: "vpp-performance-changes-3n-tsh-h1"
3786     - title: "2001"
3787       data-set: "vpp-performance-changes-3n-tsh-ref"
3788     - title: "2005"
3789       data-set: "vpp-performance-changes-3n-tsh-cmp"
3790   comparisons:
3791     - title: "Diff"
3792       reference: 2
3793       compare: 3
3794   legend:
3795     - "Legend to Table"
3796     - "1908, 2001, 2005 - VPP versions tested."
3797     - "Diff - difference between 2001 and 2005 VPP version."
3798
3799 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3800 - type: "table"
3801   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3802   algorithm: "table_comparison"
3803   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3804   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3805   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3806   columns:
3807     - title: "3n-hsw xl710"
3808       data-set: "vpp-compare-testbeds-ref"
3809       tag: "NIC_Intel-XL710"
3810     - title: "3n-skx xxv710"
3811       data-set: "vpp-compare-testbeds-cmp"
3812       tag: "NIC_Intel-XXV710"
3813   comparisons:
3814     - title: "Diff"
3815       reference: 1
3816       compare: 2
3817   legend:
3818     - "Legend to Table"
3819     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3820     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3821
3822 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3823 - type: "table"
3824   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3825   algorithm: "table_comparison"
3826   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3827   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3828   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3829   columns:
3830     - title: "3n-hsw xl710"
3831       data-set: "vpp-compare-testbeds-ref"
3832       tag: "NIC_Intel-XL710"
3833     - title: "3n-skx xxv710"
3834       data-set: "vpp-compare-testbeds-cmp"
3835       tag: "NIC_Intel-XXV710"
3836   comparisons:
3837     - title: "Diff"
3838       reference: 1
3839       compare: 2
3840   legend:
3841     - "Legend to Table"
3842     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3843     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3844
3845 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3846 - type: "table"
3847   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3848   algorithm: "table_comparison"
3849   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3850   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3851   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3852   columns:
3853     - title: "3n-hsw xl710"
3854       data-set: "vpp-compare-testbeds-ref"
3855       tag: "NIC_Intel-XL710"
3856     - title: "3n-skx xxv710"
3857       data-set: "vpp-compare-testbeds-cmp"
3858       tag: "NIC_Intel-XXV710"
3859   comparisons:
3860     - title: "Diff"
3861       reference: 1
3862       compare: 2
3863   legend:
3864     - "Legend to Table"
3865     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3866     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3867
3868 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3869 - type: "table"
3870   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3871   algorithm: "table_comparison"
3872   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3873   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3874   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3875   columns:
3876     - title: "3n-hsw xl710"
3877       data-set: "vpp-compare-testbeds-ref"
3878       tag: "NIC_Intel-XL710"
3879     - title: "3n-skx xxv710"
3880       data-set: "vpp-compare-testbeds-cmp"
3881       tag: "NIC_Intel-XXV710"
3882   comparisons:
3883     - title: "Diff"
3884       reference: 1
3885       compare: 2
3886   legend:
3887     - "Legend to Table"
3888     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3889     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3890
3891 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3892 - type: "table"
3893   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3894   algorithm: "table_comparison"
3895   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3896   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3897   filter: "'2T1C' and 'NIC_Intel-XXV710'"
3898   columns:
3899     - title: "2n-skx"
3900       data-set: "vpp-compare-testbeds-skx-clx-ref"
3901     - title: "2n-clx"
3902       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3903   comparisons:
3904     - title: "Diff"
3905       reference: 1
3906       compare: 2
3907   legend:
3908     - "Legend to Table"
3909     - "2n-skx, 2n-clx - testbeds and NICs tested."
3910     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3911
3912 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3913 - type: "table"
3914   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3915   algorithm: "table_comparison"
3916   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3917   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3918   filter: "'4T2C' and 'NIC_Intel-XXV710'"
3919   columns:
3920     - title: "2n-skx"
3921       data-set: "vpp-compare-testbeds-skx-clx-ref"
3922     - title: "2n-clx"
3923       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3924   comparisons:
3925     - title: "Diff"
3926       reference: 1
3927       compare: 2
3928   legend:
3929     - "Legend to Table"
3930     - "2n-skx, 2n-clx - testbeds and NICs tested."
3931     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3932
3933 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3934 - type: "table"
3935   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3936   algorithm: "table_comparison"
3937   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3938   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3939   filter: "'2T1C' and 'NIC_Intel-XXV710'"
3940   columns:
3941     - title: "2n-skx"
3942       data-set: "vpp-compare-testbeds-skx-clx-ref"
3943     - title: "2n-clx"
3944       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3945   comparisons:
3946     - title: "Diff"
3947       reference: 1
3948       compare: 2
3949   legend:
3950     - "Legend to Table"
3951     - "2n-skx, 2n-clx - testbeds and NICs tested."
3952     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3953
3954 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3955 - type: "table"
3956   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3957   algorithm: "table_comparison"
3958   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3959   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3960   filter: "'4T2C' and 'NIC_Intel-XXV710'"
3961   columns:
3962     - title: "2n-skx"
3963       data-set: "vpp-compare-testbeds-skx-clx-ref"
3964     - title: "2n-clx"
3965       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3966   comparisons:
3967     - title: "Diff"
3968       reference: 1
3969       compare: 2
3970   legend:
3971     - "Legend to Table"
3972     - "2n-skx, 2n-clx - testbeds and NICs tested."
3973     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3974
3975 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
3976 - type: "table"
3977   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
3978   algorithm: "table_comparison"
3979   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
3980   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3981   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3982   columns:
3983     - title: "3n-hsw xl710"
3984       data-set: "vpp-compare-testbeds-hsw-clx-ref"
3985       tag: "NIC_Intel-XL710"
3986     - title: "2n-clx xxv710"
3987       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
3988       tag: "NIC_Intel-XXV710"
3989   comparisons:
3990     - title: "Diff"
3991       reference: 1
3992       compare: 2
3993   legend:
3994     - "Legend to Table"
3995     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
3996     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
3997
3998 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
3999 - type: "table"
4000   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4001   algorithm: "table_comparison"
4002   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4003   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4004   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4005   columns:
4006     - title: "3n-hsw xl710"
4007       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4008       tag: "NIC_Intel-XL710"
4009     - title: "2n-clx xxv710"
4010       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4011       tag: "NIC_Intel-XXV710"
4012   comparisons:
4013     - title: "Diff"
4014       reference: 1
4015       compare: 2
4016   legend:
4017     - "Legend to Table"
4018     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4019     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4020
4021 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4022 - type: "table"
4023   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4024   algorithm: "table_comparison"
4025   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4026   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4027   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4028   columns:
4029     - title: "3n-hsw xl710"
4030       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4031       tag: "NIC_Intel-XL710"
4032     - title: "2n-clx xxv710"
4033       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4034       tag: "NIC_Intel-XXV710"
4035   comparisons:
4036     - title: "Diff"
4037       reference: 1
4038       compare: 2
4039   legend:
4040     - "Legend to Table"
4041     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4042     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4043
4044 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4045 - type: "table"
4046   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4047   algorithm: "table_comparison"
4048   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4049   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4050   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4051   columns:
4052     - title: "3n-hsw xl710"
4053       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4054       tag: "NIC_Intel-XL710"
4055     - title: "2n-clx xxv710"
4056       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4057       tag: "NIC_Intel-XXV710"
4058   comparisons:
4059     - title: "Diff"
4060       reference: 1
4061       compare: 2
4062   legend:
4063     - "Legend to Table"
4064     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4065     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4066
4067 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4068 - type: "table"
4069   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4070   algorithm: "table_comparison"
4071   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4072   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4073   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4074   columns:
4075     - title: "3n-skx"
4076       data-set: "vpp-compare-topologies-ref"
4077     - title: "2n-skx"
4078       data-set: "vpp-compare-topologies-cmp"
4079   comparisons:
4080     - title: "Diff"
4081       reference: 1
4082       compare: 2
4083   legend:
4084     - "Legend to Table"
4085     - "3n-skx, 2n-skx - topologies tested."
4086     - "Diff - difference between 3n-skx and 2n-skx topologies."
4087
4088 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4089 - type: "table"
4090   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4091   algorithm: "table_comparison"
4092   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4093   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4094   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4095   columns:
4096     - title: "3n-skx"
4097       data-set: "vpp-compare-topologies-ref"
4098     - title: "2n-skx"
4099       data-set: "vpp-compare-topologies-cmp"
4100   comparisons:
4101     - title: "Diff"
4102       reference: 1
4103       compare: 2
4104   legend:
4105     - "Legend to Table"
4106     - "3n-skx, 2n-skx - topologies tested."
4107     - "Diff - difference between 3n-skx and 2n-skx topologies."
4108
4109 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4110 - type: "table"
4111   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4112   algorithm: "table_comparison"
4113   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4114   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4115   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4116   columns:
4117     - title: "3n-skx"
4118       data-set: "vpp-compare-topologies-ref"
4119     - title: "2n-skx"
4120       data-set: "vpp-compare-topologies-cmp"
4121   comparisons:
4122     - title: "Diff"
4123       reference: 1
4124       compare: 2
4125   legend:
4126     - "Legend to Table"
4127     - "3n-skx, 2n-skx - topologies tested."
4128     - "Diff - difference between 3n-skx and 2n-skx topologies."
4129
4130 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4131 - type: "table"
4132   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4133   algorithm: "table_comparison"
4134   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4135   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4136   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4137   columns:
4138     - title: "3n-skx"
4139       data-set: "vpp-compare-topologies-ref"
4140     - title: "2n-skx"
4141       data-set: "vpp-compare-topologies-cmp"
4142   comparisons:
4143     - title: "Diff"
4144       reference: 1
4145       compare: 2
4146   legend:
4147     - "Legend to Table"
4148     - "3n-skx, 2n-skx - topologies tested."
4149     - "Diff - difference between 3n-skx and 2n-skx topologies."
4150
4151 # VPP Performance Changes 3n-hsw 1t1c mrr
4152 - type: "table"
4153   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4154   algorithm: "table_comparison"
4155   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4156   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4157   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4158   columns:
4159     - title: "1908"
4160       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4161     - title: "2001"
4162       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4163     - title: "2005"
4164       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4165   comparisons:
4166     - title: "Diff"
4167       reference: 2
4168       compare: 3
4169   legend:
4170     - "Legend to Table"
4171     - "1908, 2001, 2005 - VPP versions tested."
4172     - "Diff - difference between 2001 and 2005 VPP version."
4173
4174 # VPP Performance Changes 3n-hsw 2t2c mrr
4175 - type: "table"
4176   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4177   algorithm: "table_comparison"
4178   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4179   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4180   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4181   columns:
4182     - title: "1908"
4183       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4184     - title: "2001"
4185       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4186     - title: "2005"
4187       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4188   comparisons:
4189     - title: "Diff"
4190       reference: 2
4191       compare: 3
4192   legend:
4193     - "Legend to Table"
4194     - "1908, 2001, 2005 - VPP versions tested."
4195     - "Diff - difference between 2001 and 2005 VPP version."
4196
4197 # VPP Performance Changes 3n-hsw 4t4c mrr
4198 - type: "table"
4199   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4200   algorithm: "table_comparison"
4201   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4202   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4203   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4204   columns:
4205     - title: "1908"
4206       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4207     - title: "2001"
4208       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4209     - title: "2005"
4210       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4211   comparisons:
4212     - title: "Diff"
4213       reference: 2
4214       compare: 3
4215   legend:
4216     - "Legend to Table"
4217     - "1908, 2001, 2005 - VPP versions tested."
4218     - "Diff - difference between 2001 and 2005 VPP version."
4219
4220 # VPP Performance Changes 3n-skx 2t1c mrr
4221 - type: "table"
4222   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4223   algorithm: "table_comparison"
4224   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4225   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4226   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4227   columns:
4228     - title: "1908"
4229       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4230     - title: "2001"
4231       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4232     - title: "2005"
4233       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4234   comparisons:
4235     - title: "Diff"
4236       reference: 2
4237       compare: 3
4238   legend:
4239     - "Legend to Table"
4240     - "1908, 2001, 2005 - VPP versions tested."
4241     - "Diff - difference between 2001 and 2005 VPP version."
4242
4243 # VPP Performance Changes 3n-skx 4t2c mrr
4244 - type: "table"
4245   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4246   algorithm: "table_comparison"
4247   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4248   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4249   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4250   columns:
4251     - title: "1908"
4252       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4253     - title: "2001"
4254       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4255     - title: "2005"
4256       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4257   comparisons:
4258     - title: "Diff"
4259       reference: 2
4260       compare: 3
4261   legend:
4262     - "Legend to Table"
4263     - "1908, 2001, 2005 - VPP versions tested."
4264     - "Diff - difference between 2001 and 2005 VPP version."
4265
4266 # VPP Performance Changes 3n-skx 8t4c mrr
4267 - type: "table"
4268   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4269   algorithm: "table_comparison"
4270   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4271   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4272   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4273   columns:
4274     - title: "1908"
4275       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4276     - title: "2001"
4277       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4278     - title: "2005"
4279       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4280   comparisons:
4281     - title: "Diff"
4282       reference: 2
4283       compare: 3
4284   legend:
4285     - "Legend to Table"
4286     - "1908, 2001, 2005 - VPP versions tested."
4287     - "Diff - difference between 2001 and 2005 VPP version."
4288
4289 # VPP Performance Changes 2n-skx 2t1c mrr
4290 - type: "table"
4291   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4292   algorithm: "table_comparison"
4293   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4294   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4295   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4296   columns:
4297     - title: "1908"
4298       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4299     - title: "2001"
4300       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4301     - title: "2005"
4302       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4303   comparisons:
4304     - title: "Diff"
4305       reference: 2
4306       compare: 3
4307   legend:
4308     - "Legend to Table"
4309     - "1908, 2001, 2005 - VPP versions tested."
4310     - "Diff - difference between 2001 and 2005 VPP version."
4311
4312 # VPP Performance Changes 2n-skx 4t2c mrr
4313 - type: "table"
4314   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4315   algorithm: "table_comparison"
4316   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4317   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4318   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4319   columns:
4320     - title: "1908"
4321       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4322     - title: "2001"
4323       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4324     - title: "2005"
4325       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4326   comparisons:
4327     - title: "Diff"
4328       reference: 2
4329       compare: 3
4330   legend:
4331     - "Legend to Table"
4332     - "1908, 2001, 2005 - VPP versions tested."
4333     - "Diff - difference between 2001 and 2005 VPP version."
4334
4335 # VPP Performance Changes 2n-skx 8t4c mrr
4336 - type: "table"
4337   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4338   algorithm: "table_comparison"
4339   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4340   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4341   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4342   columns:
4343     - title: "1908"
4344       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4345     - title: "2001"
4346       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4347     - title: "2005"
4348       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4349   comparisons:
4350     - title: "Diff"
4351       reference: 2
4352       compare: 3
4353   legend:
4354     - "Legend to Table"
4355     - "1908, 2001, 2005 - VPP versions tested."
4356     - "Diff - difference between 2001 and 2005 VPP version."
4357
4358 # VPP Performance Changes 2n-dnv 1t1c mrr
4359 - type: "table"
4360   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4361   algorithm: "table_comparison"
4362   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4363   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4364   filter: "'1T1C'"
4365   columns:
4366     - title: "1908"
4367       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4368     - title: "2001"
4369       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4370     - title: "2005"
4371       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4372   comparisons:
4373     - title: "Diff"
4374       reference: 2
4375       compare: 3
4376   legend:
4377     - "Legend to Table"
4378     - "1908, 2001, 2005 - VPP versions tested."
4379     - "Diff - difference between 2001 and 2005 VPP version."
4380
4381 # VPP Performance Changes 2n-dnv 2t2c mrr
4382 - type: "table"
4383   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4384   algorithm: "table_comparison"
4385   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4386   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4387   filter: "'2T2C'"
4388   columns:
4389     - title: "1908"
4390       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4391     - title: "2001"
4392       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4393     - title: "2005"
4394       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4395   comparisons:
4396     - title: "Diff"
4397       reference: 2
4398       compare: 3
4399   legend:
4400     - "Legend to Table"
4401     - "1908, 2001, 2005 - VPP versions tested."
4402     - "Diff - difference between 2001 and 2005 VPP version."
4403
4404 # VPP Performance Changes 2n-dnv 4t4c mrr
4405 - type: "table"
4406   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4407   algorithm: "table_comparison"
4408   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4409   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4410   filter: "'4T4C'"
4411   columns:
4412     - title: "1908"
4413       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4414     - title: "2001"
4415       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4416     - title: "2005"
4417       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4418   comparisons:
4419     - title: "Diff"
4420       reference: 2
4421       compare: 3
4422   legend:
4423     - "Legend to Table"
4424     - "1908, 2001, 2005 - VPP versions tested."
4425     - "Diff - difference between 2001 and 2005 VPP version."
4426
4427 # VPP Performance Changes 3n-dnv 1t1c mrr
4428 - type: "table"
4429   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4430   algorithm: "table_comparison"
4431   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4432   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4433   filter: "'1T1C'"
4434   columns:
4435     - title: "1908"
4436       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4437     - title: "2001"
4438       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4439     - title: "2005"
4440       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4441   comparisons:
4442     - title: "Diff"
4443       reference: 2
4444       compare: 3
4445   legend:
4446     - "Legend to Table"
4447     - "1908, 2001, 2005 - VPP versions tested."
4448     - "Diff - difference between 2001 and 2005 VPP version."
4449
4450 # VPP Performance Changes 3n-dnv 2t2c mrr
4451 - type: "table"
4452   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4453   algorithm: "table_comparison"
4454   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4455   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4456   filter: "'2T2C'"
4457   columns:
4458     - title: "1908"
4459       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4460     - title: "2001"
4461       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4462     - title: "2005"
4463       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4464   comparisons:
4465     - title: "Diff"
4466       reference: 2
4467       compare: 3
4468   legend:
4469     - "Legend to Table"
4470     - "1908, 2001, 2005 - VPP versions tested."
4471     - "Diff - difference between 2001 and 2005 VPP version."
4472
4473 # VPP Performance Changes 3n-dnv 4t4c mrr
4474 - type: "table"
4475   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4476   algorithm: "table_comparison"
4477   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4478   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4479   filter: "'4T4C'"
4480   columns:
4481     - title: "1908"
4482       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4483     - title: "2001"
4484       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4485     - title: "2005"
4486       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4487   comparisons:
4488     - title: "Diff"
4489       reference: 2
4490       compare: 3
4491   legend:
4492     - "Legend to Table"
4493     - "1908, 2001, 2005 - VPP versions tested."
4494     - "Diff - difference between 2001 and 2005 VPP version."
4495
4496 # VPP Performance Changes 3n-tsh 1t1c mrr
4497 - type: "table"
4498   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4499   algorithm: "table_comparison"
4500   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4501   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4502   filter: "'1T1C'"
4503   columns:
4504     - title: "1908"
4505       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4506     - title: "2001"
4507       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4508     - title: "2005"
4509       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4510   comparisons:
4511     - title: "Diff"
4512       reference: 2
4513       compare: 3
4514   legend:
4515     - "Legend to Table"
4516     - "1908, 2001, 2005 - VPP versions tested."
4517     - "Diff - difference between 2001 and 2005 VPP version."
4518
4519 # VPP Performance Changes 3n-tsh 2t2c mrr
4520 - type: "table"
4521   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
4522   algorithm: "table_comparison"
4523   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4524   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4525   filter: "'2T2C'"
4526   columns:
4527     - title: "1908"
4528       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4529     - title: "2001"
4530       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4531     - title: "2005"
4532       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4533   comparisons:
4534     - title: "Diff"
4535       reference: 2
4536       compare: 3
4537   legend:
4538     - "Legend to Table"
4539     - "1908, 2001, 2005 - VPP versions tested."
4540     - "Diff - difference between 2001 and 2005 VPP version."
4541
4542 # VPP Performance Changes 3n-tsh 4t4c mrr
4543 - type: "table"
4544   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
4545   algorithm: "table_comparison"
4546   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4547   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4548   filter: "'4T4C'"
4549   columns:
4550     - title: "1908"
4551       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4552     - title: "2001"
4553       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4554     - title: "2005"
4555       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4556   comparisons:
4557     - title: "Diff"
4558       reference: 2
4559       compare: 3
4560   legend:
4561     - "Legend to Table"
4562     - "1908, 2001, 2005 - VPP versions tested."
4563     - "Diff - difference between 2001 and 2005 VPP version."
4564
4565 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4566 - type: "table"
4567   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4568   algorithm: "table_comparison"
4569   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4570   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4571   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4572   columns:
4573     - title: "3n-hsw xl710"
4574       data-set: "vpp-compare-testbeds-mrr-ref"
4575       tag: "NIC_Intel-XL710"
4576     - title: "3n-skx xxv710"
4577       data-set: "vpp-compare-testbeds-mrr-cmp"
4578       tag: "NIC_Intel-XXV710"
4579   comparisons:
4580     - title: "Diff"
4581       reference: 1
4582       compare: 2
4583   legend:
4584     - "Legend to Table"
4585     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4586     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4587
4588 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4589 - type: "table"
4590   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4591   algorithm: "table_comparison"
4592   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4593   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4594   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4595   columns:
4596     - title: "3n-hsw xl710"
4597       data-set: "vpp-compare-testbeds-mrr-ref"
4598       tag: "NIC_Intel-XL710"
4599     - title: "3n-skx xxv710"
4600       data-set: "vpp-compare-testbeds-mrr-cmp"
4601       tag: "NIC_Intel-XXV710"
4602   comparisons:
4603     - title: "Diff"
4604       reference: 1
4605       compare: 2
4606   legend:
4607     - "Legend to Table"
4608     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4609     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4610
4611 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4612 - type: "table"
4613   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4614   algorithm: "table_comparison"
4615   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4616   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4617   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4618   columns:
4619     - title: "3n-hsw xl710"
4620       data-set: "vpp-compare-testbeds-mrr-ref"
4621       tag: "NIC_Intel-XL710"
4622     - title: "3n-skx xxv710"
4623       data-set: "vpp-compare-testbeds-mrr-cmp"
4624       tag: "NIC_Intel-XXV710"
4625   comparisons:
4626     - title: "Diff"
4627       reference: 1
4628       compare: 2
4629   legend:
4630     - "Legend to Table"
4631     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4632     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4633
4634 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4635 - type: "table"
4636   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4637   algorithm: "table_comparison"
4638   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4639   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4640   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4641   columns:
4642     - title: "2n-skx"
4643       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4644     - title: "2n-clx"
4645       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4646   comparisons:
4647     - title: "Diff"
4648       reference: 1
4649       compare: 2
4650   legend:
4651     - "Legend to Table"
4652     - "2n-skx, 2n-clx - testbeds and NICs tested."
4653     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4654
4655 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4656 - type: "table"
4657   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4658   algorithm: "table_comparison"
4659   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4660   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4661   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4662   columns:
4663     - title: "2n-skx"
4664       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4665     - title: "2n-clx"
4666       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4667   comparisons:
4668     - title: "Diff"
4669       reference: 1
4670       compare: 2
4671   legend:
4672     - "Legend to Table"
4673     - "2n-skx, 2n-clx - testbeds and NICs tested."
4674     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4675
4676 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4677 - type: "table"
4678   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4679   algorithm: "table_comparison"
4680   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4681   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4682   filter: "'8T4C' and 'NIC_Intel-XXV710'"
4683   columns:
4684     - title: "2n-skx"
4685       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4686     - title: "2n-clx"
4687       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4688   comparisons:
4689     - title: "Diff"
4690       reference: 1
4691       compare: 2
4692   legend:
4693     - "Legend to Table"
4694     - "2n-skx, 2n-clx - testbeds and NICs tested."
4695     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4696
4697 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4698 - type: "table"
4699   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4700   algorithm: "table_comparison"
4701   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4702   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4703   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
4704   columns:
4705     - title: "3n-skx"
4706       data-set: "vpp-compare-topologies-mrr-ref"
4707     - title: "2n-skx"
4708       data-set: "vpp-compare-topologies-mrr-cmp"
4709   comparisons:
4710     - title: "Diff"
4711       reference: 1
4712       compare: 2
4713   legend:
4714     - "Legend to Table"
4715     - "3n-skx, 2n-skx - topologies tested."
4716     - "Diff - difference between 3n-skx and 2n-skx topologies."
4717
4718 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4719 - type: "table"
4720   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4721   algorithm: "table_comparison"
4722   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4723   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4724   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
4725   columns:
4726     - title: "3n-skx"
4727       data-set: "vpp-compare-topologies-mrr-ref"
4728     - title: "2n-skx"
4729       data-set: "vpp-compare-topologies-mrr-cmp"
4730   comparisons:
4731     - title: "Diff"
4732       reference: 1
4733       compare: 2
4734   legend:
4735     - "Legend to Table"
4736     - "3n-skx, 2n-skx - topologies tested."
4737     - "Diff - difference between 3n-skx and 2n-skx topologies."
4738
4739 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4740 - type: "table"
4741   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4742   algorithm: "table_comparison"
4743   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4744   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4745   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
4746   columns:
4747     - title: "3n-skx"
4748       data-set: "vpp-compare-topologies-mrr-ref"
4749     - title: "2n-skx"
4750       data-set: "vpp-compare-topologies-mrr-cmp"
4751   comparisons:
4752     - title: "Diff"
4753       reference: 1
4754       compare: 2
4755   legend:
4756     - "Legend to Table"
4757     - "3n-skx, 2n-skx - topologies tested."
4758     - "Diff - difference between 3n-skx and 2n-skx topologies."
4759
4760 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4761 - type: "table"
4762   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4763   algorithm: "table_comparison"
4764   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4765   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4766   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4767   columns:
4768     - title: "3n-hsw xl710"
4769       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4770       tag: "NIC_Intel-XL710"
4771     - title: "2n-clx xxv710"
4772       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4773       tag: "NIC_Intel-XXV710"
4774   comparisons:
4775     - title: "Diff"
4776       reference: 1
4777       compare: 2
4778   legend:
4779     - "Legend to Table"
4780     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4781     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4782
4783 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4784 - type: "table"
4785   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4786   algorithm: "table_comparison"
4787   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4788   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4789   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4790   columns:
4791     - title: "3n-hsw xl710"
4792       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4793       tag: "NIC_Intel-XL710"
4794     - title: "2n-clx xxv710"
4795       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4796       tag: "NIC_Intel-XXV710"
4797   comparisons:
4798     - title: "Diff"
4799       reference: 1
4800       compare: 2
4801   legend:
4802     - "Legend to Table"
4803     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4804     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4805
4806 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4807 - type: "table"
4808   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4809   algorithm: "table_comparison"
4810   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4811   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4812   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4813   columns:
4814     - title: "3n-hsw xl710"
4815       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4816       tag: "NIC_Intel-XL710"
4817     - title: "2n-clx xxv710"
4818       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4819       tag: "NIC_Intel-XXV710"
4820   comparisons:
4821     - title: "Diff"
4822       reference: 1
4823       compare: 2
4824   legend:
4825     - "Legend to Table"
4826     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4827     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4828
4829 # Detailed Test Results - VPP Performance Results 3n-hsw
4830 - type: "table"
4831   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4832   algorithm: "table_merged_details"
4833   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
4834   columns:
4835     - title: " |prein| Test Name |preout| "
4836       data: "data name"
4837     - 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| "
4838       data: "data msg"
4839   data: "vpp-perf-results-3n-hsw"
4840   filter: "all"
4841   parameters:
4842   - "name"
4843   - "parent"
4844   - "msg"
4845
4846 # Detailed Test Results - VPP Performance Results 3n-skx
4847 - type: "table"
4848   title: "Detailed Test Results - VPP Performance Results 3n-skx"
4849   algorithm: "table_merged_details"
4850   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
4851   columns:
4852     - title: " |prein| Test Name |preout| "
4853       data: "data name"
4854     - 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| "
4855       data: "data msg"
4856   data: "vpp-perf-results-3n-skx"
4857   filter: "all"
4858   remove-ndr: False
4859   parameters:
4860   - "name"
4861   - "parent"
4862   - "msg"
4863
4864 # Detailed Test Results - VPP Performance Results 2n-skx
4865 - type: "table"
4866   title: "Detailed Test Results - VPP Performance Results 2n-skx"
4867   algorithm: "table_merged_details"
4868   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
4869   columns:
4870     - title: " |prein| Test Name |preout| "
4871       data: "data name"
4872     - 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| "
4873       data: "data msg"
4874   data: "vpp-perf-results-2n-skx"
4875   filter: "all"
4876   remove-ndr: False
4877   parameters:
4878   - "name"
4879   - "parent"
4880   - "msg"
4881
4882 # Detailed Test Results - VPP Performance Results 2n-clx
4883 - type: "table"
4884   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4885   algorithm: "table_merged_details"
4886   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
4887   columns:
4888     - title: " |prein| Test Name |preout| "
4889       data: "data name"
4890     - 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| "
4891       data: "data msg"
4892   data: "vpp-perf-results-2n-clx"
4893   filter: "all"
4894   parameters:
4895   - "name"
4896   - "parent"
4897   - "msg"
4898
4899 # Detailed Test Results - VPP Performance Results 3n-tsh
4900 - type: "table"
4901   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4902   algorithm: "table_merged_details"
4903   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
4904   columns:
4905     - title: " |prein| Test Name |preout| "
4906       data: "data name"
4907     - 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| "
4908       data: "data msg"
4909   data: "vpp-perf-results-3n-tsh"
4910   filter: "all"
4911   parameters:
4912   - "name"
4913   - "parent"
4914   - "msg"
4915
4916 # Detailed Test Results - VPP Performance Results 3n-dnv
4917 - type: "table"
4918   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4919   algorithm: "table_merged_details"
4920   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
4921   columns:
4922     - title: " |prein| Test Name |preout| "
4923       data: "data name"
4924     - 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| "
4925       data: "data msg"
4926   data: "vpp-perf-results-3n-dnv"
4927   filter: "all"
4928   parameters:
4929   - "name"
4930   - "parent"
4931   - "msg"
4932
4933 # Detailed Test Results - VPP Performance Results 2n-dnv
4934 - type: "table"
4935   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4936   algorithm: "table_merged_details"
4937   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4938   columns:
4939     - title: " |prein| Test Name |preout| "
4940       data: "data name"
4941     - 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| "
4942       data: "data msg"
4943   data: "vpp-perf-results-2n-dnv"
4944   filter: "all"
4945   parameters:
4946   - "name"
4947   - "parent"
4948   - "msg"
4949
4950 # Test configuration - VPP Performance Test Configs 3n-hsw
4951 - type: "table"
4952   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4953   algorithm: "table_merged_details"
4954   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
4955   columns:
4956     - title: " |prein| Test Name |preout| "
4957       data: "data name"
4958     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4959       data: "data conf-history"
4960   data: "vpp-perf-results-3n-hsw"
4961   filter: "all"
4962   parameters:
4963   - "parent"
4964   - "name"
4965   - "conf-history"
4966
4967 # Test configuration - VPP Performance Test Configs 3n-skx
4968 - type: "table"
4969   title: "Test configuration - VPP Performance Test Configs 3n-skx"
4970   algorithm: "table_merged_details"
4971   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
4972   columns:
4973     - title: " |prein| Test Name |preout| "
4974       data: "data name"
4975     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4976       data: "data conf-history"
4977   data: "vpp-perf-results-3n-skx"
4978   filter: "all"
4979   parameters:
4980   - "parent"
4981   - "name"
4982   - "conf-history"
4983
4984 # Test configuration - VPP Performance Test Configs 2n-skx
4985 - type: "table"
4986   title: "Test configuration - VPP Performance Test Configs 2n-skx"
4987   algorithm: "table_merged_details"
4988   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
4989   columns:
4990     - title: " |prein| Test Name |preout| "
4991       data: "data name"
4992     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4993       data: "data conf-history"
4994   data: "vpp-perf-results-2n-skx"
4995   filter: "all"
4996   parameters:
4997   - "parent"
4998   - "name"
4999   - "conf-history"
5000
5001 # Test configuration - VPP Performance Test Configs 2n-clx
5002 - type: "table"
5003   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5004   algorithm: "table_merged_details"
5005   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5006   columns:
5007     - title: " |prein| Test Name |preout| "
5008       data: "data name"
5009     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5010       data: "data conf-history"
5011   data: "vpp-perf-results-2n-clx"
5012   filter: "all"
5013   parameters:
5014   - "parent"
5015   - "name"
5016   - "conf-history"
5017
5018 # Test configuration - VPP Performance Test Configs 3n-tsh
5019 - type: "table"
5020   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5021   algorithm: "table_merged_details"
5022   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5023   columns:
5024     - title: " |prein| Test Name |preout| "
5025       data: "data name"
5026     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5027       data: "data conf-history"
5028   data: "vpp-perf-results-3n-tsh"
5029   filter: "all"
5030   parameters:
5031   - "parent"
5032   - "name"
5033   - "conf-history"
5034
5035 # Test configuration - VPP Performance Test Configs 3n-dnv
5036 - type: "table"
5037   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5038   algorithm: "table_merged_details"
5039   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5040   columns:
5041     - title: " |prein| Test Name |preout| "
5042       data: "data name"
5043     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5044       data: "data conf-history"
5045   data: "vpp-perf-results-3n-dnv"
5046   filter: "all"
5047   parameters:
5048   - "parent"
5049   - "name"
5050   - "conf-history"
5051
5052 # Test configuration - VPP Performance Test Configs 2n-dnv
5053 - type: "table"
5054   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5055   algorithm: "table_merged_details"
5056   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5057   columns:
5058     - title: " |prein| Test Name |preout| "
5059       data: "data name"
5060     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5061       data: "data conf-history"
5062   data: "vpp-perf-results-2n-dnv"
5063   filter: "all"
5064   parameters:
5065   - "parent"
5066   - "name"
5067   - "conf-history"
5068
5069 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5070 - type: "table"
5071   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5072   algorithm: "table_oper_data_html"
5073   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5074   data: "vpp-perf-results-3n-hsw"
5075   filter: "all"
5076
5077 # Test Operational Data - VPP Performance Operational Data 3n-skx
5078 - type: "table"
5079   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5080   algorithm: "table_oper_data_html"
5081   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5082   data: "vpp-perf-results-3n-skx"
5083   filter: "all"
5084
5085 # Test Operational Data - VPP Performance Operational Data 2n-skx
5086 - type: "table"
5087   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5088   algorithm: "table_oper_data_html"
5089   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5090   data: "vpp-perf-results-2n-skx"
5091   filter: "all"
5092
5093 # Test Operational Data - VPP Performance Operational Data 2n-clx
5094 - type: "table"
5095   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5096   algorithm: "table_oper_data_html"
5097   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5098   data: "vpp-perf-results-2n-clx"
5099   filter: "all"
5100
5101 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5102 - type: "table"
5103   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5104   algorithm: "table_oper_data_html"
5105   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5106   data: "vpp-perf-results-3n-tsh"
5107   filter: "all"
5108
5109 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5110 - type: "table"
5111   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5112   algorithm: "table_oper_data_html"
5113   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5114   data: "vpp-perf-results-3n-dnv"
5115   filter: "all"
5116
5117 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5118 - type: "table"
5119   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5120   algorithm: "table_oper_data_html"
5121   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5122   data: "vpp-perf-results-2n-dnv"
5123   filter: "all"
5124
5125 # Detailed Test Results - VPP MRR Results 3n-hsw
5126 - type: "table"
5127   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5128   algorithm: "table_merged_details"
5129   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5130   columns:
5131     - title: " |prein| Test Name |preout| "
5132       data: "data name"
5133     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5134       data: "data msg"
5135   data: "vpp-mrr-results-3n-hsw"
5136   filter: "all"
5137   parameters:
5138   - "name"
5139   - "parent"
5140   - "msg"
5141
5142 # Detailed Test Results - VPP MRR Results 3n-skx
5143 - type: "table"
5144   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5145   algorithm: "table_merged_details"
5146   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5147   columns:
5148     - title: " |prein| Test Name |preout| "
5149       data: "data name"
5150     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5151       data: "data msg"
5152   data: "vpp-mrr-results-3n-skx"
5153   filter: "all"
5154   parameters:
5155   - "name"
5156   - "parent"
5157   - "msg"
5158
5159 # Detailed Test Results - VPP MRR Results 2n-skx
5160 - type: "table"
5161   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5162   algorithm: "table_merged_details"
5163   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5164   columns:
5165     - title: " |prein| Test Name |preout| "
5166       data: "data name"
5167     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5168       data: "data msg"
5169   data: "vpp-mrr-results-2n-skx"
5170   filter: "all"
5171   parameters:
5172   - "name"
5173   - "parent"
5174   - "msg"
5175
5176 # Detailed Test Results - VPP MRR Results 2n-clx
5177 - type: "table"
5178   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5179   algorithm: "table_merged_details"
5180   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5181   columns:
5182     - title: " |prein| Test Name |preout| "
5183       data: "data name"
5184     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5185       data: "data msg"
5186   data: "vpp-mrr-results-2n-clx"
5187   filter: "all"
5188   parameters:
5189   - "name"
5190   - "parent"
5191   - "msg"
5192
5193 # Detailed Test Results - VPP MRR Results 3n-tsh
5194 - type: "table"
5195   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5196   algorithm: "table_merged_details"
5197   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5198   columns:
5199     - title: " |prein| Test Name |preout| "
5200       data: "data name"
5201     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5202       data: "data msg"
5203   data: "vpp-mrr-results-3n-tsh"
5204   filter: "all"
5205   parameters:
5206   - "name"
5207   - "parent"
5208   - "msg"
5209
5210 # Detailed Test Results - VPP MRR Results 3n-dnv
5211 - type: "table"
5212   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5213   algorithm: "table_merged_details"
5214   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5215   columns:
5216     - title: " |prein| Test Name |preout| "
5217       data: "data name"
5218     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5219       data: "data msg"
5220   data: "vpp-mrr-results-3n-dnv"
5221   filter: "all"
5222   parameters:
5223   - "name"
5224   - "parent"
5225   - "msg"
5226
5227 # Detailed Test Results - VPP MRR Results 2n-dnv
5228 - type: "table"
5229   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5230   algorithm: "table_merged_details"
5231   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5232   columns:
5233     - title: " |prein| Test Name |preout| "
5234       data: "data name"
5235     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5236       data: "data msg"
5237   data: "vpp-mrr-results-2n-dnv"
5238   filter: "all"
5239   parameters:
5240   - "name"
5241   - "parent"
5242   - "msg"
5243
5244 # Test configuration - VPP MRR Test Configs 3n-hsw
5245 - type: "table"
5246   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5247   algorithm: "table_merged_details"
5248   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5249   columns:
5250     - title: " |prein| Test Name |preout| "
5251       data: "data name"
5252     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5253       data: "data conf-history"
5254   data: "vpp-mrr-results-3n-hsw"
5255   filter: "all"
5256   parameters:
5257   - "parent"
5258   - "name"
5259   - "conf-history"
5260
5261 # Test configuration - VPP MRR Test Configs 3n-skx
5262 - type: "table"
5263   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5264   algorithm: "table_merged_details"
5265   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5266   columns:
5267     - title: " |prein| Test Name |preout| "
5268       data: "data name"
5269     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5270       data: "data conf-history"
5271   data: "vpp-mrr-results-3n-skx"
5272   filter: "all"
5273   parameters:
5274   - "parent"
5275   - "name"
5276   - "conf-history"
5277
5278 # Test configuration - VPP MRR Test Configs 2n-skx
5279 - type: "table"
5280   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5281   algorithm: "table_merged_details"
5282   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5283   columns:
5284     - title: " |prein| Test Name |preout| "
5285       data: "data name"
5286     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5287       data: "data conf-history"
5288   data: "vpp-mrr-results-2n-skx"
5289   filter: "all"
5290   parameters:
5291   - "parent"
5292   - "name"
5293   - "conf-history"
5294
5295 # Test configuration - VPP MRR Test Configs 2n-clx
5296 - type: "table"
5297   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5298   algorithm: "table_merged_details"
5299   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5300   columns:
5301     - title: " |prein| Test Name |preout| "
5302       data: "data name"
5303     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5304       data: "data conf-history"
5305   data: "vpp-mrr-results-2n-clx"
5306   filter: "all"
5307   parameters:
5308   - "parent"
5309   - "name"
5310   - "conf-history"
5311
5312 # Test configuration - VPP MRR Test Configs 3n-tsh
5313 - type: "table"
5314   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5315   algorithm: "table_merged_details"
5316   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5317   columns:
5318     - title: " |prein| Test Name |preout| "
5319       data: "data name"
5320     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5321       data: "data conf-history"
5322   data: "vpp-mrr-results-3n-tsh"
5323   filter: "all"
5324   parameters:
5325   - "parent"
5326   - "name"
5327   - "conf-history"
5328
5329 # Test configuration - VPP MRR Test Configs 3n-dnv
5330 - type: "table"
5331   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5332   algorithm: "table_merged_details"
5333   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5334   columns:
5335     - title: " |prein| Test Name |preout| "
5336       data: "data name"
5337     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5338       data: "data conf-history"
5339   data: "vpp-mrr-results-3n-dnv"
5340   filter: "all"
5341   parameters:
5342   - "parent"
5343   - "name"
5344   - "conf-history"
5345
5346 # Test configuration - VPP MRR Test Configs 2n-dnv
5347 - type: "table"
5348   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5349   algorithm: "table_merged_details"
5350   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5351   columns:
5352     - title: " |prein| Test Name |preout| "
5353       data: "data name"
5354     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5355       data: "data conf-history"
5356   data: "vpp-mrr-results-2n-dnv"
5357   filter: "all"
5358   parameters:
5359   - "parent"
5360   - "name"
5361   - "conf-history"
5362
5363 # Detailed Test Results - VPP Device Results - Ubuntu
5364 - type: "table"
5365   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5366   algorithm: "table_merged_details"
5367   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5368   columns:
5369     - title: " |prein| Test Name |preout| "
5370       data: "data name"
5371     - title: " |prein| Status |preout| "
5372       data: "data status"
5373   data: "vpp-device-results-ubuntu"
5374   filter: "all"
5375   parameters:
5376   - "name"
5377   - "parent"
5378   - "doc"
5379   - "status"
5380
5381 # Test configuration - VPP Device Test Configs - Ubuntu
5382 - type: "table"
5383   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5384   algorithm: "table_merged_details"
5385   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5386   columns:
5387     - title: " |prein| Test Name |preout| "
5388       data: "data name"
5389     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5390       data: "data conf-history"
5391   data: "vpp-device-results-ubuntu"
5392   filter: "all"
5393   parameters:
5394   - "parent"
5395   - "name"
5396   - "conf-history"
5397
5398 ################################################################################
5399
5400 # DPDK Performance Changes 3n-hsw 1t1c pdr
5401 - type: "table"
5402   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5403   algorithm: "table_comparison"
5404   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5405   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5406   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5407   columns:
5408     - title: "1908"
5409       data-set: "dpdk-performance-changes-3n-hsw-h1"
5410     - title: "2001"
5411       data-set: "dpdk-performance-changes-3n-hsw-ref"
5412     - title: "2005"
5413       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5414   comparisons:
5415     - title: "Diff"
5416       reference: 2
5417       compare: 3
5418   legend:
5419     - "Legend to Table"
5420     - "1908, 2001, 2005 - DPDK versions tested."
5421     - "Diff - difference between 2001 and 2005 DPDK version."
5422
5423 # DPDK Performance Changes 3n-hsw 2t2c pdr
5424 - type: "table"
5425   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5426   algorithm: "table_comparison"
5427   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5428   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5429   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5430   columns:
5431     - title: "1908"
5432       data-set: "dpdk-performance-changes-3n-hsw-h1"
5433     - title: "2001"
5434       data-set: "dpdk-performance-changes-3n-hsw-ref"
5435     - title: "2005"
5436       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5437   comparisons:
5438     - title: "Diff"
5439       reference: 2
5440       compare: 3
5441   legend:
5442     - "Legend to Table"
5443     - "1908, 2001, 2005 - DPDK versions tested."
5444     - "Diff - difference between 2001 and 2005 DPDK version."
5445
5446 # DPDK Performance Changes 3n-hsw 1t1c pdr
5447 - type: "table"
5448   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5449   algorithm: "table_comparison"
5450   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5451   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5452   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5453   columns:
5454     - title: "1908"
5455       data-set: "dpdk-performance-changes-3n-hsw-h1"
5456     - title: "2001"
5457       data-set: "dpdk-performance-changes-3n-hsw-ref"
5458     - title: "2005"
5459       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5460   comparisons:
5461     - title: "Diff"
5462       reference: 2
5463       compare: 3
5464   legend:
5465     - "Legend to Table"
5466     - "1908, 2001, 2005 - DPDK versions tested."
5467     - "Diff - difference between 2001 and 2005 DPDK version."
5468
5469 # DPDK Performance Changes 3n-hsw 2t2c ndr
5470 - type: "table"
5471   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5472   algorithm: "table_comparison"
5473   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5474   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5475   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5476   columns:
5477     - title: "1908"
5478       data-set: "dpdk-performance-changes-3n-hsw-h1"
5479     - title: "2001"
5480       data-set: "dpdk-performance-changes-3n-hsw-ref"
5481     - title: "2005"
5482       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5483   comparisons:
5484     - title: "Diff"
5485       reference: 2
5486       compare: 3
5487   legend:
5488     - "Legend to Table"
5489     - "1908, 2001, 2005 - DPDK versions tested."
5490     - "Diff - difference between 2001 and 2005 DPDK version."
5491
5492 # DPDK Performance Changes 3n-skx 2t1c pdr
5493 - type: "table"
5494   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5495   algorithm: "table_comparison"
5496   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5497   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5498   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5499   columns:
5500     - title: "1908"
5501       data-set: "dpdk-performance-changes-3n-skx-h1"
5502     - title: "2001"
5503       data-set: "dpdk-performance-changes-3n-skx-ref"
5504     - title: "2005"
5505       data-set: "dpdk-performance-changes-3n-skx-cmp"
5506   comparisons:
5507     - title: "Diff"
5508       reference: 2
5509       compare: 3
5510   legend:
5511     - "Legend to Table"
5512     - "1908, 2001, 2005 - DPDK versions tested."
5513     - "Diff - difference between 2001 and 2005 DPDK version."
5514
5515 # DPDK Performance Changes 3n-skx 4t2c pdr
5516 - type: "table"
5517   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5518   algorithm: "table_comparison"
5519   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5520   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5521   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5522   columns:
5523     - title: "1908"
5524       data-set: "dpdk-performance-changes-3n-skx-h1"
5525     - title: "2001"
5526       data-set: "dpdk-performance-changes-3n-skx-ref"
5527     - title: "2005"
5528       data-set: "dpdk-performance-changes-3n-skx-cmp"
5529   comparisons:
5530     - title: "Diff"
5531       reference: 2
5532       compare: 3
5533   legend:
5534     - "Legend to Table"
5535     - "1908, 2001, 2005 - DPDK versions tested."
5536     - "Diff - difference between 2001 and 2005 DPDK version."
5537
5538 # DPDK Performance Changes 3n-skx 2t1c ndr
5539 - type: "table"
5540   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5541   algorithm: "table_comparison"
5542   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5543   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5544   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5545   columns:
5546     - title: "1908"
5547       data-set: "dpdk-performance-changes-3n-skx-h1"
5548     - title: "2001"
5549       data-set: "dpdk-performance-changes-3n-skx-ref"
5550     - title: "2005"
5551       data-set: "dpdk-performance-changes-3n-skx-cmp"
5552   comparisons:
5553     - title: "Diff"
5554       reference: 2
5555       compare: 3
5556   legend:
5557     - "Legend to Table"
5558     - "1908, 2001, 2005 - DPDK versions tested."
5559     - "Diff - difference between 2001 and 2005 DPDK version."
5560
5561 # DPDK Performance Changes 3n-skx 4t2c ndr
5562 - type: "table"
5563   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5564   algorithm: "table_comparison"
5565   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5566   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5567   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5568   columns:
5569     - title: "1908"
5570       data-set: "dpdk-performance-changes-3n-skx-h1"
5571     - title: "2001"
5572       data-set: "dpdk-performance-changes-3n-skx-ref"
5573     - title: "2005"
5574       data-set: "dpdk-performance-changes-3n-skx-cmp"
5575   comparisons:
5576     - title: "Diff"
5577       reference: 2
5578       compare: 3
5579   legend:
5580     - "Legend to Table"
5581     - "1908, 2001, 2005 - DPDK versions tested."
5582     - "Diff - difference between 2001 and 2005 DPDK version."
5583
5584 # DPDK Performance Changes 2n-skx 2t1c pdr
5585 - type: "table"
5586   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5587   algorithm: "table_comparison"
5588   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5589   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5590   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5591   columns:
5592     - title: "1908"
5593       data-set: "dpdk-performance-changes-2n-skx-h1"
5594     - title: "2001"
5595       data-set: "dpdk-performance-changes-2n-skx-ref"
5596     - title: "2005"
5597       data-set: "dpdk-performance-changes-2n-skx-cmp"
5598   comparisons:
5599     - title: "Diff"
5600       reference: 2
5601       compare: 3
5602   legend:
5603     - "Legend to Table"
5604     - "1908, 2001, 2005 - DPDK versions tested."
5605     - "Diff - difference between 2001 and 2005 DPDK version."
5606
5607 # DPDK Performance Changes 2n-skx 4t2c pdr
5608 - type: "table"
5609   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5610   algorithm: "table_comparison"
5611   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5612   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5613   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5614   columns:
5615     - title: "1908"
5616       data-set: "dpdk-performance-changes-2n-skx-h1"
5617     - title: "2001"
5618       data-set: "dpdk-performance-changes-2n-skx-ref"
5619     - title: "2005"
5620       data-set: "dpdk-performance-changes-2n-skx-cmp"
5621   comparisons:
5622     - title: "Diff"
5623       reference: 2
5624       compare: 3
5625   legend:
5626     - "Legend to Table"
5627     - "1908, 2001, 2005 - DPDK versions tested."
5628     - "Diff - difference between 2001 and 2005 DPDK version."
5629
5630 # DPDK Performance Changes 2n-skx 2t1c ndr
5631 - type: "table"
5632   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5633   algorithm: "table_comparison"
5634   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5635   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5636   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5637   columns:
5638     - title: "1908"
5639       data-set: "dpdk-performance-changes-2n-skx-h1"
5640     - title: "2001"
5641       data-set: "dpdk-performance-changes-2n-skx-ref"
5642     - title: "2005"
5643       data-set: "dpdk-performance-changes-2n-skx-cmp"
5644   comparisons:
5645     - title: "Diff"
5646       reference: 2
5647       compare: 3
5648   legend:
5649     - "Legend to Table"
5650     - "1908, 2001, 2005 - DPDK versions tested."
5651     - "Diff - difference between 2001 and 2005 DPDK version."
5652
5653 # DPDK Performance Changes 2n-skx 4t2c ndr
5654 - type: "table"
5655   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5656   algorithm: "table_comparison"
5657   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5658   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5659   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5660   columns:
5661     - title: "1908"
5662       data-set: "dpdk-performance-changes-2n-skx-h1"
5663     - title: "2001"
5664       data-set: "dpdk-performance-changes-2n-skx-ref"
5665     - title: "2005"
5666       data-set: "dpdk-performance-changes-2n-skx-cmp"
5667   comparisons:
5668     - title: "Diff"
5669       reference: 2
5670       compare: 3
5671   legend:
5672     - "Legend to Table"
5673     - "1908, 2001, 2005 - DPDK versions tested."
5674     - "Diff - difference between 2001 and 2005 DPDK version."
5675
5676 # DPDK Performance Changes 2n-clx 2t1c pdr
5677 - type: "table"
5678   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
5679   algorithm: "table_comparison"
5680   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
5681   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5682   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5683   columns:
5684     - title: "2001"
5685       data-set: "dpdk-performance-changes-2n-clx-ref"
5686     - title: "2005"
5687       data-set: "dpdk-performance-changes-2n-clx-cmp"
5688   comparisons:
5689     - title: "Diff"
5690       reference: 1
5691       compare: 2
5692   legend:
5693     - "Legend to Table"
5694     - "2001, 2005 - DPDK versions tested."
5695     - "Diff - difference between 2001 and 2005 DPDK version."
5696
5697 # DPDK Performance Changes 2n-clx 4t2c pdr
5698 - type: "table"
5699   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
5700   algorithm: "table_comparison"
5701   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
5702   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5703   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5704   columns:
5705     - title: "2001"
5706       data-set: "dpdk-performance-changes-2n-clx-ref"
5707     - title: "2005"
5708       data-set: "dpdk-performance-changes-2n-clx-cmp"
5709   comparisons:
5710     - title: "Diff"
5711       reference: 1
5712       compare: 2
5713   legend:
5714     - "Legend to Table"
5715     - "2001, 2005 - DPDK versions tested."
5716     - "Diff - difference between 2001 and 2005 DPDK version."
5717
5718 # DPDK Performance Changes 2n-clx 2t1c ndr
5719 - type: "table"
5720   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
5721   algorithm: "table_comparison"
5722   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
5723   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5724   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5725   columns:
5726     - title: "2001"
5727       data-set: "dpdk-performance-changes-2n-clx-ref"
5728     - title: "2005"
5729       data-set: "dpdk-performance-changes-2n-clx-cmp"
5730   comparisons:
5731     - title: "Diff"
5732       reference: 1
5733       compare: 2
5734   legend:
5735     - "Legend to Table"
5736     - "2001, 2005 - DPDK versions tested."
5737     - "Diff - difference between 2001 and 2005 DPDK version."
5738
5739 # DPDK Performance Changes 2n-clx 4t2c ndr
5740 - type: "table"
5741   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
5742   algorithm: "table_comparison"
5743   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
5744   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5745   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5746   columns:
5747     - title: "2001"
5748       data-set: "dpdk-performance-changes-2n-clx-ref"
5749     - title: "2005"
5750       data-set: "dpdk-performance-changes-2n-clx-cmp"
5751   comparisons:
5752     - title: "Diff"
5753       reference: 1
5754       compare: 2
5755   legend:
5756     - "Legend to Table"
5757     - "2001, 2005 - DPDK versions tested."
5758     - "Diff - difference between 2001 and 2005 DPDK version."
5759
5760 # DPDK Performance Changes 2n-dnv 1t1c pdr
5761 - type: "table"
5762   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
5763   algorithm: "table_comparison"
5764   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
5765   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5766   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5767   columns:
5768     - title: "2001"
5769       data-set: "dpdk-performance-changes-2n-dnv-ref"
5770     - title: "2005"
5771       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5772   comparisons:
5773     - title: "Diff"
5774       reference: 1
5775       compare: 2
5776   legend:
5777     - "Legend to Table"
5778     - "2001, 2005 - DPDK versions tested."
5779     - "Diff - difference between 2001 and 2005 DPDK version."
5780
5781 # DPDK Performance Changes 2n-dnv 2t2c pdr
5782 - type: "table"
5783   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
5784   algorithm: "table_comparison"
5785   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
5786   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5787   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5788   columns:
5789     - title: "2001"
5790       data-set: "dpdk-performance-changes-2n-dnv-ref"
5791     - title: "2005"
5792       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5793   comparisons:
5794     - title: "Diff"
5795       reference: 1
5796       compare: 2
5797   legend:
5798     - "Legend to Table"
5799     - "2001, 2005 - DPDK versions tested."
5800     - "Diff - difference between 2001 and 2005 DPDK version."
5801
5802 # DPDK Performance Changes 2n-dnv 1t1c ndr
5803 - type: "table"
5804   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
5805   algorithm: "table_comparison"
5806   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
5807   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5808   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5809   columns:
5810     - title: "2001"
5811       data-set: "dpdk-performance-changes-2n-dnv-ref"
5812     - title: "2005"
5813       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5814   comparisons:
5815     - title: "Diff"
5816       reference: 1
5817       compare: 2
5818   legend:
5819     - "Legend to Table"
5820     - "2001, 2005 - DPDK versions tested."
5821     - "Diff - difference between 2001 and 2005 DPDK version."
5822
5823 # DPDK Performance Changes 2n-dnv 2t2c ndr
5824 - type: "table"
5825   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
5826   algorithm: "table_comparison"
5827   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
5828   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5829   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5830   columns:
5831     - title: "2001"
5832       data-set: "dpdk-performance-changes-2n-dnv-ref"
5833     - title: "2005"
5834       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5835   comparisons:
5836     - title: "Diff"
5837       reference: 1
5838       compare: 2
5839   legend:
5840     - "Legend to Table"
5841     - "2001, 2005 - DPDK versions tested."
5842     - "Diff - difference between 2001 and 2005 DPDK version."
5843
5844 # DPDK Performance Changes 3n-dnv 1t1c pdr
5845 - type: "table"
5846   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
5847   algorithm: "table_comparison"
5848   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
5849   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5850   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5851   columns:
5852     - title: "2001"
5853       data-set: "dpdk-performance-changes-3n-dnv-ref"
5854     - title: "2005"
5855       data-set: "dpdk-performance-changes-3n-dnv-cmp"
5856   comparisons:
5857     - title: "Diff"
5858       reference: 1
5859       compare: 2
5860   legend:
5861     - "Legend to Table"
5862     - "2001, 2005 - DPDK versions tested."
5863     - "Diff - difference between 2001 and 2005 DPDK version."
5864
5865 # DPDK Performance Changes 3n-dnv 2t2c pdr
5866 - type: "table"
5867   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
5868   algorithm: "table_comparison"
5869   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
5870   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5871   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5872   columns:
5873     - title: "2001"
5874       data-set: "dpdk-performance-changes-3n-dnv-ref"
5875     - title: "2005"
5876       data-set: "dpdk-performance-changes-3n-dnv-cmp"
5877   comparisons:
5878     - title: "Diff"
5879       reference: 1
5880       compare: 2
5881   legend:
5882     - "Legend to Table"
5883     - "2001, 2005 - DPDK versions tested."
5884     - "Diff - difference between 2001 and 2005 DPDK version."
5885
5886 # DPDK Performance Changes 3n-dnv 1t1c ndr
5887 - type: "table"
5888   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
5889   algorithm: "table_comparison"
5890   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
5891   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5892   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5893   columns:
5894     - title: "2001"
5895       data-set: "dpdk-performance-changes-3n-dnv-ref"
5896     - title: "2005"
5897       data-set: "dpdk-performance-changes-3n-dnv-cmp"
5898   comparisons:
5899     - title: "Diff"
5900       reference: 1
5901       compare: 2
5902   legend:
5903     - "Legend to Table"
5904     - "2001, 2005 - DPDK versions tested."
5905     - "Diff - difference between 2001 and 2005 DPDK version."
5906
5907 # DPDK Performance Changes 3n-dnv 2t2c ndr
5908 - type: "table"
5909   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
5910   algorithm: "table_comparison"
5911   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
5912   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5913   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5914   columns:
5915     - title: "2001"
5916       data-set: "dpdk-performance-changes-3n-dnv-ref"
5917     - title: "2005"
5918       data-set: "dpdk-performance-changes-3n-dnv-cmp"
5919   comparisons:
5920     - title: "Diff"
5921       reference: 1
5922       compare: 2
5923   legend:
5924     - "Legend to Table"
5925     - "2001, 2005 - DPDK versions tested."
5926     - "Diff - difference between 2001 and 2005 DPDK version."
5927
5928 # DPDK Performance Changes 3n-tsh 1t1c pdr
5929 - type: "table"
5930   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
5931   algorithm: "table_comparison"
5932   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
5933   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5934   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5935   columns:
5936     - title: "2001"
5937       data-set: "dpdk-performance-changes-3n-tsh-ref"
5938     - title: "2005"
5939       data-set: "dpdk-performance-changes-3n-tsh-cmp"
5940   comparisons:
5941     - title: "Diff"
5942       reference: 1
5943       compare: 2
5944   legend:
5945     - "Legend to Table"
5946     - "2001, 2005 - DPDK versions tested."
5947     - "Diff - difference between 2001 and 2005 DPDK version."
5948
5949 # DPDK Performance Changes 3n-tsh 2t2c pdr
5950 - type: "table"
5951   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
5952   algorithm: "table_comparison"
5953   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
5954   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5955   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5956   columns:
5957     - title: "2001"
5958       data-set: "dpdk-performance-changes-3n-tsh-ref"
5959     - title: "2005"
5960       data-set: "dpdk-performance-changes-3n-tsh-cmp"
5961   comparisons:
5962     - title: "Diff"
5963       reference: 1
5964       compare: 2
5965   legend:
5966     - "Legend to Table"
5967     - "2001, 2005 - DPDK versions tested."
5968     - "Diff - difference between 2001 and 2005 DPDK version."
5969
5970 # DPDK Performance Changes 3n-tsh 1t1c ndr
5971 - type: "table"
5972   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
5973   algorithm: "table_comparison"
5974   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
5975   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5976   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5977   columns:
5978     - title: "2001"
5979       data-set: "dpdk-performance-changes-3n-tsh-ref"
5980     - title: "2005"
5981       data-set: "dpdk-performance-changes-3n-tsh-cmp"
5982   comparisons:
5983     - title: "Diff"
5984       reference: 1
5985       compare: 2
5986   legend:
5987     - "Legend to Table"
5988     - "2001, 2005 - DPDK versions tested."
5989     - "Diff - difference between 2001 and 2005 DPDK version."
5990
5991 # DPDK Performance Changes 3n-tsh 2t2c ndr
5992 - type: "table"
5993   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
5994   algorithm: "table_comparison"
5995   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
5996   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5997   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5998   columns:
5999     - title: "2001"
6000       data-set: "dpdk-performance-changes-3n-tsh-ref"
6001     - title: "2005"
6002       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6003   comparisons:
6004     - title: "Diff"
6005       reference: 1
6006       compare: 2
6007   legend:
6008     - "Legend to Table"
6009     - "2001, 2005 - DPDK versions tested."
6010     - "Diff - difference between 2001 and 2005 DPDK version."
6011
6012 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6013 - type: "table"
6014   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6015   algorithm: "table_comparison"
6016   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6017   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6018   filter: "'NIC_Intel-X710'"
6019   columns:
6020     - title: "3n-hsw x710"
6021       data-set: "dpdk-compare-testbeds-ref"
6022     - title: "3n-skx x710"
6023       data-set: "dpdk-compare-testbeds-cmp"
6024   comparisons:
6025     - title: "Diff"
6026       reference: 1
6027       compare: 2
6028   legend:
6029     - "Legend to Table"
6030     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6031     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6032
6033 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6034 - type: "table"
6035   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6036   algorithm: "table_comparison"
6037   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6038   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6039   filter: "'NIC_Intel-X710'"
6040   columns:
6041     - title: "3n-hsw x710"
6042       data-set: "dpdk-compare-testbeds-ref"
6043     - title: "3n-skx x710"
6044       data-set: "dpdk-compare-testbeds-cmp"
6045   comparisons:
6046     - title: "Diff"
6047       reference: 1
6048       compare: 2
6049   legend:
6050     - "Legend to Table"
6051     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6052     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6053
6054 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6055 - type: "table"
6056   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6057   algorithm: "table_comparison"
6058   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6059   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6060   filter: "'NIC_Intel-XXV710'"
6061   columns:
6062     - title: "2n-skx"
6063       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6064     - title: "2n-clx"
6065       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6066   comparisons:
6067     - title: "Diff"
6068       reference: 1
6069       compare: 2
6070   legend:
6071     - "Legend to Table"
6072     - "2n-skx, 2n-clx - testbeds and NICs tested."
6073     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6074
6075 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6076 - type: "table"
6077   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6078   algorithm: "table_comparison"
6079   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6080   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6081   filter: "'NIC_Intel-XXV710'"
6082   columns:
6083     - title: "2n-skx"
6084       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6085     - title: "2n-clx"
6086       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6087   comparisons:
6088     - title: "Diff"
6089       reference: 1
6090       compare: 2
6091   legend:
6092     - "Legend to Table"
6093     - "2n-skx, 2n-clx - testbeds and NICs tested."
6094     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6095
6096 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6097 - type: "table"
6098   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6099   algorithm: "table_comparison"
6100   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6101   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6102   filter: "'NIC_Intel-XXV710'"
6103   columns:
6104     - title: "3n-skx"
6105       data-set: "dpdk-compare-topologies-ref"
6106     - title: "2n-skx"
6107       data-set: "dpdk-compare-topologies-cmp"
6108   comparisons:
6109     - title: "Diff"
6110       reference: 1
6111       compare: 2
6112   legend:
6113     - "Legend to Table"
6114     - "3n-skx, 2n-skx - topologies tested."
6115     - "Diff - difference between 3n-skx and 2n-skx topologies."
6116
6117 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6118 - type: "table"
6119   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6120   algorithm: "table_comparison"
6121   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6122   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6123   filter: "'NIC_Intel-XXV710'"
6124   columns:
6125     - title: "3n-skx"
6126       data-set: "dpdk-compare-topologies-ref"
6127     - title: "2n-skx"
6128       data-set: "dpdk-compare-topologies-cmp"
6129   comparisons:
6130     - title: "Diff"
6131       reference: 1
6132       compare: 2
6133   legend:
6134     - "Legend to Table"
6135     - "3n-skx, 2n-skx - topologies tested."
6136     - "Diff - difference between 3n-skx and 2n-skx topologies."
6137
6138 # Detailed Test Results - DPDK Performance Results 3n-hsw
6139 - type: "table"
6140   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6141   algorithm: "table_merged_details"
6142   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6143   columns:
6144     - title: " |prein| Test Name |preout| "
6145       data: "data name"
6146     - 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| "
6147       data: "data msg"
6148   data: "dpdk-perf-results-3n-hsw"
6149   filter: "all"
6150   parameters:
6151   - "name"
6152   - "parent"
6153   - "msg"
6154
6155 # Detailed Test Results - DPDK Performance Results 3n-skx
6156 - type: "table"
6157   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6158   algorithm: "table_merged_details"
6159   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6160   columns:
6161     - title: " |prein| Test Name |preout| "
6162       data: "data name"
6163     - 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| "
6164       data: "data msg"
6165   data: "dpdk-perf-results-3n-skx"
6166   filter: "all"
6167   remove-ndr: False
6168   parameters:
6169   - "name"
6170   - "parent"
6171   - "msg"
6172
6173 # Detailed Test Results - DPDK Performance Results 2n-skx
6174 - type: "table"
6175   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6176   algorithm: "table_merged_details"
6177   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6178   columns:
6179     - title: " |prein| Test Name |preout| "
6180       data: "data name"
6181     - 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| "
6182       data: "data msg"
6183   data: "dpdk-perf-results-2n-skx"
6184   filter: "all"
6185   remove-ndr: False
6186   parameters:
6187   - "name"
6188   - "parent"
6189   - "msg"
6190
6191 # Detailed Test Results - DPDK Performance Results 2n-clx
6192 - type: "table"
6193   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6194   algorithm: "table_merged_details"
6195   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6196   columns:
6197     - title: " |prein| Test Name |preout| "
6198       data: "data name"
6199     - 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| "
6200       data: "data msg"
6201   data: "dpdk-perf-results-2n-clx"
6202   filter: "all"
6203   parameters:
6204   - "name"
6205   - "parent"
6206   - "msg"
6207
6208 # Detailed Test Results - DPDK Performance Results 2n-dnv
6209 - type: "table"
6210   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6211   algorithm: "table_merged_details"
6212   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6213   columns:
6214     - title: " |prein| Test Name |preout| "
6215       data: "data name"
6216     - 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| "
6217       data: "data msg"
6218   data: "dpdk-perf-results-2n-dnv"
6219   filter: "all"
6220   parameters:
6221   - "name"
6222   - "parent"
6223   - "msg"
6224
6225 # Detailed Test Results - DPDK Performance Results 3n-dnv
6226 - type: "table"
6227   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6228   algorithm: "table_merged_details"
6229   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6230   columns:
6231     - title: " |prein| Test Name |preout| "
6232       data: "data name"
6233     - 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| "
6234       data: "data msg"
6235   data: "dpdk-perf-results-3n-dnv"
6236   filter: "all"
6237   parameters:
6238   - "name"
6239   - "parent"
6240   - "msg"
6241
6242 # Detailed Test Results - DPDK Performance Results 3n-tsh
6243 - type: "table"
6244   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6245   algorithm: "table_merged_details"
6246   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6247   columns:
6248     - title: " |prein| Test Name |preout| "
6249       data: "data name"
6250     - 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| "
6251       data: "data msg"
6252   data: "dpdk-perf-results-3n-tsh"
6253   filter: "all"
6254   parameters:
6255   - "name"
6256   - "parent"
6257   - "msg"
6258
6259 ################################################################################
6260 ###                                F I L E S                                 ###
6261 ################################################################################
6262
6263 # VPP Performance Results
6264 - type: "file"
6265   title: "VPP Performance Results"
6266   algorithm: "file_details_split"
6267   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6268   dir-tables:
6269     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6270     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6271     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6272     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6273     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6274     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6275     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6276   data:
6277     - "vpp-perf-results-2n-skx"
6278     - "vpp-perf-results-3n-skx"
6279     - "vpp-perf-results-2n-clx"
6280     - "vpp-perf-results-3n-hsw"
6281     - "vpp-perf-results-3n-tsh"
6282     - "vpp-perf-results-2n-dnv"
6283     - "vpp-perf-results-3n-dnv"
6284   filter: "all"
6285   data-start-level: 4
6286   order-chapters:
6287     level-1:
6288       - "l2"
6289       - "ip4"
6290       - "ip6"
6291       - "srv6"
6292       - "ip4_tunnels"
6293       - "ip6_tunnels"
6294       - "vm_vhost"
6295       - "container_memif"
6296       - "crypto"
6297       - "vts"
6298       - "lb"
6299       - "nfv_density"
6300       - "hoststack"
6301     level-2:
6302       - "2n-skx"
6303       - "3n-skx"
6304       - "2n-clx"
6305       - "3n-hsw"
6306       - "3n-tsh"
6307       - "2n-dnv"
6308       - "3n-dnv"
6309     level-3:
6310       - "xl710"
6311       - "x520"
6312       - "xxv710"
6313       - "x710"
6314       - "x553"
6315       - "cx556a"
6316       - "vic1227"
6317       - "vic1385"
6318
6319 # VPP Performance Configuration
6320 - type: "file"
6321   title: "VPP Performance Configuration"
6322   algorithm: "file_details_split"
6323   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6324   dir-tables:
6325     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6326     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6327     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6328     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6329     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6330     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6331     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6332   data:
6333     - "vpp-perf-results-2n-skx"
6334     - "vpp-perf-results-3n-skx"
6335     - "vpp-perf-results-2n-clx"
6336     - "vpp-perf-results-3n-hsw"
6337     - "vpp-perf-results-3n-tsh"
6338     - "vpp-perf-results-2n-dnv"
6339     - "vpp-perf-results-3n-dnv"
6340   filter: "all"
6341   data-start-level: 4
6342   order-chapters:
6343     level-1:
6344       - "l2"
6345       - "ip4"
6346       - "ip6"
6347       - "srv6"
6348       - "ip4_tunnels"
6349       - "ip6_tunnels"
6350       - "vm_vhost"
6351       - "container_memif"
6352       - "crypto"
6353       - "vts"
6354       - "lb"
6355       - "nfv_density"
6356       - "hoststack"
6357     level-2:
6358       - "2n-skx"
6359       - "3n-skx"
6360       - "2n-clx"
6361       - "3n-hsw"
6362       - "3n-tsh"
6363       - "2n-dnv"
6364       - "3n-dnv"
6365     level-3:
6366       - "xl710"
6367       - "x520"
6368       - "xxv710"
6369       - "x710"
6370       - "x553"
6371       - "cx556a"
6372       - "vic1227"
6373       - "vic1385"
6374
6375 # VPP Performance Operational
6376 - type: "file"
6377   title: "VPP Performance Operational"
6378   algorithm: "file_details_split_html"
6379   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6380   dir-tables:
6381     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6382     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6383     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6384     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6385     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6386     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6387     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6388   data:
6389     - "vpp-perf-results-2n-skx"
6390     - "vpp-perf-results-3n-skx"
6391     - "vpp-perf-results-2n-clx"
6392     - "vpp-perf-results-3n-hsw"
6393     - "vpp-perf-results-3n-tsh"
6394     - "vpp-perf-results-2n-dnv"
6395     - "vpp-perf-results-3n-dnv"
6396   filter: "all"
6397   data-start-level: 4
6398   order-chapters:
6399     level-1:
6400       - "l2"
6401       - "ip4"
6402       - "ip6"
6403       - "srv6"
6404       - "ip4_tunnels"
6405       - "ip6_tunnels"
6406       - "vm_vhost"
6407       - "container_memif"
6408       - "crypto"
6409       - "vts"
6410       - "lb"
6411       - "nfv_density"
6412       - "hoststack"
6413     level-2:
6414       - "2n-skx"
6415       - "3n-skx"
6416       - "2n-clx"
6417       - "3n-hsw"
6418       - "3n-tsh"
6419       - "2n-dnv"
6420       - "3n-dnv"
6421     level-3:
6422       - "xl710"
6423       - "x520"
6424       - "xxv710"
6425       - "x710"
6426       - "x553"
6427       - "cx556a"
6428       - "vic1227"
6429       - "vic1385"
6430
6431 # VPP MRR Results
6432 - type: "file"
6433   title: "VPP MRR Results"
6434   algorithm: "file_details_split"
6435   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6436   dir-tables:
6437     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6438     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6439     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6440     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6441     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6442     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6443     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6444   data:
6445     - "vpp-mrr-results-2n-skx"
6446     - "vpp-mrr-results-3n-skx"
6447     - "vpp-mrr-results-2n-clx"
6448     - "vpp-mrr-results-3n-hsw"
6449     - "vpp-mrr-results-3n-tsh"
6450     - "vpp-mrr-results-2n-dnv"
6451     - "vpp-mrr-results-3n-dnv"
6452   filter: "all"
6453   data-start-level: 4
6454   order-chapters:
6455     level-1:
6456       - "l2"
6457       - "ip4"
6458       - "ip6"
6459       - "srv6"
6460       - "ip4_tunnels"
6461       - "ip6_tunnels"
6462       - "vm_vhost"
6463       - "container_memif"
6464       - "crypto"
6465       - "vts"
6466       - "lb"
6467       - "nfv_density"
6468       - "hoststack"
6469     level-2:
6470       - "2n-skx"
6471       - "3n-skx"
6472       - "2n-clx"
6473       - "3n-hsw"
6474       - "3n-tsh"
6475       - "2n-dnv"
6476       - "3n-dnv"
6477     level-3:
6478       - "xl710"
6479       - "x520"
6480       - "xxv710"
6481       - "x710"
6482       - "x553"
6483       - "cx556a"
6484       - "vic1227"
6485       - "vic1385"
6486
6487 # VPP MRR Configuration
6488 - type: "file"
6489   title: "VPP MRR Configuration"
6490   algorithm: "file_details_split"
6491   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6492   dir-tables:
6493     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6494     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6495     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6496     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6497     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6498     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6499     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6500   data:
6501     - "vpp-mrr-results-2n-skx"
6502     - "vpp-mrr-results-3n-skx"
6503     - "vpp-mrr-results-2n-clx"
6504     - "vpp-mrr-results-3n-hsw"
6505     - "vpp-mrr-results-3n-tsh"
6506     - "vpp-mrr-results-2n-dnv"
6507     - "vpp-mrr-results-3n-dnv"
6508   filter: "all"
6509   data-start-level: 4
6510   order-chapters:
6511     level-1:
6512       - "l2"
6513       - "ip4"
6514       - "ip6"
6515       - "srv6"
6516       - "ip4_tunnels"
6517       - "ip6_tunnels"
6518       - "vm_vhost"
6519       - "container_memif"
6520       - "crypto"
6521       - "vts"
6522       - "lb"
6523       - "nfv_density"
6524       - "hoststack"
6525     level-2:
6526       - "2n-skx"
6527       - "3n-skx"
6528       - "2n-clx"
6529       - "3n-hsw"
6530       - "3n-tsh"
6531       - "2n-dnv"
6532       - "3n-dnv"
6533     level-3:
6534       - "xl710"
6535       - "x520"
6536       - "xxv710"
6537       - "x710"
6538       - "x553"
6539       - "cx556a"
6540       - "vic1227"
6541       - "vic1385"
6542
6543 # VPP Device Results - Ubuntu
6544 - type: "file"
6545   title: "VPP Device Results - Ubuntu"
6546   algorithm: "file_test_results"
6547   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6548   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6549   data: "vpp-device-results-ubuntu"
6550   filter: "all"
6551   data-start-level: 4
6552
6553 # VPP Device Configuration - Ubuntu
6554 - type: "file"
6555   title: "VPP Device Configuration - Ubuntu"
6556   algorithm: "file_test_results"
6557   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6558   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6559   data: "vpp-device-results-ubuntu"
6560   filter: "all"
6561   data-start-level: 4
6562
6563 # DPDK Performance Results 3n-hsw
6564 - type: "file"
6565   title: "DPDK Performance Results 3n-hsw"
6566   algorithm: "file_test_results"
6567   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6568   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6569   data: "dpdk-perf-results-3n-hsw"
6570   filter: "all"
6571   data-start-level: 4
6572
6573 # DPDK Performance Results 3n-skx
6574 - type: "file"
6575   title: "DPDK Performance Results 3n-skx"
6576   algorithm: "file_test_results"
6577   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6578   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6579   data: "dpdk-perf-results-3n-skx"
6580   filter: "all"
6581   data-start-level: 4
6582
6583 # DPDK Performance Results 2n-skx
6584 - type: "file"
6585   title: "DPDK Performance Results 2n-skx"
6586   algorithm: "file_test_results"
6587   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6588   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6589   data: "dpdk-perf-results-2n-skx"
6590   filter: "all"
6591   data-start-level: 4
6592
6593 # DPDK Performance Results 2n-clx
6594 - type: "file"
6595   title: "DPDK Performance Results 2n-clx"
6596   algorithm: "file_test_results"
6597   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6598   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6599   data: "dpdk-perf-results-2n-clx"
6600   filter: "all"
6601   data-start-level: 4
6602
6603 # DPDK Performance Results 2n-dnv
6604 - type: "file"
6605   title: "DPDK Performance Results 2n-dnv"
6606   algorithm: "file_test_results"
6607   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6608   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6609   data: "dpdk-perf-results-2n-dnv"
6610   filter: "all"
6611   data-start-level: 4
6612
6613 # DPDK Performance Results 3n-dnv
6614 - type: "file"
6615   title: "DPDK Performance Results 3n-dnv"
6616   algorithm: "file_test_results"
6617   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6618   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6619   data: "dpdk-perf-results-3n-dnv"
6620   filter: "all"
6621   data-start-level: 4
6622
6623 # DPDK Performance Results 3n-tsh
6624 - type: "file"
6625   title: "DPDK Performance Results 3n-tsh"
6626   algorithm: "file_test_results"
6627   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6628   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6629   data: "dpdk-perf-results-3n-tsh"
6630   filter: "all"
6631   data-start-level: 4
6632
6633 ################################################################################
6634 ###                                P L O T S                                 ###
6635 ################################################################################
6636
6637 # Hoststack tests 3n-hsw
6638
6639 - type: "plot"
6640   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6641   algorithm: "plot_perf_box_name"
6642   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6643   data: "plot-vpp-hoststack-3n-hsw"
6644   include:
6645     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6646     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6647   layout:
6648     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6649     layout: "plot-hoststack"
6650
6651 - type: "plot"
6652   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6653   algorithm: "plot_perf_box_name"
6654   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6655   data: "plot-vpp-hoststack-3n-hsw"
6656   include:
6657     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6658     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6659   layout:
6660     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6661     layout: "plot-hoststack"
6662
6663 - type: "plot"
6664   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6665   algorithm: "plot_perf_box_name"
6666   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
6667   data: "plot-vpp-hoststack-3n-hsw"
6668   include:
6669     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6670     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6671     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6672     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6673   layout:
6674     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6675     layout: "plot-hoststack"
6676
6677 ## Plots VPP HTTP Server Performance
6678 #- type: "plot"
6679 #  title: "VPP HTTP Server Performance"
6680 #  algorithm: "plot_http_server_perf_box"
6681 #  output-file-type: ".html"
6682 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6683 #  data:
6684 #    "plot-vpp-http-server-performance"
6685 #  filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6686 #  parameters:
6687 #  - "result"
6688 #  - "name"
6689 #  traces:
6690 #    hoverinfo: "y+name"
6691 #    boxpoints: "outliers"
6692 #    whiskerwidth: 0
6693 #  layout:
6694 #    title: "VPP HTTP Server Performance"
6695 #    layout:
6696 #      "plot-cps"
6697 #
6698 #- type: "plot"
6699 #  title: "VPP HTTP Server Performance"
6700 #  algorithm: "plot_http_server_perf_box"
6701 #  output-file-type: ".html"
6702 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6703 #  data:
6704 #    "plot-vpp-http-server-performance"
6705 #  filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6706 #  parameters:
6707 #  - "result"
6708 #  - "name"
6709 #  traces:
6710 #    hoverinfo: "y+name"
6711 #    boxpoints: "outliers"
6712 #    whiskerwidth: 0
6713 #  layout:
6714 #    title: "VPP HTTP Server Performance"
6715 #    layout:
6716 #      "plot-rps"
6717
6718 ################################################################################
6719
6720 # Soak Test (PLRsearch), boxes - 2n-clx
6721 - type: "plot"
6722   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6723   algorithm: "plot_perf_box_name"
6724   output-file-type: ".html"
6725   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6726   data: "plot-vpp-soak-2n-clx"
6727   include:
6728     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6729     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6734   layout:
6735     title: "30 Minutes Soak Test (PLRsearch)"
6736     layout: "plot-soak-throughput"
6737
6738 # Soak Test (PLRsearch), boxes - 2n-clx
6739 - type: "plot"
6740   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6741   algorithm: "plot_perf_box_name"
6742   output-file-type: ".html"
6743   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6744   data: "plot-vpp-soak-2n-clx"
6745   include:
6746     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6747     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6748     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6749     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6750     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6751     - "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"
6752   layout:
6753     title: "30 Minutes Soak Test (PLRsearch)"
6754     layout: "plot-soak-throughput"
6755
6756 # Soak Test (PLRsearch), boxes - 2n-skx
6757 - type: "plot"
6758   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6759   algorithm: "plot_perf_box_name"
6760   output-file-type: ".html"
6761   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
6762   data: "plot-vpp-soak-2n-skx"
6763   include:
6764     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6765     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6766     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6767     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6770   layout:
6771     title: "30 Minutes Soak Test (PLRsearch)"
6772     layout: "plot-soak-throughput"
6773
6774 # Soak Test (PLRsearch), boxes - 2n-skx
6775 - type: "plot"
6776   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6777   algorithm: "plot_perf_box_name"
6778   output-file-type: ".html"
6779   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
6780   data: "plot-vpp-soak-2n-skx"
6781   include:
6782     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6783     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6784     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6785     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6786     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6787     - "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"
6788   layout:
6789     title: "30 Minutes Soak Test (PLRsearch)"
6790     layout: "plot-soak-throughput"
6791
6792 ###############################################################################
6793
6794 # Reconf tests 2n-skx
6795
6796 - type: "plot"
6797   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6798   algorithm: "plot_nf_reconf_box_name"
6799   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6800   data: "plot-vpp-nfv-reconf-2n-skx"
6801   include:
6802     - "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"
6803     - "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"
6804     - "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"
6805     - "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"
6806     - "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"
6807     - "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"
6808   layout:
6809     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6810     layout: "plot-throughput"
6811
6812 - type: "plot"
6813   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6814   algorithm: "plot_nf_reconf_box_name"
6815   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6816   data: "plot-vpp-nfv-reconf-2n-skx"
6817   include:
6818     - "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"
6819     - "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"
6820     - "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"
6821     - "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"
6822     - "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"
6823     - "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"
6824   layout:
6825     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6826     layout: "plot-throughput"
6827
6828 - type: "plot"
6829   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6830   algorithm: "plot_nf_reconf_box_name"
6831   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6832   data: "plot-vpp-nfv-reconf-2n-skx"
6833   include:
6834     - "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"
6835     - "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"
6836     - "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"
6837     - "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"
6838     - "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"
6839     - "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"
6840   layout:
6841     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6842     layout: "plot-throughput"
6843
6844 ###############################################################################
6845
6846 # Reconf tests 2n-clx
6847
6848 - type: "plot"
6849   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6850   algorithm: "plot_nf_reconf_box_name"
6851   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6852   data: "plot-vpp-nfv-reconf-2n-clx"
6853   include:
6854     - "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"
6855     - "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"
6856     - "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"
6857     - "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"
6858   layout:
6859     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6860     layout: "plot-throughput"
6861
6862 - type: "plot"
6863   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6864   algorithm: "plot_nf_reconf_box_name"
6865   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6866   data: "plot-vpp-nfv-reconf-2n-clx"
6867   include:
6868     - "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"
6869     - "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"
6870     - "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"
6871     - "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"
6872   layout:
6873     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6874     layout: "plot-throughput"
6875
6876 - type: "plot"
6877   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6878   algorithm: "plot_nf_reconf_box_name"
6879   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6880   data: "plot-vpp-nfv-reconf-2n-clx"
6881   include:
6882     - "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"
6883     - "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"
6884     - "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"
6885     - "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"
6886   layout:
6887     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6888     layout: "plot-throughput"
6889
6890 ################################################################################
6891 ## Plots - NF Density - VSC - MRR 64b
6892 #- type: "plot"
6893 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6894 #  algorithm: "plot_nf_heatmap"
6895 #  output-file-type: ".html"
6896 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6897 #  data: "plot-vpp-nfv-2n-skx-mrr"
6898 #  filter: "'NIC_Intel-XXV710' and
6899 #           'NF_DENSITY' and
6900 #           'VHOST' and
6901 #           not 'VXLAN' and
6902 #           'CHAIN' and
6903 #           'NF_VPPIP4' and
6904 #           '64B' and
6905 #           '2T1C' and
6906 #           'MRR'"
6907 #  parameters:
6908 #  - "result"
6909 #  - "name"
6910 #  - "tags"
6911 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6912 #  x-axis: "X = VNFs per Service Chain"
6913 #  y-axis: "Y = Number of Service Chains"
6914 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6915 #  layout:
6916 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6917 #    layout: "plot-service-density"
6918 #
6919 #- type: "plot"
6920 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6921 #  algorithm: "plot_nf_heatmap"
6922 #  output-file-type: ".html"
6923 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6924 #  data: "plot-vpp-nfv-2n-skx-mrr"
6925 #  filter: "'NIC_Intel-XXV710' and
6926 #           'NF_DENSITY' and
6927 #           'VHOST' and
6928 #           not 'VXLAN' and
6929 #           'CHAIN' and
6930 #           'NF_VPPIP4' and
6931 #           '64B' and
6932 #           '4T2C' and
6933 #           'MRR'"
6934 #  parameters:
6935 #  - "result"
6936 #  - "name"
6937 #  - "tags"
6938 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6939 #  x-axis: "X = VNFs per Service Chain"
6940 #  y-axis: "Y = Number of Service Chains"
6941 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6942 #  layout:
6943 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6944 #    layout: "plot-service-density"
6945 #
6946 #- type: "plot"
6947 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6948 #  algorithm: "plot_nf_heatmap"
6949 #  output-file-type: ".html"
6950 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6951 #  data: "plot-vpp-nfv-2n-skx-mrr"
6952 #  filter: "'NIC_Intel-XXV710' and
6953 #           'NF_DENSITY' and
6954 #           'VHOST' and
6955 #           not 'VXLAN' and
6956 #           'CHAIN' and
6957 #           'NF_VPPIP4' and
6958 #           '64B' and
6959 #           '8T4C' and
6960 #           'MRR'"
6961 #  parameters:
6962 #  - "result"
6963 #  - "name"
6964 #  - "tags"
6965 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6966 #  x-axis: "X = VNFs per Service Chain"
6967 #  y-axis: "Y = Number of Service Chains"
6968 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6969 #  layout:
6970 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6971 #    layout: "plot-service-density"
6972 #
6973 ## Plots - NF Density - VSC - MRR IMIX
6974 #- type: "plot"
6975 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6976 #  algorithm: "plot_nf_heatmap"
6977 #  output-file-type: ".html"
6978 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6979 #  data: "plot-vpp-nfv-2n-skx-mrr"
6980 #  filter: "'NIC_Intel-XXV710' and
6981 #           'NF_DENSITY' and
6982 #           'VHOST' and
6983 #           not 'VXLAN' and
6984 #           'CHAIN' and
6985 #           'NF_VPPIP4' and
6986 #           'IMIX' and
6987 #           '2T1C' and
6988 #           'MRR'"
6989 #  parameters:
6990 #  - "result"
6991 #  - "name"
6992 #  - "tags"
6993 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6994 #  x-axis: "X = VNFs per Service Chain"
6995 #  y-axis: "Y = Number of Service Chains"
6996 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6997 #  layout:
6998 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6999 #    layout: "plot-service-density"
7000 #
7001 #- type: "plot"
7002 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7003 #  algorithm: "plot_nf_heatmap"
7004 #  output-file-type: ".html"
7005 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7006 #  data: "plot-vpp-nfv-2n-skx-mrr"
7007 #  filter: "'NIC_Intel-XXV710' and
7008 #           'NF_DENSITY' and
7009 #           'VHOST' and
7010 #           not 'VXLAN' and
7011 #           'CHAIN' and
7012 #           'NF_VPPIP4' and
7013 #           'IMIX' and
7014 #           '4T2C' and
7015 #           'MRR'"
7016 #  parameters:
7017 #  - "result"
7018 #  - "name"
7019 #  - "tags"
7020 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7021 #  x-axis: "X = VNFs per Service Chain"
7022 #  y-axis: "Y = Number of Service Chains"
7023 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7024 #  layout:
7025 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7026 #    layout: "plot-service-density"
7027 #
7028 #- type: "plot"
7029 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7030 #  algorithm: "plot_nf_heatmap"
7031 #  output-file-type: ".html"
7032 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7033 #  data: "plot-vpp-nfv-2n-skx-mrr"
7034 #  filter: "'NIC_Intel-XXV710' and
7035 #           'NF_DENSITY' and
7036 #           'VHOST' and
7037 #           not 'VXLAN' and
7038 #           'CHAIN' and
7039 #           'NF_VPPIP4' and
7040 #           'IMIX' and
7041 #           '8T4C' and
7042 #           'MRR'"
7043 #  parameters:
7044 #  - "result"
7045 #  - "name"
7046 #  - "tags"
7047 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7048 #  x-axis: "X = VNFs per Service Chain"
7049 #  y-axis: "Y = Number of Service Chains"
7050 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7051 #  layout:
7052 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7053 #    layout: "plot-service-density"
7054 #
7055 ## Plots - NF Density - VSC - NDR 64b
7056 #- type: "plot"
7057 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7058 #  algorithm: "plot_nf_heatmap"
7059 #  output-file-type: ".html"
7060 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
7061 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7062 #  filter: "'NIC_Intel-XXV710' and
7063 #           'NF_DENSITY' and
7064 #           'VHOST' and
7065 #           not 'VXLAN' and
7066 #           'CHAIN' and
7067 #           'NF_VPPIP4' and
7068 #           '64B' and
7069 #           '2T1C' and
7070 #           'NDRPDR'"
7071 #  parameters:
7072 #  - "throughput"
7073 #  - "name"
7074 #  - "tags"
7075 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7076 #  x-axis: "X = VNFs per Service Chain"
7077 #  y-axis: "Y = Number of Service Chains"
7078 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7079 #  layout:
7080 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7081 #    layout: "plot-service-density"
7082 #
7083 #- type: "plot"
7084 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7085 #  algorithm: "plot_nf_heatmap"
7086 #  output-file-type: ".html"
7087 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
7088 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7089 #  filter: "'NIC_Intel-XXV710' and
7090 #           'NF_DENSITY' and
7091 #           'VHOST' and
7092 #           not 'VXLAN' and
7093 #           'CHAIN' and
7094 #           'NF_VPPIP4' and
7095 #           '64B' and
7096 #           '4T2C' and
7097 #           'NDRPDR'"
7098 #  parameters:
7099 #  - "throughput"
7100 #  - "name"
7101 #  - "tags"
7102 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7103 #  x-axis: "X = VNFs per Service Chain"
7104 #  y-axis: "Y = Number of Service Chains"
7105 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7106 #  layout:
7107 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7108 #    layout: "plot-service-density"
7109 #
7110 #- type: "plot"
7111 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7112 #  algorithm: "plot_nf_heatmap"
7113 #  output-file-type: ".html"
7114 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
7115 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7116 #  filter: "'NIC_Intel-XXV710' and
7117 #           'NF_DENSITY' and
7118 #           'VHOST' and
7119 #           not 'VXLAN' and
7120 #           'CHAIN' and
7121 #           'NF_VPPIP4' and
7122 #           '64B' and
7123 #           '8T4C' and
7124 #           'NDRPDR'"
7125 #  parameters:
7126 #  - "throughput"
7127 #  - "name"
7128 #  - "tags"
7129 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7130 #  x-axis: "X = VNFs per Service Chain"
7131 #  y-axis: "Y = Number of Service Chains"
7132 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7133 #  layout:
7134 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7135 #    layout: "plot-service-density"
7136 #
7137 ## Plots - NF Density - VSC - NDR IMIX
7138 #- type: "plot"
7139 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7140 #  algorithm: "plot_nf_heatmap"
7141 #  output-file-type: ".html"
7142 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7143 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7144 #  filter: "'NIC_Intel-XXV710' and
7145 #           'NF_DENSITY' and
7146 #           'VHOST' and
7147 #           not 'VXLAN' and
7148 #           'CHAIN' and
7149 #           'NF_VPPIP4' and
7150 #           'IMIX' and
7151 #           '2T1C' and
7152 #           'NDRPDR'"
7153 #  parameters:
7154 #  - "throughput"
7155 #  - "name"
7156 #  - "tags"
7157 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7158 #  x-axis: "X = VNFs per Service Chain"
7159 #  y-axis: "Y = Number of Service Chains"
7160 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7161 #  layout:
7162 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7163 #    layout: "plot-service-density"
7164 #
7165 #- type: "plot"
7166 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7167 #  algorithm: "plot_nf_heatmap"
7168 #  output-file-type: ".html"
7169 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7170 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7171 #  filter: "'NIC_Intel-XXV710' and
7172 #           'NF_DENSITY' and
7173 #           'VHOST' and
7174 #           not 'VXLAN' and
7175 #           'CHAIN' and
7176 #           'NF_VPPIP4' and
7177 #           'IMIX' and
7178 #           '4T2C' and
7179 #           'NDRPDR'"
7180 #  parameters:
7181 #  - "throughput"
7182 #  - "name"
7183 #  - "tags"
7184 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7185 #  x-axis: "X = VNFs per Service Chain"
7186 #  y-axis: "Y = Number of Service Chains"
7187 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7188 #  layout:
7189 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7190 #    layout: "plot-service-density"
7191 #
7192 #- type: "plot"
7193 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7194 #  algorithm: "plot_nf_heatmap"
7195 #  output-file-type: ".html"
7196 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7197 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7198 #  filter: "'NIC_Intel-XXV710' and
7199 #           'NF_DENSITY' and
7200 #           'VHOST' and
7201 #           not 'VXLAN' and
7202 #           'CHAIN' and
7203 #           'NF_VPPIP4' and
7204 #           'IMIX' and
7205 #           '8T4C' and
7206 #           'NDRPDR'"
7207 #  parameters:
7208 #  - "throughput"
7209 #  - "name"
7210 #  - "tags"
7211 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7212 #  x-axis: "X = VNFs per Service Chain"
7213 #  y-axis: "Y = Number of Service Chains"
7214 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7215 #  layout:
7216 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7217 #    layout: "plot-service-density"
7218 #
7219 ## Plots - NF Density - VSC - PDR 64b
7220 #- type: "plot"
7221 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7222 #  algorithm: "plot_nf_heatmap"
7223 #  output-file-type: ".html"
7224 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
7225 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7226 #  filter: "'NIC_Intel-XXV710' and
7227 #           'NF_DENSITY' and
7228 #           'VHOST' and
7229 #           not 'VXLAN' and
7230 #           'CHAIN' and
7231 #           'NF_VPPIP4' and
7232 #           '64B' and
7233 #           '2T1C' and
7234 #           'NDRPDR'"
7235 #  parameters:
7236 #  - "throughput"
7237 #  - "name"
7238 #  - "tags"
7239 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7240 #  x-axis: "X = VNFs per Service Chain"
7241 #  y-axis: "Y = Number of Service Chains"
7242 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7243 #  layout:
7244 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7245 #    layout: "plot-service-density"
7246 #
7247 #- type: "plot"
7248 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7249 #  algorithm: "plot_nf_heatmap"
7250 #  output-file-type: ".html"
7251 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
7252 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7253 #  filter: "'NIC_Intel-XXV710' and
7254 #           'NF_DENSITY' and
7255 #           'VHOST' and
7256 #           not 'VXLAN' and
7257 #           'CHAIN' and
7258 #           'NF_VPPIP4' and
7259 #           '64B' and
7260 #           '4T2C' and
7261 #           'NDRPDR'"
7262 #  parameters:
7263 #  - "throughput"
7264 #  - "name"
7265 #  - "tags"
7266 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7267 #  x-axis: "X = VNFs per Service Chain"
7268 #  y-axis: "Y = Number of Service Chains"
7269 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7270 #  layout:
7271 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7272 #    layout: "plot-service-density"
7273 #
7274 #- type: "plot"
7275 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7276 #  algorithm: "plot_nf_heatmap"
7277 #  output-file-type: ".html"
7278 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
7279 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7280 #  filter: "'NIC_Intel-XXV710' and
7281 #           'NF_DENSITY' and
7282 #           'VHOST' and
7283 #           not 'VXLAN' and
7284 #           'CHAIN' and
7285 #           'NF_VPPIP4' and
7286 #           '64B' and
7287 #           '8T4C' and
7288 #           'NDRPDR'"
7289 #  parameters:
7290 #  - "throughput"
7291 #  - "name"
7292 #  - "tags"
7293 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7294 #  x-axis: "X = VNFs per Service Chain"
7295 #  y-axis: "Y = Number of Service Chains"
7296 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7297 #  layout:
7298 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7299 #    layout: "plot-service-density"
7300 #
7301 ## Plots - NF Density - VSC - PDR IMIX
7302 #- type: "plot"
7303 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7304 #  algorithm: "plot_nf_heatmap"
7305 #  output-file-type: ".html"
7306 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7307 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7308 #  filter: "'NIC_Intel-XXV710' and
7309 #           'NF_DENSITY' and
7310 #           'VHOST' and
7311 #           not 'VXLAN' and
7312 #           'CHAIN' and
7313 #           'NF_VPPIP4' and
7314 #           'IMIX' and
7315 #           '2T1C' and
7316 #           'NDRPDR'"
7317 #  parameters:
7318 #  - "throughput"
7319 #  - "name"
7320 #  - "tags"
7321 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7322 #  x-axis: "X = VNFs per Service Chain"
7323 #  y-axis: "Y = Number of Service Chains"
7324 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7325 #  layout:
7326 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7327 #    layout: "plot-service-density"
7328 #
7329 #- type: "plot"
7330 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7331 #  algorithm: "plot_nf_heatmap"
7332 #  output-file-type: ".html"
7333 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7334 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7335 #  filter: "'NIC_Intel-XXV710' and
7336 #           'NF_DENSITY' and
7337 #           'VHOST' and
7338 #           not 'VXLAN' and
7339 #           'CHAIN' and
7340 #           'NF_VPPIP4' and
7341 #           'IMIX' and
7342 #           '4T2C' and
7343 #           'NDRPDR'"
7344 #  parameters:
7345 #  - "throughput"
7346 #  - "name"
7347 #  - "tags"
7348 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7349 #  x-axis: "X = VNFs per Service Chain"
7350 #  y-axis: "Y = Number of Service Chains"
7351 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7352 #  layout:
7353 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7354 #    layout: "plot-service-density"
7355 #
7356 #- type: "plot"
7357 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7358 #  algorithm: "plot_nf_heatmap"
7359 #  output-file-type: ".html"
7360 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7361 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7362 #  filter: "'NIC_Intel-XXV710' and
7363 #           'NF_DENSITY' and
7364 #           'VHOST' and
7365 #           not 'VXLAN' and
7366 #           'CHAIN' and
7367 #           'NF_VPPIP4' and
7368 #           'IMIX' and
7369 #           '8T4C' and
7370 #           'NDRPDR'"
7371 #  parameters:
7372 #  - "throughput"
7373 #  - "name"
7374 #  - "tags"
7375 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7376 #  x-axis: "X = VNFs per Service Chain"
7377 #  y-axis: "Y = Number of Service Chains"
7378 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7379 #  layout:
7380 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7381 #    layout: "plot-service-density"
7382 #
7383 ################################################################################
7384 ## Plots - NF Density - VSC - MRR 64b
7385 #- type: "plot"
7386 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7387 #  algorithm: "plot_nf_heatmap"
7388 #  output-file-type: ".html"
7389 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7390 #  data: "plot-vpp-nfv-2n-skx-mrr"
7391 #  filter: "'NIC_Intel-XXV710' and
7392 #           'NF_DENSITY' and
7393 #           'VHOST' and
7394 #           'VXLAN' and
7395 #           'CHAIN' and
7396 #           '118' and
7397 #           '2T1C' and
7398 #           'MRR'"
7399 #  parameters:
7400 #  - "result"
7401 #  - "name"
7402 #  - "tags"
7403 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7404 #  x-axis: "X = VNFs per Service Chain"
7405 #  y-axis: "Y = Number of Service Chains"
7406 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7407 #  layout:
7408 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7409 #    layout: "plot-service-density"
7410 #
7411 #- type: "plot"
7412 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7413 #  algorithm: "plot_nf_heatmap"
7414 #  output-file-type: ".html"
7415 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7416 #  data: "plot-vpp-nfv-2n-skx-mrr"
7417 #  filter: "'NIC_Intel-XXV710' and
7418 #           'NF_DENSITY' and
7419 #           'VHOST' and
7420 #           'VXLAN' and
7421 #           'CHAIN' and
7422 #           '118' and
7423 #           '4T2C' and
7424 #           'MRR'"
7425 #  parameters:
7426 #  - "result"
7427 #  - "name"
7428 #  - "tags"
7429 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7430 #  x-axis: "X = VNFs per Service Chain"
7431 #  y-axis: "Y = Number of Service Chains"
7432 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7433 #  layout:
7434 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7435 #    layout: "plot-service-density"
7436 #
7437 #- type: "plot"
7438 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7439 #  algorithm: "plot_nf_heatmap"
7440 #  output-file-type: ".html"
7441 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7442 #  data: "plot-vpp-nfv-2n-skx-mrr"
7443 #  filter: "'NIC_Intel-XXV710' and
7444 #           'NF_DENSITY' and
7445 #           'VHOST' and
7446 #           'VXLAN' and
7447 #           'CHAIN' and
7448 #           '118' and
7449 #           '8T4C' and
7450 #           'MRR'"
7451 #  parameters:
7452 #  - "result"
7453 #  - "name"
7454 #  - "tags"
7455 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7456 #  x-axis: "X = VNFs per Service Chain"
7457 #  y-axis: "Y = Number of Service Chains"
7458 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7459 #  layout:
7460 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7461 #    layout: "plot-service-density"
7462 #
7463 ## Plots - NF Density - VSC - MRR IMIX
7464 #- type: "plot"
7465 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7466 #  algorithm: "plot_nf_heatmap"
7467 #  output-file-type: ".html"
7468 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7469 #  data: "plot-vpp-nfv-2n-skx-mrr"
7470 #  filter: "'NIC_Intel-XXV710' and
7471 #           'NF_DENSITY' and
7472 #           'VHOST' and
7473 #           'VXLAN' and
7474 #           'CHAIN' and
7475 #           'IMIX' and
7476 #           '2T1C' and
7477 #           'MRR'"
7478 #  parameters:
7479 #  - "result"
7480 #  - "name"
7481 #  - "tags"
7482 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7483 #  x-axis: "X = VNFs per Service Chain"
7484 #  y-axis: "Y = Number of Service Chains"
7485 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7486 #  layout:
7487 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7488 #    layout: "plot-service-density"
7489 #
7490 #- type: "plot"
7491 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7492 #  algorithm: "plot_nf_heatmap"
7493 #  output-file-type: ".html"
7494 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7495 #  data: "plot-vpp-nfv-2n-skx-mrr"
7496 #  filter: "'NIC_Intel-XXV710' and
7497 #           'NF_DENSITY' and
7498 #           'VHOST' and
7499 #           'VXLAN' and
7500 #           'CHAIN' and
7501 #           'IMIX' and
7502 #           '4T2C' and
7503 #           'MRR'"
7504 #  parameters:
7505 #  - "result"
7506 #  - "name"
7507 #  - "tags"
7508 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7509 #  x-axis: "X = VNFs per Service Chain"
7510 #  y-axis: "Y = Number of Service Chains"
7511 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7512 #  layout:
7513 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7514 #    layout: "plot-service-density"
7515 #
7516 #- type: "plot"
7517 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7518 #  algorithm: "plot_nf_heatmap"
7519 #  output-file-type: ".html"
7520 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7521 #  data: "plot-vpp-nfv-2n-skx-mrr"
7522 #  filter: "'NIC_Intel-XXV710' and
7523 #           'NF_DENSITY' and
7524 #           'VHOST' and
7525 #           'VXLAN' and
7526 #           'CHAIN' and
7527 #           'IMIX' and
7528 #           '8T4C' and
7529 #           'MRR'"
7530 #  parameters:
7531 #  - "result"
7532 #  - "name"
7533 #  - "tags"
7534 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7535 #  x-axis: "X = VNFs per Service Chain"
7536 #  y-axis: "Y = Number of Service Chains"
7537 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7538 #  layout:
7539 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7540 #    layout: "plot-service-density"
7541 #
7542 ## Plots - NF Density - VSC - NDR 64b
7543 #- type: "plot"
7544 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7545 #  algorithm: "plot_nf_heatmap"
7546 #  output-file-type: ".html"
7547 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7548 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7549 #  filter: "'NIC_Intel-XXV710' and
7550 #           'NF_DENSITY' and
7551 #           'VHOST' and
7552 #           'VXLAN' and
7553 #           'CHAIN' and
7554 #           '118' and
7555 #           '2T1C' and
7556 #           'NDRPDR'"
7557 #  parameters:
7558 #  - "throughput"
7559 #  - "name"
7560 #  - "tags"
7561 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7562 #  x-axis: "X = VNFs per Service Chain"
7563 #  y-axis: "Y = Number of Service Chains"
7564 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7565 #  layout:
7566 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7567 #    layout: "plot-service-density"
7568 #
7569 #- type: "plot"
7570 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7571 #  algorithm: "plot_nf_heatmap"
7572 #  output-file-type: ".html"
7573 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7574 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7575 #  filter: "'NIC_Intel-XXV710' and
7576 #           'NF_DENSITY' and
7577 #           'VHOST' and
7578 #           'VXLAN' and
7579 #           'CHAIN' and
7580 #           '118' and
7581 #           '4T2C' and
7582 #           'NDRPDR'"
7583 #  parameters:
7584 #  - "throughput"
7585 #  - "name"
7586 #  - "tags"
7587 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7588 #  x-axis: "X = VNFs per Service Chain"
7589 #  y-axis: "Y = Number of Service Chains"
7590 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7591 #  layout:
7592 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7593 #    layout: "plot-service-density"
7594 #
7595 #- type: "plot"
7596 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7597 #  algorithm: "plot_nf_heatmap"
7598 #  output-file-type: ".html"
7599 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7600 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7601 #  filter: "'NIC_Intel-XXV710' and
7602 #           'NF_DENSITY' and
7603 #           'VHOST' and
7604 #           'VXLAN' and
7605 #           'CHAIN' and
7606 #           '118' and
7607 #           '8T4C' and
7608 #           'NDRPDR'"
7609 #  parameters:
7610 #  - "throughput"
7611 #  - "name"
7612 #  - "tags"
7613 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7614 #  x-axis: "X = VNFs per Service Chain"
7615 #  y-axis: "Y = Number of Service Chains"
7616 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7617 #  layout:
7618 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7619 #    layout: "plot-service-density"
7620 #
7621 ## Plots - NF Density - VSC - NDR IMIX
7622 #- type: "plot"
7623 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7624 #  algorithm: "plot_nf_heatmap"
7625 #  output-file-type: ".html"
7626 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7627 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7628 #  filter: "'NIC_Intel-XXV710' and
7629 #           'NF_DENSITY' and
7630 #           'VHOST' and
7631 #           'VXLAN' and
7632 #           'CHAIN' and
7633 #           'IMIX' and
7634 #           '2T1C' and
7635 #           'NDRPDR'"
7636 #  parameters:
7637 #  - "throughput"
7638 #  - "name"
7639 #  - "tags"
7640 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7641 #  x-axis: "X = VNFs per Service Chain"
7642 #  y-axis: "Y = Number of Service Chains"
7643 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7644 #  layout:
7645 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7646 #    layout: "plot-service-density"
7647 #
7648 #- type: "plot"
7649 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7650 #  algorithm: "plot_nf_heatmap"
7651 #  output-file-type: ".html"
7652 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7653 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7654 #  filter: "'NIC_Intel-XXV710' and
7655 #           'NF_DENSITY' and
7656 #           'VHOST' and
7657 #           'VXLAN' and
7658 #           'CHAIN' and
7659 #           'IMIX' and
7660 #           '4T2C' and
7661 #           'NDRPDR'"
7662 #  parameters:
7663 #  - "throughput"
7664 #  - "name"
7665 #  - "tags"
7666 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7667 #  x-axis: "X = VNFs per Service Chain"
7668 #  y-axis: "Y = Number of Service Chains"
7669 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7670 #  layout:
7671 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7672 #    layout: "plot-service-density"
7673 #
7674 #- type: "plot"
7675 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7676 #  algorithm: "plot_nf_heatmap"
7677 #  output-file-type: ".html"
7678 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7679 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7680 #  filter: "'NIC_Intel-XXV710' and
7681 #           'NF_DENSITY' and
7682 #           'VHOST' and
7683 #           'VXLAN' and
7684 #           'CHAIN' and
7685 #           'IMIX' and
7686 #           '8T4C' and
7687 #           'NDRPDR'"
7688 #  parameters:
7689 #  - "throughput"
7690 #  - "name"
7691 #  - "tags"
7692 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7693 #  x-axis: "X = VNFs per Service Chain"
7694 #  y-axis: "Y = Number of Service Chains"
7695 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7696 #  layout:
7697 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7698 #    layout: "plot-service-density"
7699 #
7700 ## Plots - NF Density - VSC - PDR 64b
7701 #- type: "plot"
7702 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7703 #  algorithm: "plot_nf_heatmap"
7704 #  output-file-type: ".html"
7705 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7706 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7707 #  filter: "'NIC_Intel-XXV710' and
7708 #           'NF_DENSITY' and
7709 #           'VHOST' and
7710 #           'VXLAN' and
7711 #           'CHAIN' and
7712 #           '118' and
7713 #           '2T1C' and
7714 #           'NDRPDR'"
7715 #  parameters:
7716 #  - "throughput"
7717 #  - "name"
7718 #  - "tags"
7719 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7720 #  x-axis: "X = VNFs per Service Chain"
7721 #  y-axis: "Y = Number of Service Chains"
7722 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7723 #  layout:
7724 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7725 #    layout: "plot-service-density"
7726 #
7727 #- type: "plot"
7728 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7729 #  algorithm: "plot_nf_heatmap"
7730 #  output-file-type: ".html"
7731 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7732 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7733 #  filter: "'NIC_Intel-XXV710' and
7734 #           'NF_DENSITY' and
7735 #           'VHOST' and
7736 #           'VXLAN' and
7737 #           'CHAIN' and
7738 #           '118' and
7739 #           '4T2C' and
7740 #           'NDRPDR'"
7741 #  parameters:
7742 #  - "throughput"
7743 #  - "name"
7744 #  - "tags"
7745 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7746 #  x-axis: "X = VNFs per Service Chain"
7747 #  y-axis: "Y = Number of Service Chains"
7748 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7749 #  layout:
7750 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7751 #    layout: "plot-service-density"
7752 #
7753 #- type: "plot"
7754 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7755 #  algorithm: "plot_nf_heatmap"
7756 #  output-file-type: ".html"
7757 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7758 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7759 #  filter: "'NIC_Intel-XXV710' and
7760 #           'NF_DENSITY' and
7761 #           'VHOST' and
7762 #           'VXLAN' and
7763 #           'CHAIN' and
7764 #           '118' and
7765 #           '8T4C' and
7766 #           'NDRPDR'"
7767 #  parameters:
7768 #  - "throughput"
7769 #  - "name"
7770 #  - "tags"
7771 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7772 #  x-axis: "X = VNFs per Service Chain"
7773 #  y-axis: "Y = Number of Service Chains"
7774 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7775 #  layout:
7776 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7777 #    layout: "plot-service-density"
7778 #
7779 ## Plots - NF Density - VSC - PDR IMIX
7780 #- type: "plot"
7781 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7782 #  algorithm: "plot_nf_heatmap"
7783 #  output-file-type: ".html"
7784 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7785 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7786 #  filter: "'NIC_Intel-XXV710' and
7787 #           'NF_DENSITY' and
7788 #           'VHOST' and
7789 #           'VXLAN' and
7790 #           'CHAIN' and
7791 #           'IMIX' and
7792 #           '2T1C' and
7793 #           'NDRPDR'"
7794 #  parameters:
7795 #  - "throughput"
7796 #  - "name"
7797 #  - "tags"
7798 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7799 #  x-axis: "X = VNFs per Service Chain"
7800 #  y-axis: "Y = Number of Service Chains"
7801 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7802 #  layout:
7803 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7804 #    layout: "plot-service-density"
7805 #
7806 #- type: "plot"
7807 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7808 #  algorithm: "plot_nf_heatmap"
7809 #  output-file-type: ".html"
7810 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7811 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7812 #  filter: "'NIC_Intel-XXV710' and
7813 #           'NF_DENSITY' and
7814 #           'VHOST' and
7815 #           'VXLAN' and
7816 #           'CHAIN' and
7817 #           'IMIX' and
7818 #           '4T2C' and
7819 #           'NDRPDR'"
7820 #  parameters:
7821 #  - "throughput"
7822 #  - "name"
7823 #  - "tags"
7824 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7825 #  x-axis: "X = VNFs per Service Chain"
7826 #  y-axis: "Y = Number of Service Chains"
7827 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7828 #  layout:
7829 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7830 #    layout: "plot-service-density"
7831 #
7832 #- type: "plot"
7833 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7834 #  algorithm: "plot_nf_heatmap"
7835 #  output-file-type: ".html"
7836 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7837 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7838 #  filter: "'NIC_Intel-XXV710' and
7839 #           'NF_DENSITY' and
7840 #           'VHOST' and
7841 #           'VXLAN' and
7842 #           'CHAIN' and
7843 #           'IMIX' and
7844 #           '8T4C' and
7845 #           'NDRPDR'"
7846 #  parameters:
7847 #  - "throughput"
7848 #  - "name"
7849 #  - "tags"
7850 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7851 #  x-axis: "X = VNFs per Service Chain"
7852 #  y-axis: "Y = Number of Service Chains"
7853 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7854 #  layout:
7855 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7856 #    layout: "plot-service-density"
7857 #
7858 ################################################################################
7859 ## Plots - NF Density - CSC - MRR 64b
7860 #- type: "plot"
7861 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7862 #  algorithm: "plot_nf_heatmap"
7863 #  output-file-type: ".html"
7864 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7865 #  data: "plot-vpp-nfv-2n-skx-mrr"
7866 #  filter: "'NIC_Intel-XXV710' and
7867 #           'NF_DENSITY' and
7868 #           'DOCKER' and
7869 #           'CHAIN' and
7870 #           'NF_VPPIP4' and
7871 #           '64B' and
7872 #           '2T1C' and
7873 #           'MRR'"
7874 #  parameters:
7875 #  - "result"
7876 #  - "name"
7877 #  - "tags"
7878 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7879 #  x-axis: "X = CNFs per Service Chain"
7880 #  y-axis: "Y = Number of Service Chains"
7881 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7882 #  layout:
7883 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7884 #    layout: "plot-service-density"
7885 #
7886 #- type: "plot"
7887 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7888 #  algorithm: "plot_nf_heatmap"
7889 #  output-file-type: ".html"
7890 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7891 #  data: "plot-vpp-nfv-2n-skx-mrr"
7892 #  filter: "'NIC_Intel-XXV710' and
7893 #           'NF_DENSITY' and
7894 #           'DOCKER' and
7895 #           'CHAIN' and
7896 #           'NF_VPPIP4' and
7897 #           '64B' and
7898 #           '4T2C' and
7899 #           'MRR'"
7900 #  parameters:
7901 #  - "result"
7902 #  - "name"
7903 #  - "tags"
7904 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7905 #  x-axis: "X = CNFs per Service Chain"
7906 #  y-axis: "Y = Number of Service Chains"
7907 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7908 #  layout:
7909 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7910 #    layout: "plot-service-density"
7911 #
7912 #- type: "plot"
7913 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7914 #  algorithm: "plot_nf_heatmap"
7915 #  output-file-type: ".html"
7916 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7917 #  data: "plot-vpp-nfv-2n-skx-mrr"
7918 #  filter: "'NIC_Intel-XXV710' and
7919 #           'NF_DENSITY' and
7920 #           'DOCKER' and
7921 #           'CHAIN' and
7922 #           'NF_VPPIP4' and
7923 #           '64B' and
7924 #           '8T4C' and
7925 #           'MRR'"
7926 #  parameters:
7927 #  - "result"
7928 #  - "name"
7929 #  - "tags"
7930 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7931 #  x-axis: "X = CNFs per Service Chain"
7932 #  y-axis: "Y = Number of Service Chains"
7933 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7934 #  layout:
7935 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7936 #    layout: "plot-service-density"
7937 #
7938 ## Plots - NF Density - CSC - MRR IMIX
7939 #- type: "plot"
7940 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7941 #  algorithm: "plot_nf_heatmap"
7942 #  output-file-type: ".html"
7943 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7944 #  data: "plot-vpp-nfv-2n-skx-mrr"
7945 #  filter: "'NIC_Intel-XXV710' and
7946 #           'NF_DENSITY' and
7947 #           'DOCKER' and
7948 #           'CHAIN' and
7949 #           'NF_VPPIP4' and
7950 #           'IMIX' and
7951 #           '2T1C' and
7952 #           'MRR'"
7953 #  parameters:
7954 #  - "result"
7955 #  - "name"
7956 #  - "tags"
7957 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7958 #  x-axis: "X = CNFs per Service Chain"
7959 #  y-axis: "Y = Number of Service Chains"
7960 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7961 #  layout:
7962 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7963 #    layout: "plot-service-density"
7964 #
7965 #- type: "plot"
7966 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7967 #  algorithm: "plot_nf_heatmap"
7968 #  output-file-type: ".html"
7969 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7970 #  data: "plot-vpp-nfv-2n-skx-mrr"
7971 #  filter: "'NIC_Intel-XXV710' and
7972 #           'NF_DENSITY' and
7973 #           'DOCKER' and
7974 #           'CHAIN' and
7975 #           'NF_VPPIP4' and
7976 #           'IMIX' and
7977 #           '4T2C' and
7978 #           'MRR'"
7979 #  parameters:
7980 #  - "result"
7981 #  - "name"
7982 #  - "tags"
7983 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7984 #  x-axis: "X = CNFs per Service Chain"
7985 #  y-axis: "Y = Number of Service Chains"
7986 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7987 #  layout:
7988 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7989 #    layout: "plot-service-density"
7990 #
7991 #- type: "plot"
7992 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7993 #  algorithm: "plot_nf_heatmap"
7994 #  output-file-type: ".html"
7995 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7996 #  data: "plot-vpp-nfv-2n-skx-mrr"
7997 #  filter: "'NIC_Intel-XXV710' and
7998 #           'NF_DENSITY' and
7999 #           'DOCKER' and
8000 #           'CHAIN' and
8001 #           'NF_VPPIP4' and
8002 #           'IMIX' and
8003 #           '8T4C' and
8004 #           'MRR'"
8005 #  parameters:
8006 #  - "result"
8007 #  - "name"
8008 #  - "tags"
8009 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8010 #  x-axis: "X = CNFs per Service Chain"
8011 #  y-axis: "Y = Number of Service Chains"
8012 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8013 #  layout:
8014 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8015 #    layout: "plot-service-density"
8016 #
8017 ## Plots - NF Density - CSC - NDR 64b
8018 #- type: "plot"
8019 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8020 #  algorithm: "plot_nf_heatmap"
8021 #  output-file-type: ".html"
8022 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
8023 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8024 #  filter: "'NIC_Intel-XXV710' and
8025 #           'NF_DENSITY' and
8026 #           'DOCKER' and
8027 #           'CHAIN' and
8028 #           'NF_VPPIP4' and
8029 #           '64B' and
8030 #           '2T1C' and
8031 #           'NDRPDR'"
8032 #  parameters:
8033 #  - "throughput"
8034 #  - "name"
8035 #  - "tags"
8036 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8037 #  x-axis: "X = CNFs per Service Chain"
8038 #  y-axis: "Y = Number of Service Chains"
8039 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8040 #  layout:
8041 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8042 #    layout: "plot-service-density"
8043 #
8044 #- type: "plot"
8045 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8046 #  algorithm: "plot_nf_heatmap"
8047 #  output-file-type: ".html"
8048 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
8049 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8050 #  filter: "'NIC_Intel-XXV710' and
8051 #           'NF_DENSITY' and
8052 #           'DOCKER' and
8053 #           'CHAIN' and
8054 #           'NF_VPPIP4' and
8055 #           '64B' and
8056 #           '4T2C' and
8057 #           'NDRPDR'"
8058 #  parameters:
8059 #  - "throughput"
8060 #  - "name"
8061 #  - "tags"
8062 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8063 #  x-axis: "X = CNFs per Service Chain"
8064 #  y-axis: "Y = Number of Service Chains"
8065 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8066 #  layout:
8067 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8068 #    layout: "plot-service-density"
8069 #
8070 #- type: "plot"
8071 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8072 #  algorithm: "plot_nf_heatmap"
8073 #  output-file-type: ".html"
8074 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
8075 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8076 #  filter: "'NIC_Intel-XXV710' and
8077 #           'NF_DENSITY' and
8078 #           'DOCKER' and
8079 #           'CHAIN' and
8080 #           'NF_VPPIP4' and
8081 #           '64B' and
8082 #           '8T4C' and
8083 #           'NDRPDR'"
8084 #  parameters:
8085 #  - "throughput"
8086 #  - "name"
8087 #  - "tags"
8088 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8089 #  x-axis: "X = CNFs per Service Chain"
8090 #  y-axis: "Y = Number of Service Chains"
8091 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8092 #  layout:
8093 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8094 #    layout: "plot-service-density"
8095 #
8096 ## Plots - NF Density - CSC - NDR IMIX
8097 #- type: "plot"
8098 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8099 #  algorithm: "plot_nf_heatmap"
8100 #  output-file-type: ".html"
8101 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8102 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8103 #  filter: "'NIC_Intel-XXV710' and
8104 #           'NF_DENSITY' and
8105 #           'DOCKER' and
8106 #           'CHAIN' and
8107 #           'NF_VPPIP4' and
8108 #           'IMIX' and
8109 #           '2T1C' and
8110 #           'NDRPDR'"
8111 #  parameters:
8112 #  - "throughput"
8113 #  - "name"
8114 #  - "tags"
8115 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8116 #  x-axis: "X = CNFs per Service Chain"
8117 #  y-axis: "Y = Number of Service Chains"
8118 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8119 #  layout:
8120 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8121 #    layout: "plot-service-density"
8122 #
8123 #- type: "plot"
8124 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8125 #  algorithm: "plot_nf_heatmap"
8126 #  output-file-type: ".html"
8127 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8128 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8129 #  filter: "'NIC_Intel-XXV710' and
8130 #           'NF_DENSITY' and
8131 #           'DOCKER' and
8132 #           'CHAIN' and
8133 #           'NF_VPPIP4' and
8134 #           'IMIX' and
8135 #           '4T2C' and
8136 #           'NDRPDR'"
8137 #  parameters:
8138 #  - "throughput"
8139 #  - "name"
8140 #  - "tags"
8141 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8142 #  x-axis: "X = CNFs per Service Chain"
8143 #  y-axis: "Y = Number of Service Chains"
8144 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8145 #  layout:
8146 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8147 #    layout: "plot-service-density"
8148 #
8149 #- type: "plot"
8150 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8151 #  algorithm: "plot_nf_heatmap"
8152 #  output-file-type: ".html"
8153 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8154 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8155 #  filter: "'NIC_Intel-XXV710' and
8156 #           'NF_DENSITY' and
8157 #           'DOCKER' and
8158 #           'CHAIN' and
8159 #           'NF_VPPIP4' and
8160 #           'IMIX' and
8161 #           '8T4C' and
8162 #           'NDRPDR'"
8163 #  parameters:
8164 #  - "throughput"
8165 #  - "name"
8166 #  - "tags"
8167 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8168 #  x-axis: "X = CNFs per Service Chain"
8169 #  y-axis: "Y = Number of Service Chains"
8170 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8171 #  layout:
8172 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8173 #    layout: "plot-service-density"
8174 #
8175 ## Plots - NF Density - CSC - PDR 64b
8176 #- type: "plot"
8177 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8178 #  algorithm: "plot_nf_heatmap"
8179 #  output-file-type: ".html"
8180 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
8181 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8182 #  filter: "'NIC_Intel-XXV710' and
8183 #           'NF_DENSITY' and
8184 #           'DOCKER' and
8185 #           'CHAIN' and
8186 #           'NF_VPPIP4' and
8187 #           '64B' and
8188 #           '2T1C' and
8189 #           'NDRPDR'"
8190 #  parameters:
8191 #  - "throughput"
8192 #  - "name"
8193 #  - "tags"
8194 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8195 #  x-axis: "X = CNFs per Service Chain"
8196 #  y-axis: "Y = Number of Service Chains"
8197 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8198 #  layout:
8199 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8200 #    layout: "plot-service-density"
8201 #
8202 #- type: "plot"
8203 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8204 #  algorithm: "plot_nf_heatmap"
8205 #  output-file-type: ".html"
8206 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
8207 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8208 #  filter: "'NIC_Intel-XXV710' and
8209 #           'NF_DENSITY' and
8210 #           'DOCKER' and
8211 #           'CHAIN' and
8212 #           'NF_VPPIP4' and
8213 #           '64B' and
8214 #           '4T2C' and
8215 #           'NDRPDR'"
8216 #  parameters:
8217 #  - "throughput"
8218 #  - "name"
8219 #  - "tags"
8220 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8221 #  x-axis: "X = CNFs per Service Chain"
8222 #  y-axis: "Y = Number of Service Chains"
8223 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8224 #  layout:
8225 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8226 #    layout: "plot-service-density"
8227 #
8228 #- type: "plot"
8229 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8230 #  algorithm: "plot_nf_heatmap"
8231 #  output-file-type: ".html"
8232 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
8233 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8234 #  filter: "'NIC_Intel-XXV710' and
8235 #           'NF_DENSITY' and
8236 #           'DOCKER' and
8237 #           'CHAIN' and
8238 #           'NF_VPPIP4' and
8239 #           '64B' and
8240 #           '8T4C' and
8241 #           'NDRPDR'"
8242 #  parameters:
8243 #  - "throughput"
8244 #  - "name"
8245 #  - "tags"
8246 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8247 #  x-axis: "X = CNFs per Service Chain"
8248 #  y-axis: "Y = Number of Service Chains"
8249 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8250 #  layout:
8251 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8252 #    layout: "plot-service-density"
8253 #
8254 ## Plots - NF Density - CSC - PDR IMIX
8255 #- type: "plot"
8256 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8257 #  algorithm: "plot_nf_heatmap"
8258 #  output-file-type: ".html"
8259 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8260 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8261 #  filter: "'NIC_Intel-XXV710' and
8262 #           'NF_DENSITY' and
8263 #           'DOCKER' and
8264 #           'CHAIN' and
8265 #           'NF_VPPIP4' and
8266 #           'IMIX' and
8267 #           '2T1C' and
8268 #           'NDRPDR'"
8269 #  parameters:
8270 #  - "throughput"
8271 #  - "name"
8272 #  - "tags"
8273 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8274 #  x-axis: "X = CNFs per Service Chain"
8275 #  y-axis: "Y = Number of Service Chains"
8276 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8277 #  layout:
8278 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8279 #    layout: "plot-service-density"
8280 #
8281 #- type: "plot"
8282 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8283 #  algorithm: "plot_nf_heatmap"
8284 #  output-file-type: ".html"
8285 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8286 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8287 #  filter: "'NIC_Intel-XXV710' and
8288 #           'NF_DENSITY' and
8289 #           'DOCKER' and
8290 #           'CHAIN' and
8291 #           'NF_VPPIP4' and
8292 #           'IMIX' and
8293 #           '4T2C' and
8294 #           'NDRPDR'"
8295 #  parameters:
8296 #  - "throughput"
8297 #  - "name"
8298 #  - "tags"
8299 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8300 #  x-axis: "X = CNFs per Service Chain"
8301 #  y-axis: "Y = Number of Service Chains"
8302 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8303 #  layout:
8304 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8305 #    layout: "plot-service-density"
8306 #
8307 #- type: "plot"
8308 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8309 #  algorithm: "plot_nf_heatmap"
8310 #  output-file-type: ".html"
8311 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8312 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8313 #  filter: "'NIC_Intel-XXV710' and
8314 #           'NF_DENSITY' and
8315 #           'DOCKER' and
8316 #           'CHAIN' and
8317 #           'NF_VPPIP4' and
8318 #           'IMIX' and
8319 #           '8T4C' and
8320 #           'NDRPDR'"
8321 #  parameters:
8322 #  - "throughput"
8323 #  - "name"
8324 #  - "tags"
8325 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8326 #  x-axis: "X = CNFs per Service Chain"
8327 #  y-axis: "Y = Number of Service Chains"
8328 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8329 #  layout:
8330 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8331 #    layout: "plot-service-density"
8332 #
8333 ################################################################################
8334 #
8335 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8336 #- type: "plot"
8337 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8338 #  algorithm: "plot_nf_heatmap"
8339 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8340 #  data: "plot-vpp-nfv-3n-skx-mrr"
8341 #  filter: "'NIC_Intel-XXV710' and
8342 #           'NF_DENSITY' and
8343 #           'DOCKER' and
8344 #           'CHAIN' and
8345 #           'NF_VPPIP4' and
8346 #           'IPSEC' and
8347 #           'TNL_4' and
8348 #           'IMIX' and
8349 #           '2T1C' and
8350 #           'MRR'"
8351 #  parameters:
8352 #  - "result"
8353 #  - "name"
8354 #  - "tags"
8355 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8356 #  x-axis: "X = CNFs per Service Chain"
8357 #  y-axis: "Y = Number of Service Chains"
8358 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8359 #  layout:
8360 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8361 #    layout: "plot-service-density"
8362 #
8363 #- type: "plot"
8364 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8365 #  algorithm: "plot_nf_heatmap"
8366 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8367 #  data: "plot-vpp-nfv-3n-skx-mrr"
8368 #  filter: "'NIC_Intel-XXV710' and
8369 #           'NF_DENSITY' and
8370 #           'DOCKER' and
8371 #           'CHAIN' and
8372 #           'NF_VPPIP4' and
8373 #           'IPSEC' and
8374 #           'TNL_4' and
8375 #           'IMIX' and
8376 #           '4T2C' and
8377 #           'MRR'"
8378 #  parameters:
8379 #  - "result"
8380 #  - "name"
8381 #  - "tags"
8382 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8383 #  x-axis: "X = CNFs per Service Chain"
8384 #  y-axis: "Y = Number of Service Chains"
8385 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8386 #  layout:
8387 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8388 #    layout: "plot-service-density"
8389 #
8390 #- type: "plot"
8391 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8392 #  algorithm: "plot_nf_heatmap"
8393 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8394 #  data: "plot-vpp-nfv-3n-skx-mrr"
8395 #  filter: "'NIC_Intel-XXV710' and
8396 #           'NF_DENSITY' and
8397 #           'DOCKER' and
8398 #           'CHAIN' and
8399 #           'NF_VPPIP4' and
8400 #           'IPSEC' and
8401 #           'TNL_4' and
8402 #           'IMIX' and
8403 #           '8T4C' and
8404 #           'MRR'"
8405 #  parameters:
8406 #  - "result"
8407 #  - "name"
8408 #  - "tags"
8409 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8410 #  x-axis: "X = CNFs per Service Chain"
8411 #  y-axis: "Y = Number of Service Chains"
8412 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8413 #  layout:
8414 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8415 #    layout: "plot-service-density"
8416
8417 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8418 - type: "plot"
8419   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8420   algorithm: "plot_nf_heatmap"
8421   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8422   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8423   filter: "'NIC_Intel-XXV710' and
8424            'NF_DENSITY' and
8425            'DOCKER' and
8426            'CHAIN' and
8427            'NF_VPPIP4' and
8428            'IPSEC' and
8429            'TNL_4' and
8430            'IMIX' and
8431            '2T1C' and
8432            'NDRPDR'"
8433   parameters:
8434   - "throughput"
8435   - "name"
8436   - "tags"
8437   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8438   x-axis: "X = CNFs per Service Chain"
8439   y-axis: "Y = Number of Service Chains"
8440   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8441   layout:
8442     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8443     layout: "plot-service-density"
8444
8445 - type: "plot"
8446   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8447   algorithm: "plot_nf_heatmap"
8448   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8449   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8450   filter: "'NIC_Intel-XXV710' and
8451            'NF_DENSITY' and
8452            'DOCKER' and
8453            'CHAIN' and
8454            'NF_VPPIP4' and
8455            'IPSEC' and
8456            'TNL_4' and
8457            'IMIX' and
8458            '4T2C' and
8459            'NDRPDR'"
8460   parameters:
8461   - "throughput"
8462   - "name"
8463   - "tags"
8464   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8465   x-axis: "X = CNFs per Service Chain"
8466   y-axis: "Y = Number of Service Chains"
8467   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8468   layout:
8469     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8470     layout: "plot-service-density"
8471
8472 - type: "plot"
8473   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8474   algorithm: "plot_nf_heatmap"
8475   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8476   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8477   filter: "'NIC_Intel-XXV710' and
8478            'NF_DENSITY' and
8479            'DOCKER' and
8480            'CHAIN' and
8481            'NF_VPPIP4' and
8482            'IPSEC' and
8483            'TNL_4' and
8484            'IMIX' and
8485            '8T4C' and
8486            'NDRPDR'"
8487   parameters:
8488   - "throughput"
8489   - "name"
8490   - "tags"
8491   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8492   x-axis: "X = CNFs per Service Chain"
8493   y-axis: "Y = Number of Service Chains"
8494   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8495   layout:
8496     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8497     layout: "plot-service-density"
8498
8499 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8500 - type: "plot"
8501   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8502   algorithm: "plot_nf_heatmap"
8503   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8504   data: "plot-vpp-nfv-3n-skx-ndrpdr"
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_4' and
8512            'IMIX' and
8513            '2T1C' and
8514            'NDRPDR'"
8515   parameters:
8516   - "throughput"
8517   - "name"
8518   - "tags"
8519   include-tests: "PDR" # "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 PDR) [Mpps]"
8523   layout:
8524     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8525     layout: "plot-service-density"
8526
8527 - type: "plot"
8528   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8529   algorithm: "plot_nf_heatmap"
8530   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8531   data: "plot-vpp-nfv-3n-skx-ndrpdr"
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_4' and
8539            'IMIX' and
8540            '4T2C' and
8541            'NDRPDR'"
8542   parameters:
8543   - "throughput"
8544   - "name"
8545   - "tags"
8546   include-tests: "PDR" # "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 PDR) [Mpps]"
8550   layout:
8551     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8552     layout: "plot-service-density"
8553
8554 - type: "plot"
8555   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8556   algorithm: "plot_nf_heatmap"
8557   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8558   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8559   filter: "'NIC_Intel-XXV710' and
8560            'NF_DENSITY' and
8561            'DOCKER' and
8562            'CHAIN' and
8563            'NF_VPPIP4' and
8564            'IPSEC' and
8565            'TNL_4' and
8566            'IMIX' and
8567            '8T4C' and
8568            'NDRPDR'"
8569   parameters:
8570   - "throughput"
8571   - "name"
8572   - "tags"
8573   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8574   x-axis: "X = CNFs per Service Chain"
8575   y-axis: "Y = Number of Service Chains"
8576   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8577   layout:
8578     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8579     layout: "plot-service-density"
8580
8581 ###############################################################################
8582
8583 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8584 - type: "plot"
8585   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8586   algorithm: "plot_nf_heatmap"
8587   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8588   data: "plot-vpp-nfv-3n-hsw-mrr"
8589   filter: "'NIC_Intel-XL710' and
8590            'NF_DENSITY' and
8591            'DOCKER' and
8592            'CHAIN' and
8593            'NF_VPPIP4' and
8594            'IMIX' and
8595            'TNL_4' and
8596            '1T1C' and
8597            'MRR'"
8598   parameters:
8599   - "result"
8600   - "name"
8601   - "tags"
8602   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8603   x-axis: "X = CNFs per Service Chain"
8604   y-axis: "Y = Number of Service Chains"
8605   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8606   layout:
8607     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8608     layout: "plot-service-density"
8609
8610 - type: "plot"
8611   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8612   algorithm: "plot_nf_heatmap"
8613   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8614   data: "plot-vpp-nfv-3n-hsw-mrr"
8615   filter: "'NIC_Intel-XL710' and
8616            'NF_DENSITY' and
8617            'DOCKER' and
8618            'CHAIN' and
8619            'NF_VPPIP4' and
8620            'IPSEC' and
8621            'TNL_4' and
8622            'IMIX' and
8623            '2T2C' and
8624            'MRR'"
8625   parameters:
8626   - "result"
8627   - "name"
8628   - "tags"
8629   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8630   x-axis: "X = CNFs per Service Chain"
8631   y-axis: "Y = Number of Service Chains"
8632   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8633   layout:
8634     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8635     layout: "plot-service-density"
8636
8637 - type: "plot"
8638   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8639   algorithm: "plot_nf_heatmap"
8640   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8641   data: "plot-vpp-nfv-3n-hsw-mrr"
8642   filter: "'NIC_Intel-XL710' and
8643            'NF_DENSITY' and
8644            'DOCKER' and
8645            'CHAIN' and
8646            'NF_VPPIP4' and
8647            'IPSEC' and
8648            'TNL_4' and
8649            'IMIX' and
8650            '4T4C' and
8651            'MRR'"
8652   parameters:
8653   - "result"
8654   - "name"
8655   - "tags"
8656   include-tests: "MRR" # "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 MRR) [Mpps]"
8660   layout:
8661     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8662     layout: "plot-service-density"
8663
8664 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8665 - type: "plot"
8666   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8667   algorithm: "plot_nf_heatmap"
8668   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8669   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8670   filter: "'NIC_Intel-XL710' and
8671            'NF_DENSITY' and
8672            'DOCKER' and
8673            'CHAIN' and
8674            'NF_VPPIP4' and
8675            'IPSEC' and
8676            'TNL_4' and
8677            'IMIX' and
8678            '1T1C' and
8679            'NDRPDR'"
8680   parameters:
8681   - "throughput"
8682   - "name"
8683   - "tags"
8684   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8685   x-axis: "X = CNFs per Service Chain"
8686   y-axis: "Y = Number of Service Chains"
8687   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8688   layout:
8689     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8690     layout: "plot-service-density"
8691
8692 - type: "plot"
8693   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8694   algorithm: "plot_nf_heatmap"
8695   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8696   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8697   filter: "'NIC_Intel-XL710' and
8698            'NF_DENSITY' and
8699            'DOCKER' and
8700            'CHAIN' and
8701            'NF_VPPIP4' and
8702            'IPSEC' and
8703            'TNL_4' and
8704            'IMIX' and
8705            '2T2C' and
8706            'NDRPDR'"
8707   parameters:
8708   - "throughput"
8709   - "name"
8710   - "tags"
8711   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8712   x-axis: "X = CNFs per Service Chain"
8713   y-axis: "Y = Number of Service Chains"
8714   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8715   layout:
8716     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8717     layout: "plot-service-density"
8718
8719 - type: "plot"
8720   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8721   algorithm: "plot_nf_heatmap"
8722   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8723   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8724   filter: "'NIC_Intel-XL710' and
8725            'NF_DENSITY' and
8726            'DOCKER' and
8727            'CHAIN' and
8728            'NF_VPPIP4' and
8729            'IPSEC' and
8730            'TNL_4' and
8731            'IMIX' and
8732            '4T4C' and
8733            'NDRPDR'"
8734   parameters:
8735   - "throughput"
8736   - "name"
8737   - "tags"
8738   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8739   x-axis: "X = CNFs per Service Chain"
8740   y-axis: "Y = Number of Service Chains"
8741   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8742   layout:
8743     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8744     layout: "plot-service-density"
8745
8746 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8747 - type: "plot"
8748   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8749   algorithm: "plot_nf_heatmap"
8750   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8751   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
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_4' and
8759            'IMIX' and
8760            '1T1C' and
8761            'NDRPDR'"
8762   parameters:
8763   - "throughput"
8764   - "name"
8765   - "tags"
8766   include-tests: "PDR" # "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 PDR) [Mpps]"
8770   layout:
8771     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8772     layout: "plot-service-density"
8773
8774 - type: "plot"
8775   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8776   algorithm: "plot_nf_heatmap"
8777   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8778   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
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_4' and
8786            'IMIX' and
8787            '2T2C' and
8788            'NDRPDR'"
8789   parameters:
8790   - "throughput"
8791   - "name"
8792   - "tags"
8793   include-tests: "PDR" # "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 PDR) [Mpps]"
8797   layout:
8798     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8799     layout: "plot-service-density"
8800
8801 - type: "plot"
8802   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8803   algorithm: "plot_nf_heatmap"
8804   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8805   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8806   filter: "'NIC_Intel-XL710' and
8807            'NF_DENSITY' and
8808            'DOCKER' and
8809            'CHAIN' and
8810            'NF_VPPIP4' and
8811            'IPSEC' and
8812            'TNL_4' and
8813            'IMIX' and
8814            '4T4C' and
8815            'NDRPDR'"
8816   parameters:
8817   - "throughput"
8818   - "name"
8819   - "tags"
8820   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8821   x-axis: "X = CNFs per Service Chain"
8822   y-axis: "Y = Number of Service Chains"
8823   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8824   layout:
8825     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8826     layout: "plot-service-density"
8827
8828 ###############################################################################
8829
8830 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8831 #- type: "plot"
8832 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8833 #  algorithm: "plot_nf_heatmap"
8834 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8835 #  data: "plot-vpp-nfv-3n-skx-mrr"
8836 #  filter: "'NIC_Intel-XXV710' and
8837 #           'NF_DENSITY' and
8838 #           'DOCKER' and
8839 #           'CHAIN' and
8840 #           'NF_VPPIP4' and
8841 #           'IPSEC' and
8842 #           'TNL_1000' and
8843 #           'IMIX' and
8844 #           '2T1C' and
8845 #           'MRR'"
8846 #  parameters:
8847 #  - "result"
8848 #  - "name"
8849 #  - "tags"
8850 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8851 #  x-axis: "X = CNFs per Service Chain"
8852 #  y-axis: "Y = Number of Service Chains"
8853 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8854 #  layout:
8855 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8856 #    layout: "plot-service-density"
8857 #
8858 #- type: "plot"
8859 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8860 #  algorithm: "plot_nf_heatmap"
8861 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8862 #  data: "plot-vpp-nfv-3n-skx-mrr"
8863 #  filter: "'NIC_Intel-XXV710' and
8864 #           'NF_DENSITY' and
8865 #           'DOCKER' and
8866 #           'CHAIN' and
8867 #           'NF_VPPIP4' and
8868 #           'IPSEC' and
8869 #           'TNL_1000' and
8870 #           'IMIX' and
8871 #           '4T2C' and
8872 #           'MRR'"
8873 #  parameters:
8874 #  - "result"
8875 #  - "name"
8876 #  - "tags"
8877 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8878 #  x-axis: "X = CNFs per Service Chain"
8879 #  y-axis: "Y = Number of Service Chains"
8880 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8881 #  layout:
8882 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8883 #    layout: "plot-service-density"
8884 #
8885 #- type: "plot"
8886 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8887 #  algorithm: "plot_nf_heatmap"
8888 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8889 #  data: "plot-vpp-nfv-3n-skx-mrr"
8890 #  filter: "'NIC_Intel-XXV710' and
8891 #           'NF_DENSITY' and
8892 #           'DOCKER' and
8893 #           'CHAIN' and
8894 #           'NF_VPPIP4' and
8895 #           'IPSEC' and
8896 #           'TNL_1000' and
8897 #           'IMIX' and
8898 #           '8T4C' and
8899 #           'MRR'"
8900 #  parameters:
8901 #  - "result"
8902 #  - "name"
8903 #  - "tags"
8904 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8905 #  x-axis: "X = CNFs per Service Chain"
8906 #  y-axis: "Y = Number of Service Chains"
8907 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8908 #  layout:
8909 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8910 #    layout: "plot-service-density"
8911
8912 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8913 - type: "plot"
8914   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8915   algorithm: "plot_nf_heatmap"
8916   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8917   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8918   filter: "'NIC_Intel-XXV710' and
8919            'NF_DENSITY' and
8920            'DOCKER' and
8921            'CHAIN' and
8922            'NF_VPPIP4' and
8923            'IPSEC' and
8924            'TNL_1000' and
8925            'IMIX' and
8926            '2T1C' and
8927            'NDRPDR'"
8928   parameters:
8929   - "throughput"
8930   - "name"
8931   - "tags"
8932   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8933   x-axis: "X = CNFs per Service Chain"
8934   y-axis: "Y = Number of Service Chains"
8935   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8936   layout:
8937     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8938     layout: "plot-service-density"
8939
8940 - type: "plot"
8941   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8942   algorithm: "plot_nf_heatmap"
8943   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8944   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8945   filter: "'NIC_Intel-XXV710' and
8946            'NF_DENSITY' and
8947            'DOCKER' and
8948            'CHAIN' and
8949            'NF_VPPIP4' and
8950            'IPSEC' and
8951            'TNL_1000' and
8952            'IMIX' and
8953            '4T2C' and
8954            'NDRPDR'"
8955   parameters:
8956   - "throughput"
8957   - "name"
8958   - "tags"
8959   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8960   x-axis: "X = CNFs per Service Chain"
8961   y-axis: "Y = Number of Service Chains"
8962   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8963   layout:
8964     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8965     layout: "plot-service-density"
8966
8967 - type: "plot"
8968   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8969   algorithm: "plot_nf_heatmap"
8970   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8971   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8972   filter: "'NIC_Intel-XXV710' and
8973            'NF_DENSITY' and
8974            'DOCKER' and
8975            'CHAIN' and
8976            'NF_VPPIP4' and
8977            'IPSEC' and
8978            'TNL_1000' and
8979            'IMIX' and
8980            '8T4C' and
8981            'NDRPDR'"
8982   parameters:
8983   - "throughput"
8984   - "name"
8985   - "tags"
8986   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8987   x-axis: "X = CNFs per Service Chain"
8988   y-axis: "Y = Number of Service Chains"
8989   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8990   layout:
8991     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8992     layout: "plot-service-density"
8993
8994 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8995 - type: "plot"
8996   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8997   algorithm: "plot_nf_heatmap"
8998   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8999   data: "plot-vpp-nfv-3n-skx-ndrpdr"
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_1000' and
9007            'IMIX' and
9008            '2T1C' and
9009            'NDRPDR'"
9010   parameters:
9011   - "throughput"
9012   - "name"
9013   - "tags"
9014   include-tests: "PDR" # "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 PDR) [Mpps]"
9018   layout:
9019     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9020     layout: "plot-service-density"
9021
9022 - type: "plot"
9023   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9024   algorithm: "plot_nf_heatmap"
9025   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9026   data: "plot-vpp-nfv-3n-skx-ndrpdr"
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_1000' and
9034            'IMIX' and
9035            '4T2C' and
9036            'NDRPDR'"
9037   parameters:
9038   - "throughput"
9039   - "name"
9040   - "tags"
9041   include-tests: "PDR" # "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 PDR) [Mpps]"
9045   layout:
9046     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9047     layout: "plot-service-density"
9048
9049 - type: "plot"
9050   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9051   algorithm: "plot_nf_heatmap"
9052   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9053   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9054   filter: "'NIC_Intel-XXV710' and
9055            'NF_DENSITY' and
9056            'DOCKER' and
9057            'CHAIN' and
9058            'NF_VPPIP4' and
9059            'IPSEC' and
9060            'TNL_1000' and
9061            'IMIX' and
9062            '8T4C' and
9063            'NDRPDR'"
9064   parameters:
9065   - "throughput"
9066   - "name"
9067   - "tags"
9068   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9069   x-axis: "X = CNFs per Service Chain"
9070   y-axis: "Y = Number of Service Chains"
9071   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9072   layout:
9073     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9074     layout: "plot-service-density"
9075
9076 ###############################################################################
9077
9078 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9079 - type: "plot"
9080   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9081   algorithm: "plot_nf_heatmap"
9082   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9083   data: "plot-vpp-nfv-3n-hsw-mrr"
9084   filter: "'NIC_Intel-XL710' and
9085            'NF_DENSITY' and
9086            'DOCKER' and
9087            'CHAIN' and
9088            'NF_VPPIP4' and
9089            'IMIX' and
9090            'TNL_1000' and
9091            '1T1C' and
9092            'MRR'"
9093   parameters:
9094   - "result"
9095   - "name"
9096   - "tags"
9097   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9098   x-axis: "X = CNFs per Service Chain"
9099   y-axis: "Y = Number of Service Chains"
9100   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9101   layout:
9102     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9103     layout: "plot-service-density"
9104
9105 - type: "plot"
9106   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9107   algorithm: "plot_nf_heatmap"
9108   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9109   data: "plot-vpp-nfv-3n-hsw-mrr"
9110   filter: "'NIC_Intel-XL710' and
9111            'NF_DENSITY' and
9112            'DOCKER' and
9113            'CHAIN' and
9114            'NF_VPPIP4' and
9115            'IPSEC' and
9116            'TNL_1000' and
9117            'IMIX' and
9118            '2T2C' and
9119            'MRR'"
9120   parameters:
9121   - "result"
9122   - "name"
9123   - "tags"
9124   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9125   x-axis: "X = CNFs per Service Chain"
9126   y-axis: "Y = Number of Service Chains"
9127   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9128   layout:
9129     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9130     layout: "plot-service-density"
9131
9132 - type: "plot"
9133   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9134   algorithm: "plot_nf_heatmap"
9135   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9136   data: "plot-vpp-nfv-3n-hsw-mrr"
9137   filter: "'NIC_Intel-XL710' and
9138            'NF_DENSITY' and
9139            'DOCKER' and
9140            'CHAIN' and
9141            'NF_VPPIP4' and
9142            'IPSEC' and
9143            'TNL_1000' and
9144            'IMIX' and
9145            '4T4C' and
9146            'MRR'"
9147   parameters:
9148   - "result"
9149   - "name"
9150   - "tags"
9151   include-tests: "MRR" # "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 MRR) [Mpps]"
9155   layout:
9156     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9157     layout: "plot-service-density"
9158
9159 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9160 - type: "plot"
9161   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9162   algorithm: "plot_nf_heatmap"
9163   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9164   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9165   filter: "'NIC_Intel-XL710' and
9166            'NF_DENSITY' and
9167            'DOCKER' and
9168            'CHAIN' and
9169            'NF_VPPIP4' and
9170            'IPSEC' and
9171            'TNL_1000' and
9172            'IMIX' and
9173            '1T1C' and
9174            'NDRPDR'"
9175   parameters:
9176   - "throughput"
9177   - "name"
9178   - "tags"
9179   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9180   x-axis: "X = CNFs per Service Chain"
9181   y-axis: "Y = Number of Service Chains"
9182   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9183   layout:
9184     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9185     layout: "plot-service-density"
9186
9187 - type: "plot"
9188   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9189   algorithm: "plot_nf_heatmap"
9190   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9191   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9192   filter: "'NIC_Intel-XL710' and
9193            'NF_DENSITY' and
9194            'DOCKER' and
9195            'CHAIN' and
9196            'NF_VPPIP4' and
9197            'IPSEC' and
9198            'TNL_1000' and
9199            'IMIX' and
9200            '2T2C' and
9201            'NDRPDR'"
9202   parameters:
9203   - "throughput"
9204   - "name"
9205   - "tags"
9206   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9207   x-axis: "X = CNFs per Service Chain"
9208   y-axis: "Y = Number of Service Chains"
9209   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9210   layout:
9211     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9212     layout: "plot-service-density"
9213
9214 - type: "plot"
9215   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9216   algorithm: "plot_nf_heatmap"
9217   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9218   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9219   filter: "'NIC_Intel-XL710' and
9220            'NF_DENSITY' and
9221            'DOCKER' and
9222            'CHAIN' and
9223            'NF_VPPIP4' and
9224            'IPSEC' and
9225            'TNL_1000' and
9226            'IMIX' and
9227            '4T4C' and
9228            'NDRPDR'"
9229   parameters:
9230   - "throughput"
9231   - "name"
9232   - "tags"
9233   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9234   x-axis: "X = CNFs per Service Chain"
9235   y-axis: "Y = Number of Service Chains"
9236   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9237   layout:
9238     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9239     layout: "plot-service-density"
9240
9241 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9242 - type: "plot"
9243   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9244   algorithm: "plot_nf_heatmap"
9245   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9246   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
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_1000' and
9254            'IMIX' and
9255            '1T1C' and
9256            'NDRPDR'"
9257   parameters:
9258   - "throughput"
9259   - "name"
9260   - "tags"
9261   include-tests: "PDR" # "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 PDR) [Mpps]"
9265   layout:
9266     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9267     layout: "plot-service-density"
9268
9269 - type: "plot"
9270   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9271   algorithm: "plot_nf_heatmap"
9272   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9273   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
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_1000' and
9281            'IMIX' and
9282            '2T2C' and
9283            'NDRPDR'"
9284   parameters:
9285   - "throughput"
9286   - "name"
9287   - "tags"
9288   include-tests: "PDR" # "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 PDR) [Mpps]"
9292   layout:
9293     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9294     layout: "plot-service-density"
9295
9296 - type: "plot"
9297   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9298   algorithm: "plot_nf_heatmap"
9299   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9300   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9301   filter: "'NIC_Intel-XL710' and
9302            'NF_DENSITY' and
9303            'DOCKER' and
9304            'CHAIN' and
9305            'NF_VPPIP4' and
9306            'IPSEC' and
9307            'TNL_1000' and
9308            'IMIX' and
9309            '4T4C' and
9310            'NDRPDR'"
9311   parameters:
9312   - "throughput"
9313   - "name"
9314   - "tags"
9315   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9316   x-axis: "X = CNFs per Service Chain"
9317   y-axis: "Y = Number of Service Chains"
9318   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9319   layout:
9320     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9321     layout: "plot-service-density"
9322
9323 ###############################################################################
9324
9325 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9326 #- type: "plot"
9327 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9328 #  algorithm: "plot_nf_heatmap"
9329 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9330 #  data: "plot-vpp-nfv-3n-skx-mrr"
9331 #  filter: "'NIC_Intel-XXV710' and
9332 #           'NF_DENSITY' and
9333 #           'DOCKER' and
9334 #           'CHAIN' and
9335 #           'NF_VPPIP4' and
9336 #           'IPSEC' and
9337 #           'TNL_10000' and
9338 #           'IMIX' and
9339 #           '2T1C' and
9340 #           'MRR'"
9341 #  parameters:
9342 #  - "result"
9343 #  - "name"
9344 #  - "tags"
9345 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9346 #  x-axis: "X = CNFs per Service Chain"
9347 #  y-axis: "Y = Number of Service Chains"
9348 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9349 #  layout:
9350 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9351 #    layout: "plot-service-density"
9352 #
9353 #- type: "plot"
9354 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9355 #  algorithm: "plot_nf_heatmap"
9356 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9357 #  data: "plot-vpp-nfv-3n-skx-mrr"
9358 #  filter: "'NIC_Intel-XXV710' and
9359 #           'NF_DENSITY' and
9360 #           'DOCKER' and
9361 #           'CHAIN' and
9362 #           'NF_VPPIP4' and
9363 #           'IPSEC' and
9364 #           'TNL_10000' and
9365 #           'IMIX' and
9366 #           '4T2C' and
9367 #           'MRR'"
9368 #  parameters:
9369 #  - "result"
9370 #  - "name"
9371 #  - "tags"
9372 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9373 #  x-axis: "X = CNFs per Service Chain"
9374 #  y-axis: "Y = Number of Service Chains"
9375 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9376 #  layout:
9377 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9378 #    layout: "plot-service-density"
9379 #
9380 #- type: "plot"
9381 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9382 #  algorithm: "plot_nf_heatmap"
9383 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9384 #  data: "plot-vpp-nfv-3n-skx-mrr"
9385 #  filter: "'NIC_Intel-XXV710' and
9386 #           'NF_DENSITY' and
9387 #           'DOCKER' and
9388 #           'CHAIN' and
9389 #           'NF_VPPIP4' and
9390 #           'IPSEC' and
9391 #           'TNL_10000' and
9392 #           'IMIX' and
9393 #           '8T4C' and
9394 #           'MRR'"
9395 #  parameters:
9396 #  - "result"
9397 #  - "name"
9398 #  - "tags"
9399 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9400 #  x-axis: "X = CNFs per Service Chain"
9401 #  y-axis: "Y = Number of Service Chains"
9402 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9403 #  layout:
9404 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9405 #    layout: "plot-service-density"
9406
9407 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9408 - type: "plot"
9409   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9410   algorithm: "plot_nf_heatmap"
9411   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9412   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9413   filter: "'NIC_Intel-XXV710' and
9414            'NF_DENSITY' and
9415            'DOCKER' and
9416            'CHAIN' and
9417            'NF_VPPIP4' and
9418            'IPSEC' and
9419            'TNL_10000' and
9420            'IMIX' and
9421            '2T1C' and
9422            'NDRPDR'"
9423   parameters:
9424   - "throughput"
9425   - "name"
9426   - "tags"
9427   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9428   x-axis: "X = CNFs per Service Chain"
9429   y-axis: "Y = Number of Service Chains"
9430   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9431   layout:
9432     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9433     layout: "plot-service-density"
9434
9435 - type: "plot"
9436   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9437   algorithm: "plot_nf_heatmap"
9438   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9439   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9440   filter: "'NIC_Intel-XXV710' and
9441            'NF_DENSITY' and
9442            'DOCKER' and
9443            'CHAIN' and
9444            'NF_VPPIP4' and
9445            'IPSEC' and
9446            'TNL_10000' and
9447            'IMIX' and
9448            '4T2C' and
9449            'NDRPDR'"
9450   parameters:
9451   - "throughput"
9452   - "name"
9453   - "tags"
9454   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9455   x-axis: "X = CNFs per Service Chain"
9456   y-axis: "Y = Number of Service Chains"
9457   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9458   layout:
9459     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9460     layout: "plot-service-density"
9461
9462 - type: "plot"
9463   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9464   algorithm: "plot_nf_heatmap"
9465   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9466   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9467   filter: "'NIC_Intel-XXV710' and
9468            'NF_DENSITY' and
9469            'DOCKER' and
9470            'CHAIN' and
9471            'NF_VPPIP4' and
9472            'IPSEC' and
9473            'TNL_10000' and
9474            'IMIX' and
9475            '8T4C' and
9476            'NDRPDR'"
9477   parameters:
9478   - "throughput"
9479   - "name"
9480   - "tags"
9481   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9482   x-axis: "X = CNFs per Service Chain"
9483   y-axis: "Y = Number of Service Chains"
9484   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9485   layout:
9486     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9487     layout: "plot-service-density"
9488
9489 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9490 - type: "plot"
9491   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9492   algorithm: "plot_nf_heatmap"
9493   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9494   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9495   filter: "'NIC_Intel-XXV710' and
9496            'NF_DENSITY' and
9497            'DOCKER' and
9498            'CHAIN' and
9499            'NF_VPPIP4' and
9500            'IPSEC' and
9501            'TNL_10000' and
9502            'IMIX' and
9503            '2T1C' and
9504            'NDRPDR'"
9505   parameters:
9506   - "throughput"
9507   - "name"
9508   - "tags"
9509   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9510   x-axis: "X = CNFs per Service Chain"
9511   y-axis: "Y = Number of Service Chains"
9512   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9513   layout:
9514     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9515     layout: "plot-service-density"
9516
9517 - type: "plot"
9518   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9519   algorithm: "plot_nf_heatmap"
9520   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9521   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9522   filter: "'NIC_Intel-XXV710' and
9523            'NF_DENSITY' and
9524            'DOCKER' and
9525            'CHAIN' and
9526            'NF_VPPIP4' and
9527            'IPSEC' and
9528            'TNL_10000' and
9529            'IMIX' and
9530            '4T2C' and
9531            'NDRPDR'"
9532   parameters:
9533   - "throughput"
9534   - "name"
9535   - "tags"
9536   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9537   x-axis: "X = CNFs per Service Chain"
9538   y-axis: "Y = Number of Service Chains"
9539   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9540   layout:
9541     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9542     layout: "plot-service-density"
9543
9544 - type: "plot"
9545   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9546   algorithm: "plot_nf_heatmap"
9547   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9548   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9549   filter: "'NIC_Intel-XXV710' and
9550            'NF_DENSITY' and
9551            'DOCKER' and
9552            'CHAIN' and
9553            'NF_VPPIP4' and
9554            'IPSEC' and
9555            'TNL_10000' and
9556            'IMIX' and
9557            '8T4C' and
9558            'NDRPDR'"
9559   parameters:
9560   - "throughput"
9561   - "name"
9562   - "tags"
9563   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9564   x-axis: "X = CNFs per Service Chain"
9565   y-axis: "Y = Number of Service Chains"
9566   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9567   layout:
9568     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9569     layout: "plot-service-density"
9570
9571 ###############################################################################
9572
9573 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9574 - type: "plot"
9575   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9576   algorithm: "plot_nf_heatmap"
9577   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9578   data: "plot-vpp-nfv-3n-hsw-mrr"
9579   filter: "'NIC_Intel-XL710' and
9580            'NF_DENSITY' and
9581            'DOCKER' and
9582            'CHAIN' and
9583            'NF_VPPIP4' and
9584            'IMIX' and
9585            'TNL_10000' and
9586            '1T1C' and
9587            'MRR'"
9588   parameters:
9589   - "result"
9590   - "name"
9591   - "tags"
9592   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9593   x-axis: "X = CNFs per Service Chain"
9594   y-axis: "Y = Number of Service Chains"
9595   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9596   layout:
9597     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9598     layout: "plot-service-density"
9599
9600 - type: "plot"
9601   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9602   algorithm: "plot_nf_heatmap"
9603   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9604   data: "plot-vpp-nfv-3n-hsw-mrr"
9605   filter: "'NIC_Intel-XL710' and
9606            'NF_DENSITY' and
9607            'DOCKER' and
9608            'CHAIN' and
9609            'NF_VPPIP4' and
9610            'IPSEC' and
9611            'TNL_10000' and
9612            'IMIX' and
9613            '2T2C' and
9614            'MRR'"
9615   parameters:
9616   - "result"
9617   - "name"
9618   - "tags"
9619   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9620   x-axis: "X = CNFs per Service Chain"
9621   y-axis: "Y = Number of Service Chains"
9622   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9623   layout:
9624     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9625     layout: "plot-service-density"
9626
9627 - type: "plot"
9628   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9629   algorithm: "plot_nf_heatmap"
9630   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9631   data: "plot-vpp-nfv-3n-hsw-mrr"
9632   filter: "'NIC_Intel-XL710' and
9633            'NF_DENSITY' and
9634            'DOCKER' and
9635            'CHAIN' and
9636            'NF_VPPIP4' and
9637            'IPSEC' and
9638            'TNL_10000' and
9639            'IMIX' and
9640            '4T4C' and
9641            'MRR'"
9642   parameters:
9643   - "result"
9644   - "name"
9645   - "tags"
9646   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9647   x-axis: "X = CNFs per Service Chain"
9648   y-axis: "Y = Number of Service Chains"
9649   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9650   layout:
9651     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9652     layout: "plot-service-density"
9653
9654 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9655 - type: "plot"
9656   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9657   algorithm: "plot_nf_heatmap"
9658   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9659   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9660   filter: "'NIC_Intel-XL710' and
9661            'NF_DENSITY' and
9662            'DOCKER' and
9663            'CHAIN' and
9664            'NF_VPPIP4' and
9665            'IPSEC' and
9666            'TNL_10000' and
9667            'IMIX' and
9668            '1T1C' and
9669            'NDRPDR'"
9670   parameters:
9671   - "throughput"
9672   - "name"
9673   - "tags"
9674   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9675   x-axis: "X = CNFs per Service Chain"
9676   y-axis: "Y = Number of Service Chains"
9677   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9678   layout:
9679     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9680     layout: "plot-service-density"
9681
9682 - type: "plot"
9683   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9684   algorithm: "plot_nf_heatmap"
9685   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9686   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9687   filter: "'NIC_Intel-XL710' and
9688            'NF_DENSITY' and
9689            'DOCKER' and
9690            'CHAIN' and
9691            'NF_VPPIP4' and
9692            'IPSEC' and
9693            'TNL_10000' and
9694            'IMIX' and
9695            '2T2C' and
9696            'NDRPDR'"
9697   parameters:
9698   - "throughput"
9699   - "name"
9700   - "tags"
9701   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9702   x-axis: "X = CNFs per Service Chain"
9703   y-axis: "Y = Number of Service Chains"
9704   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9705   layout:
9706     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9707     layout: "plot-service-density"
9708
9709 - type: "plot"
9710   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9711   algorithm: "plot_nf_heatmap"
9712   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9713   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9714   filter: "'NIC_Intel-XL710' and
9715            'NF_DENSITY' and
9716            'DOCKER' and
9717            'CHAIN' and
9718            'NF_VPPIP4' and
9719            'IPSEC' and
9720            'TNL_10000' and
9721            'IMIX' and
9722            '4T4C' and
9723            'NDRPDR'"
9724   parameters:
9725   - "throughput"
9726   - "name"
9727   - "tags"
9728   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9729   x-axis: "X = CNFs per Service Chain"
9730   y-axis: "Y = Number of Service Chains"
9731   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9732   layout:
9733     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9734     layout: "plot-service-density"
9735
9736 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9737 - type: "plot"
9738   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9739   algorithm: "plot_nf_heatmap"
9740   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9741   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9742   filter: "'NIC_Intel-XL710' and
9743            'NF_DENSITY' and
9744            'DOCKER' and
9745            'CHAIN' and
9746            'NF_VPPIP4' and
9747            'IPSEC' and
9748            'TNL_10000' and
9749            'IMIX' and
9750            '1T1C' and
9751            'NDRPDR'"
9752   parameters:
9753   - "throughput"
9754   - "name"
9755   - "tags"
9756   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9757   x-axis: "X = CNFs per Service Chain"
9758   y-axis: "Y = Number of Service Chains"
9759   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9760   layout:
9761     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9762     layout: "plot-service-density"
9763
9764 - type: "plot"
9765   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9766   algorithm: "plot_nf_heatmap"
9767   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9768   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9769   filter: "'NIC_Intel-XL710' and
9770            'NF_DENSITY' and
9771            'DOCKER' and
9772            'CHAIN' and
9773            'NF_VPPIP4' and
9774            'IPSEC' and
9775            'TNL_10000' and
9776            'IMIX' and
9777            '2T2C' and
9778            'NDRPDR'"
9779   parameters:
9780   - "throughput"
9781   - "name"
9782   - "tags"
9783   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9784   x-axis: "X = CNFs per Service Chain"
9785   y-axis: "Y = Number of Service Chains"
9786   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9787   layout:
9788     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9789     layout: "plot-service-density"
9790
9791 - type: "plot"
9792   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9793   algorithm: "plot_nf_heatmap"
9794   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9795   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9796   filter: "'NIC_Intel-XL710' and
9797            'NF_DENSITY' and
9798            'DOCKER' and
9799            'CHAIN' and
9800            'NF_VPPIP4' and
9801            'IPSEC' and
9802            'TNL_10000' and
9803            'IMIX' and
9804            '4T4C' and
9805            'NDRPDR'"
9806   parameters:
9807   - "throughput"
9808   - "name"
9809   - "tags"
9810   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9811   x-axis: "X = CNFs per Service Chain"
9812   y-axis: "Y = Number of Service Chains"
9813   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9814   layout:
9815     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9816     layout: "plot-service-density"
9817
9818 ###############################################################################
9819
9820 # Plots - NF Density - CSP - MRR 64b
9821
9822 #- type: "plot"
9823 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9824 #  algorithm: "plot_nf_heatmap"
9825 #  output-file-type: ".html"
9826 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9827 #  data: "plot-vpp-nfv-2n-skx-mrr"
9828 #  filter: "'NIC_Intel-XXV710' and
9829 #           'NF_DENSITY' and
9830 #           'DOCKER' and
9831 #           'PIPELINE' and
9832 #           'NF_VPPIP4' and
9833 #           '64B' and
9834 #           '2T1C' and
9835 #           'MRR'"
9836 #  parameters:
9837 #  - "result"
9838 #  - "name"
9839 #  - "tags"
9840 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9841 #  x-axis: "X = CNFs per Service Pipeline"
9842 #  y-axis: "Y = Number of Service Pipelines"
9843 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9844 #  layout:
9845 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9846 #    layout: "plot-service-density"
9847 #
9848 #- type: "plot"
9849 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9850 #  algorithm: "plot_nf_heatmap"
9851 #  output-file-type: ".html"
9852 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9853 #  data: "plot-vpp-nfv-2n-skx-mrr"
9854 #  filter: "'NIC_Intel-XXV710' and
9855 #           'NF_DENSITY' and
9856 #           'DOCKER' and
9857 #           'PIPELINE' and
9858 #           'NF_VPPIP4' and
9859 #           '64B' and
9860 #           '4T2C' and
9861 #           'MRR'"
9862 #  parameters:
9863 #  - "result"
9864 #  - "name"
9865 #  - "tags"
9866 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9867 #  x-axis: "X = CNFs per Service Pipeline"
9868 #  y-axis: "Y = Number of Service Pipelines"
9869 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9870 #  layout:
9871 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9872 #    layout: "plot-service-density"
9873 #
9874 #- type: "plot"
9875 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9876 #  algorithm: "plot_nf_heatmap"
9877 #  output-file-type: ".html"
9878 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9879 #  data: "plot-vpp-nfv-2n-skx-mrr"
9880 #  filter: "'NIC_Intel-XXV710' and
9881 #           'NF_DENSITY' and
9882 #           'DOCKER' and
9883 #           'PIPELINE' and
9884 #           'NF_VPPIP4' and
9885 #           '64B' and
9886 #           '8T4C' and
9887 #           'MRR'"
9888 #  parameters:
9889 #  - "result"
9890 #  - "name"
9891 #  - "tags"
9892 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9893 #  x-axis: "X = CNFs per Service Pipeline"
9894 #  y-axis: "Y = Number of Service Pipelines"
9895 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9896 #  layout:
9897 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9898 #    layout: "plot-service-density"
9899 #
9900 ## Plots - NF Density - CSP - MRR IMIX
9901 #- type: "plot"
9902 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9903 #  algorithm: "plot_nf_heatmap"
9904 #  output-file-type: ".html"
9905 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9906 #  data: "plot-vpp-nfv-2n-skx-mrr"
9907 #  filter: "'NIC_Intel-XXV710' and
9908 #           'NF_DENSITY' and
9909 #           'DOCKER' and
9910 #           'PIPELINE' and
9911 #           'NF_VPPIP4' and
9912 #           'IMIX' and
9913 #           '2T1C' and
9914 #           'MRR'"
9915 #  parameters:
9916 #  - "result"
9917 #  - "name"
9918 #  - "tags"
9919 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9920 #  x-axis: "X = CNFs per Service Pipeline"
9921 #  y-axis: "Y = Number of Service Pipelines"
9922 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9923 #  layout:
9924 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9925 #    layout: "plot-service-density"
9926 #
9927 #- type: "plot"
9928 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9929 #  algorithm: "plot_nf_heatmap"
9930 #  output-file-type: ".html"
9931 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9932 #  data: "plot-vpp-nfv-2n-skx-mrr"
9933 #  filter: "'NIC_Intel-XXV710' and
9934 #           'NF_DENSITY' and
9935 #           'DOCKER' and
9936 #           'PIPELINE' and
9937 #           'NF_VPPIP4' and
9938 #           'IMIX' and
9939 #           '4T2C' and
9940 #           'MRR'"
9941 #  parameters:
9942 #  - "result"
9943 #  - "name"
9944 #  - "tags"
9945 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9946 #  x-axis: "X = CNFs per Service Pipeline"
9947 #  y-axis: "Y = Number of Service Pipelines"
9948 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9949 #  layout:
9950 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9951 #    layout: "plot-service-density"
9952 #
9953 #- type: "plot"
9954 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9955 #  algorithm: "plot_nf_heatmap"
9956 #  output-file-type: ".html"
9957 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9958 #  data: "plot-vpp-nfv-2n-skx-mrr"
9959 #  filter: "'NIC_Intel-XXV710' and
9960 #           'NF_DENSITY' and
9961 #           'DOCKER' and
9962 #           'PIPELINE' and
9963 #           'NF_VPPIP4' and
9964 #           'IMIX' and
9965 #           '8T4C' and
9966 #           'MRR'"
9967 #  parameters:
9968 #  - "result"
9969 #  - "name"
9970 #  - "tags"
9971 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9972 #  x-axis: "X = CNFs per Service Pipeline"
9973 #  y-axis: "Y = Number of Service Pipelines"
9974 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9975 #  layout:
9976 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9977 #    layout: "plot-service-density"
9978 #
9979 ## Plots - NF Density - CSP - NDR 64b
9980 #- type: "plot"
9981 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9982 #  algorithm: "plot_nf_heatmap"
9983 #  output-file-type: ".html"
9984 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9985 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9986 #  filter: "'NIC_Intel-XXV710' and
9987 #           'NF_DENSITY' and
9988 #           'DOCKER' and
9989 #           'PIPELINE' and
9990 #           'NF_VPPIP4' and
9991 #           '64B' and
9992 #           '2T1C' and
9993 #           'NDRPDR'"
9994 #  parameters:
9995 #  - "throughput"
9996 #  - "name"
9997 #  - "tags"
9998 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9999 #  x-axis: "X = CNFs per Service Pipeline"
10000 #  y-axis: "Y = Number of Service Pipelines"
10001 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10002 #  layout:
10003 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10004 #    layout: "plot-service-density"
10005 #
10006 #- type: "plot"
10007 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10008 #  algorithm: "plot_nf_heatmap"
10009 #  output-file-type: ".html"
10010 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
10011 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10012 #  filter: "'NIC_Intel-XXV710' and
10013 #           'NF_DENSITY' and
10014 #           'DOCKER' and
10015 #           'PIPELINE' and
10016 #           'NF_VPPIP4' and
10017 #           '64B' and
10018 #           '4T2C' and
10019 #           'NDRPDR'"
10020 #  parameters:
10021 #  - "throughput"
10022 #  - "name"
10023 #  - "tags"
10024 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10025 #  x-axis: "X = CNFs per Service Pipeline"
10026 #  y-axis: "Y = Number of Service Pipelines"
10027 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10028 #  layout:
10029 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10030 #    layout: "plot-service-density"
10031 #
10032 #- type: "plot"
10033 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10034 #  algorithm: "plot_nf_heatmap"
10035 #  output-file-type: ".html"
10036 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
10037 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10038 #  filter: "'NIC_Intel-XXV710' and
10039 #           'NF_DENSITY' and
10040 #           'DOCKER' and
10041 #           'PIPELINE' and
10042 #           'NF_VPPIP4' and
10043 #           '64B' and
10044 #           '8T4C' and
10045 #           'NDRPDR'"
10046 #  parameters:
10047 #  - "throughput"
10048 #  - "name"
10049 #  - "tags"
10050 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10051 #  x-axis: "X = CNFs per Service Pipeline"
10052 #  y-axis: "Y = Number of Service Pipelines"
10053 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10054 #  layout:
10055 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10056 #    layout: "plot-service-density"
10057 #
10058 ## Plots - NF Density - CSP - NDR IMIX
10059 #- type: "plot"
10060 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10061 #  algorithm: "plot_nf_heatmap"
10062 #  output-file-type: ".html"
10063 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10064 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10065 #  filter: "'NIC_Intel-XXV710' and
10066 #           'NF_DENSITY' and
10067 #           'DOCKER' and
10068 #           'PIPELINE' and
10069 #           'NF_VPPIP4' and
10070 #           'IMIX' and
10071 #           '2T1C' and
10072 #           'NDRPDR'"
10073 #  parameters:
10074 #  - "throughput"
10075 #  - "name"
10076 #  - "tags"
10077 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10078 #  x-axis: "X = CNFs per Service Pipeline"
10079 #  y-axis: "Y = Number of Service Pipelines"
10080 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10081 #  layout:
10082 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10083 #    layout: "plot-service-density"
10084 #
10085 #- type: "plot"
10086 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10087 #  algorithm: "plot_nf_heatmap"
10088 #  output-file-type: ".html"
10089 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10090 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10091 #  filter: "'NIC_Intel-XXV710' and
10092 #           'NF_DENSITY' and
10093 #           'DOCKER' and
10094 #           'PIPELINE' and
10095 #           'NF_VPPIP4' and
10096 #           'IMIX' and
10097 #           '4T2C' and
10098 #           'NDRPDR'"
10099 #  parameters:
10100 #  - "throughput"
10101 #  - "name"
10102 #  - "tags"
10103 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10104 #  x-axis: "X = CNFs per Service Pipeline"
10105 #  y-axis: "Y = Number of Service Pipelines"
10106 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10107 #  layout:
10108 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10109 #    layout: "plot-service-density"
10110 #
10111 #- type: "plot"
10112 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10113 #  algorithm: "plot_nf_heatmap"
10114 #  output-file-type: ".html"
10115 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10116 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10117 #  filter: "'NIC_Intel-XXV710' and
10118 #           'NF_DENSITY' and
10119 #           'DOCKER' and
10120 #           'PIPELINE' and
10121 #           'NF_VPPIP4' and
10122 #           'IMIX' and
10123 #           '8T4C' and
10124 #           'NDRPDR'"
10125 #  parameters:
10126 #  - "throughput"
10127 #  - "name"
10128 #  - "tags"
10129 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10130 #  x-axis: "X = CNFs per Service Pipeline"
10131 #  y-axis: "Y = Number of Service Pipelines"
10132 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10133 #  layout:
10134 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10135 #    layout: "plot-service-density"
10136 #
10137 ## Plots - NF Density - CSP - PDR 64b
10138 #- type: "plot"
10139 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10140 #  algorithm: "plot_nf_heatmap"
10141 #  output-file-type: ".html"
10142 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
10143 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10144 #  filter: "'NIC_Intel-XXV710' and
10145 #           'NF_DENSITY' and
10146 #           'DOCKER' and
10147 #           'PIPELINE' and
10148 #           'NF_VPPIP4' and
10149 #           '64B' and
10150 #           '2T1C' and
10151 #           'NDRPDR'"
10152 #  parameters:
10153 #  - "throughput"
10154 #  - "name"
10155 #  - "tags"
10156 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10157 #  x-axis: "X = CNFs per Service Pipeline"
10158 #  y-axis: "Y = Number of Service Pipelines"
10159 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10160 #  layout:
10161 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10162 #    layout: "plot-service-density"
10163 #
10164 #- type: "plot"
10165 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10166 #  algorithm: "plot_nf_heatmap"
10167 #  output-file-type: ".html"
10168 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
10169 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10170 #  filter: "'NIC_Intel-XXV710' and
10171 #           'NF_DENSITY' and
10172 #           'DOCKER' and
10173 #           'PIPELINE' and
10174 #           'NF_VPPIP4' and
10175 #           '64B' and
10176 #           '4T2C' and
10177 #           'NDRPDR'"
10178 #  parameters:
10179 #  - "throughput"
10180 #  - "name"
10181 #  - "tags"
10182 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10183 #  x-axis: "X = CNFs per Service Pipeline"
10184 #  y-axis: "Y = Number of Service Pipelines"
10185 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10186 #  layout:
10187 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10188 #    layout: "plot-service-density"
10189 #
10190 #- type: "plot"
10191 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10192 #  algorithm: "plot_nf_heatmap"
10193 #  output-file-type: ".html"
10194 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
10195 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10196 #  filter: "'NIC_Intel-XXV710' and
10197 #           'NF_DENSITY' and
10198 #           'DOCKER' and
10199 #           'PIPELINE' and
10200 #           'NF_VPPIP4' and
10201 #           '64B' and
10202 #           '8T4C' and
10203 #           'NDRPDR'"
10204 #  parameters:
10205 #  - "throughput"
10206 #  - "name"
10207 #  - "tags"
10208 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10209 #  x-axis: "X = CNFs per Service Pipeline"
10210 #  y-axis: "Y = Number of Service Pipelines"
10211 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10212 #  layout:
10213 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10214 #    layout: "plot-service-density"
10215 #
10216 ## Plots - NF Density - CSP - PDR IMIX
10217 #- type: "plot"
10218 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10219 #  algorithm: "plot_nf_heatmap"
10220 #  output-file-type: ".html"
10221 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10222 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10223 #  filter: "'NIC_Intel-XXV710' and
10224 #           'NF_DENSITY' and
10225 #           'DOCKER' and
10226 #           'PIPELINE' and
10227 #           'NF_VPPIP4' and
10228 #           'IMIX' and
10229 #           '2T1C' and
10230 #           'NDRPDR'"
10231 #  parameters:
10232 #  - "throughput"
10233 #  - "name"
10234 #  - "tags"
10235 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10236 #  x-axis: "X = CNFs per Service Pipeline"
10237 #  y-axis: "Y = Number of Service Pipelines"
10238 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10239 #  layout:
10240 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10241 #    layout: "plot-service-density"
10242 #
10243 #- type: "plot"
10244 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10245 #  algorithm: "plot_nf_heatmap"
10246 #  output-file-type: ".html"
10247 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10248 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10249 #  filter: "'NIC_Intel-XXV710' and
10250 #           'NF_DENSITY' and
10251 #           'DOCKER' and
10252 #           'PIPELINE' and
10253 #           'NF_VPPIP4' and
10254 #           'IMIX' and
10255 #           '4T2C' and
10256 #           'NDRPDR'"
10257 #  parameters:
10258 #  - "throughput"
10259 #  - "name"
10260 #  - "tags"
10261 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10262 #  x-axis: "X = CNFs per Service Pipeline"
10263 #  y-axis: "Y = Number of Service Pipelines"
10264 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10265 #  layout:
10266 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10267 #    layout: "plot-service-density"
10268 #
10269 #- type: "plot"
10270 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10271 #  algorithm: "plot_nf_heatmap"
10272 #  output-file-type: ".html"
10273 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10274 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10275 #  filter: "'NIC_Intel-XXV710' and
10276 #           'NF_DENSITY' and
10277 #           'DOCKER' and
10278 #           'PIPELINE' and
10279 #           'NF_VPPIP4' and
10280 #           'IMIX' and
10281 #           '8T4C' and
10282 #           'NDRPDR'"
10283 #  parameters:
10284 #  - "throughput"
10285 #  - "name"
10286 #  - "tags"
10287 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10288 #  x-axis: "X = CNFs per Service Pipeline"
10289 #  y-axis: "Y = Number of Service Pipelines"
10290 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10291 #  layout:
10292 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10293 #    layout: "plot-service-density"
10294
10295 ###############################################################################
10296 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10297
10298 - type: "plot"
10299   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10300   algorithm: "plot_nf_heatmap"
10301   output-file-type: ".html"
10302   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10303   data: "plot-vpp-nfv-2n-clx-mrr"
10304   filter: "'NIC_Intel-XXV710' and
10305            'NF_DENSITY' and
10306            'VHOST' and
10307            not 'VXLAN' and
10308            'CHAIN' and
10309            'NF_VPPIP4' and
10310            'IMIX' and
10311            '2T1C' and
10312            'MRR'"
10313   parameters:
10314   - "result"
10315   - "name"
10316   - "tags"
10317   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10318   x-axis: "X = VNFs per Service Chain"
10319   y-axis: "Y = Number of Service Chains"
10320   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10321   layout:
10322     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10323     layout: "plot-service-density"
10324
10325 - type: "plot"
10326   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10327   algorithm: "plot_nf_heatmap"
10328   output-file-type: ".html"
10329   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10330   data: "plot-vpp-nfv-2n-clx-mrr"
10331   filter: "'NIC_Intel-XXV710' and
10332            'NF_DENSITY' and
10333            'VHOST' and
10334            not 'VXLAN' and
10335            'CHAIN' and
10336            'NF_VPPIP4' and
10337            'IMIX' and
10338            '4T2C' and
10339            'MRR'"
10340   parameters:
10341   - "result"
10342   - "name"
10343   - "tags"
10344   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10345   x-axis: "X = VNFs per Service Chain"
10346   y-axis: "Y = Number of Service Chains"
10347   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10348   layout:
10349     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10350     layout: "plot-service-density"
10351
10352 - type: "plot"
10353   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10354   algorithm: "plot_nf_heatmap"
10355   output-file-type: ".html"
10356   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10357   data: "plot-vpp-nfv-2n-clx-mrr"
10358   filter: "'NIC_Intel-XXV710' and
10359            'NF_DENSITY' and
10360            'VHOST' and
10361            not 'VXLAN' and
10362            'CHAIN' and
10363            'NF_VPPIP4' and
10364            'IMIX' and
10365            '8T4C' and
10366            'MRR'"
10367   parameters:
10368   - "result"
10369   - "name"
10370   - "tags"
10371   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10372   x-axis: "X = VNFs per Service Chain"
10373   y-axis: "Y = Number of Service Chains"
10374   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10375   layout:
10376     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10377     layout: "plot-service-density"
10378
10379 # Plots - NF Density - VSC - NDR IMIX
10380 - type: "plot"
10381   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10382   algorithm: "plot_nf_heatmap"
10383   output-file-type: ".html"
10384   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10385   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10386   filter: "'NIC_Intel-XXV710' and
10387            'NF_DENSITY' and
10388            'VHOST' and
10389            not 'VXLAN' and
10390            'CHAIN' and
10391            'NF_VPPIP4' and
10392            'IMIX' and
10393            '2T1C' and
10394            'NDRPDR'"
10395   parameters:
10396   - "throughput"
10397   - "name"
10398   - "tags"
10399   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10400   x-axis: "X = VNFs per Service Chain"
10401   y-axis: "Y = Number of Service Chains"
10402   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10403   layout:
10404     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10405     layout: "plot-service-density"
10406
10407 - type: "plot"
10408   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10409   algorithm: "plot_nf_heatmap"
10410   output-file-type: ".html"
10411   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10412   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10413   filter: "'NIC_Intel-XXV710' and
10414            'NF_DENSITY' and
10415            'VHOST' and
10416            not 'VXLAN' and
10417            'CHAIN' and
10418            'NF_VPPIP4' and
10419            'IMIX' and
10420            '4T2C' and
10421            'NDRPDR'"
10422   parameters:
10423   - "throughput"
10424   - "name"
10425   - "tags"
10426   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10427   x-axis: "X = VNFs per Service Chain"
10428   y-axis: "Y = Number of Service Chains"
10429   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10430   layout:
10431     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10432     layout: "plot-service-density"
10433
10434 - type: "plot"
10435   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10436   algorithm: "plot_nf_heatmap"
10437   output-file-type: ".html"
10438   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10439   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10440   filter: "'NIC_Intel-XXV710' and
10441            'NF_DENSITY' and
10442            'VHOST' and
10443            not 'VXLAN' and
10444            'CHAIN' and
10445            'NF_VPPIP4' and
10446            'IMIX' and
10447            '8T4C' and
10448            'NDRPDR'"
10449   parameters:
10450   - "throughput"
10451   - "name"
10452   - "tags"
10453   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10454   x-axis: "X = VNFs per Service Chain"
10455   y-axis: "Y = Number of Service Chains"
10456   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10457   layout:
10458     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10459     layout: "plot-service-density"
10460
10461 # Plots - NF Density - VSC - PDR IMIX
10462 - type: "plot"
10463   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10464   algorithm: "plot_nf_heatmap"
10465   output-file-type: ".html"
10466   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10467   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10468   filter: "'NIC_Intel-XXV710' and
10469            'NF_DENSITY' and
10470            'VHOST' and
10471            not 'VXLAN' and
10472            'CHAIN' and
10473            'NF_VPPIP4' and
10474            'IMIX' and
10475            '2T1C' and
10476            'NDRPDR'"
10477   parameters:
10478   - "throughput"
10479   - "name"
10480   - "tags"
10481   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10482   x-axis: "X = VNFs per Service Chain"
10483   y-axis: "Y = Number of Service Chains"
10484   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10485   layout:
10486     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10487     layout: "plot-service-density"
10488
10489 - type: "plot"
10490   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10491   algorithm: "plot_nf_heatmap"
10492   output-file-type: ".html"
10493   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10494   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10495   filter: "'NIC_Intel-XXV710' and
10496            'NF_DENSITY' and
10497            'VHOST' and
10498            not 'VXLAN' and
10499            'CHAIN' and
10500            'NF_VPPIP4' and
10501            'IMIX' and
10502            '4T2C' and
10503            'NDRPDR'"
10504   parameters:
10505   - "throughput"
10506   - "name"
10507   - "tags"
10508   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10509   x-axis: "X = VNFs per Service Chain"
10510   y-axis: "Y = Number of Service Chains"
10511   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10512   layout:
10513     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10514     layout: "plot-service-density"
10515
10516 - type: "plot"
10517   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10518   algorithm: "plot_nf_heatmap"
10519   output-file-type: ".html"
10520   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10521   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10522   filter: "'NIC_Intel-XXV710' and
10523            'NF_DENSITY' and
10524            'VHOST' and
10525            not 'VXLAN' and
10526            'CHAIN' and
10527            'NF_VPPIP4' and
10528            'IMIX' and
10529            '8T4C' and
10530            'NDRPDR'"
10531   parameters:
10532   - "throughput"
10533   - "name"
10534   - "tags"
10535   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10536   x-axis: "X = VNFs per Service Chain"
10537   y-axis: "Y = Number of Service Chains"
10538   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10539   layout:
10540     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10541     layout: "plot-service-density"
10542
10543 # Plots - NF Density - VSC - MRR IMIX
10544 - type: "plot"
10545   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10546   algorithm: "plot_nf_heatmap"
10547   output-file-type: ".html"
10548   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10549   data: "plot-vpp-nfv-2n-clx-mrr"
10550   filter: "'NIC_Intel-XXV710' and
10551            'NF_DENSITY' and
10552            'VHOST' and
10553            'VXLAN' and
10554            'CHAIN' and
10555            'IMIX' and
10556            '2T1C' and
10557            'MRR'"
10558   parameters:
10559   - "result"
10560   - "name"
10561   - "tags"
10562   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10563   x-axis: "X = VNFs per Service Chain"
10564   y-axis: "Y = Number of Service Chains"
10565   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10566   layout:
10567     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10568     layout: "plot-service-density"
10569
10570 - type: "plot"
10571   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10572   algorithm: "plot_nf_heatmap"
10573   output-file-type: ".html"
10574   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10575   data: "plot-vpp-nfv-2n-clx-mrr"
10576   filter: "'NIC_Intel-XXV710' and
10577            'NF_DENSITY' and
10578            'VHOST' and
10579            'VXLAN' and
10580            'CHAIN' and
10581            'IMIX' and
10582            '4T2C' and
10583            'MRR'"
10584   parameters:
10585   - "result"
10586   - "name"
10587   - "tags"
10588   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10589   x-axis: "X = VNFs per Service Chain"
10590   y-axis: "Y = Number of Service Chains"
10591   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10592   layout:
10593     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10594     layout: "plot-service-density"
10595
10596 - type: "plot"
10597   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10598   algorithm: "plot_nf_heatmap"
10599   output-file-type: ".html"
10600   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10601   data: "plot-vpp-nfv-2n-clx-mrr"
10602   filter: "'NIC_Intel-XXV710' and
10603            'NF_DENSITY' and
10604            'VHOST' and
10605            'VXLAN' and
10606            'CHAIN' and
10607            'IMIX' and
10608            '8T4C' and
10609            'MRR'"
10610   parameters:
10611   - "result"
10612   - "name"
10613   - "tags"
10614   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10615   x-axis: "X = VNFs per Service Chain"
10616   y-axis: "Y = Number of Service Chains"
10617   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10618   layout:
10619     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10620     layout: "plot-service-density"
10621
10622 # Plots - NF Density - VSC - NDR IMIX
10623 - type: "plot"
10624   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10625   algorithm: "plot_nf_heatmap"
10626   output-file-type: ".html"
10627   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10628   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10629   filter: "'NIC_Intel-XXV710' and
10630            'NF_DENSITY' and
10631            'VHOST' and
10632            'VXLAN' and
10633            'CHAIN' and
10634            'IMIX' and
10635            '2T1C' and
10636            'NDRPDR'"
10637   parameters:
10638   - "throughput"
10639   - "name"
10640   - "tags"
10641   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10642   x-axis: "X = VNFs per Service Chain"
10643   y-axis: "Y = Number of Service Chains"
10644   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10645   layout:
10646     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10647     layout: "plot-service-density"
10648
10649 - type: "plot"
10650   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10651   algorithm: "plot_nf_heatmap"
10652   output-file-type: ".html"
10653   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10654   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10655   filter: "'NIC_Intel-XXV710' and
10656            'NF_DENSITY' and
10657            'VHOST' and
10658            'VXLAN' and
10659            'CHAIN' and
10660            'IMIX' and
10661            '4T2C' and
10662            'NDRPDR'"
10663   parameters:
10664   - "throughput"
10665   - "name"
10666   - "tags"
10667   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10668   x-axis: "X = VNFs per Service Chain"
10669   y-axis: "Y = Number of Service Chains"
10670   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10671   layout:
10672     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10673     layout: "plot-service-density"
10674
10675 - type: "plot"
10676   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10677   algorithm: "plot_nf_heatmap"
10678   output-file-type: ".html"
10679   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10680   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10681   filter: "'NIC_Intel-XXV710' and
10682            'NF_DENSITY' and
10683            'VHOST' and
10684            'VXLAN' and
10685            'CHAIN' and
10686            'IMIX' and
10687            '8T4C' and
10688            'NDRPDR'"
10689   parameters:
10690   - "throughput"
10691   - "name"
10692   - "tags"
10693   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10694   x-axis: "X = VNFs per Service Chain"
10695   y-axis: "Y = Number of Service Chains"
10696   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10697   layout:
10698     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10699     layout: "plot-service-density"
10700
10701 # Plots - NF Density - VSC - PDR IMIX
10702 - type: "plot"
10703   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10704   algorithm: "plot_nf_heatmap"
10705   output-file-type: ".html"
10706   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10707   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10708   filter: "'NIC_Intel-XXV710' and
10709            'NF_DENSITY' and
10710            'VHOST' and
10711            'VXLAN' and
10712            'CHAIN' and
10713            'IMIX' and
10714            '2T1C' and
10715            'NDRPDR'"
10716   parameters:
10717   - "throughput"
10718   - "name"
10719   - "tags"
10720   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10721   x-axis: "X = VNFs per Service Chain"
10722   y-axis: "Y = Number of Service Chains"
10723   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10724   layout:
10725     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10726     layout: "plot-service-density"
10727
10728 - type: "plot"
10729   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10730   algorithm: "plot_nf_heatmap"
10731   output-file-type: ".html"
10732   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10733   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10734   filter: "'NIC_Intel-XXV710' and
10735            'NF_DENSITY' and
10736            'VHOST' and
10737            'VXLAN' and
10738            'CHAIN' and
10739            'IMIX' and
10740            '4T2C' and
10741            'NDRPDR'"
10742   parameters:
10743   - "throughput"
10744   - "name"
10745   - "tags"
10746   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10747   x-axis: "X = VNFs per Service Chain"
10748   y-axis: "Y = Number of Service Chains"
10749   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10750   layout:
10751     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10752     layout: "plot-service-density"
10753
10754 - type: "plot"
10755   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10756   algorithm: "plot_nf_heatmap"
10757   output-file-type: ".html"
10758   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10759   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10760   filter: "'NIC_Intel-XXV710' and
10761            'NF_DENSITY' and
10762            'VHOST' and
10763            'VXLAN' and
10764            'CHAIN' and
10765            'IMIX' and
10766            '8T4C' and
10767            'NDRPDR'"
10768   parameters:
10769   - "throughput"
10770   - "name"
10771   - "tags"
10772   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10773   x-axis: "X = VNFs per Service Chain"
10774   y-axis: "Y = Number of Service Chains"
10775   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10776   layout:
10777     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10778     layout: "plot-service-density"
10779
10780 # Plots - NF Density - CSC - MRR IMIX
10781 - type: "plot"
10782   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10783   algorithm: "plot_nf_heatmap"
10784   output-file-type: ".html"
10785   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10786   data: "plot-vpp-nfv-2n-clx-mrr"
10787   filter: "'NIC_Intel-XXV710' and
10788            'NF_DENSITY' and
10789            'DOCKER' and
10790            'CHAIN' and
10791            'NF_VPPIP4' and
10792            'IMIX' and
10793            '2T1C' and
10794            'MRR'"
10795   parameters:
10796   - "result"
10797   - "name"
10798   - "tags"
10799   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10800   x-axis: "X = CNFs per Service Chain"
10801   y-axis: "Y = Number of Service Chains"
10802   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10803   layout:
10804     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10805     layout: "plot-service-density"
10806
10807 - type: "plot"
10808   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10809   algorithm: "plot_nf_heatmap"
10810   output-file-type: ".html"
10811   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10812   data: "plot-vpp-nfv-2n-clx-mrr"
10813   filter: "'NIC_Intel-XXV710' and
10814            'NF_DENSITY' and
10815            'DOCKER' and
10816            'CHAIN' and
10817            'NF_VPPIP4' and
10818            'IMIX' and
10819            '4T2C' and
10820            'MRR'"
10821   parameters:
10822   - "result"
10823   - "name"
10824   - "tags"
10825   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10826   x-axis: "X = CNFs per Service Chain"
10827   y-axis: "Y = Number of Service Chains"
10828   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10829   layout:
10830     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10831     layout: "plot-service-density"
10832
10833 - type: "plot"
10834   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10835   algorithm: "plot_nf_heatmap"
10836   output-file-type: ".html"
10837   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10838   data: "plot-vpp-nfv-2n-clx-mrr"
10839   filter: "'NIC_Intel-XXV710' and
10840            'NF_DENSITY' and
10841            'DOCKER' and
10842            'CHAIN' and
10843            'NF_VPPIP4' and
10844            'IMIX' and
10845            '8T4C' and
10846            'MRR'"
10847   parameters:
10848   - "result"
10849   - "name"
10850   - "tags"
10851   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10852   x-axis: "X = CNFs per Service Chain"
10853   y-axis: "Y = Number of Service Chains"
10854   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10855   layout:
10856     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10857     layout: "plot-service-density"
10858
10859 # Plots - NF Density - CSC - NDR IMIX
10860 - type: "plot"
10861   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10862   algorithm: "plot_nf_heatmap"
10863   output-file-type: ".html"
10864   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10865   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10866   filter: "'NIC_Intel-XXV710' and
10867            'NF_DENSITY' and
10868            'DOCKER' and
10869            'CHAIN' and
10870            'NF_VPPIP4' and
10871            'IMIX' and
10872            '2T1C' and
10873            'NDRPDR'"
10874   parameters:
10875   - "throughput"
10876   - "name"
10877   - "tags"
10878   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10879   x-axis: "X = CNFs per Service Chain"
10880   y-axis: "Y = Number of Service Chains"
10881   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10882   layout:
10883     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10884     layout: "plot-service-density"
10885
10886 - type: "plot"
10887   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10888   algorithm: "plot_nf_heatmap"
10889   output-file-type: ".html"
10890   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10891   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10892   filter: "'NIC_Intel-XXV710' and
10893            'NF_DENSITY' and
10894            'DOCKER' and
10895            'CHAIN' and
10896            'NF_VPPIP4' and
10897            'IMIX' and
10898            '4T2C' and
10899            'NDRPDR'"
10900   parameters:
10901   - "throughput"
10902   - "name"
10903   - "tags"
10904   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10905   x-axis: "X = CNFs per Service Chain"
10906   y-axis: "Y = Number of Service Chains"
10907   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10908   layout:
10909     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10910     layout: "plot-service-density"
10911
10912 - type: "plot"
10913   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10914   algorithm: "plot_nf_heatmap"
10915   output-file-type: ".html"
10916   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10917   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10918   filter: "'NIC_Intel-XXV710' and
10919            'NF_DENSITY' and
10920            'DOCKER' and
10921            'CHAIN' and
10922            'NF_VPPIP4' and
10923            'IMIX' and
10924            '8T4C' and
10925            'NDRPDR'"
10926   parameters:
10927   - "throughput"
10928   - "name"
10929   - "tags"
10930   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10931   x-axis: "X = CNFs per Service Chain"
10932   y-axis: "Y = Number of Service Chains"
10933   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10934   layout:
10935     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10936     layout: "plot-service-density"
10937
10938 # Plots - NF Density - CSC - PDR IMIX
10939 - type: "plot"
10940   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10941   algorithm: "plot_nf_heatmap"
10942   output-file-type: ".html"
10943   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10944   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10945   filter: "'NIC_Intel-XXV710' and
10946            'NF_DENSITY' and
10947            'DOCKER' and
10948            'CHAIN' and
10949            'NF_VPPIP4' and
10950            'IMIX' and
10951            '2T1C' and
10952            'NDRPDR'"
10953   parameters:
10954   - "throughput"
10955   - "name"
10956   - "tags"
10957   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10958   x-axis: "X = CNFs per Service Chain"
10959   y-axis: "Y = Number of Service Chains"
10960   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10961   layout:
10962     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10963     layout: "plot-service-density"
10964
10965 - type: "plot"
10966   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10967   algorithm: "plot_nf_heatmap"
10968   output-file-type: ".html"
10969   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10970   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10971   filter: "'NIC_Intel-XXV710' and
10972            'NF_DENSITY' and
10973            'DOCKER' and
10974            'CHAIN' and
10975            'NF_VPPIP4' and
10976            'IMIX' and
10977            '4T2C' and
10978            'NDRPDR'"
10979   parameters:
10980   - "throughput"
10981   - "name"
10982   - "tags"
10983   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10984   x-axis: "X = CNFs per Service Chain"
10985   y-axis: "Y = Number of Service Chains"
10986   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10987   layout:
10988     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10989     layout: "plot-service-density"
10990
10991 - type: "plot"
10992   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10993   algorithm: "plot_nf_heatmap"
10994   output-file-type: ".html"
10995   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10996   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10997   filter: "'NIC_Intel-XXV710' and
10998            'NF_DENSITY' and
10999            'DOCKER' and
11000            'CHAIN' and
11001            'NF_VPPIP4' and
11002            'IMIX' and
11003            '8T4C' and
11004            'NDRPDR'"
11005   parameters:
11006   - "throughput"
11007   - "name"
11008   - "tags"
11009   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11010   x-axis: "X = CNFs per Service Chain"
11011   y-axis: "Y = Number of Service Chains"
11012   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11013   layout:
11014     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11015     layout: "plot-service-density"
11016
11017 # Plots - NF Density - CSP - MRR IMIX
11018 - type: "plot"
11019   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11020   algorithm: "plot_nf_heatmap"
11021   output-file-type: ".html"
11022   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11023   data: "plot-vpp-nfv-2n-clx-mrr"
11024   filter: "'NIC_Intel-XXV710' and
11025            'NF_DENSITY' and
11026            'DOCKER' and
11027            'PIPELINE' and
11028            'NF_VPPIP4' and
11029            'IMIX' and
11030            '2T1C' and
11031            'MRR'"
11032   parameters:
11033   - "result"
11034   - "name"
11035   - "tags"
11036   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11037   x-axis: "X = CNFs per Service Pipeline"
11038   y-axis: "Y = Number of Service Pipelines"
11039   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11040   layout:
11041     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11042     layout: "plot-service-density"
11043
11044 - type: "plot"
11045   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11046   algorithm: "plot_nf_heatmap"
11047   output-file-type: ".html"
11048   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11049   data: "plot-vpp-nfv-2n-clx-mrr"
11050   filter: "'NIC_Intel-XXV710' and
11051            'NF_DENSITY' and
11052            'DOCKER' and
11053            'PIPELINE' and
11054            'NF_VPPIP4' and
11055            'IMIX' and
11056            '4T2C' and
11057            'MRR'"
11058   parameters:
11059   - "result"
11060   - "name"
11061   - "tags"
11062   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11063   x-axis: "X = CNFs per Service Pipeline"
11064   y-axis: "Y = Number of Service Pipelines"
11065   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11066   layout:
11067     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11068     layout: "plot-service-density"
11069
11070 - type: "plot"
11071   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11072   algorithm: "plot_nf_heatmap"
11073   output-file-type: ".html"
11074   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11075   data: "plot-vpp-nfv-2n-clx-mrr"
11076   filter: "'NIC_Intel-XXV710' and
11077            'NF_DENSITY' and
11078            'DOCKER' and
11079            'PIPELINE' and
11080            'NF_VPPIP4' and
11081            'IMIX' and
11082            '8T4C' and
11083            'MRR'"
11084   parameters:
11085   - "result"
11086   - "name"
11087   - "tags"
11088   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11089   x-axis: "X = CNFs per Service Pipeline"
11090   y-axis: "Y = Number of Service Pipelines"
11091   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11092   layout:
11093     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11094     layout: "plot-service-density"
11095
11096 # Plots - NF Density - CSP - NDR IMIX
11097 - type: "plot"
11098   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11099   algorithm: "plot_nf_heatmap"
11100   output-file-type: ".html"
11101   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11102   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11103   filter: "'NIC_Intel-XXV710' and
11104            'NF_DENSITY' and
11105            'DOCKER' and
11106            'PIPELINE' and
11107            'NF_VPPIP4' and
11108            'IMIX' and
11109            '2T1C' and
11110            'NDRPDR'"
11111   parameters:
11112   - "throughput"
11113   - "name"
11114   - "tags"
11115   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11116   x-axis: "X = CNFs per Service Pipeline"
11117   y-axis: "Y = Number of Service Pipelines"
11118   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11119   layout:
11120     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11121     layout: "plot-service-density"
11122
11123 - type: "plot"
11124   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11125   algorithm: "plot_nf_heatmap"
11126   output-file-type: ".html"
11127   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11128   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11129   filter: "'NIC_Intel-XXV710' and
11130            'NF_DENSITY' and
11131            'DOCKER' and
11132            'PIPELINE' and
11133            'NF_VPPIP4' and
11134            'IMIX' and
11135            '4T2C' and
11136            'NDRPDR'"
11137   parameters:
11138   - "throughput"
11139   - "name"
11140   - "tags"
11141   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11142   x-axis: "X = CNFs per Service Pipeline"
11143   y-axis: "Y = Number of Service Pipelines"
11144   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11145   layout:
11146     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11147     layout: "plot-service-density"
11148
11149 - type: "plot"
11150   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11151   algorithm: "plot_nf_heatmap"
11152   output-file-type: ".html"
11153   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11154   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11155   filter: "'NIC_Intel-XXV710' and
11156            'NF_DENSITY' and
11157            'DOCKER' and
11158            'PIPELINE' and
11159            'NF_VPPIP4' and
11160            'IMIX' and
11161            '8T4C' and
11162            'NDRPDR'"
11163   parameters:
11164   - "throughput"
11165   - "name"
11166   - "tags"
11167   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11168   x-axis: "X = CNFs per Service Pipeline"
11169   y-axis: "Y = Number of Service Pipelines"
11170   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11171   layout:
11172     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11173     layout: "plot-service-density"
11174
11175 # Plots - NF Density - CSP - PDR IMIX
11176 - type: "plot"
11177   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11178   algorithm: "plot_nf_heatmap"
11179   output-file-type: ".html"
11180   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11181   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11182   filter: "'NIC_Intel-XXV710' and
11183            'NF_DENSITY' and
11184            'DOCKER' and
11185            'PIPELINE' and
11186            'NF_VPPIP4' and
11187            'IMIX' and
11188            '2T1C' and
11189            'NDRPDR'"
11190   parameters:
11191   - "throughput"
11192   - "name"
11193   - "tags"
11194   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11195   x-axis: "X = CNFs per Service Pipeline"
11196   y-axis: "Y = Number of Service Pipelines"
11197   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11198   layout:
11199     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11200     layout: "plot-service-density"
11201
11202 - type: "plot"
11203   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11204   algorithm: "plot_nf_heatmap"
11205   output-file-type: ".html"
11206   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11207   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11208   filter: "'NIC_Intel-XXV710' and
11209            'NF_DENSITY' and
11210            'DOCKER' and
11211            'PIPELINE' and
11212            'NF_VPPIP4' and
11213            'IMIX' and
11214            '4T2C' and
11215            'NDRPDR'"
11216   parameters:
11217   - "throughput"
11218   - "name"
11219   - "tags"
11220   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11221   x-axis: "X = CNFs per Service Pipeline"
11222   y-axis: "Y = Number of Service Pipelines"
11223   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11224   layout:
11225     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11226     layout: "plot-service-density"
11227
11228 - type: "plot"
11229   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11230   algorithm: "plot_nf_heatmap"
11231   output-file-type: ".html"
11232   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11233   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11234   filter: "'NIC_Intel-XXV710' and
11235            'NF_DENSITY' and
11236            'DOCKER' and
11237            'PIPELINE' and
11238            'NF_VPPIP4' and
11239            'IMIX' and
11240            '8T4C' and
11241            'NDRPDR'"
11242   parameters:
11243   - "throughput"
11244   - "name"
11245   - "tags"
11246   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11247   x-axis: "X = CNFs per Service Pipeline"
11248   y-axis: "Y = Number of Service Pipelines"
11249   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11250   layout:
11251     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11252     layout: "plot-service-density"
11253
11254 ################################################################################
11255
11256 # Packet Throughput
11257
11258 - type: "plot"
11259   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11260   algorithm: "plot_perf_box_name"
11261   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11262   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11263   include:
11264     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11265     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11266     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11267     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11268   layout:
11269     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11270     layout: "plot-throughput"
11271
11272 - type: "plot"
11273   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11274   algorithm: "plot_perf_box_name"
11275   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11276   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11277   include:
11278     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11279     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11280     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11281     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11282   layout:
11283     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11284     layout: "plot-throughput"
11285
11286 - type: "plot"
11287   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11288   algorithm: "plot_perf_box_name"
11289   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11290   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11291   include:
11292     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11293     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11294     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11295     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11296   layout:
11297     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11298     layout: "plot-throughput"
11299
11300 - type: "plot"
11301   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11302   algorithm: "plot_perf_box_name"
11303   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11304   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11305   include:
11306     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11307     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11308     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11309     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11310   layout:
11311     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11312     layout: "plot-throughput"
11313
11314 - type: "plot"
11315   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11316   algorithm: "plot_perf_box_name"
11317   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11318   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11319   include:
11320     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
11321     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
11322     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11323     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11324     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11325   layout:
11326     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11327     layout: "plot-throughput"
11328
11329 - type: "plot"
11330   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11331   algorithm: "plot_perf_box_name"
11332   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11333   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11334   include:
11335     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11336     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11337     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11338     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11339     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11340   layout:
11341     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11342     layout: "plot-throughput"
11343
11344 - type: "plot"
11345   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11346   algorithm: "plot_perf_box_name"
11347   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11348   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11349   include:
11350     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11351     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11352     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11353     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11354     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11355   layout:
11356     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11357     layout: "plot-throughput"
11358
11359 - type: "plot"
11360   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11361   algorithm: "plot_perf_box_name"
11362   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11363   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11364   include:
11365     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11366     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11367     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11368     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11369     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11370   layout:
11371     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11372     layout: "plot-throughput"
11373
11374 - type: "plot"
11375   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11376   algorithm: "plot_perf_box_name"
11377   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11378   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11379   include:
11380     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11381     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11382     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11383     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11384     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11385   layout:
11386     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11387     layout: "plot-throughput"
11388
11389 - type: "plot"
11390   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11391   algorithm: "plot_perf_box_name"
11392   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11393   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11394   include:
11395     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11396     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11397     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11398     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11399     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11400   layout:
11401     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11402     layout: "plot-throughput"
11403
11404 - type: "plot"
11405   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11406   algorithm: "plot_perf_box_name"
11407   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11408   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11409   include:
11410     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11411     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11412     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11413     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11414     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11415     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11416   layout:
11417     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11418     layout: "plot-throughput"
11419
11420 - type: "plot"
11421   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11422   algorithm: "plot_perf_box_name"
11423   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11424   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11425   include:
11426     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11427     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11428     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11429     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11430     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11431     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11432   layout:
11433     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11434     layout: "plot-throughput"
11435
11436 - type: "plot"
11437   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11438   algorithm: "plot_perf_box_name"
11439   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11440   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11441   include:
11442     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11443     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11444     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11445     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11446     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11447   layout:
11448     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11449     layout: "plot-throughput"
11450
11451 - type: "plot"
11452   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11453   algorithm: "plot_perf_box_name"
11454   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11455   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11456   include:
11457     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11458     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11459     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11460     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11461     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11462   layout:
11463     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11464     layout: "plot-throughput"
11465
11466 - type: "plot"
11467   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11468   algorithm: "plot_perf_box_name"
11469   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11470   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11471   include:
11472     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11473     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11474     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11475   layout:
11476     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11477     layout: "plot-throughput"
11478
11479 - type: "plot"
11480   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11481   algorithm: "plot_perf_box_name"
11482   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11483   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11484   include:
11485     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11486     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11487     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11488   layout:
11489     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11490     layout: "plot-throughput"
11491
11492 - type: "plot"
11493   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11494   algorithm: "plot_perf_box_name"
11495   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11496   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11497   include:
11498     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11499     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11500     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11501     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11502     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11503   layout:
11504     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11505     layout: "plot-throughput"
11506
11507 - type: "plot"
11508   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11509   algorithm: "plot_perf_box_name"
11510   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11511   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11512   include:
11513     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11514     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11515     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11516     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11517     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11518   layout:
11519     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11520     layout: "plot-throughput"
11521
11522 - type: "plot"
11523   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11524   algorithm: "plot_perf_box_name"
11525   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11526   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11527   include:
11528     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11529     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11530     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11531   layout:
11532     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11533     layout: "plot-throughput"
11534
11535 - type: "plot"
11536   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11537   algorithm: "plot_perf_box_name"
11538   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11539   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11540   include:
11541     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11542     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11543     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11544   layout:
11545     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11546     layout: "plot-throughput"
11547
11548 - type: "plot"
11549   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11550   algorithm: "plot_perf_box_name"
11551   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11552   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11553   include:
11554     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11555     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11556     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11557     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11558     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11559     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11560   layout:
11561     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11562     layout: "plot-throughput"
11563
11564 - type: "plot"
11565   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11566   algorithm: "plot_perf_box_name"
11567   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11568   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11569   include:
11570     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11571     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11572     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11573     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11574     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11575     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11576   layout:
11577     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11578     layout: "plot-throughput"
11579
11580 - type: "plot"
11581   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11582   algorithm: "plot_perf_box_name"
11583   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11584   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11585   include:
11586     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11587     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11588     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11589     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11590     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11591     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11592   layout:
11593     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11594     layout: "plot-throughput"
11595
11596 - type: "plot"
11597   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11598   algorithm: "plot_perf_box_name"
11599   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11600   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11601   include:
11602     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11603     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11606     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11607     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11608   layout:
11609     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11610     layout: "plot-throughput"
11611
11612 - type: "plot"
11613   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11614   algorithm: "plot_perf_box_name"
11615   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11616   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11617   include:
11618     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11619     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11620     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11621   layout:
11622     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11623     layout: "plot-throughput"
11624
11625 - type: "plot"
11626   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11627   algorithm: "plot_perf_box_name"
11628   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11629   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11630   include:
11631     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11632     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11633     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11634   layout:
11635     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11636     layout: "plot-throughput"
11637
11638 - type: "plot"
11639   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11640   algorithm: "plot_perf_box_name"
11641   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11642   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11643   include:
11644     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11645     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11646     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11647 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11648 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11649   layout:
11650     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11651     layout: "plot-throughput"
11652
11653 - type: "plot"
11654   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11655   algorithm: "plot_perf_box_name"
11656   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11657   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11658   include:
11659     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11660     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11661     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11662 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11663 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11664   layout:
11665     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11666     layout: "plot-throughput"
11667
11668 - type: "plot"
11669   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11670   algorithm: "plot_perf_box_name"
11671   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11672   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11673   include:
11674     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11675     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11676     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11677     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11678     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11679   layout:
11680     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11681     layout: "plot-throughput"
11682
11683 - type: "plot"
11684   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11685   algorithm: "plot_perf_box_name"
11686   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11687   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11688   include:
11689     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11690     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11691     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11692     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11693     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11694   layout:
11695     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11696     layout: "plot-throughput"
11697
11698 - type: "plot"
11699   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11700   algorithm: "plot_perf_box_name"
11701   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11702   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11703   include:
11704     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11705     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11706     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11707     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11708     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11709   layout:
11710     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11711     layout: "plot-throughput"
11712
11713 - type: "plot"
11714   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11715   algorithm: "plot_perf_box_name"
11716   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11717   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11718   include:
11719     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11720     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11721     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11722     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11723     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11724   layout:
11725     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11726     layout: "plot-throughput"
11727
11728 - type: "plot"
11729   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11730   algorithm: "plot_perf_box_name"
11731   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11732   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11733   include:
11734     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11735     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11736     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11737     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11738     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11739     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11740   layout:
11741     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11742     layout: "plot-throughput"
11743
11744 - type: "plot"
11745   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11746   algorithm: "plot_perf_box_name"
11747   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11748   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11749   include:
11750     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11751     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11752     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11753     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11754     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11755     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11756   layout:
11757     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11758     layout: "plot-throughput"
11759
11760 - type: "plot"
11761   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11762   algorithm: "plot_perf_box_name"
11763   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11764   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11765   include:
11766     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11767     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11768     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11769     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11770     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11771     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11772   layout:
11773     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11774     layout: "plot-throughput"
11775
11776 - type: "plot"
11777   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11778   algorithm: "plot_perf_box_name"
11779   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11780   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11781   include:
11782     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11783     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11784     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11785     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11786     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11787     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11788   layout:
11789     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11790     layout: "plot-throughput"
11791
11792 - type: "plot"
11793   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11794   algorithm: "plot_perf_box_name"
11795   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11796   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11797   include:
11798     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11799     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11800     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11801     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11802     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11803   layout:
11804     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11805     layout: "plot-throughput"
11806
11807 - type: "plot"
11808   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11809   algorithm: "plot_perf_box_name"
11810   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11811   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11812   include:
11813     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11814     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11815     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11816     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11817     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11818   layout:
11819     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11820     layout: "plot-throughput"
11821
11822 - type: "plot"
11823   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11824   algorithm: "plot_perf_box_name"
11825   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11826   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11827   include:
11828     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11829     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11830     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11831     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11832     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11833     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11834   layout:
11835     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11836     layout: "plot-throughput"
11837
11838 - type: "plot"
11839   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11840   algorithm: "plot_perf_box_name"
11841   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11842   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11843   include:
11844     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11845     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11846     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11847     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11848     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11849     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11850   layout:
11851     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11852     layout: "plot-throughput"
11853
11854 - type: "plot"
11855   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11856   algorithm: "plot_perf_box_name"
11857   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11858   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11859   include:
11860     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11861     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11862     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11863     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11864     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11865   layout:
11866     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11867     layout: "plot-throughput"
11868
11869 - type: "plot"
11870   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11871   algorithm: "plot_perf_box_name"
11872   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11873   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11874   include:
11875     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11876     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11877     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11878     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11879     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11880   layout:
11881     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11882     layout: "plot-throughput"
11883
11884 - type: "plot"
11885   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11886   algorithm: "plot_perf_box_name"
11887   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11888   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11889   include:
11890     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11891     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11892     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11893     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11894     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11895     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11896   layout:
11897     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11898     layout: "plot-throughput"
11899
11900 - type: "plot"
11901   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11902   algorithm: "plot_perf_box_name"
11903   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11904   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11905   include:
11906     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11907     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11908     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11909     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11910     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11911     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11912   layout:
11913     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11914     layout: "plot-throughput"
11915
11916 - type: "plot"
11917   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11918   algorithm: "plot_perf_box_name"
11919   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11920   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11921   include:
11922     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11923     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11924     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11925     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11926     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11927   layout:
11928     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11929     layout: "plot-throughput"
11930
11931 - type: "plot"
11932   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11933   algorithm: "plot_perf_box_name"
11934   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11935   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11936   include:
11937     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11938     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11939     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11940     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11941     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11942   layout:
11943     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11944     layout: "plot-throughput"
11945
11946 - type: "plot"
11947   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11948   algorithm: "plot_perf_box_name"
11949   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11950   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11951   include:
11952     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11953     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11954     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11955     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11956     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11957     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11958   layout:
11959     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11960     layout: "plot-throughput"
11961
11962 - type: "plot"
11963   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11964   algorithm: "plot_perf_box_name"
11965   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11966   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11967   include:
11968     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11969     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11970     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11971     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11972     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11973     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11974   layout:
11975     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11976     layout: "plot-throughput"
11977
11978 - type: "plot"
11979   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11980   algorithm: "plot_perf_box_name"
11981   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11982   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11983   include:
11984     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11985     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11986   layout:
11987     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11988     layout: "plot-throughput"
11989
11990 - type: "plot"
11991   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11992   algorithm: "plot_perf_box_name"
11993   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11994   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11995   include:
11996     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11997     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11998   layout:
11999     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12000     layout: "plot-throughput"
12001
12002 - type: "plot"
12003   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12004   algorithm: "plot_perf_box_name"
12005   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12006   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12007   include:
12008     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12009     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12010     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12011     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12012   layout:
12013     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12014     layout: "plot-throughput"
12015
12016 - type: "plot"
12017   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12018   algorithm: "plot_perf_box_name"
12019   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12020   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12021   include:
12022     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12023     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12024     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12025     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12026   layout:
12027     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12028     layout: "plot-throughput"
12029
12030 - type: "plot"
12031   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12032   algorithm: "plot_perf_box_name"
12033   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12034   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12035   include:
12036     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12037     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12038     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12039     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12040   layout:
12041     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12042     layout: "plot-throughput"
12043
12044 - type: "plot"
12045   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12046   algorithm: "plot_perf_box_name"
12047   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12048   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12049   include:
12050     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12051     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12052     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12053     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12054   layout:
12055     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12056     layout: "plot-throughput"
12057
12058 - type: "plot"
12059   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12060   algorithm: "plot_perf_box_name"
12061   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12062   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12063   include:
12064     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12065     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12066     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12067     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12068   layout:
12069     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12070     layout: "plot-throughput"
12071
12072 - type: "plot"
12073   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12074   algorithm: "plot_perf_box_name"
12075   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12076   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12077   include:
12078     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12079     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12080     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12081     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12082   layout:
12083     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12084     layout: "plot-throughput"
12085
12086 - type: "plot"
12087   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12088   algorithm: "plot_perf_box_name"
12089   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12090   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12091   include:
12092     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12093     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12094     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12095     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12096   layout:
12097     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12098     layout: "plot-throughput"
12099
12100 - type: "plot"
12101   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12102   algorithm: "plot_perf_box_name"
12103   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12104   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12105   include:
12106     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12107     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12108     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12109     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12110   layout:
12111     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12112     layout: "plot-throughput"
12113
12114 - type: "plot"
12115   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12116   algorithm: "plot_perf_box_name"
12117   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12118   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12119   include:
12120     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12121     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12122     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12123     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12124     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12125     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12126   layout:
12127     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12128     layout: "plot-throughput"
12129
12130 - type: "plot"
12131   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12132   algorithm: "plot_perf_box_name"
12133   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12134   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12135   include:
12136     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12137     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12138     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12139     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12140     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12141     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12142   layout:
12143     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12144     layout: "plot-throughput"
12145
12146 - type: "plot"
12147   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12148   algorithm: "plot_perf_box_name"
12149   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12150   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12151   include:
12152     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12153     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12154     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12155     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12156     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12157   layout:
12158     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12159     layout: "plot-throughput"
12160
12161 - type: "plot"
12162   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12163   algorithm: "plot_perf_box_name"
12164   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12165   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12166   include:
12167     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12168     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12169     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12170     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12171     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12172   layout:
12173     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12174     layout: "plot-throughput"
12175
12176 - type: "plot"
12177   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12178   algorithm: "plot_perf_box_name"
12179   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12180   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12181   include:
12182     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12183     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12184     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12185     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12186     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12187   layout:
12188     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12189     layout: "plot-throughput"
12190
12191 - type: "plot"
12192   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12193   algorithm: "plot_perf_box_name"
12194   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12195   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12196   include:
12197     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12198     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12199     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12200     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12201     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12202   layout:
12203     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12204     layout: "plot-throughput"
12205
12206 - type: "plot"
12207   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12208   algorithm: "plot_perf_box_name"
12209   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12210   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12211   include:
12212     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12213     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12214     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12215   layout:
12216     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12217     layout: "plot-throughput"
12218
12219 - type: "plot"
12220   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12221   algorithm: "plot_perf_box_name"
12222   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12223   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12224   include:
12225     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12226     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12227     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12228   layout:
12229     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12230     layout: "plot-throughput"
12231
12232 - type: "plot"
12233   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12234   algorithm: "plot_perf_box_name"
12235   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12236   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12237   include:
12238     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12239     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12240     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12241   layout:
12242     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12243     layout: "plot-throughput"
12244
12245 - type: "plot"
12246   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12247   algorithm: "plot_perf_box_name"
12248   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12249   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12250   include:
12251     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12252     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12253     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12254   layout:
12255     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12256     layout: "plot-throughput"
12257
12258 - type: "plot"
12259   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12260   algorithm: "plot_perf_box_name"
12261   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12262   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12263   include:
12264     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12265     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12266     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12267     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12268     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12269   layout:
12270     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12271     layout: "plot-throughput"
12272
12273 - type: "plot"
12274   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12275   algorithm: "plot_perf_box_name"
12276   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12277   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12278   include:
12279     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12280     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12281     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12282     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12283     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12284   layout:
12285     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12286     layout: "plot-throughput"
12287
12288 - type: "plot"
12289   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12290   algorithm: "plot_perf_box_name"
12291   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12292   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12293   include:
12294     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12295     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12296     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12297     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12298     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12299   layout:
12300     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12301     layout: "plot-throughput"
12302
12303 - type: "plot"
12304   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12305   algorithm: "plot_perf_box_name"
12306   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12307   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12308   include:
12309     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12310     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12311     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12312     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12313     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12314   layout:
12315     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12316     layout: "plot-throughput"
12317
12318 - type: "plot"
12319   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12320   algorithm: "plot_perf_box_name"
12321   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12322   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12323   include:
12324     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12325     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12326     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12327     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12328     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12329   layout:
12330     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12331     layout: "plot-throughput"
12332
12333 - type: "plot"
12334   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12335   algorithm: "plot_perf_box_name"
12336   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12337   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12338   include:
12339     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12340     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12341     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12342     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12343     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12344   layout:
12345     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12346     layout: "plot-throughput"
12347
12348 - type: "plot"
12349   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12350   algorithm: "plot_perf_box_name"
12351   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12352   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12353   include:
12354     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12355     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12356     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12357     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12358     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12359   layout:
12360     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12361     layout: "plot-throughput"
12362
12363 - type: "plot"
12364   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12365   algorithm: "plot_perf_box_name"
12366   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12367   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12368   include:
12369     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12370     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12371     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12372     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12373     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12374   layout:
12375     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12376     layout: "plot-throughput"
12377
12378 - type: "plot"
12379   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12380   algorithm: "plot_perf_box_name"
12381   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12382   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12383   include:
12384     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12385     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12386     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12387     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12388     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12389   layout:
12390     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12391     layout: "plot-throughput"
12392
12393 - type: "plot"
12394   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12395   algorithm: "plot_perf_box_name"
12396   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12397   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12398   include:
12399     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12400     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12401     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12402     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12403     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12404   layout:
12405     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12406     layout: "plot-throughput"
12407
12408 - type: "plot"
12409   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12410   algorithm: "plot_perf_box_name"
12411   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12412   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12413   include:
12414     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12415     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12416     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12417     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12418     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12419     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12420   layout:
12421     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12422     layout: "plot-throughput"
12423
12424 - type: "plot"
12425   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12426   algorithm: "plot_perf_box_name"
12427   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12428   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12429   include:
12430     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12431     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12432     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12433     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12434     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12435     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12436   layout:
12437     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12438     layout: "plot-throughput"
12439
12440 - type: "plot"
12441   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12442   algorithm: "plot_perf_box_name"
12443   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12444   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12445   include:
12446     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12447     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12448     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12449     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12450   layout:
12451     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12452     layout: "plot-throughput"
12453
12454 - type: "plot"
12455   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12456   algorithm: "plot_perf_box_name"
12457   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12458   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12459   include:
12460     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12461     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12462     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12463     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12464   layout:
12465     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12466     layout: "plot-throughput"
12467
12468 - type: "plot"
12469   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12470   algorithm: "plot_perf_box_name"
12471   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12472   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12473   include:
12474     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12475     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12476     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12477     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12478     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12479     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12480   layout:
12481     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12482     layout: "plot-throughput"
12483
12484 - type: "plot"
12485   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12486   algorithm: "plot_perf_box_name"
12487   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12488   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12489   include:
12490     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12491     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12492     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12493     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12494     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12495     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12496   layout:
12497     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12498     layout: "plot-throughput"
12499
12500 - type: "plot"
12501   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12502   algorithm: "plot_perf_box_name"
12503   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12504   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12505   include:
12506     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12507     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12508     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12509     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12510     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12511     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12512   layout:
12513     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12514     layout: "plot-throughput"
12515
12516 - type: "plot"
12517   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12518   algorithm: "plot_perf_box_name"
12519   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12520   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12521   include:
12522     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12523     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12524     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12525     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12526     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12527     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12528   layout:
12529     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12530     layout: "plot-throughput"
12531
12532 - type: "plot"
12533   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12534   algorithm: "plot_perf_box_name"
12535   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12536   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12537   include:
12538     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12539     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12540     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12541     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12542     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12543     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12544   layout:
12545     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12546     layout: "plot-throughput"
12547
12548 - type: "plot"
12549   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12550   algorithm: "plot_perf_box_name"
12551   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12552   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12553   include:
12554     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12555     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12556     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12557     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12558     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12559     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12560   layout:
12561     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12562     layout: "plot-throughput"
12563
12564 - type: "plot"
12565   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12566   algorithm: "plot_perf_box_name"
12567   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12568   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12569   include:
12570     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12571     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12572     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12573     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12574     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12575     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12576   layout:
12577     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12578     layout: "plot-throughput"
12579
12580 - type: "plot"
12581   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12582   algorithm: "plot_perf_box_name"
12583   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12584   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12585   include:
12586     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12587     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12588     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12589     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12590     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12591     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12592   layout:
12593     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12594     layout: "plot-throughput"
12595
12596 - type: "plot"
12597   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12598   algorithm: "plot_perf_box_name"
12599   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12600   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12601   include:
12602     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12603     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12604     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12605     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12606     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12607     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12608   layout:
12609     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12610     layout: "plot-throughput"
12611
12612 - type: "plot"
12613   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12614   algorithm: "plot_perf_box_name"
12615   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12616   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12617   include:
12618     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12619     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12620     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12621     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12622     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12623     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12624   layout:
12625     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12626     layout: "plot-throughput"
12627
12628 - type: "plot"
12629   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12630   algorithm: "plot_perf_box_name"
12631   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12632   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12633   include:
12634     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12635     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12636     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12637     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12638     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12639     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12640   layout:
12641     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12642     layout: "plot-throughput"
12643
12644 - type: "plot"
12645   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12646   algorithm: "plot_perf_box_name"
12647   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12648   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12649   include:
12650     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12651     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12652     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12653     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12654     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12655     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12656   layout:
12657     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12658     layout: "plot-throughput"
12659
12660 - type: "plot"
12661   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12662   algorithm: "plot_perf_box_name"
12663   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12664   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12665   include:
12666     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12667     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12668     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12671     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12672   layout:
12673     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12674     layout: "plot-throughput"
12675
12676 - type: "plot"
12677   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12678   algorithm: "plot_perf_box_name"
12679   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12680   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12681   include:
12682     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12683     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12684     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12685     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12686     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12687     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12688   layout:
12689     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12690     layout: "plot-throughput"
12691
12692 - type: "plot"
12693   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12694   algorithm: "plot_perf_box_name"
12695   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12696   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12697   include:
12698     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12699     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12700     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12701     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12702     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12703     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12704   layout:
12705     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12706     layout: "plot-throughput"
12707
12708 - type: "plot"
12709   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12710   algorithm: "plot_perf_box_name"
12711   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12712   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12713   include:
12714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12717     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12718     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12719     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12720   layout:
12721     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12722     layout: "plot-throughput"
12723
12724 - type: "plot"
12725   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12726   algorithm: "plot_perf_box_name"
12727   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12728   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12729   include:
12730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12733     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12734   layout:
12735     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12736     layout: "plot-throughput"
12737
12738 - type: "plot"
12739   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12740   algorithm: "plot_perf_box_name"
12741   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12742   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12743   include:
12744     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12745     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12746     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12747     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12748   layout:
12749     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12750     layout: "plot-throughput"
12751
12752 - type: "plot"
12753   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12754   algorithm: "plot_perf_box_name"
12755   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12756   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12757   include:
12758     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12759     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12760     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12761     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12762   layout:
12763     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12764     layout: "plot-throughput"
12765
12766 - type: "plot"
12767   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12768   algorithm: "plot_perf_box_name"
12769   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12770   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12771   include:
12772     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12773     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12774     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12775     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12776   layout:
12777     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12778     layout: "plot-throughput"
12779
12780 - type: "plot"
12781   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12782   algorithm: "plot_perf_box_name"
12783   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12784   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12785   include:
12786     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12787     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12788     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12789     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12790     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12791     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12792   layout:
12793     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12794     layout: "plot-throughput"
12795
12796 - type: "plot"
12797   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12798   algorithm: "plot_perf_box_name"
12799   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12800   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12801   include:
12802     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12803     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12804     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12805     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12806     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12807     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12808   layout:
12809     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12810     layout: "plot-throughput"
12811
12812 - type: "plot"
12813   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12814   algorithm: "plot_perf_box_name"
12815   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12816   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12817   include:
12818     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12819     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12820     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12821     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12822     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12823   layout:
12824     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12825     layout: "plot-throughput"
12826
12827 - type: "plot"
12828   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12829   algorithm: "plot_perf_box_name"
12830   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12831   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12832   include:
12833     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12834     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12835     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12836     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12837     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12838   layout:
12839     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12840     layout: "plot-throughput"
12841
12842 - type: "plot"
12843   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12844   algorithm: "plot_perf_box_name"
12845   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12846   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12847   include:
12848     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12849     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12850     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12851     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12852     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12853   layout:
12854     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12855     layout: "plot-throughput"
12856
12857 - type: "plot"
12858   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12859   algorithm: "plot_perf_box_name"
12860   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12861   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12862   include:
12863     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12864     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12865     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12866     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12867     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12868   layout:
12869     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12870     layout: "plot-throughput"
12871
12872 - type: "plot"
12873   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12874   algorithm: "plot_perf_box_name"
12875   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12876   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12877   include:
12878     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12879     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12880     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12881     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12882   layout:
12883     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12884     layout: "plot-throughput"
12885
12886 - type: "plot"
12887   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12888   algorithm: "plot_perf_box_name"
12889   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12890   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12891   include:
12892     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12893     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12894     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12895     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12896   layout:
12897     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12898     layout: "plot-throughput"
12899
12900 - type: "plot"
12901   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12902   algorithm: "plot_perf_box_name"
12903   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12904   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12905   include:
12906     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12907     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12908     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12909     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12910     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12911     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12912   layout:
12913     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12914     layout: "plot-throughput"
12915
12916 - type: "plot"
12917   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12918   algorithm: "plot_perf_box_name"
12919   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12920   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12921   include:
12922     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12923     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12924     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12925     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12926     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12927     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12928   layout:
12929     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12930     layout: "plot-throughput"
12931
12932 - type: "plot"
12933   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12934   algorithm: "plot_perf_box_name"
12935   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12936   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12937   include:
12938     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12939     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12940     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12941     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12942     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12943     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12944   layout:
12945     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12946     layout: "plot-throughput"
12947
12948 - type: "plot"
12949   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12950   algorithm: "plot_perf_box_name"
12951   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12952   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12953   include:
12954     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12955     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12956     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12957     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12958     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12959     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12960   layout:
12961     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12962     layout: "plot-throughput"
12963
12964 - type: "plot"
12965   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12966   algorithm: "plot_perf_box_name"
12967   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12968   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12969   include:
12970     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12971     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12972     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12973     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12974     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12975     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12976   layout:
12977     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12978     layout: "plot-throughput"
12979
12980 - type: "plot"
12981   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12982   algorithm: "plot_perf_box_name"
12983   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12984   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12985   include:
12986     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12987     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12988     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12989     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12990     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12991     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12992   layout:
12993     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12994     layout: "plot-throughput"
12995
12996 - type: "plot"
12997   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12998   algorithm: "plot_perf_box_name"
12999   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13000   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13001   include:
13002     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13003     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13004     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13005     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13006     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13007     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13008   layout:
13009     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13010     layout: "plot-throughput"
13011
13012 - type: "plot"
13013   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13014   algorithm: "plot_perf_box_name"
13015   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13016   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13017   include:
13018     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13019     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13020     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13021     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13022     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13023     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13024   layout:
13025     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13026     layout: "plot-throughput"
13027
13028 - type: "plot"
13029   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13030   algorithm: "plot_perf_box_name"
13031   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13032   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13033   include:
13034     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13035     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13036     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13037     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13038   layout:
13039     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13040     layout: "plot-throughput"
13041
13042 - type: "plot"
13043   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13044   algorithm: "plot_perf_box_name"
13045   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13046   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13047   include:
13048     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13049     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13050     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13051     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13052   layout:
13053     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13054     layout: "plot-throughput"
13055
13056 - type: "plot"
13057   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13058   algorithm: "plot_perf_box_name"
13059   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13060   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13061   include:
13062     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13063     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13064     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13065     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13066     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13067     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13068   layout:
13069     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13070     layout: "plot-throughput"
13071
13072 - type: "plot"
13073   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13074   algorithm: "plot_perf_box_name"
13075   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13076   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13077   include:
13078     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13079     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13080     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13081     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13082     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13083     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13084   layout:
13085     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13086     layout: "plot-throughput"
13087
13088 - type: "plot"
13089   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13090   algorithm: "plot_perf_box_name"
13091   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13092   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13093   include:
13094     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13095     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13096     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13097     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13098     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13099     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13100   layout:
13101     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13102     layout: "plot-throughput"
13103
13104 - type: "plot"
13105   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13106   algorithm: "plot_perf_box_name"
13107   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13108   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13109   include:
13110     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13111     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13112     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13113     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13114     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13115     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13116   layout:
13117     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13118     layout: "plot-throughput"
13119
13120 #- type: "plot"
13121 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13122 #  algorithm: "plot_perf_box_name"
13123 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13124 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13125 #  include:
13126 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13127 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13128 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13129 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13130 #  layout:
13131 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13132 #    layout: "plot-throughput"
13133 #
13134 #- type: "plot"
13135 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13136 #  algorithm: "plot_perf_box_name"
13137 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13138 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13139 #  include:
13140 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13141 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13142 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13143 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13144 #  layout:
13145 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13146 #    layout: "plot-throughput"
13147
13148 - type: "plot"
13149   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13150   algorithm: "plot_perf_box_name"
13151   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13152   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13153   include:
13154     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13155     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13156     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13157     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13158     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13159     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13160   layout:
13161     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13162     layout: "plot-throughput"
13163
13164 - type: "plot"
13165   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13166   algorithm: "plot_perf_box_name"
13167   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13168   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13169   include:
13170     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13171     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13172     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13173     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13174     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13175     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13176   layout:
13177     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13178     layout: "plot-throughput"
13179
13180 #- type: "plot"
13181 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13182 #  algorithm: "plot_perf_box_name"
13183 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13184 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13185 #  include:
13186 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13187 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13188 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13189 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13190 #  layout:
13191 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13192 #    layout: "plot-throughput"
13193 #
13194 #- type: "plot"
13195 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13196 #  algorithm: "plot_perf_box_name"
13197 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13198 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13199 #  include:
13200 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13201 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13202 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13203 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13204 #  layout:
13205 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13206 #    layout: "plot-throughput"
13207
13208 - type: "plot"
13209   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13210   algorithm: "plot_perf_box_name"
13211   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13212   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13213   include:
13214     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13215     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13216     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13217     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13218     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13219     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13220   layout:
13221     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13222     layout: "plot-throughput"
13223
13224 - type: "plot"
13225   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13226   algorithm: "plot_perf_box_name"
13227   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13228   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13229   include:
13230     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13231     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13232     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13233     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13234     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13235     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13236   layout:
13237     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13238     layout: "plot-throughput"
13239
13240 #- type: "plot"
13241 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13242 #  algorithm: "plot_perf_box_name"
13243 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13244 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13245 #  include:
13246 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13247 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13248 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13249 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13250 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13251 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13252 #  layout:
13253 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13254 #    layout: "plot-throughput"
13255 #
13256 #- type: "plot"
13257 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13258 #  algorithm: "plot_perf_box_name"
13259 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13260 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13261 #  include:
13262 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13263 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13264 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13265 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13266 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13267 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13268 #  layout:
13269 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13270 #    layout: "plot-throughput"
13271
13272 - type: "plot"
13273   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13274   algorithm: "plot_perf_box_name"
13275   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13276   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13277   include:
13278     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13279     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13280     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13281     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13282     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13283     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13284   layout:
13285     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13286     layout: "plot-throughput"
13287
13288 - type: "plot"
13289   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13290   algorithm: "plot_perf_box_name"
13291   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13292   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13293   include:
13294     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13295     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13296     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13297     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13298     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13299     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13300   layout:
13301     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13302     layout: "plot-throughput"
13303
13304 - type: "plot"
13305   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13306   algorithm: "plot_perf_box_name"
13307   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13308   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13309   include:
13310     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13311     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13312     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13313     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13314     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13315     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13316   layout:
13317     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13318     layout: "plot-throughput"
13319
13320 - type: "plot"
13321   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13322   algorithm: "plot_perf_box_name"
13323   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13324   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13325   include:
13326     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13327     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13328     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13329     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13330     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13331     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13332   layout:
13333     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13334     layout: "plot-throughput"
13335
13336 - type: "plot"
13337   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13338   algorithm: "plot_perf_box_name"
13339   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13340   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13341   include:
13342     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13343     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13344     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13345     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13346     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13347     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13348   layout:
13349     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13350     layout: "plot-throughput"
13351
13352 - type: "plot"
13353   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13354   algorithm: "plot_perf_box_name"
13355   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13356   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13357   include:
13358     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13359     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13360     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13361     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13362     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13363     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13364   layout:
13365     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13366     layout: "plot-throughput"
13367
13368 - type: "plot"
13369   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13370   algorithm: "plot_perf_box_name"
13371   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13372   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13373   include:
13374     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13375     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13376     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13377     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13378     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13379     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13380   layout:
13381     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13382     layout: "plot-throughput"
13383
13384 - type: "plot"
13385   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13386   algorithm: "plot_perf_box_name"
13387   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13388   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13389   include:
13390     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13391     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13392     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13393     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13394     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13395     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13396   layout:
13397     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13398     layout: "plot-throughput"
13399
13400 #- type: "plot"
13401 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13402 #  algorithm: "plot_perf_box_name"
13403 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13404 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13405 #  include:
13406 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13407 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13408 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13409 #  layout:
13410 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13411 #    layout: "plot-throughput"
13412 #
13413 #- type: "plot"
13414 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13415 #  algorithm: "plot_perf_box_name"
13416 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13417 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13418 #  include:
13419 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13420 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13421 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13422 #  layout:
13423 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13424 #    layout: "plot-throughput"
13425
13426 - type: "plot"
13427   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13428   algorithm: "plot_perf_box_name"
13429   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13430   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13431   include:
13432     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13433     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13434     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13435     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13436     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13437   layout:
13438     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13439     layout: "plot-throughput"
13440
13441 - type: "plot"
13442   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13443   algorithm: "plot_perf_box_name"
13444   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13445   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13446   include:
13447     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13448     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13449     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13450     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13451     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13452   layout:
13453     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13454     layout: "plot-throughput"
13455
13456 - type: "plot"
13457   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13458   algorithm: "plot_perf_box_name"
13459   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13460   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13461   include:
13462     - "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"
13463     - "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"
13464     - "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"
13465     - "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"
13466     - "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"
13467   layout:
13468     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13469     layout: "plot-throughput"
13470
13471 - type: "plot"
13472   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13473   algorithm: "plot_perf_box_name"
13474   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13475   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13476   include:
13477     - "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"
13478     - "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"
13479     - "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"
13480     - "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"
13481     - "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"
13482   layout:
13483     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13484     layout: "plot-throughput"
13485
13486 - type: "plot"
13487   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13488   algorithm: "plot_perf_box_name"
13489   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13490   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13491   include:
13492     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13493     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13494     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13495     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13496     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13497   layout:
13498     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13499     layout: "plot-throughput"
13500
13501 - type: "plot"
13502   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13503   algorithm: "plot_perf_box_name"
13504   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13505   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13506   include:
13507     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13508     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13509     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13510     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13511     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13512   layout:
13513     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13514     layout: "plot-throughput"
13515
13516 - type: "plot"
13517   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13518   algorithm: "plot_perf_box_name"
13519   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13520   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13521   include:
13522     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13523     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13524     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13525     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13526     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13527   layout:
13528     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13529     layout: "plot-throughput"
13530
13531 - type: "plot"
13532   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13533   algorithm: "plot_perf_box_name"
13534   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13535   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13536   include:
13537     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13538     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13539     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13540     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13541     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13542   layout:
13543     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13544     layout: "plot-throughput"
13545
13546 - type: "plot"
13547   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13548   algorithm: "plot_perf_box_name"
13549   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13550   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13551   include:
13552     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13553     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13554     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13555     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13556     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13557   layout:
13558     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13559     layout: "plot-throughput"
13560
13561 - type: "plot"
13562   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13563   algorithm: "plot_perf_box_name"
13564   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13565   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13566   include:
13567     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13568     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13569     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13570     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13571     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13572   layout:
13573     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13574     layout: "plot-throughput"
13575
13576 - type: "plot"
13577   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13578   algorithm: "plot_perf_box_name"
13579   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13580   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13581   include:
13582     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13583     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13584     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13585     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13586     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13587   layout:
13588     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13589     layout: "plot-throughput"
13590
13591 - type: "plot"
13592   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13593   algorithm: "plot_perf_box_name"
13594   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13595   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13596   include:
13597     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13598     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13599     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13600     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13601     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13602   layout:
13603     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13604     layout: "plot-throughput"
13605
13606 - type: "plot"
13607   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13608   algorithm: "plot_perf_box_name"
13609   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13610   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13611   include:
13612     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13613     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13614     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13615     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13616   layout:
13617     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13618     layout: "plot-throughput"
13619
13620 - type: "plot"
13621   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13622   algorithm: "plot_perf_box_name"
13623   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13624   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13625   include:
13626     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13627     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13628     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13629     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13630   layout:
13631     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13632     layout: "plot-throughput"
13633
13634 - type: "plot"
13635   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13636   algorithm: "plot_perf_box_name"
13637   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13638   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13639   include:
13640     - "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"
13641     - "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"
13642     - "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"
13643     - "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"
13644   layout:
13645     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13646     layout: "plot-throughput"
13647
13648 - type: "plot"
13649   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13650   algorithm: "plot_perf_box_name"
13651   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13652   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13653   include:
13654     - "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"
13655     - "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"
13656     - "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"
13657     - "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"
13658   layout:
13659     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13660     layout: "plot-throughput"
13661
13662 - type: "plot"
13663   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13664   algorithm: "plot_perf_box_name"
13665   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13666   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13667   include:
13668     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13669     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13670     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13671     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13672     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13673     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13674   layout:
13675     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13676     layout: "plot-throughput"
13677
13678 - type: "plot"
13679   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13680   algorithm: "plot_perf_box_name"
13681   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13682   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13683   include:
13684     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13685     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13686     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13687     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13688     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13689     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13690   layout:
13691     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13692     layout: "plot-throughput"
13693
13694 - type: "plot"
13695   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13696   algorithm: "plot_perf_box_name"
13697   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13698   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13699   include:
13700     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13701     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13702     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13703     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13704     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13705     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13706   layout:
13707     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13708     layout: "plot-throughput"
13709
13710 - type: "plot"
13711   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13712   algorithm: "plot_perf_box_name"
13713   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13714   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13715   include:
13716     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13717     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13718     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13719     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13720     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13721     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13722   layout:
13723     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13724     layout: "plot-throughput"
13725
13726 - type: "plot"
13727   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13728   algorithm: "plot_perf_box_name"
13729   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13730   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13731   include:
13732     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13733     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13734     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13735     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13736     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13737     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13738   layout:
13739     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13740     layout: "plot-throughput"
13741
13742 - type: "plot"
13743   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13744   algorithm: "plot_perf_box_name"
13745   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13746   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13747   include:
13748     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13749     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13750     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13751     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13752     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13753     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13754   layout:
13755     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13756     layout: "plot-throughput"
13757
13758 - type: "plot"
13759   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13760   algorithm: "plot_perf_box_name"
13761   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13762   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13763   include:
13764     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13765     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13766     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13767     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13768     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13769   layout:
13770     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13771     layout: "plot-throughput"
13772
13773 - type: "plot"
13774   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13775   algorithm: "plot_perf_box_name"
13776   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13777   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13778   include:
13779     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13780     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13781     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13782     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13783     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13784   layout:
13785     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13786     layout: "plot-throughput"
13787
13788 - type: "plot"
13789   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13790   algorithm: "plot_perf_box_name"
13791   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13792   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13793   include:
13794     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13795     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13796   layout:
13797     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13798     layout: "plot-throughput"
13799
13800 - type: "plot"
13801   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13802   algorithm: "plot_perf_box_name"
13803   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13804   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13805   include:
13806     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13807     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13808   layout:
13809     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13810     layout: "plot-throughput"
13811
13812 - type: "plot"
13813   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13814   algorithm: "plot_perf_box_name"
13815   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13816   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13817   include:
13818     - "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"
13819     - "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"
13820   layout:
13821     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13822     layout: "plot-throughput"
13823
13824 - type: "plot"
13825   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13826   algorithm: "plot_perf_box_name"
13827   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13828   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13829   include:
13830     - "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"
13831     - "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"
13832   layout:
13833     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13834     layout: "plot-throughput"
13835
13836 - type: "plot"
13837   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13838   algorithm: "plot_perf_box_name"
13839   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13840   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13841   include:
13842     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13843     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13844   layout:
13845     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13846     layout: "plot-throughput"
13847
13848 - type: "plot"
13849   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13850   algorithm: "plot_perf_box_name"
13851   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13852   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13853   include:
13854     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13855     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13856   layout:
13857     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13858     layout: "plot-throughput"
13859
13860 - type: "plot"
13861   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13862   algorithm: "plot_perf_box_name"
13863   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13864   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13865   include:
13866     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13867     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13868   layout:
13869     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13870     layout: "plot-throughput"
13871
13872 - type: "plot"
13873   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13874   algorithm: "plot_perf_box_name"
13875   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13876   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13877   include:
13878     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13879     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13880   layout:
13881     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13882     layout: "plot-throughput"
13883
13884 - type: "plot"
13885   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13886   algorithm: "plot_perf_box_name"
13887   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13888   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13889   include:
13890     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13891     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13892     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13893     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13894     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13895     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13896   layout:
13897     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13898     layout: "plot-throughput"
13899
13900 - type: "plot"
13901   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13902   algorithm: "plot_perf_box_name"
13903   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13904   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13905   include:
13906     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13907     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13908     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13909     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13910     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13911     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13912   layout:
13913     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13914     layout: "plot-throughput"
13915
13916 - type: "plot"
13917   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13918   algorithm: "plot_perf_box_name"
13919   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13920   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13921   include:
13922     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13923     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13924     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13925     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13926     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13927     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13928   layout:
13929     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13930     layout: "plot-throughput"
13931
13932 - type: "plot"
13933   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13934   algorithm: "plot_perf_box_name"
13935   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13936   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13937   include:
13938     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13939     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13940     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13941     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13942     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13943     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13944   layout:
13945     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13946     layout: "plot-throughput"
13947
13948 #- type: "plot"
13949 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13950 #  algorithm: "plot_perf_box_name"
13951 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13952 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13953 #  include:
13954 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13955 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13956 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13957 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13958 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13959 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13960 #  layout:
13961 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13962 #    layout: "plot-throughput"
13963 #
13964 #- type: "plot"
13965 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13966 #  algorithm: "plot_perf_box_name"
13967 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13968 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13969 #  include:
13970 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13971 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13972 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13973 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13974 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13975 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13976 #  layout:
13977 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13978 #    layout: "plot-throughput"
13979
13980 - type: "plot"
13981   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13982   algorithm: "plot_perf_box_name"
13983   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13984   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13985   include:
13986     - "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"
13987     - "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"
13988     - "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"
13989     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13990     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13991     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13992   layout:
13993     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13994     layout: "plot-throughput"
13995
13996 - type: "plot"
13997   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13998   algorithm: "plot_perf_box_name"
13999   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14000   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14001   include:
14002     - "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"
14003     - "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"
14004     - "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"
14005     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14006     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14007     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14008   layout:
14009     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14010     layout: "plot-throughput"
14011
14012 ################################################################################
14013
14014 # Packet Speedup
14015
14016 - type: "plot"
14017   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14018   algorithm: "plot_tsa_name"
14019   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14020   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14021   include:
14022     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14023     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14024     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14025     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14026   layout:
14027     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14028     layout: "plot-throughput-speedup-analysis"
14029
14030 - type: "plot"
14031   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14032   algorithm: "plot_tsa_name"
14033   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14034   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14035   include:
14036     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14037     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14038     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14039     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14040   layout:
14041     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14042     layout: "plot-throughput-speedup-analysis"
14043
14044 - type: "plot"
14045   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14046   algorithm: "plot_tsa_name"
14047   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14048   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14049   include:
14050     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14051     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14052     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14053     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14054   layout:
14055     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14056     layout: "plot-throughput-speedup-analysis"
14057
14058 - type: "plot"
14059   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14060   algorithm: "plot_tsa_name"
14061   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14062   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14063   include:
14064     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14065     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14066     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14067     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14068   layout:
14069     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14070     layout: "plot-throughput-speedup-analysis"
14071
14072 - type: "plot"
14073   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14074   algorithm: "plot_tsa_name"
14075   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14076   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14077   include:
14078     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14079     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14080     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14081     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14082     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14083   layout:
14084     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14085     layout: "plot-throughput-speedup-analysis"
14086
14087 - type: "plot"
14088   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14089   algorithm: "plot_tsa_name"
14090   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14091   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14092   include:
14093     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14094     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14095     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14096     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14097     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14098   layout:
14099     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14100     layout: "plot-throughput-speedup-analysis"
14101
14102 - type: "plot"
14103   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14104   algorithm: "plot_tsa_name"
14105   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14106   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14107   include:
14108     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14109     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14110     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14111     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14112     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14113   layout:
14114     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14115     layout: "plot-throughput-speedup-analysis"
14116
14117 - type: "plot"
14118   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14119   algorithm: "plot_tsa_name"
14120   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14121   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14122   include:
14123     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14124     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14125     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14126     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14127     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14128   layout:
14129     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14130     layout: "plot-throughput-speedup-analysis"
14131
14132 - type: "plot"
14133   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14134   algorithm: "plot_tsa_name"
14135   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14136   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14137   include:
14138     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14139     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14140     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14141     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14142     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14143     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14144   layout:
14145     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14146     layout: "plot-throughput-speedup-analysis"
14147
14148 - type: "plot"
14149   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14150   algorithm: "plot_tsa_name"
14151   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14152   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14153   include:
14154     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14155     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14156     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14157     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14158     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14159     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14160   layout:
14161     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14162     layout: "plot-throughput-speedup-analysis"
14163
14164 - type: "plot"
14165   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14166   algorithm: "plot_tsa_name"
14167   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14168   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14169   include:
14170     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14171     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14172     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14173     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14174     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14175   layout:
14176     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14177     layout: "plot-throughput-speedup-analysis"
14178
14179 - type: "plot"
14180   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14181   algorithm: "plot_tsa_name"
14182   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14183   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14184   include:
14185     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14190   layout:
14191     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14192     layout: "plot-throughput-speedup-analysis"
14193
14194 - type: "plot"
14195   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14196   algorithm: "plot_tsa_name"
14197   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14198   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14199   include:
14200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14203   layout:
14204     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14205     layout: "plot-throughput-speedup-analysis"
14206
14207 - type: "plot"
14208   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14209   algorithm: "plot_tsa_name"
14210   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14211   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14212   include:
14213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14216   layout:
14217     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14218     layout: "plot-throughput-speedup-analysis"
14219
14220 - type: "plot"
14221   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14222   algorithm: "plot_tsa_name"
14223   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14224   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14225   include:
14226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14231   layout:
14232     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14233     layout: "plot-throughput-speedup-analysis"
14234
14235 - type: "plot"
14236   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14237   algorithm: "plot_tsa_name"
14238   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14239   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14240   include:
14241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14246   layout:
14247     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14248     layout: "plot-throughput-speedup-analysis"
14249
14250 - type: "plot"
14251   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14252   algorithm: "plot_tsa_name"
14253   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14254   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14255   include:
14256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14259   layout:
14260     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14261     layout: "plot-throughput-speedup-analysis"
14262
14263 - type: "plot"
14264   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14265   algorithm: "plot_tsa_name"
14266   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14267   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14268   include:
14269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14272   layout:
14273     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14274     layout: "plot-throughput-speedup-analysis"
14275
14276 - type: "plot"
14277   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14278   algorithm: "plot_tsa_name"
14279   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14280   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14281   include:
14282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14283     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14288   layout:
14289     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14290     layout: "plot-throughput-speedup-analysis"
14291
14292 - type: "plot"
14293   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14294   algorithm: "plot_tsa_name"
14295   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14296   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14297   include:
14298     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14299     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14300     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14304   layout:
14305     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14306     layout: "plot-throughput-speedup-analysis"
14307
14308 - type: "plot"
14309   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14310   algorithm: "plot_tsa_name"
14311   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14312   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14313   include:
14314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14320   layout:
14321     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14322     layout: "plot-throughput-speedup-analysis"
14323
14324 - type: "plot"
14325   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14326   algorithm: "plot_tsa_name"
14327   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14328   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14329   include:
14330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14334     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14336   layout:
14337     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14338     layout: "plot-throughput-speedup-analysis"
14339
14340 - type: "plot"
14341   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14342   algorithm: "plot_tsa_name"
14343   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14344   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14345   include:
14346     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14347     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14348     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14349   layout:
14350     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14351     layout: "plot-throughput-speedup-analysis"
14352
14353 - type: "plot"
14354   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14355   algorithm: "plot_tsa_name"
14356   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14357   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14358   include:
14359     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14360     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14361     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14362   layout:
14363     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14364     layout: "plot-throughput-speedup-analysis"
14365
14366 - type: "plot"
14367   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14368   algorithm: "plot_tsa_name"
14369   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14370   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14371   include:
14372     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14373     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14375 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14376 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14377   layout:
14378     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14379     layout: "plot-throughput-speedup-analysis"
14380
14381 - type: "plot"
14382   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14383   algorithm: "plot_tsa_name"
14384   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14385   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14386   include:
14387     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14388     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14390 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14391 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14392   layout:
14393     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14394     layout: "plot-throughput-speedup-analysis"
14395
14396 - type: "plot"
14397   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14398   algorithm: "plot_tsa_name"
14399   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14400   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14401   include:
14402     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14403     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14404     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14405     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14406     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14407   layout:
14408     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14409     layout: "plot-throughput-speedup-analysis"
14410
14411 - type: "plot"
14412   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14413   algorithm: "plot_tsa_name"
14414   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14415   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14416   include:
14417     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14418     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14419     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14420     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14421     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14422   layout:
14423     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14424     layout: "plot-throughput-speedup-analysis"
14425
14426 - type: "plot"
14427   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14428   algorithm: "plot_tsa_name"
14429   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14430   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14431   include:
14432     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14433     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14434     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14435     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14436     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14437   layout:
14438     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14439     layout: "plot-throughput-speedup-analysis"
14440
14441 - type: "plot"
14442   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14443   algorithm: "plot_tsa_name"
14444   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14445   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14446   include:
14447     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14448     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14449     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14450     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14451     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14452   layout:
14453     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14454     layout: "plot-throughput-speedup-analysis"
14455
14456 - type: "plot"
14457   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14458   algorithm: "plot_tsa_name"
14459   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14460   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14461   include:
14462     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14463     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14464     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14465     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14466     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14467     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14468   layout:
14469     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14470     layout: "plot-throughput-speedup-analysis"
14471
14472 - type: "plot"
14473   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14474   algorithm: "plot_tsa_name"
14475   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14476   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14477   include:
14478     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14479     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14480     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14481     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14482     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14483     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14484   layout:
14485     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14486     layout: "plot-throughput-speedup-analysis"
14487
14488 - type: "plot"
14489   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14490   algorithm: "plot_tsa_name"
14491   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14492   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14493   include:
14494     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14495     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14496     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14497     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14498     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14499     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14500   layout:
14501     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14502     layout: "plot-throughput-speedup-analysis"
14503
14504 - type: "plot"
14505   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14506   algorithm: "plot_tsa_name"
14507   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14508   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14509   include:
14510     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14511     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14512     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14513     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14514     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14515     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14516   layout:
14517     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14518     layout: "plot-throughput-speedup-analysis"
14519
14520 - type: "plot"
14521   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14522   algorithm: "plot_tsa_name"
14523   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14524   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14525   include:
14526     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14527     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14528   layout:
14529     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14530     layout: "plot-throughput-speedup-analysis"
14531
14532 - type: "plot"
14533   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14534   algorithm: "plot_tsa_name"
14535   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14536   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14537   include:
14538     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14539     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14540   layout:
14541     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14542     layout: "plot-throughput-speedup-analysis"
14543
14544 - type: "plot"
14545   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14546   algorithm: "plot_tsa_name"
14547   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14548   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14549   include:
14550     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14551     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14552     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14553     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14554   layout:
14555     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14556     layout: "plot-throughput-speedup-analysis"
14557
14558 - type: "plot"
14559   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14560   algorithm: "plot_tsa_name"
14561   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14562   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14563   include:
14564     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14565     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14566     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14567     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14568   layout:
14569     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14570     layout: "plot-throughput-speedup-analysis"
14571
14572 - type: "plot"
14573   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14574   algorithm: "plot_tsa_name"
14575   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14576   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14577   include:
14578     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14579     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14580     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14581     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14582   layout:
14583     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14584     layout: "plot-throughput-speedup-analysis"
14585
14586 - type: "plot"
14587   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14588   algorithm: "plot_tsa_name"
14589   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14590   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14591   include:
14592     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14593     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14594     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14595     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14596   layout:
14597     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14598     layout: "plot-throughput-speedup-analysis"
14599
14600 - type: "plot"
14601   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14602   algorithm: "plot_tsa_name"
14603   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14604   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14605   include:
14606     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14607     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14608     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14609     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14610     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14611     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14612   layout:
14613     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14614     layout: "plot-throughput-speedup-analysis"
14615
14616 - type: "plot"
14617   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14618   algorithm: "plot_tsa_name"
14619   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14620   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14621   include:
14622     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14623     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14624     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14625     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14626     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14627     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14628   layout:
14629     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14630     layout: "plot-throughput-speedup-analysis"
14631
14632 - type: "plot"
14633   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14634   algorithm: "plot_tsa_name"
14635   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14636   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14637   include:
14638     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14639     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14640     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14641     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14642     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14643   layout:
14644     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14645     layout: "plot-throughput-speedup-analysis"
14646
14647 - type: "plot"
14648   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14649   algorithm: "plot_tsa_name"
14650   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14651   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14652   include:
14653     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14654     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14655     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14656     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14657     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14658   layout:
14659     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14660     layout: "plot-throughput-speedup-analysis"
14661
14662 - type: "plot"
14663   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14664   algorithm: "plot_tsa_name"
14665   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14666   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14667   include:
14668     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14669     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14670     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14671     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14672     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14673   layout:
14674     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14675     layout: "plot-throughput-speedup-analysis"
14676
14677 - type: "plot"
14678   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14679   algorithm: "plot_tsa_name"
14680   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14681   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14682   include:
14683     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14684     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14685     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14686     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14687     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14688   layout:
14689     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14690     layout: "plot-throughput-speedup-analysis"
14691
14692 - type: "plot"
14693   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14694   algorithm: "plot_tsa_name"
14695   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14696   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14697   include:
14698     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14699     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14700     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14701   layout:
14702     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14703     layout: "plot-throughput-speedup-analysis"
14704
14705 - type: "plot"
14706   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14707   algorithm: "plot_tsa_name"
14708   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14709   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14710   include:
14711     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14712     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14713     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14714   layout:
14715     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14716     layout: "plot-throughput-speedup-analysis"
14717
14718 - type: "plot"
14719   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14720   algorithm: "plot_tsa_name"
14721   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14722   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14723   include:
14724     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14725     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14726     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14727   layout:
14728     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14729     layout: "plot-throughput-speedup-analysis"
14730
14731 - type: "plot"
14732   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14733   algorithm: "plot_tsa_name"
14734   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14735   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14736   include:
14737     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14738     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14739     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14740   layout:
14741     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14742     layout: "plot-throughput-speedup-analysis"
14743
14744 - type: "plot"
14745   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14746   algorithm: "plot_tsa_name"
14747   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14748   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14749   include:
14750     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14751     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14752     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14753     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14754     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14755   layout:
14756     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14757     layout: "plot-throughput-speedup-analysis"
14758
14759 - type: "plot"
14760   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14761   algorithm: "plot_tsa_name"
14762   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14763   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14764   include:
14765     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14766     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14767     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14768     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14769     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14770   layout:
14771     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14772     layout: "plot-throughput-speedup-analysis"
14773
14774 - type: "plot"
14775   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14776   algorithm: "plot_tsa_name"
14777   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14778   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14779   include:
14780     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14781     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14782     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14783     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14784     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14785   layout:
14786     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14787     layout: "plot-throughput-speedup-analysis"
14788
14789 - type: "plot"
14790   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14791   algorithm: "plot_tsa_name"
14792   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14793   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14794   include:
14795     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14796     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14797     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14798     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14799     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14800   layout:
14801     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14802     layout: "plot-throughput-speedup-analysis"
14803
14804 - type: "plot"
14805   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14806   algorithm: "plot_tsa_name"
14807   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14808   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14809   include:
14810     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14811     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14812     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14813     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14814     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14815     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14816   layout:
14817     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14818     layout: "plot-throughput-speedup-analysis"
14819
14820 - type: "plot"
14821   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14822   algorithm: "plot_tsa_name"
14823   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14824   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14825   include:
14826     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14827     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14828     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14829     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14830     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14831     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14832   layout:
14833     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14834     layout: "plot-throughput-speedup-analysis"
14835
14836 - type: "plot"
14837   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14838   algorithm: "plot_tsa_name"
14839   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14840   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14841   include:
14842     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14843     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14844     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14845     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14846   layout:
14847     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14848     layout: "plot-throughput-speedup-analysis"
14849
14850 - type: "plot"
14851   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14852   algorithm: "plot_tsa_name"
14853   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14854   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14855   include:
14856     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14857     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14858     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14859     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14860   layout:
14861     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14862     layout: "plot-throughput-speedup-analysis"
14863
14864 - type: "plot"
14865   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14866   algorithm: "plot_tsa_name"
14867   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14868   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14869   include:
14870     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14871     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14872     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14873     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14874     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14875     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14876   layout:
14877     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14878     layout: "plot-throughput-speedup-analysis"
14879
14880 - type: "plot"
14881   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14882   algorithm: "plot_tsa_name"
14883   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14884   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14885   include:
14886     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14887     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14888     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14889     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14890     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14891     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14892   layout:
14893     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14894     layout: "plot-throughput-speedup-analysis"
14895
14896 - type: "plot"
14897   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14898   algorithm: "plot_tsa_name"
14899   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14900   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14901   include:
14902     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14903     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14904     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14905     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14906     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14907     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14908   layout:
14909     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14910     layout: "plot-throughput-speedup-analysis"
14911
14912 - type: "plot"
14913   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14914   algorithm: "plot_tsa_name"
14915   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14916   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14917   include:
14918     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14919     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14920     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14921     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14922     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14923     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14924   layout:
14925     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14926     layout: "plot-throughput-speedup-analysis"
14927
14928 - type: "plot"
14929   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14930   algorithm: "plot_tsa_name"
14931   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14932   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14933   include:
14934     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14935     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14936     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14937     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14938     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14939     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14940   layout:
14941     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14942     layout: "plot-throughput-speedup-analysis"
14943
14944 - type: "plot"
14945   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14946   algorithm: "plot_tsa_name"
14947   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14948   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14949   include:
14950     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14951     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14952     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14953     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14954     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14955     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14956   layout:
14957     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14958     layout: "plot-throughput-speedup-analysis"
14959
14960 - type: "plot"
14961   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14962   algorithm: "plot_tsa_name"
14963   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14964   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14965   include:
14966     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14967     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14968     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14969     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14970     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14971     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14972   layout:
14973     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14974     layout: "plot-throughput-speedup-analysis"
14975
14976 - type: "plot"
14977   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14978   algorithm: "plot_tsa_name"
14979   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14980   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14981   include:
14982     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14983     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14984     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14985     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14986     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14987     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14988   layout:
14989     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14990     layout: "plot-throughput-speedup-analysis"
14991
14992 - type: "plot"
14993   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14994   algorithm: "plot_tsa_name"
14995   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14996   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14997   include:
14998     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14999     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15000     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15001     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15002     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15003     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15004   layout:
15005     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15006     layout: "plot-throughput-speedup-analysis"
15007
15008 - type: "plot"
15009   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15010   algorithm: "plot_tsa_name"
15011   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15012   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15013   include:
15014     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15015     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15016     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15017     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15018     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15019     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15020   layout:
15021     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15022     layout: "plot-throughput-speedup-analysis"
15023
15024 - type: "plot"
15025   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15026   algorithm: "plot_tsa_name"
15027   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15028   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15029   include:
15030     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15031     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15032     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15033     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15034   layout:
15035     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15036     layout: "plot-throughput-speedup-analysis"
15037
15038 - type: "plot"
15039   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15040   algorithm: "plot_tsa_name"
15041   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15042   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15043   include:
15044     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15045     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15046     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15047     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15048   layout:
15049     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15050     layout: "plot-throughput-speedup-analysis"
15051
15052 - type: "plot"
15053   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15054   algorithm: "plot_tsa_name"
15055   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15056   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15057   include:
15058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15062   layout:
15063     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15064     layout: "plot-throughput-speedup-analysis"
15065
15066 - type: "plot"
15067   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15068   algorithm: "plot_tsa_name"
15069   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15070   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15071   include:
15072     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15076   layout:
15077     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15078     layout: "plot-throughput-speedup-analysis"
15079
15080 - type: "plot"
15081   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15082   algorithm: "plot_tsa_name"
15083   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15084   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15085   include:
15086     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15087     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15088     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15089     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15090     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15091     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15092   layout:
15093     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15094     layout: "plot-throughput-speedup-analysis"
15095
15096 - type: "plot"
15097   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15098   algorithm: "plot_tsa_name"
15099   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15100   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15101   include:
15102     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15103     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15104     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15105     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15106     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15107     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15108   layout:
15109     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15110     layout: "plot-throughput-speedup-analysis"
15111
15112 - type: "plot"
15113   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15114   algorithm: "plot_tsa_name"
15115   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15116   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15117   include:
15118     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15119     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15120     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15121     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15122     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15123   layout:
15124     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15125     layout: "plot-throughput-speedup-analysis"
15126
15127 - type: "plot"
15128   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15129   algorithm: "plot_tsa_name"
15130   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15131   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15132   include:
15133     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15134     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15135     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15136     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15137     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15138   layout:
15139     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15140     layout: "plot-throughput-speedup-analysis"
15141
15142 - type: "plot"
15143   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15144   algorithm: "plot_tsa_name"
15145   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15146   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15147   include:
15148     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15149     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15150     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15151     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15152     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15153   layout:
15154     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15155     layout: "plot-throughput-speedup-analysis"
15156
15157 - type: "plot"
15158   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15159   algorithm: "plot_tsa_name"
15160   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15161   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15162   include:
15163     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15164     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15165     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15166     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15167     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15168   layout:
15169     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15170     layout: "plot-throughput-speedup-analysis"
15171
15172 - type: "plot"
15173   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15174   algorithm: "plot_tsa_name"
15175   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15176   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15177   include:
15178     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15179     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15180     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15181     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15182   layout:
15183     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15184     layout: "plot-throughput-speedup-analysis"
15185
15186 - type: "plot"
15187   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15188   algorithm: "plot_tsa_name"
15189   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15191   include:
15192     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15193     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15194     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15195     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15196   layout:
15197     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15198     layout: "plot-throughput-speedup-analysis"
15199
15200 - type: "plot"
15201   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15202   algorithm: "plot_tsa_name"
15203   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15204   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15205   include:
15206     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15207     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15208     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15209     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15210     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15211     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15212   layout:
15213     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15214     layout: "plot-throughput-speedup-analysis"
15215
15216 - type: "plot"
15217   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15218   algorithm: "plot_tsa_name"
15219   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15220   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15221   include:
15222     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15223     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15224     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15225     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15226     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15227     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15228   layout:
15229     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15230     layout: "plot-throughput-speedup-analysis"
15231
15232 - type: "plot"
15233   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15234   algorithm: "plot_tsa_name"
15235   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15236   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15237   include:
15238     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15239     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15240     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15241     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15242     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15243     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15244   layout:
15245     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15246     layout: "plot-throughput-speedup-analysis"
15247
15248 - type: "plot"
15249   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15250   algorithm: "plot_tsa_name"
15251   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15252   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15253   include:
15254     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15255     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15256     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15257     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15258     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15259     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15260   layout:
15261     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15262     layout: "plot-throughput-speedup-analysis"
15263
15264 - type: "plot"
15265   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15266   algorithm: "plot_tsa_name"
15267   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15268   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15269   include:
15270     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15271     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15272     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15273     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15274     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15275     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15276   layout:
15277     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15278     layout: "plot-throughput-speedup-analysis"
15279
15280 - type: "plot"
15281   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15282   algorithm: "plot_tsa_name"
15283   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15284   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15285   include:
15286     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15287     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15288     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15289     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15290     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15291     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15292   layout:
15293     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15294     layout: "plot-throughput-speedup-analysis"
15295
15296 - type: "plot"
15297   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15298   algorithm: "plot_tsa_name"
15299   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15300   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15301   include:
15302     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15303     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15304     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15305     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15306     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15307     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15308   layout:
15309     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15310     layout: "plot-throughput-speedup-analysis"
15311
15312 - type: "plot"
15313   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15314   algorithm: "plot_tsa_name"
15315   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15316   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15317   include:
15318     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15319     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15320     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15321     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15322     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15323     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15324   layout:
15325     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15326     layout: "plot-throughput-speedup-analysis"
15327
15328 - type: "plot"
15329   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15330   algorithm: "plot_tsa_name"
15331   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15332   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15333   include:
15334     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15335     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15336     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15337     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15338     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15339     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15340   layout:
15341     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15342     layout: "plot-throughput-speedup-analysis"
15343
15344 - type: "plot"
15345   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15346   algorithm: "plot_tsa_name"
15347   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15348   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15349   include:
15350     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15351     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15352     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15353     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15354     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15355     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15356   layout:
15357     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15358     layout: "plot-throughput-speedup-analysis"
15359
15360 - type: "plot"
15361   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15362   algorithm: "plot_tsa_name"
15363   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15364   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15365   include:
15366     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15367     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15368     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15369     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15370     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15371   layout:
15372     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15373     layout: "plot-throughput-speedup-analysis"
15374
15375 - type: "plot"
15376   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15377   algorithm: "plot_tsa_name"
15378   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15379   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15380   include:
15381     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15382     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15383     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15384     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15385     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15386   layout:
15387     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15388     layout: "plot-throughput-speedup-analysis"
15389
15390 - type: "plot"
15391   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15392   algorithm: "plot_tsa_name"
15393   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15394   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15395   include:
15396     - "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"
15397     - "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"
15398     - "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"
15399     - "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"
15400     - "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"
15401   layout:
15402     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15403     layout: "plot-throughput-speedup-analysis"
15404
15405 - type: "plot"
15406   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15407   algorithm: "plot_tsa_name"
15408   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15409   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15410   include:
15411     - "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"
15412     - "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"
15413     - "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"
15414     - "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"
15415     - "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"
15416   layout:
15417     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15418     layout: "plot-throughput-speedup-analysis"
15419
15420 - type: "plot"
15421   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15422   algorithm: "plot_tsa_name"
15423   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15424   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15425   include:
15426     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15427     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15428     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15429     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15430     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15431   layout:
15432     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15433     layout: "plot-throughput-speedup-analysis"
15434
15435 - type: "plot"
15436   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15437   algorithm: "plot_tsa_name"
15438   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15439   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15440   include:
15441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15443     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15444     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15445     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15446   layout:
15447     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15448     layout: "plot-throughput-speedup-analysis"
15449
15450 - type: "plot"
15451   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15452   algorithm: "plot_tsa_name"
15453   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15454   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15455   include:
15456     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15457     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15458     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15459     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15460     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15461   layout:
15462     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15463     layout: "plot-throughput-speedup-analysis"
15464
15465 - type: "plot"
15466   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15467   algorithm: "plot_tsa_name"
15468   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15469   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15470   include:
15471     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15472     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15473     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15474     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15475     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15476   layout:
15477     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15478     layout: "plot-throughput-speedup-analysis"
15479
15480 - type: "plot"
15481   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15482   algorithm: "plot_tsa_name"
15483   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15484   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15485   include:
15486     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15487     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15488     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15489     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15490     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15491   layout:
15492     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15493     layout: "plot-throughput-speedup-analysis"
15494
15495 - type: "plot"
15496   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15497   algorithm: "plot_tsa_name"
15498   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15499   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15500   include:
15501     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15502     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15503     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15504     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15505     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15506   layout:
15507     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15508     layout: "plot-throughput-speedup-analysis"
15509
15510 - type: "plot"
15511   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15512   algorithm: "plot_tsa_name"
15513   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15514   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15515   include:
15516     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15517     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15518     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15519     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15520     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15521   layout:
15522     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15523     layout: "plot-throughput-speedup-analysis"
15524
15525 - type: "plot"
15526   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15527   algorithm: "plot_tsa_name"
15528   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15529   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15530   include:
15531     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15532     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15533     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15534     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15535     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15536   layout:
15537     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15538     layout: "plot-throughput-speedup-analysis"
15539
15540 - type: "plot"
15541   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15542   algorithm: "plot_tsa_name"
15543   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15544   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15545   include:
15546     - "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"
15547     - "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"
15548     - "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"
15549     - "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"
15550   layout:
15551     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15552     layout: "plot-throughput-speedup-analysis"
15553
15554 - type: "plot"
15555   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15556   algorithm: "plot_tsa_name"
15557   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15558   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15559   include:
15560     - "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"
15561     - "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"
15562     - "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"
15563     - "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"
15564   layout:
15565     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15566     layout: "plot-throughput-speedup-analysis"
15567
15568 - type: "plot"
15569   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15570   algorithm: "plot_tsa_name"
15571   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15572   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15573   include:
15574     - "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"
15575     - "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"
15576     - "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"
15577     - "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"
15578   layout:
15579     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15580     layout: "plot-throughput-speedup-analysis"
15581
15582 - type: "plot"
15583   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15584   algorithm: "plot_tsa_name"
15585   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15586   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15587   include:
15588     - "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"
15589     - "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"
15590     - "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"
15591     - "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"
15592   layout:
15593     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15594     layout: "plot-throughput-speedup-analysis"
15595
15596 - type: "plot"
15597   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15598   algorithm: "plot_tsa_name"
15599   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15600   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15601   include:
15602     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15603     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15604     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15605     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15606     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15607     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15608   layout:
15609     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15610     layout: "plot-throughput-speedup-analysis"
15611
15612 - type: "plot"
15613   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15614   algorithm: "plot_tsa_name"
15615   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15616   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15617   include:
15618     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15619     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15620     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15621     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15622     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15623     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15624   layout:
15625     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15626     layout: "plot-throughput-speedup-analysis"
15627
15628 - type: "plot"
15629   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15630   algorithm: "plot_tsa_name"
15631   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15632   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15633   include:
15634     - "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"
15635     - "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"
15636     - "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"
15637     - "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"
15638     - "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"
15639     - "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"
15640   layout:
15641     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15642     layout: "plot-throughput-speedup-analysis"
15643
15644 - type: "plot"
15645   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15646   algorithm: "plot_tsa_name"
15647   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15648   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15649   include:
15650     - "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"
15651     - "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"
15652     - "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"
15653     - "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"
15654     - "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"
15655     - "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"
15656   layout:
15657     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15658     layout: "plot-throughput-speedup-analysis"
15659
15660 - type: "plot"
15661   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15662   algorithm: "plot_tsa_name"
15663   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15664   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15665   include:
15666     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15667     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15668     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15669     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15670     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15671     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15672   layout:
15673     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15674     layout: "plot-throughput-speedup-analysis"
15675
15676 - type: "plot"
15677   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15678   algorithm: "plot_tsa_name"
15679   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15680   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15681   include:
15682     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15683     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15684     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15685     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15686     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15687     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15688   layout:
15689     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15690     layout: "plot-throughput-speedup-analysis"
15691
15692 - type: "plot"
15693   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15694   algorithm: "plot_tsa_name"
15695   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15696   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15697   include:
15698     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15699     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15700     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15701     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15702     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15703   layout:
15704     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15705     layout: "plot-throughput-speedup-analysis"
15706
15707 - type: "plot"
15708   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15709   algorithm: "plot_tsa_name"
15710   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15711   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15712   include:
15713     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15714     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15715     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15716     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15717     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15718   layout:
15719     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15720     layout: "plot-throughput-speedup-analysis"
15721
15722 - type: "plot"
15723   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15724   algorithm: "plot_tsa_name"
15725   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15726   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15727   include:
15728     - "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"
15729     - "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"
15730   layout:
15731     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15732     layout: "plot-throughput-speedup-analysis"
15733
15734 - type: "plot"
15735   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15736   algorithm: "plot_tsa_name"
15737   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15738   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15739   include:
15740     - "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"
15741     - "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"
15742   layout:
15743     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15744     layout: "plot-throughput-speedup-analysis"
15745
15746 - type: "plot"
15747   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15748   algorithm: "plot_tsa_name"
15749   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15750   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15751   include:
15752     - "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"
15753     - "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"
15754   layout:
15755     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15756     layout: "plot-throughput-speedup-analysis"
15757
15758 - type: "plot"
15759   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15760   algorithm: "plot_tsa_name"
15761   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15762   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15763   include:
15764     - "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"
15765     - "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"
15766   layout:
15767     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15768     layout: "plot-throughput-speedup-analysis"
15769
15770 - type: "plot"
15771   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15772   algorithm: "plot_tsa_name"
15773   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15774   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15775   include:
15776     - "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"
15777     - "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"
15778     - "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"
15779     - "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"
15780     - "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"
15781     - "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"
15782   layout:
15783     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15784     layout: "plot-throughput-speedup-analysis"
15785
15786 - type: "plot"
15787   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15788   algorithm: "plot_tsa_name"
15789   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15790   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15791   include:
15792     - "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"
15793     - "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"
15794     - "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"
15795     - "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"
15796     - "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"
15797     - "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"
15798   layout:
15799     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15800     layout: "plot-throughput-speedup-analysis"
15801
15802 - type: "plot"
15803   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15804   algorithm: "plot_tsa_name"
15805   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15806   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15807   include:
15808     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15809     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15810     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15811     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15812     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15813   layout:
15814     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15815     layout: "plot-throughput-speedup-analysis"
15816
15817 - type: "plot"
15818   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15819   algorithm: "plot_tsa_name"
15820   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15821   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15822   include:
15823     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15824     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15825     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15826     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15827     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15828   layout:
15829     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15830     layout: "plot-throughput-speedup-analysis"
15831
15832 - type: "plot"
15833   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15834   algorithm: "plot_tsa_name"
15835   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15836   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15837   include:
15838     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15839     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15840     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15841     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15842     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15843   layout:
15844     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15845     layout: "plot-throughput-speedup-analysis"
15846
15847 - type: "plot"
15848   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15849   algorithm: "plot_tsa_name"
15850   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15851   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15852   include:
15853     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15854     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15855     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15856     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15857     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15858   layout:
15859     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15860     layout: "plot-throughput-speedup-analysis"
15861
15862 - type: "plot"
15863   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15864   algorithm: "plot_tsa_name"
15865   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15866   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15867   include:
15868     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15869     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15870     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15871     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15872     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15873     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15874   layout:
15875     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15876     layout: "plot-throughput-speedup-analysis"
15877
15878 - type: "plot"
15879   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15880   algorithm: "plot_tsa_name"
15881   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15882   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15883   include:
15884     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15885     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15886     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15887     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15888     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15889     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15890   layout:
15891     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15892     layout: "plot-throughput-speedup-analysis"
15893
15894 - type: "plot"
15895   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15896   algorithm: "plot_tsa_name"
15897   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15898   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15899   include:
15900     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15901     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15902     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15903     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15904   layout:
15905     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15906     layout: "plot-throughput-speedup-analysis"
15907
15908 - type: "plot"
15909   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15910   algorithm: "plot_tsa_name"
15911   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15912   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15913   include:
15914     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15915     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15916     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15917     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15918   layout:
15919     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15920     layout: "plot-throughput-speedup-analysis"
15921
15922 - type: "plot"
15923   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15924   algorithm: "plot_tsa_name"
15925   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15926   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15927   include:
15928     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15929     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15930     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15931     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15932     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15933   layout:
15934     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15935     layout: "plot-throughput-speedup-analysis"
15936
15937 - type: "plot"
15938   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15939   algorithm: "plot_tsa_name"
15940   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15941   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15942   include:
15943     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15944     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15945     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15946     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15947     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15948   layout:
15949     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15950     layout: "plot-throughput-speedup-analysis"
15951
15952 - type: "plot"
15953   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15954   algorithm: "plot_tsa_name"
15955   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15956   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15957   include:
15958     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15959     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15960     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15961     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15962     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15963     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15964   layout:
15965     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15966     layout: "plot-throughput-speedup-analysis"
15967
15968 - type: "plot"
15969   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15970   algorithm: "plot_tsa_name"
15971   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15972   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15973   include:
15974     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15975     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15976     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15977     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15978     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15979     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15980   layout:
15981     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15982     layout: "plot-throughput-speedup-analysis"
15983
15984 - type: "plot"
15985   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15986   algorithm: "plot_tsa_name"
15987   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15988   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15989   include:
15990     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15991     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15992     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15993     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15994   layout:
15995     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15996     layout: "plot-throughput-speedup-analysis"
15997
15998 - type: "plot"
15999   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16000   algorithm: "plot_tsa_name"
16001   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16002   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16003   include:
16004     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16005     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16006     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16007     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16008   layout:
16009     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16010     layout: "plot-throughput-speedup-analysis"
16011
16012 - type: "plot"
16013   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16014   algorithm: "plot_tsa_name"
16015   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16016   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16017   include:
16018     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16019     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16020     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16021     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16022     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16023     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16024   layout:
16025     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16026     layout: "plot-throughput-speedup-analysis"
16027
16028 - type: "plot"
16029   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16030   algorithm: "plot_tsa_name"
16031   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16032   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16033   include:
16034     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16035     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16036     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16037     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16038     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16039     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16040   layout:
16041     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16042     layout: "plot-throughput-speedup-analysis"
16043
16044 - type: "plot"
16045   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16046   algorithm: "plot_tsa_name"
16047   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16048   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16049   include:
16050     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16051     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16052     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16053     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16054     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16055     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16056   layout:
16057     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16058     layout: "plot-throughput-speedup-analysis"
16059
16060 - type: "plot"
16061   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16062   algorithm: "plot_tsa_name"
16063   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16064   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16065   include:
16066     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16067     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16068     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16069     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16070     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16071     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16072   layout:
16073     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16074     layout: "plot-throughput-speedup-analysis"
16075
16076 - type: "plot"
16077   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16078   algorithm: "plot_tsa_name"
16079   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16080   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16081   include:
16082     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16083     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16084     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16085     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16086     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16087     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16088   layout:
16089     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16090     layout: "plot-throughput-speedup-analysis"
16091
16092 - type: "plot"
16093   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16094   algorithm: "plot_tsa_name"
16095   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16096   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16097   include:
16098     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16099     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16100     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16101     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16102     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16103     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16104   layout:
16105     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16106     layout: "plot-throughput-speedup-analysis"
16107
16108 - type: "plot"
16109   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16110   algorithm: "plot_tsa_name"
16111   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16112   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16113   include:
16114     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16115     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16116     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16117     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16118     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16119     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16120   layout:
16121     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16122     layout: "plot-throughput-speedup-analysis"
16123
16124 - type: "plot"
16125   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16126   algorithm: "plot_tsa_name"
16127   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16128   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16129   include:
16130     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16131     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16132     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16133     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16134     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16135     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16136   layout:
16137     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16138     layout: "plot-throughput-speedup-analysis"
16139
16140 - type: "plot"
16141   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16142   algorithm: "plot_tsa_name"
16143   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16144   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16145   include:
16146     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16147     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16148     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16149     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16150     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16151     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16152   layout:
16153     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16154     layout: "plot-throughput-speedup-analysis"
16155
16156 - type: "plot"
16157   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16158   algorithm: "plot_tsa_name"
16159   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16160   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16161   include:
16162     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16163     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16164     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16165     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16166     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16167     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16168   layout:
16169     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16170     layout: "plot-throughput-speedup-analysis"
16171
16172 #- type: "plot"
16173 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16174 #  algorithm: "plot_tsa_name"
16175 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16176 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16177 #  include:
16178 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16179 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16180 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16181 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16182 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16183 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16184 #  layout:
16185 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16186 #    layout: "plot-throughput-speedup-analysis"
16187 #
16188 #- type: "plot"
16189 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16190 #  algorithm: "plot_tsa_name"
16191 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16192 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16193 #  include:
16194 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16195 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16196 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16197 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16198 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16199 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16200 #  layout:
16201 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16202 #    layout: "plot-throughput-speedup-analysis"
16203
16204 - type: "plot"
16205   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16206   algorithm: "plot_tsa_name"
16207   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16208   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16209   include:
16210     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16211     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16212     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16213     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16214     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16215   layout:
16216     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16217     layout: "plot-throughput-speedup-analysis"
16218
16219 - type: "plot"
16220   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16221   algorithm: "plot_tsa_name"
16222   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16223   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16224   include:
16225     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16226     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16227     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16228     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16229     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16230   layout:
16231     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16232     layout: "plot-throughput-speedup-analysis"
16233
16234 - type: "plot"
16235   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16236   algorithm: "plot_tsa_name"
16237   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16238   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16239   include:
16240     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16241     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16242     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16243     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16244     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16245     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16246   layout:
16247     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16248     layout: "plot-throughput-speedup-analysis"
16249
16250 - type: "plot"
16251   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16252   algorithm: "plot_tsa_name"
16253   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16254   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16255   include:
16256     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16257     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16258     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16259     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16260     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16261     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16262   layout:
16263     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16264     layout: "plot-throughput-speedup-analysis"
16265
16266 - type: "plot"
16267   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16268   algorithm: "plot_tsa_name"
16269   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16270   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16271   include:
16272     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16273     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16274     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16275     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16276     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16277   layout:
16278     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16279     layout: "plot-throughput-speedup-analysis"
16280
16281 - type: "plot"
16282   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16283   algorithm: "plot_tsa_name"
16284   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16285   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16286   include:
16287     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16288     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16289     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16290     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16291     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16292   layout:
16293     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16294     layout: "plot-throughput-speedup-analysis"
16295
16296 #- type: "plot"
16297 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16298 #  algorithm: "plot_tsa_name"
16299 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16300 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16301 #  include:
16302 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16303 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16304 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16305 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16306 #  layout:
16307 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16308 #    layout: "plot-throughput-speedup-analysis"
16309 #
16310 #- type: "plot"
16311 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16312 #  algorithm: "plot_tsa_name"
16313 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16314 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16315 #  include:
16316 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16317 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16318 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16319 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16320 #  layout:
16321 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16322 #    layout: "plot-throughput-speedup-analysis"
16323
16324 - type: "plot"
16325   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16326   algorithm: "plot_tsa_name"
16327   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16328   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16329   include:
16330     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16331     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16332     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16333     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16334     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16335     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16336   layout:
16337     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16338     layout: "plot-throughput-speedup-analysis"
16339
16340 - type: "plot"
16341   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16342   algorithm: "plot_tsa_name"
16343   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16344   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16345   include:
16346     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16347     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16348     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16349     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16350     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16351     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16352   layout:
16353     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16354     layout: "plot-throughput-speedup-analysis"
16355
16356 - type: "plot"
16357   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16358   algorithm: "plot_tsa_name"
16359   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16360   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16361   include:
16362     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16363     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16364     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16365     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16366     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16367   layout:
16368     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16369     layout: "plot-throughput-speedup-analysis"
16370
16371 - type: "plot"
16372   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16373   algorithm: "plot_tsa_name"
16374   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16375   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16376   include:
16377     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16378     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16379     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16380     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16381     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16382   layout:
16383     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16384     layout: "plot-throughput-speedup-analysis"
16385
16386 - type: "plot"
16387   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16388   algorithm: "plot_tsa_name"
16389   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16390   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16391   include:
16392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16393     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16394     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16395     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16396     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16397     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16398   layout:
16399     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16400     layout: "plot-throughput-speedup-analysis"
16401
16402 - type: "plot"
16403   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16404   algorithm: "plot_tsa_name"
16405   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16406   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16407   include:
16408     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16409     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16410     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16411     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16412     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16413     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16414   layout:
16415     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16416     layout: "plot-throughput-speedup-analysis"
16417
16418 - type: "plot"
16419   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16420   algorithm: "plot_tsa_name"
16421   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16422   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16423   include:
16424     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16425     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16426     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16427     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16428   layout:
16429     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16430     layout: "plot-throughput-speedup-analysis"
16431
16432 - type: "plot"
16433   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16434   algorithm: "plot_tsa_name"
16435   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16436   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16437   include:
16438     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16439     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16440     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16441     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16442   layout:
16443     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16444     layout: "plot-throughput-speedup-analysis"
16445
16446 - type: "plot"
16447   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16448   algorithm: "plot_tsa_name"
16449   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16450   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16451   include:
16452     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16453     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16454     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16455     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16456     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16457   layout:
16458     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16459     layout: "plot-throughput-speedup-analysis"
16460
16461 - type: "plot"
16462   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16463   algorithm: "plot_tsa_name"
16464   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16465   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16466   include:
16467     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16468     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16469     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16470     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16471     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16472   layout:
16473     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16474     layout: "plot-throughput-speedup-analysis"
16475
16476 - type: "plot"
16477   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16478   algorithm: "plot_tsa_name"
16479   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16480   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16481   include:
16482     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16483     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16484     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16485     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16486     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16487     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16488   layout:
16489     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16490     layout: "plot-throughput-speedup-analysis"
16491
16492 - type: "plot"
16493   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16494   algorithm: "plot_tsa_name"
16495   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16496   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16497   include:
16498     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16499     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16500     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16501     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16502     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16503     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16504   layout:
16505     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16506     layout: "plot-throughput-speedup-analysis"
16507
16508 #- type: "plot"
16509 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16510 #  algorithm: "plot_tsa_name"
16511 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16512 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16513 #  include:
16514 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16515 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16516 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16517 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16518 #  layout:
16519 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16520 #    layout: "plot-throughput-speedup-analysis"
16521 #
16522 #- type: "plot"
16523 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16524 #  algorithm: "plot_tsa_name"
16525 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16526 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16527 #  include:
16528 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16529 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16530 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16531 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16532 #  layout:
16533 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16534 #    layout: "plot-throughput-speedup-analysis"
16535
16536 - type: "plot"
16537   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16538   algorithm: "plot_tsa_name"
16539   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16540   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16541   include:
16542     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16543     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16544     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16545     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16546     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16547     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16548   layout:
16549     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16550     layout: "plot-throughput-speedup-analysis"
16551
16552 - type: "plot"
16553   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16554   algorithm: "plot_tsa_name"
16555   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16556   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16557   include:
16558     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16559     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16560     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16561     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16562     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16563     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16564   layout:
16565     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16566     layout: "plot-throughput-speedup-analysis"
16567
16568 #- type: "plot"
16569 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16570 #  algorithm: "plot_tsa_name"
16571 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16572 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16573 #  include:
16574 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16575 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16576 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16577 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16578 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16579 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16580 #  layout:
16581 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16582 #    layout: "plot-throughput-speedup-analysis"
16583 #
16584 #- type: "plot"
16585 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16586 #  algorithm: "plot_tsa_name"
16587 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16588 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16589 #  include:
16590 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16591 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16592 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16593 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16594 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16595 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16596 #  layout:
16597 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16598 #    layout: "plot-throughput-speedup-analysis"
16599
16600 #- type: "plot"
16601 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16602 #  algorithm: "plot_tsa_name"
16603 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16604 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16605 #  include:
16606 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16607 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16608 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16609 #  layout:
16610 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16611 #    layout: "plot-throughput-speedup-analysis"
16612 #
16613 #- type: "plot"
16614 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16615 #  algorithm: "plot_tsa_name"
16616 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16617 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16618 #  include:
16619 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16620 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16621 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16622 #  layout:
16623 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16624 #    layout: "plot-throughput-speedup-analysis"
16625
16626 ################################################################################
16627
16628 # Packet Throughput - DPDK
16629
16630 # 2n-skx-xxv710
16631
16632 - type: "plot"
16633   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16634   algorithm: "plot_perf_box_name"
16635   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16636   data: "plot-dpdk-throughput-latency-2n-skx"
16637   include:
16638     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16639     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16640   layout:
16641     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16642     layout: "plot-throughput"
16643
16644 - type: "plot"
16645   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16646   algorithm: "plot_perf_box_name"
16647   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16648   data: "plot-dpdk-throughput-latency-2n-skx"
16649   include:
16650     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16651     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16652   layout:
16653     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16654     layout: "plot-throughput"
16655
16656 - type: "plot"
16657   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16658   algorithm: "plot_perf_box_name"
16659   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16660   data: "plot-dpdk-throughput-latency-2n-skx"
16661   include:
16662     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16663     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16664   layout:
16665     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16666     layout: "plot-throughput"
16667
16668 - type: "plot"
16669   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16670   algorithm: "plot_perf_box_name"
16671   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16672   data: "plot-dpdk-throughput-latency-2n-skx"
16673   include:
16674     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16675     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16676   layout:
16677     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16678     layout: "plot-throughput"
16679
16680 # 2n-skx-x710
16681
16682 - type: "plot"
16683   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16684   algorithm: "plot_perf_box_name"
16685   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16686   data: "plot-dpdk-throughput-latency-2n-skx"
16687   include:
16688     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16689     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16690   layout:
16691     title: "2n-skx-x710-64b-2t1c-base-ndr"
16692     layout: "plot-throughput"
16693
16694 - type: "plot"
16695   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16696   algorithm: "plot_perf_box_name"
16697   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16698   data: "plot-dpdk-throughput-latency-2n-skx"
16699   include:
16700     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16701     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16702   layout:
16703     title: "2n-skx-x710-64b-4t2c-base-ndr"
16704     layout: "plot-throughput"
16705
16706 - type: "plot"
16707   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16708   algorithm: "plot_perf_box_name"
16709   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16710   data: "plot-dpdk-throughput-latency-2n-skx"
16711   include:
16712     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16713     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16714   layout:
16715     title: "2n-skx-x710-64b-2t1c-base-pdr"
16716     layout: "plot-throughput"
16717
16718 - type: "plot"
16719   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16720   algorithm: "plot_perf_box_name"
16721   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16722   data: "plot-dpdk-throughput-latency-2n-skx"
16723   include:
16724     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16725     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16726   layout:
16727     title: "2n-skx-x710-64b-4t2c-base-pdr"
16728     layout: "plot-throughput"
16729
16730 # 3n-skx-xxv710
16731
16732 - type: "plot"
16733   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16734   algorithm: "plot_perf_box_name"
16735   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16736   data: "plot-dpdk-throughput-latency-3n-skx"
16737   include:
16738     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16739     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16740   layout:
16741     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16742     layout: "plot-throughput"
16743
16744 - type: "plot"
16745   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16746   algorithm: "plot_perf_box_name"
16747   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16748   data: "plot-dpdk-throughput-latency-3n-skx"
16749   include:
16750     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16751     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16752   layout:
16753     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16754     layout: "plot-throughput"
16755
16756 - type: "plot"
16757   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16758   algorithm: "plot_perf_box_name"
16759   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16760   data: "plot-dpdk-throughput-latency-3n-skx"
16761   include:
16762     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16763     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16764   layout:
16765     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16766     layout: "plot-throughput"
16767
16768 - type: "plot"
16769   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16770   algorithm: "plot_perf_box_name"
16771   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16772   data: "plot-dpdk-throughput-latency-3n-skx"
16773   include:
16774     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16775     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16776   layout:
16777     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16778     layout: "plot-throughput"
16779
16780 # 3n-skx-x710
16781
16782 - type: "plot"
16783   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16784   algorithm: "plot_perf_box_name"
16785   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16786   data: "plot-dpdk-throughput-latency-3n-skx"
16787   include:
16788     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16789     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16790   layout:
16791     title: "3n-skx-x710-64b-2t1c-base-ndr"
16792     layout: "plot-throughput"
16793
16794 - type: "plot"
16795   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16796   algorithm: "plot_perf_box_name"
16797   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16798   data: "plot-dpdk-throughput-latency-3n-skx"
16799   include:
16800     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16801     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16802   layout:
16803     title: "3n-skx-x710-64b-4t2c-base-ndr"
16804     layout: "plot-throughput"
16805
16806 - type: "plot"
16807   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16808   algorithm: "plot_perf_box_name"
16809   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16810   data: "plot-dpdk-throughput-latency-3n-skx"
16811   include:
16812     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16813     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16814   layout:
16815     title: "3n-skx-x710-64b-2t1c-base-pdr"
16816     layout: "plot-throughput"
16817
16818 - type: "plot"
16819   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16820   algorithm: "plot_perf_box_name"
16821   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16822   data: "plot-dpdk-throughput-latency-3n-skx"
16823   include:
16824     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16825     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16826   layout:
16827     title: "3n-skx-x710-64b-4t2c-base-pdr"
16828     layout: "plot-throughput"
16829
16830 # 3n-hsw-xl710
16831
16832 - type: "plot"
16833   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16834   algorithm: "plot_perf_box_name"
16835   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16836   data: "plot-dpdk-throughput-latency-3n-hsw"
16837   include:
16838     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16839     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16840   layout:
16841     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16842     layout: "plot-throughput"
16843
16844 - type: "plot"
16845   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16846   algorithm: "plot_perf_box_name"
16847   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16848   data: "plot-dpdk-throughput-latency-3n-hsw"
16849   include:
16850     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16851     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16852   layout:
16853     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16854     layout: "plot-throughput"
16855
16856 - type: "plot"
16857   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16858   algorithm: "plot_perf_box_name"
16859   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16860   data: "plot-dpdk-throughput-latency-3n-hsw"
16861   include:
16862     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16863     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16864   layout:
16865     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16866     layout: "plot-throughput"
16867
16868 - type: "plot"
16869   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16870   algorithm: "plot_perf_box_name"
16871   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16872   data: "plot-dpdk-throughput-latency-3n-hsw"
16873   include:
16874     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16875     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16876   layout:
16877     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16878     layout: "plot-throughput"
16879
16880 # 3n-hsw-x710
16881
16882 - type: "plot"
16883   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16884   algorithm: "plot_perf_box_name"
16885   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16886   data: "plot-dpdk-throughput-latency-3n-hsw"
16887   include:
16888     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16889     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16890   layout:
16891     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16892     layout: "plot-throughput"
16893
16894 - type: "plot"
16895   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16896   algorithm: "plot_perf_box_name"
16897   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16898   data: "plot-dpdk-throughput-latency-3n-hsw"
16899   include:
16900     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16901     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16902   layout:
16903     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16904     layout: "plot-throughput"
16905
16906 - type: "plot"
16907   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16908   algorithm: "plot_perf_box_name"
16909   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16910   data: "plot-dpdk-throughput-latency-3n-hsw"
16911   include:
16912     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16913     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16914   layout:
16915     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16916     layout: "plot-throughput"
16917
16918 - type: "plot"
16919   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16920   algorithm: "plot_perf_box_name"
16921   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16922   data: "plot-dpdk-throughput-latency-3n-hsw"
16923   include:
16924     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16925     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16926   layout:
16927     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16928     layout: "plot-throughput"
16929
16930 # 2n-dnv-x553
16931
16932 - type: "plot"
16933   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16934   algorithm: "plot_perf_box_name"
16935   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16936   data: "plot-dpdk-throughput-latency-2n-dnv"
16937   include:
16938     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16939     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16940   layout:
16941     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16942     layout: "plot-throughput"
16943
16944 - type: "plot"
16945   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16946   algorithm: "plot_perf_box_name"
16947   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16948   data: "plot-dpdk-throughput-latency-2n-dnv"
16949   include:
16950     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16951     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16952   layout:
16953     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16954     layout: "plot-throughput"
16955
16956 - type: "plot"
16957   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16958   algorithm: "plot_perf_box_name"
16959   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16960   data: "plot-dpdk-throughput-latency-2n-dnv"
16961   include:
16962     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16963     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16964   layout:
16965     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16966     layout: "plot-throughput"
16967
16968 - type: "plot"
16969   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16970   algorithm: "plot_perf_box_name"
16971   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16972   data: "plot-dpdk-throughput-latency-2n-dnv"
16973   include:
16974     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16975     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16976   layout:
16977     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16978     layout: "plot-throughput"
16979
16980 # 3n-dnv-x553
16981
16982 - type: "plot"
16983   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16984   algorithm: "plot_perf_box_name"
16985   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16986   data: "plot-dpdk-throughput-latency-3n-dnv"
16987   include:
16988     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16989     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16990   layout:
16991     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16992     layout: "plot-throughput"
16993
16994 - type: "plot"
16995   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16996   algorithm: "plot_perf_box_name"
16997   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16998   data: "plot-dpdk-throughput-latency-3n-dnv"
16999   include:
17000     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17001     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17002   layout:
17003     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17004     layout: "plot-throughput"
17005
17006 - type: "plot"
17007   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17008   algorithm: "plot_perf_box_name"
17009   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17010   data: "plot-dpdk-throughput-latency-3n-dnv"
17011   include:
17012     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17013     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17014   layout:
17015     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17016     layout: "plot-throughput"
17017
17018 - type: "plot"
17019   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17020   algorithm: "plot_perf_box_name"
17021   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17022   data: "plot-dpdk-throughput-latency-3n-dnv"
17023   include:
17024     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17025     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17026   layout:
17027     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17028     layout: "plot-throughput"
17029
17030 # 3n-tsh-x520
17031
17032 - type: "plot"
17033   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17034   algorithm: "plot_perf_box_name"
17035   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17036   data: "plot-dpdk-throughput-latency-3n-tsh"
17037   include:
17038     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17039     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17040   layout:
17041     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17042     layout: "plot-throughput"
17043
17044 - type: "plot"
17045   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17046   algorithm: "plot_perf_box_name"
17047   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17048   data: "plot-dpdk-throughput-latency-3n-tsh"
17049   include:
17050     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17051     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17052   layout:
17053     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17054     layout: "plot-throughput"
17055
17056 - type: "plot"
17057   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17058   algorithm: "plot_perf_box_name"
17059   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17060   data: "plot-dpdk-throughput-latency-3n-tsh"
17061   include:
17062     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17063     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17064   layout:
17065     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17066     layout: "plot-throughput"
17067
17068 - type: "plot"
17069   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17070   algorithm: "plot_perf_box_name"
17071   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17072   data: "plot-dpdk-throughput-latency-3n-tsh"
17073   include:
17074     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17075     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17076   layout:
17077     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17078     layout: "plot-throughput"
17079
17080 ################################################################################
17081 ###   2n-clx                                                                 ###
17082 ################################################################################
17083
17084 # Packet Throughput
17085
17086 - type: "plot"
17087   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17088   algorithm: "plot_perf_box_name"
17089   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17090   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17091   include:
17092     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17093     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17094     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17095     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17096   layout:
17097     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17098     layout: "plot-throughput"
17099
17100 - type: "plot"
17101   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17102   algorithm: "plot_perf_box_name"
17103   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17104   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17105   include:
17106     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17107     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17108     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17109     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17110   layout:
17111     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17112     layout: "plot-throughput"
17113
17114 - type: "plot"
17115   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17116   algorithm: "plot_perf_box_name"
17117   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17118   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17119   include:
17120     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17121     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17122     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17123     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17124   layout:
17125     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17126     layout: "plot-throughput"
17127
17128 - type: "plot"
17129   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17130   algorithm: "plot_perf_box_name"
17131   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17132   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17133   include:
17134     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17135     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17136     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17137     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17138   layout:
17139     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17140     layout: "plot-throughput"
17141
17142 - type: "plot"
17143   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17144   algorithm: "plot_perf_box_name"
17145   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17146   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17147   include:
17148     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17149     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17150     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17151     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17152   layout:
17153     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17154     layout: "plot-throughput"
17155
17156 - type: "plot"
17157   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17158   algorithm: "plot_perf_box_name"
17159   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17160   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17161   include:
17162     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17163     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17164     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17165     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17166   layout:
17167     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17168     layout: "plot-throughput"
17169
17170 - type: "plot"
17171   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17172   algorithm: "plot_perf_box_name"
17173   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17174   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17175   include:
17176     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17177     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17178     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17179     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17180     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17181     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17182   layout:
17183     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17184     layout: "plot-throughput"
17185
17186 - type: "plot"
17187   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17188   algorithm: "plot_perf_box_name"
17189   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17190   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17191   include:
17192     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17193     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17194     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17195     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17196     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17197   layout:
17198     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17199     layout: "plot-throughput"
17200
17201 - type: "plot"
17202   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17203   algorithm: "plot_perf_box_name"
17204   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17205   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17206   include:
17207     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17208     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17209     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17210     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17211   layout:
17212     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17213     layout: "plot-throughput"
17214
17215 - type: "plot"
17216   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17217   algorithm: "plot_perf_box_name"
17218   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17219   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17220   include:
17221     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17222     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17223     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17224     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17225   layout:
17226     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17227     layout: "plot-throughput"
17228
17229 - type: "plot"
17230   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17231   algorithm: "plot_perf_box_name"
17232   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17233   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17234   include:
17235     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17236     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17237     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17238   layout:
17239     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17240     layout: "plot-throughput"
17241
17242 - type: "plot"
17243   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17244   algorithm: "plot_perf_box_name"
17245   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17246   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17247   include:
17248     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17249     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17250     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17251   layout:
17252     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17253     layout: "plot-throughput"
17254
17255 - type: "plot"
17256   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17257   algorithm: "plot_perf_box_name"
17258   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17259   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17260   include:
17261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17264     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17265     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17266   layout:
17267     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17268     layout: "plot-throughput"
17269
17270 - type: "plot"
17271   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17272   algorithm: "plot_perf_box_name"
17273   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17274   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17275   include:
17276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17281   layout:
17282     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17283     layout: "plot-throughput"
17284
17285 - type: "plot"
17286   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17287   algorithm: "plot_perf_box_name"
17288   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17289   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17290   include:
17291     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17292     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17293     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17294   layout:
17295     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17296     layout: "plot-throughput"
17297
17298 - type: "plot"
17299   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17300   algorithm: "plot_perf_box_name"
17301   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17302   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17303   include:
17304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17307   layout:
17308     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17309     layout: "plot-throughput"
17310
17311 - type: "plot"
17312   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17313   algorithm: "plot_perf_box_name"
17314   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17315   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17316   include:
17317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17323   layout:
17324     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17325     layout: "plot-throughput"
17326
17327 - type: "plot"
17328   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17329   algorithm: "plot_perf_box_name"
17330   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17331   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17332   include:
17333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17334     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17339   layout:
17340     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17341     layout: "plot-throughput"
17342
17343 - type: "plot"
17344   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17345   algorithm: "plot_perf_box_name"
17346   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17347   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17348   include:
17349     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17350     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17351     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17355   layout:
17356     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17357     layout: "plot-throughput"
17358
17359 - type: "plot"
17360   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17361   algorithm: "plot_perf_box_name"
17362   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17363   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17364   include:
17365     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17366     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17367     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17368     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17370     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17371   layout:
17372     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17373     layout: "plot-throughput"
17374
17375 - type: "plot"
17376   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17377   algorithm: "plot_perf_box_name"
17378   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17379   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17380   include:
17381     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17382     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17383   layout:
17384     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17385     layout: "plot-throughput"
17386
17387 - type: "plot"
17388   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17389   algorithm: "plot_perf_box_name"
17390   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17391   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17392   include:
17393     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17394     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17395   layout:
17396     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17397     layout: "plot-throughput"
17398
17399 - type: "plot"
17400   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17401   algorithm: "plot_perf_box_name"
17402   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17403   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17404   include:
17405     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17406     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17407     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17408     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17409     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17410     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17411   layout:
17412     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17413     layout: "plot-throughput"
17414
17415 - type: "plot"
17416   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17417   algorithm: "plot_perf_box_name"
17418   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17419   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17420   include:
17421     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17422     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17423     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17424     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17425     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17426     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17427   layout:
17428     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17429     layout: "plot-throughput"
17430
17431 - type: "plot"
17432   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17433   algorithm: "plot_perf_box_name"
17434   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17435   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17436   include:
17437     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17438     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17439     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17440     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17441     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17442     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17443   layout:
17444     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17445     layout: "plot-throughput"
17446
17447 - type: "plot"
17448   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17449   algorithm: "plot_perf_box_name"
17450   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17451   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17452   include:
17453     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17454     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17455     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17456     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17457     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17458     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17459   layout:
17460     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17461     layout: "plot-throughput"
17462
17463 - type: "plot"
17464   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17465   algorithm: "plot_perf_box_name"
17466   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17467   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17468   include:
17469     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17470     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17471     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17472     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17473     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17474     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17475   layout:
17476     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17477     layout: "plot-throughput"
17478
17479 - type: "plot"
17480   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17481   algorithm: "plot_perf_box_name"
17482   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17483   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17484   include:
17485     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17486     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17487     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17488     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17489     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17490     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17491   layout:
17492     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17493     layout: "plot-throughput"
17494
17495 - type: "plot"
17496   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17497   algorithm: "plot_perf_box_name"
17498   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17499   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17500   include:
17501     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17502     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17503     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17504     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17505     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17506   layout:
17507     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17508     layout: "plot-throughput"
17509
17510 - type: "plot"
17511   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17512   algorithm: "plot_perf_box_name"
17513   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17514   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17515   include:
17516     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17517     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17518     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17519     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17520     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17521   layout:
17522     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17523     layout: "plot-throughput"
17524
17525 - type: "plot"
17526   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17527   algorithm: "plot_perf_box_name"
17528   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17529   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17530   include:
17531     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17532     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17533     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17534     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17535     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17536   layout:
17537     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17538     layout: "plot-throughput"
17539
17540 - type: "plot"
17541   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17542   algorithm: "plot_perf_box_name"
17543   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17544   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17545   include:
17546     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17547     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17548     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17549     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17550     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17551   layout:
17552     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17553     layout: "plot-throughput"
17554
17555 - type: "plot"
17556   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17557   algorithm: "plot_perf_box_name"
17558   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17559   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17560   include:
17561     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17562     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17563     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17564     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17565     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17566   layout:
17567     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17568     layout: "plot-throughput"
17569
17570 - type: "plot"
17571   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17572   algorithm: "plot_perf_box_name"
17573   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17574   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17575   include:
17576     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17577     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17578     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17579     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17580     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17581   layout:
17582     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17583     layout: "plot-throughput"
17584
17585 - type: "plot"
17586   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17587   algorithm: "plot_perf_box_name"
17588   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17589   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17590   include:
17591     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17592     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17593     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17594     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17595     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17596   layout:
17597     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17598     layout: "plot-throughput"
17599
17600 - type: "plot"
17601   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17602   algorithm: "plot_perf_box_name"
17603   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17604   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17605   include:
17606     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17607     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17608     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17609     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17610     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17611   layout:
17612     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17613     layout: "plot-throughput"
17614
17615 - type: "plot"
17616   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17617   algorithm: "plot_perf_box_name"
17618   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17619   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17620   include:
17621     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17622     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17623     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17624     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17625     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17626   layout:
17627     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17628     layout: "plot-throughput"
17629
17630 - type: "plot"
17631   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17632   algorithm: "plot_perf_box_name"
17633   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17634   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17635   include:
17636     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17637     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17638     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17639     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17640     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17641   layout:
17642     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17643     layout: "plot-throughput"
17644
17645 - type: "plot"
17646   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17647   algorithm: "plot_perf_box_name"
17648   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17649   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17650   include:
17651     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17652     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17653     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17654     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17655     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17656     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17657   layout:
17658     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17659     layout: "plot-throughput"
17660
17661 - type: "plot"
17662   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17663   algorithm: "plot_perf_box_name"
17664   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17665   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17666   include:
17667     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17668     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17671     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17673   layout:
17674     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17675     layout: "plot-throughput"
17676
17677 - type: "plot"
17678   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17679   algorithm: "plot_perf_box_name"
17680   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17681   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17682   include:
17683     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17684     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17685     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17686     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17687   layout:
17688     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17689     layout: "plot-throughput"
17690
17691 - type: "plot"
17692   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17693   algorithm: "plot_perf_box_name"
17694   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17695   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17696   include:
17697     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17698     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17699     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17700     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17701   layout:
17702     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17703     layout: "plot-throughput"
17704
17705 - type: "plot"
17706   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17707   algorithm: "plot_perf_box_name"
17708   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17709   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17710   include:
17711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17713     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17717   layout:
17718     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17719     layout: "plot-throughput"
17720
17721 - type: "plot"
17722   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17723   algorithm: "plot_perf_box_name"
17724   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17725   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17726   include:
17727     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17728     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17729     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17733   layout:
17734     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17735     layout: "plot-throughput"
17736
17737 - type: "plot"
17738   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17739   algorithm: "plot_perf_box_name"
17740   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17741   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17742   include:
17743     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17744     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17745     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17746     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17747   layout:
17748     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17749     layout: "plot-throughput"
17750
17751 - type: "plot"
17752   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17753   algorithm: "plot_perf_box_name"
17754   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17755   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17756   include:
17757     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17758     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17759     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17760     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17761   layout:
17762     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17763     layout: "plot-throughput"
17764
17765 - type: "plot"
17766   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17767   algorithm: "plot_perf_box_name"
17768   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17769   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17770   include:
17771     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17772     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17773     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17774     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17775     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17776     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17777   layout:
17778     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17779     layout: "plot-throughput"
17780
17781 - type: "plot"
17782   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17783   algorithm: "plot_perf_box_name"
17784   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17785   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17786   include:
17787     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17788     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17789     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17790     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17791     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17792     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17793   layout:
17794     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17795     layout: "plot-throughput"
17796
17797 - type: "plot"
17798   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17799   algorithm: "plot_perf_box_name"
17800   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17801   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17802   include:
17803     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17804     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17805     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17806     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17807   layout:
17808     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17809     layout: "plot-throughput"
17810
17811 - type: "plot"
17812   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17813   algorithm: "plot_perf_box_name"
17814   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17815   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17816   include:
17817     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17818     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17819     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17820     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17821   layout:
17822     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17823     layout: "plot-throughput"
17824
17825 - type: "plot"
17826   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17827   algorithm: "plot_perf_box_name"
17828   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17829   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17830   include:
17831     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17832     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17833     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17834     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17835     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17836   layout:
17837     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17838     layout: "plot-throughput"
17839
17840 - type: "plot"
17841   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17842   algorithm: "plot_perf_box_name"
17843   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17844   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17845   include:
17846     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17847     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17848     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17849     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17850     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17851   layout:
17852     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17853     layout: "plot-throughput"
17854
17855 - type: "plot"
17856   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17857   algorithm: "plot_perf_box_name"
17858   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17859   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17860   include:
17861     - "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"
17862     - "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"
17863     - "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"
17864     - "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"
17865     - "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"
17866   layout:
17867     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17868     layout: "plot-throughput"
17869
17870 - type: "plot"
17871   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17872   algorithm: "plot_perf_box_name"
17873   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17874   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17875   include:
17876     - "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"
17877     - "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"
17878     - "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"
17879     - "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"
17880     - "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"
17881   layout:
17882     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17883     layout: "plot-throughput"
17884
17885 - type: "plot"
17886   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17887   algorithm: "plot_perf_box_name"
17888   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17889   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17890   include:
17891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17893     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17894     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17895     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17896   layout:
17897     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17898     layout: "plot-throughput"
17899
17900 - type: "plot"
17901   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17902   algorithm: "plot_perf_box_name"
17903   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17904   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17905   include:
17906     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17907     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17908     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17909     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17910     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17911   layout:
17912     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17913     layout: "plot-throughput"
17914
17915 - type: "plot"
17916   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17917   algorithm: "plot_perf_box_name"
17918   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17919   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17920   include:
17921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17922     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17923     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17924     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17925     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17926   layout:
17927     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17928     layout: "plot-throughput"
17929
17930 - type: "plot"
17931   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17932   algorithm: "plot_perf_box_name"
17933   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17934   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17935   include:
17936     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17937     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17938     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17939     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17940     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17941   layout:
17942     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17943     layout: "plot-throughput"
17944
17945 - type: "plot"
17946   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17947   algorithm: "plot_perf_box_name"
17948   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17949   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17950   include:
17951     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17952     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17953     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17954     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17955   layout:
17956     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17957     layout: "plot-throughput"
17958
17959 - type: "plot"
17960   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17961   algorithm: "plot_perf_box_name"
17962   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17963   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17964   include:
17965     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17966     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17967     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17968     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17969   layout:
17970     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17971     layout: "plot-throughput"
17972
17973 - type: "plot"
17974   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17975   algorithm: "plot_perf_box_name"
17976   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17977   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17978   include:
17979     - "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"
17980     - "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"
17981     - "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"
17982     - "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"
17983   layout:
17984     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17985     layout: "plot-throughput"
17986
17987 - type: "plot"
17988   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17989   algorithm: "plot_perf_box_name"
17990   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17991   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17992   include:
17993     - "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"
17994     - "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"
17995     - "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"
17996     - "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"
17997   layout:
17998     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17999     layout: "plot-throughput"
18000
18001 - type: "plot"
18002   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18003   algorithm: "plot_perf_box_name"
18004   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18005   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18006   include:
18007     - "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"
18008     - "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"
18009     - "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"
18010     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18011     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18012     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18013   layout:
18014     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18015     layout: "plot-throughput"
18016
18017 - type: "plot"
18018   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18019   algorithm: "plot_perf_box_name"
18020   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18021   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18022   include:
18023     - "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"
18024     - "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"
18025     - "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"
18026     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18027     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18028     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18029   layout:
18030     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18031     layout: "plot-throughput"
18032
18033 ################################################################################
18034
18035 # Packet Speedup
18036
18037 - type: "plot"
18038   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18039   algorithm: "plot_tsa_name"
18040   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18041   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18042   include:
18043     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18044     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18045     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18046     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18047   layout:
18048     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18049     layout: "plot-throughput-speedup-analysis"
18050
18051 - type: "plot"
18052   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18053   algorithm: "plot_tsa_name"
18054   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18055   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18056   include:
18057     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18058     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18059     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18060     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18061   layout:
18062     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18063     layout: "plot-throughput-speedup-analysis"
18064
18065 - type: "plot"
18066   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18067   algorithm: "plot_tsa_name"
18068   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18069   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18070   include:
18071     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18072     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18073     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18074     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18075   layout:
18076     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18077     layout: "plot-throughput-speedup-analysis"
18078
18079 - type: "plot"
18080   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18081   algorithm: "plot_tsa_name"
18082   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18083   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18084   include:
18085     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18086     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18087     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18088     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18089   layout:
18090     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18091     layout: "plot-throughput-speedup-analysis"
18092
18093 - type: "plot"
18094   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18095   algorithm: "plot_tsa_name"
18096   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18097   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18098   include:
18099     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18100     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18101     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18102     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18103   layout:
18104     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18105     layout: "plot-throughput-speedup-analysis"
18106
18107 - type: "plot"
18108   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18109   algorithm: "plot_tsa_name"
18110   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18111   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18112   include:
18113     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18114     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18115     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18116     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18117   layout:
18118     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18119     layout: "plot-throughput-speedup-analysis"
18120
18121 - type: "plot"
18122   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18123   algorithm: "plot_tsa_name"
18124   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18125   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18126   include:
18127     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18128     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18129     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18130     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18131     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18132     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18133   layout:
18134     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18135     layout: "plot-throughput-speedup-analysis"
18136
18137 - type: "plot"
18138   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18139   algorithm: "plot_tsa_name"
18140   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18141   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18142   include:
18143     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18144     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18145     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18146     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18147     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18148     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18149   layout:
18150     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18151     layout: "plot-throughput-speedup-analysis"
18152
18153 - type: "plot"
18154   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18155   algorithm: "plot_tsa_name"
18156   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18157   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18158   include:
18159     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18160     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18161     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18162     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18163   layout:
18164     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18165     layout: "plot-throughput-speedup-analysis"
18166
18167 - type: "plot"
18168   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18169   algorithm: "plot_tsa_name"
18170   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18171   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18172   include:
18173     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18174     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18177   layout:
18178     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18179     layout: "plot-throughput-speedup-analysis"
18180
18181 - type: "plot"
18182   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18183   algorithm: "plot_tsa_name"
18184   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18185   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18186   include:
18187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18190   layout:
18191     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18192     layout: "plot-throughput-speedup-analysis"
18193
18194 - type: "plot"
18195   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18196   algorithm: "plot_tsa_name"
18197   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18198   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18199   include:
18200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18203   layout:
18204     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18205     layout: "plot-throughput-speedup-analysis"
18206
18207 - type: "plot"
18208   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18209   algorithm: "plot_tsa_name"
18210   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18211   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18212   include:
18213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18218   layout:
18219     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18220     layout: "plot-throughput-speedup-analysis"
18221
18222 - type: "plot"
18223   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18224   algorithm: "plot_tsa_name"
18225   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18226   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18227   include:
18228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18233   layout:
18234     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18235     layout: "plot-throughput-speedup-analysis"
18236
18237 - type: "plot"
18238   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18239   algorithm: "plot_tsa_name"
18240   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18241   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18242   include:
18243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18246   layout:
18247     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18248     layout: "plot-throughput-speedup-analysis"
18249
18250 - type: "plot"
18251   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18252   algorithm: "plot_tsa_name"
18253   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18254   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18255   include:
18256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18259   layout:
18260     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18261     layout: "plot-throughput-speedup-analysis"
18262
18263 - type: "plot"
18264   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18265   algorithm: "plot_tsa_name"
18266   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18267   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18268   include:
18269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18275   layout:
18276     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18277     layout: "plot-throughput-speedup-analysis"
18278
18279 - type: "plot"
18280   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18281   algorithm: "plot_tsa_name"
18282   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18283   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18284   include:
18285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18291   layout:
18292     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18293     layout: "plot-throughput-speedup-analysis"
18294
18295 - type: "plot"
18296   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18297   algorithm: "plot_tsa_name"
18298   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18299   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18300   include:
18301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18307   layout:
18308     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18309     layout: "plot-throughput-speedup-analysis"
18310
18311 - type: "plot"
18312   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18313   algorithm: "plot_tsa_name"
18314   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18315   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18316   include:
18317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18323   layout:
18324     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18325     layout: "plot-throughput-speedup-analysis"
18326
18327 - type: "plot"
18328   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18329   algorithm: "plot_tsa_name"
18330   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18331   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18332   include:
18333     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18334     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18335   layout:
18336     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18337     layout: "plot-throughput-speedup-analysis"
18338
18339 - type: "plot"
18340   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18341   algorithm: "plot_tsa_name"
18342   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18343   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18344   include:
18345     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18346     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18347   layout:
18348     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18349     layout: "plot-throughput-speedup-analysis"
18350
18351 - type: "plot"
18352   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18353   algorithm: "plot_tsa_name"
18354   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18355   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18356   include:
18357     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18358     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18359     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18360     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18361     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18362     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18363   layout:
18364     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18365     layout: "plot-throughput-speedup-analysis"
18366
18367 - type: "plot"
18368   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18369   algorithm: "plot_tsa_name"
18370   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18371   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18372   include:
18373     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18374     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18375     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18376     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18377     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18378     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18379   layout:
18380     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18381     layout: "plot-throughput-speedup-analysis"
18382
18383 - type: "plot"
18384   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18385   algorithm: "plot_tsa_name"
18386   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18387   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18388   include:
18389     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18390     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18391     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18392     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18393     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18394     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18395   layout:
18396     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18397     layout: "plot-throughput-speedup-analysis"
18398
18399 - type: "plot"
18400   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18401   algorithm: "plot_tsa_name"
18402   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18403   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18404   include:
18405     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18406     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18407     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18408     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18409     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18410     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18411   layout:
18412     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18413     layout: "plot-throughput-speedup-analysis"
18414
18415 - type: "plot"
18416   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18417   algorithm: "plot_tsa_name"
18418   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18419   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18420   include:
18421     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18422     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18423     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18424     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18425     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18426     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18427   layout:
18428     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18429     layout: "plot-throughput-speedup-analysis"
18430
18431 - type: "plot"
18432   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18433   algorithm: "plot_tsa_name"
18434   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18435   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18436   include:
18437     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18438     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18439     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18440     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18441     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18442     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18443   layout:
18444     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18445     layout: "plot-throughput-speedup-analysis"
18446
18447 - type: "plot"
18448   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18449   algorithm: "plot_tsa_name"
18450   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18451   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18452   include:
18453     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18454     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18455     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18456     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18457     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18458   layout:
18459     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18460     layout: "plot-throughput-speedup-analysis"
18461
18462 - type: "plot"
18463   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18464   algorithm: "plot_tsa_name"
18465   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18466   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18467   include:
18468     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18469     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18470     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18471     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18472     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18473   layout:
18474     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18475     layout: "plot-throughput-speedup-analysis"
18476
18477 - type: "plot"
18478   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18479   algorithm: "plot_tsa_name"
18480   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18481   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18482   include:
18483     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18484     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18485     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18486     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18487     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18488   layout:
18489     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18490     layout: "plot-throughput-speedup-analysis"
18491
18492 - type: "plot"
18493   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18494   algorithm: "plot_tsa_name"
18495   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18496   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18497   include:
18498     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18499     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18500     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18501     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18502     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18503   layout:
18504     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18505     layout: "plot-throughput-speedup-analysis"
18506
18507 - type: "plot"
18508   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18509   algorithm: "plot_tsa_name"
18510   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18511   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18512   include:
18513     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18514     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18515     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18516     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18517     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18518   layout:
18519     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18520     layout: "plot-throughput-speedup-analysis"
18521
18522 - type: "plot"
18523   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18524   algorithm: "plot_tsa_name"
18525   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18526   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18527   include:
18528     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18529     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18530     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18531     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18532     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18533   layout:
18534     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18535     layout: "plot-throughput-speedup-analysis"
18536
18537 - type: "plot"
18538   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18539   algorithm: "plot_tsa_name"
18540   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18541   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18542   include:
18543     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18544     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18545     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18546     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18547     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18548   layout:
18549     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18550     layout: "plot-throughput-speedup-analysis"
18551
18552 - type: "plot"
18553   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18554   algorithm: "plot_tsa_name"
18555   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18556   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18557   include:
18558     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18559     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18560     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18561     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18562     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18563   layout:
18564     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18565     layout: "plot-throughput-speedup-analysis"
18566
18567 - type: "plot"
18568   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18569   algorithm: "plot_tsa_name"
18570   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18571   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18572   include:
18573     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18574     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18575     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18576     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18577     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18578   layout:
18579     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18580     layout: "plot-throughput-speedup-analysis"
18581
18582 - type: "plot"
18583   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18584   algorithm: "plot_tsa_name"
18585   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18586   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18587   include:
18588     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18589     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18590     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18591     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18592     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18593   layout:
18594     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18595     layout: "plot-throughput-speedup-analysis"
18596
18597 - type: "plot"
18598   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18599   algorithm: "plot_tsa_name"
18600   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18601   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18602   include:
18603     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18604     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18605     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18606     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18607     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18608     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18609   layout:
18610     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18611     layout: "plot-throughput-speedup-analysis"
18612
18613 - type: "plot"
18614   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18615   algorithm: "plot_tsa_name"
18616   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18617   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18618   include:
18619     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18620     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18621     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18622     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18623     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18624     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18625   layout:
18626     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18627     layout: "plot-throughput-speedup-analysis"
18628
18629 - type: "plot"
18630   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18631   algorithm: "plot_tsa_name"
18632   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18633   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18634   include:
18635     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18636     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18637     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18638     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18639   layout:
18640     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18641     layout: "plot-throughput-speedup-analysis"
18642
18643 - type: "plot"
18644   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18645   algorithm: "plot_tsa_name"
18646   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18647   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18648   include:
18649     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18650     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18651     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18652     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18653   layout:
18654     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18655     layout: "plot-throughput-speedup-analysis"
18656
18657 - type: "plot"
18658   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18659   algorithm: "plot_tsa_name"
18660   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18661   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18662   include:
18663     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18664     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18665     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18666     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18667     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18668     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18669   layout:
18670     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18671     layout: "plot-throughput-speedup-analysis"
18672
18673 - type: "plot"
18674   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18675   algorithm: "plot_tsa_name"
18676   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18677   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18678   include:
18679     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18680     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18681     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18682     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18683     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18684     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18685   layout:
18686     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18687     layout: "plot-throughput-speedup-analysis"
18688
18689 - type: "plot"
18690   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18691   algorithm: "plot_tsa_name"
18692   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18693   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18694   include:
18695     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18696     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18697     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18698     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18699   layout:
18700     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18701     layout: "plot-throughput-speedup-analysis"
18702
18703 - type: "plot"
18704   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18705   algorithm: "plot_tsa_name"
18706   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18707   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18708   include:
18709     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18710     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18713   layout:
18714     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18715     layout: "plot-throughput-speedup-analysis"
18716
18717 - type: "plot"
18718   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18719   algorithm: "plot_tsa_name"
18720   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18721   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18722   include:
18723     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18724     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18725     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18726     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18727     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18728     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18729   layout:
18730     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18731     layout: "plot-throughput-speedup-analysis"
18732
18733 - type: "plot"
18734   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18735   algorithm: "plot_tsa_name"
18736   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18737   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18738   include:
18739     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18740     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18741     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18742     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18743     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18744     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18745   layout:
18746     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18747     layout: "plot-throughput-speedup-analysis"
18748
18749 - type: "plot"
18750   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18751   algorithm: "plot_tsa_name"
18752   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18753   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18754   include:
18755     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18756     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18757     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18758     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18759   layout:
18760     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18761     layout: "plot-throughput-speedup-analysis"
18762
18763 - type: "plot"
18764   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18765   algorithm: "plot_tsa_name"
18766   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18767   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18768   include:
18769     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18770     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18771     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18772     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18773   layout:
18774     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18775     layout: "plot-throughput-speedup-analysis"
18776
18777 - type: "plot"
18778   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18779   algorithm: "plot_tsa_name"
18780   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18781   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18782   include:
18783     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18784     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18785     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18786     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18787     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18788   layout:
18789     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18790     layout: "plot-throughput-speedup-analysis"
18791
18792 - type: "plot"
18793   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18794   algorithm: "plot_tsa_name"
18795   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18796   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18797   include:
18798     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18799     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18800     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18801     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18802     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18803   layout:
18804     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18805     layout: "plot-throughput-speedup-analysis"
18806
18807 - type: "plot"
18808   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18809   algorithm: "plot_tsa_name"
18810   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18811   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18812   include:
18813     - "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"
18814     - "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"
18815     - "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"
18816     - "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"
18817     - "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"
18818   layout:
18819     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18820     layout: "plot-throughput-speedup-analysis"
18821
18822 - type: "plot"
18823   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18824   algorithm: "plot_tsa_name"
18825   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18826   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18827   include:
18828     - "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"
18829     - "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"
18830     - "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"
18831     - "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"
18832     - "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"
18833   layout:
18834     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18835     layout: "plot-throughput-speedup-analysis"
18836
18837 - type: "plot"
18838   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18839   algorithm: "plot_tsa_name"
18840   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18841   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18842   include:
18843     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18844     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18845     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18846     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18847     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18848   layout:
18849     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18850     layout: "plot-throughput-speedup-analysis"
18851
18852 - type: "plot"
18853   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18854   algorithm: "plot_tsa_name"
18855   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18856   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18857   include:
18858     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18859     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18860     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18861     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18862     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18863   layout:
18864     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18865     layout: "plot-throughput-speedup-analysis"
18866
18867 - type: "plot"
18868   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18869   algorithm: "plot_tsa_name"
18870   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18871   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18872   include:
18873     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18874     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18875     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18876     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18877     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18878   layout:
18879     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18880     layout: "plot-throughput-speedup-analysis"
18881
18882 - type: "plot"
18883   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18884   algorithm: "plot_tsa_name"
18885   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18886   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18887   include:
18888     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18889     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18890     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18893   layout:
18894     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18895     layout: "plot-throughput-speedup-analysis"
18896
18897 - type: "plot"
18898   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18899   algorithm: "plot_tsa_name"
18900   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18901   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18902   include:
18903     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18904     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18905     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18906     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18907   layout:
18908     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18909     layout: "plot-throughput-speedup-analysis"
18910
18911 - type: "plot"
18912   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18913   algorithm: "plot_tsa_name"
18914   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18915   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18916   include:
18917     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18919     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18921   layout:
18922     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18923     layout: "plot-throughput-speedup-analysis"
18924
18925 - type: "plot"
18926   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18927   algorithm: "plot_tsa_name"
18928   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18929   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18930   include:
18931     - "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"
18932     - "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"
18933     - "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"
18934     - "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"
18935   layout:
18936     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18937     layout: "plot-throughput-speedup-analysis"
18938
18939 - type: "plot"
18940   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18941   algorithm: "plot_tsa_name"
18942   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18943   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18944   include:
18945     - "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"
18946     - "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"
18947     - "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"
18948     - "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"
18949   layout:
18950     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
18951     layout: "plot-throughput-speedup-analysis"
18952
18953 - type: "plot"
18954   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18955   algorithm: "plot_tsa_name"
18956   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18957   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18958   include:
18959     - "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"
18960     - "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"
18961     - "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"
18962     - "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"
18963     - "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"
18964     - "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"
18965   layout:
18966     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18967     layout: "plot-throughput-speedup-analysis"
18968
18969 - type: "plot"
18970   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18971   algorithm: "plot_tsa_name"
18972   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18973   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18974   include:
18975     - "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"
18976     - "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"
18977     - "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"
18978     - "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"
18979     - "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"
18980     - "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"
18981   layout:
18982     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18983     layout: "plot-throughput-speedup-analysis"
18984
18985 ################################################################################
18986
18987 # Packet Throughput - DPDK
18988
18989 # 2n-clx-xxv710
18990
18991 - type: "plot"
18992   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18993   algorithm: "plot_perf_box_name"
18994   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18995   data: "plot-dpdk-throughput-latency-2n-clx"
18996   include:
18997     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18998     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18999   layout:
19000     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19001     layout: "plot-throughput"
19002
19003 - type: "plot"
19004   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19005   algorithm: "plot_perf_box_name"
19006   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19007   data: "plot-dpdk-throughput-latency-2n-clx"
19008   include:
19009     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19010     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19011   layout:
19012     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19013     layout: "plot-throughput"
19014
19015 - type: "plot"
19016   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19017   algorithm: "plot_perf_box_name"
19018   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19019   data: "plot-dpdk-throughput-latency-2n-clx"
19020   include:
19021     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19022     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19023   layout:
19024     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19025     layout: "plot-throughput"
19026
19027 - type: "plot"
19028   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19029   algorithm: "plot_perf_box_name"
19030   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19031   data: "plot-dpdk-throughput-latency-2n-clx"
19032   include:
19033     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19034     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19035   layout:
19036     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19037     layout: "plot-throughput"
19038
19039 # 2n-clx-x710
19040
19041 - type: "plot"
19042   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19043   algorithm: "plot_perf_box_name"
19044   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19045   data: "plot-dpdk-throughput-latency-2n-clx"
19046   include:
19047     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19048     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19049   layout:
19050     title: "2n-clx-x710-64b-2t1c-base-ndr"
19051     layout: "plot-throughput"
19052
19053 - type: "plot"
19054   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19055   algorithm: "plot_perf_box_name"
19056   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19057   data: "plot-dpdk-throughput-latency-2n-clx"
19058   include:
19059     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19060     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19061   layout:
19062     title: "2n-clx-x710-64b-4t2c-base-ndr"
19063     layout: "plot-throughput"
19064
19065 - type: "plot"
19066   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19067   algorithm: "plot_perf_box_name"
19068   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19069   data: "plot-dpdk-throughput-latency-2n-clx"
19070   include:
19071     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19072     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19073   layout:
19074     title: "2n-clx-x710-64b-2t1c-base-pdr"
19075     layout: "plot-throughput"
19076
19077 - type: "plot"
19078   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19079   algorithm: "plot_perf_box_name"
19080   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19081   data: "plot-dpdk-throughput-latency-2n-clx"
19082   include:
19083     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19084     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19085   layout:
19086     title: "2n-clx-x710-64b-4t2c-base-pdr"
19087     layout: "plot-throughput"
19088
19089 ################################################################################
19090
19091 - type: "plot"
19092   title: "Latency by percentile: 2n-skx"
19093   algorithm: "plot_hdrh_lat_by_percentile"
19094   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19095   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19096   target-links: "../../_static/vpp"
19097   data: "plot-vpp-hdrh-lat-2n-skx"
19098   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19099   layout:
19100     layout: "plot-hdrh-latency-by-percentile"
19101
19102 - type: "plot"
19103   title: "Latency by percentile: 3n-skx"
19104   algorithm: "plot_hdrh_lat_by_percentile"
19105   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19106   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19107   target-links: "../../_static/vpp"
19108   data: "plot-vpp-hdrh-lat-3n-skx"
19109   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19110   layout:
19111     layout: "plot-hdrh-latency-by-percentile"
19112
19113 - type: "plot"
19114   title: "Latency by percentile: 2n-clx"
19115   algorithm: "plot_hdrh_lat_by_percentile"
19116   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19117   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19118   target-links: "../../_static/vpp"
19119   data: "plot-vpp-hdrh-lat-2n-clx"
19120   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19121   layout:
19122     layout: "plot-hdrh-latency-by-percentile"
19123
19124 - type: "plot"
19125   title: "Latency by percentile: 3n-hsw"
19126   algorithm: "plot_hdrh_lat_by_percentile"
19127   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19128   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19129   target-links: "../../_static/vpp"
19130   data: "plot-vpp-hdrh-lat-3n-hsw"
19131   filter: "'1T1C' and 'NIC_Intel-XL710'"
19132   layout:
19133     layout: "plot-hdrh-latency-by-percentile"
19134
19135 - type: "plot"
19136   title: "Latency by percentile: 3n-tsh"
19137   algorithm: "plot_hdrh_lat_by_percentile"
19138   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19139   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19140   target-links: "../../_static/vpp"
19141   data: "plot-vpp-hdrh-lat-3n-tsh"
19142   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19143   layout:
19144     layout: "plot-hdrh-latency-by-percentile"
19145
19146 - type: "plot"
19147   title: "Latency by percentile: DPDK 2n-skx"
19148   algorithm: "plot_hdrh_lat_by_percentile"
19149   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19150   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19151   target-links: "../../_static/dpdk"
19152   data: "plot-dpdk-hdrh-lat-2n-skx"
19153   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19154   layout:
19155     layout: "plot-hdrh-latency-by-percentile"
19156
19157 - type: "plot"
19158   title: "Latency by percentile: DPDK 3n-skx"
19159   algorithm: "plot_hdrh_lat_by_percentile"
19160   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19161   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19162   target-links: "../../_static/dpdk"
19163   data: "plot-dpdk-hdrh-lat-3n-skx"
19164   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19165   layout:
19166     layout: "plot-hdrh-latency-by-percentile"
19167
19168 - type: "plot"
19169   title: "Latency by percentile: DPDK 2n-clx"
19170   algorithm: "plot_hdrh_lat_by_percentile"
19171   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19172   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19173   target-links: "../../_static/dpdk"
19174   data: "plot-dpdk-hdrh-lat-2n-clx"
19175   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19176   layout:
19177     layout: "plot-hdrh-latency-by-percentile"
19178
19179 - type: "plot"
19180   title: "Latency by percentile: DPDK 3n-hsw"
19181   algorithm: "plot_hdrh_lat_by_percentile"
19182   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19183   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19184   target-links: "../../_static/dpdk"
19185   data: "plot-dpdk-hdrh-lat-3n-hsw"
19186   filter: "'1T1C' and 'NIC_Intel-XL710'"
19187   layout:
19188     layout: "plot-hdrh-latency-by-percentile"
19189
19190 - type: "plot"
19191   title: "Latency by percentile: DPDK 3n-tsh"
19192   algorithm: "plot_hdrh_lat_by_percentile"
19193   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19194   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19195   target-links: "../../_static/dpdk"
19196   data: "plot-dpdk-hdrh-lat-3n-tsh"
19197   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19198   layout:
19199     layout: "plot-hdrh-latency-by-percentile"