Report: Sort tests in tables
[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,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
37     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
38     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
39     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
40     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
41     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
42     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
43     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
44     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
45     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
46     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
47     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
48     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
49     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
50     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
51     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
52     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
57     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
58     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
59     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
60     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
61     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
62     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
63     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
64     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
65     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
66     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
67     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
68     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
69     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
70     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
71
72     # Detailed tests operational data
73     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
74     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
75     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
76     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
77     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
78     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
79     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
80     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
81
82     # Latencies:
83     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
84     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
85
86     # .css patch file to fix tables generated by Sphinx
87     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
88     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
89
90   urls:
91     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
92     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
93     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
94     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
95     DIR[NEXUS,DOC]: "report/_static/archive"
96
97   make-dirs:
98   # List the directories which are created while preparing the environment.
99   # All directories MUST be defined in "paths" section.
100   - "DIR[WORKING,DATA]"
101   - "DIR[STATIC,VPP]"
102   - "DIR[STATIC,DPDK]"
103   - "DIR[STATIC,ARCH]"
104   - "DIR[BUILD,LATEX]"
105   - "DIR[WORKING,SRC]"
106   - "DIR[WORKING,SRC,STATIC]"
107
108   remove-dirs:
109   # List the directories which are deleted while cleaning the environment.
110   # All directories MUST be defined in "paths" section.
111   #- "DIR[BUILD,HTML]"
112   - "DIR[WORKING,DATA]"
113
114   build-dirs:
115   # List the directories where the results (build) is stored.
116   # All directories MUST be defined in "paths" section.
117   - "DIR[BUILD,HTML]"
118   - "DIR[BUILD,LATEX]"
119
120 - type: "configuration"
121
122   limits:
123     nic:
124       x520: 24460000
125       x553: 29761905
126       x710: 35800000
127       xxv710: 35800000
128       xl710: 35800000
129
130     link:
131       10ge: 14880952.38
132       25ge: 37202380.95
133       40ge: 59523809.52
134       100ge: 148809523.81
135
136     pci:
137       pci-g3-x8: 74404761.90
138       pci-g3-x16: 148809523.81
139
140   data-sets:
141
142     ###########################################################################
143     # Replacements:
144
145     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
146       csit-vpp-perf-verify-1908-3n-hsw:
147         - 48  # NDRPDR sel vhost
148         - 49  # NDRPDR sel vhost
149         - 52  # NDRPDR sel vhost
150         - 53  # NDRPDR sel vhost
151         - 54  # NDRPDR sel vhost
152         - 55  # NDRPDR sel vhost
153         - 56  # NDRPDR sel vhost
154         - 57  # NDRPDR sel vhost
155         - 58  # NDRPDR sel vhost
156         - 59  # NDRPDR sel vhost
157
158     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
159       csit-vpp-perf-verify-1908-3n-skx:
160         - 52  # NDRPDR sel vhost
161         - 53  # NDRPDR sel vhost
162         - 55  # NDRPDR sel vhost
163         - 61  # NDRPDR sel vhost
164         - 62  # NDRPDR sel vhost
165         - 63  # NDRPDR sel vhost
166         - 64  # NDRPDR sel vhost
167         - 65  # NDRPDR sel vhost
168         - 66  # NDRPDR sel vhost
169         - 67  # NDRPDR sel vhost
170
171     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
172       csit-vpp-perf-verify-1908-2n-skx:
173         - 88  # NDRPDR sel vhost
174         - 89  # NDRPDR sel vhost
175         - 91  # NDRPDR sel vhost
176         - 92  # NDRPDR sel vhost
177         - 93  # NDRPDR sel vhost
178         - 94  # NDRPDR sel vhost
179         - 95  # NDRPDR sel vhost
180         - 96  # NDRPDR sel vhost
181         - 97  # NDRPDR sel vhost
182         - 98  # NDRPDR sel vhost
183
184     ###########################################################################
185     # Plots:
186
187     # 3n-hsw
188
189     plot-vpp-throughput-lat-tsa-3n-hsw:
190       csit-vpp-perf-verify-2001-3n-hsw:
191         - 21  # NDRPDR sel
192         - 22  # NDRPDR sel
193         - 23  # NDRPDR sel
194         - 24  # NDRPDR sel
195         - 25  # NDRPDR sel
196         - 29  # NDRPDR sel
197         - 30  # NDRPDR sel
198         - 31  # NDRPDR sel
199         - 32  # NDRPDR sel
200         - 34  # NDRPDR sel
201
202     plot-vpp-hdrh-lat-3n-hsw:
203       csit-vpp-perf-verify-2001-3n-hsw:
204         - 22  # NDRPDR sel
205
206     plot-vpp-nfv-3n-hsw-ndrpdr:
207       csit-vpp-perf-verify-2001-3n-hsw:
208         - 21  # NDRPDR sel
209         - 22  # NDRPDR sel
210         - 23  # NDRPDR sel
211         - 24  # NDRPDR sel
212         - 25  # NDRPDR sel
213         - 29  # NDRPDR sel
214         - 30  # NDRPDR sel
215         - 31  # NDRPDR sel
216         - 32  # NDRPDR sel
217         - 34  # NDRPDR sel
218
219     plot-vpp-nfv-3n-hsw-mrr:
220       csit-vpp-perf-verify-2001-3n-hsw:
221         - 17  # MRR sel
222
223     plot-dpdk-throughput-latency-3n-hsw:
224       csit-dpdk-perf-verify-2001-3n-hsw:
225         - 4   # NDRPDR sel
226         - 5   # NDRPDR sel
227         - 6   # NDRPDR sel
228         - 7   # NDRPDR sel
229         - 8   # NDRPDR sel
230         - 9   # NDRPDR sel
231         - 10  # NDRPDR sel
232         - 11  # NDRPDR sel
233         - 12  # NDRPDR sel
234         - 13  # NDRPDR sel
235         - 15  # NDRPDR sel
236         - 16  # NDRPDR sel
237         - 17  # NDRPDR sel
238         - 18  # NDRPDR sel
239         - 19  # NDRPDR sel
240         - 20  # NDRPDR sel
241         - 21  # NDRPDR sel
242         - 22  # NDRPDR sel
243         - 23  # NDRPDR sel
244         - 24  # NDRPDR sel
245
246     plot-dpdk-hdrh-lat-3n-hsw:
247       csit-dpdk-perf-verify-2001-3n-hsw:
248         - 16  # NDRPDR sel
249
250     # 3n-skx
251
252     plot-vpp-throughput-lat-tsa-3n-skx:
253       # TODO: Add the data
254       csit-vpp-perf-verify-2001-3n-skx:
255         - 14  # NDRPDR sel
256         - 15  # NDRPDR sel
257         - 16  # NDRPDR sel
258
259     plot-vpp-hdrh-lat-3n-skx:
260       csit-vpp-perf-verify-2001-3n-skx:
261         - 14  # NDRPDR sel
262
263     plot-vpp-nfv-3n-skx-ndrpdr:
264       # TODO: Add data
265       csit-vpp-perf-verify-2001-3n-skx:
266         - 14  # NDRPDR sel
267         - 15  # NDRPDR sel
268         - 16  # NDRPDR sel
269
270     plot-vpp-nfv-3n-skx-mrr:
271       # TODO: Replace
272       # csit-vpp-perf-verify-2001-3n-skx:
273       csit-vpp-perf-verify-1908-3n-skx:
274         - 36  # MRR sel
275
276     plot-dpdk-throughput-latency-3n-skx:
277       csit-dpdk-perf-verify-2001-3n-skx:
278         - 1   # NDRPDR sel
279         - 2   # NDRPDR sel
280         - 3   # NDRPDR sel
281         - 4   # NDRPDR sel
282         - 5   # NDRPDR sel
283         - 6   # NDRPDR sel
284         - 7   # NDRPDR sel
285         - 8   # NDRPDR sel
286         - 9   # NDRPDR sel
287         - 10  # NDRPDR sel
288
289     plot-dpdk-hdrh-lat-3n-skx:
290       csit-dpdk-perf-verify-2001-3n-skx:
291         - 1   # NDRPDR sel
292         - 19  # NDRPDR sel
293
294     # 2n-skx
295
296     plot-vpp-throughput-lat-tsa-2n-skx:
297       # TODO: Add the data
298       csit-vpp-perf-verify-2001-2n-skx:
299         - 21  # NDRPDR sel
300         - 22  # NDRPDR sel
301         - 23  # NDRPDR sel
302         - 26  # NDRPDR sel
303         - 27  # NDRPDR sel
304         - 29  # NDRPDR sel
305
306     plot-vpp-hdrh-lat-2n-skx:
307       csit-vpp-perf-verify-2001-2n-skx:
308         - 21  # NDRPDR sel
309
310     plot-vpp-http-server-performance:
311       # TODO: Replace:
312       # csit-vpp-perf-verify-2001-2n-skx:
313       csit-vpp-perf-verify-1908-2n-skx:
314         - 29  # TCP
315         - 30  # TCP
316         - 58  # TCP
317
318     plot-vpp-soak-2n-skx:
319       # TODO: Replace the data
320       # csit-vpp-perf-verify-2001-2n-skx:
321       csit-vpp-perf-verify-1908-2n-skx:
322         - 83  # SOAK
323         - 86  # SOAK
324
325     plot-vpp-nfv-2n-skx-ndrpdr:
326       # TODO: Add the data
327       csit-vpp-perf-verify-2001-2n-skx:
328         - 30  # NFV
329         - 31  # NFV
330
331     plot-vpp-nfv-2n-skx-mrr:
332       # TODO: Replace the data
333       # csit-vpp-perf-verify-2001-2n-skx:
334       csit-vpp-perf-verify-1908-2n-skx:
335         - 71  # NFV MRR
336
337     plot-vpp-nfv-reconf-2n-skx:
338       # TODO: Replace the data
339       # csit-vpp-perf-verify-2001-2n-skx:
340       csit-vpp-perf-verify-1908-2n-skx:
341         - 113 # NFV reconf sel
342         - 114 # NFV reconf sel
343         - 115 # NFV reconf sel
344
345     plot-dpdk-throughput-latency-2n-skx:
346       csit-dpdk-perf-verify-2001-2n-skx:
347         - 1   # NDRPDR sel
348         - 2   # NDRPDR sel
349         - 3   # NDRPDR sel
350         - 4   # NDRPDR sel
351         - 5   # NDRPDR sel
352         - 6   # NDRPDR sel
353         - 7   # NDRPDR sel
354         - 8   # NDRPDR sel
355         - 9   # NDRPDR sel
356         - 10  # NDRPDR sel
357         - 11  # NDRPDR sel
358         - 13  # NDRPDR sel
359         - 26  # NDRPDR sel
360         - 16  # NDRPDR sel
361         - 17  # NDRPDR sel
362         - 18  # NDRPDR sel
363         - 19  # NDRPDR sel
364         - 27  # NDRPDR sel
365         - 21  # NDRPDR sel
366         - 25  # NDRPDR sel
367
368     plot-dpdk-hdrh-lat-2n-skx:
369       csit-dpdk-perf-verify-2001-2n-skx:
370         - 1   # NDRPDR sel
371         - 19  # NDRPDR sel
372
373     # 2n-clx
374
375     plot-vpp-throughput-lat-tsa-2n-clx:
376       # TODO: Add the data
377       csit-vpp-perf-verify-2001-2n-clx:
378         - 22  # NDRPDR sel
379         - 23  # NDRPDR sel
380         - 24  # NDRPDR sel
381         - 25  # NDRPDR sel
382
383     plot-vpp-hdrh-lat-2n-clx:
384       csit-vpp-perf-verify-2001-2n-clx:
385         - 22  # NDRPDR sel
386
387     plot-vpp-nfv-2n-clx-ndrpdr:
388       # TODO: Add the data
389       csit-vpp-perf-verify-2001-2n-clx:
390         - 22  # NDRPDR sel
391         - 23  # NDRPDR sel
392         - 24  # NDRPDR sel
393
394     plot-vpp-nfv-2n-clx-mrr:
395       # TODO: Replace the data
396       csit-vpp-perf-verify-2001-2n-clx:
397         - 3   # NDRPDR sel RC2
398         - 4   # NDRPDR sel RC2
399
400     plot-dpdk-throughput-latency-2n-clx:
401       csit-dpdk-perf-verify-2001-2n-clx:
402         - 1   # NDRPDR sel
403         - 2   # NDRPDR sel
404         - 3   # NDRPDR sel
405         - 4   # NDRPDR sel
406         - 5   # NDRPDR sel
407         - 6   # NDRPDR sel
408         - 7   # NDRPDR sel
409         - 8   # NDRPDR sel
410         - 9   # NDRPDR sel
411         - 10  # NDRPDR sel
412
413     plot-dpdk-hdrh-lat-2n-clx:
414       csit-dpdk-perf-verify-2001-2n-clx:
415         - 1   # NDRPDR sel
416
417     # 3n-tsh
418
419     plot-vpp-throughput-lat-tsa-3n-tsh:
420       # TODO: Add the data
421       csit-vpp-perf-verify-2001-3n-tsh:
422         - 3   # NDRPDR sel
423         - 4   # NDRPDR sel
424         - 7   # NDRPDR sel
425         - 8   # NDRPDR sel
426         - 10  # NDRPDR sel
427
428     plot-vpp-hdrh-lat-3n-tsh:
429       csit-vpp-perf-verify-2001-3n-tsh:
430         - 4   # NDRPDR sel
431
432     plot-dpdk-throughput-latency-3n-tsh:
433       csit-dpdk-perf-verify-2001-3n-tsh:
434         - 3   # NDRPDR sel
435         - 4   # NDRPDR sel
436         - 5   # NDRPDR sel
437         - 9   # NDRPDR sel
438         - 10  # NDRPDR sel
439         - 11  # NDRPDR sel
440         - 12  # NDRPDR sel
441         - 14  # NDRPDR sel
442         - 15  # NDRPDR sel
443
444     plot-dpdk-hdrh-lat-3n-tsh:
445       csit-dpdk-perf-verify-2001-3n-tsh:
446         - 3   # NDRPDR sel
447
448     # 3n-dnv
449
450     plot-vpp-throughput-lat-tsa-3n-dnv:
451       csit-vpp-perf-verify-2001-3n-dnv:
452         - 5   # NDRPDR sel
453         - 6   # NDRPDR sel
454         - 7   # NDRPDR sel
455         - 8   # NDRPDR sel
456         - 9   # NDRPDR sel
457         - 10  # NDRPDR sel
458         - 12  # NDRPDR sel
459         - 16  # NDRPDR sel
460         - 17  # NDRPDR sel
461         - 18  # NDRPDR sel
462
463     plot-dpdk-throughput-latency-3n-dnv:
464       csit-dpdk-perf-verify-2001-3n-dnv:
465         - 12  # NDRPDR sel
466         - 13  # NDRPDR sel
467         - 14  # NDRPDR sel
468         - 15  # NDRPDR sel
469         - 16  # NDRPDR sel
470         - 17  # NDRPDR sel
471         - 18  # NDRPDR sel
472         - 19  # NDRPDR sel
473         - 20  # NDRPDR sel
474         - 22  # NDRPDR sel
475
476     # 2n-dnv
477
478     plot-vpp-throughput-lat-tsa-2n-dnv:
479       csit-vpp-perf-verify-2001-2n-dnv:
480         - 4   # NDRPDR sel
481         - 5   # NDRPDR sel
482         - 6   # NDRPDR sel
483         - 7   # NDRPDR sel
484         - 8   # NDRPDR sel
485         - 9   # NDRPDR sel
486         - 10  # NDRPDR sel
487         - 11  # NDRPDR sel
488         - 13  # NDRPDR sel
489         - 16  # NDRPDR sel
490
491     plot-dpdk-throughput-latency-2n-dnv:
492       csit-dpdk-perf-verify-2001-2n-dnv:
493         - 9   # NDRPDR sel
494         - 10  # NDRPDR sel
495         - 11  # NDRPDR sel
496         - 12  # NDRPDR sel
497         - 13  # NDRPDR sel
498         - 14  # NDRPDR sel
499         - 15  # NDRPDR sel
500         - 16  # NDRPDR sel
501         - 17  # NDRPDR sel
502         - 18  # NDRPDR sel
503
504     ###########################################################################
505     # Simple tables (only one data set):
506
507     # NIC Comparisons
508
509     vpp-nic-comparison-3n-skx:
510       # TODO: Add the data
511       csit-vpp-perf-verify-2001-3n-skx:
512         - 14  # NDRPDR sel
513         - 15  # NDRPDR sel
514         - 16  # NDRPDR sel
515
516     vpp-nic-comparison-2n-skx:
517       # TODO: Add the data
518       csit-vpp-perf-verify-2001-2n-skx:
519         - 21  # NDRPDR sel
520         - 22  # NDRPDR sel
521         - 23  # NDRPDR sel
522         - 26  # NDRPDR sel
523
524     vpp-nic-comparison-3n-skx-mrr:
525       # TODO: Replace
526       # csit-vpp-perf-verify-2001-3n-skx:
527       csit-vpp-perf-verify-1908-3n-skx:
528         - 36  # MRR sel
529
530     vpp-nic-comparison-2n-skx-mrr:
531       # TODO: Replace
532       # csit-vpp-perf-verify-2001-2n-skx:
533       csit-vpp-perf-verify-1908-2n-skx:
534         - 69  # MRR sel
535
536     # Results
537
538     vpp-perf-results-3n-hsw:
539       csit-vpp-perf-verify-2001-3n-hsw:
540         - 18  # NDRPDR full
541         - 20  # NDRPDR full
542         - 28  # NDRPDR full
543         - 35  # NDRPDR full
544         - 42  # NDRPDR full
545         - 46  # NDRPDR full
546         - 47  # NDRPDR full
547         - 48  # NDRPDR full
548         - 49  # NDRPDR full
549         - 50  # NDRPDR full
550         - 51  # NDRPDR full
551         - 53  # NDRPDR full
552         - 54  # NDRPDR full
553         - 55  # NDRPDR full
554         - 56  # NDRPDR full
555         - 58  # NDRPDR full
556         - 61  # NDRPDR full
557         - 62  # NDRPDR full
558
559     vpp-perf-results-3n-skx:
560       # TODO: Replace
561       csit-vpp-perf-verify-2001-3n-skx:
562         - 14  # NDRPDR sel
563
564     vpp-perf-results-2n-skx:
565       csit-vpp-perf-verify-2001-2n-skx:
566         - 32  # NDRPDR full
567         - 33  # NDRPDR full
568
569     vpp-perf-results-2n-clx:
570       # TODO: Replace
571       csit-vpp-perf-verify-2001-2n-clx:
572         - 22  # NDRPDR sel
573
574     vpp-perf-results-3n-tsh:
575       # TODO: Replace
576       csit-vpp-perf-verify-2001-3n-tsh:
577         - 3   # NDRPDR sel
578
579     vpp-perf-results-3n-dnv:
580       csit-vpp-perf-verify-2001-3n-dnv:
581         - 19  # NDRPDR full
582         - 20  # NDRPDR full
583         - 21  # NDRPDR full
584         - 22  # NDRPDR full
585         - 23  # NDRPDR full
586         - 24  # NDRPDR full
587         - 25  # NDRPDR full
588         - 26  # NDRPDR full
589
590     vpp-perf-results-2n-dnv:
591       csit-vpp-perf-verify-2001-2n-dnv:
592         - 21  # NDRPDR full
593         - 22  # NDRPDR full
594         - 25  # NDRPDR full
595         - 26  # NDRPDR full
596         - 27  # NDRPDR full
597         - 28  # NDRPDR full
598
599     vpp-mrr-results-3n-hsw:
600       csit-vpp-perf-verify-2001-3n-hsw:
601         - 17  # MRR sel
602
603     vpp-mrr-results-3n-skx:
604       # TODO: Replace
605       # csit-vpp-perf-verify-2001-3n-skx:
606       csit-vpp-perf-verify-1908-3n-skx:
607         - 36  # MRR sel
608
609     vpp-mrr-results-2n-skx:
610       # TODO: Replace
611       # csit-vpp-perf-verify-2001-2n-skx:
612       csit-vpp-perf-verify-1908-2n-skx:
613         - 69  # MRR sel
614
615     vpp-mrr-results-2n-clx:
616       # TODO: Replace
617       # csit-vpp-perf-verify-2001-2n-clx:
618       csit-vpp-perf-verify-1908-2n-skx:
619         - 69  # MRR sel
620
621     vpp-mrr-results-3n-tsh:
622       csit-vpp-perf-verify-2001-3n-tsh:
623         - 9   # MRR sel
624
625     vpp-mrr-results-3n-dnv:
626       csit-vpp-perf-verify-2001-3n-dnv:
627         - 11  # MRR sel
628
629     vpp-mrr-results-2n-dnv:
630       csit-vpp-perf-verify-2001-2n-dnv:
631         - 12  # MRR sel
632
633     vpp-device-results-ubuntu:
634       csit-vpp-device-2001-ubuntu1804-1n-skx:
635         - 57
636
637     dpdk-perf-results-3n-hsw:
638       csit-dpdk-perf-verify-2001-3n-hsw:
639         - 25  # NDRPDR full
640         - 26  # NDRPDR full
641
642     dpdk-perf-results-3n-skx:
643       csit-dpdk-perf-verify-2001-3n-skx:
644         - 1   # NDRPDR sel
645
646     dpdk-perf-results-2n-skx:
647       csit-dpdk-perf-verify-2001-2n-skx:
648         - 1   # NDRPDR sel
649
650     dpdk-perf-results-2n-clx:
651       csit-dpdk-perf-verify-2001-2n-clx:
652         - 1   # NDRPDR sel
653
654     dpdk-perf-results-2n-dnv:
655       csit-dpdk-perf-verify-2001-2n-dnv:
656         - 16  # NDRPDR sel
657
658     dpdk-perf-results-3n-dnv:
659       csit-dpdk-perf-verify-2001-3n-dnv:
660         - 12  # NDRPDR sel
661
662     dpdk-perf-results-3n-tsh:
663       csit-dpdk-perf-verify-2001-3n-tsh:
664         - 3   # NDRPDR sel
665
666 ###########################################################################
667     # Tables (more than one data set)
668
669     # Performance changes
670
671     vpp-performance-changes-3n-hsw-h1:
672       csit-vpp-perf-verify-1904-3n-hsw:
673         - 11  # NDRPDR sel
674         - 12  # NDRPDR sel
675         - 20  # NDRPDR sel
676         - 21  # NDRPDR sel
677         - 23  # NDRPDR sel
678         - 24  # NDRPDR sel
679         - 25  # NDRPDR sel
680         - 26  # NDRPDR sel
681         - 29  # NDRPDR sel
682         - 30  # NDRPDR sel
683     vpp-performance-changes-3n-hsw-ref:
684       csit-vpp-perf-verify-1908-3n-hsw:
685         - 12  # NDRPDR sel
686         - 13  # NDRPDR sel
687         - 14  # NDRPDR sel
688         - 15  # NDRPDR sel
689         - 16  # NDRPDR sel
690         - 17  # NDRPDR sel
691         - 18  # NDRPDR sel
692         - 19  # NDRPDR sel
693         - 20  # NDRPDR sel
694         - 21  # NDRPDR sel
695     vpp-performance-changes-3n-hsw-cmp:
696       csit-vpp-perf-verify-2001-3n-hsw:
697         - 21  # NDRPDR sel
698         - 22  # NDRPDR sel
699         - 23  # NDRPDR sel
700         - 24  # NDRPDR sel
701         - 25  # NDRPDR sel
702         - 29  # NDRPDR sel
703         - 30  # NDRPDR sel
704         - 31  # NDRPDR sel
705         - 32  # NDRPDR sel
706         - 34  # NDRPDR sel
707     vpp-performance-changes-3n-hsw:
708       - "vpp-performance-changes-3n-hsw-h1"
709       - "vpp-performance-changes-3n-hsw-ref"
710       - "vpp-performance-changes-3n-hsw-cmp"
711
712     vpp-performance-changes-3n-skx-h1:
713       csit-vpp-perf-verify-1904-3n-skx:
714         - 8   # NDRPDR sel
715         - 9   # NDRPDR sel
716         - 10  # NDRPDR sel
717         - 11  # NDRPDR sel
718         - 12  # NDRPDR sel
719         - 14  # NDRPDR sel
720         - 16  # NDRPDR sel
721         - 21  # NDRPDR sel
722         - 23  # NDRPDR sel
723         - 25  # NDRPDR sel
724     vpp-performance-changes-3n-skx-ref:
725       csit-vpp-perf-verify-1908-3n-skx:
726         - 14  # NDRPDR sel
727         - 16  # NDRPDR sel
728         - 19  # NDRPDR sel
729         - 20  # NDRPDR sel
730         - 22  # NDRPDR sel
731         - 23  # NDRPDR sel
732         - 24  # NDRPDR sel
733         - 25  # NDRPDR sel
734         - 26  # NDRPDR sel
735         - 29  # NDRPDR sel
736     vpp-performance-changes-3n-skx-cmp:
737       # TODO: Add the data
738       csit-vpp-perf-verify-2001-3n-skx:
739         - 14  # NDRPDR sel
740         - 15  # NDRPDR sel
741         - 16  # NDRPDR sel
742     vpp-performance-changes-3n-skx:
743       - "vpp-performance-changes-3n-skx-h1"
744       - "vpp-performance-changes-3n-skx-ref"
745       - "vpp-performance-changes-3n-skx-cmp"
746
747     vpp-performance-changes-2n-skx-h1:
748       csit-vpp-perf-verify-1904-2n-skx:
749         - 12  # NDRPDR sel
750         - 14  # NDRPDR sel
751         - 16  # NDRPDR sel
752         - 17  # NDRPDR sel
753         - 18  # NDRPDR sel
754         - 21  # NDRPDR sel
755         - 27  # NDRPDR sel
756         - 30  # NDRPDR sel
757         - 31  # NDRPDR sel
758         - 32  # NDRPDR sel
759     vpp-performance-changes-2n-skx-ref:
760       csit-vpp-perf-verify-1908-2n-skx:
761         - 26  # NDRPDR sel
762         - 27  # NDRPDR sel
763         - 34  # NDRPDR sel
764         - 35  # NDRPDR sel
765         - 36  # NDRPDR sel
766         - 42  # NDRPDR sel
767         - 43  # NDRPDR sel
768         - 44  # NDRPDR sel
769         - 45  # NDRPDR sel
770         - 46  # NDRPDR sel
771     vpp-performance-changes-2n-skx-cmp:
772       # TODO: Add the data
773       csit-vpp-perf-verify-2001-2n-skx:
774         - 21  # NDRPDR sel
775         - 22  # NDRPDR sel
776         - 23  # NDRPDR sel
777         - 26  # NDRPDR sel
778         - 27  # NDRPDR sel
779         - 29  # NDRPDR sel
780     vpp-performance-changes-2n-skx:
781       - "vpp-performance-changes-2n-skx-h1"
782       - "vpp-performance-changes-2n-skx-ref"
783       - "vpp-performance-changes-2n-skx-cmp"
784
785     vpp-performance-changes-nfv-2n-skx-ref:
786       csit-vpp-perf-verify-1908-2n-skx:
787         - 22  # NFV
788         - 31  # NFV
789         - 32  # NFV
790     vpp-performance-changes-nfv-2n-skx-cmp:
791       # TODO: Add the data
792       csit-vpp-perf-verify-2001-2n-skx:
793         - 30  # NFV
794         - 31  # NFV
795     vpp-performance-changes-nfv-2n-skx:
796       - "vpp-performance-changes-nfv-2n-skx-ref"
797       - "vpp-performance-changes-nfv-2n-skx-cmp"
798
799     vpp-performance-changes-2n-dnv-ref:
800       csit-vpp-perf-verify-1908-2n-dnv:
801         - 1   # NDRPDR sel
802         - 2   # NDRPDR sel
803         - 3   # NDRPDR sel
804         - 4   # NDRPDR sel
805         - 5   # NDRPDR sel
806         - 6   # NDRPDR sel
807         - 7   # NDRPDR sel
808         - 8   # NDRPDR sel
809         - 9   # NDRPDR sel
810         - 10  # NDRPDR sel
811     vpp-performance-changes-2n-dnv-cmp:
812       csit-vpp-perf-verify-2001-2n-dnv:
813         - 4   # NDRPDR sel
814         - 5   # NDRPDR sel
815         - 6   # NDRPDR sel
816         - 7   # NDRPDR sel
817         - 8   # NDRPDR sel
818         - 9   # NDRPDR sel
819         - 10  # NDRPDR sel
820         - 11  # NDRPDR sel
821         - 13  # NDRPDR sel
822         - 16  # NDRPDR sel
823     vpp-performance-changes-2n-dnv:
824       - "vpp-performance-changes-2n-dnv-ref"
825       - "vpp-performance-changes-2n-dnv-cmp"
826
827     vpp-performance-changes-3n-dnv-ref:
828       csit-vpp-perf-verify-1908-3n-dnv:
829         - 6   # NDRPDR sel
830         - 7   # NDRPDR sel
831         - 8   # NDRPDR sel
832         - 9   # NDRPDR sel
833         - 10  # NDRPDR sel
834         - 12  # NDRPDR sel
835         - 13  # NDRPDR sel
836         - 14  # NDRPDR sel
837         - 15  # NDRPDR sel
838         - 16  # NDRPDR sel
839     vpp-performance-changes-3n-dnv-cmp:
840       csit-vpp-perf-verify-2001-3n-dnv:
841         - 5   # NDRPDR sel
842         - 6   # NDRPDR sel
843         - 7   # NDRPDR sel
844         - 8   # NDRPDR sel
845         - 9   # NDRPDR sel
846         - 10  # NDRPDR sel
847         - 12  # NDRPDR sel
848         - 16  # NDRPDR sel
849         - 17  # NDRPDR sel
850         - 18  # NDRPDR sel
851     vpp-performance-changes-3n-dnv:
852       - "vpp-performance-changes-3n-dnv-ref"
853       - "vpp-performance-changes-3n-dnv-cmp"
854
855     vpp-performance-changes-3n-tsh-ref:
856       csit-vpp-perf-verify-1908-3n-tsh:
857         - 7   # NDRPDR sel
858         - 8   # NDRPDR sel
859         - 9   # NDRPDR sel
860         - 10  # NDRPDR sel
861         - 11  # NDRPDR sel
862         - 12  # NDRPDR sel
863         - 13  # NDRPDR sel
864         - 14  # NDRPDR sel
865         - 15  # NDRPDR sel
866         - 16  # NDRPDR sel
867     vpp-performance-changes-3n-tsh-cmp:
868       # TODO: Add the data
869       csit-vpp-perf-verify-2001-3n-tsh:
870         - 3   # NDRPDR sel
871         - 4   # NDRPDR sel
872         - 7   # NDRPDR sel
873         - 8   # NDRPDR sel
874         - 10  # NDRPDR sel
875     vpp-performance-changes-3n-tsh:
876       - "vpp-performance-changes-3n-tsh-ref"
877       - "vpp-performance-changes-3n-tsh-cmp"
878
879     vpp-soak-vs-ndr-2n-skx-ref:
880       # TODO: Replace
881       # csit-vpp-perf-verify-2001-2n-skx:
882       csit-vpp-perf-verify-1908-2n-skx:
883         - 26  # NDRPDR sel
884         - 27  # NDRPDR sel
885         - 34  # NDRPDR sel
886     vpp-soak-vs-ndr-2n-skx-cmp:
887       # TODO: Replace
888       # csit-vpp-perf-verify-2001-2n-skx:
889       csit-vpp-perf-verify-1908-2n-skx:
890         - 83  # SOAK
891         - 86  # SOAK
892     vpp-soak-vs-ndr-2n-skx:
893       # TODO: Replace
894       # csit-vpp-perf-verify-2001-2n-skx:
895       csit-vpp-perf-verify-1908-2n-skx:
896         - 26  # NDRPDR sel
897         - 27  # NDRPDR sel
898         - 34  # NDRPDR sel
899         - 83  # SOAK
900         - 86  # SOAK
901
902     vpp-performance-changes-3n-hsw-mrr-h1:
903       csit-vpp-perf-verify-1904-3n-hsw:
904         - 9   # MRR sel
905     vpp-performance-changes-3n-hsw-mrr-ref:
906       csit-vpp-perf-verify-1908-3n-hsw:
907         - 39  # MRR sel
908     vpp-performance-changes-3n-hsw-mrr-cmp:
909       csit-vpp-perf-verify-2001-3n-hsw:
910         - 17  # MRR sel
911     vpp-performance-changes-3n-hsw-mrr:
912       - "vpp-performance-changes-3n-hsw-mrr-h1"
913       - "vpp-performance-changes-3n-hsw-mrr-ref"
914       - "vpp-performance-changes-3n-hsw-mrr-cmp"
915
916     vpp-performance-changes-3n-skx-mrr-h1:
917       csit-vpp-perf-verify-1904-3n-skx:
918         - 7   # MRR sel
919     vpp-performance-changes-3n-skx-mrr-ref:
920       csit-vpp-perf-verify-1908-3n-skx:
921         - 36  # MRR sel
922     vpp-performance-changes-3n-skx-mrr-cmp:
923       # TODO: Replace
924       # csit-vpp-perf-verify-2001-3n-skx:
925       csit-vpp-perf-verify-1908-3n-skx:
926         - 36  # MRR sel
927     vpp-performance-changes-3n-skx-mrr:
928       - "vpp-performance-changes-3n-skx-mrr-h1"
929       - "vpp-performance-changes-3n-skx-mrr-ref"
930       - "vpp-performance-changes-3n-skx-mrr-cmp"
931
932     vpp-performance-changes-2n-skx-mrr-h1:
933       csit-vpp-perf-verify-1904-2n-skx:
934         - 11  # MRR sel
935     vpp-performance-changes-2n-skx-mrr-ref:
936       csit-vpp-perf-verify-1908-2n-skx:
937         - 69  # MRR sel
938     vpp-performance-changes-2n-skx-mrr-cmp:
939       # TODO: Replace
940       # csit-vpp-perf-verify-2001-2n-skx:
941       csit-vpp-perf-verify-1908-2n-skx:
942         - 69  # MRR sel
943     vpp-performance-changes-2n-skx-mrr:
944       - "vpp-performance-changes-2n-skx-mrr-h1"
945       - "vpp-performance-changes-2n-skx-mrr-ref"
946       - "vpp-performance-changes-2n-skx-mrr-cmp"
947
948     vpp-performance-changes-nfv-2n-skx-mrr-ref:
949       csit-vpp-perf-verify-1908-2n-skx:
950         - 71  # NFV MRR
951     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
952       # TODO: Replace
953       # csit-vpp-perf-verify-2001-2n-skx:
954       csit-vpp-perf-verify-1908-2n-skx:
955         - 71  # NFV MRR
956     vpp-performance-changes-nfv-2n-skx-mrr:
957       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
958       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
959
960     vpp-performance-changes-2n-dnv-mrr-ref:
961       csit-vpp-perf-verify-1908-2n-dnv:
962         - 11  # MRR sel
963     vpp-performance-changes-2n-dnv-mrr-cmp:
964       csit-vpp-perf-verify-2001-2n-dnv:
965         - 12  # MRR sel
966     vpp-performance-changes-2n-dnv-mrr:
967       - "vpp-performance-changes-2n-dnv-mrr-ref"
968       - "vpp-performance-changes-2n-dnv-mrr-cmp"
969
970     vpp-performance-changes-3n-dnv-mrr-ref:
971       csit-vpp-perf-verify-1908-3n-dnv:
972         - 17  # MRR sel
973     vpp-performance-changes-3n-dnv-mrr-cmp:
974       csit-vpp-perf-verify-2001-3n-dnv:
975         - 11  # MRR sel
976     vpp-performance-changes-3n-dnv-mrr:
977       - "vpp-performance-changes-3n-dnv-mrr-ref"
978       - "vpp-performance-changes-3n-dnv-mrr-cmp"
979
980     vpp-performance-changes-3n-tsh-mrr-ref:
981       csit-vpp-perf-verify-1908-3n-tsh:
982         - 17  # MRR sel
983     vpp-performance-changes-3n-tsh-mrr-cmp:
984       csit-vpp-perf-verify-2001-3n-tsh:
985         - 9   # MRR sel
986     vpp-performance-changes-3n-tsh-mrr:
987       - "vpp-performance-changes-3n-tsh-mrr-ref"
988       - "vpp-performance-changes-3n-tsh-mrr-cmp"
989
990     dpdk-performance-changes-3n-hsw-h1:
991       csit-dpdk-perf-verify-1904-3n-hsw:
992         - 2   # NDRPDR sel
993         - 3   # NDRPDR sel
994         - 5   # NDRPDR sel
995         - 6   # NDRPDR sel
996         - 13  # NDRPDR sel
997         - 14  # NDRPDR sel
998         - 15  # NDRPDR sel
999         - 18  # NDRPDR sel
1000         - 19  # NDRPDR sel
1001         - 20  # NDRPDR sel
1002     dpdk-performance-changes-3n-hsw-ref:
1003       csit-dpdk-perf-verify-1908-3n-hsw:
1004         - 2   # NDRPDR sel
1005         - 3   # NDRPDR sel
1006         - 4   # NDRPDR sel
1007         - 5   # NDRPDR sel
1008         - 6   # NDRPDR sel
1009         - 7   # NDRPDR sel
1010         - 8   # NDRPDR sel
1011         - 9   # NDRPDR sel
1012         - 10  # NDRPDR sel
1013         - 11  # NDRPDR sel
1014     dpdk-performance-changes-3n-hsw-cmp:
1015       csit-dpdk-perf-verify-2001-3n-hsw:
1016         - 4   # NDRPDR sel
1017         - 5   # NDRPDR sel
1018         - 6   # NDRPDR sel
1019         - 7   # NDRPDR sel
1020         - 8   # NDRPDR sel
1021         - 9   # NDRPDR sel
1022         - 10  # NDRPDR sel
1023         - 11  # NDRPDR sel
1024         - 12  # NDRPDR sel
1025         - 13  # NDRPDR sel
1026         - 15  # NDRPDR sel
1027         - 16  # NDRPDR sel
1028         - 17  # NDRPDR sel
1029         - 18  # NDRPDR sel
1030         - 19  # NDRPDR sel
1031         - 20  # NDRPDR sel
1032         - 21  # NDRPDR sel
1033         - 22  # NDRPDR sel
1034         - 23  # NDRPDR sel
1035         - 24  # NDRPDR sel
1036     dpdk-performance-changes-3n-hsw:
1037       - "dpdk-performance-changes-3n-hsw-h1"
1038       - "dpdk-performance-changes-3n-hsw-ref"
1039       - "dpdk-performance-changes-3n-hsw-cmp"
1040
1041     dpdk-performance-changes-3n-skx-h1:
1042       csit-dpdk-perf-verify-1904-3n-skx:
1043         - 2   # NDRPDR sel
1044         - 3   # NDRPDR sel
1045         - 4   # NDRPDR sel
1046         - 5   # NDRPDR sel
1047         - 6   # NDRPDR sel
1048         - 7   # NDRPDR sel
1049         - 11  # NDRPDR sel
1050         - 12  # NDRPDR sel
1051         - 13  # NDRPDR sel
1052         - 14  # NDRPDR sel
1053     dpdk-performance-changes-3n-skx-ref:
1054       csit-dpdk-perf-verify-1908-3n-skx:
1055         - 3   # NDRPDR sel
1056         - 4   # NDRPDR sel
1057         - 5   # NDRPDR sel
1058         - 6   # NDRPDR sel
1059         - 7   # NDRPDR sel
1060         - 8   # NDRPDR sel
1061         - 9   # NDRPDR sel
1062         - 10  # NDRPDR sel
1063         - 11  # NDRPDR sel
1064         - 12  # NDRPDR sel
1065     dpdk-performance-changes-3n-skx-cmp:
1066       csit-dpdk-perf-verify-2001-3n-skx:
1067         - 1   # NDRPDR sel
1068         - 2   # NDRPDR sel
1069         - 3   # NDRPDR sel
1070         - 4   # NDRPDR sel
1071         - 5   # NDRPDR sel
1072         - 6   # NDRPDR sel
1073         - 7   # NDRPDR sel
1074         - 8   # NDRPDR sel
1075         - 9   # NDRPDR sel
1076         - 10  # NDRPDR sel
1077     dpdk-performance-changes-3n-skx:
1078       - "dpdk-performance-changes-3n-skx-h1"
1079       - "dpdk-performance-changes-3n-skx-ref"
1080       - "dpdk-performance-changes-3n-skx-cmp"
1081
1082     dpdk-performance-changes-2n-skx-h1:
1083       csit-dpdk-perf-verify-1904-2n-skx:
1084         - 2   # NDRPDR sel
1085         - 3   # NDRPDR sel
1086         - 4   # NDRPDR sel
1087         - 5   # NDRPDR sel
1088         - 7   # NDRPDR sel
1089         - 8   # NDRPDR sel
1090         - 9   # NDRPDR sel
1091         - 10  # NDRPDR sel
1092         - 11  # NDRPDR sel
1093         - 12  # NDRPDR sel
1094     dpdk-performance-changes-2n-skx-ref:
1095       csit-dpdk-perf-verify-1908-2n-skx:
1096         - 2   # NDRPDR sel
1097         - 3   # NDRPDR sel
1098         - 4   # NDRPDR sel
1099         - 5   # NDRPDR sel
1100         - 7   # NDRPDR sel
1101         - 8   # NDRPDR sel
1102         - 9   # NDRPDR sel
1103         - 10  # NDRPDR sel
1104         - 11  # NDRPDR sel
1105         - 12  # NDRPDR sel
1106     dpdk-performance-changes-2n-skx-cmp:
1107       csit-dpdk-perf-verify-2001-2n-skx:
1108         - 1   # NDRPDR sel
1109         - 2   # NDRPDR sel
1110         - 3   # NDRPDR sel
1111         - 4   # NDRPDR sel
1112         - 5   # NDRPDR sel
1113         - 6   # NDRPDR sel
1114         - 7   # NDRPDR sel
1115         - 8   # NDRPDR sel
1116         - 9   # NDRPDR sel
1117         - 10  # NDRPDR sel
1118         - 11  # NDRPDR sel
1119         - 13  # NDRPDR sel
1120         - 26  # NDRPDR sel
1121         - 16  # NDRPDR sel
1122         - 17  # NDRPDR sel
1123         - 18  # NDRPDR sel
1124         - 19  # NDRPDR sel
1125         - 27  # NDRPDR sel
1126         - 21  # NDRPDR sel
1127         - 25  # NDRPDR sel
1128     dpdk-performance-changes-2n-skx:
1129       - "dpdk-performance-changes-2n-skx-h1"
1130       - "dpdk-performance-changes-2n-skx-ref"
1131       - "dpdk-performance-changes-2n-skx-cmp"
1132
1133     # Compare testbeds
1134
1135     vpp-compare-testbeds-ref:
1136       csit-vpp-perf-verify-2001-3n-hsw:
1137         - 21  # NDRPDR sel
1138         - 22  # NDRPDR sel
1139         - 23  # NDRPDR sel
1140         - 24  # NDRPDR sel
1141         - 25  # NDRPDR sel
1142         - 29  # NDRPDR sel
1143         - 30  # NDRPDR sel
1144         - 31  # NDRPDR sel
1145         - 32  # NDRPDR sel
1146         - 34  # NDRPDR sel
1147     vpp-compare-testbeds-cmp:
1148       # TODO: Add the data
1149       csit-vpp-perf-verify-2001-3n-skx:
1150         - 14  # NDRPDR sel
1151         - 15  # NDRPDR sel
1152         - 16  # NDRPDR sel
1153     vpp-compare-testbeds:
1154       - "vpp-compare-testbeds-ref"
1155       - "vpp-compare-testbeds-cmp"
1156
1157     vpp-compare-testbeds-skx-clx-ref:
1158       # TODO: Add the data
1159       csit-vpp-perf-verify-2001-2n-skx:
1160         - 21  # NDRPDR sel
1161         - 22  # NDRPDR sel
1162         - 23  # NDRPDR sel
1163         - 26  # NDRPDR sel
1164         - 27  # NDRPDR sel
1165         - 29  # NDRPDR sel
1166     vpp-compare-testbeds-skx-clx-cmp:
1167       # TODO: Add the data
1168       csit-vpp-perf-verify-2001-2n-clx:
1169         - 22  # NDRPDR sel
1170         - 23  # NDRPDR sel
1171         - 24  # NDRPDR sel
1172         - 25  # NDRPDR sel
1173     vpp-compare-testbeds-skx-clx:
1174       - "vpp-compare-testbeds-skx-clx-ref"
1175       - "vpp-compare-testbeds-skx-clx-cmp"
1176
1177     vpp-compare-testbeds-mrr-ref:
1178       csit-vpp-perf-verify-2001-3n-hsw:
1179         - 17  # MRR sel
1180     vpp-compare-testbeds-mrr-cmp:
1181       # TODO: Replace
1182       # csit-vpp-perf-verify-2001-3n-skx:
1183       csit-vpp-perf-verify-1908-3n-skx:
1184         - 36  # MRR sel
1185     vpp-compare-testbeds-mrr:
1186       - "vpp-compare-testbeds-mrr-ref"
1187       - "vpp-compare-testbeds-mrr-cmp"
1188
1189     vpp-compare-testbeds-mrr-skx-clx-ref:
1190       # TODO: Replace
1191       # csit-vpp-perf-verify-2001-2n-skx:
1192       csit-vpp-perf-verify-1908-2n-skx:
1193         - 69  # MRR sel
1194     vpp-compare-testbeds-mrr-skx-clx-cmp:
1195       # TODO: Replace
1196       # csit-vpp-perf-verify-2001-2n-clx:
1197       csit-vpp-perf-verify-1908-2n-skx:
1198         - 69  # MRR sel
1199     vpp-compare-testbeds-mrr-skx-clx:
1200       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1201       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1202
1203     dpdk-compare-testbeds-ref:
1204       csit-dpdk-perf-verify-2001-3n-hsw:
1205         - 4   # NDRPDR sel
1206         - 5   # NDRPDR sel
1207         - 6   # NDRPDR sel
1208         - 7   # NDRPDR sel
1209         - 8   # NDRPDR sel
1210         - 9   # NDRPDR sel
1211         - 10  # NDRPDR sel
1212         - 11  # NDRPDR sel
1213         - 12  # NDRPDR sel
1214         - 13  # NDRPDR sel
1215         - 15  # NDRPDR sel
1216         - 16  # NDRPDR sel
1217         - 17  # NDRPDR sel
1218         - 18  # NDRPDR sel
1219         - 19  # NDRPDR sel
1220         - 20  # NDRPDR sel
1221         - 21  # NDRPDR sel
1222         - 22  # NDRPDR sel
1223         - 23  # NDRPDR sel
1224         - 24  # NDRPDR sel
1225     dpdk-compare-testbeds-cmp:
1226       csit-dpdk-perf-verify-2001-3n-skx:
1227         - 1   # NDRPDR sel
1228         - 2   # NDRPDR sel
1229         - 3   # NDRPDR sel
1230         - 4   # NDRPDR sel
1231         - 5   # NDRPDR sel
1232         - 6   # NDRPDR sel
1233         - 7   # NDRPDR sel
1234         - 8   # NDRPDR sel
1235         - 9   # NDRPDR sel
1236         - 10  # NDRPDR sel
1237     dpdk-compare-testbeds:
1238       - "dpdk-compare-testbeds-ref"
1239       - "dpdk-compare-testbeds-cmp"
1240
1241     dpdk-compare-testbeds-skx-clx-ref:
1242       csit-dpdk-perf-verify-2001-2n-skx:
1243         - 1   # NDRPDR sel
1244         - 2   # NDRPDR sel
1245         - 3   # NDRPDR sel
1246         - 4   # NDRPDR sel
1247         - 5   # NDRPDR sel
1248         - 6   # NDRPDR sel
1249         - 7   # NDRPDR sel
1250         - 8   # NDRPDR sel
1251         - 9   # NDRPDR sel
1252         - 10  # NDRPDR sel
1253         - 11  # NDRPDR sel
1254         - 13  # NDRPDR sel
1255         - 26  # NDRPDR sel
1256         - 16  # NDRPDR sel
1257         - 17  # NDRPDR sel
1258         - 18  # NDRPDR sel
1259         - 19  # NDRPDR sel
1260         - 27  # NDRPDR sel
1261         - 21  # NDRPDR sel
1262         - 25  # NDRPDR sel
1263     dpdk-compare-testbeds-skx-clx-cmp:
1264       csit-dpdk-perf-verify-2001-2n-clx:
1265         - 1   # NDRPDR sel
1266         - 2   # NDRPDR sel
1267         - 3   # NDRPDR sel
1268         - 4   # NDRPDR sel
1269         - 5   # NDRPDR sel
1270         - 6   # NDRPDR sel
1271         - 7   # NDRPDR sel
1272         - 8   # NDRPDR sel
1273         - 9   # NDRPDR sel
1274         - 10  # NDRPDR sel
1275     dpdk-compare-testbeds-skx-clx:
1276       - "dpdk-compare-testbeds-skx-clx-ref"
1277       - "dpdk-compare-testbeds-skx-clx-cmp"
1278
1279     # Compare topologies
1280
1281     vpp-compare-topologies-ref:
1282       # TODO: Add the data
1283       csit-vpp-perf-verify-2001-3n-skx:
1284         - 14  # NDRPDR sel
1285         - 15  # NDRPDR sel
1286         - 16  # NDRPDR sel
1287     vpp-compare-topologies-cmp:
1288       # TODO: Add the data
1289       csit-vpp-perf-verify-2001-2n-skx:
1290         - 21  # NDRPDR sel
1291         - 22  # NDRPDR sel
1292         - 23  # NDRPDR sel
1293         - 26  # NDRPDR sel
1294         - 27  # NDRPDR sel
1295         - 29  # NDRPDR sel
1296     vpp-compare-topologies:
1297       - "vpp-compare-topologies-ref"
1298       - "vpp-compare-topologies-cmp"
1299
1300     vpp-compare-topologies-mrr-ref:
1301       # TODO: Replace
1302       # csit-vpp-perf-verify-2001-3n-skx:
1303       csit-vpp-perf-verify-1908-3n-skx:
1304         - 36  # MRR sel
1305     vpp-compare-topologies-mrr-cmp:
1306       # TODO: Replace
1307       # csit-vpp-perf-verify-2001-2n-skx:
1308       csit-vpp-perf-verify-1908-2n-skx:
1309         - 69  # MRR sel
1310     vpp-compare-topologies-mrr:
1311       - "vpp-compare-topologies-mrr-ref"
1312       - "vpp-compare-topologies-mrr-cmp"
1313
1314     dpdk-compare-topologies-ref:
1315       csit-dpdk-perf-verify-2001-3n-skx:
1316         - 1   # NDRPDR sel
1317         - 2   # NDRPDR sel
1318         - 3   # NDRPDR sel
1319         - 4   # NDRPDR sel
1320         - 5   # NDRPDR sel
1321         - 6   # NDRPDR sel
1322         - 7   # NDRPDR sel
1323         - 8   # NDRPDR sel
1324         - 9   # NDRPDR sel
1325         - 10  # NDRPDR sel
1326     dpdk-compare-topologies-cmp:
1327       csit-dpdk-perf-verify-2001-2n-skx:
1328         - 1   # NDRPDR sel
1329         - 2   # NDRPDR sel
1330         - 3   # NDRPDR sel
1331         - 4   # NDRPDR sel
1332         - 5   # NDRPDR sel
1333         - 6   # NDRPDR sel
1334         - 7   # NDRPDR sel
1335         - 8   # NDRPDR sel
1336         - 9   # NDRPDR sel
1337         - 10  # NDRPDR sel
1338         - 11  # NDRPDR sel
1339         - 13  # NDRPDR sel
1340         - 26  # NDRPDR sel
1341         - 16  # NDRPDR sel
1342         - 17  # NDRPDR sel
1343         - 18  # NDRPDR sel
1344         - 19  # NDRPDR sel
1345         - 27  # NDRPDR sel
1346         - 21  # NDRPDR sel
1347         - 25  # NDRPDR sel
1348     dpdk-compare-topologies:
1349       - "dpdk-compare-topologies-ref"
1350       - "dpdk-compare-topologies-cmp"
1351
1352   plot-layouts:
1353
1354     plot-soak-throughput:
1355       titlefont:
1356         size: 18
1357       xaxis:
1358         title: "<b>Test Cases [Index]</b>"
1359         titlefont:
1360           size: 16
1361         autorange: True
1362         fixedrange: False
1363         gridcolor: "rgb(230, 230, 230)"
1364         linecolor: "rgb(220, 220, 220)"
1365         linewidth: 1
1366         showgrid: True
1367         showline: True
1368         showticklabels: True
1369         tickcolor: "rgb(220, 220, 220)"
1370         tickmode: "linear"
1371         tickfont:
1372           size: 16
1373         zeroline: False
1374       yaxis:
1375         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1376         titlefont:
1377           size: 16
1378         gridcolor: "rgb(230, 230, 230)"
1379         hoverformat: ".4r"
1380         tickformat: ".3r"
1381         linecolor: "rgb(220, 220, 220)"
1382         linewidth: 1
1383         showgrid: True
1384         showline: True
1385         showticklabels: True
1386         tickcolor: "rgb(220, 220, 220)"
1387         tickfont:
1388           size: 16
1389         zeroline: False
1390         range: [0,50]
1391       autosize: False
1392       margin:
1393         t: 50
1394         b: 0
1395         l: 80
1396         r: 20
1397       showlegend: True
1398       legend:
1399         orientation: "h"
1400         font:
1401           size: 16
1402       width: 700
1403       height: 900
1404       paper_bgcolor: "#fff"
1405       plot_bgcolor: "#fff"
1406       hoverlabel:
1407         namelength: -1
1408
1409     plot-service-density:
1410       titlefont:
1411         size: 18
1412       xaxis:
1413         side: "top"
1414         autorange: True
1415         fixedrange: False
1416         showgrid: False
1417         showline: False
1418         showticklabels: False
1419         ticks: ""
1420         ticklen: 0
1421         tickwidth: 0
1422         zeroline: False
1423       yaxis:
1424         autorange: "reversed"
1425         showgrid: False
1426         showline: False
1427         showticklabels: False
1428         ticks: ""
1429         ticklen: 0
1430         tickwidth: 0
1431         zeroline: False
1432       showlegend: False
1433       paper_bgcolor: "#fff"
1434       plot_bgcolor: "#fff"
1435       width: 700
1436       height: 700
1437       hoverlabel:
1438         namelength: -1
1439
1440     plot-cps:
1441       titlefont:
1442         size: 18
1443       xaxis:
1444         title: "<b>Test Cases [Index]</b>"
1445         titlefont:
1446           size: 16
1447         autorange: True
1448         fixedrange: False
1449         gridcolor: "rgb(230, 230, 230)"
1450         linecolor: "rgb(220, 220, 220)"
1451         linewidth: 1
1452         showgrid: True
1453         showline: True
1454         showticklabels: True
1455         tickcolor: "rgb(220, 220, 220)"
1456         tickmode: "linear"
1457         tickfont:
1458           size: 16
1459         zeroline: False
1460       yaxis:
1461         title: "<b>Connections Per Second [cps]</b>"
1462         titlefont:
1463           size: 16
1464         gridcolor: "rgb(230, 230, 230)"
1465         hoverformat: ".4s"
1466         linecolor: "rgb(220, 220, 220)"
1467         linewidth: 1
1468         rangemode: "tozero"
1469         showgrid: True
1470         showline: True
1471         showticklabels: True
1472         tickcolor: "rgb(220, 220, 220)"
1473         tickformat: ".3s"
1474         tickfont:
1475           size: 16
1476         zeroline: False
1477       boxmode: "group"
1478       boxgroupgap: 0.5
1479       autosize: False
1480       margin:
1481         t: 50
1482         b: 20
1483         l: 80
1484         r: 20
1485       showlegend: True
1486       legend:
1487         orientation: "h"
1488         font:
1489           size: 16
1490       width: 700
1491       height: 800
1492       paper_bgcolor: "#fff"
1493       plot_bgcolor: "#fff"
1494       hoverlabel:
1495         namelength: -1
1496
1497     plot-rps:
1498       titlefont:
1499         size: 18
1500       xaxis:
1501         title: "<b>Test Cases [Index]</b>"
1502         titlefont:
1503           size: 16
1504         autorange: True
1505         fixedrange: False
1506         gridcolor: "rgb(230, 230, 230)"
1507         linecolor: "rgb(220, 220, 220)"
1508         linewidth: 1
1509         showgrid: True
1510         showline: True
1511         showticklabels: True
1512         tickcolor: "rgb(220, 220, 220)"
1513         tickmode: "linear"
1514         tickfont:
1515           size: 16
1516         zeroline: False
1517       yaxis:
1518         title: "<b>Requests Per Second [rps]</b>"
1519         titlefont:
1520           size: 16
1521         gridcolor: "rgb(230, 230, 230)"
1522         hoverformat: ".4s"
1523         linecolor: "rgb(220, 220, 220)"
1524         linewidth: 1
1525         rangemode: "tozero"
1526         showgrid: True
1527         showline: True
1528         showticklabels: True
1529         tickcolor: "rgb(230, 230, 230)"
1530         tickformat: ".3s"
1531         tickfont:
1532           size: 16
1533         zeroline: False
1534       boxmode: "group"
1535       boxgroupgap: 0.5
1536       autosize: False
1537       margin:
1538         t: 50
1539         b: 20
1540         l: 80
1541         r: 20
1542       showlegend: True
1543       legend:
1544         orientation: "h"
1545         font:
1546           size: 16
1547       width: 700
1548       height: 800
1549       paper_bgcolor: "#fff"
1550       plot_bgcolor: "#fff"
1551       hoverlabel:
1552         namelength: -1
1553
1554     plot-throughput:
1555       titlefont:
1556         size: 18
1557       xaxis:
1558         title: "<b>Test Cases [Index]</b>"
1559         titlefont:
1560           size: 16
1561         autorange: True
1562         fixedrange: False
1563         gridcolor: "rgb(230, 230, 230)"
1564         linecolor: "rgb(220, 220, 220)"
1565         linewidth: 1
1566         showgrid: True
1567         showline: True
1568         showticklabels: True
1569         tickcolor: "rgb(220, 220, 220)"
1570         tickmode: "linear"
1571         tickfont:
1572           size: 16
1573         zeroline: False
1574       yaxis:
1575         title: "<b>Packet Throughput [Mpps]</b>"
1576         titlefont:
1577           size: 16
1578         gridcolor: "rgb(230, 230, 230)"
1579         hoverformat: ".4r"
1580         tickformat: ".3r"
1581         linecolor: "rgb(220, 220, 220)"
1582         linewidth: 1
1583         showgrid: True
1584         showline: True
1585         showticklabels: True
1586         tickcolor: "rgb(220, 220, 220)"
1587         tickfont:
1588           size: 16
1589         zeroline: False
1590         range: [0,50]
1591       autosize: False
1592       margin:
1593         t: 50
1594         b: 0
1595         l: 80
1596         r: 20
1597       showlegend: True
1598       legend:
1599         orientation: "h"
1600         font:
1601           size: 16
1602       width: 700
1603       height: 900
1604       paper_bgcolor: "#fff"
1605       plot_bgcolor: "#fff"
1606       hoverlabel:
1607         namelength: -1
1608
1609     plot-throughput-speedup-analysis:
1610       titlefont:
1611         size: 18
1612       xaxis:
1613         title: "<b>Number of Cores [Qty]</b>"
1614         titlefont:
1615           size: 16
1616         autorange: True
1617         fixedrange: False
1618         gridcolor: "rgb(230, 230, 230)"
1619         linecolor: "rgb(220, 220, 220)"
1620         linewidth: 1
1621         showgrid: True
1622         showline: True
1623         showticklabels: True
1624         tickcolor: "rgb(238, 238, 238)"
1625         tickmode: "linear"
1626         tickfont:
1627           size: 16
1628         zeroline: False
1629       yaxis:
1630         title: "<b>Packet Throughput [Mpps]</b>"
1631         titlefont:
1632           size: 16
1633         type: "linear"
1634         gridcolor: "rgb(230, 230, 230)"
1635         hoverformat: ".4s"
1636         linecolor: "rgb(220, 220, 220)"
1637         linewidth: 1
1638         showgrid: True
1639         showline: True
1640         showticklabels: True
1641         tickcolor: "rgb(220, 220, 220)"
1642         tickformat: ".4s"
1643         tickfont:
1644           size: 16
1645         zeroline: True
1646         rangemode: "tozero"
1647         range: [0,100]
1648       legend:
1649         orientation: "h"
1650         font:
1651           size: 16
1652         xanchor: "left"
1653         yanchor: "top"
1654         x: 0
1655         y: -0.2
1656         bgcolor: "rgba(255, 255, 255, 0)"
1657         bordercolor: "rgba(255, 255, 255, 0)"
1658         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1659       autosize: False
1660       margin:
1661           't': 50
1662           'b': 150
1663           'l': 85
1664           'r': 10
1665       showlegend: True
1666       width: 700
1667       height: 700
1668       paper_bgcolor: "#fff"
1669       plot_bgcolor: "#fff"
1670       hoverlabel:
1671         namelength: -1
1672       annotations: [
1673         {
1674           text: "_ _          __          ...",
1675           align: "left",
1676           showarrow: False,
1677           xref: "paper",
1678           yref: "paper",
1679           xanchor: "left",
1680           yanchor: "top",
1681           x: 0,
1682           y: -0.13,
1683           font: {
1684             family: "Consolas, Courier New",
1685             size: 15
1686           },
1687         },
1688         {
1689           text: "    Perfect     Measured     Limit",
1690           align: "left",
1691           showarrow: False,
1692           xref: "paper",
1693           yref: "paper",
1694           xanchor: "left",
1695           yanchor: "top",
1696           x: 0,
1697           y: -0.15,
1698           font: {
1699             family: "Consolas, Courier New",
1700             size: 15
1701           },
1702         },
1703       ]
1704
1705     plot-latency:
1706       titlefont:
1707         size: 18
1708       xaxis:
1709         title: "<b>Direction</b>"
1710         titlefont:
1711           size: 16
1712         autorange: True
1713         fixedrange: False
1714         gridcolor: "rgb(230, 230, 230)"
1715         linecolor: "rgb(220, 220, 220)"
1716         linewidth: 1
1717         showgrid: True
1718         showline: True
1719         showticklabels: False
1720         tickcolor: "rgb(220, 220, 220)"
1721         tickmode: "linear"
1722         tickfont:
1723           size: 16
1724         zeroline: False
1725       yaxis:
1726         title: "<b>Packet Latency [uSec]</b>"
1727         titlefont:
1728           size: 16
1729         type: "linear"
1730         gridcolor: "rgb(230, 230, 230)"
1731         hoverformat: ".4s"
1732         linecolor: "rgb(220, 220, 220)"
1733         linewidth: 1
1734         showgrid: True
1735         showline: True
1736         showticklabels: True
1737         tickcolor: "rgb(220, 220, 220)"
1738         tickformat: ".4s"
1739         tickfont:
1740           size: 16
1741         zeroline: True
1742         rangemode: "tozero"
1743       legend:
1744         orientation: "h"
1745         font:
1746           size: 16
1747         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1748       autosize: False
1749       margin:
1750           't': 50
1751           'b': 150
1752           'l': 80
1753           'r': 10
1754       showlegend: True
1755       width: 700
1756       height: 700
1757       paper_bgcolor: "#fff"
1758       plot_bgcolor: "#fff"
1759       hoverlabel:
1760         namelength: -1
1761
1762     plot-hdrh-latency:
1763       title:
1764         text: ""
1765         xanchor: "center"
1766         x: 0.5
1767         font:
1768           size: 16
1769       width: 700
1770       plot_bgcolor: "white"
1771       annotations:
1772         - font:
1773             size: 14
1774           showarrow: False
1775           text: "<b>Packet Latency [uSec]</b>"
1776           x: 1
1777           xanchor: "right"
1778           xref: "paper"
1779           y: -0.045
1780           yanchor: "top"
1781           yref: "paper"
1782         - font:
1783             size: 14
1784           showarrow: False
1785           text: "<b>Probability [%]</b>"
1786           textangle: 270
1787           x: -0.06
1788           xanchor: "center"
1789           xref: "paper"
1790           y: 0.5
1791           yanchor: "middle"
1792           yref: "paper"
1793         - font:
1794             size: 14
1795           showarrow: False
1796           text: "<b>Direction: E-W</b>"
1797           x: 0.24
1798           xanchor: "center"
1799           xref: "paper"
1800           y: 1.05
1801           yanchor: "bottom"
1802           yref: "paper"
1803         - font:
1804             size: 14
1805           showarrow: False
1806           text: "<b>Direction: W-E</b>"
1807           x: 0.74
1808           xanchor: "center"
1809           xref: "paper"
1810           y: 1.05
1811           yanchor: "bottom"
1812           yref: "paper"
1813
1814     plot-hdrh-latency-percentile:
1815       title:
1816         text: ""
1817         xanchor: "center"
1818         x: 0.5
1819         font:
1820           size: 18
1821       xaxis:
1822         type: "log"
1823         title: "<b>Percentile [%]</b>"
1824         titlefont:
1825           size: 16
1826         autorange: True
1827         fixedrange: False
1828         gridcolor: "rgb(230, 230, 230)"
1829         linecolor: "rgb(220, 220, 220)"
1830         linewidth: 1
1831         showgrid: True
1832         showline: True
1833         showticklabels: True
1834         tickcolor: "rgb(220, 220, 220)"
1835         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
1836         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
1837         tickfont:
1838           size: 16
1839       yaxis:
1840         title: "<b>Packet Latency [uSec]</b>"
1841         titlefont:
1842           size: 16
1843         gridcolor: "rgb(230, 230, 230)"
1844         linecolor: "rgb(220, 220, 220)"
1845         linewidth: 1
1846         showgrid: True
1847         showline: True
1848         showticklabels: True
1849         tickcolor: "rgb(220, 220, 220)"
1850         tickfont:
1851           size: 16
1852       autosize: False
1853       showlegend: True
1854       legend:
1855         traceorder: "normal"
1856         orientation: "h"
1857         font:
1858           size: 16
1859         xanchor: "left"
1860         yanchor: "top"
1861         x: 0
1862         y: -0.15
1863         bgcolor: "rgba(255, 255, 255, 0)"
1864         bordercolor: "rgba(255, 255, 255, 0)"
1865       width: 700
1866       height: 700
1867       paper_bgcolor: "white"
1868       plot_bgcolor: "white"
1869
1870     plot-hdrh-latency-by-percentile:
1871       title:
1872         text: "<b>Latency by Percentile Distribution</b>"
1873         xanchor: "center"
1874         x: 0.5
1875         font:
1876           size: 18
1877       showlegend: True
1878       legend:
1879         traceorder: "normal"
1880         orientation: "h"
1881         font:
1882           size: 16
1883         xanchor: "left"
1884         yanchor: "top"
1885         x: 0
1886         y: -0.2
1887         bgcolor: "rgba(255, 255, 255, 0)"
1888         bordercolor: "rgba(255, 255, 255, 0)"
1889       xaxis:
1890         type: "linear"
1891         title: "<b>Percentile [%]</b>"
1892         titlefont:
1893           size: 14
1894         autorange: False
1895         fixedrange: False
1896         range: [0, 100]
1897         gridcolor: "rgb(230, 230, 230)"
1898         linecolor: "rgb(220, 220, 220)"
1899         linewidth: 1
1900         showgrid: True
1901         showline: True
1902         showticklabels: True
1903         tickcolor: "rgb(220, 220, 220)"
1904         tickvals: [0, 25, 50, 75, 100]
1905         ticktext: [0, 25, 50, 75, 100]
1906         tickfont:
1907           size: 14
1908       yaxis:
1909         title: "<b>One-Way Latency per Direction [uSec]</b>"
1910         titlefont:
1911           size: 14
1912         gridcolor: "rgb(230, 230, 230)"
1913         linecolor: "rgb(220, 220, 220)"
1914         linewidth: 1
1915         showgrid: True
1916         showline: True
1917         showticklabels: True
1918         tickcolor: "rgb(220, 220, 220)"
1919         tickfont:
1920           size: 14
1921       width: 700
1922       height: 700
1923       paper_bgcolor: "white"
1924       plot_bgcolor: "white"
1925
1926 - type: "static"
1927   src-path: "{DIR[RST]}"
1928   dst-path: "{DIR[WORKING,SRC]}"
1929
1930 - type: "input"
1931   general:
1932     file-name: "output_info.xml.gz"
1933     file-format: ".gz"
1934     arch-file-format:
1935       - ".gz"
1936       - ".zip"
1937     download-path: "{job}/{build}/archives/{filename}"
1938     extract: "output.xml"
1939
1940     zip-file-name: "robot-plugin.zip"
1941     zip-file-format: ".zip"
1942     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1943     zip-extract: "robot-plugin/output.xml"
1944
1945   builds:
1946
1947     csit-vpp-perf-verify-1904-3n-hsw:
1948       - 9   # MRR sel
1949       - 11  # NDRPDR sel
1950       - 12  # NDRPDR sel
1951       - 20  # NDRPDR sel
1952       - 21  # NDRPDR sel
1953       - 23  # NDRPDR sel
1954       - 24  # NDRPDR sel
1955       - 25  # NDRPDR sel
1956       - 26  # NDRPDR sel
1957       - 29  # NDRPDR sel
1958       - 30  # NDRPDR sel
1959     csit-vpp-perf-verify-1908-3n-hsw:
1960       - 12  # NDRPDR sel
1961       - 13  # NDRPDR sel
1962       - 14  # NDRPDR sel
1963       - 15  # NDRPDR sel
1964       - 16  # NDRPDR sel
1965       - 17  # NDRPDR sel
1966       - 18  # NDRPDR sel
1967       - 19  # NDRPDR sel
1968       - 20  # NDRPDR sel
1969       - 21  # NDRPDR sel
1970       - 48  # NDRPDR sel vhost
1971       - 49  # NDRPDR sel vhost
1972       - 52  # NDRPDR sel vhost
1973       - 53  # NDRPDR sel vhost
1974       - 54  # NDRPDR sel vhost
1975       - 55  # NDRPDR sel vhost
1976       - 56  # NDRPDR sel vhost
1977       - 57  # NDRPDR sel vhost
1978       - 58  # NDRPDR sel vhost
1979       - 59  # NDRPDR sel vhost
1980       - 39  # MRR sel
1981     csit-vpp-perf-verify-2001-3n-hsw:
1982       - 21  # NDRPDR sel
1983       - 22  # NDRPDR sel
1984       - 23  # NDRPDR sel
1985       - 24  # NDRPDR sel
1986       - 25  # NDRPDR sel
1987       - 29  # NDRPDR sel
1988       - 30  # NDRPDR sel
1989       - 31  # NDRPDR sel
1990       - 32  # NDRPDR sel
1991       - 34  # NDRPDR sel
1992       - 17  # MRR sel
1993       - 18  # NDRPDR full
1994       - 20  # NDRPDR full
1995       - 28  # NDRPDR full
1996       - 35  # NDRPDR full
1997       - 42  # NDRPDR full
1998       - 46  # NDRPDR full
1999       - 47  # NDRPDR full
2000       - 48  # NDRPDR full
2001       - 49  # NDRPDR full
2002       - 50  # NDRPDR full
2003       - 51  # NDRPDR full
2004       - 53  # NDRPDR full
2005       - 54  # NDRPDR full
2006       - 55  # NDRPDR full
2007       - 56  # NDRPDR full
2008       - 58  # NDRPDR full
2009       - 61  # NDRPDR full
2010       - 62  # NDRPDR full
2011
2012 #    csit-vpp-perf-verify-1904-3n-skx:
2013 #      - 7   # MRR sel
2014 #      - 8   # NDRPDR sel
2015 #      - 9   # NDRPDR sel
2016 #      - 10  # NDRPDR sel
2017 #      - 11  # NDRPDR sel
2018 #      - 12  # NDRPDR sel
2019 #      - 14  # NDRPDR sel
2020 #      - 16  # NDRPDR sel
2021 #      - 21  # NDRPDR sel
2022 #      - 23  # NDRPDR sel
2023 #      - 25  # NDRPDR sel
2024 #    csit-vpp-perf-verify-1908-3n-skx:
2025 #      - 14  # NDRPDR sel
2026 #      - 16  # NDRPDR sel
2027 #      - 19  # NDRPDR sel
2028 #      - 20  # NDRPDR sel
2029 #      - 22  # NDRPDR sel
2030 #      - 23  # NDRPDR sel
2031 #      - 24  # NDRPDR sel
2032 #      - 25  # NDRPDR sel
2033 #      - 26  # NDRPDR sel
2034 #      - 29  # NDRPDR sel
2035 #      - 52  # NDRPDR sel vhost
2036 #      - 53  # NDRPDR sel vhost
2037 #      - 55  # NDRPDR sel vhost
2038 #      - 61  # NDRPDR sel vhost
2039 #      - 62  # NDRPDR sel vhost
2040 #      - 63  # NDRPDR sel vhost
2041 #      - 64  # NDRPDR sel vhost
2042 #      - 65  # NDRPDR sel vhost
2043 #      - 66  # NDRPDR sel vhost
2044 #      - 67  # NDRPDR sel vhost
2045 #      - 36  # MRR sel
2046 #    csit-vpp-perf-verify-2001-3n-skx:
2047 #      - 14  # NDRPDR sel
2048 #      - 15  # NDRPDR sel
2049 #      - 16  # NDRPDR sel
2050
2051 #    csit-vpp-perf-verify-1904-2n-skx:
2052 #      - 11  # MRR sel
2053 #      - 12  # NDRPDR sel
2054 #      - 14  # NDRPDR sel
2055 #      - 16  # NDRPDR sel
2056 #      - 17  # NDRPDR sel
2057 #      - 18  # NDRPDR sel
2058 #      - 21  # NDRPDR sel
2059 #      - 27  # NDRPDR sel
2060 #      - 30  # NDRPDR sel
2061 #      - 31  # NDRPDR sel
2062 #      - 32  # NDRPDR sel
2063 #    csit-vpp-perf-verify-1908-2n-skx:
2064 #      - 26  # NDRPDR sel
2065 #      - 27  # NDRPDR sel
2066 #      - 34  # NDRPDR sel
2067 #      - 35  # NDRPDR sel
2068 #      - 36  # NDRPDR sel
2069 #      - 42  # NDRPDR sel
2070 #      - 43  # NDRPDR sel
2071 #      - 44  # NDRPDR sel
2072 #      - 45  # NDRPDR sel
2073 #      - 46  # NDRPDR sel
2074 #      - 88  # NDRPDR sel vhost
2075 #      - 89  # NDRPDR sel vhost
2076 #      - 91  # NDRPDR sel vhost
2077 #      - 92  # NDRPDR sel vhost
2078 #      - 93  # NDRPDR sel vhost
2079 #      - 94  # NDRPDR sel vhost
2080 #      - 95  # NDRPDR sel vhost
2081 #      - 96  # NDRPDR sel vhost
2082 #      - 97  # NDRPDR sel vhost
2083 #      - 98  # NDRPDR sel vhost
2084 #      - 69  # MRR sel
2085 #      - 29  # TCP
2086 #      - 30  # TCP
2087 #      - 58  # TCP
2088 #      - 22  # NFV
2089 #      - 31  # NFV
2090 #      - 32  # NFV
2091 #      - 71  # NFV MRR
2092 #      - 113 # NFV reconf sel
2093 #      - 114 # NFV reconf sel
2094 #      - 115 # NFV reconf sel
2095 #      - 83  # SOAK
2096 #      - 86  # SOAK
2097 #    csit-vpp-perf-verify-2001-2n-skx:
2098 #      - 21  # NDRPDR sel
2099 #      - 22  # NDRPDR sel
2100 #      - 23  # NDRPDR sel
2101 #      - 26  # NDRPDR sel
2102 #      - 27  # NDRPDR sel
2103 #      - 29  # NDRPDR sel
2104 #      - 32  # NDRPDR full
2105 #      - 33  # NDRPDR full
2106 #      - 30  # NFV
2107 #      - 31  # NFV
2108
2109 #    csit-vpp-perf-verify-2001-2n-clx:
2110 #      - 22  # NDRPDR sel
2111 #      - 23  # NDRPDR sel
2112 #      - 24  # NDRPDR sel
2113 #      - 25  # NDRPDR sel
2114
2115     csit-vpp-perf-verify-1908-3n-tsh:
2116       - 7   # NDRPDR sel
2117       - 8   # NDRPDR sel
2118       - 9   # NDRPDR sel
2119       - 10  # NDRPDR sel
2120       - 11  # NDRPDR sel
2121       - 12  # NDRPDR sel
2122       - 13  # NDRPDR sel
2123       - 14  # NDRPDR sel
2124       - 15  # NDRPDR sel
2125       - 16  # NDRPDR sel
2126       - 17  # MRR sel
2127     csit-vpp-perf-verify-2001-3n-tsh:
2128       - 3   # NDRPDR sel
2129       - 4   # NDRPDR sel
2130       - 7   # NDRPDR sel
2131       - 8   # NDRPDR sel
2132       - 10  # NDRPDR sel
2133       - 9   # MRR sel
2134
2135     csit-vpp-perf-verify-1908-3n-dnv:
2136       - 6   # NDRPDR sel
2137       - 7   # NDRPDR sel
2138       - 8   # NDRPDR sel
2139       - 9   # NDRPDR sel
2140       - 10  # NDRPDR sel
2141       - 12  # NDRPDR sel
2142       - 13  # NDRPDR sel
2143       - 14  # NDRPDR sel
2144       - 15  # NDRPDR sel
2145       - 16  # NDRPDR sel
2146       - 17  # MRR sel
2147     csit-vpp-perf-verify-2001-3n-dnv:
2148       - 5   # NDRPDR sel
2149       - 6   # NDRPDR sel
2150       - 7   # NDRPDR sel
2151       - 8   # NDRPDR sel
2152       - 9   # NDRPDR sel
2153       - 10  # NDRPDR sel
2154       - 12  # NDRPDR sel
2155       - 16  # NDRPDR sel
2156       - 17  # NDRPDR sel
2157       - 18  # NDRPDR sel
2158       - 11  # MRR sel
2159       - 19  # NDRPDR full
2160       - 20  # NDRPDR full
2161       - 21  # NDRPDR full
2162       - 22  # NDRPDR full
2163       - 23  # NDRPDR full
2164       - 24  # NDRPDR full
2165       - 25  # NDRPDR full
2166       - 26  # NDRPDR full
2167
2168     csit-vpp-perf-verify-1908-2n-dnv:
2169       - 1   # NDRPDR sel
2170       - 2   # NDRPDR sel
2171       - 3   # NDRPDR sel
2172       - 4   # NDRPDR sel
2173       - 5   # NDRPDR sel
2174       - 6   # NDRPDR sel
2175       - 7   # NDRPDR sel
2176       - 8   # NDRPDR sel
2177       - 9   # NDRPDR sel
2178       - 10  # NDRPDR sel
2179       - 11  # MRR sel
2180     csit-vpp-perf-verify-2001-2n-dnv:
2181       - 4   # NDRPDR sel
2182       - 5   # NDRPDR sel
2183       - 6   # NDRPDR sel
2184       - 7   # NDRPDR sel
2185       - 8   # NDRPDR sel
2186       - 9   # NDRPDR sel
2187       - 10  # NDRPDR sel
2188       - 11  # NDRPDR sel
2189       - 13  # NDRPDR sel
2190       - 16  # NDRPDR sel
2191       - 12  # MRR sel
2192       - 21  # NDRPDR full
2193       - 22  # NDRPDR full
2194       - 25  # NDRPDR full
2195       - 26  # NDRPDR full
2196       - 27  # NDRPDR full
2197       - 28  # NDRPDR full
2198
2199     csit-dpdk-perf-verify-1904-3n-hsw:
2200       - 2   # NDRPDR sel
2201       - 3   # NDRPDR sel
2202       - 5   # NDRPDR sel
2203       - 6   # NDRPDR sel
2204       - 13  # NDRPDR sel
2205       - 14  # NDRPDR sel
2206       - 15  # NDRPDR sel
2207       - 18  # NDRPDR sel
2208       - 19  # NDRPDR sel
2209       - 20  # NDRPDR sel
2210     csit-dpdk-perf-verify-1908-3n-hsw:
2211       - 2   # NDRPDR sel
2212       - 3   # NDRPDR sel
2213       - 4   # NDRPDR sel
2214       - 5   # NDRPDR sel
2215       - 6   # NDRPDR sel
2216       - 7   # NDRPDR sel
2217       - 8   # NDRPDR sel
2218       - 9   # NDRPDR sel
2219       - 10  # NDRPDR sel
2220       - 11  # NDRPDR sel
2221     csit-dpdk-perf-verify-2001-3n-hsw:
2222       - 4   # NDRPDR sel
2223       - 5   # NDRPDR sel
2224       - 6   # NDRPDR sel
2225       - 7   # NDRPDR sel
2226       - 8   # NDRPDR sel
2227       - 9   # NDRPDR sel
2228       - 10  # NDRPDR sel
2229       - 11  # NDRPDR sel
2230       - 12  # NDRPDR sel
2231       - 13  # NDRPDR sel
2232       - 15  # NDRPDR sel
2233       - 16  # NDRPDR sel
2234       - 17  # NDRPDR sel
2235       - 18  # NDRPDR sel
2236       - 19  # NDRPDR sel
2237       - 20  # NDRPDR sel
2238       - 21  # NDRPDR sel
2239       - 22  # NDRPDR sel
2240       - 23  # NDRPDR sel
2241       - 24  # NDRPDR sel
2242       - 25  # NDRPDR full
2243       - 26  # NDRPDR full
2244
2245 #    csit-dpdk-perf-verify-1904-3n-skx:
2246 #      - 2   # NDRPDR sel
2247 #      - 3   # NDRPDR sel
2248 #      - 4   # NDRPDR sel
2249 #      - 5   # NDRPDR sel
2250 #      - 6   # NDRPDR sel
2251 #      - 7   # NDRPDR sel
2252 #      - 11  # NDRPDR sel
2253 #      - 12  # NDRPDR sel
2254 #      - 13  # NDRPDR sel
2255 #      - 14  # NDRPDR sel
2256 #    csit-dpdk-perf-verify-1908-3n-skx:
2257 #      - 3   # NDRPDR sel
2258 #      - 4   # NDRPDR sel
2259 #      - 5   # NDRPDR sel
2260 #      - 6   # NDRPDR sel
2261 #      - 7   # NDRPDR sel
2262 #      - 8   # NDRPDR sel
2263 #      - 9   # NDRPDR sel
2264 #      - 10  # NDRPDR sel
2265 #      - 11  # NDRPDR sel
2266 #      - 12  # NDRPDR sel
2267 #    csit-dpdk-perf-verify-2001-3n-skx:
2268 #      - 1   # NDRPDR sel
2269 #      - 2   # NDRPDR sel
2270 #      - 3   # NDRPDR sel
2271 #      - 4   # NDRPDR sel
2272 #      - 5   # NDRPDR sel
2273 #      - 6   # NDRPDR sel
2274 #      - 7   # NDRPDR sel
2275 #      - 8   # NDRPDR sel
2276 #      - 9   # NDRPDR sel
2277 #      - 10  # NDRPDR sel
2278
2279 #    csit-dpdk-perf-verify-1904-2n-skx:
2280 #      - 2   # NDRPDR sel
2281 #      - 3   # NDRPDR sel
2282 #      - 4   # NDRPDR sel
2283 #      - 5   # NDRPDR sel
2284 #      - 7   # NDRPDR sel
2285 #      - 8   # NDRPDR sel
2286 #      - 9   # NDRPDR sel
2287 #      - 10  # NDRPDR sel
2288 #      - 11  # NDRPDR sel
2289 #      - 12  # NDRPDR sel
2290 #    csit-dpdk-perf-verify-1908-2n-skx:
2291 #      - 2   # NDRPDR sel
2292 #      - 3   # NDRPDR sel
2293 #      - 4   # NDRPDR sel
2294 #      - 5   # NDRPDR sel
2295 #      - 7   # NDRPDR sel
2296 #      - 8   # NDRPDR sel
2297 #      - 9   # NDRPDR sel
2298 #      - 10  # NDRPDR sel
2299 #      - 11  # NDRPDR sel
2300 #      - 12  # NDRPDR sel
2301 #    csit-dpdk-perf-verify-2001-2n-skx:
2302 #      - 1   # NDRPDR sel
2303 #      - 2   # NDRPDR sel
2304 #      - 3   # NDRPDR sel
2305 #      - 4   # NDRPDR sel
2306 #      - 5   # NDRPDR sel
2307 #      - 6   # NDRPDR sel
2308 #      - 7   # NDRPDR sel
2309 #      - 8   # NDRPDR sel
2310 #      - 9   # NDRPDR sel
2311 #      - 10  # NDRPDR sel
2312 #      - 11  # NDRPDR sel
2313 #      - 13  # NDRPDR sel
2314 #      - 26  # NDRPDR sel
2315 #      - 16  # NDRPDR sel
2316 #      - 17  # NDRPDR sel
2317 #      - 18  # NDRPDR sel
2318 #      - 19  # NDRPDR sel
2319 #      - 27  # NDRPDR sel
2320 #      - 21  # NDRPDR sel
2321 #      - 25  # NDRPDR sel
2322
2323 #    csit-dpdk-perf-verify-2001-2n-clx:
2324 #      - 1   # NDRPDR sel
2325 #      - 2   # NDRPDR sel
2326 #      - 3   # NDRPDR sel
2327 #      - 4   # NDRPDR sel
2328 #      - 5   # NDRPDR sel
2329 #      - 6   # NDRPDR sel
2330 #      - 7   # NDRPDR sel
2331 #      - 8   # NDRPDR sel
2332 #      - 9   # NDRPDR sel
2333 #      - 10  # NDRPDR sel
2334
2335     csit-dpdk-perf-verify-2001-2n-dnv:
2336       - 9   # NDRPDR sel
2337       - 10  # NDRPDR sel
2338       - 11  # NDRPDR sel
2339       - 12  # NDRPDR sel
2340       - 13  # NDRPDR sel
2341       - 14  # NDRPDR sel
2342       - 15  # NDRPDR sel
2343       - 16  # NDRPDR sel
2344       - 17  # NDRPDR sel
2345       - 18  # NDRPDR sel
2346
2347     csit-dpdk-perf-verify-2001-3n-dnv:
2348       - 12  # NDRPDR sel
2349       - 13  # NDRPDR sel
2350       - 14  # NDRPDR sel
2351       - 15  # NDRPDR sel
2352       - 16  # NDRPDR sel
2353       - 17  # NDRPDR sel
2354       - 18  # NDRPDR sel
2355       - 19  # NDRPDR sel
2356       - 20  # NDRPDR sel
2357       - 22  # NDRPDR sel
2358
2359     csit-dpdk-perf-verify-2001-3n-tsh:
2360       - 3   # NDRPDR sel
2361       - 4   # NDRPDR sel
2362       - 5   # NDRPDR sel
2363       - 9   # NDRPDR sel
2364       - 10  # NDRPDR sel
2365       - 11  # NDRPDR sel
2366       - 12  # NDRPDR sel
2367       - 14  # NDRPDR sel
2368       - 15  # NDRPDR sel
2369
2370     csit-vpp-device-2001-ubuntu1804-1n-skx:
2371       - 57
2372
2373 - type: "output"
2374   output: "report"
2375   format:
2376     html:
2377     - full
2378 #    pdf:
2379 #    - minimal
2380
2381 ################################################################################
2382 ###                               T A B L E S                                ###
2383 ################################################################################
2384
2385 ## VPP Soak vs NDR
2386 #- type: "table"
2387 #  title: "VPP Soak vs NDR 2n-skx"
2388 #  algorithm: "table_soak_vs_ndr"
2389 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2390 #  reference:
2391 #    title: "NDR"
2392 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2393 #  compare:
2394 #    title: "Soak"
2395 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2396 #  data: "vpp-soak-vs-ndr-2n-skx"
2397 #  include-tests: "NDR"
2398 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2399 #  parameters:
2400 #    - "throughput"
2401 #    - "name"
2402 #    - "parent"
2403
2404 ################################################################################
2405
2406 ## VPP Compare NICs 3n-skx 2t1c ndr
2407 #- type: "table"
2408 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2409 #  algorithm: "table_nics_comparison"
2410 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2411 #  reference:
2412 #    title: "x710"
2413 #    nic: "NIC_Intel-X710"
2414 #  compare:
2415 #    title: "xxv710"
2416 #    nic: "NIC_Intel-XXV710"
2417 #  data: "vpp-nic-comparison-3n-skx"
2418 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2419 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2420 #  parameters:
2421 #  - "name"
2422 #  - "parent"
2423 #  - "throughput"
2424 #  - "tags"
2425 #
2426 ## VPP Compare NICs 3n-skx 4t2c ndr
2427 #- type: "table"
2428 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2429 #  algorithm: "table_nics_comparison"
2430 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2431 #  reference:
2432 #    title: "x710"
2433 #    nic: "NIC_Intel-X710"
2434 #  compare:
2435 #    title: "xxv710"
2436 #    nic: "NIC_Intel-XXV710"
2437 #  data: "vpp-nic-comparison-3n-skx"
2438 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2439 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2440 #  parameters:
2441 #  - "name"
2442 #  - "parent"
2443 #  - "throughput"
2444 #  - "tags"
2445 #
2446 ## VPP Compare NICs 3n-skx 2t1c pdr
2447 #- type: "table"
2448 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2449 #  algorithm: "table_nics_comparison"
2450 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2451 #  reference:
2452 #    title: "x710"
2453 #    nic: "NIC_Intel-X710"
2454 #  compare:
2455 #    title: "xxv710"
2456 #    nic: "NIC_Intel-XXV710"
2457 #  data: "vpp-nic-comparison-3n-skx"
2458 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2459 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2460 #  parameters:
2461 #  - "name"
2462 #  - "parent"
2463 #  - "throughput"
2464 #  - "tags"
2465 #
2466 # # VPP Compare NICs 3n-skx 4t2c pdr
2467 #- type: "table"
2468 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2469 #  algorithm: "table_nics_comparison"
2470 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2471 #  reference:
2472 #    title: "x710"
2473 #    nic: "NIC_Intel-X710"
2474 #  compare:
2475 #    title: "xxv710"
2476 #    nic: "NIC_Intel-XXV710"
2477 #  data: "vpp-nic-comparison-3n-skx"
2478 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2479 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2480 #  parameters:
2481 #  - "name"
2482 #  - "parent"
2483 #  - "throughput"
2484 #  - "tags"
2485 #
2486 ## VPP Compare NICs 3n-skx 2t1c mrr
2487 #- type: "table"
2488 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2489 #  algorithm: "table_nics_comparison"
2490 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2491 #  reference:
2492 #    title: "x710"
2493 #    nic: "NIC_Intel-X710"
2494 #  compare:
2495 #    title: "xxv710"
2496 #    nic: "NIC_Intel-XXV710"
2497 #  data: "vpp-nic-comparison-3n-skx-mrr"
2498 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2499 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2500 #  parameters:
2501 #  - "name"
2502 #  - "parent"
2503 #  - "result"
2504 #  - "tags"
2505 #
2506 ## VPP Compare NICs 3n-skx 4t2c mrr
2507 #- type: "table"
2508 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2509 #  algorithm: "table_nics_comparison"
2510 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2511 #  reference:
2512 #    title: "x710"
2513 #    nic: "NIC_Intel-X710"
2514 #  compare:
2515 #    title: "xxv710"
2516 #    nic: "NIC_Intel-XXV710"
2517 #  data: "vpp-nic-comparison-3n-skx-mrr"
2518 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2519 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2520 #  parameters:
2521 #  - "name"
2522 #  - "parent"
2523 #  - "result"
2524 #  - "tags"
2525 #
2526 # # VPP Compare NICs 3n-skx 8t4c mrr
2527 #- type: "table"
2528 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2529 #  algorithm: "table_nics_comparison"
2530 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2531 #  reference:
2532 #    title: "x710"
2533 #    nic: "NIC_Intel-X710"
2534 #  compare:
2535 #    title: "xxv710"
2536 #    nic: "NIC_Intel-XXV710"
2537 #  data: "vpp-nic-comparison-3n-skx-mrr"
2538 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2539 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2540 #  parameters:
2541 #  - "name"
2542 #  - "parent"
2543 #  - "result"
2544 #  - "tags"
2545 #
2546 ## VPP Compare NICs 2n-skx 2t1c ndr
2547 #- type: "table"
2548 #  title: "VPP Compare NICs 2n-skx 2t1c ndr"
2549 #  algorithm: "table_nics_comparison"
2550 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2551 #  reference:
2552 #    title: "x710"
2553 #    nic: "NIC_Intel-X710"
2554 #  compare:
2555 #    title: "xxv710"
2556 #    nic: "NIC_Intel-XXV710"
2557 #  data: "vpp-nic-comparison-2n-skx"
2558 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2559 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2560 #  parameters:
2561 #  - "name"
2562 #  - "parent"
2563 #  - "throughput"
2564 #  - "tags"
2565 #
2566 ## VPP Compare NICs 2n-skx 4t2c ndr
2567 #- type: "table"
2568 #  title: "VPP Compare NICs 2n-skx 4t2c ndr"
2569 #  algorithm: "table_nics_comparison"
2570 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2571 #  reference:
2572 #    title: "x710"
2573 #    nic: "NIC_Intel-X710"
2574 #  compare:
2575 #    title: "xxv710"
2576 #    nic: "NIC_Intel-XXV710"
2577 #  data: "vpp-nic-comparison-2n-skx"
2578 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2579 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2580 #  parameters:
2581 #  - "name"
2582 #  - "parent"
2583 #  - "throughput"
2584 #  - "tags"
2585 #
2586 # # VPP Compare NICs 2n-skx 2t1c pdr
2587 #- type: "table"
2588 #  title: "VPP Compare NICs 2n-skx 2t1c pdr"
2589 #  algorithm: "table_nics_comparison"
2590 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2591 #  reference:
2592 #    title: "x710"
2593 #    nic: "NIC_Intel-X710"
2594 #  compare:
2595 #    title: "xxv710"
2596 #    nic: "NIC_Intel-XXV710"
2597 #  data: "vpp-nic-comparison-2n-skx"
2598 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2599 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2600 #  parameters:
2601 #  - "name"
2602 #  - "parent"
2603 #  - "throughput"
2604 #  - "tags"
2605 #
2606 ## VPP Compare NICs 2n-skx 4t2c pdr
2607 #- type: "table"
2608 #  title: "VPP Compare NICs 2n-skx 4t2c pdr"
2609 #  algorithm: "table_nics_comparison"
2610 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2611 #  reference:
2612 #    title: "x710"
2613 #    nic: "NIC_Intel-X710"
2614 #  compare:
2615 #    title: "xxv710"
2616 #    nic: "NIC_Intel-XXV710"
2617 #  data: "vpp-nic-comparison-2n-skx"
2618 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2619 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2620 #  parameters:
2621 #  - "name"
2622 #  - "parent"
2623 #  - "throughput"
2624 #  - "tags"
2625 #
2626 ## VPP Compare NICs 2n-skx 2t1c mrr
2627 #- type: "table"
2628 #  title: "VPP Compare NICs 2n-skx 2t1c mrr"
2629 #  algorithm: "table_nics_comparison"
2630 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2631 #  reference:
2632 #    title: "x710"
2633 #    nic: "NIC_Intel-X710"
2634 #  compare:
2635 #    title: "xxv710"
2636 #    nic: "NIC_Intel-XXV710"
2637 #  data: "vpp-nic-comparison-2n-skx-mrr"
2638 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2639 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2640 #  parameters:
2641 #  - "name"
2642 #  - "parent"
2643 #  - "result"
2644 #  - "tags"
2645 #
2646 ## VPP Compare NICs 2n-skx 4t2c mrr
2647 #- type: "table"
2648 #  title: "VPP Compare NICs 2n-skx 4t2c mrr"
2649 #  algorithm: "table_nics_comparison"
2650 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2651 #  reference:
2652 #    title: "x710"
2653 #    nic: "NIC_Intel-X710"
2654 #  compare:
2655 #    title: "xxv710"
2656 #    nic: "NIC_Intel-XXV710"
2657 #  data: "vpp-nic-comparison-2n-skx-mrr"
2658 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2659 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2660 #  parameters:
2661 #  - "name"
2662 #  - "parent"
2663 #  - "result"
2664 #  - "tags"
2665 #
2666 ## VPP Compare NICs 2n-skx 8t4c mrr
2667 #- type: "table"
2668 #  title: "VPP Compare NICs 2n-skx 8t4c mrr"
2669 #  algorithm: "table_nics_comparison"
2670 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2671 #  reference:
2672 #    title: "x710"
2673 #    nic: "NIC_Intel-X710"
2674 #  compare:
2675 #    title: "xxv710"
2676 #    nic: "NIC_Intel-XXV710"
2677 #  data: "vpp-nic-comparison-2n-skx-mrr"
2678 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2679 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2680 #  parameters:
2681 #  - "name"
2682 #  - "parent"
2683 #  - "result"
2684 #  - "tags"
2685
2686 ################################################################################
2687 # VPP
2688
2689 # VPP Performance Changes 3n-hsw 1t1c pdr
2690 - type: "table"
2691   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2692   algorithm: "table_perf_comparison"
2693   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2694   history:
2695     - title: "rls1904"
2696       data: "vpp-performance-changes-3n-hsw-h1"
2697   reference:
2698     title: "rls1908"
2699     data: "vpp-performance-changes-3n-hsw-ref"
2700     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2701   compare:
2702     title: "rls2001"
2703     data: "vpp-performance-changes-3n-hsw-cmp"
2704   data: "vpp-performance-changes-3n-hsw"
2705   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2706   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2707   parameters:
2708   - "name"
2709   - "parent"
2710   - "throughput"
2711
2712 # VPP Performance Changes 3n-hsw 2t2c pdr
2713 - type: "table"
2714   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2715   algorithm: "table_perf_comparison"
2716   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2717   history:
2718     - title: "rls1904"
2719       data: "vpp-performance-changes-3n-hsw-h1"
2720   reference:
2721     title: "rls1908"
2722     data: "vpp-performance-changes-3n-hsw-ref"
2723     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2724   compare:
2725     title: "rls2001"
2726     data: "vpp-performance-changes-3n-hsw-cmp"
2727   data: "vpp-performance-changes-3n-hsw"
2728   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2729   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2730   parameters:
2731   - "name"
2732   - "parent"
2733   - "throughput"
2734
2735 # VPP Performance Changes 3n-hsw 1t1c ndr
2736 - type: "table"
2737   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2738   algorithm: "table_perf_comparison"
2739   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2740   history:
2741     - title: "rls1904"
2742       data: "vpp-performance-changes-3n-hsw-h1"
2743   reference:
2744     title: "rls1908"
2745     data: "vpp-performance-changes-3n-hsw-ref"
2746     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2747   compare:
2748     title: "rls2001"
2749     data: "vpp-performance-changes-3n-hsw-cmp"
2750   data: "vpp-performance-changes-3n-hsw"
2751   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2752   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2753   parameters:
2754   - "name"
2755   - "parent"
2756   - "throughput"
2757
2758 # VPP Performance Changes 3n-hsw 2t2c ndr
2759 - type: "table"
2760   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2761   algorithm: "table_perf_comparison"
2762   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2763   history:
2764     - title: "rls1904"
2765       data: "vpp-performance-changes-3n-hsw-h1"
2766   reference:
2767     title: "rls1908"
2768     data: "vpp-performance-changes-3n-hsw-ref"
2769     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2770   compare:
2771     title: "rls2001"
2772     data: "vpp-performance-changes-3n-hsw-cmp"
2773   data: "vpp-performance-changes-3n-hsw"
2774   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2775   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2776   parameters:
2777   - "name"
2778   - "parent"
2779   - "throughput"
2780
2781 ## VPP Performance Changes 3n-skx 2t1c pdr
2782 #- type: "table"
2783 #  title: "VPP Performance Changes 3n-skx 2t1c pdr"
2784 #  algorithm: "table_perf_comparison_nic"
2785 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2786 #  history:
2787 #    - title: "rls1904 x710"
2788 #      data: "vpp-performance-changes-3n-skx-h1"
2789 #      nic: "NIC_Intel-X710"
2790 #  reference:
2791 #    title: "rls1908 xxv710"
2792 #    data: "vpp-performance-changes-3n-skx-ref"
2793 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2794 #    nic: "NIC_Intel-XXV710"
2795 #  compare:
2796 #    title: "rls2001 xxv710"
2797 #    data: "vpp-performance-changes-3n-skx-cmp"
2798 #    nic: "NIC_Intel-XXV710"
2799 #  data: "vpp-performance-changes-3n-skx"
2800 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2801 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2802 #  parameters:
2803 #  - "name"
2804 #  - "parent"
2805 #  - "throughput"
2806 #  - "tags"
2807 #
2808 ## VPP Performance Changes 3n-skx 4t2c pdr
2809 #- type: "table"
2810 #  title: "VPP Performance Changes 3n-skx 4t2c pdr"
2811 #  algorithm: "table_perf_comparison_nic"
2812 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2813 #  history:
2814 #    - title: "rls1904 x710"
2815 #      data: "vpp-performance-changes-3n-skx-h1"
2816 #      nic: "NIC_Intel-X710"
2817 #  reference:
2818 #    title: "rls1908 x710"
2819 #    data: "vpp-performance-changes-3n-skx-ref"
2820 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2821 #    nic: "NIC_Intel-X710"
2822 #  compare:
2823 #    title: "rls2001 xxv710"
2824 #    data: "vpp-performance-changes-3n-skx-cmp"
2825 #    nic: "NIC_Intel-XXV710"
2826 #  data: "vpp-performance-changes-3n-skx"
2827 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2828 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2829 #  parameters:
2830 #  - "name"
2831 #  - "parent"
2832 #  - "throughput"
2833 #  - "tags"
2834 #
2835 ## VPP Performance Changes 3n-skx 2t1c ndr
2836 #- type: "table"
2837 #  title: "VPP Performance Changes 3n-skx 2t1c ndr"
2838 #  algorithm: "table_perf_comparison_nic"
2839 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2840 #  history:
2841 #    - title: "rls1904 x710"
2842 #      data: "vpp-performance-changes-3n-skx-h1"
2843 #      nic: "NIC_Intel-X710"
2844 #  reference:
2845 #    title: "rls1908 x710"
2846 #    data: "vpp-performance-changes-3n-skx-ref"
2847 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2848 #    nic: "NIC_Intel-X710"
2849 #  compare:
2850 #    title: "rls2001 xxv710"
2851 #    data: "vpp-performance-changes-3n-skx-cmp"
2852 #    nic: "NIC_Intel-XXV710"
2853 #  data: "vpp-performance-changes-3n-skx"
2854 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2855 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2856 #  parameters:
2857 #  - "name"
2858 #  - "parent"
2859 #  - "throughput"
2860 #  - "tags"
2861 #
2862 ## VPP Performance Changes 3n-skx 4t2c ndr
2863 #- type: "table"
2864 #  title: "VPP Performance Changes 3n-skx 4t2c ndr"
2865 #  algorithm: "table_perf_comparison_nic"
2866 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2867 #  history:
2868 #    - title: "rls1904 x710"
2869 #      data: "vpp-performance-changes-3n-skx-h1"
2870 #      nic: "NIC_Intel-X710"
2871 #  reference:
2872 #    title: "rls1908 x710"
2873 #    data: "vpp-performance-changes-3n-skx-ref"
2874 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2875 #    nic: "NIC_Intel-X710"
2876 #  compare:
2877 #    title: "rls2001 xxv710"
2878 #    data: "vpp-performance-changes-3n-skx-cmp"
2879 #    nic: "NIC_Intel-XXV710"
2880 #  data: "vpp-performance-changes-3n-skx"
2881 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2882 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2883 #  parameters:
2884 #  - "name"
2885 #  - "parent"
2886 #  - "throughput"
2887 #  - "tags"
2888 #
2889 ## VPP Performance Changes 2n-skx 2t1c pdr
2890 #- type: "table"
2891 #  title: "VPP Performance Changes 2n-skx 2t1c pdr"
2892 #  algorithm: "table_perf_comparison_nic"
2893 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2894 #  history:
2895 #    - title: "rls1904 x710"
2896 #      data: "vpp-performance-changes-2n-skx-h1"
2897 #      nic: "NIC_Intel-X710"
2898 #  reference:
2899 #    title: "rls1908 xxv710"
2900 #    data: "vpp-performance-changes-2n-skx-ref"
2901 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2902 #    nic: "NIC_Intel-XXV710"
2903 #  compare:
2904 #    title: "rls2001 xxv710"
2905 #    data: "vpp-performance-changes-2n-skx-cmp"
2906 #    nic: "NIC_Intel-XXV710"
2907 #  data: "vpp-performance-changes-2n-skx"
2908 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2909 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2910 #  parameters:
2911 #  - "name"
2912 #  - "parent"
2913 #  - "throughput"
2914 #  - "tags"
2915 #
2916 ## VPP Performance Changes 2n-skx 4t2c pdr
2917 #- type: "table"
2918 #  title: "VPP Performance Changes 2n-skx 4t2c pdr"
2919 #  algorithm: "table_perf_comparison_nic"
2920 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2921 #  history:
2922 #    - title: "rls1904 x710"
2923 #      data: "vpp-performance-changes-2n-skx-h1"
2924 #      nic: "NIC_Intel-X710"
2925 #  reference:
2926 #    title: "rls1908 xxv710"
2927 #    data: "vpp-performance-changes-2n-skx-ref"
2928 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2929 #    nic: "NIC_Intel-XXV710"
2930 #  compare:
2931 #    title: "rls2001 xxv710"
2932 #    data: "vpp-performance-changes-2n-skx-cmp"
2933 #    nic: "NIC_Intel-XXV710"
2934 #  data: "vpp-performance-changes-2n-skx"
2935 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2936 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2937 #  parameters:
2938 #  - "name"
2939 #  - "parent"
2940 #  - "throughput"
2941 #  - "tags"
2942 #
2943 ## VPP Performance Changes 2n-skx 2t1c ndr
2944 #- type: "table"
2945 #  title: "VPP Performance Changes 2n-skx 2t1c ndr"
2946 #  algorithm: "table_perf_comparison_nic"
2947 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2948 #  history:
2949 #    - title: "rls1904 x710"
2950 #      data: "vpp-performance-changes-2n-skx-h1"
2951 #      nic: "NIC_Intel-X710"
2952 #  reference:
2953 #    title: "rls1908 xxv710"
2954 #    data: "vpp-performance-changes-2n-skx-ref"
2955 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2956 #    nic: "NIC_Intel-XXV710"
2957 #  compare:
2958 #    title: "rls2001 xxv710"
2959 #    data: "vpp-performance-changes-2n-skx-cmp"
2960 #    nic: "NIC_Intel-XXV710"
2961 #  data: "vpp-performance-changes-2n-skx"
2962 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2963 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2964 #  parameters:
2965 #  - "name"
2966 #  - "parent"
2967 #  - "throughput"
2968 #  - "tags"
2969 #
2970 ## VPP Performance Changes 2n-skx 4t2c ndr
2971 #- type: "table"
2972 #  title: "VPP Performance Changes 2n-skx 4t2c ndr"
2973 #  algorithm: "table_perf_comparison_nic"
2974 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2975 #  history:
2976 #    - title: "rls1904 x710"
2977 #      data: "vpp-performance-changes-2n-skx-h1"
2978 #      nic: "NIC_Intel-X710"
2979 #  reference:
2980 #    title: "rls1908 xxv710"
2981 #    data: "vpp-performance-changes-2n-skx-ref"
2982 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2983 #    nic: "NIC_Intel-XXV710"
2984 #  compare:
2985 #    title: "rls2001 xxv710"
2986 #    data: "vpp-performance-changes-2n-skx-cmp"
2987 #    nic: "NIC_Intel-XXV710"
2988 #  data: "vpp-performance-changes-2n-skx"
2989 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2990 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2991 #  parameters:
2992 #  - "name"
2993 #  - "parent"
2994 #  - "throughput"
2995 #  - "tags"
2996 #
2997 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
2998 #- type: "table"
2999 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3000 #  algorithm: "table_perf_comparison"
3001 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3002 #  reference:
3003 #    title: "rls1908"
3004 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3005 #  compare:
3006 #    title: "rls2001"
3007 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3008 #  data: "vpp-performance-changes-nfv-2n-skx"
3009 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3010 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3011 #  parameters:
3012 #  - "name"
3013 #  - "parent"
3014 #  - "throughput"
3015 #  - "tags"
3016 #
3017 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3018 #- type: "table"
3019 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3020 #  algorithm: "table_perf_comparison"
3021 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3022 #  reference:
3023 #    title: "rls1908"
3024 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3025 #  compare:
3026 #    title: "rls2001"
3027 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3028 #  data: "vpp-performance-changes-nfv-2n-skx"
3029 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3030 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3031 #  parameters:
3032 #  - "name"
3033 #  - "parent"
3034 #  - "throughput"
3035 #  - "tags"
3036 #
3037 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3038 #- type: "table"
3039 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3040 #  algorithm: "table_perf_comparison"
3041 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3042 #  reference:
3043 #    title: "rls1908"
3044 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3045 #  compare:
3046 #    title: "rls2001"
3047 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3048 #  data: "vpp-performance-changes-nfv-2n-skx"
3049 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3050 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3051 #  parameters:
3052 #  - "name"
3053 #  - "parent"
3054 #  - "throughput"
3055 #  - "tags"
3056 #
3057 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3058 #- type: "table"
3059 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3060 #  algorithm: "table_perf_comparison"
3061 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3062 #  reference:
3063 #    title: "rls1908"
3064 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3065 #  compare:
3066 #    title: "rls2001"
3067 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3068 #  data: "vpp-performance-changes-nfv-2n-skx"
3069 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3070 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3071 #  parameters:
3072 #  - "name"
3073 #  - "parent"
3074 #  - "throughput"
3075 #  - "tags"
3076
3077 # VPP Performance Changes 2n-dnv 1t1c pdr
3078 - type: "table"
3079   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3080   algorithm: "table_perf_comparison"
3081   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3082   reference:
3083     title: "rls1908"
3084     data: "vpp-performance-changes-2n-dnv-ref"
3085   compare:
3086     title: "rls2001"
3087     data: "vpp-performance-changes-2n-dnv-cmp"
3088   data: "vpp-performance-changes-2n-dnv"
3089   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3090   filter: "'1T1C'"
3091   parameters:
3092   - "name"
3093   - "parent"
3094   - "throughput"
3095   - "tags"
3096
3097 # VPP Performance Changes 2n-dnv 2t2c pdr
3098 - type: "table"
3099   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3100   algorithm: "table_perf_comparison"
3101   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3102   reference:
3103     title: "rls1908"
3104     data: "vpp-performance-changes-2n-dnv-ref"
3105   compare:
3106     title: "rls2001"
3107     data: "vpp-performance-changes-2n-dnv-cmp"
3108   data: "vpp-performance-changes-2n-dnv"
3109   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3110   filter: "'2T2C'"
3111   parameters:
3112   - "name"
3113   - "parent"
3114   - "throughput"
3115   - "tags"
3116
3117 # VPP Performance Changes 2n-dnv 1t1c ndr
3118 - type: "table"
3119   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3120   algorithm: "table_perf_comparison"
3121   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3122   reference:
3123     title: "rls1908"
3124     data: "vpp-performance-changes-2n-dnv-ref"
3125   compare:
3126     title: "rls2001"
3127     data: "vpp-performance-changes-2n-dnv-cmp"
3128   data: "vpp-performance-changes-2n-dnv"
3129   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3130   filter: "'1T1C'"
3131   parameters:
3132   - "name"
3133   - "parent"
3134   - "throughput"
3135   - "tags"
3136
3137 # VPP Performance Changes 2n-dnv 2t2c ndr
3138 - type: "table"
3139   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3140   algorithm: "table_perf_comparison"
3141   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3142   reference:
3143     title: "rls1908 "
3144     data: "vpp-performance-changes-2n-dnv-ref"
3145   compare:
3146     title: "rls2001"
3147     data: "vpp-performance-changes-2n-dnv-cmp"
3148   data: "vpp-performance-changes-2n-dnv"
3149   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3150   filter: "'2T2C'"
3151   parameters:
3152   - "name"
3153   - "parent"
3154   - "throughput"
3155   - "tags"
3156
3157 # VPP Performance Changes 3n-dnv 1t1c pdr
3158 - type: "table"
3159   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3160   algorithm: "table_perf_comparison"
3161   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3162   reference:
3163     title: "rls1908"
3164     data: "vpp-performance-changes-3n-dnv-ref"
3165   compare:
3166     title: "rls2001"
3167     data: "vpp-performance-changes-3n-dnv-cmp"
3168   data: "vpp-performance-changes-3n-dnv"
3169   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3170   filter: "'1T1C'"
3171   parameters:
3172   - "name"
3173   - "parent"
3174   - "throughput"
3175   - "tags"
3176
3177 # VPP Performance Changes 3n-dnv 2t2c pdr
3178 - type: "table"
3179   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3180   algorithm: "table_perf_comparison"
3181   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3182   reference:
3183     title: "rls1908"
3184     data: "vpp-performance-changes-3n-dnv-ref"
3185   compare:
3186     title: "rls2001"
3187     data: "vpp-performance-changes-3n-dnv-cmp"
3188   data: "vpp-performance-changes-3n-dnv"
3189   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3190   filter: "'2T2C'"
3191   parameters:
3192   - "name"
3193   - "parent"
3194   - "throughput"
3195   - "tags"
3196
3197 # VPP Performance Changes 3n-dnv 1t1c ndr
3198 - type: "table"
3199   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3200   algorithm: "table_perf_comparison"
3201   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3202   reference:
3203     title: "rls1908"
3204     data: "vpp-performance-changes-3n-dnv-ref"
3205   compare:
3206     title: "rls2001"
3207     data: "vpp-performance-changes-3n-dnv-cmp"
3208   data: "vpp-performance-changes-3n-dnv"
3209   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3210   filter: "'1T1C'"
3211   parameters:
3212   - "name"
3213   - "parent"
3214   - "throughput"
3215   - "tags"
3216
3217 # VPP Performance Changes 3n-dnv 2t2c ndr
3218 - type: "table"
3219   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3220   algorithm: "table_perf_comparison"
3221   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3222   reference:
3223     title: "rls1908"
3224     data: "vpp-performance-changes-3n-dnv-ref"
3225   compare:
3226     title: "rls2001"
3227     data: "vpp-performance-changes-3n-dnv-cmp"
3228   data: "vpp-performance-changes-3n-dnv"
3229   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3230   filter: "'2T2C'"
3231   parameters:
3232   - "name"
3233   - "parent"
3234   - "throughput"
3235   - "tags"
3236
3237 # VPP Performance Changes 3n-tsh 1t1c pdr
3238 - type: "table"
3239   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3240   algorithm: "table_perf_comparison"
3241   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3242   reference:
3243     title: "rls1908"
3244     data: "vpp-performance-changes-3n-tsh-ref"
3245   compare:
3246     title: "rls2001"
3247     data: "vpp-performance-changes-3n-tsh-cmp"
3248   data: "vpp-performance-changes-3n-tsh"
3249   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3250   filter: "'1T1C'"
3251   parameters:
3252   - "name"
3253   - "parent"
3254   - "throughput"
3255   - "tags"
3256
3257 # VPP Performance Changes 3n-tsh 2t2c pdr
3258 - type: "table"
3259   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3260   algorithm: "table_perf_comparison"
3261   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3262   reference:
3263     title: "rls1908"
3264     data: "vpp-performance-changes-3n-tsh-ref"
3265   compare:
3266     title: "rls2001"
3267     data: "vpp-performance-changes-3n-tsh-cmp"
3268   data: "vpp-performance-changes-3n-tsh"
3269   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3270   filter: "'2T2C'"
3271   parameters:
3272   - "name"
3273   - "parent"
3274   - "throughput"
3275   - "tags"
3276
3277 # VPP Performance Changes 3n-tsh 1t1c ndr
3278 - type: "table"
3279   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3280   algorithm: "table_perf_comparison"
3281   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3282   reference:
3283     title: "rls1908"
3284     data: "vpp-performance-changes-3n-tsh-ref"
3285   compare:
3286     title: "rls2001"
3287     data: "vpp-performance-changes-3n-tsh-cmp"
3288   data: "vpp-performance-changes-3n-tsh"
3289   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3290   filter: "'1T1C'"
3291   parameters:
3292   - "name"
3293   - "parent"
3294   - "throughput"
3295   - "tags"
3296
3297 # VPP Performance Changes 3n-tsh 2t2c ndr
3298 - type: "table"
3299   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3300   algorithm: "table_perf_comparison"
3301   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3302   reference:
3303     title: "rls1908"
3304     data: "vpp-performance-changes-3n-tsh-ref"
3305   compare:
3306     title: "rls2001"
3307     data: "vpp-performance-changes-3n-tsh-cmp"
3308   data: "vpp-performance-changes-3n-tsh"
3309   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3310   filter: "'2T2C'"
3311   parameters:
3312   - "name"
3313   - "parent"
3314   - "throughput"
3315   - "tags"
3316
3317 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3318 #- type: "table"
3319 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3320 #  algorithm: "table_perf_comparison_nic"
3321 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3322 #  reference:
3323 #    title: "3n-hsw xl710"
3324 #    data: "vpp-compare-testbeds-ref"
3325 #    nic: "NIC_Intel-XL710"
3326 #  compare:
3327 #    title: "3n-skx xxv710"
3328 #    data: "vpp-compare-testbeds-cmp"
3329 #    nic: "NIC_Intel-XXV710"
3330 #  data: "vpp-compare-testbeds"
3331 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3332 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3333 #  parameters:
3334 #  - "name"
3335 #  - "parent"
3336 #  - "throughput"
3337 #  - "tags"
3338 #
3339 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3340 #- type: "table"
3341 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3342 #  algorithm: "table_perf_comparison_nic"
3343 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3344 #  reference:
3345 #    title: "3n-hsw xl710"
3346 #    data: "vpp-compare-testbeds-ref"
3347 #    nic: "NIC_Intel-XL710"
3348 #  compare:
3349 #    title: "3n-skx xxv710"
3350 #    data: "vpp-compare-testbeds-cmp"
3351 #    nic: "NIC_Intel-XXV710"
3352 #  data: "vpp-compare-testbeds"
3353 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3354 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3355 #  parameters:
3356 #  - "name"
3357 #  - "parent"
3358 #  - "throughput"
3359 #  - "tags"
3360 #
3361 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3362 #- type: "table"
3363 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3364 #  algorithm: "table_perf_comparison_nic"
3365 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3366 #  reference:
3367 #    title: "3n-hsw xl710"
3368 #    data: "vpp-compare-testbeds-ref"
3369 #    nic: "NIC_Intel-XL710"
3370 #  compare:
3371 #    title: "3n-skx xxv710"
3372 #    data: "vpp-compare-testbeds-cmp"
3373 #    nic: "NIC_Intel-XXV710"
3374 #  data: "vpp-compare-testbeds"
3375 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3376 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3377 #  parameters:
3378 #  - "name"
3379 #  - "parent"
3380 #  - "throughput"
3381 #  - "tags"
3382 #
3383 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3384 #- type: "table"
3385 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3386 #  algorithm: "table_perf_comparison_nic"
3387 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3388 #  reference:
3389 #    title: "3n-hsw xl710"
3390 #    data: "vpp-compare-testbeds-ref"
3391 #    nic: "NIC_Intel-XL710"
3392 #  compare:
3393 #    title: "3n-skx xxv710"
3394 #    data: "vpp-compare-testbeds-cmp"
3395 #    nic: "NIC_Intel-XXV710"
3396 #  data: "vpp-compare-testbeds"
3397 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3398 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3399 #  parameters:
3400 #  - "name"
3401 #  - "parent"
3402 #  - "throughput"
3403 #  - "tags"
3404 #
3405 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3406 #- type: "table"
3407 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3408 #  algorithm: "table_perf_comparison"
3409 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3410 #  reference:
3411 #    title: "2n-skx"
3412 #    data: "vpp-compare-testbeds-skx-clx-ref"
3413 #  compare:
3414 #    title: "2n-clx"
3415 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3416 #  data: "vpp-compare-testbeds-skx-clx"
3417 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3418 #  filter: "'2T1C'"
3419 #  parameters:
3420 #  - "name"
3421 #  - "parent"
3422 #  - "throughput"
3423 #  - "tags"
3424 #
3425 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3426 #- type: "table"
3427 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3428 #  algorithm: "table_perf_comparison"
3429 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3430 #  reference:
3431 #    title: "2n-skx"
3432 #    data: "vpp-compare-testbeds-skx-clx-ref"
3433 #  compare:
3434 #    title: "2n-clx"
3435 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3436 #  data: "vpp-compare-testbeds-skx-clx"
3437 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3438 #  filter: "'4T2C'"
3439 #  parameters:
3440 #  - "name"
3441 #  - "parent"
3442 #  - "throughput"
3443 #  - "tags"
3444 #
3445 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3446 #- type: "table"
3447 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3448 #  algorithm: "table_perf_comparison"
3449 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3450 #  reference:
3451 #    title: "2n-skx"
3452 #    data: "vpp-compare-testbeds-skx-clx-ref"
3453 #  compare:
3454 #    title: "2n-clx"
3455 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3456 #  data: "vpp-compare-testbeds-skx-clx"
3457 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3458 #  filter: "'2T1C'"
3459 #  parameters:
3460 #  - "name"
3461 #  - "parent"
3462 #  - "throughput"
3463 #  - "tags"
3464 #
3465 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3466 #- type: "table"
3467 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3468 #  algorithm: "table_perf_comparison"
3469 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3470 #  reference:
3471 #    title: "2n-skx"
3472 #    data: "vpp-compare-testbeds-skx-clx-ref"
3473 #  compare:
3474 #    title: "2n-clx"
3475 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3476 #  data: "vpp-compare-testbeds-skx-clx"
3477 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3478 #  filter: "'4T2C'"
3479 #  parameters:
3480 #  - "name"
3481 #  - "parent"
3482 #  - "throughput"
3483 #  - "tags"
3484 #
3485 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3486 #- type: "table"
3487 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3488 #  algorithm: "table_perf_comparison"
3489 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3490 #  reference:
3491 #    title: "3-Node Skx"
3492 #    data: "vpp-compare-topologies-ref"
3493 #  compare:
3494 #    title: "2-Node Skx"
3495 #    data: "vpp-compare-topologies-cmp"
3496 #  data: "vpp-compare-topologies"
3497 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3498 #  filter: "'NDRPDR' and '1C'"
3499 #  parameters:
3500 #  - "name"
3501 #  - "parent"
3502 #  - "throughput"
3503 #
3504 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
3505 #- type: "table"
3506 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
3507 #  algorithm: "table_perf_comparison"
3508 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
3509 #  reference:
3510 #    title: "3-Node Skx"
3511 #    data: "vpp-compare-topologies-ref"
3512 #  compare:
3513 #    title: "2-Node Skx"
3514 #    data: "vpp-compare-topologies-cmp"
3515 #  data: "vpp-compare-topologies"
3516 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3517 #  filter: "'NDRPDR' and '2C'"
3518 #  parameters:
3519 #  - "name"
3520 #  - "parent"
3521 #  - "throughput"
3522 #
3523 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
3524 #- type: "table"
3525 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
3526 #  algorithm: "table_perf_comparison"
3527 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
3528 #  reference:
3529 #    title: "3-Node Skx"
3530 #    data: "vpp-compare-topologies-ref"
3531 #  compare:
3532 #    title: "2-Node Skx"
3533 #    data: "vpp-compare-topologies-cmp"
3534 #  data: "vpp-compare-topologies"
3535 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3536 #  filter: "'NDRPDR' and '1C'"
3537 #  parameters:
3538 #  - "name"
3539 #  - "parent"
3540 #  - "throughput"
3541 #
3542 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
3543 #- type: "table"
3544 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
3545 #  algorithm: "table_perf_comparison"
3546 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
3547 #  reference:
3548 #    title: "3-Node Skx"
3549 #    data: "vpp-compare-topologies-ref"
3550 #  compare:
3551 #    title: "2-Node Skx"
3552 #    data: "vpp-compare-topologies-cmp"
3553 #  data: "vpp-compare-topologies"
3554 #  include-tests: "PDR"
3555 #  filter: "'NDRPDR' and '2C'"
3556 #  parameters:
3557 #  - "name"
3558 #  - "parent"
3559 #  - "throughput"
3560
3561 # VPP Performance Changes 3n-hsw 1t1c MRR
3562 - type: "table"
3563   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
3564   algorithm: "table_perf_comparison"
3565   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
3566   history:
3567     - title: "rls1904"
3568       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3569   reference:
3570     title: "rls1908"
3571     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3572   compare:
3573     title: "rls2001"
3574     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3575   data: "vpp-performance-changes-3n-hsw-mrr"
3576   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3577   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
3578   parameters:
3579   - "name"
3580   - "parent"
3581   - "result"
3582
3583 # VPP Performance Changes 3n-hsw 2t2c MRR
3584 - type: "table"
3585   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
3586   algorithm: "table_perf_comparison"
3587   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
3588   history:
3589     - title: "rls1904"
3590       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3591   reference:
3592     title: "rls1908"
3593     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3594   compare:
3595     title: "rls2001"
3596     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3597   data: "vpp-performance-changes-3n-hsw-mrr"
3598   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3599   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
3600   parameters:
3601   - "name"
3602   - "parent"
3603   - "result"
3604
3605 # VPP Performance Changes 3n-hsw 4t4c MRR
3606 - type: "table"
3607   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
3608   algorithm: "table_perf_comparison"
3609   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
3610   history:
3611     - title: "rls1904"
3612       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3613   reference:
3614     title: "rls1908"
3615     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3616   compare:
3617     title: "rls2001"
3618     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3619   data: "vpp-performance-changes-3n-hsw-mrr"
3620   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3621   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
3622   parameters:
3623   - "name"
3624   - "parent"
3625   - "result"
3626
3627 ## VPP Performance Changes 3n-skx 2t1c MRR
3628 #- type: "table"
3629 #  title: "VPP Performance Changes 3n-skx 2t1c MRR"
3630 #  algorithm: "table_perf_comparison"
3631 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
3632 #  history:
3633 #    - title: "rls1904"
3634 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3635 #  reference:
3636 #    title: "rls1908"
3637 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3638 #  compare:
3639 #    title: "rls2001"
3640 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3641 #  data: "vpp-performance-changes-3n-skx-mrr"
3642 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3643 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3644 #  parameters:
3645 #  - "name"
3646 #  - "parent"
3647 #  - "result"
3648 #
3649 ## VPP Performance Changes 3n-skx 4t2c MRR
3650 #- type: "table"
3651 #  title: "VPP Performance Changes 3n-skx 4t2c MRR"
3652 #  algorithm: "table_perf_comparison"
3653 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
3654 #  history:
3655 #    - title: "rls1904"
3656 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3657 #  reference:
3658 #    title: "rls1908"
3659 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3660 #  compare:
3661 #    title: "rls2001"
3662 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3663 #  data: "vpp-performance-changes-3n-skx-mrr"
3664 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3665 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3666 #  parameters:
3667 #  - "name"
3668 #  - "parent"
3669 #  - "result"
3670 #
3671 ## VPP Performance Changes 3n-skx 8t4c MRR
3672 #- type: "table"
3673 #  title: "VPP Performance Changes 3n-skx 8t4c MRR"
3674 #  algorithm: "table_perf_comparison"
3675 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
3676 #  history:
3677 #    - title: "rls1904"
3678 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3679 #  reference:
3680 #    title: "rls1908"
3681 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3682 #  compare:
3683 #    title: "rls2001"
3684 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3685 #  data: "vpp-performance-changes-3n-skx-mrr"
3686 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3687 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3688 #  parameters:
3689 #  - "name"
3690 #  - "parent"
3691 #  - "result"
3692 #
3693 ## VPP Performance Changes 2n-skx 2t1c MRR
3694 #- type: "table"
3695 #  title: "VPP Performance Changes 2n-skx 2t1c MRR"
3696 #  algorithm: "table_perf_comparison"
3697 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
3698 #  history:
3699 #    - title: "rls1904"
3700 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3701 #  reference:
3702 #    title: "rls1908"
3703 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3704 #  compare:
3705 #    title: "rls2001"
3706 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3707 #  data: "vpp-performance-changes-2n-skx-mrr"
3708 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3709 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3710 #  parameters:
3711 #  - "name"
3712 #  - "parent"
3713 #  - "result"
3714 #
3715 ## VPP Performance Changes 2n-skx 4t2c MRR
3716 #- type: "table"
3717 #  title: "VPP Performance Changes 2n-skx 4t2c MRR"
3718 #  algorithm: "table_perf_comparison"
3719 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
3720 #  history:
3721 #    - title: "rls1904"
3722 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3723 #  reference:
3724 #    title: "rls1908"
3725 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3726 #  compare:
3727 #    title: "rls2001"
3728 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3729 #  data: "vpp-performance-changes-2n-skx-mrr"
3730 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3731 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3732 #  parameters:
3733 #  - "name"
3734 #  - "parent"
3735 #  - "result"
3736 #
3737 ## VPP Performance Changes 2n-skx 8t4c MRR
3738 #- type: "table"
3739 #  title: "VPP Performance Changes 2n-skx 8t4c MRR"
3740 #  algorithm: "table_perf_comparison"
3741 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
3742 #  history:
3743 #    - title: "rls1904"
3744 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3745 #  reference:
3746 #    title: "rls1908"
3747 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3748 #  compare:
3749 #    title: "rls2001"
3750 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3751 #  data: "vpp-performance-changes-2n-skx-mrr"
3752 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3753 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3754 #  parameters:
3755 #  - "name"
3756 #  - "parent"
3757 #  - "result"
3758 #
3759 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
3760 #- type: "table"
3761 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
3762 #  algorithm: "table_perf_comparison"
3763 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
3764 #  reference:
3765 #    title: "rls1908"
3766 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3767 #  compare:
3768 #    title: "rls2001"
3769 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3770 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3771 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3772 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
3773 #  parameters:
3774 #  - "name"
3775 #  - "parent"
3776 #  - "result"
3777 #
3778 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
3779 #- type: "table"
3780 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
3781 #  algorithm: "table_perf_comparison"
3782 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
3783 #  reference:
3784 #    title: "rls1908"
3785 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3786 #  compare:
3787 #    title: "rls2001"
3788 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3789 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3790 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3791 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
3792 #  parameters:
3793 #  - "name"
3794 #  - "parent"
3795 #  - "result"
3796 #
3797 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
3798 #- type: "table"
3799 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
3800 #  algorithm: "table_perf_comparison"
3801 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
3802 #  reference:
3803 #    title: "rls1908"
3804 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3805 #  compare:
3806 #    title: "rls2001"
3807 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3808 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3809 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3810 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
3811 #  parameters:
3812 #  - "name"
3813 #  - "parent"
3814 #  - "result"
3815
3816 # VPP Performance Changes 2n-dnv 1t1c MRR
3817 - type: "table"
3818   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
3819   algorithm: "table_perf_comparison"
3820   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
3821   reference:
3822     title: "rls1908"
3823     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3824   compare:
3825     title: "rls2001"
3826     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3827   data: "vpp-performance-changes-2n-dnv-mrr"
3828   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3829   filter: "'1T1C' and 'MRR'"
3830   parameters:
3831   - "name"
3832   - "parent"
3833   - "result"
3834
3835 # VPP Performance Changes 2n-dnv 2t2c MRR
3836 - type: "table"
3837   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
3838   algorithm: "table_perf_comparison"
3839   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
3840   reference:
3841     title: "rls1908"
3842     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3843   compare:
3844     title: "rls2001"
3845     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3846   data: "vpp-performance-changes-2n-dnv-mrr"
3847   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3848   filter: "'2T2C' and 'MRR'"
3849   parameters:
3850   - "name"
3851   - "parent"
3852   - "result"
3853
3854 # VPP Performance Changes 2n-dnv 4t4c MRR
3855 - type: "table"
3856   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
3857   algorithm: "table_perf_comparison"
3858   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
3859   reference:
3860     title: "rls1908"
3861     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3862   compare:
3863     title: "rls2001"
3864     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3865   data: "vpp-performance-changes-2n-dnv-mrr"
3866   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3867   filter: "'4T4C' and 'MRR'"
3868   parameters:
3869   - "name"
3870   - "parent"
3871   - "result"
3872
3873 # VPP Performance Changes 3n-dnv 1t1c MRR
3874 - type: "table"
3875   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
3876   algorithm: "table_perf_comparison"
3877   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
3878   reference:
3879     title: "rls1908"
3880     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3881   compare:
3882     title: "rls2001"
3883     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3884   data: "vpp-performance-changes-3n-dnv-mrr"
3885   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3886   filter: "'1T1C' and 'MRR'"
3887   parameters:
3888   - "name"
3889   - "parent"
3890   - "result"
3891
3892 # VPP Performance Changes 3n-dnv 2t2c MRR
3893 - type: "table"
3894   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
3895   algorithm: "table_perf_comparison"
3896   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
3897   reference:
3898     title: "rls1908"
3899     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3900   compare:
3901     title: "rls2001"
3902     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3903   data: "vpp-performance-changes-3n-dnv-mrr"
3904   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3905   filter: "'2T2C' and 'MRR'"
3906   parameters:
3907   - "name"
3908   - "parent"
3909   - "result"
3910
3911 # VPP Performance Changes 3n-dnv 4t4c MRR
3912 - type: "table"
3913   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
3914   algorithm: "table_perf_comparison"
3915   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
3916   reference:
3917     title: "rls1908"
3918     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3919   compare:
3920     title: "rls2001"
3921     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3922   data: "vpp-performance-changes-3n-dnv-mrr"
3923   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3924   filter: "'4T4C' and 'MRR'"
3925   parameters:
3926   - "name"
3927   - "parent"
3928   - "result"
3929
3930 # VPP Performance Changes 3n-tsh 1t1c MRR
3931 - type: "table"
3932   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
3933   algorithm: "table_perf_comparison"
3934   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
3935   reference:
3936     title: "rls1908"
3937     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3938   compare:
3939     title: "rls2001"
3940     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3941   data: "vpp-performance-changes-3n-tsh-mrr"
3942   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3943   filter: "'1T1C' and 'MRR'"
3944   parameters:
3945   - "name"
3946   - "parent"
3947   - "result"
3948
3949 # VPP Performance Changes 3n-tsh 2t2c MRR
3950 - type: "table"
3951   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
3952   algorithm: "table_perf_comparison"
3953   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
3954   reference:
3955     title: "rls1908"
3956     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3957   compare:
3958     title: "rls2001"
3959     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3960   data: "vpp-performance-changes-3n-tsh-mrr"
3961   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3962   filter: "'2T2C' and 'MRR'"
3963   parameters:
3964   - "name"
3965   - "parent"
3966   - "result"
3967
3968 # VPP Performance Changes 3n-tsh 4t4c MRR
3969 - type: "table"
3970   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
3971   algorithm: "table_perf_comparison"
3972   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
3973   reference:
3974     title: "rls1908"
3975     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3976   compare:
3977     title: "rls2001"
3978     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3979   data: "vpp-performance-changes-3n-tsh-mrr"
3980   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3981   filter: "'4T4C' and 'MRR'"
3982   parameters:
3983   - "name"
3984   - "parent"
3985   - "result"
3986
3987 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
3988 #- type: "table"
3989 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
3990 #  algorithm: "table_perf_comparison_nic"
3991 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
3992 #  reference:
3993 #    title: "3n-hsw xl710"
3994 #    data: "vpp-compare-testbeds-mrr-ref"
3995 #    nic: "NIC_Intel-XL710"
3996 #  compare:
3997 #    title: "3n-skx xxv710"
3998 #    data: "vpp-compare-testbeds-mrr-cmp"
3999 #    nic: "NIC_Intel-XXV710"
4000 #  data: "vpp-compare-testbeds-mrr"
4001 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4002 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4003 #  parameters:
4004 #  - "name"
4005 #  - "parent"
4006 #  - "result"
4007 #  - "tags"
4008 #
4009 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4010 #- type: "table"
4011 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4012 #  algorithm: "table_perf_comparison_nic"
4013 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4014 #  reference:
4015 #    title: "3n-hsw xl710"
4016 #    data: "vpp-compare-testbeds-mrr-ref"
4017 #    nic: "NIC_Intel-XL710"
4018 #  compare:
4019 #    title: "3n-skx xxv710"
4020 #    data: "vpp-compare-testbeds-mrr-cmp"
4021 #    nic: "NIC_Intel-XXV710"
4022 #  data: "vpp-compare-testbeds-mrr"
4023 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4024 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4025 #  parameters:
4026 #  - "name"
4027 #  - "parent"
4028 #  - "result"
4029 #  - "tags"
4030 #
4031 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4032 #- type: "table"
4033 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4034 #  algorithm: "table_perf_comparison_nic"
4035 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4036 #  reference:
4037 #    title: "3n-hsw xl710"
4038 #    data: "vpp-compare-testbeds-mrr-ref"
4039 #    nic: "NIC_Intel-XL710"
4040 #  compare:
4041 #    title: "3n-skx xxv710"
4042 #    data: "vpp-compare-testbeds-mrr-cmp"
4043 #    nic: "NIC_Intel-XXV710"
4044 #  data: "vpp-compare-testbeds-mrr"
4045 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4046 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4047 #  parameters:
4048 #  - "name"
4049 #  - "parent"
4050 #  - "result"
4051 #  - "tags"
4052 #
4053 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4054 #- type: "table"
4055 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4056 #  algorithm: "table_perf_comparison"
4057 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4058 #  reference:
4059 #    title: "2n-skx"
4060 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4061 #  compare:
4062 #    title: "2n-clx"
4063 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4064 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4065 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4066 #  filter: "'2T1C'"
4067 #  parameters:
4068 #  - "name"
4069 #  - "parent"
4070 #  - "result"
4071 #  - "tags"
4072 #
4073 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4074 #- type: "table"
4075 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4076 #  algorithm: "table_perf_comparison"
4077 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4078 #  reference:
4079 #    title: "2n-skx"
4080 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4081 #  compare:
4082 #    title: "2n-clx"
4083 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4084 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4085 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4086 #  filter: "'4T2C'"
4087 #  parameters:
4088 #  - "name"
4089 #  - "parent"
4090 #  - "result"
4091 #  - "tags"
4092 #
4093 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4094 #- type: "table"
4095 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4096 #  algorithm: "table_perf_comparison"
4097 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4098 #  reference:
4099 #    title: "2n-skx"
4100 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4101 #  compare:
4102 #    title: "2n-clx"
4103 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4104 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4105 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4106 #  filter: "'8T4C'"
4107 #  parameters:
4108 #  - "name"
4109 #  - "parent"
4110 #  - "result"
4111 #  - "tags"
4112 #
4113 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4114 #- type: "table"
4115 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4116 #  algorithm: "table_perf_comparison"
4117 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4118 #  reference:
4119 #    title: "3-Node Skx"
4120 #    data: "vpp-compare-topologies-mrr-ref"
4121 #  compare:
4122 #    title: "2-Node Skx"
4123 #    data: "vpp-compare-topologies-mrr-cmp"
4124 #  data: "vpp-compare-topologies-mrr"
4125 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4126 #  filter: "'MRR' and '1C'"
4127 #  parameters:
4128 #  - "name"
4129 #  - "parent"
4130 #  - "result"
4131 #
4132 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4133 #- type: "table"
4134 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4135 #  algorithm: "table_perf_comparison"
4136 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4137 #  reference:
4138 #    title: "3-Node Skx"
4139 #    data: "vpp-compare-topologies-mrr-ref"
4140 #  compare:
4141 #    title: "2-Node Skx"
4142 #    data: "vpp-compare-topologies-mrr-cmp"
4143 #  data: "vpp-compare-topologies-mrr"
4144 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4145 #  filter: "'MRR' and '2C'"
4146 #  parameters:
4147 #  - "name"
4148 #  - "parent"
4149 #  - "result"
4150 #
4151 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4152 #- type: "table"
4153 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4154 #  algorithm: "table_perf_comparison"
4155 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4156 #  reference:
4157 #    title: "3-Node Skx"
4158 #    data: "vpp-compare-topologies-mrr-ref"
4159 #  compare:
4160 #    title: "2-Node Skx"
4161 #    data: "vpp-compare-topologies-mrr-cmp"
4162 #  data: "vpp-compare-topologies-mrr"
4163 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4164 #  filter: "'MRR' and '4C'"
4165 #  parameters:
4166 #  - "name"
4167 #  - "parent"
4168 #  - "result"
4169
4170 # Detailed Test Results - VPP Performance Results 3n-hsw
4171 - type: "table"
4172   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4173   algorithm: "table_merged_details"
4174   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4175   columns:
4176   - title: " |prein| Test Name |preout| "
4177     data: "data name"
4178   - 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| "
4179     data: "data msg"
4180   data: "vpp-perf-results-3n-hsw"
4181   filter: "all"
4182   parameters:
4183   - "name"
4184   - "parent"
4185   - "msg"
4186
4187 ## Detailed Test Results - VPP Performance Results 3n-skx
4188 #- type: "table"
4189 #  title: "Detailed Test Results - VPP Performance Results 3n-skx"
4190 #  algorithm: "table_merged_details"
4191 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4192 #  columns:
4193 #  - title: " |prein| Test Name |preout| "
4194 #    data: "data name"
4195 #  - 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| "
4196 #    data: "data msg"
4197 #  data: "vpp-perf-results-3n-skx"
4198 #  filter: "all"
4199 #  parameters:
4200 #  - "name"
4201 #  - "parent"
4202 #  - "msg"
4203 #
4204 ## Detailed Test Results - VPP Performance Results 2n-skx
4205 #- type: "table"
4206 #  title: "Detailed Test Results - VPP Performance Results 2n-skx"
4207 #  algorithm: "table_merged_details"
4208 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4209 #  columns:
4210 #  - title: " |prein| Test Name |preout| "
4211 #    data: "data name"
4212 #  - 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| "
4213 #    data: "data msg"
4214 #  data: "vpp-perf-results-2n-skx"
4215 #  filter: "all"
4216 #  parameters:
4217 #  - "name"
4218 #  - "parent"
4219 #  - "msg"
4220
4221 ## Detailed Test Results - VPP Performance Results 2n-clx
4222 #- type: "table"
4223 #  title: "Detailed Test Results - VPP Performance Results 2n-clx"
4224 #  algorithm: "table_merged_details"
4225 #  output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
4226 #  columns:
4227 #  - title: " |prein| Test Name |preout| "
4228 #    data: "data name"
4229 #  - 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| "
4230 #    data: "data msg"
4231 #  data: "vpp-perf-results-2n-clx"
4232 #  filter: "all"
4233 #  parameters:
4234 #  - "name"
4235 #  - "parent"
4236 #  - "msg"
4237
4238 # Detailed Test Results - VPP Performance Results 3n-tsh
4239 - type: "table"
4240   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4241   algorithm: "table_merged_details"
4242   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
4243   columns:
4244   - title: " |prein| Test Name |preout| "
4245     data: "data name"
4246   - 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| "
4247     data: "data msg"
4248   data: "vpp-perf-results-3n-tsh"
4249   filter: "all"
4250   parameters:
4251   - "name"
4252   - "parent"
4253   - "msg"
4254
4255 # Detailed Test Results - VPP Performance Results 3n-dnv
4256 - type: "table"
4257   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4258   algorithm: "table_merged_details"
4259   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
4260   columns:
4261   - title: " |prein| Test Name |preout| "
4262     data: "data name"
4263   - 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| "
4264     data: "data msg"
4265   data: "vpp-perf-results-3n-dnv"
4266   filter: "all"
4267   parameters:
4268   - "name"
4269   - "parent"
4270   - "msg"
4271
4272 # Detailed Test Results - VPP Performance Results 2n-dnv
4273 - type: "table"
4274   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4275   algorithm: "table_merged_details"
4276   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4277   columns:
4278   - title: " |prein| Test Name |preout| "
4279     data: "data name"
4280   - 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| "
4281     data: "data msg"
4282   data: "vpp-perf-results-2n-dnv"
4283   filter: "all"
4284   parameters:
4285   - "name"
4286   - "parent"
4287   - "msg"
4288
4289 # Test configuration - VPP Performance Test Configs 3n-hsw
4290 - type: "table"
4291   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4292   algorithm: "table_merged_details"
4293   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
4294   columns:
4295   - title: " |prein| Test Name |preout| "
4296     data: "data name"
4297   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4298     data: "data conf-history"
4299   data: "vpp-perf-results-3n-hsw"
4300   filter: "all"
4301   parameters:
4302   - "parent"
4303   - "name"
4304   - "conf-history"
4305
4306 ## Test configuration - VPP Performance Test Configs 3n-skx
4307 #- type: "table"
4308 #  title: "Test configuration - VPP Performance Test Configs 3n-skx"
4309 #  algorithm: "table_merged_details"
4310 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
4311 #  columns:
4312 #  - title: " |prein| Test Name |preout| "
4313 #    data: "data name"
4314 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4315 #    data: "data conf-history"
4316 #  data: "vpp-perf-results-3n-skx"
4317 #  filter: "all"
4318 #  parameters:
4319 #  - "parent"
4320 #  - "name"
4321 #  - "conf-history"
4322 #
4323 ## Test configuration - VPP Performance Test Configs 2n-skx
4324 #- type: "table"
4325 #  title: "Test configuration - VPP Performance Test Configs 2n-skx"
4326 #  algorithm: "table_merged_details"
4327 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
4328 #  columns:
4329 #  - title: " |prein| Test Name |preout| "
4330 #    data: "data name"
4331 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4332 #    data: "data conf-history"
4333 #  data: "vpp-perf-results-2n-skx"
4334 #  filter: "all"
4335 #  parameters:
4336 #  - "parent"
4337 #  - "name"
4338 #  - "conf-history"
4339
4340 ## Test configuration - VPP Performance Test Configs 2n-clx
4341 #- type: "table"
4342 #  title: "Test configuration - VPP Performance Test Configs 2n-clx"
4343 #  algorithm: "table_merged_details"
4344 #  output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_test_configuration_2n_clx"
4345 #  columns:
4346 #  - title: " |prein| Test Name |preout| "
4347 #    data: "data name"
4348 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4349 #    data: "data conf-history"
4350 #  data: "vpp-perf-results-2n-clx"
4351 #  filter: "all"
4352 #  parameters:
4353 #  - "parent"
4354 #  - "name"
4355 #  - "conf-history"
4356
4357 # Test configuration - VPP Performance Test Configs 3n-tsh
4358 - type: "table"
4359   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4360   algorithm: "table_merged_details"
4361   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
4362   columns:
4363   - title: " |prein| Test Name |preout| "
4364     data: "data name"
4365   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4366     data: "data conf-history"
4367   data: "vpp-perf-results-3n-tsh"
4368   filter: "all"
4369   parameters:
4370   - "parent"
4371   - "name"
4372   - "conf-history"
4373
4374 # Test configuration - VPP Performance Test Configs 3n-dnv
4375 - type: "table"
4376   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
4377   algorithm: "table_merged_details"
4378   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_test_configuration_3n_dnv"
4379   columns:
4380   - title: " |prein| Test Name |preout| "
4381     data: "data name"
4382   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4383     data: "data conf-history"
4384   data: "vpp-perf-results-3n-dnv"
4385   filter: "all"
4386   parameters:
4387   - "parent"
4388   - "name"
4389   - "conf-history"
4390
4391 # Test configuration - VPP Performance Test Configs 2n-dnv
4392 - type: "table"
4393   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
4394   algorithm: "table_merged_details"
4395   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
4396   columns:
4397   - title: " |prein| Test Name |preout| "
4398     data: "data name"
4399   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4400     data: "data conf-history"
4401   data: "vpp-perf-results-2n-dnv"
4402   filter: "all"
4403   parameters:
4404   - "parent"
4405   - "name"
4406   - "conf-history"
4407
4408 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4409 - type: "table"
4410   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4411   algorithm: "table_oper_data_html"
4412   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
4413   data: "vpp-perf-results-3n-hsw"
4414   filter: "all"
4415
4416 ## Test Operational Data - VPP Performance Operational Data 3n-skx
4417 #- type: "table"
4418 #  title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4419 #  algorithm: "table_oper_data_html"
4420 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
4421 #  data: "vpp-perf-results-3n-skx"
4422 #  filter: "all"
4423 #
4424 ## Test Operational Data - VPP Performance Operational Data 2n-skx
4425 #- type: "table"
4426 #  title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
4427 #  algorithm: "table_oper_data_html"
4428 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
4429 #  data: "vpp-perf-results-2n-skx"
4430 #  filter: "all"
4431
4432 ## Test Operational Data - VPP Performance Operational Data 2n-clx
4433 #- type: "table"
4434 #  title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
4435 #  algorithm: "table_oper_data_html"
4436 #  output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_test_operational_2n_clx"
4437 #  data: "vpp-perf-results-2n-clx"
4438 #  filter: "all"
4439
4440 # Test Operational Data - VPP Performance Operational Data 3n-tsh
4441 - type: "table"
4442   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
4443   algorithm: "table_oper_data_html"
4444   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
4445   data: "vpp-perf-results-3n-tsh"
4446   filter: "all"
4447
4448 # Test Operational Data - VPP Performance Operational Data 3n-dnv
4449 - type: "table"
4450   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
4451   algorithm: "table_oper_data_html"
4452   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_test_operational_3n_dnv"
4453   data: "vpp-perf-results-3n-dnv"
4454   filter: "all"
4455
4456 # Test Operational Data - VPP Performance Operational Data 2n-dnv
4457 - type: "table"
4458   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
4459   algorithm: "table_oper_data_html"
4460   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
4461   data: "vpp-perf-results-2n-dnv"
4462   filter: "all"
4463
4464 # Detailed Test Results - VPP MRR Results 3n-hsw
4465 - type: "table"
4466   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
4467   algorithm: "table_merged_details"
4468   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4469   columns:
4470   - title: " |prein| Test Name |preout| "
4471     data: "data name"
4472   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4473     data: "data msg"
4474   data: "vpp-mrr-results-3n-hsw"
4475   filter: "all"
4476   parameters:
4477   - "name"
4478   - "parent"
4479   - "msg"
4480
4481 ## Detailed Test Results - VPP MRR Results 3n-skx
4482 #- type: "table"
4483 #  title: "Detailed Test Results - VPP MRR Results 3n-skx"
4484 #  algorithm: "table_merged_details"
4485 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4486 #  columns:
4487 #  - title: " |prein| Test Name |preout| "
4488 #    data: "data name"
4489 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4490 #    data: "data msg"
4491 #  data: "vpp-mrr-results-3n-skx"
4492 #  filter: "all"
4493 #  parameters:
4494 #  - "name"
4495 #  - "parent"
4496 #  - "msg"
4497 #
4498 ## Detailed Test Results - VPP MRR Results 2n-skx
4499 #- type: "table"
4500 #  title: "Detailed Test Results - VPP MRR Results 2n-skx"
4501 #  algorithm: "table_merged_details"
4502 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4503 #  columns:
4504 #  - title: " |prein| Test Name |preout| "
4505 #    data: "data name"
4506 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4507 #    data: "data msg"
4508 #  data: "vpp-mrr-results-2n-skx"
4509 #  filter: "all"
4510 #  parameters:
4511 #  - "name"
4512 #  - "parent"
4513 #  - "msg"
4514
4515 ## Detailed Test Results - VPP MRR Results 2n-clx
4516 #- type: "table"
4517 #  title: "Detailed Test Results - VPP MRR Results 2n-clx"
4518 #  algorithm: "table_merged_details"
4519 #  output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
4520 #  columns:
4521 #  - title: " |prein| Test Name |preout| "
4522 #    data: "data name"
4523 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4524 #    data: "data msg"
4525 #  data: "vpp-mrr-results-2n-clx"
4526 #  filter: "all"
4527 #  parameters:
4528 #  - "name"
4529 #  - "parent"
4530 #  - "msg"
4531
4532 # Detailed Test Results - VPP MRR Results 3n-tsh
4533 - type: "table"
4534   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
4535   algorithm: "table_merged_details"
4536   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
4537   columns:
4538   - title: " |prein| Test Name |preout| "
4539     data: "data name"
4540   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4541     data: "data msg"
4542   data: "vpp-mrr-results-3n-tsh"
4543   filter: "all"
4544   parameters:
4545   - "name"
4546   - "parent"
4547   - "msg"
4548
4549 # Detailed Test Results - VPP MRR Results 3n-dnv
4550 - type: "table"
4551   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
4552   algorithm: "table_merged_details"
4553   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
4554   columns:
4555   - title: " |prein| Test Name |preout| "
4556     data: "data name"
4557   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4558     data: "data msg"
4559   data: "vpp-mrr-results-3n-dnv"
4560   filter: "all"
4561   parameters:
4562   - "name"
4563   - "parent"
4564   - "msg"
4565
4566 # Detailed Test Results - VPP MRR Results 2n-dnv
4567 - type: "table"
4568   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
4569   algorithm: "table_merged_details"
4570   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4571   columns:
4572   - title: " |prein| Test Name |preout| "
4573     data: "data name"
4574   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4575     data: "data msg"
4576   data: "vpp-mrr-results-2n-dnv"
4577   filter: "all"
4578   parameters:
4579   - "name"
4580   - "parent"
4581   - "msg"
4582
4583 # Test configuration - VPP MRR Test Configs 3n-hsw
4584 - type: "table"
4585   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
4586   algorithm: "table_merged_details"
4587   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
4588   columns:
4589   - title: " |prein| Test Name |preout| "
4590     data: "data name"
4591   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4592     data: "data conf-history"
4593   data: "vpp-mrr-results-3n-hsw"
4594   filter: "all"
4595   parameters:
4596   - "parent"
4597   - "name"
4598   - "conf-history"
4599
4600 ## Test configuration - VPP MRR Test Configs 3n-skx
4601 #- type: "table"
4602 #  title: "Test configuration - VPP MRR Test Configs 3n-skx"
4603 #  algorithm: "table_merged_details"
4604 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
4605 #  columns:
4606 #  - title: " |prein| Test Name |preout| "
4607 #    data: "data name"
4608 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4609 #    data: "data conf-history"
4610 #  data: "vpp-mrr-results-3n-skx"
4611 #  filter: "all"
4612 #  parameters:
4613 #  - "parent"
4614 #  - "name"
4615 #  - "conf-history"
4616 #
4617 ## Test configuration - VPP MRR Test Configs 2n-skx
4618 #- type: "table"
4619 #  title: "Test configuration - VPP MRR Test Configs 2n-skx"
4620 #  algorithm: "table_merged_details"
4621 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
4622 #  columns:
4623 #  - title: " |prein| Test Name |preout| "
4624 #    data: "data name"
4625 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4626 #    data: "data conf-history"
4627 #  data: "vpp-mrr-results-2n-skx"
4628 #  filter: "all"
4629 #  parameters:
4630 #  - "parent"
4631 #  - "name"
4632 #  - "conf-history"
4633
4634 ## Test configuration - VPP MRR Test Configs 2n-clx
4635 #- type: "table"
4636 #  title: "Test configuration - VPP MRR Test Configs 2n-clx"
4637 #  algorithm: "table_merged_details"
4638 #  output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_test_configuration_2n_clx"
4639 #  columns:
4640 #  - title: " |prein| Test Name |preout| "
4641 #    data: "data name"
4642 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4643 #    data: "data conf-history"
4644 #  data: "vpp-mrr-results-2n-clx"
4645 #  filter: "all"
4646 #  parameters:
4647 #  - "parent"
4648 #  - "name"
4649 #  - "conf-history"
4650
4651 # Test configuration - VPP MRR Test Configs 3n-tsh
4652 - type: "table"
4653   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
4654   algorithm: "table_merged_details"
4655   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
4656   columns:
4657   - title: " |prein| Test Name |preout| "
4658     data: "data name"
4659   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4660     data: "data conf-history"
4661   data: "vpp-mrr-results-3n-tsh"
4662   filter: "all"
4663   parameters:
4664   - "parent"
4665   - "name"
4666   - "conf-history"
4667
4668 # Test configuration - VPP MRR Test Configs 3n-dnv
4669 - type: "table"
4670   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
4671   algorithm: "table_merged_details"
4672   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_test_configuration_3n_dnv"
4673   columns:
4674   - title: " |prein| Test Name |preout| "
4675     data: "data name"
4676   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4677     data: "data conf-history"
4678   data: "vpp-mrr-results-3n-dnv"
4679   filter: "all"
4680   parameters:
4681   - "parent"
4682   - "name"
4683   - "conf-history"
4684
4685 # Test configuration - VPP MRR Test Configs 2n-dnv
4686 - type: "table"
4687   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
4688   algorithm: "table_merged_details"
4689   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
4690   columns:
4691   - title: " |prein| Test Name |preout| "
4692     data: "data name"
4693   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4694     data: "data conf-history"
4695   data: "vpp-mrr-results-2n-dnv"
4696   filter: "all"
4697   parameters:
4698   - "parent"
4699   - "name"
4700   - "conf-history"
4701
4702 # Detailed Test Results - VPP Device Results - Ubuntu
4703 - type: "table"
4704   title: "Detailed Test Results - VPP Device Results - Ubuntu"
4705   algorithm: "table_merged_details"
4706   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4707   columns:
4708   - title: " |prein| Test Name |preout| "
4709     data: "data name"
4710   - title: " |prein| Status |preout| "
4711     data: "data status"
4712   data: "vpp-device-results-ubuntu"
4713   filter: "all"
4714   parameters:
4715   - "name"
4716   - "parent"
4717   - "doc"
4718   - "status"
4719
4720 # Test configuration - VPP Device Test Configs - Ubuntu
4721 - type: "table"
4722   title: "Test configuration - VPP Device Test Configs - Ubuntu"
4723   algorithm: "table_merged_details"
4724   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4725   columns:
4726   - title: " |prein| Test Name |preout| "
4727     data: "data name"
4728   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4729     data: "data conf-history"
4730   data: "vpp-device-results-ubuntu"
4731   filter: "all"
4732   parameters:
4733   - "parent"
4734   - "name"
4735   - "conf-history"
4736
4737 ################################################################################
4738
4739 # DPDK Performance Changes 3n-hsw 1t1c pdr
4740 - type: "table"
4741   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
4742   algorithm: "table_perf_comparison"
4743   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
4744   history:
4745     - title: "rls1904"
4746       data: "dpdk-performance-changes-3n-hsw-h1"
4747   reference:
4748     title: "rls1908"
4749     data: "dpdk-performance-changes-3n-hsw-ref"
4750   compare:
4751     title: "rls2001"
4752     data: "dpdk-performance-changes-3n-hsw-cmp"
4753   data: "dpdk-performance-changes-3n-hsw"
4754   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4755   filter: "'1T1C'"
4756   parameters:
4757   - "name"
4758   - "parent"
4759   - "throughput"
4760
4761 # DPDK Performance Changes 3n-hsw 2t2c pdr
4762 - type: "table"
4763   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
4764   algorithm: "table_perf_comparison"
4765   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
4766   history:
4767     - title: "rls1904"
4768       data: "dpdk-performance-changes-3n-hsw-h1"
4769   reference:
4770     title: "rls1908"
4771     data: "dpdk-performance-changes-3n-hsw-ref"
4772   compare:
4773     title: "rls2001"
4774     data: "dpdk-performance-changes-3n-hsw-cmp"
4775   data: "dpdk-performance-changes-3n-hsw"
4776   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4777   filter: "'2T2C'"
4778   parameters:
4779   - "name"
4780   - "parent"
4781   - "throughput"
4782
4783 # DPDK Performance Changes 3n-hsw 1t1c ndr
4784 - type: "table"
4785   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
4786   algorithm: "table_perf_comparison"
4787   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
4788   history:
4789     - title: "rls1904"
4790       data: "dpdk-performance-changes-3n-hsw-h1"
4791   reference:
4792     title: "rls1908"
4793     data: "dpdk-performance-changes-3n-hsw-ref"
4794   compare:
4795     title: "rls2001"
4796     data: "dpdk-performance-changes-3n-hsw-cmp"
4797   data: "dpdk-performance-changes-3n-hsw"
4798   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4799   filter: "'1T1C'"
4800   parameters:
4801   - "name"
4802   - "parent"
4803   - "throughput"
4804
4805 # DPDK Performance Changes 3n-hsw 2t2c ndr
4806 - type: "table"
4807   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
4808   algorithm: "table_perf_comparison"
4809   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
4810   history:
4811     - title: "rls1904"
4812       data: "dpdk-performance-changes-3n-hsw-h1"
4813   reference:
4814     title: "rls1908"
4815     data: "dpdk-performance-changes-3n-hsw-ref"
4816   compare:
4817     title: "rls2001"
4818     data: "dpdk-performance-changes-3n-hsw-cmp"
4819   data: "dpdk-performance-changes-3n-hsw"
4820   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4821   filter: "'2T2C'"
4822   parameters:
4823   - "name"
4824   - "parent"
4825   - "throughput"
4826
4827 ## DPDK Performance Changes 3n-skx 2t1c pdr
4828 #- type: "table"
4829 #  title: "DPDK Performance Changes 3n-skx 2t1c pdr"
4830 #  algorithm: "table_perf_comparison"
4831 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
4832 #  history:
4833 #    - title: "rls1904"
4834 #      data: "dpdk-performance-changes-3n-skx-h1"
4835 #  reference:
4836 #    title: "rls1908"
4837 #    data: "dpdk-performance-changes-3n-skx-ref"
4838 #  compare:
4839 #    title: "rls2001"
4840 #    data: "dpdk-performance-changes-3n-skx-cmp"
4841 #  data: "dpdk-performance-changes-3n-skx"
4842 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4843 #  filter: "'2T1C'"
4844 #  parameters:
4845 #  - "name"
4846 #  - "parent"
4847 #  - "throughput"
4848 #
4849 ## DPDK Performance Changes 3n-skx 4t2c pdr
4850 #- type: "table"
4851 #  title: "DPDK Performance Changes 3n-skx 4t2c pdr"
4852 #  algorithm: "table_perf_comparison"
4853 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
4854 #  history:
4855 #    - title: "rls1904"
4856 #      data: "dpdk-performance-changes-3n-skx-h1"
4857 #  reference:
4858 #    title: "rls1908"
4859 #    data: "dpdk-performance-changes-3n-skx-ref"
4860 #  compare:
4861 #    title: "rls2001"
4862 #    data: "dpdk-performance-changes-3n-skx-cmp"
4863 #  data: "dpdk-performance-changes-3n-skx"
4864 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4865 #  filter: "'4T2C'"
4866 #  parameters:
4867 #  - "name"
4868 #  - "parent"
4869 #  - "throughput"
4870 #
4871 ## DPDK Performance Changes 3n-skx 2t1c ndr
4872 #- type: "table"
4873 #  title: "DPDK Performance Changes 3n-skx 2t1c ndr"
4874 #  algorithm: "table_perf_comparison"
4875 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
4876 #  history:
4877 #    - title: "rls1904"
4878 #      data: "dpdk-performance-changes-3n-skx-h1"
4879 #  reference:
4880 #    title: "rls1908"
4881 #    data: "dpdk-performance-changes-3n-skx-ref"
4882 #  compare:
4883 #    title: "rls2001"
4884 #    data: "dpdk-performance-changes-3n-skx-cmp"
4885 #  data: "dpdk-performance-changes-3n-skx"
4886 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4887 #  filter: "'2T1C'"
4888 #  parameters:
4889 #  - "name"
4890 #  - "parent"
4891 #  - "throughput"
4892 #
4893 ## DPDK Performance Changes 3n-skx 4t2c ndr
4894 #- type: "table"
4895 #  title: "DPDK Performance Changes 3n-skx 4t2c ndr"
4896 #  algorithm: "table_perf_comparison"
4897 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
4898 #  history:
4899 #    - title: "rls1904"
4900 #      data: "dpdk-performance-changes-3n-skx-h1"
4901 #  reference:
4902 #    title: "rls1908"
4903 #    data: "dpdk-performance-changes-3n-skx-ref"
4904 #  compare:
4905 #    title: "rls2001"
4906 #    data: "dpdk-performance-changes-3n-skx-cmp"
4907 #  data: "dpdk-performance-changes-3n-skx"
4908 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4909 #  filter: "'4T2C'"
4910 #  parameters:
4911 #  - "name"
4912 #  - "parent"
4913 #  - "throughput"
4914 #
4915 ## DPDK Performance Changes 2n-skx 2t1c pdr
4916 #- type: "table"
4917 #  title: "DPDK Performance Changes 2n-skx 2t1c pdr"
4918 #  algorithm: "table_perf_comparison"
4919 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
4920 #  history:
4921 #    - title: "rls1904"
4922 #      data: "dpdk-performance-changes-2n-skx-h1"
4923 #  reference:
4924 #    title: "rls1908"
4925 #    data: "dpdk-performance-changes-2n-skx-ref"
4926 #  compare:
4927 #    title: "rls2001"
4928 #    data: "dpdk-performance-changes-2n-skx-cmp"
4929 #  data: "dpdk-performance-changes-2n-skx"
4930 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4931 #  filter: "'2T1C'"
4932 #  parameters:
4933 #  - "name"
4934 #  - "parent"
4935 #  - "throughput"
4936 #
4937 ## DPDK Performance Changes 2n-skx 4t2c pdr
4938 #- type: "table"
4939 #  title: "DPDK Performance Changes 2n-skx 4t2c pdr"
4940 #  algorithm: "table_perf_comparison"
4941 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
4942 #  history:
4943 #    - title: "rls1904"
4944 #      data: "dpdk-performance-changes-2n-skx-h1"
4945 #  reference:
4946 #    title: "rls1908"
4947 #    data: "dpdk-performance-changes-2n-skx-ref"
4948 #  compare:
4949 #    title: "rls2001"
4950 #    data: "dpdk-performance-changes-2n-skx-cmp"
4951 #  data: "dpdk-performance-changes-2n-skx"
4952 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4953 #  filter: "'4T2C'"
4954 #  parameters:
4955 #  - "name"
4956 #  - "parent"
4957 #  - "throughput"
4958 #
4959 ## DPDK Performance Changes 2n-skx 2t1c ndr
4960 #- type: "table"
4961 #  title: "DPDK Performance Changes 2n-skx 2t1c ndr"
4962 #  algorithm: "table_perf_comparison"
4963 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
4964 #  history:
4965 #    - title: "rls1904"
4966 #      data: "dpdk-performance-changes-2n-skx-h1"
4967 #  reference:
4968 #    title: "rls1908"
4969 #    data: "dpdk-performance-changes-2n-skx-ref"
4970 #  compare:
4971 #    title: "rls2001"
4972 #    data: "dpdk-performance-changes-2n-skx-cmp"
4973 #  data: "dpdk-performance-changes-2n-skx"
4974 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4975 #  filter: "'2T1C'"
4976 #  parameters:
4977 #  - "name"
4978 #  - "parent"
4979 #  - "throughput"
4980 #
4981 ## DPDK Performance Changes 2n-skx 4t2c ndr
4982 #- type: "table"
4983 #  title: "DPDK Performance Changes 2n-skx 4t2c ndr"
4984 #  algorithm: "table_perf_comparison"
4985 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
4986 #  history:
4987 #    - title: "rls1904"
4988 #      data: "dpdk-performance-changes-2n-skx-h1"
4989 #  reference:
4990 #    title: "rls1908"
4991 #    data: "dpdk-performance-changes-2n-skx-ref"
4992 #  compare:
4993 #    title: "rls2001"
4994 #    data: "dpdk-performance-changes-2n-skx-cmp"
4995 #  data: "dpdk-performance-changes-2n-skx"
4996 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4997 #  filter: "'4T2C'"
4998 #  parameters:
4999 #  - "name"
5000 #  - "parent"
5001 #  - "throughput"
5002 #
5003 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5004 #- type: "table"
5005 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5006 #  algorithm: "table_perf_comparison"
5007 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5008 #  reference:
5009 #    title: "3-Node Hsw"
5010 #    data: "dpdk-compare-testbeds-ref"
5011 #  compare:
5012 #    title: "3-Node Skx"
5013 #    data: "dpdk-compare-testbeds-cmp"
5014 #  data: "dpdk-compare-testbeds"
5015 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5016 #  filter: "'NIC_Intel-X710'"
5017 #  parameters:
5018 #  - "name"
5019 #  - "parent"
5020 #  - "throughput"
5021 #
5022 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5023 #- type: "table"
5024 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5025 #  algorithm: "table_perf_comparison"
5026 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5027 #  reference:
5028 #    title: "3-Node Hsw"
5029 #    data: "dpdk-compare-testbeds-ref"
5030 #  compare:
5031 #    title: "3-Node Skx"
5032 #    data: "dpdk-compare-testbeds-cmp"
5033 #  data: "dpdk-compare-testbeds"
5034 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5035 #  filter: "'NIC_Intel-X710'"
5036 #  parameters:
5037 #  - "name"
5038 #  - "parent"
5039 #  - "throughput"
5040 #
5041 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5042 #- type: "table"
5043 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5044 #  algorithm: "table_perf_comparison"
5045 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5046 #  reference:
5047 #    title: "2-Node Skx"
5048 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5049 #  compare:
5050 #    title: "2-Node Clx"
5051 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5052 #  data: "dpdk-compare-testbeds-skx-clx"
5053 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5054 #  filter: "all"
5055 #  parameters:
5056 #  - "name"
5057 #  - "parent"
5058 #  - "throughput"
5059 #
5060 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5061 #- type: "table"
5062 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5063 #  algorithm: "table_perf_comparison"
5064 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5065 #  reference:
5066 #    title: "2-Node Skx"
5067 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5068 #  compare:
5069 #    title: "2-Node Clx"
5070 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5071 #  data: "dpdk-compare-testbeds-skx-clx"
5072 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5073 #  filter: "all"
5074 #  parameters:
5075 #  - "name"
5076 #  - "parent"
5077 #  - "throughput"
5078 #
5079 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5080 #- type: "table"
5081 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5082 #  algorithm: "table_perf_comparison"
5083 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5084 #  reference:
5085 #    title: "3-Node Skx"
5086 #    data: "dpdk-compare-topologies-ref"
5087 #  compare:
5088 #    title: "2-Node Skx"
5089 #    data: "dpdk-compare-topologies-cmp"
5090 #  data: "dpdk-compare-topologies"
5091 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5092 #  filter: "all"
5093 #  parameters:
5094 #  - "name"
5095 #  - "parent"
5096 #  - "throughput"
5097 #
5098 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5099 #- type: "table"
5100 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5101 #  algorithm: "table_perf_comparison"
5102 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5103 #  reference:
5104 #    title: "3-Node Skx"
5105 #    data: "dpdk-compare-topologies-ref"
5106 #  compare:
5107 #    title: "2-Node Skx"
5108 #    data: "dpdk-compare-topologies-cmp"
5109 #  data: "dpdk-compare-topologies"
5110 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5111 #  filter: "all"
5112 #  parameters:
5113 #  - "name"
5114 #  - "parent"
5115 #  - "throughput"
5116
5117 # Detailed Test Results - DPDK Performance Results 3n-hsw
5118 - type: "table"
5119   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5120   algorithm: "table_merged_details"
5121   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5122   columns:
5123   - title: " |prein| Test Name |preout| "
5124     data: "data name"
5125   - 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| "
5126     data: "data msg"
5127   data: "dpdk-perf-results-3n-hsw"
5128   filter: "all"
5129   parameters:
5130   - "name"
5131   - "parent"
5132   - "msg"
5133
5134 ## Detailed Test Results - DPDK Performance Results 3n-skx
5135 #- type: "table"
5136 #  title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5137 #  algorithm: "table_merged_details"
5138 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5139 #  columns:
5140 #  - title: " |prein| Test Name |preout| "
5141 #    data: "data name"
5142 #  - 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| "
5143 #    data: "data msg"
5144 #  data: "dpdk-perf-results-3n-skx"
5145 #  filter: "all"
5146 #  parameters:
5147 #  - "name"
5148 #  - "parent"
5149 #  - "msg"
5150 #
5151 ## Detailed Test Results - DPDK Performance Results 2n-skx
5152 #- type: "table"
5153 #  title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5154 #  algorithm: "table_merged_details"
5155 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5156 #  columns:
5157 #  - title: " |prein| Test Name |preout| "
5158 #    data: "data name"
5159 #  - 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| "
5160 #    data: "data msg"
5161 #  data: "dpdk-perf-results-2n-skx"
5162 #  filter: "all"
5163 #  parameters:
5164 #  - "name"
5165 #  - "parent"
5166 #  - "msg"
5167
5168 ## Detailed Test Results - DPDK Performance Results 2n-clx
5169 #- type: "table"
5170 #  title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5171 #  algorithm: "table_merged_details"
5172 #  output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5173 #  columns:
5174 #  - title: " |prein| Test Name |preout| "
5175 #    data: "data name"
5176 #  - 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| "
5177 #    data: "data msg"
5178 #  data: "dpdk-perf-results-2n-clx"
5179 #  filter: "all"
5180 #  parameters:
5181 #  - "name"
5182 #  - "parent"
5183 #  - "msg"
5184
5185 # Detailed Test Results - DPDK Performance Results 2n-dnv
5186 - type: "table"
5187   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5188   algorithm: "table_merged_details"
5189   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5190   columns:
5191   - title: " |prein| Test Name |preout| "
5192     data: "data name"
5193   - 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| "
5194     data: "data msg"
5195   data: "dpdk-perf-results-2n-dnv"
5196   filter: "all"
5197   parameters:
5198   - "name"
5199   - "parent"
5200   - "msg"
5201
5202 # Detailed Test Results - DPDK Performance Results 3n-dnv
5203 - type: "table"
5204   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5205   algorithm: "table_merged_details"
5206   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5207   columns:
5208   - title: " |prein| Test Name |preout| "
5209     data: "data name"
5210   - 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| "
5211     data: "data msg"
5212   data: "dpdk-perf-results-3n-dnv"
5213   filter: "all"
5214   parameters:
5215   - "name"
5216   - "parent"
5217   - "msg"
5218
5219 # Detailed Test Results - DPDK Performance Results 3n-tsh
5220 - type: "table"
5221   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
5222   algorithm: "table_merged_details"
5223   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5224   columns:
5225   - title: " |prein| Test Name |preout| "
5226     data: "data name"
5227   - 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| "
5228     data: "data msg"
5229   data: "dpdk-perf-results-3n-tsh"
5230   filter: "all"
5231   parameters:
5232   - "name"
5233   - "parent"
5234   - "msg"
5235
5236 ################################################################################
5237 ###                                F I L E S                                 ###
5238 ################################################################################
5239
5240 # VPP Performance Results 3n-hsw
5241 - type: "file"
5242   title: "VPP Performance Results 3n-hsw"
5243   algorithm: "file_test_results"
5244   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}"
5245   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
5246   data: "vpp-perf-results-3n-hsw"
5247   filter: "all"
5248   data-start-level: 4
5249
5250 ## VPP Performance Results 3n-skx
5251 #- type: "file"
5252 #  title: "VPP Performance Results 3n-skx"
5253 #  algorithm: "file_test_results"
5254 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}"
5255 #  dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
5256 #  data: "vpp-perf-results-3n-skx"
5257 #  filter: "all"
5258 #  data-start-level: 4
5259 #
5260 ## VPP Performance Results 2n-skx
5261 #- type: "file"
5262 #  title: "VPP Performance Results 2n-skx"
5263 #  algorithm: "file_test_results"
5264 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}"
5265 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
5266 #  data: "vpp-perf-results-2n-skx"
5267 #  filter: "all"
5268 #  data-start-level: 4
5269
5270 ## VPP Performance Results 2n-clx
5271 #- type: "file"
5272 #  title: "VPP Performance Results 2n-clx"
5273 #  algorithm: "file_test_results"
5274 #  output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}"
5275 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,CLX]}"
5276 #  data: "vpp-perf-results-2n-clx"
5277 #  filter: "all"
5278 #  data-start-level: 4
5279
5280 # VPP Performance Results 3n-tsh
5281 - type: "file"
5282   title: "VPP Performance Results 3n-tsh"
5283   algorithm: "file_test_results"
5284   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}"
5285   dir-tables: "{DIR[DTR,PERF,VPP,3N,TSH]}"
5286   data: "vpp-perf-results-3n-tsh"
5287   filter: "all"
5288   data-start-level: 4
5289
5290 # VPP Performance Results 3n-dnv
5291 - type: "file"
5292   title: "VPP Performance Results 3n-dnv"
5293   algorithm: "file_test_results"
5294   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}"
5295   dir-tables: "{DIR[DTR,PERF,VPP,3N,DNV]}"
5296   data: "vpp-perf-results-3n-dnv"
5297   filter: "all"
5298   data-start-level: 4
5299
5300 # VPP Performance Results 2n-dnv
5301 - type: "file"
5302   title: "VPP Performance Results 2n-dnv"
5303   algorithm: "file_test_results"
5304   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}"
5305   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
5306   data: "vpp-perf-results-2n-dnv"
5307   filter: "all"
5308   data-start-level: 4
5309
5310 # VPP Performance Configuration 3n-hsw
5311 - type: "file"
5312   title: "VPP Performance Configuration 3n-hsw"
5313   algorithm: "file_test_results"
5314   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}"
5315   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
5316   data: "vpp-perf-results-3n-hsw"
5317   filter: "all"
5318   data-start-level: 4
5319
5320 ## VPP Performance Configuration 3n-skx
5321 #- type: "file"
5322 #  title: "VPP Performance Configuration 3n-skx"
5323 #  algorithm: "file_test_results"
5324 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}"
5325 #  dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
5326 #  data: "vpp-perf-results-3n-skx"
5327 #  filter: "all"
5328 #  data-start-level: 4
5329 #
5330 ## VPP Performance Configuration 2n-skx
5331 #- type: "file"
5332 #  title: "VPP Performance Configuration 2n-skx"
5333 #  algorithm: "file_test_results"
5334 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}"
5335 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
5336 #  data: "vpp-perf-results-2n-skx"
5337 #  filter: "all"
5338 #  data-start-level: 4
5339
5340 ## VPP Performance Configuration 2n-clx
5341 #- type: "file"
5342 #  title: "VPP Performance Configuration 2n-clx"
5343 #  algorithm: "file_test_results"
5344 #  output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}"
5345 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,CLX]}"
5346 #  data: "vpp-perf-results-2n-clx"
5347 #  filter: "all"
5348 #  data-start-level: 4
5349
5350 # VPP Performance Configuration 3n-tsh
5351 - type: "file"
5352   title: "VPP Performance Configuration 3n-tsh"
5353   algorithm: "file_test_results"
5354   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}"
5355   dir-tables: "{DIR[DTC,PERF,VPP,3N,TSH]}"
5356   data: "vpp-perf-results-3n-tsh"
5357   filter: "all"
5358   data-start-level: 4
5359
5360 # VPP Performance Configuration 3n-dnv
5361 - type: "file"
5362   title: "VPP Performance Configuration 3n-dnv"
5363   algorithm: "file_test_results"
5364   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}"
5365   dir-tables: "{DIR[DTC,PERF,VPP,3N,DNV]}"
5366   data: "vpp-perf-results-3n-dnv"
5367   filter: "all"
5368   data-start-level: 4
5369
5370 # VPP Performance Configuration 2n-dnv
5371 - type: "file"
5372   title: "VPP Performance Configuration 2n-dnv"
5373   algorithm: "file_test_results"
5374   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}"
5375   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
5376   data: "vpp-perf-results-2n-dnv"
5377   filter: "all"
5378   data-start-level: 4
5379
5380 # VPP Performance Operational Data 3n-hsw
5381 - type: "file"
5382   title: "VPP Performance Operational Data 3n-hsw"
5383   algorithm: "file_test_results_html"
5384   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}"
5385   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
5386   data: "vpp-perf-results-3n-hsw"
5387   filter: "all"
5388   data-start-level: 4
5389
5390 ## VPP Performance Operational Data 3n-skx
5391 #- type: "file"
5392 #  title: "VPP Performance Operational Data 3n-skx"
5393 #  algorithm: "file_test_results_html"
5394 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}"
5395 #  dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
5396 #  data: "vpp-perf-results-3n-skx"
5397 #  filter: "all"
5398 #  data-start-level: 4
5399 #
5400 ## VPP Performance Operational Data 2n-skx
5401 #- type: "file"
5402 #  title: "VPP Performance Operational Data 2n-skx"
5403 #  algorithm: "file_test_results_html"
5404 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}"
5405 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
5406 #  data: "vpp-perf-results-2n-skx"
5407 #  filter: "all"
5408 #  data-start-level: 4
5409
5410 ## VPP Performance Operational Data 2n-clx
5411 #- type: "file"
5412 #  title: "VPP Performance Operational Data 2n-clx"
5413 #  algorithm: "file_test_results_html"
5414 #  output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}"
5415 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,CLX]}"
5416 #  data: "vpp-perf-results-2n-clx"
5417 #  filter: "all"
5418 #  data-start-level: 4
5419
5420 # VPP Performance Operational Data 3n-tsh
5421 - type: "file"
5422   title: "VPP Performance Operational Data 3n-tsh"
5423   algorithm: "file_test_results_html"
5424   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}"
5425   dir-tables: "{DIR[DTO,PERF,VPP,3N,TSH]}"
5426   data: "vpp-perf-results-3n-tsh"
5427   filter: "all"
5428   data-start-level: 4
5429
5430 # VPP Performance Operational Data 3n-dnv
5431 - type: "file"
5432   title: "VPP Performance Operational Data 3n-dnv"
5433   algorithm: "file_test_results_html"
5434   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}"
5435   dir-tables: "{DIR[DTO,PERF,VPP,3N,DNV]}"
5436   data: "vpp-perf-results-3n-dnv"
5437   filter: "all"
5438   data-start-level: 4
5439
5440 # VPP Performance Operational Data 2n-dnv
5441 - type: "file"
5442   title: "VPP Performance Operational Data 2n-dnv"
5443   algorithm: "file_test_results_html"
5444   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}"
5445   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
5446   data: "vpp-perf-results-2n-dnv"
5447   filter: "all"
5448   data-start-level: 4
5449
5450 # VPP MRR Results 3n-hsw
5451 - type: "file"
5452   title: "VPP MRR Results 3n-hsw"
5453   algorithm: "file_test_results"
5454   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}"
5455   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
5456   data: "vpp-mrr-results-3n-hsw"
5457   filter: "all"
5458   data-start-level: 4
5459
5460 ## VPP MRR Results 3n-skx
5461 #- type: "file"
5462 #  title: "VPP MRR Results 3n-skx"
5463 #  algorithm: "file_test_results"
5464 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}"
5465 #  dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
5466 #  data: "vpp-mrr-results-3n-skx"
5467 #  filter: "all"
5468 #  data-start-level: 4
5469 #
5470 ## VPP MRR Results 2n-skx
5471 #- type: "file"
5472 #  title: "VPP MRR Results 2n-skx"
5473 #  algorithm: "file_test_results"
5474 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}"
5475 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
5476 #  data: "vpp-mrr-results-2n-skx"
5477 #  filter: "all"
5478 #  data-start-level: 4
5479
5480 ## VPP MRR Results 2n-clx
5481 #- type: "file"
5482 #  title: "VPP MRR Results 2n-clx"
5483 #  algorithm: "file_test_results"
5484 #  output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}"
5485 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,CLX]}"
5486 #  data: "vpp-mrr-results-2n-clx"
5487 #  filter: "all"
5488 #  data-start-level: 4
5489
5490 # VPP MRR Results 3n-tsh
5491 - type: "file"
5492   title: "VPP MRR Results 3n-tsh"
5493   algorithm: "file_test_results"
5494   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}"
5495   dir-tables: "{DIR[DTR,MRR,VPP,3N,TSH]}"
5496   data: "vpp-mrr-results-3n-tsh"
5497   filter: "all"
5498   data-start-level: 4
5499
5500 # VPP MRR Results 3n-dnv
5501 - type: "file"
5502   title: "VPP MRR Results 3n-dnv"
5503   algorithm: "file_test_results"
5504   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}"
5505   dir-tables: "{DIR[DTR,MRR,VPP,3N,DNV]}"
5506   data: "vpp-mrr-results-3n-dnv"
5507   filter: "all"
5508   data-start-level: 4
5509
5510 # VPP MRR Results 2n-dnv
5511 - type: "file"
5512   title: "VPP MRR Results 2n-dnv"
5513   algorithm: "file_test_results"
5514   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}"
5515   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
5516   data: "vpp-mrr-results-2n-dnv"
5517   filter: "all"
5518   data-start-level: 4
5519
5520 # VPP MRR Configuration 3n-hsw
5521 - type: "file"
5522   title: "VPP MRR Configuration 3n-hsw"
5523   algorithm: "file_test_results"
5524   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}"
5525   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
5526   data: "vpp-mrr-results-3n-hsw"
5527   filter: "all"
5528   data-start-level: 4
5529
5530 ## VPP MRR Configuration 3n-skx
5531 #- type: "file"
5532 #  title: "VPP MRR Configuration 3n-skx"
5533 #  algorithm: "file_test_results"
5534 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}"
5535 #  dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
5536 #  data: "vpp-mrr-results-3n-skx"
5537 #  filter: "all"
5538 #  data-start-level: 4
5539 #
5540 ## VPP MRR Configuration 2n-skx
5541 #- type: "file"
5542 #  title: "VPP MRR Configuration 2n-skx"
5543 #  algorithm: "file_test_results"
5544 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}"
5545 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
5546 #  data: "vpp-mrr-results-2n-skx"
5547 #  filter: "all"
5548 #  data-start-level: 4
5549
5550 ## VPP MRR Configuration 2n-clx
5551 #- type: "file"
5552 #  title: "VPP MRR Configuration 2n-clx"
5553 #  algorithm: "file_test_results"
5554 #  output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}"
5555 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,CLX]}"
5556 #  data: "vpp-mrr-results-2n-clx"
5557 #  filter: "all"
5558 #  data-start-level: 4
5559
5560 # VPP MRR Configuration 3n-tsh
5561 - type: "file"
5562   title: "VPP MRR Configuration 3n-tsh"
5563   algorithm: "file_test_results"
5564   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}"
5565   dir-tables: "{DIR[DTC,MRR,VPP,3N,TSH]}"
5566   data: "vpp-mrr-results-3n-tsh"
5567   filter: "all"
5568   data-start-level: 4
5569
5570 # VPP MRR Configuration 3n-dnv
5571 - type: "file"
5572   title: "VPP MRR Configuration 3n-dnv"
5573   algorithm: "file_test_results"
5574   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}"
5575   dir-tables: "{DIR[DTC,MRR,VPP,3N,DNV]}"
5576   data: "vpp-mrr-results-3n-dnv"
5577   filter: "all"
5578   data-start-level: 4
5579
5580 # VPP MRR Configuration 2n-dnv
5581 - type: "file"
5582   title: "VPP MRR Configuration 2n-dnv"
5583   algorithm: "file_test_results"
5584   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5585   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5586   data: "vpp-mrr-results-2n-dnv"
5587   filter: "all"
5588   data-start-level: 4
5589
5590 # VPP Device Results - Ubuntu
5591 - type: "file"
5592   title: "VPP Device Results - Ubuntu"
5593   algorithm: "file_test_results"
5594   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5595   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5596   data: "vpp-device-results-ubuntu"
5597   filter: "all"
5598   data-start-level: 4
5599
5600 # VPP Device Configuration - Ubuntu
5601 - type: "file"
5602   title: "VPP Device Configuration - Ubuntu"
5603   algorithm: "file_test_results"
5604   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5605   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5606   data: "vpp-device-results-ubuntu"
5607   filter: "all"
5608   data-start-level: 4
5609
5610 # DPDK Performance Results 3n-hsw
5611 - type: "file"
5612   title: "DPDK Performance Results 3n-hsw"
5613   algorithm: "file_test_results"
5614   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5615   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5616   data: "dpdk-perf-results-3n-hsw"
5617   filter: "all"
5618   data-start-level: 4
5619
5620 ## DPDK Performance Results 3n-skx
5621 #- type: "file"
5622 #  title: "DPDK Performance Results 3n-skx"
5623 #  algorithm: "file_test_results"
5624 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5625 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5626 #  data: "dpdk-perf-results-3n-skx"
5627 #  filter: "all"
5628 #  data-start-level: 4
5629 #
5630 ## DPDK Performance Results 2n-skx
5631 #- type: "file"
5632 #  title: "DPDK Performance Results 2n-skx"
5633 #  algorithm: "file_test_results"
5634 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5635 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5636 #  data: "dpdk-perf-results-2n-skx"
5637 #  filter: "all"
5638 #  data-start-level: 4
5639
5640 ## DPDK Performance Results 2n-clx
5641 #- type: "file"
5642 #  title: "DPDK Performance Results 2n-clx"
5643 #  algorithm: "file_test_results"
5644 #  output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5645 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5646 #  data: "dpdk-perf-results-2n-clx"
5647 #  filter: "all"
5648 #  data-start-level: 4
5649
5650 # DPDK Performance Results 2n-dnv
5651 - type: "file"
5652   title: "DPDK Performance Results 2n-dnv"
5653   algorithm: "file_test_results"
5654   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
5655   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
5656   data: "dpdk-perf-results-2n-dnv"
5657   filter: "all"
5658   data-start-level: 4
5659
5660 # DPDK Performance Results 3n-dnv
5661 - type: "file"
5662   title: "DPDK Performance Results 3n-dnv"
5663   algorithm: "file_test_results"
5664   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
5665   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
5666   data: "dpdk-perf-results-3n-dnv"
5667   filter: "all"
5668   data-start-level: 4
5669
5670 # DPDK Performance Results 3n-tsh
5671 - type: "file"
5672   title: "DPDK Performance Results 3n-tsh"
5673   algorithm: "file_test_results"
5674   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
5675   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
5676   data: "dpdk-perf-results-3n-tsh"
5677   filter: "all"
5678   data-start-level: 4
5679
5680 ################################################################################
5681 ###                                P L O T S                                 ###
5682 ################################################################################
5683
5684 ## Plots VPP HTTP Server Performance
5685 #- type: "plot"
5686 #  title: "VPP HTTP Server Performance"
5687 #  algorithm: "plot_http_server_perf_box"
5688 #  output-file-type: ".html"
5689 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5690 #  data:
5691 #    "plot-vpp-http-server-performance"
5692 #  # Keep this formatting, the filter is enclosed with " (quotation mark) and
5693 #  # each tag is enclosed with ' (apostrophe).
5694 #  filter: "'HTTP' and 'TCP_CPS'"
5695 #  parameters:
5696 #  - "result"
5697 #  - "name"
5698 #  traces:
5699 #    hoverinfo: "y+name"
5700 #    boxpoints: "outliers"
5701 #    whiskerwidth: 0
5702 #  layout:
5703 #    title: "VPP HTTP Server Performance"
5704 #    layout:
5705 #      "plot-cps"
5706 #
5707 #- type: "plot"
5708 #  title: "VPP HTTP Server Performance"
5709 #  algorithm: "plot_http_server_perf_box"
5710 #  output-file-type: ".html"
5711 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
5712 #  data:
5713 #    "plot-vpp-http-server-performance"
5714 #  filter: "'HTTP' and 'TCP_RPS'"
5715 #  parameters:
5716 #  - "result"
5717 #  - "name"
5718 #  traces:
5719 #    hoverinfo: "y+name"
5720 #    boxpoints: "outliers"
5721 #    whiskerwidth: 0
5722 #  layout:
5723 #    title: "VPP HTTP Server Performance"
5724 #    layout:
5725 #      "plot-rps"
5726
5727 ################################################################################
5728
5729 ## Soak Test (PLRsearch), boxes
5730 #- type: "plot"
5731 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
5732 #  algorithm: "plot_perf_box_name"
5733 #  output-file-type: ".html"
5734 #  output-file: "{DIR[STATIC,VPP]}/soak-test-1"
5735 #  data: "plot-vpp-soak-2n-skx"
5736 #  include:
5737 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Soak.64B-2t1c-avf-eth-l2patch-soak"
5738 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
5739 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
5740 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Soak.64B-2t1c-eth-l2patch-soak"
5741 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
5742 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
5743 #  layout:
5744 #    title: "30 Minutes Soak Test (PLRsearch)"
5745 #    layout: "plot-soak-throughput"
5746 #
5747 ## Soak Test (PLRsearch), boxes
5748 #- type: "plot"
5749 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
5750 #  algorithm: "plot_perf_box_name"
5751 #  output-file-type: ".html"
5752 #  output-file: "{DIR[STATIC,VPP]}/soak-test-2"
5753 #  data: "plot-vpp-soak-2n-skx"
5754 #  include:
5755 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-soak"
5756 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
5757 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
5758 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
5759 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
5760 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
5761 #  layout:
5762 #    title: "30 Minutes Soak Test (PLRsearch)"
5763 #    layout: "plot-soak-throughput"
5764
5765 ###############################################################################
5766
5767 #- type: "plot"
5768 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5769 #  algorithm: "plot_nf_reconf_box_name"
5770 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
5771 #  data: "plot-vpp-nfv-reconf-2n-skx"
5772 #  include:
5773 #    - "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"
5774 #    - "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"
5775 #    - "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"
5776 #    - "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"
5777 #    - "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"
5778 #    - "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"
5779 #  layout:
5780 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5781 #    layout: "plot-throughput"
5782 #
5783 #- type: "plot"
5784 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5785 #  algorithm: "plot_nf_reconf_box_name"
5786 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
5787 #  data: "plot-vpp-nfv-reconf-2n-skx"
5788 #  include:
5789 #    - "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"
5790 #    - "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"
5791 #    - "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"
5792 #    - "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"
5793 #    - "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"
5794 #    - "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"
5795 #  layout:
5796 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5797 #    layout: "plot-throughput"
5798 #
5799 #- type: "plot"
5800 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5801 #  algorithm: "plot_nf_reconf_box_name"
5802 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
5803 #  data: "plot-vpp-nfv-reconf-2n-skx"
5804 #  include:
5805 #    - "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"
5806 #    - "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"
5807 #    - "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"
5808 #    - "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"
5809 #    - "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"
5810 #    - "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"
5811 #  layout:
5812 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5813 #    layout: "plot-throughput"
5814 #
5815 ################################################################################
5816 ## Plots - NF Density - VSC - MRR 64b
5817 #- type: "plot"
5818 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5819 #  algorithm: "plot_nf_heatmap"
5820 #  output-file-type: ".html"
5821 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
5822 #  data: "plot-vpp-nfv-2n-skx-mrr"
5823 #  filter: "'NIC_Intel-XXV710' and
5824 #           'NF_DENSITY' and
5825 #           'VHOST' and
5826 #           not 'VXLAN' and
5827 #           'CHAIN' and
5828 #           'NF_VPPIP4' and
5829 #           '64B' and
5830 #           '2T1C' and
5831 #           'MRR'"
5832 #  parameters:
5833 #  - "result"
5834 #  - "name"
5835 #  - "tags"
5836 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5837 #  x-axis: "X = VNFs per Service Chain"
5838 #  y-axis: "Y = Number of Service Chains"
5839 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5840 #  layout:
5841 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5842 #    layout: "plot-service-density"
5843 #
5844 #- type: "plot"
5845 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5846 #  algorithm: "plot_nf_heatmap"
5847 #  output-file-type: ".html"
5848 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
5849 #  data: "plot-vpp-nfv-2n-skx-mrr"
5850 #  filter: "'NIC_Intel-XXV710' and
5851 #           'NF_DENSITY' and
5852 #           'VHOST' and
5853 #           not 'VXLAN' and
5854 #           'CHAIN' and
5855 #           'NF_VPPIP4' and
5856 #           '64B' and
5857 #           '4T2C' and
5858 #           'MRR'"
5859 #  parameters:
5860 #  - "result"
5861 #  - "name"
5862 #  - "tags"
5863 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5864 #  x-axis: "X = VNFs per Service Chain"
5865 #  y-axis: "Y = Number of Service Chains"
5866 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5867 #  layout:
5868 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5869 #    layout: "plot-service-density"
5870 #
5871 #- type: "plot"
5872 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5873 #  algorithm: "plot_nf_heatmap"
5874 #  output-file-type: ".html"
5875 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
5876 #  data: "plot-vpp-nfv-2n-skx-mrr"
5877 #  filter: "'NIC_Intel-XXV710' and
5878 #           'NF_DENSITY' and
5879 #           'VHOST' and
5880 #           not 'VXLAN' and
5881 #           'CHAIN' and
5882 #           'NF_VPPIP4' and
5883 #           '64B' and
5884 #           '8T4C' and
5885 #           'MRR'"
5886 #  parameters:
5887 #  - "result"
5888 #  - "name"
5889 #  - "tags"
5890 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5891 #  x-axis: "X = VNFs per Service Chain"
5892 #  y-axis: "Y = Number of Service Chains"
5893 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5894 #  layout:
5895 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5896 #    layout: "plot-service-density"
5897 #
5898 ## Plots - NF Density - VSC - MRR IMIX
5899 #- type: "plot"
5900 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5901 #  algorithm: "plot_nf_heatmap"
5902 #  output-file-type: ".html"
5903 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
5904 #  data: "plot-vpp-nfv-2n-skx-mrr"
5905 #  filter: "'NIC_Intel-XXV710' and
5906 #           'NF_DENSITY' and
5907 #           'VHOST' and
5908 #           not 'VXLAN' and
5909 #           'CHAIN' and
5910 #           'NF_VPPIP4' and
5911 #           'IMIX' and
5912 #           '2T1C' and
5913 #           'MRR'"
5914 #  parameters:
5915 #  - "result"
5916 #  - "name"
5917 #  - "tags"
5918 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5919 #  x-axis: "X = VNFs per Service Chain"
5920 #  y-axis: "Y = Number of Service Chains"
5921 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5922 #  layout:
5923 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5924 #    layout: "plot-service-density"
5925 #
5926 #- type: "plot"
5927 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5928 #  algorithm: "plot_nf_heatmap"
5929 #  output-file-type: ".html"
5930 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
5931 #  data: "plot-vpp-nfv-2n-skx-mrr"
5932 #  filter: "'NIC_Intel-XXV710' and
5933 #           'NF_DENSITY' and
5934 #           'VHOST' and
5935 #           not 'VXLAN' and
5936 #           'CHAIN' and
5937 #           'NF_VPPIP4' and
5938 #           'IMIX' and
5939 #           '4T2C' and
5940 #           'MRR'"
5941 #  parameters:
5942 #  - "result"
5943 #  - "name"
5944 #  - "tags"
5945 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5946 #  x-axis: "X = VNFs per Service Chain"
5947 #  y-axis: "Y = Number of Service Chains"
5948 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5949 #  layout:
5950 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5951 #    layout: "plot-service-density"
5952 #
5953 #- type: "plot"
5954 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5955 #  algorithm: "plot_nf_heatmap"
5956 #  output-file-type: ".html"
5957 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
5958 #  data: "plot-vpp-nfv-2n-skx-mrr"
5959 #  filter: "'NIC_Intel-XXV710' and
5960 #           'NF_DENSITY' and
5961 #           'VHOST' and
5962 #           not 'VXLAN' and
5963 #           'CHAIN' and
5964 #           'NF_VPPIP4' and
5965 #           'IMIX' and
5966 #           '8T4C' and
5967 #           'MRR'"
5968 #  parameters:
5969 #  - "result"
5970 #  - "name"
5971 #  - "tags"
5972 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5973 #  x-axis: "X = VNFs per Service Chain"
5974 #  y-axis: "Y = Number of Service Chains"
5975 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5976 #  layout:
5977 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5978 #    layout: "plot-service-density"
5979 #
5980 ## Plots - NF Density - VSC - NDR 64b
5981 #- type: "plot"
5982 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5983 #  algorithm: "plot_nf_heatmap"
5984 #  output-file-type: ".html"
5985 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
5986 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
5987 #  filter: "'NIC_Intel-XXV710' and
5988 #           'NF_DENSITY' and
5989 #           'VHOST' and
5990 #           not 'VXLAN' and
5991 #           'CHAIN' and
5992 #           'NF_VPPIP4' and
5993 #           '64B' and
5994 #           '2T1C' and
5995 #           'NDRPDR'"
5996 #  parameters:
5997 #  - "throughput"
5998 #  - "name"
5999 #  - "tags"
6000 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6001 #  x-axis: "X = VNFs per Service Chain"
6002 #  y-axis: "Y = Number of Service Chains"
6003 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6004 #  layout:
6005 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6006 #    layout: "plot-service-density"
6007 #
6008 #- type: "plot"
6009 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6010 #  algorithm: "plot_nf_heatmap"
6011 #  output-file-type: ".html"
6012 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6013 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6014 #  filter: "'NIC_Intel-XXV710' and
6015 #           'NF_DENSITY' and
6016 #           'VHOST' and
6017 #           not 'VXLAN' and
6018 #           'CHAIN' and
6019 #           'NF_VPPIP4' and
6020 #           '64B' and
6021 #           '4T2C' and
6022 #           'NDRPDR'"
6023 #  parameters:
6024 #  - "throughput"
6025 #  - "name"
6026 #  - "tags"
6027 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6028 #  x-axis: "X = VNFs per Service Chain"
6029 #  y-axis: "Y = Number of Service Chains"
6030 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6031 #  layout:
6032 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6033 #    layout: "plot-service-density"
6034 #
6035 #- type: "plot"
6036 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6037 #  algorithm: "plot_nf_heatmap"
6038 #  output-file-type: ".html"
6039 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6040 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6041 #  filter: "'NIC_Intel-XXV710' and
6042 #           'NF_DENSITY' and
6043 #           'VHOST' and
6044 #           not 'VXLAN' and
6045 #           'CHAIN' and
6046 #           'NF_VPPIP4' and
6047 #           '64B' and
6048 #           '8T4C' and
6049 #           'NDRPDR'"
6050 #  parameters:
6051 #  - "throughput"
6052 #  - "name"
6053 #  - "tags"
6054 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6055 #  x-axis: "X = VNFs per Service Chain"
6056 #  y-axis: "Y = Number of Service Chains"
6057 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6058 #  layout:
6059 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6060 #    layout: "plot-service-density"
6061 #
6062 ## Plots - NF Density - VSC - NDR IMIX
6063 #- type: "plot"
6064 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6065 #  algorithm: "plot_nf_heatmap"
6066 #  output-file-type: ".html"
6067 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6068 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6069 #  filter: "'NIC_Intel-XXV710' and
6070 #           'NF_DENSITY' and
6071 #           'VHOST' and
6072 #           not 'VXLAN' and
6073 #           'CHAIN' and
6074 #           'NF_VPPIP4' and
6075 #           'IMIX' and
6076 #           '2T1C' and
6077 #           'NDRPDR'"
6078 #  parameters:
6079 #  - "throughput"
6080 #  - "name"
6081 #  - "tags"
6082 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6083 #  x-axis: "X = VNFs per Service Chain"
6084 #  y-axis: "Y = Number of Service Chains"
6085 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6086 #  layout:
6087 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6088 #    layout: "plot-service-density"
6089 #
6090 #- type: "plot"
6091 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6092 #  algorithm: "plot_nf_heatmap"
6093 #  output-file-type: ".html"
6094 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6095 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6096 #  filter: "'NIC_Intel-XXV710' and
6097 #           'NF_DENSITY' and
6098 #           'VHOST' and
6099 #           not 'VXLAN' and
6100 #           'CHAIN' and
6101 #           'NF_VPPIP4' and
6102 #           'IMIX' and
6103 #           '4T2C' and
6104 #           'NDRPDR'"
6105 #  parameters:
6106 #  - "throughput"
6107 #  - "name"
6108 #  - "tags"
6109 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6110 #  x-axis: "X = VNFs per Service Chain"
6111 #  y-axis: "Y = Number of Service Chains"
6112 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6113 #  layout:
6114 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6115 #    layout: "plot-service-density"
6116 #
6117 #- type: "plot"
6118 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6119 #  algorithm: "plot_nf_heatmap"
6120 #  output-file-type: ".html"
6121 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6122 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6123 #  filter: "'NIC_Intel-XXV710' and
6124 #           'NF_DENSITY' and
6125 #           'VHOST' and
6126 #           not 'VXLAN' and
6127 #           'CHAIN' and
6128 #           'NF_VPPIP4' and
6129 #           'IMIX' and
6130 #           '8T4C' and
6131 #           'NDRPDR'"
6132 #  parameters:
6133 #  - "throughput"
6134 #  - "name"
6135 #  - "tags"
6136 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6137 #  x-axis: "X = VNFs per Service Chain"
6138 #  y-axis: "Y = Number of Service Chains"
6139 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6140 #  layout:
6141 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6142 #    layout: "plot-service-density"
6143 #
6144 ## Plots - NF Density - VSC - PDR 64b
6145 #- type: "plot"
6146 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6147 #  algorithm: "plot_nf_heatmap"
6148 #  output-file-type: ".html"
6149 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6150 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6151 #  filter: "'NIC_Intel-XXV710' and
6152 #           'NF_DENSITY' and
6153 #           'VHOST' and
6154 #           not 'VXLAN' and
6155 #           'CHAIN' and
6156 #           'NF_VPPIP4' and
6157 #           '64B' and
6158 #           '2T1C' and
6159 #           'NDRPDR'"
6160 #  parameters:
6161 #  - "throughput"
6162 #  - "name"
6163 #  - "tags"
6164 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6165 #  x-axis: "X = VNFs per Service Chain"
6166 #  y-axis: "Y = Number of Service Chains"
6167 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6168 #  layout:
6169 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6170 #    layout: "plot-service-density"
6171 #
6172 #- type: "plot"
6173 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6174 #  algorithm: "plot_nf_heatmap"
6175 #  output-file-type: ".html"
6176 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6177 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6178 #  filter: "'NIC_Intel-XXV710' and
6179 #           'NF_DENSITY' and
6180 #           'VHOST' and
6181 #           not 'VXLAN' and
6182 #           'CHAIN' and
6183 #           'NF_VPPIP4' and
6184 #           '64B' and
6185 #           '4T2C' and
6186 #           'NDRPDR'"
6187 #  parameters:
6188 #  - "throughput"
6189 #  - "name"
6190 #  - "tags"
6191 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6192 #  x-axis: "X = VNFs per Service Chain"
6193 #  y-axis: "Y = Number of Service Chains"
6194 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6195 #  layout:
6196 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6197 #    layout: "plot-service-density"
6198 #
6199 #- type: "plot"
6200 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6201 #  algorithm: "plot_nf_heatmap"
6202 #  output-file-type: ".html"
6203 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6204 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6205 #  filter: "'NIC_Intel-XXV710' and
6206 #           'NF_DENSITY' and
6207 #           'VHOST' and
6208 #           not 'VXLAN' and
6209 #           'CHAIN' and
6210 #           'NF_VPPIP4' and
6211 #           '64B' and
6212 #           '8T4C' and
6213 #           'NDRPDR'"
6214 #  parameters:
6215 #  - "throughput"
6216 #  - "name"
6217 #  - "tags"
6218 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6219 #  x-axis: "X = VNFs per Service Chain"
6220 #  y-axis: "Y = Number of Service Chains"
6221 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6222 #  layout:
6223 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6224 #    layout: "plot-service-density"
6225 #
6226 ## Plots - NF Density - VSC - PDR IMIX
6227 #- type: "plot"
6228 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6229 #  algorithm: "plot_nf_heatmap"
6230 #  output-file-type: ".html"
6231 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6232 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6233 #  filter: "'NIC_Intel-XXV710' and
6234 #           'NF_DENSITY' and
6235 #           'VHOST' and
6236 #           not 'VXLAN' and
6237 #           'CHAIN' and
6238 #           'NF_VPPIP4' and
6239 #           'IMIX' and
6240 #           '2T1C' and
6241 #           'NDRPDR'"
6242 #  parameters:
6243 #  - "throughput"
6244 #  - "name"
6245 #  - "tags"
6246 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6247 #  x-axis: "X = VNFs per Service Chain"
6248 #  y-axis: "Y = Number of Service Chains"
6249 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6250 #  layout:
6251 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6252 #    layout: "plot-service-density"
6253 #
6254 #- type: "plot"
6255 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6256 #  algorithm: "plot_nf_heatmap"
6257 #  output-file-type: ".html"
6258 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6259 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6260 #  filter: "'NIC_Intel-XXV710' and
6261 #           'NF_DENSITY' and
6262 #           'VHOST' and
6263 #           not 'VXLAN' and
6264 #           'CHAIN' and
6265 #           'NF_VPPIP4' and
6266 #           'IMIX' and
6267 #           '4T2C' and
6268 #           'NDRPDR'"
6269 #  parameters:
6270 #  - "throughput"
6271 #  - "name"
6272 #  - "tags"
6273 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6274 #  x-axis: "X = VNFs per Service Chain"
6275 #  y-axis: "Y = Number of Service Chains"
6276 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6277 #  layout:
6278 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6279 #    layout: "plot-service-density"
6280 #
6281 #- type: "plot"
6282 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6283 #  algorithm: "plot_nf_heatmap"
6284 #  output-file-type: ".html"
6285 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6286 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6287 #  filter: "'NIC_Intel-XXV710' and
6288 #           'NF_DENSITY' and
6289 #           'VHOST' and
6290 #           not 'VXLAN' and
6291 #           'CHAIN' and
6292 #           'NF_VPPIP4' and
6293 #           'IMIX' and
6294 #           '8T4C' and
6295 #           'NDRPDR'"
6296 #  parameters:
6297 #  - "throughput"
6298 #  - "name"
6299 #  - "tags"
6300 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6301 #  x-axis: "X = VNFs per Service Chain"
6302 #  y-axis: "Y = Number of Service Chains"
6303 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6304 #  layout:
6305 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6306 #    layout: "plot-service-density"
6307 #
6308 ################################################################################
6309 ## Plots - NF Density - VSC - MRR 64b
6310 #- type: "plot"
6311 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6312 #  algorithm: "plot_nf_heatmap"
6313 #  output-file-type: ".html"
6314 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6315 #  data: "plot-vpp-nfv-2n-skx-mrr"
6316 #  filter: "'NIC_Intel-XXV710' and
6317 #           'NF_DENSITY' and
6318 #           'VHOST' and
6319 #           'VXLAN' and
6320 #           'CHAIN' and
6321 #           '118' and
6322 #           '2T1C' and
6323 #           'MRR'"
6324 #  parameters:
6325 #  - "result"
6326 #  - "name"
6327 #  - "tags"
6328 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6329 #  x-axis: "X = VNFs per Service Chain"
6330 #  y-axis: "Y = Number of Service Chains"
6331 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6332 #  layout:
6333 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6334 #    layout: "plot-service-density"
6335 #
6336 #- type: "plot"
6337 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6338 #  algorithm: "plot_nf_heatmap"
6339 #  output-file-type: ".html"
6340 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6341 #  data: "plot-vpp-nfv-2n-skx-mrr"
6342 #  filter: "'NIC_Intel-XXV710' and
6343 #           'NF_DENSITY' and
6344 #           'VHOST' and
6345 #           'VXLAN' and
6346 #           'CHAIN' and
6347 #           '118' and
6348 #           '4T2C' and
6349 #           'MRR'"
6350 #  parameters:
6351 #  - "result"
6352 #  - "name"
6353 #  - "tags"
6354 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6355 #  x-axis: "X = VNFs per Service Chain"
6356 #  y-axis: "Y = Number of Service Chains"
6357 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6358 #  layout:
6359 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6360 #    layout: "plot-service-density"
6361 #
6362 #- type: "plot"
6363 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6364 #  algorithm: "plot_nf_heatmap"
6365 #  output-file-type: ".html"
6366 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6367 #  data: "plot-vpp-nfv-2n-skx-mrr"
6368 #  filter: "'NIC_Intel-XXV710' and
6369 #           'NF_DENSITY' and
6370 #           'VHOST' and
6371 #           'VXLAN' and
6372 #           'CHAIN' and
6373 #           '118' and
6374 #           '8T4C' and
6375 #           'MRR'"
6376 #  parameters:
6377 #  - "result"
6378 #  - "name"
6379 #  - "tags"
6380 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6381 #  x-axis: "X = VNFs per Service Chain"
6382 #  y-axis: "Y = Number of Service Chains"
6383 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6384 #  layout:
6385 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6386 #    layout: "plot-service-density"
6387 #
6388 ## Plots - NF Density - VSC - MRR IMIX
6389 #- type: "plot"
6390 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6391 #  algorithm: "plot_nf_heatmap"
6392 #  output-file-type: ".html"
6393 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6394 #  data: "plot-vpp-nfv-2n-skx-mrr"
6395 #  filter: "'NIC_Intel-XXV710' and
6396 #           'NF_DENSITY' and
6397 #           'VHOST' and
6398 #           'VXLAN' and
6399 #           'CHAIN' and
6400 #           'IMIX' and
6401 #           '2T1C' and
6402 #           'MRR'"
6403 #  parameters:
6404 #  - "result"
6405 #  - "name"
6406 #  - "tags"
6407 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6408 #  x-axis: "X = VNFs per Service Chain"
6409 #  y-axis: "Y = Number of Service Chains"
6410 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6411 #  layout:
6412 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6413 #    layout: "plot-service-density"
6414 #
6415 #- type: "plot"
6416 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6417 #  algorithm: "plot_nf_heatmap"
6418 #  output-file-type: ".html"
6419 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
6420 #  data: "plot-vpp-nfv-2n-skx-mrr"
6421 #  filter: "'NIC_Intel-XXV710' and
6422 #           'NF_DENSITY' and
6423 #           'VHOST' and
6424 #           'VXLAN' and
6425 #           'CHAIN' and
6426 #           'IMIX' and
6427 #           '4T2C' and
6428 #           'MRR'"
6429 #  parameters:
6430 #  - "result"
6431 #  - "name"
6432 #  - "tags"
6433 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6434 #  x-axis: "X = VNFs per Service Chain"
6435 #  y-axis: "Y = Number of Service Chains"
6436 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6437 #  layout:
6438 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6439 #    layout: "plot-service-density"
6440 #
6441 #- type: "plot"
6442 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6443 #  algorithm: "plot_nf_heatmap"
6444 #  output-file-type: ".html"
6445 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
6446 #  data: "plot-vpp-nfv-2n-skx-mrr"
6447 #  filter: "'NIC_Intel-XXV710' and
6448 #           'NF_DENSITY' and
6449 #           'VHOST' and
6450 #           'VXLAN' and
6451 #           'CHAIN' and
6452 #           'IMIX' and
6453 #           '8T4C' and
6454 #           'MRR'"
6455 #  parameters:
6456 #  - "result"
6457 #  - "name"
6458 #  - "tags"
6459 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6460 #  x-axis: "X = VNFs per Service Chain"
6461 #  y-axis: "Y = Number of Service Chains"
6462 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6463 #  layout:
6464 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6465 #    layout: "plot-service-density"
6466 #
6467 ## Plots - NF Density - VSC - NDR 64b
6468 #- type: "plot"
6469 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6470 #  algorithm: "plot_nf_heatmap"
6471 #  output-file-type: ".html"
6472 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
6473 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6474 #  filter: "'NIC_Intel-XXV710' and
6475 #           'NF_DENSITY' and
6476 #           'VHOST' and
6477 #           'VXLAN' and
6478 #           'CHAIN' and
6479 #           '118' and
6480 #           '2T1C' and
6481 #           'NDRPDR'"
6482 #  parameters:
6483 #  - "throughput"
6484 #  - "name"
6485 #  - "tags"
6486 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6487 #  x-axis: "X = VNFs per Service Chain"
6488 #  y-axis: "Y = Number of Service Chains"
6489 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6490 #  layout:
6491 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6492 #    layout: "plot-service-density"
6493 #
6494 #- type: "plot"
6495 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6496 #  algorithm: "plot_nf_heatmap"
6497 #  output-file-type: ".html"
6498 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
6499 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6500 #  filter: "'NIC_Intel-XXV710' and
6501 #           'NF_DENSITY' and
6502 #           'VHOST' and
6503 #           'VXLAN' and
6504 #           'CHAIN' and
6505 #           '118' and
6506 #           '4T2C' and
6507 #           'NDRPDR'"
6508 #  parameters:
6509 #  - "throughput"
6510 #  - "name"
6511 #  - "tags"
6512 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6513 #  x-axis: "X = VNFs per Service Chain"
6514 #  y-axis: "Y = Number of Service Chains"
6515 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6516 #  layout:
6517 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6518 #    layout: "plot-service-density"
6519 #
6520 #- type: "plot"
6521 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6522 #  algorithm: "plot_nf_heatmap"
6523 #  output-file-type: ".html"
6524 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
6525 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6526 #  filter: "'NIC_Intel-XXV710' and
6527 #           'NF_DENSITY' and
6528 #           'VHOST' and
6529 #           'VXLAN' and
6530 #           'CHAIN' and
6531 #           '118' and
6532 #           '8T4C' and
6533 #           'NDRPDR'"
6534 #  parameters:
6535 #  - "throughput"
6536 #  - "name"
6537 #  - "tags"
6538 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6539 #  x-axis: "X = VNFs per Service Chain"
6540 #  y-axis: "Y = Number of Service Chains"
6541 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6542 #  layout:
6543 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6544 #    layout: "plot-service-density"
6545 #
6546 ## Plots - NF Density - VSC - NDR IMIX
6547 #- type: "plot"
6548 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6549 #  algorithm: "plot_nf_heatmap"
6550 #  output-file-type: ".html"
6551 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
6552 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6553 #  filter: "'NIC_Intel-XXV710' and
6554 #           'NF_DENSITY' and
6555 #           'VHOST' and
6556 #           'VXLAN' and
6557 #           'CHAIN' and
6558 #           'IMIX' and
6559 #           '2T1C' and
6560 #           'NDRPDR'"
6561 #  parameters:
6562 #  - "throughput"
6563 #  - "name"
6564 #  - "tags"
6565 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6566 #  x-axis: "X = VNFs per Service Chain"
6567 #  y-axis: "Y = Number of Service Chains"
6568 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6569 #  layout:
6570 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6571 #    layout: "plot-service-density"
6572 #
6573 #- type: "plot"
6574 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6575 #  algorithm: "plot_nf_heatmap"
6576 #  output-file-type: ".html"
6577 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
6578 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6579 #  filter: "'NIC_Intel-XXV710' and
6580 #           'NF_DENSITY' and
6581 #           'VHOST' and
6582 #           'VXLAN' and
6583 #           'CHAIN' and
6584 #           'IMIX' and
6585 #           '4T2C' and
6586 #           'NDRPDR'"
6587 #  parameters:
6588 #  - "throughput"
6589 #  - "name"
6590 #  - "tags"
6591 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6592 #  x-axis: "X = VNFs per Service Chain"
6593 #  y-axis: "Y = Number of Service Chains"
6594 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6595 #  layout:
6596 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6597 #    layout: "plot-service-density"
6598 #
6599 #- type: "plot"
6600 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6601 #  algorithm: "plot_nf_heatmap"
6602 #  output-file-type: ".html"
6603 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
6604 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6605 #  filter: "'NIC_Intel-XXV710' and
6606 #           'NF_DENSITY' and
6607 #           'VHOST' and
6608 #           'VXLAN' and
6609 #           'CHAIN' and
6610 #           'IMIX' and
6611 #           '8T4C' and
6612 #           'NDRPDR'"
6613 #  parameters:
6614 #  - "throughput"
6615 #  - "name"
6616 #  - "tags"
6617 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6618 #  x-axis: "X = VNFs per Service Chain"
6619 #  y-axis: "Y = Number of Service Chains"
6620 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6621 #  layout:
6622 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6623 #    layout: "plot-service-density"
6624 #
6625 ## Plots - NF Density - VSC - PDR 64b
6626 #- type: "plot"
6627 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6628 #  algorithm: "plot_nf_heatmap"
6629 #  output-file-type: ".html"
6630 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
6631 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6632 #  filter: "'NIC_Intel-XXV710' and
6633 #           'NF_DENSITY' and
6634 #           'VHOST' and
6635 #           'VXLAN' and
6636 #           'CHAIN' and
6637 #           '118' and
6638 #           '2T1C' and
6639 #           'NDRPDR'"
6640 #  parameters:
6641 #  - "throughput"
6642 #  - "name"
6643 #  - "tags"
6644 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6645 #  x-axis: "X = VNFs per Service Chain"
6646 #  y-axis: "Y = Number of Service Chains"
6647 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6648 #  layout:
6649 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6650 #    layout: "plot-service-density"
6651 #
6652 #- type: "plot"
6653 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6654 #  algorithm: "plot_nf_heatmap"
6655 #  output-file-type: ".html"
6656 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
6657 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6658 #  filter: "'NIC_Intel-XXV710' and
6659 #           'NF_DENSITY' and
6660 #           'VHOST' and
6661 #           'VXLAN' and
6662 #           'CHAIN' and
6663 #           '118' and
6664 #           '4T2C' and
6665 #           'NDRPDR'"
6666 #  parameters:
6667 #  - "throughput"
6668 #  - "name"
6669 #  - "tags"
6670 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6671 #  x-axis: "X = VNFs per Service Chain"
6672 #  y-axis: "Y = Number of Service Chains"
6673 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6674 #  layout:
6675 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6676 #    layout: "plot-service-density"
6677 #
6678 #- type: "plot"
6679 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6680 #  algorithm: "plot_nf_heatmap"
6681 #  output-file-type: ".html"
6682 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
6683 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6684 #  filter: "'NIC_Intel-XXV710' and
6685 #           'NF_DENSITY' and
6686 #           'VHOST' and
6687 #           'VXLAN' and
6688 #           'CHAIN' and
6689 #           '118' and
6690 #           '8T4C' and
6691 #           'NDRPDR'"
6692 #  parameters:
6693 #  - "throughput"
6694 #  - "name"
6695 #  - "tags"
6696 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6697 #  x-axis: "X = VNFs per Service Chain"
6698 #  y-axis: "Y = Number of Service Chains"
6699 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6700 #  layout:
6701 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6702 #    layout: "plot-service-density"
6703 #
6704 ## Plots - NF Density - VSC - PDR IMIX
6705 #- type: "plot"
6706 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6707 #  algorithm: "plot_nf_heatmap"
6708 #  output-file-type: ".html"
6709 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
6710 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6711 #  filter: "'NIC_Intel-XXV710' and
6712 #           'NF_DENSITY' and
6713 #           'VHOST' and
6714 #           'VXLAN' and
6715 #           'CHAIN' and
6716 #           'IMIX' and
6717 #           '2T1C' and
6718 #           'NDRPDR'"
6719 #  parameters:
6720 #  - "throughput"
6721 #  - "name"
6722 #  - "tags"
6723 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6724 #  x-axis: "X = VNFs per Service Chain"
6725 #  y-axis: "Y = Number of Service Chains"
6726 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6727 #  layout:
6728 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6729 #    layout: "plot-service-density"
6730 #
6731 #- type: "plot"
6732 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6733 #  algorithm: "plot_nf_heatmap"
6734 #  output-file-type: ".html"
6735 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
6736 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6737 #  filter: "'NIC_Intel-XXV710' and
6738 #           'NF_DENSITY' and
6739 #           'VHOST' and
6740 #           'VXLAN' and
6741 #           'CHAIN' and
6742 #           'IMIX' and
6743 #           '4T2C' and
6744 #           'NDRPDR'"
6745 #  parameters:
6746 #  - "throughput"
6747 #  - "name"
6748 #  - "tags"
6749 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6750 #  x-axis: "X = VNFs per Service Chain"
6751 #  y-axis: "Y = Number of Service Chains"
6752 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6753 #  layout:
6754 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6755 #    layout: "plot-service-density"
6756 #
6757 #- type: "plot"
6758 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6759 #  algorithm: "plot_nf_heatmap"
6760 #  output-file-type: ".html"
6761 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
6762 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6763 #  filter: "'NIC_Intel-XXV710' and
6764 #           'NF_DENSITY' and
6765 #           'VHOST' and
6766 #           'VXLAN' and
6767 #           'CHAIN' and
6768 #           'IMIX' and
6769 #           '8T4C' and
6770 #           'NDRPDR'"
6771 #  parameters:
6772 #  - "throughput"
6773 #  - "name"
6774 #  - "tags"
6775 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6776 #  x-axis: "X = VNFs per Service Chain"
6777 #  y-axis: "Y = Number of Service Chains"
6778 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6779 #  layout:
6780 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6781 #    layout: "plot-service-density"
6782 #
6783 ################################################################################
6784 ## Plots - NF Density - CSC - MRR 64b
6785 #- type: "plot"
6786 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6787 #  algorithm: "plot_nf_heatmap"
6788 #  output-file-type: ".html"
6789 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
6790 #  data: "plot-vpp-nfv-2n-skx-mrr"
6791 #  filter: "'NIC_Intel-XXV710' and
6792 #           'NF_DENSITY' and
6793 #           'DOCKER' and
6794 #           'CHAIN' and
6795 #           'NF_VPPIP4' and
6796 #           '64B' and
6797 #           '2T1C' and
6798 #           'MRR'"
6799 #  parameters:
6800 #  - "result"
6801 #  - "name"
6802 #  - "tags"
6803 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6804 #  x-axis: "X = CNFs per Service Chain"
6805 #  y-axis: "Y = Number of Service Chains"
6806 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6807 #  layout:
6808 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6809 #    layout: "plot-service-density"
6810 #
6811 #- type: "plot"
6812 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6813 #  algorithm: "plot_nf_heatmap"
6814 #  output-file-type: ".html"
6815 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
6816 #  data: "plot-vpp-nfv-2n-skx-mrr"
6817 #  filter: "'NIC_Intel-XXV710' and
6818 #           'NF_DENSITY' and
6819 #           'DOCKER' and
6820 #           'CHAIN' and
6821 #           'NF_VPPIP4' and
6822 #           '64B' and
6823 #           '4T2C' and
6824 #           'MRR'"
6825 #  parameters:
6826 #  - "result"
6827 #  - "name"
6828 #  - "tags"
6829 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6830 #  x-axis: "X = CNFs per Service Chain"
6831 #  y-axis: "Y = Number of Service Chains"
6832 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6833 #  layout:
6834 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6835 #    layout: "plot-service-density"
6836 #
6837 #- type: "plot"
6838 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6839 #  algorithm: "plot_nf_heatmap"
6840 #  output-file-type: ".html"
6841 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
6842 #  data: "plot-vpp-nfv-2n-skx-mrr"
6843 #  filter: "'NIC_Intel-XXV710' and
6844 #           'NF_DENSITY' and
6845 #           'DOCKER' and
6846 #           'CHAIN' and
6847 #           'NF_VPPIP4' and
6848 #           '64B' and
6849 #           '8T4C' and
6850 #           'MRR'"
6851 #  parameters:
6852 #  - "result"
6853 #  - "name"
6854 #  - "tags"
6855 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6856 #  x-axis: "X = CNFs per Service Chain"
6857 #  y-axis: "Y = Number of Service Chains"
6858 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6859 #  layout:
6860 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6861 #    layout: "plot-service-density"
6862 #
6863 ## Plots - NF Density - CSC - MRR IMIX
6864 #- type: "plot"
6865 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6866 #  algorithm: "plot_nf_heatmap"
6867 #  output-file-type: ".html"
6868 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
6869 #  data: "plot-vpp-nfv-2n-skx-mrr"
6870 #  filter: "'NIC_Intel-XXV710' and
6871 #           'NF_DENSITY' and
6872 #           'DOCKER' and
6873 #           'CHAIN' and
6874 #           'NF_VPPIP4' and
6875 #           'IMIX' and
6876 #           '2T1C' and
6877 #           'MRR'"
6878 #  parameters:
6879 #  - "result"
6880 #  - "name"
6881 #  - "tags"
6882 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6883 #  x-axis: "X = CNFs per Service Chain"
6884 #  y-axis: "Y = Number of Service Chains"
6885 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6886 #  layout:
6887 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6888 #    layout: "plot-service-density"
6889 #
6890 #- type: "plot"
6891 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6892 #  algorithm: "plot_nf_heatmap"
6893 #  output-file-type: ".html"
6894 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
6895 #  data: "plot-vpp-nfv-2n-skx-mrr"
6896 #  filter: "'NIC_Intel-XXV710' and
6897 #           'NF_DENSITY' and
6898 #           'DOCKER' and
6899 #           'CHAIN' and
6900 #           'NF_VPPIP4' and
6901 #           'IMIX' and
6902 #           '4T2C' and
6903 #           'MRR'"
6904 #  parameters:
6905 #  - "result"
6906 #  - "name"
6907 #  - "tags"
6908 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6909 #  x-axis: "X = CNFs per Service Chain"
6910 #  y-axis: "Y = Number of Service Chains"
6911 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6912 #  layout:
6913 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6914 #    layout: "plot-service-density"
6915 #
6916 #- type: "plot"
6917 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6918 #  algorithm: "plot_nf_heatmap"
6919 #  output-file-type: ".html"
6920 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
6921 #  data: "plot-vpp-nfv-2n-skx-mrr"
6922 #  filter: "'NIC_Intel-XXV710' and
6923 #           'NF_DENSITY' and
6924 #           'DOCKER' and
6925 #           'CHAIN' and
6926 #           'NF_VPPIP4' and
6927 #           'IMIX' and
6928 #           '8T4C' and
6929 #           'MRR'"
6930 #  parameters:
6931 #  - "result"
6932 #  - "name"
6933 #  - "tags"
6934 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6935 #  x-axis: "X = CNFs per Service Chain"
6936 #  y-axis: "Y = Number of Service Chains"
6937 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6938 #  layout:
6939 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6940 #    layout: "plot-service-density"
6941 #
6942 ## Plots - NF Density - CSC - NDR 64b
6943 #- type: "plot"
6944 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
6945 #  algorithm: "plot_nf_heatmap"
6946 #  output-file-type: ".html"
6947 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
6948 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6949 #  filter: "'NIC_Intel-XXV710' and
6950 #           'NF_DENSITY' and
6951 #           'DOCKER' and
6952 #           'CHAIN' and
6953 #           'NF_VPPIP4' and
6954 #           '64B' and
6955 #           '2T1C' and
6956 #           'NDRPDR'"
6957 #  parameters:
6958 #  - "throughput"
6959 #  - "name"
6960 #  - "tags"
6961 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6962 #  x-axis: "X = CNFs per Service Chain"
6963 #  y-axis: "Y = Number of Service Chains"
6964 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6965 #  layout:
6966 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
6967 #    layout: "plot-service-density"
6968 #
6969 #- type: "plot"
6970 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
6971 #  algorithm: "plot_nf_heatmap"
6972 #  output-file-type: ".html"
6973 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
6974 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6975 #  filter: "'NIC_Intel-XXV710' and
6976 #           'NF_DENSITY' and
6977 #           'DOCKER' and
6978 #           'CHAIN' and
6979 #           'NF_VPPIP4' and
6980 #           '64B' and
6981 #           '4T2C' and
6982 #           'NDRPDR'"
6983 #  parameters:
6984 #  - "throughput"
6985 #  - "name"
6986 #  - "tags"
6987 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6988 #  x-axis: "X = CNFs per Service Chain"
6989 #  y-axis: "Y = Number of Service Chains"
6990 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6991 #  layout:
6992 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
6993 #    layout: "plot-service-density"
6994 #
6995 #- type: "plot"
6996 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
6997 #  algorithm: "plot_nf_heatmap"
6998 #  output-file-type: ".html"
6999 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7000 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7001 #  filter: "'NIC_Intel-XXV710' and
7002 #           'NF_DENSITY' and
7003 #           'DOCKER' and
7004 #           'CHAIN' and
7005 #           'NF_VPPIP4' and
7006 #           '64B' and
7007 #           '8T4C' and
7008 #           'NDRPDR'"
7009 #  parameters:
7010 #  - "throughput"
7011 #  - "name"
7012 #  - "tags"
7013 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7014 #  x-axis: "X = CNFs per Service Chain"
7015 #  y-axis: "Y = Number of Service Chains"
7016 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7017 #  layout:
7018 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7019 #    layout: "plot-service-density"
7020 #
7021 ## Plots - NF Density - CSC - NDR IMIX
7022 #- type: "plot"
7023 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7024 #  algorithm: "plot_nf_heatmap"
7025 #  output-file-type: ".html"
7026 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7027 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7028 #  filter: "'NIC_Intel-XXV710' and
7029 #           'NF_DENSITY' and
7030 #           'DOCKER' and
7031 #           'CHAIN' and
7032 #           'NF_VPPIP4' and
7033 #           'IMIX' and
7034 #           '2T1C' and
7035 #           'NDRPDR'"
7036 #  parameters:
7037 #  - "throughput"
7038 #  - "name"
7039 #  - "tags"
7040 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7041 #  x-axis: "X = CNFs per Service Chain"
7042 #  y-axis: "Y = Number of Service Chains"
7043 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7044 #  layout:
7045 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7046 #    layout: "plot-service-density"
7047 #
7048 #- type: "plot"
7049 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7050 #  algorithm: "plot_nf_heatmap"
7051 #  output-file-type: ".html"
7052 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7053 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7054 #  filter: "'NIC_Intel-XXV710' and
7055 #           'NF_DENSITY' and
7056 #           'DOCKER' and
7057 #           'CHAIN' and
7058 #           'NF_VPPIP4' and
7059 #           'IMIX' and
7060 #           '4T2C' and
7061 #           'NDRPDR'"
7062 #  parameters:
7063 #  - "throughput"
7064 #  - "name"
7065 #  - "tags"
7066 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7067 #  x-axis: "X = CNFs per Service Chain"
7068 #  y-axis: "Y = Number of Service Chains"
7069 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7070 #  layout:
7071 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7072 #    layout: "plot-service-density"
7073 #
7074 #- type: "plot"
7075 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7076 #  algorithm: "plot_nf_heatmap"
7077 #  output-file-type: ".html"
7078 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7079 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7080 #  filter: "'NIC_Intel-XXV710' and
7081 #           'NF_DENSITY' and
7082 #           'DOCKER' and
7083 #           'CHAIN' and
7084 #           'NF_VPPIP4' and
7085 #           'IMIX' and
7086 #           '8T4C' and
7087 #           'NDRPDR'"
7088 #  parameters:
7089 #  - "throughput"
7090 #  - "name"
7091 #  - "tags"
7092 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7093 #  x-axis: "X = CNFs per Service Chain"
7094 #  y-axis: "Y = Number of Service Chains"
7095 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7096 #  layout:
7097 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7098 #    layout: "plot-service-density"
7099 #
7100 ## Plots - NF Density - CSC - PDR 64b
7101 #- type: "plot"
7102 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7103 #  algorithm: "plot_nf_heatmap"
7104 #  output-file-type: ".html"
7105 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7106 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7107 #  filter: "'NIC_Intel-XXV710' and
7108 #           'NF_DENSITY' and
7109 #           'DOCKER' and
7110 #           'CHAIN' and
7111 #           'NF_VPPIP4' and
7112 #           '64B' and
7113 #           '2T1C' and
7114 #           'NDRPDR'"
7115 #  parameters:
7116 #  - "throughput"
7117 #  - "name"
7118 #  - "tags"
7119 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7120 #  x-axis: "X = CNFs per Service Chain"
7121 #  y-axis: "Y = Number of Service Chains"
7122 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7123 #  layout:
7124 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7125 #    layout: "plot-service-density"
7126 #
7127 #- type: "plot"
7128 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7129 #  algorithm: "plot_nf_heatmap"
7130 #  output-file-type: ".html"
7131 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7132 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7133 #  filter: "'NIC_Intel-XXV710' and
7134 #           'NF_DENSITY' and
7135 #           'DOCKER' and
7136 #           'CHAIN' and
7137 #           'NF_VPPIP4' and
7138 #           '64B' and
7139 #           '4T2C' and
7140 #           'NDRPDR'"
7141 #  parameters:
7142 #  - "throughput"
7143 #  - "name"
7144 #  - "tags"
7145 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7146 #  x-axis: "X = CNFs per Service Chain"
7147 #  y-axis: "Y = Number of Service Chains"
7148 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7149 #  layout:
7150 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7151 #    layout: "plot-service-density"
7152 #
7153 #- type: "plot"
7154 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7155 #  algorithm: "plot_nf_heatmap"
7156 #  output-file-type: ".html"
7157 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7158 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7159 #  filter: "'NIC_Intel-XXV710' and
7160 #           'NF_DENSITY' and
7161 #           'DOCKER' and
7162 #           'CHAIN' and
7163 #           'NF_VPPIP4' and
7164 #           '64B' and
7165 #           '8T4C' and
7166 #           'NDRPDR'"
7167 #  parameters:
7168 #  - "throughput"
7169 #  - "name"
7170 #  - "tags"
7171 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7172 #  x-axis: "X = CNFs per Service Chain"
7173 #  y-axis: "Y = Number of Service Chains"
7174 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7175 #  layout:
7176 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7177 #    layout: "plot-service-density"
7178 #
7179 ## Plots - NF Density - CSC - PDR IMIX
7180 #- type: "plot"
7181 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7182 #  algorithm: "plot_nf_heatmap"
7183 #  output-file-type: ".html"
7184 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7185 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7186 #  filter: "'NIC_Intel-XXV710' and
7187 #           'NF_DENSITY' and
7188 #           'DOCKER' and
7189 #           'CHAIN' and
7190 #           'NF_VPPIP4' and
7191 #           'IMIX' and
7192 #           '2T1C' and
7193 #           'NDRPDR'"
7194 #  parameters:
7195 #  - "throughput"
7196 #  - "name"
7197 #  - "tags"
7198 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7199 #  x-axis: "X = CNFs per Service Chain"
7200 #  y-axis: "Y = Number of Service Chains"
7201 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7202 #  layout:
7203 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7204 #    layout: "plot-service-density"
7205 #
7206 #- type: "plot"
7207 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7208 #  algorithm: "plot_nf_heatmap"
7209 #  output-file-type: ".html"
7210 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7211 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7212 #  filter: "'NIC_Intel-XXV710' and
7213 #           'NF_DENSITY' and
7214 #           'DOCKER' and
7215 #           'CHAIN' and
7216 #           'NF_VPPIP4' and
7217 #           'IMIX' and
7218 #           '4T2C' and
7219 #           'NDRPDR'"
7220 #  parameters:
7221 #  - "throughput"
7222 #  - "name"
7223 #  - "tags"
7224 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7225 #  x-axis: "X = CNFs per Service Chain"
7226 #  y-axis: "Y = Number of Service Chains"
7227 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7228 #  layout:
7229 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7230 #    layout: "plot-service-density"
7231 #
7232 #- type: "plot"
7233 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7234 #  algorithm: "plot_nf_heatmap"
7235 #  output-file-type: ".html"
7236 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7237 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7238 #  filter: "'NIC_Intel-XXV710' and
7239 #           'NF_DENSITY' and
7240 #           'DOCKER' and
7241 #           'CHAIN' and
7242 #           'NF_VPPIP4' and
7243 #           'IMIX' and
7244 #           '8T4C' and
7245 #           'NDRPDR'"
7246 #  parameters:
7247 #  - "throughput"
7248 #  - "name"
7249 #  - "tags"
7250 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7251 #  x-axis: "X = CNFs per Service Chain"
7252 #  y-axis: "Y = Number of Service Chains"
7253 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7254 #  layout:
7255 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7256 #    layout: "plot-service-density"
7257 #
7258 ################################################################################
7259 #
7260 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7261 #- type: "plot"
7262 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7263 #  algorithm: "plot_nf_heatmap"
7264 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7265 #  data: "plot-vpp-nfv-3n-skx-mrr"
7266 #  filter: "'NIC_Intel-XXV710' and
7267 #           'NF_DENSITY' and
7268 #           'DOCKER' and
7269 #           'CHAIN' and
7270 #           'NF_VPPIP4' and
7271 #           'IPSEC' and
7272 #           'TNL_4' and
7273 #           'IMIX' and
7274 #           '2T1C' and
7275 #           'MRR'"
7276 #  parameters:
7277 #  - "result"
7278 #  - "name"
7279 #  - "tags"
7280 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7281 #  x-axis: "X = CNFs per Service Chain"
7282 #  y-axis: "Y = Number of Service Chains"
7283 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7284 #  layout:
7285 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7286 #    layout: "plot-service-density"
7287 #
7288 #- type: "plot"
7289 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7290 #  algorithm: "plot_nf_heatmap"
7291 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7292 #  data: "plot-vpp-nfv-3n-skx-mrr"
7293 #  filter: "'NIC_Intel-XXV710' and
7294 #           'NF_DENSITY' and
7295 #           'DOCKER' and
7296 #           'CHAIN' and
7297 #           'NF_VPPIP4' and
7298 #           'IPSEC' and
7299 #           'TNL_4' and
7300 #           'IMIX' and
7301 #           '4T2C' and
7302 #           'MRR'"
7303 #  parameters:
7304 #  - "result"
7305 #  - "name"
7306 #  - "tags"
7307 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7308 #  x-axis: "X = CNFs per Service Chain"
7309 #  y-axis: "Y = Number of Service Chains"
7310 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7311 #  layout:
7312 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7313 #    layout: "plot-service-density"
7314 #
7315 #- type: "plot"
7316 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7317 #  algorithm: "plot_nf_heatmap"
7318 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7319 #  data: "plot-vpp-nfv-3n-skx-mrr"
7320 #  filter: "'NIC_Intel-XXV710' and
7321 #           'NF_DENSITY' and
7322 #           'DOCKER' and
7323 #           'CHAIN' and
7324 #           'NF_VPPIP4' and
7325 #           'IPSEC' and
7326 #           'TNL_4' and
7327 #           'IMIX' and
7328 #           '8T4C' and
7329 #           'MRR'"
7330 #  parameters:
7331 #  - "result"
7332 #  - "name"
7333 #  - "tags"
7334 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7335 #  x-axis: "X = CNFs per Service Chain"
7336 #  y-axis: "Y = Number of Service Chains"
7337 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7338 #  layout:
7339 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7340 #    layout: "plot-service-density"
7341 #
7342 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7343 #- type: "plot"
7344 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7345 #  algorithm: "plot_nf_heatmap"
7346 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7347 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7348 #  filter: "'NIC_Intel-XXV710' and
7349 #           'NF_DENSITY' and
7350 #           'DOCKER' and
7351 #           'CHAIN' and
7352 #           'NF_VPPIP4' and
7353 #           'IPSEC' and
7354 #           'TNL_4' and
7355 #           'IMIX' and
7356 #           '2T1C' and
7357 #           'NDRPDR'"
7358 #  parameters:
7359 #  - "throughput"
7360 #  - "name"
7361 #  - "tags"
7362 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7363 #  x-axis: "X = CNFs per Service Chain"
7364 #  y-axis: "Y = Number of Service Chains"
7365 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7366 #  layout:
7367 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7368 #    layout: "plot-service-density"
7369 #
7370 #- type: "plot"
7371 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7372 #  algorithm: "plot_nf_heatmap"
7373 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7374 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7375 #  filter: "'NIC_Intel-XXV710' and
7376 #           'NF_DENSITY' and
7377 #           'DOCKER' and
7378 #           'CHAIN' and
7379 #           'NF_VPPIP4' and
7380 #           'IPSEC' and
7381 #           'TNL_4' and
7382 #           'IMIX' and
7383 #           '4T2C' and
7384 #           'NDRPDR'"
7385 #  parameters:
7386 #  - "throughput"
7387 #  - "name"
7388 #  - "tags"
7389 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7390 #  x-axis: "X = CNFs per Service Chain"
7391 #  y-axis: "Y = Number of Service Chains"
7392 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7393 #  layout:
7394 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7395 #    layout: "plot-service-density"
7396 #
7397 #- type: "plot"
7398 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7399 #  algorithm: "plot_nf_heatmap"
7400 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7401 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7402 #  filter: "'NIC_Intel-XXV710' and
7403 #           'NF_DENSITY' and
7404 #           'DOCKER' and
7405 #           'CHAIN' and
7406 #           'NF_VPPIP4' and
7407 #           'IPSEC' and
7408 #           'TNL_4' and
7409 #           'IMIX' and
7410 #           '8T4C' and
7411 #           'NDRPDR'"
7412 #  parameters:
7413 #  - "throughput"
7414 #  - "name"
7415 #  - "tags"
7416 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7417 #  x-axis: "X = CNFs per Service Chain"
7418 #  y-axis: "Y = Number of Service Chains"
7419 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7420 #  layout:
7421 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7422 #    layout: "plot-service-density"
7423 #
7424 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7425 #- type: "plot"
7426 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7427 #  algorithm: "plot_nf_heatmap"
7428 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7429 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7430 #  filter: "'NIC_Intel-XXV710' and
7431 #           'NF_DENSITY' and
7432 #           'DOCKER' and
7433 #           'CHAIN' and
7434 #           'NF_VPPIP4' and
7435 #           'IPSEC' and
7436 #           'TNL_4' and
7437 #           'IMIX' and
7438 #           '2T1C' and
7439 #           'NDRPDR'"
7440 #  parameters:
7441 #  - "throughput"
7442 #  - "name"
7443 #  - "tags"
7444 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7445 #  x-axis: "X = CNFs per Service Chain"
7446 #  y-axis: "Y = Number of Service Chains"
7447 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7448 #  layout:
7449 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7450 #    layout: "plot-service-density"
7451 #
7452 #- type: "plot"
7453 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7454 #  algorithm: "plot_nf_heatmap"
7455 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7456 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7457 #  filter: "'NIC_Intel-XXV710' and
7458 #           'NF_DENSITY' and
7459 #           'DOCKER' and
7460 #           'CHAIN' and
7461 #           'NF_VPPIP4' and
7462 #           'IPSEC' and
7463 #           'TNL_4' and
7464 #           'IMIX' and
7465 #           '4T2C' and
7466 #           'NDRPDR'"
7467 #  parameters:
7468 #  - "throughput"
7469 #  - "name"
7470 #  - "tags"
7471 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7472 #  x-axis: "X = CNFs per Service Chain"
7473 #  y-axis: "Y = Number of Service Chains"
7474 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7475 #  layout:
7476 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7477 #    layout: "plot-service-density"
7478 #
7479 #- type: "plot"
7480 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7481 #  algorithm: "plot_nf_heatmap"
7482 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
7483 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7484 #  filter: "'NIC_Intel-XXV710' and
7485 #           'NF_DENSITY' and
7486 #           'DOCKER' and
7487 #           'CHAIN' and
7488 #           'NF_VPPIP4' and
7489 #           'IPSEC' and
7490 #           'TNL_4' and
7491 #           'IMIX' and
7492 #           '8T4C' and
7493 #           'NDRPDR'"
7494 #  parameters:
7495 #  - "throughput"
7496 #  - "name"
7497 #  - "tags"
7498 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7499 #  x-axis: "X = CNFs per Service Chain"
7500 #  y-axis: "Y = Number of Service Chains"
7501 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7502 #  layout:
7503 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7504 #    layout: "plot-service-density"
7505
7506 ###############################################################################
7507
7508 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7509 - type: "plot"
7510   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7511   algorithm: "plot_nf_heatmap"
7512   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
7513   data: "plot-vpp-nfv-3n-hsw-mrr"
7514   filter: "'NIC_Intel-XL710' and
7515            'NF_DENSITY' and
7516            'DOCKER' and
7517            'CHAIN' and
7518            'NF_VPPIP4' and
7519            'IMIX' and
7520            'TNL_4' and
7521            '1T1C' and
7522            'MRR'"
7523   parameters:
7524   - "result"
7525   - "name"
7526   - "tags"
7527   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7528   x-axis: "X = CNFs per Service Chain"
7529   y-axis: "Y = Number of Service Chains"
7530   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7531   layout:
7532     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7533     layout: "plot-service-density"
7534
7535 - type: "plot"
7536   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7537   algorithm: "plot_nf_heatmap"
7538   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
7539   data: "plot-vpp-nfv-3n-hsw-mrr"
7540   filter: "'NIC_Intel-XL710' and
7541            'NF_DENSITY' and
7542            'DOCKER' and
7543            'CHAIN' and
7544            'NF_VPPIP4' and
7545            'IPSEC' and
7546            'TNL_4' and
7547            'IMIX' and
7548            '2T2C' and
7549            'MRR'"
7550   parameters:
7551   - "result"
7552   - "name"
7553   - "tags"
7554   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7555   x-axis: "X = CNFs per Service Chain"
7556   y-axis: "Y = Number of Service Chains"
7557   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7558   layout:
7559     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7560     layout: "plot-service-density"
7561
7562 - type: "plot"
7563   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7564   algorithm: "plot_nf_heatmap"
7565   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
7566   data: "plot-vpp-nfv-3n-hsw-mrr"
7567   filter: "'NIC_Intel-XL710' and
7568            'NF_DENSITY' and
7569            'DOCKER' and
7570            'CHAIN' and
7571            'NF_VPPIP4' and
7572            'IPSEC' and
7573            'TNL_4' and
7574            'IMIX' and
7575            '4T4C' and
7576            'MRR'"
7577   parameters:
7578   - "result"
7579   - "name"
7580   - "tags"
7581   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7582   x-axis: "X = CNFs per Service Chain"
7583   y-axis: "Y = Number of Service Chains"
7584   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7585   layout:
7586     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7587     layout: "plot-service-density"
7588
7589 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7590 - type: "plot"
7591   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7592   algorithm: "plot_nf_heatmap"
7593   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
7594   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7595   filter: "'NIC_Intel-XL710' and
7596            'NF_DENSITY' and
7597            'DOCKER' and
7598            'CHAIN' and
7599            'NF_VPPIP4' and
7600            'IPSEC' and
7601            'TNL_4' and
7602            'IMIX' and
7603            '1T1C' and
7604            'NDRPDR'"
7605   parameters:
7606   - "throughput"
7607   - "name"
7608   - "tags"
7609   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7610   x-axis: "X = CNFs per Service Chain"
7611   y-axis: "Y = Number of Service Chains"
7612   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7613   layout:
7614     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7615     layout: "plot-service-density"
7616
7617 - type: "plot"
7618   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7619   algorithm: "plot_nf_heatmap"
7620   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
7621   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7622   filter: "'NIC_Intel-XL710' and
7623            'NF_DENSITY' and
7624            'DOCKER' and
7625            'CHAIN' and
7626            'NF_VPPIP4' and
7627            'IPSEC' and
7628            'TNL_4' and
7629            'IMIX' and
7630            '2T2C' and
7631            'NDRPDR'"
7632   parameters:
7633   - "throughput"
7634   - "name"
7635   - "tags"
7636   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7637   x-axis: "X = CNFs per Service Chain"
7638   y-axis: "Y = Number of Service Chains"
7639   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7640   layout:
7641     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7642     layout: "plot-service-density"
7643
7644 - type: "plot"
7645   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7646   algorithm: "plot_nf_heatmap"
7647   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
7648   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7649   filter: "'NIC_Intel-XL710' and
7650            'NF_DENSITY' and
7651            'DOCKER' and
7652            'CHAIN' and
7653            'NF_VPPIP4' and
7654            'IPSEC' and
7655            'TNL_4' and
7656            'IMIX' and
7657            '4T4C' and
7658            'NDRPDR'"
7659   parameters:
7660   - "throughput"
7661   - "name"
7662   - "tags"
7663   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7664   x-axis: "X = CNFs per Service Chain"
7665   y-axis: "Y = Number of Service Chains"
7666   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7667   layout:
7668     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7669     layout: "plot-service-density"
7670
7671 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7672 - type: "plot"
7673   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7674   algorithm: "plot_nf_heatmap"
7675   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
7676   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7677   filter: "'NIC_Intel-XL710' and
7678            'NF_DENSITY' and
7679            'DOCKER' and
7680            'CHAIN' and
7681            'NF_VPPIP4' and
7682            'IPSEC' and
7683            'TNL_4' and
7684            'IMIX' and
7685            '1T1C' and
7686            'NDRPDR'"
7687   parameters:
7688   - "throughput"
7689   - "name"
7690   - "tags"
7691   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7692   x-axis: "X = CNFs per Service Chain"
7693   y-axis: "Y = Number of Service Chains"
7694   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7695   layout:
7696     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7697     layout: "plot-service-density"
7698
7699 - type: "plot"
7700   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7701   algorithm: "plot_nf_heatmap"
7702   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
7703   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7704   filter: "'NIC_Intel-XL710' and
7705            'NF_DENSITY' and
7706            'DOCKER' and
7707            'CHAIN' and
7708            'NF_VPPIP4' and
7709            'IPSEC' and
7710            'TNL_4' and
7711            'IMIX' and
7712            '2T2C' and
7713            'NDRPDR'"
7714   parameters:
7715   - "throughput"
7716   - "name"
7717   - "tags"
7718   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7719   x-axis: "X = CNFs per Service Chain"
7720   y-axis: "Y = Number of Service Chains"
7721   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7722   layout:
7723     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7724     layout: "plot-service-density"
7725
7726 - type: "plot"
7727   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7728   algorithm: "plot_nf_heatmap"
7729   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
7730   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7731   filter: "'NIC_Intel-XL710' and
7732            'NF_DENSITY' and
7733            'DOCKER' and
7734            'CHAIN' and
7735            'NF_VPPIP4' and
7736            'IPSEC' and
7737            'TNL_4' and
7738            'IMIX' and
7739            '4T4C' and
7740            'NDRPDR'"
7741   parameters:
7742   - "throughput"
7743   - "name"
7744   - "tags"
7745   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7746   x-axis: "X = CNFs per Service Chain"
7747   y-axis: "Y = Number of Service Chains"
7748   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7749   layout:
7750     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7751     layout: "plot-service-density"
7752
7753 ###############################################################################
7754
7755 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
7756 #- type: "plot"
7757 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7758 #  algorithm: "plot_nf_heatmap"
7759 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
7760 #  data: "plot-vpp-nfv-3n-skx-mrr"
7761 #  filter: "'NIC_Intel-XXV710' and
7762 #           'NF_DENSITY' and
7763 #           'DOCKER' and
7764 #           'CHAIN' and
7765 #           'NF_VPPIP4' and
7766 #           'IPSEC' and
7767 #           'TNL_1000' and
7768 #           'IMIX' and
7769 #           '2T1C' and
7770 #           'MRR'"
7771 #  parameters:
7772 #  - "result"
7773 #  - "name"
7774 #  - "tags"
7775 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7776 #  x-axis: "X = CNFs per Service Chain"
7777 #  y-axis: "Y = Number of Service Chains"
7778 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7779 #  layout:
7780 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7781 #    layout: "plot-service-density"
7782 #
7783 #- type: "plot"
7784 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7785 #  algorithm: "plot_nf_heatmap"
7786 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
7787 #  data: "plot-vpp-nfv-3n-skx-mrr"
7788 #  filter: "'NIC_Intel-XXV710' and
7789 #           'NF_DENSITY' and
7790 #           'DOCKER' and
7791 #           'CHAIN' and
7792 #           'NF_VPPIP4' and
7793 #           'IPSEC' and
7794 #           'TNL_1000' and
7795 #           'IMIX' and
7796 #           '4T2C' and
7797 #           'MRR'"
7798 #  parameters:
7799 #  - "result"
7800 #  - "name"
7801 #  - "tags"
7802 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7803 #  x-axis: "X = CNFs per Service Chain"
7804 #  y-axis: "Y = Number of Service Chains"
7805 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7806 #  layout:
7807 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7808 #    layout: "plot-service-density"
7809 #
7810 #- type: "plot"
7811 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7812 #  algorithm: "plot_nf_heatmap"
7813 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
7814 #  data: "plot-vpp-nfv-3n-skx-mrr"
7815 #  filter: "'NIC_Intel-XXV710' and
7816 #           'NF_DENSITY' and
7817 #           'DOCKER' and
7818 #           'CHAIN' and
7819 #           'NF_VPPIP4' and
7820 #           'IPSEC' and
7821 #           'TNL_1000' and
7822 #           'IMIX' and
7823 #           '8T4C' and
7824 #           'MRR'"
7825 #  parameters:
7826 #  - "result"
7827 #  - "name"
7828 #  - "tags"
7829 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7830 #  x-axis: "X = CNFs per Service Chain"
7831 #  y-axis: "Y = Number of Service Chains"
7832 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7833 #  layout:
7834 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7835 #    layout: "plot-service-density"
7836 #
7837 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
7838 #- type: "plot"
7839 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7840 #  algorithm: "plot_nf_heatmap"
7841 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
7842 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7843 #  filter: "'NIC_Intel-XXV710' and
7844 #           'NF_DENSITY' and
7845 #           'DOCKER' and
7846 #           'CHAIN' and
7847 #           'NF_VPPIP4' and
7848 #           'IPSEC' and
7849 #           'TNL_1000' and
7850 #           'IMIX' and
7851 #           '2T1C' and
7852 #           'NDRPDR'"
7853 #  parameters:
7854 #  - "throughput"
7855 #  - "name"
7856 #  - "tags"
7857 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7858 #  x-axis: "X = CNFs per Service Chain"
7859 #  y-axis: "Y = Number of Service Chains"
7860 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7861 #  layout:
7862 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7863 #    layout: "plot-service-density"
7864 #
7865 #- type: "plot"
7866 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7867 #  algorithm: "plot_nf_heatmap"
7868 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
7869 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7870 #  filter: "'NIC_Intel-XXV710' and
7871 #           'NF_DENSITY' and
7872 #           'DOCKER' and
7873 #           'CHAIN' and
7874 #           'NF_VPPIP4' and
7875 #           'IPSEC' and
7876 #           'TNL_1000' and
7877 #           'IMIX' and
7878 #           '4T2C' and
7879 #           'NDRPDR'"
7880 #  parameters:
7881 #  - "throughput"
7882 #  - "name"
7883 #  - "tags"
7884 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7885 #  x-axis: "X = CNFs per Service Chain"
7886 #  y-axis: "Y = Number of Service Chains"
7887 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7888 #  layout:
7889 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7890 #    layout: "plot-service-density"
7891 #
7892 #- type: "plot"
7893 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7894 #  algorithm: "plot_nf_heatmap"
7895 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
7896 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7897 #  filter: "'NIC_Intel-XXV710' and
7898 #           'NF_DENSITY' and
7899 #           'DOCKER' and
7900 #           'CHAIN' and
7901 #           'NF_VPPIP4' and
7902 #           'IPSEC' and
7903 #           'TNL_1000' and
7904 #           'IMIX' and
7905 #           '8T4C' and
7906 #           'NDRPDR'"
7907 #  parameters:
7908 #  - "throughput"
7909 #  - "name"
7910 #  - "tags"
7911 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7912 #  x-axis: "X = CNFs per Service Chain"
7913 #  y-axis: "Y = Number of Service Chains"
7914 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7915 #  layout:
7916 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7917 #    layout: "plot-service-density"
7918 #
7919 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
7920 #- type: "plot"
7921 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
7922 #  algorithm: "plot_nf_heatmap"
7923 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
7924 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7925 #  filter: "'NIC_Intel-XXV710' and
7926 #           'NF_DENSITY' and
7927 #           'DOCKER' and
7928 #           'CHAIN' and
7929 #           'NF_VPPIP4' and
7930 #           'IPSEC' and
7931 #           'TNL_1000' and
7932 #           'IMIX' and
7933 #           '2T1C' and
7934 #           'NDRPDR'"
7935 #  parameters:
7936 #  - "throughput"
7937 #  - "name"
7938 #  - "tags"
7939 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7940 #  x-axis: "X = CNFs per Service Chain"
7941 #  y-axis: "Y = Number of Service Chains"
7942 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7943 #  layout:
7944 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
7945 #    layout: "plot-service-density"
7946 #
7947 #- type: "plot"
7948 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
7949 #  algorithm: "plot_nf_heatmap"
7950 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
7951 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7952 #  filter: "'NIC_Intel-XXV710' and
7953 #           'NF_DENSITY' and
7954 #           'DOCKER' and
7955 #           'CHAIN' and
7956 #           'NF_VPPIP4' and
7957 #           'IPSEC' and
7958 #           'TNL_1000' and
7959 #           'IMIX' and
7960 #           '4T2C' and
7961 #           'NDRPDR'"
7962 #  parameters:
7963 #  - "throughput"
7964 #  - "name"
7965 #  - "tags"
7966 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7967 #  x-axis: "X = CNFs per Service Chain"
7968 #  y-axis: "Y = Number of Service Chains"
7969 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7970 #  layout:
7971 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
7972 #    layout: "plot-service-density"
7973 #
7974 #- type: "plot"
7975 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
7976 #  algorithm: "plot_nf_heatmap"
7977 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
7978 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7979 #  filter: "'NIC_Intel-XXV710' and
7980 #           'NF_DENSITY' and
7981 #           'DOCKER' and
7982 #           'CHAIN' and
7983 #           'NF_VPPIP4' and
7984 #           'IPSEC' and
7985 #           'TNL_1000' and
7986 #           'IMIX' and
7987 #           '8T4C' and
7988 #           'NDRPDR'"
7989 #  parameters:
7990 #  - "throughput"
7991 #  - "name"
7992 #  - "tags"
7993 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7994 #  x-axis: "X = CNFs per Service Chain"
7995 #  y-axis: "Y = Number of Service Chains"
7996 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7997 #  layout:
7998 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
7999 #    layout: "plot-service-density"
8000
8001 ###############################################################################
8002
8003 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8004 - type: "plot"
8005   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8006   algorithm: "plot_nf_heatmap"
8007   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8008   data: "plot-vpp-nfv-3n-hsw-mrr"
8009   filter: "'NIC_Intel-XL710' and
8010            'NF_DENSITY' and
8011            'DOCKER' and
8012            'CHAIN' and
8013            'NF_VPPIP4' and
8014            'IMIX' and
8015            'TNL_1000' and
8016            '1T1C' and
8017            'MRR'"
8018   parameters:
8019   - "result"
8020   - "name"
8021   - "tags"
8022   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8023   x-axis: "X = CNFs per Service Chain"
8024   y-axis: "Y = Number of Service Chains"
8025   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8026   layout:
8027     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8028     layout: "plot-service-density"
8029
8030 - type: "plot"
8031   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8032   algorithm: "plot_nf_heatmap"
8033   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8034   data: "plot-vpp-nfv-3n-hsw-mrr"
8035   filter: "'NIC_Intel-XL710' and
8036            'NF_DENSITY' and
8037            'DOCKER' and
8038            'CHAIN' and
8039            'NF_VPPIP4' and
8040            'IPSEC' and
8041            'TNL_1000' and
8042            'IMIX' and
8043            '2T2C' and
8044            'MRR'"
8045   parameters:
8046   - "result"
8047   - "name"
8048   - "tags"
8049   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8050   x-axis: "X = CNFs per Service Chain"
8051   y-axis: "Y = Number of Service Chains"
8052   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8053   layout:
8054     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8055     layout: "plot-service-density"
8056
8057 - type: "plot"
8058   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8059   algorithm: "plot_nf_heatmap"
8060   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8061   data: "plot-vpp-nfv-3n-hsw-mrr"
8062   filter: "'NIC_Intel-XL710' and
8063            'NF_DENSITY' and
8064            'DOCKER' and
8065            'CHAIN' and
8066            'NF_VPPIP4' and
8067            'IPSEC' and
8068            'TNL_1000' and
8069            'IMIX' and
8070            '4T4C' and
8071            'MRR'"
8072   parameters:
8073   - "result"
8074   - "name"
8075   - "tags"
8076   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8077   x-axis: "X = CNFs per Service Chain"
8078   y-axis: "Y = Number of Service Chains"
8079   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8080   layout:
8081     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8082     layout: "plot-service-density"
8083
8084 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8085 - type: "plot"
8086   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8087   algorithm: "plot_nf_heatmap"
8088   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8089   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8090   filter: "'NIC_Intel-XL710' and
8091            'NF_DENSITY' and
8092            'DOCKER' and
8093            'CHAIN' and
8094            'NF_VPPIP4' and
8095            'IPSEC' and
8096            'TNL_1000' and
8097            'IMIX' and
8098            '1T1C' and
8099            'NDRPDR'"
8100   parameters:
8101   - "throughput"
8102   - "name"
8103   - "tags"
8104   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8105   x-axis: "X = CNFs per Service Chain"
8106   y-axis: "Y = Number of Service Chains"
8107   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8108   layout:
8109     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8110     layout: "plot-service-density"
8111
8112 - type: "plot"
8113   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8114   algorithm: "plot_nf_heatmap"
8115   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8116   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8117   filter: "'NIC_Intel-XL710' and
8118            'NF_DENSITY' and
8119            'DOCKER' and
8120            'CHAIN' and
8121            'NF_VPPIP4' and
8122            'IPSEC' and
8123            'TNL_1000' and
8124            'IMIX' and
8125            '2T2C' and
8126            'NDRPDR'"
8127   parameters:
8128   - "throughput"
8129   - "name"
8130   - "tags"
8131   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8132   x-axis: "X = CNFs per Service Chain"
8133   y-axis: "Y = Number of Service Chains"
8134   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8135   layout:
8136     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8137     layout: "plot-service-density"
8138
8139 - type: "plot"
8140   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8141   algorithm: "plot_nf_heatmap"
8142   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8143   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8144   filter: "'NIC_Intel-XL710' and
8145            'NF_DENSITY' and
8146            'DOCKER' and
8147            'CHAIN' and
8148            'NF_VPPIP4' and
8149            'IPSEC' and
8150            'TNL_1000' and
8151            'IMIX' and
8152            '4T4C' and
8153            'NDRPDR'"
8154   parameters:
8155   - "throughput"
8156   - "name"
8157   - "tags"
8158   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8159   x-axis: "X = CNFs per Service Chain"
8160   y-axis: "Y = Number of Service Chains"
8161   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8162   layout:
8163     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8164     layout: "plot-service-density"
8165
8166 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8167 - type: "plot"
8168   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8169   algorithm: "plot_nf_heatmap"
8170   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8171   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8172   filter: "'NIC_Intel-XL710' and
8173            'NF_DENSITY' and
8174            'DOCKER' and
8175            'CHAIN' and
8176            'NF_VPPIP4' and
8177            'IPSEC' and
8178            'TNL_1000' and
8179            'IMIX' and
8180            '1T1C' and
8181            'NDRPDR'"
8182   parameters:
8183   - "throughput"
8184   - "name"
8185   - "tags"
8186   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8187   x-axis: "X = CNFs per Service Chain"
8188   y-axis: "Y = Number of Service Chains"
8189   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8190   layout:
8191     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8192     layout: "plot-service-density"
8193
8194 - type: "plot"
8195   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8196   algorithm: "plot_nf_heatmap"
8197   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8198   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8199   filter: "'NIC_Intel-XL710' and
8200            'NF_DENSITY' and
8201            'DOCKER' and
8202            'CHAIN' and
8203            'NF_VPPIP4' and
8204            'IPSEC' and
8205            'TNL_1000' and
8206            'IMIX' and
8207            '2T2C' and
8208            'NDRPDR'"
8209   parameters:
8210   - "throughput"
8211   - "name"
8212   - "tags"
8213   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8214   x-axis: "X = CNFs per Service Chain"
8215   y-axis: "Y = Number of Service Chains"
8216   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8217   layout:
8218     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8219     layout: "plot-service-density"
8220
8221 - type: "plot"
8222   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8223   algorithm: "plot_nf_heatmap"
8224   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8225   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8226   filter: "'NIC_Intel-XL710' and
8227            'NF_DENSITY' and
8228            'DOCKER' and
8229            'CHAIN' and
8230            'NF_VPPIP4' and
8231            'IPSEC' and
8232            'TNL_1000' and
8233            'IMIX' and
8234            '4T4C' and
8235            'NDRPDR'"
8236   parameters:
8237   - "throughput"
8238   - "name"
8239   - "tags"
8240   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8241   x-axis: "X = CNFs per Service Chain"
8242   y-axis: "Y = Number of Service Chains"
8243   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8244   layout:
8245     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8246     layout: "plot-service-density"
8247
8248 ###############################################################################
8249
8250 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8251 #- type: "plot"
8252 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8253 #  algorithm: "plot_nf_heatmap"
8254 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8255 #  data: "plot-vpp-nfv-3n-skx-mrr"
8256 #  filter: "'NIC_Intel-XXV710' and
8257 #           'NF_DENSITY' and
8258 #           'DOCKER' and
8259 #           'CHAIN' and
8260 #           'NF_VPPIP4' and
8261 #           'IPSEC' and
8262 #           'TNL_10000' and
8263 #           'IMIX' and
8264 #           '2T1C' and
8265 #           'MRR'"
8266 #  parameters:
8267 #  - "result"
8268 #  - "name"
8269 #  - "tags"
8270 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8271 #  x-axis: "X = CNFs per Service Chain"
8272 #  y-axis: "Y = Number of Service Chains"
8273 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8274 #  layout:
8275 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8276 #    layout: "plot-service-density"
8277 #
8278 #- type: "plot"
8279 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8280 #  algorithm: "plot_nf_heatmap"
8281 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8282 #  data: "plot-vpp-nfv-3n-skx-mrr"
8283 #  filter: "'NIC_Intel-XXV710' and
8284 #           'NF_DENSITY' and
8285 #           'DOCKER' and
8286 #           'CHAIN' and
8287 #           'NF_VPPIP4' and
8288 #           'IPSEC' and
8289 #           'TNL_10000' and
8290 #           'IMIX' and
8291 #           '4T2C' and
8292 #           'MRR'"
8293 #  parameters:
8294 #  - "result"
8295 #  - "name"
8296 #  - "tags"
8297 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8298 #  x-axis: "X = CNFs per Service Chain"
8299 #  y-axis: "Y = Number of Service Chains"
8300 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8301 #  layout:
8302 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8303 #    layout: "plot-service-density"
8304 #
8305 #- type: "plot"
8306 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8307 #  algorithm: "plot_nf_heatmap"
8308 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8309 #  data: "plot-vpp-nfv-3n-skx-mrr"
8310 #  filter: "'NIC_Intel-XXV710' and
8311 #           'NF_DENSITY' and
8312 #           'DOCKER' and
8313 #           'CHAIN' and
8314 #           'NF_VPPIP4' and
8315 #           'IPSEC' and
8316 #           'TNL_10000' and
8317 #           'IMIX' and
8318 #           '8T4C' and
8319 #           'MRR'"
8320 #  parameters:
8321 #  - "result"
8322 #  - "name"
8323 #  - "tags"
8324 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8325 #  x-axis: "X = CNFs per Service Chain"
8326 #  y-axis: "Y = Number of Service Chains"
8327 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8328 #  layout:
8329 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8330 #    layout: "plot-service-density"
8331 #
8332 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8333 #- type: "plot"
8334 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8335 #  algorithm: "plot_nf_heatmap"
8336 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8337 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8338 #  filter: "'NIC_Intel-XXV710' and
8339 #           'NF_DENSITY' and
8340 #           'DOCKER' and
8341 #           'CHAIN' and
8342 #           'NF_VPPIP4' and
8343 #           'IPSEC' and
8344 #           'TNL_10000' and
8345 #           'IMIX' and
8346 #           '2T1C' and
8347 #           'NDRPDR'"
8348 #  parameters:
8349 #  - "throughput"
8350 #  - "name"
8351 #  - "tags"
8352 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8353 #  x-axis: "X = CNFs per Service Chain"
8354 #  y-axis: "Y = Number of Service Chains"
8355 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8356 #  layout:
8357 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8358 #    layout: "plot-service-density"
8359 #
8360 #- type: "plot"
8361 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8362 #  algorithm: "plot_nf_heatmap"
8363 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8364 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8365 #  filter: "'NIC_Intel-XXV710' and
8366 #           'NF_DENSITY' and
8367 #           'DOCKER' and
8368 #           'CHAIN' and
8369 #           'NF_VPPIP4' and
8370 #           'IPSEC' and
8371 #           'TNL_10000' and
8372 #           'IMIX' and
8373 #           '4T2C' and
8374 #           'NDRPDR'"
8375 #  parameters:
8376 #  - "throughput"
8377 #  - "name"
8378 #  - "tags"
8379 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8380 #  x-axis: "X = CNFs per Service Chain"
8381 #  y-axis: "Y = Number of Service Chains"
8382 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8383 #  layout:
8384 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8385 #    layout: "plot-service-density"
8386 #
8387 #- type: "plot"
8388 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8389 #  algorithm: "plot_nf_heatmap"
8390 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8391 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8392 #  filter: "'NIC_Intel-XXV710' and
8393 #           'NF_DENSITY' and
8394 #           'DOCKER' and
8395 #           'CHAIN' and
8396 #           'NF_VPPIP4' and
8397 #           'IPSEC' and
8398 #           'TNL_10000' and
8399 #           'IMIX' and
8400 #           '8T4C' and
8401 #           'NDRPDR'"
8402 #  parameters:
8403 #  - "throughput"
8404 #  - "name"
8405 #  - "tags"
8406 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8407 #  x-axis: "X = CNFs per Service Chain"
8408 #  y-axis: "Y = Number of Service Chains"
8409 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8410 #  layout:
8411 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8412 #    layout: "plot-service-density"
8413 #
8414 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8415 #- type: "plot"
8416 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8417 #  algorithm: "plot_nf_heatmap"
8418 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8419 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8420 #  filter: "'NIC_Intel-XXV710' and
8421 #           'NF_DENSITY' and
8422 #           'DOCKER' and
8423 #           'CHAIN' and
8424 #           'NF_VPPIP4' and
8425 #           'IPSEC' and
8426 #           'TNL_10000' and
8427 #           'IMIX' and
8428 #           '2T1C' and
8429 #           'NDRPDR'"
8430 #  parameters:
8431 #  - "throughput"
8432 #  - "name"
8433 #  - "tags"
8434 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8435 #  x-axis: "X = CNFs per Service Chain"
8436 #  y-axis: "Y = Number of Service Chains"
8437 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8438 #  layout:
8439 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8440 #    layout: "plot-service-density"
8441 #
8442 #- type: "plot"
8443 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8444 #  algorithm: "plot_nf_heatmap"
8445 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8446 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8447 #  filter: "'NIC_Intel-XXV710' and
8448 #           'NF_DENSITY' and
8449 #           'DOCKER' and
8450 #           'CHAIN' and
8451 #           'NF_VPPIP4' and
8452 #           'IPSEC' and
8453 #           'TNL_10000' and
8454 #           'IMIX' and
8455 #           '4T2C' and
8456 #           'NDRPDR'"
8457 #  parameters:
8458 #  - "throughput"
8459 #  - "name"
8460 #  - "tags"
8461 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8462 #  x-axis: "X = CNFs per Service Chain"
8463 #  y-axis: "Y = Number of Service Chains"
8464 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8465 #  layout:
8466 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8467 #    layout: "plot-service-density"
8468 #
8469 #- type: "plot"
8470 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8471 #  algorithm: "plot_nf_heatmap"
8472 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
8473 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8474 #  filter: "'NIC_Intel-XXV710' and
8475 #           'NF_DENSITY' and
8476 #           'DOCKER' and
8477 #           'CHAIN' and
8478 #           'NF_VPPIP4' and
8479 #           'IPSEC' and
8480 #           'TNL_10000' and
8481 #           'IMIX' and
8482 #           '8T4C' and
8483 #           'NDRPDR'"
8484 #  parameters:
8485 #  - "throughput"
8486 #  - "name"
8487 #  - "tags"
8488 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8489 #  x-axis: "X = CNFs per Service Chain"
8490 #  y-axis: "Y = Number of Service Chains"
8491 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8492 #  layout:
8493 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8494 #    layout: "plot-service-density"
8495
8496 ###############################################################################
8497
8498 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8499 - type: "plot"
8500   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8501   algorithm: "plot_nf_heatmap"
8502   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
8503   data: "plot-vpp-nfv-3n-hsw-mrr"
8504   filter: "'NIC_Intel-XL710' and
8505            'NF_DENSITY' and
8506            'DOCKER' and
8507            'CHAIN' and
8508            'NF_VPPIP4' and
8509            'IMIX' and
8510            'TNL_10000' and
8511            '1T1C' and
8512            'MRR'"
8513   parameters:
8514   - "result"
8515   - "name"
8516   - "tags"
8517   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8518   x-axis: "X = CNFs per Service Chain"
8519   y-axis: "Y = Number of Service Chains"
8520   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8521   layout:
8522     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8523     layout: "plot-service-density"
8524
8525 - type: "plot"
8526   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8527   algorithm: "plot_nf_heatmap"
8528   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
8529   data: "plot-vpp-nfv-3n-hsw-mrr"
8530   filter: "'NIC_Intel-XL710' and
8531            'NF_DENSITY' and
8532            'DOCKER' and
8533            'CHAIN' and
8534            'NF_VPPIP4' and
8535            'IPSEC' and
8536            'TNL_10000' and
8537            'IMIX' and
8538            '2T2C' and
8539            'MRR'"
8540   parameters:
8541   - "result"
8542   - "name"
8543   - "tags"
8544   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8545   x-axis: "X = CNFs per Service Chain"
8546   y-axis: "Y = Number of Service Chains"
8547   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8548   layout:
8549     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8550     layout: "plot-service-density"
8551
8552 - type: "plot"
8553   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8554   algorithm: "plot_nf_heatmap"
8555   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
8556   data: "plot-vpp-nfv-3n-hsw-mrr"
8557   filter: "'NIC_Intel-XL710' and
8558            'NF_DENSITY' and
8559            'DOCKER' and
8560            'CHAIN' and
8561            'NF_VPPIP4' and
8562            'IPSEC' and
8563            'TNL_10000' and
8564            'IMIX' and
8565            '4T4C' and
8566            'MRR'"
8567   parameters:
8568   - "result"
8569   - "name"
8570   - "tags"
8571   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8572   x-axis: "X = CNFs per Service Chain"
8573   y-axis: "Y = Number of Service Chains"
8574   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8575   layout:
8576     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8577     layout: "plot-service-density"
8578
8579 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8580 - type: "plot"
8581   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8582   algorithm: "plot_nf_heatmap"
8583   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
8584   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8585   filter: "'NIC_Intel-XL710' and
8586            'NF_DENSITY' and
8587            'DOCKER' and
8588            'CHAIN' and
8589            'NF_VPPIP4' and
8590            'IPSEC' and
8591            'TNL_10000' and
8592            'IMIX' and
8593            '1T1C' and
8594            'NDRPDR'"
8595   parameters:
8596   - "throughput"
8597   - "name"
8598   - "tags"
8599   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8600   x-axis: "X = CNFs per Service Chain"
8601   y-axis: "Y = Number of Service Chains"
8602   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8603   layout:
8604     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8605     layout: "plot-service-density"
8606
8607 - type: "plot"
8608   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8609   algorithm: "plot_nf_heatmap"
8610   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
8611   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8612   filter: "'NIC_Intel-XL710' and
8613            'NF_DENSITY' and
8614            'DOCKER' and
8615            'CHAIN' and
8616            'NF_VPPIP4' and
8617            'IPSEC' and
8618            'TNL_10000' and
8619            'IMIX' and
8620            '2T2C' and
8621            'NDRPDR'"
8622   parameters:
8623   - "throughput"
8624   - "name"
8625   - "tags"
8626   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8627   x-axis: "X = CNFs per Service Chain"
8628   y-axis: "Y = Number of Service Chains"
8629   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8630   layout:
8631     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8632     layout: "plot-service-density"
8633
8634 - type: "plot"
8635   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8636   algorithm: "plot_nf_heatmap"
8637   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
8638   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8639   filter: "'NIC_Intel-XL710' and
8640            'NF_DENSITY' and
8641            'DOCKER' and
8642            'CHAIN' and
8643            'NF_VPPIP4' and
8644            'IPSEC' and
8645            'TNL_10000' and
8646            'IMIX' and
8647            '4T4C' and
8648            'NDRPDR'"
8649   parameters:
8650   - "throughput"
8651   - "name"
8652   - "tags"
8653   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8654   x-axis: "X = CNFs per Service Chain"
8655   y-axis: "Y = Number of Service Chains"
8656   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8657   layout:
8658     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8659     layout: "plot-service-density"
8660
8661 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8662 - type: "plot"
8663   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8664   algorithm: "plot_nf_heatmap"
8665   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
8666   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8667   filter: "'NIC_Intel-XL710' and
8668            'NF_DENSITY' and
8669            'DOCKER' and
8670            'CHAIN' and
8671            'NF_VPPIP4' and
8672            'IPSEC' and
8673            'TNL_10000' and
8674            'IMIX' and
8675            '1T1C' and
8676            'NDRPDR'"
8677   parameters:
8678   - "throughput"
8679   - "name"
8680   - "tags"
8681   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8682   x-axis: "X = CNFs per Service Chain"
8683   y-axis: "Y = Number of Service Chains"
8684   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8685   layout:
8686     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8687     layout: "plot-service-density"
8688
8689 - type: "plot"
8690   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8691   algorithm: "plot_nf_heatmap"
8692   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
8693   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8694   filter: "'NIC_Intel-XL710' and
8695            'NF_DENSITY' and
8696            'DOCKER' and
8697            'CHAIN' and
8698            'NF_VPPIP4' and
8699            'IPSEC' and
8700            'TNL_10000' and
8701            'IMIX' and
8702            '2T2C' and
8703            'NDRPDR'"
8704   parameters:
8705   - "throughput"
8706   - "name"
8707   - "tags"
8708   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8709   x-axis: "X = CNFs per Service Chain"
8710   y-axis: "Y = Number of Service Chains"
8711   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8712   layout:
8713     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8714     layout: "plot-service-density"
8715
8716 - type: "plot"
8717   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8718   algorithm: "plot_nf_heatmap"
8719   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
8720   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8721   filter: "'NIC_Intel-XL710' and
8722            'NF_DENSITY' and
8723            'DOCKER' and
8724            'CHAIN' and
8725            'NF_VPPIP4' and
8726            'IPSEC' and
8727            'TNL_10000' and
8728            'IMIX' and
8729            '4T4C' and
8730            'NDRPDR'"
8731   parameters:
8732   - "throughput"
8733   - "name"
8734   - "tags"
8735   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8736   x-axis: "X = CNFs per Service Chain"
8737   y-axis: "Y = Number of Service Chains"
8738   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8739   layout:
8740     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8741     layout: "plot-service-density"
8742
8743 ###############################################################################
8744
8745 # Plots - NF Density - CSP - MRR 64b
8746
8747 #- type: "plot"
8748 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8749 #  algorithm: "plot_nf_heatmap"
8750 #  output-file-type: ".html"
8751 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
8752 #  data: "plot-vpp-nfv-2n-skx-mrr"
8753 #  filter: "'NIC_Intel-XXV710' and
8754 #           'NF_DENSITY' and
8755 #           'DOCKER' and
8756 #           'PIPELINE' and
8757 #           'NF_VPPIP4' and
8758 #           '64B' and
8759 #           '2T1C' and
8760 #           'MRR'"
8761 #  parameters:
8762 #  - "result"
8763 #  - "name"
8764 #  - "tags"
8765 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8766 #  x-axis: "X = CNFs per Service Pipeline"
8767 #  y-axis: "Y = Number of Service Pipelines"
8768 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8769 #  layout:
8770 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8771 #    layout: "plot-service-density"
8772 #
8773 #- type: "plot"
8774 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8775 #  algorithm: "plot_nf_heatmap"
8776 #  output-file-type: ".html"
8777 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
8778 #  data: "plot-vpp-nfv-2n-skx-mrr"
8779 #  filter: "'NIC_Intel-XXV710' and
8780 #           'NF_DENSITY' and
8781 #           'DOCKER' and
8782 #           'PIPELINE' and
8783 #           'NF_VPPIP4' and
8784 #           '64B' and
8785 #           '4T2C' and
8786 #           'MRR'"
8787 #  parameters:
8788 #  - "result"
8789 #  - "name"
8790 #  - "tags"
8791 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8792 #  x-axis: "X = CNFs per Service Pipeline"
8793 #  y-axis: "Y = Number of Service Pipelines"
8794 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8795 #  layout:
8796 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8797 #    layout: "plot-service-density"
8798 #
8799 #- type: "plot"
8800 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8801 #  algorithm: "plot_nf_heatmap"
8802 #  output-file-type: ".html"
8803 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
8804 #  data: "plot-vpp-nfv-2n-skx-mrr"
8805 #  filter: "'NIC_Intel-XXV710' and
8806 #           'NF_DENSITY' and
8807 #           'DOCKER' and
8808 #           'PIPELINE' and
8809 #           'NF_VPPIP4' and
8810 #           '64B' and
8811 #           '8T4C' and
8812 #           'MRR'"
8813 #  parameters:
8814 #  - "result"
8815 #  - "name"
8816 #  - "tags"
8817 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8818 #  x-axis: "X = CNFs per Service Pipeline"
8819 #  y-axis: "Y = Number of Service Pipelines"
8820 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8821 #  layout:
8822 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8823 #    layout: "plot-service-density"
8824 #
8825 ## Plots - NF Density - CSP - MRR IMIX
8826 #- type: "plot"
8827 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8828 #  algorithm: "plot_nf_heatmap"
8829 #  output-file-type: ".html"
8830 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
8831 #  data: "plot-vpp-nfv-2n-skx-mrr"
8832 #  filter: "'NIC_Intel-XXV710' and
8833 #           'NF_DENSITY' and
8834 #           'DOCKER' and
8835 #           'PIPELINE' and
8836 #           'NF_VPPIP4' and
8837 #           'IMIX' and
8838 #           '2T1C' and
8839 #           'MRR'"
8840 #  parameters:
8841 #  - "result"
8842 #  - "name"
8843 #  - "tags"
8844 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8845 #  x-axis: "X = CNFs per Service Pipeline"
8846 #  y-axis: "Y = Number of Service Pipelines"
8847 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8848 #  layout:
8849 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8850 #    layout: "plot-service-density"
8851 #
8852 #- type: "plot"
8853 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8854 #  algorithm: "plot_nf_heatmap"
8855 #  output-file-type: ".html"
8856 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
8857 #  data: "plot-vpp-nfv-2n-skx-mrr"
8858 #  filter: "'NIC_Intel-XXV710' and
8859 #           'NF_DENSITY' and
8860 #           'DOCKER' and
8861 #           'PIPELINE' and
8862 #           'NF_VPPIP4' and
8863 #           'IMIX' and
8864 #           '4T2C' and
8865 #           'MRR'"
8866 #  parameters:
8867 #  - "result"
8868 #  - "name"
8869 #  - "tags"
8870 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8871 #  x-axis: "X = CNFs per Service Pipeline"
8872 #  y-axis: "Y = Number of Service Pipelines"
8873 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8874 #  layout:
8875 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8876 #    layout: "plot-service-density"
8877 #
8878 #- type: "plot"
8879 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8880 #  algorithm: "plot_nf_heatmap"
8881 #  output-file-type: ".html"
8882 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
8883 #  data: "plot-vpp-nfv-2n-skx-mrr"
8884 #  filter: "'NIC_Intel-XXV710' and
8885 #           'NF_DENSITY' and
8886 #           'DOCKER' and
8887 #           'PIPELINE' and
8888 #           'NF_VPPIP4' and
8889 #           'IMIX' and
8890 #           '8T4C' and
8891 #           'MRR'"
8892 #  parameters:
8893 #  - "result"
8894 #  - "name"
8895 #  - "tags"
8896 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8897 #  x-axis: "X = CNFs per Service Pipeline"
8898 #  y-axis: "Y = Number of Service Pipelines"
8899 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8900 #  layout:
8901 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8902 #    layout: "plot-service-density"
8903 #
8904 ## Plots - NF Density - CSP - NDR 64b
8905 #- type: "plot"
8906 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
8907 #  algorithm: "plot_nf_heatmap"
8908 #  output-file-type: ".html"
8909 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
8910 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8911 #  filter: "'NIC_Intel-XXV710' and
8912 #           'NF_DENSITY' and
8913 #           'DOCKER' and
8914 #           'PIPELINE' and
8915 #           'NF_VPPIP4' and
8916 #           '64B' and
8917 #           '2T1C' and
8918 #           'NDRPDR'"
8919 #  parameters:
8920 #  - "throughput"
8921 #  - "name"
8922 #  - "tags"
8923 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8924 #  x-axis: "X = CNFs per Service Pipeline"
8925 #  y-axis: "Y = Number of Service Pipelines"
8926 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8927 #  layout:
8928 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
8929 #    layout: "plot-service-density"
8930 #
8931 #- type: "plot"
8932 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
8933 #  algorithm: "plot_nf_heatmap"
8934 #  output-file-type: ".html"
8935 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
8936 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8937 #  filter: "'NIC_Intel-XXV710' and
8938 #           'NF_DENSITY' and
8939 #           'DOCKER' and
8940 #           'PIPELINE' and
8941 #           'NF_VPPIP4' and
8942 #           '64B' and
8943 #           '4T2C' and
8944 #           'NDRPDR'"
8945 #  parameters:
8946 #  - "throughput"
8947 #  - "name"
8948 #  - "tags"
8949 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8950 #  x-axis: "X = CNFs per Service Pipeline"
8951 #  y-axis: "Y = Number of Service Pipelines"
8952 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8953 #  layout:
8954 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
8955 #    layout: "plot-service-density"
8956 #
8957 #- type: "plot"
8958 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
8959 #  algorithm: "plot_nf_heatmap"
8960 #  output-file-type: ".html"
8961 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
8962 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8963 #  filter: "'NIC_Intel-XXV710' and
8964 #           'NF_DENSITY' and
8965 #           'DOCKER' and
8966 #           'PIPELINE' and
8967 #           'NF_VPPIP4' and
8968 #           '64B' and
8969 #           '8T4C' and
8970 #           'NDRPDR'"
8971 #  parameters:
8972 #  - "throughput"
8973 #  - "name"
8974 #  - "tags"
8975 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8976 #  x-axis: "X = CNFs per Service Pipeline"
8977 #  y-axis: "Y = Number of Service Pipelines"
8978 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8979 #  layout:
8980 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
8981 #    layout: "plot-service-density"
8982 #
8983 ## Plots - NF Density - CSP - NDR IMIX
8984 #- type: "plot"
8985 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
8986 #  algorithm: "plot_nf_heatmap"
8987 #  output-file-type: ".html"
8988 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
8989 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8990 #  filter: "'NIC_Intel-XXV710' and
8991 #           'NF_DENSITY' and
8992 #           'DOCKER' and
8993 #           'PIPELINE' and
8994 #           'NF_VPPIP4' and
8995 #           'IMIX' and
8996 #           '2T1C' and
8997 #           'NDRPDR'"
8998 #  parameters:
8999 #  - "throughput"
9000 #  - "name"
9001 #  - "tags"
9002 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9003 #  x-axis: "X = CNFs per Service Pipeline"
9004 #  y-axis: "Y = Number of Service Pipelines"
9005 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9006 #  layout:
9007 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9008 #    layout: "plot-service-density"
9009 #
9010 #- type: "plot"
9011 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9012 #  algorithm: "plot_nf_heatmap"
9013 #  output-file-type: ".html"
9014 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9015 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9016 #  filter: "'NIC_Intel-XXV710' and
9017 #           'NF_DENSITY' and
9018 #           'DOCKER' and
9019 #           'PIPELINE' and
9020 #           'NF_VPPIP4' and
9021 #           'IMIX' and
9022 #           '4T2C' and
9023 #           'NDRPDR'"
9024 #  parameters:
9025 #  - "throughput"
9026 #  - "name"
9027 #  - "tags"
9028 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9029 #  x-axis: "X = CNFs per Service Pipeline"
9030 #  y-axis: "Y = Number of Service Pipelines"
9031 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9032 #  layout:
9033 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9034 #    layout: "plot-service-density"
9035 #
9036 #- type: "plot"
9037 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9038 #  algorithm: "plot_nf_heatmap"
9039 #  output-file-type: ".html"
9040 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9041 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9042 #  filter: "'NIC_Intel-XXV710' and
9043 #           'NF_DENSITY' and
9044 #           'DOCKER' and
9045 #           'PIPELINE' and
9046 #           'NF_VPPIP4' and
9047 #           'IMIX' and
9048 #           '8T4C' and
9049 #           'NDRPDR'"
9050 #  parameters:
9051 #  - "throughput"
9052 #  - "name"
9053 #  - "tags"
9054 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9055 #  x-axis: "X = CNFs per Service Pipeline"
9056 #  y-axis: "Y = Number of Service Pipelines"
9057 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9058 #  layout:
9059 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9060 #    layout: "plot-service-density"
9061 #
9062 ## Plots - NF Density - CSP - PDR 64b
9063 #- type: "plot"
9064 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9065 #  algorithm: "plot_nf_heatmap"
9066 #  output-file-type: ".html"
9067 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9068 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9069 #  filter: "'NIC_Intel-XXV710' and
9070 #           'NF_DENSITY' and
9071 #           'DOCKER' and
9072 #           'PIPELINE' and
9073 #           'NF_VPPIP4' and
9074 #           '64B' and
9075 #           '2T1C' and
9076 #           'NDRPDR'"
9077 #  parameters:
9078 #  - "throughput"
9079 #  - "name"
9080 #  - "tags"
9081 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9082 #  x-axis: "X = CNFs per Service Pipeline"
9083 #  y-axis: "Y = Number of Service Pipelines"
9084 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9085 #  layout:
9086 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9087 #    layout: "plot-service-density"
9088 #
9089 #- type: "plot"
9090 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9091 #  algorithm: "plot_nf_heatmap"
9092 #  output-file-type: ".html"
9093 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9094 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9095 #  filter: "'NIC_Intel-XXV710' and
9096 #           'NF_DENSITY' and
9097 #           'DOCKER' and
9098 #           'PIPELINE' and
9099 #           'NF_VPPIP4' and
9100 #           '64B' and
9101 #           '4T2C' and
9102 #           'NDRPDR'"
9103 #  parameters:
9104 #  - "throughput"
9105 #  - "name"
9106 #  - "tags"
9107 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9108 #  x-axis: "X = CNFs per Service Pipeline"
9109 #  y-axis: "Y = Number of Service Pipelines"
9110 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9111 #  layout:
9112 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9113 #    layout: "plot-service-density"
9114 #
9115 #- type: "plot"
9116 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9117 #  algorithm: "plot_nf_heatmap"
9118 #  output-file-type: ".html"
9119 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9120 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9121 #  filter: "'NIC_Intel-XXV710' and
9122 #           'NF_DENSITY' and
9123 #           'DOCKER' and
9124 #           'PIPELINE' and
9125 #           'NF_VPPIP4' and
9126 #           '64B' and
9127 #           '8T4C' and
9128 #           'NDRPDR'"
9129 #  parameters:
9130 #  - "throughput"
9131 #  - "name"
9132 #  - "tags"
9133 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9134 #  x-axis: "X = CNFs per Service Pipeline"
9135 #  y-axis: "Y = Number of Service Pipelines"
9136 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9137 #  layout:
9138 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9139 #    layout: "plot-service-density"
9140 #
9141 ## Plots - NF Density - CSP - PDR IMIX
9142 #- type: "plot"
9143 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9144 #  algorithm: "plot_nf_heatmap"
9145 #  output-file-type: ".html"
9146 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9147 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9148 #  filter: "'NIC_Intel-XXV710' and
9149 #           'NF_DENSITY' and
9150 #           'DOCKER' and
9151 #           'PIPELINE' and
9152 #           'NF_VPPIP4' and
9153 #           'IMIX' and
9154 #           '2T1C' and
9155 #           'NDRPDR'"
9156 #  parameters:
9157 #  - "throughput"
9158 #  - "name"
9159 #  - "tags"
9160 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9161 #  x-axis: "X = CNFs per Service Pipeline"
9162 #  y-axis: "Y = Number of Service Pipelines"
9163 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9164 #  layout:
9165 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9166 #    layout: "plot-service-density"
9167 #
9168 #- type: "plot"
9169 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9170 #  algorithm: "plot_nf_heatmap"
9171 #  output-file-type: ".html"
9172 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9173 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9174 #  filter: "'NIC_Intel-XXV710' and
9175 #           'NF_DENSITY' and
9176 #           'DOCKER' and
9177 #           'PIPELINE' and
9178 #           'NF_VPPIP4' and
9179 #           'IMIX' and
9180 #           '4T2C' and
9181 #           'NDRPDR'"
9182 #  parameters:
9183 #  - "throughput"
9184 #  - "name"
9185 #  - "tags"
9186 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9187 #  x-axis: "X = CNFs per Service Pipeline"
9188 #  y-axis: "Y = Number of Service Pipelines"
9189 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9190 #  layout:
9191 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9192 #    layout: "plot-service-density"
9193 #
9194 #- type: "plot"
9195 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9196 #  algorithm: "plot_nf_heatmap"
9197 #  output-file-type: ".html"
9198 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9199 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9200 #  filter: "'NIC_Intel-XXV710' and
9201 #           'NF_DENSITY' and
9202 #           'DOCKER' and
9203 #           'PIPELINE' and
9204 #           'NF_VPPIP4' and
9205 #           'IMIX' and
9206 #           '8T4C' and
9207 #           'NDRPDR'"
9208 #  parameters:
9209 #  - "throughput"
9210 #  - "name"
9211 #  - "tags"
9212 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9213 #  x-axis: "X = CNFs per Service Pipeline"
9214 #  y-axis: "Y = Number of Service Pipelines"
9215 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9216 #  layout:
9217 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9218 #    layout: "plot-service-density"
9219
9220 ###############################################################################
9221 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9222
9223 #- type: "plot"
9224 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9225 #  algorithm: "plot_nf_heatmap"
9226 #  output-file-type: ".html"
9227 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9228 #  data: "plot-vpp-nfv-2n-clx-mrr"
9229 #  filter: "'NIC_Intel-XXV710' and
9230 #           'NF_DENSITY' and
9231 #           'VHOST' and
9232 #           not 'VXLAN' and
9233 #           'CHAIN' and
9234 #           'NF_VPPIP4' and
9235 #           'IMIX' and
9236 #           '2T1C' and
9237 #           'MRR'"
9238 #  parameters:
9239 #  - "result"
9240 #  - "name"
9241 #  - "tags"
9242 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9243 #  x-axis: "X = VNFs per Service Chain"
9244 #  y-axis: "Y = Number of Service Chains"
9245 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9246 #  layout:
9247 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9248 #    layout: "plot-service-density"
9249 #
9250 #- type: "plot"
9251 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9252 #  algorithm: "plot_nf_heatmap"
9253 #  output-file-type: ".html"
9254 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9255 #  data: "plot-vpp-nfv-2n-clx-mrr"
9256 #  filter: "'NIC_Intel-XXV710' and
9257 #           'NF_DENSITY' and
9258 #           'VHOST' and
9259 #           not 'VXLAN' and
9260 #           'CHAIN' and
9261 #           'NF_VPPIP4' and
9262 #           'IMIX' and
9263 #           '4T2C' and
9264 #           'MRR'"
9265 #  parameters:
9266 #  - "result"
9267 #  - "name"
9268 #  - "tags"
9269 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9270 #  x-axis: "X = VNFs per Service Chain"
9271 #  y-axis: "Y = Number of Service Chains"
9272 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9273 #  layout:
9274 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9275 #    layout: "plot-service-density"
9276 #
9277 #- type: "plot"
9278 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9279 #  algorithm: "plot_nf_heatmap"
9280 #  output-file-type: ".html"
9281 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9282 #  data: "plot-vpp-nfv-2n-clx-mrr"
9283 #  filter: "'NIC_Intel-XXV710' and
9284 #           'NF_DENSITY' and
9285 #           'VHOST' and
9286 #           not 'VXLAN' and
9287 #           'CHAIN' and
9288 #           'NF_VPPIP4' and
9289 #           'IMIX' and
9290 #           '8T4C' and
9291 #           'MRR'"
9292 #  parameters:
9293 #  - "result"
9294 #  - "name"
9295 #  - "tags"
9296 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9297 #  x-axis: "X = VNFs per Service Chain"
9298 #  y-axis: "Y = Number of Service Chains"
9299 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9300 #  layout:
9301 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9302 #    layout: "plot-service-density"
9303 #
9304 ## Plots - NF Density - VSC - NDR IMIX
9305 #- type: "plot"
9306 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9307 #  algorithm: "plot_nf_heatmap"
9308 #  output-file-type: ".html"
9309 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9310 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9311 #  filter: "'NIC_Intel-XXV710' and
9312 #           'NF_DENSITY' and
9313 #           'VHOST' and
9314 #           not 'VXLAN' and
9315 #           'CHAIN' and
9316 #           'NF_VPPIP4' and
9317 #           'IMIX' and
9318 #           '2T1C' and
9319 #           'NDRPDR'"
9320 #  parameters:
9321 #  - "throughput"
9322 #  - "name"
9323 #  - "tags"
9324 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9325 #  x-axis: "X = VNFs per Service Chain"
9326 #  y-axis: "Y = Number of Service Chains"
9327 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9328 #  layout:
9329 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9330 #    layout: "plot-service-density"
9331 #
9332 #- type: "plot"
9333 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9334 #  algorithm: "plot_nf_heatmap"
9335 #  output-file-type: ".html"
9336 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9337 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9338 #  filter: "'NIC_Intel-XXV710' and
9339 #           'NF_DENSITY' and
9340 #           'VHOST' and
9341 #           not 'VXLAN' and
9342 #           'CHAIN' and
9343 #           'NF_VPPIP4' and
9344 #           'IMIX' and
9345 #           '4T2C' and
9346 #           'NDRPDR'"
9347 #  parameters:
9348 #  - "throughput"
9349 #  - "name"
9350 #  - "tags"
9351 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9352 #  x-axis: "X = VNFs per Service Chain"
9353 #  y-axis: "Y = Number of Service Chains"
9354 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9355 #  layout:
9356 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9357 #    layout: "plot-service-density"
9358 #
9359 #- type: "plot"
9360 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9361 #  algorithm: "plot_nf_heatmap"
9362 #  output-file-type: ".html"
9363 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9364 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9365 #  filter: "'NIC_Intel-XXV710' and
9366 #           'NF_DENSITY' and
9367 #           'VHOST' and
9368 #           not 'VXLAN' and
9369 #           'CHAIN' and
9370 #           'NF_VPPIP4' and
9371 #           'IMIX' and
9372 #           '8T4C' and
9373 #           'NDRPDR'"
9374 #  parameters:
9375 #  - "throughput"
9376 #  - "name"
9377 #  - "tags"
9378 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9379 #  x-axis: "X = VNFs per Service Chain"
9380 #  y-axis: "Y = Number of Service Chains"
9381 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9382 #  layout:
9383 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9384 #    layout: "plot-service-density"
9385 #
9386 ## Plots - NF Density - VSC - PDR IMIX
9387 #- type: "plot"
9388 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9389 #  algorithm: "plot_nf_heatmap"
9390 #  output-file-type: ".html"
9391 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9392 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9393 #  filter: "'NIC_Intel-XXV710' and
9394 #           'NF_DENSITY' and
9395 #           'VHOST' and
9396 #           not 'VXLAN' and
9397 #           'CHAIN' and
9398 #           'NF_VPPIP4' and
9399 #           'IMIX' and
9400 #           '2T1C' and
9401 #           'NDRPDR'"
9402 #  parameters:
9403 #  - "throughput"
9404 #  - "name"
9405 #  - "tags"
9406 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9407 #  x-axis: "X = VNFs per Service Chain"
9408 #  y-axis: "Y = Number of Service Chains"
9409 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9410 #  layout:
9411 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9412 #    layout: "plot-service-density"
9413 #
9414 #- type: "plot"
9415 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9416 #  algorithm: "plot_nf_heatmap"
9417 #  output-file-type: ".html"
9418 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9419 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9420 #  filter: "'NIC_Intel-XXV710' and
9421 #           'NF_DENSITY' and
9422 #           'VHOST' and
9423 #           not 'VXLAN' and
9424 #           'CHAIN' and
9425 #           'NF_VPPIP4' and
9426 #           'IMIX' and
9427 #           '4T2C' and
9428 #           'NDRPDR'"
9429 #  parameters:
9430 #  - "throughput"
9431 #  - "name"
9432 #  - "tags"
9433 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9434 #  x-axis: "X = VNFs per Service Chain"
9435 #  y-axis: "Y = Number of Service Chains"
9436 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9437 #  layout:
9438 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9439 #    layout: "plot-service-density"
9440 #
9441 #- type: "plot"
9442 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9443 #  algorithm: "plot_nf_heatmap"
9444 #  output-file-type: ".html"
9445 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9446 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9447 #  filter: "'NIC_Intel-XXV710' and
9448 #           'NF_DENSITY' and
9449 #           'VHOST' and
9450 #           not 'VXLAN' and
9451 #           'CHAIN' and
9452 #           'NF_VPPIP4' and
9453 #           'IMIX' and
9454 #           '8T4C' and
9455 #           'NDRPDR'"
9456 #  parameters:
9457 #  - "throughput"
9458 #  - "name"
9459 #  - "tags"
9460 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9461 #  x-axis: "X = VNFs per Service Chain"
9462 #  y-axis: "Y = Number of Service Chains"
9463 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9464 #  layout:
9465 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9466 #    layout: "plot-service-density"
9467 #
9468 ## Plots - NF Density - VSC - MRR IMIX
9469 #- type: "plot"
9470 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9471 #  algorithm: "plot_nf_heatmap"
9472 #  output-file-type: ".html"
9473 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9474 #  data: "plot-vpp-nfv-2n-clx-mrr"
9475 #  filter: "'NIC_Intel-XXV710' and
9476 #           'NF_DENSITY' and
9477 #           'VHOST' and
9478 #           'VXLAN' and
9479 #           'CHAIN' and
9480 #           'IMIX' and
9481 #           '2T1C' and
9482 #           'MRR'"
9483 #  parameters:
9484 #  - "result"
9485 #  - "name"
9486 #  - "tags"
9487 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9488 #  x-axis: "X = VNFs per Service Chain"
9489 #  y-axis: "Y = Number of Service Chains"
9490 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9491 #  layout:
9492 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9493 #    layout: "plot-service-density"
9494 #
9495 #- type: "plot"
9496 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9497 #  algorithm: "plot_nf_heatmap"
9498 #  output-file-type: ".html"
9499 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9500 #  data: "plot-vpp-nfv-2n-clx-mrr"
9501 #  filter: "'NIC_Intel-XXV710' and
9502 #           'NF_DENSITY' and
9503 #           'VHOST' and
9504 #           'VXLAN' and
9505 #           'CHAIN' and
9506 #           'IMIX' and
9507 #           '4T2C' and
9508 #           'MRR'"
9509 #  parameters:
9510 #  - "result"
9511 #  - "name"
9512 #  - "tags"
9513 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9514 #  x-axis: "X = VNFs per Service Chain"
9515 #  y-axis: "Y = Number of Service Chains"
9516 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9517 #  layout:
9518 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9519 #    layout: "plot-service-density"
9520 #
9521 #- type: "plot"
9522 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9523 #  algorithm: "plot_nf_heatmap"
9524 #  output-file-type: ".html"
9525 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
9526 #  data: "plot-vpp-nfv-2n-clx-mrr"
9527 #  filter: "'NIC_Intel-XXV710' and
9528 #           'NF_DENSITY' and
9529 #           'VHOST' and
9530 #           'VXLAN' and
9531 #           'CHAIN' and
9532 #           'IMIX' and
9533 #           '8T4C' and
9534 #           'MRR'"
9535 #  parameters:
9536 #  - "result"
9537 #  - "name"
9538 #  - "tags"
9539 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9540 #  x-axis: "X = VNFs per Service Chain"
9541 #  y-axis: "Y = Number of Service Chains"
9542 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9543 #  layout:
9544 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9545 #    layout: "plot-service-density"
9546 #
9547 ## Plots - NF Density - VSC - NDR IMIX
9548 #- type: "plot"
9549 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9550 #  algorithm: "plot_nf_heatmap"
9551 #  output-file-type: ".html"
9552 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
9553 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9554 #  filter: "'NIC_Intel-XXV710' and
9555 #           'NF_DENSITY' and
9556 #           'VHOST' and
9557 #           'VXLAN' and
9558 #           'CHAIN' a
9559 #           'IMIX' and
9560 #           '2T1C' and
9561 #           'NDRPDR'"
9562 #  parameters:
9563 #  - "throughput"
9564 #  - "name"
9565 #  - "tags"
9566 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9567 #  x-axis: "X = VNFs per Service Chain"
9568 #  y-axis: "Y = Number of Service Chains"
9569 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9570 #  layout:
9571 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9572 #    layout: "plot-service-density"
9573 #
9574 #- type: "plot"
9575 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9576 #  algorithm: "plot_nf_heatmap"
9577 #  output-file-type: ".html"
9578 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
9579 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9580 #  filter: "'NIC_Intel-XXV710' and
9581 #           'NF_DENSITY' and
9582 #           'VHOST' and
9583 #           'VXLAN' and
9584 #           'CHAIN' and
9585 #           'IMIX' and
9586 #           '4T2C' and
9587 #           'NDRPDR'"
9588 #  parameters:
9589 #  - "throughput"
9590 #  - "name"
9591 #  - "tags"
9592 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9593 #  x-axis: "X = VNFs per Service Chain"
9594 #  y-axis: "Y = Number of Service Chains"
9595 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9596 #  layout:
9597 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9598 #    layout: "plot-service-density"
9599 #
9600 #- type: "plot"
9601 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9602 #  algorithm: "plot_nf_heatmap"
9603 #  output-file-type: ".html"
9604 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
9605 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9606 #  filter: "'NIC_Intel-XXV710' and
9607 #           'NF_DENSITY' and
9608 #           'VHOST' and
9609 #           'VXLAN' and
9610 #           'CHAIN' and
9611 #           'IMIX' and
9612 #           '8T4C' and
9613 #           'NDRPDR'"
9614 #  parameters:
9615 #  - "throughput"
9616 #  - "name"
9617 #  - "tags"
9618 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9619 #  x-axis: "X = VNFs per Service Chain"
9620 #  y-axis: "Y = Number of Service Chains"
9621 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9622 #  layout:
9623 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9624 #    layout: "plot-service-density"
9625 #
9626 ## Plots - NF Density - VSC - PDR IMIX
9627 #- type: "plot"
9628 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9629 #  algorithm: "plot_nf_heatmap"
9630 #  output-file-type: ".html"
9631 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
9632 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9633 #  filter: "'NIC_Intel-XXV710' and
9634 #           'NF_DENSITY' and
9635 #           'VHOST' and
9636 #           'VXLAN' and
9637 #           'CHAIN' and
9638 #           'IMIX' and
9639 #           '2T1C' and
9640 #           'NDRPDR'"
9641 #  parameters:
9642 #  - "throughput"
9643 #  - "name"
9644 #  - "tags"
9645 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9646 #  x-axis: "X = VNFs per Service Chain"
9647 #  y-axis: "Y = Number of Service Chains"
9648 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9649 #  layout:
9650 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9651 #    layout: "plot-service-density"
9652 #
9653 #- type: "plot"
9654 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9655 #  algorithm: "plot_nf_heatmap"
9656 #  output-file-type: ".html"
9657 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
9658 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9659 #  filter: "'NIC_Intel-XXV710' and
9660 #           'NF_DENSITY' and
9661 #           'VHOST' and
9662 #           'VXLAN' and
9663 #           'CHAIN' and
9664 #           'IMIX' and
9665 #           '4T2C' and
9666 #           'NDRPDR'"
9667 #  parameters:
9668 #  - "throughput"
9669 #  - "name"
9670 #  - "tags"
9671 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9672 #  x-axis: "X = VNFs per Service Chain"
9673 #  y-axis: "Y = Number of Service Chains"
9674 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9675 #  layout:
9676 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9677 #    layout: "plot-service-density"
9678 #
9679 #- type: "plot"
9680 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9681 #  algorithm: "plot_nf_heatmap"
9682 #  output-file-type: ".html"
9683 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
9684 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9685 #  filter: "'NIC_Intel-XXV710' and
9686 #           'NF_DENSITY' and
9687 #           'VHOST' and
9688 #           'VXLAN' and
9689 #           'CHAIN' and
9690 #           'IMIX' and
9691 #           '8T4C' and
9692 #           'NDRPDR'"
9693 #  parameters:
9694 #  - "throughput"
9695 #  - "name"
9696 #  - "tags"
9697 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9698 #  x-axis: "X = VNFs per Service Chain"
9699 #  y-axis: "Y = Number of Service Chains"
9700 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9701 #  layout:
9702 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9703 #    layout: "plot-service-density"
9704 #
9705 ## Plots - NF Density - CSC - MRR IMIX
9706 #- type: "plot"
9707 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9708 #  algorithm: "plot_nf_heatmap"
9709 #  output-file-type: ".html"
9710 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
9711 #  data: "plot-vpp-nfv-2n-clx-mrr"
9712 #  filter: "'NIC_Intel-XXV710' and
9713 #           'NF_DENSITY' and
9714 #           'DOCKER' and
9715 #           'CHAIN' and
9716 #           'NF_VPPIP4' and
9717 #           'IMIX' and
9718 #           '2T1C' and
9719 #           'MRR'"
9720 #  parameters:
9721 #  - "result"
9722 #  - "name"
9723 #  - "tags"
9724 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9725 #  x-axis: "X = CNFs per Service Chain"
9726 #  y-axis: "Y = Number of Service Chains"
9727 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9728 #  layout:
9729 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9730 #    layout: "plot-service-density"
9731 #
9732 #- type: "plot"
9733 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9734 #  algorithm: "plot_nf_heatmap"
9735 #  output-file-type: ".html"
9736 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
9737 #  data: "plot-vpp-nfv-2n-clx-mrr"
9738 #  filter: "'NIC_Intel-XXV710' and
9739 #           'NF_DENSITY' and
9740 #           'DOCKER' and
9741 #           'CHAIN' and
9742 #           'NF_VPPIP4' and
9743 #           'IMIX' and
9744 #           '4T2C' and
9745 #           'MRR'"
9746 #  parameters:
9747 #  - "result"
9748 #  - "name"
9749 #  - "tags"
9750 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9751 #  x-axis: "X = CNFs per Service Chain"
9752 #  y-axis: "Y = Number of Service Chains"
9753 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9754 #  layout:
9755 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9756 #    layout: "plot-service-density"
9757 #
9758 #- type: "plot"
9759 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9760 #  algorithm: "plot_nf_heatmap"
9761 #  output-file-type: ".html"
9762 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
9763 #  data: "plot-vpp-nfv-2n-clx-mrr"
9764 #  filter: "'NIC_Intel-XXV710' and
9765 #           'NF_DENSITY' and
9766 #           'DOCKER' and
9767 #           'CHAIN' and
9768 #           'NF_VPPIP4' and
9769 #           'IMIX' and
9770 #           '8T4C' and
9771 #           'MRR'"
9772 #  parameters:
9773 #  - "result"
9774 #  - "name"
9775 #  - "tags"
9776 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9777 #  x-axis: "X = CNFs per Service Chain"
9778 #  y-axis: "Y = Number of Service Chains"
9779 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9780 #  layout:
9781 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9782 #    layout: "plot-service-density"
9783 #
9784 ## Plots - NF Density - CSC - NDR IMIX
9785 #- type: "plot"
9786 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9787 #  algorithm: "plot_nf_heatmap"
9788 #  output-file-type: ".html"
9789 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
9790 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9791 #  filter: "'NIC_Intel-XXV710' and
9792 #           'NF_DENSITY' and
9793 #           'DOCKER' and
9794 #           'CHAIN' and
9795 #           'NF_VPPIP4' and
9796 #           'IMIX' and
9797 #           '2T1C' and
9798 #           'NDRPDR'"
9799 #  parameters:
9800 #  - "throughput"
9801 #  - "name"
9802 #  - "tags"
9803 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9804 #  x-axis: "X = CNFs per Service Chain"
9805 #  y-axis: "Y = Number of Service Chains"
9806 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9807 #  layout:
9808 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9809 #    layout: "plot-service-density"
9810 #
9811 #- type: "plot"
9812 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9813 #  algorithm: "plot_nf_heatmap"
9814 #  output-file-type: ".html"
9815 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
9816 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9817 #  filter: "'NIC_Intel-XXV710' and
9818 #           'NF_DENSITY' and
9819 #           'DOCKER' and
9820 #           'CHAIN' and
9821 #           'NF_VPPIP4' and
9822 #           'IMIX' and
9823 #           '4T2C' and
9824 #           'NDRPDR'"
9825 #  parameters:
9826 #  - "throughput"
9827 #  - "name"
9828 #  - "tags"
9829 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9830 #  x-axis: "X = CNFs per Service Chain"
9831 #  y-axis: "Y = Number of Service Chains"
9832 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9833 #  layout:
9834 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9835 #    layout: "plot-service-density"
9836 #
9837 #- type: "plot"
9838 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9839 #  algorithm: "plot_nf_heatmap"
9840 #  output-file-type: ".html"
9841 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
9842 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9843 #  filter: "'NIC_Intel-XXV710' and
9844 #           'NF_DENSITY' and
9845 #           'DOCKER' and
9846 #           'CHAIN' and
9847 #           'NF_VPPIP4' and
9848 #           'IMIX' and
9849 #           '8T4C' and
9850 #           'NDRPDR'"
9851 #  parameters:
9852 #  - "throughput"
9853 #  - "name"
9854 #  - "tags"
9855 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9856 #  x-axis: "X = CNFs per Service Chain"
9857 #  y-axis: "Y = Number of Service Chains"
9858 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9859 #  layout:
9860 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9861 #    layout: "plot-service-density"
9862 #
9863 ## Plots - NF Density - CSC - PDR IMIX
9864 #- type: "plot"
9865 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9866 #  algorithm: "plot_nf_heatmap"
9867 #  output-file-type: ".html"
9868 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
9869 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9870 #  filter: "'NIC_Intel-XXV710' and
9871 #           'NF_DENSITY' and
9872 #           'DOCKER' and
9873 #           'CHAIN' and
9874 #           'NF_VPPIP4' and
9875 #           'IMIX' and
9876 #           '2T1C' and
9877 #           'NDRPDR'"
9878 #  parameters:
9879 #  - "throughput"
9880 #  - "name"
9881 #  - "tags"
9882 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9883 #  x-axis: "X = CNFs per Service Chain"
9884 #  y-axis: "Y = Number of Service Chains"
9885 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9886 #  layout:
9887 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9888 #    layout: "plot-service-density"
9889 #
9890 #- type: "plot"
9891 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9892 #  algorithm: "plot_nf_heatmap"
9893 #  output-file-type: ".html"
9894 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
9895 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9896 #  filter: "'NIC_Intel-XXV710' and
9897 #           'NF_DENSITY' and
9898 #           'DOCKER' and
9899 #           'CHAIN' and
9900 #           'NF_VPPIP4' and
9901 #           'IMIX' and
9902 #           '4T2C' and
9903 #           'NDRPDR'"
9904 #  parameters:
9905 #  - "throughput"
9906 #  - "name"
9907 #  - "tags"
9908 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9909 #  x-axis: "X = CNFs per Service Chain"
9910 #  y-axis: "Y = Number of Service Chains"
9911 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9912 #  layout:
9913 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9914 #    layout: "plot-service-density"
9915 #
9916 #- type: "plot"
9917 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9918 #  algorithm: "plot_nf_heatmap"
9919 #  output-file-type: ".html"
9920 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
9921 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9922 #  filter: "'NIC_Intel-XXV710' and
9923 #           'NF_DENSITY' and
9924 #           'DOCKER' and
9925 #           'CHAIN' and
9926 #           'NF_VPPIP4' and
9927 #           'IMIX' and
9928 #           '8T4C' and
9929 #           'NDRPDR'"
9930 #  parameters:
9931 #  - "throughput"
9932 #  - "name"
9933 #  - "tags"
9934 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9935 #  x-axis: "X = CNFs per Service Chain"
9936 #  y-axis: "Y = Number of Service Chains"
9937 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9938 #  layout:
9939 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9940 #    layout: "plot-service-density"
9941 #
9942 ## Plots - NF Density - CSP - MRR IMIX
9943 #- type: "plot"
9944 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9945 #  algorithm: "plot_nf_heatmap"
9946 #  output-file-type: ".html"
9947 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
9948 #  data: "plot-vpp-nfv-2n-clx-mrr"
9949 #  filter: "'NIC_Intel-XXV710' and
9950 #           'NF_DENSITY' and
9951 #           'DOCKER' and
9952 #           'PIPELINE' and
9953 #           'NF_VPPIP4' and
9954 #           'IMIX' and
9955 #           '2T1C' and
9956 #           'MRR'"
9957 #  parameters:
9958 #  - "result"
9959 #  - "name"
9960 #  - "tags"
9961 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9962 #  x-axis: "X = CNFs per Service Pipeline"
9963 #  y-axis: "Y = Number of Service Pipelines"
9964 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9965 #  layout:
9966 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9967 #    layout: "plot-service-density"
9968 #
9969 #- type: "plot"
9970 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9971 #  algorithm: "plot_nf_heatmap"
9972 #  output-file-type: ".html"
9973 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
9974 #  data: "plot-vpp-nfv-2n-clx-mrr"
9975 #  filter: "'NIC_Intel-XXV710' and
9976 #           'NF_DENSITY' and
9977 #           'DOCKER' and
9978 #           'PIPELINE' and
9979 #           'NF_VPPIP4' and
9980 #           'IMIX' and
9981 #           '4T2C' and
9982 #           'MRR'"
9983 #  parameters:
9984 #  - "result"
9985 #  - "name"
9986 #  - "tags"
9987 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9988 #  x-axis: "X = CNFs per Service Pipeline"
9989 #  y-axis: "Y = Number of Service Pipelines"
9990 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9991 #  layout:
9992 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9993 #    layout: "plot-service-density"
9994 #
9995 #- type: "plot"
9996 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9997 #  algorithm: "plot_nf_heatmap"
9998 #  output-file-type: ".html"
9999 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10000 #  data: "plot-vpp-nfv-2n-clx-mrr"
10001 #  filter: "'NIC_Intel-XXV710' and
10002 #           'NF_DENSITY' and
10003 #           'DOCKER' and
10004 #           'PIPELINE' and
10005 #           'NF_VPPIP4' and
10006 #           'IMIX' and
10007 #           '8T4C' and
10008 #           'MRR'"
10009 #  parameters:
10010 #  - "result"
10011 #  - "name"
10012 #  - "tags"
10013 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10014 #  x-axis: "X = CNFs per Service Pipeline"
10015 #  y-axis: "Y = Number of Service Pipelines"
10016 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10017 #  layout:
10018 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10019 #    layout: "plot-service-density"
10020 #
10021 ## Plots - NF Density - CSP - NDR IMIX
10022 #- type: "plot"
10023 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10024 #  algorithm: "plot_nf_heatmap"
10025 #  output-file-type: ".html"
10026 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10027 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10028 #  filter: "'NIC_Intel-XXV710' and
10029 #           'NF_DENSITY' and
10030 #           'DOCKER' and
10031 #           'PIPELINE' and
10032 #           'NF_VPPIP4' and
10033 #           'IMIX' and
10034 #           '2T1C' and
10035 #           'NDRPDR'"
10036 #  parameters:
10037 #  - "throughput"
10038 #  - "name"
10039 #  - "tags"
10040 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10041 #  x-axis: "X = CNFs per Service Pipeline"
10042 #  y-axis: "Y = Number of Service Pipelines"
10043 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10044 #  layout:
10045 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10046 #    layout: "plot-service-density"
10047 #
10048 #- type: "plot"
10049 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10050 #  algorithm: "plot_nf_heatmap"
10051 #  output-file-type: ".html"
10052 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10053 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10054 #  filter: "'NIC_Intel-XXV710' and
10055 #           'NF_DENSITY' and
10056 #           'DOCKER' and
10057 #           'PIPELINE' and
10058 #           'NF_VPPIP4' and
10059 #           'IMIX' and
10060 #           '4T2C' and
10061 #           'NDRPDR'"
10062 #  parameters:
10063 #  - "throughput"
10064 #  - "name"
10065 #  - "tags"
10066 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10067 #  x-axis: "X = CNFs per Service Pipeline"
10068 #  y-axis: "Y = Number of Service Pipelines"
10069 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10070 #  layout:
10071 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10072 #    layout: "plot-service-density"
10073 #
10074 #- type: "plot"
10075 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10076 #  algorithm: "plot_nf_heatmap"
10077 #  output-file-type: ".html"
10078 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10079 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10080 #  filter: "'NIC_Intel-XXV710' and
10081 #           'NF_DENSITY' and
10082 #           'DOCKER' and
10083 #           'PIPELINE' and
10084 #           'NF_VPPIP4' and
10085 #           'IMIX' and
10086 #           '8T4C' and
10087 #           'NDRPDR'"
10088 #  parameters:
10089 #  - "throughput"
10090 #  - "name"
10091 #  - "tags"
10092 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10093 #  x-axis: "X = CNFs per Service Pipeline"
10094 #  y-axis: "Y = Number of Service Pipelines"
10095 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10096 #  layout:
10097 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10098 #    layout: "plot-service-density"
10099 #
10100 ## Plots - NF Density - CSP - PDR IMIX
10101 #- type: "plot"
10102 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10103 #  algorithm: "plot_nf_heatmap"
10104 #  output-file-type: ".html"
10105 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10106 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10107 #  filter: "'NIC_Intel-XXV710' and
10108 #           'NF_DENSITY' and
10109 #           'DOCKER' and
10110 #           'PIPELINE' and
10111 #           'NF_VPPIP4' and
10112 #           'IMIX' and
10113 #           '2T1C' and
10114 #           'NDRPDR'"
10115 #  parameters:
10116 #  - "throughput"
10117 #  - "name"
10118 #  - "tags"
10119 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10120 #  x-axis: "X = CNFs per Service Pipeline"
10121 #  y-axis: "Y = Number of Service Pipelines"
10122 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10123 #  layout:
10124 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10125 #    layout: "plot-service-density"
10126 #
10127 #- type: "plot"
10128 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10129 #  algorithm: "plot_nf_heatmap"
10130 #  output-file-type: ".html"
10131 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10132 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10133 #  filter: "'NIC_Intel-XXV710' and
10134 #           'NF_DENSITY' and
10135 #           'DOCKER' and
10136 #           'PIPELINE' and
10137 #           'NF_VPPIP4' and
10138 #           'IMIX' and
10139 #           '4T2C' and
10140 #           'NDRPDR'"
10141 #  parameters:
10142 #  - "throughput"
10143 #  - "name"
10144 #  - "tags"
10145 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10146 #  x-axis: "X = CNFs per Service Pipeline"
10147 #  y-axis: "Y = Number of Service Pipelines"
10148 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10149 #  layout:
10150 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10151 #    layout: "plot-service-density"
10152 #
10153 #- type: "plot"
10154 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10155 #  algorithm: "plot_nf_heatmap"
10156 #  output-file-type: ".html"
10157 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10158 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10159 #  filter: "'NIC_Intel-XXV710' and
10160 #           'NF_DENSITY' and
10161 #           'DOCKER' and
10162 #           'PIPELINE' and
10163 #           'NF_VPPIP4' and
10164 #           'IMIX' and
10165 #           '8T4C' and
10166 #           'NDRPDR'"
10167 #  parameters:
10168 #  - "throughput"
10169 #  - "name"
10170 #  - "tags"
10171 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10172 #  x-axis: "X = CNFs per Service Pipeline"
10173 #  y-axis: "Y = Number of Service Pipelines"
10174 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10175 #  layout:
10176 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10177 #    layout: "plot-service-density"
10178
10179 ################################################################################
10180
10181 # Packet Throughput
10182
10183 #- type: "plot"
10184 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10185 #  algorithm: "plot_perf_box_name"
10186 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10187 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10188 #  include:
10189 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10190 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10191 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10192 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10193 #  layout:
10194 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10195 #    layout: "plot-throughput"
10196 #
10197 #- type: "plot"
10198 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10199 #  algorithm: "plot_perf_box_name"
10200 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10201 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10202 #  include:
10203 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10204 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10205 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10206 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10207 #  layout:
10208 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10209 #    layout: "plot-throughput"
10210 #
10211 #- type: "plot"
10212 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10213 #  algorithm: "plot_perf_box_name"
10214 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10215 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10216 #  include:
10217 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10218 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10219 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10220 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10221 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10222 #  layout:
10223 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10224 #    layout: "plot-throughput"
10225 #
10226 #- type: "plot"
10227 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10228 #  algorithm: "plot_perf_box_name"
10229 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10230 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10231 #  include:
10232 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10233 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10234 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10235 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10236 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10237 #  layout:
10238 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10239 #    layout: "plot-throughput"
10240
10241 - type: "plot"
10242   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10243   algorithm: "plot_perf_box_name"
10244   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10245   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10246   include:
10247     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10248     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10249     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10250     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10251     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10252   layout:
10253     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10254     layout: "plot-throughput"
10255
10256 - type: "plot"
10257   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10258   algorithm: "plot_perf_box_name"
10259   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10260   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10261   include:
10262     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10263     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10264     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10265     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10266     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10267   layout:
10268     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10269     layout: "plot-throughput"
10270
10271 #- type: "plot"
10272 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10273 #  algorithm: "plot_perf_box_name"
10274 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10275 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10276 #  include:
10277 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10278 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10279 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10280 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10281 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10282 #  layout:
10283 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10284 #    layout: "plot-throughput"
10285 #
10286 #- type: "plot"
10287 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10288 #  algorithm: "plot_perf_box_name"
10289 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10290 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10291 #  include:
10292 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10293 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10294 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10295 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10296 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10297 #  layout:
10298 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10299 #    layout: "plot-throughput"
10300 #
10301 #- type: "plot"
10302 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10303 #  algorithm: "plot_perf_box_name"
10304 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10305 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10306 #  include:
10307 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10308 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10309 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10310 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10311 #  layout:
10312 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10313 #    layout: "plot-throughput"
10314 #
10315 #- type: "plot"
10316 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10317 #  algorithm: "plot_perf_box_name"
10318 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10319 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10320 #  include:
10321 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10322 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10323 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10324 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10325 #  layout:
10326 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10327 #    layout: "plot-throughput"
10328 #
10329 #- type: "plot"
10330 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10331 #  algorithm: "plot_perf_box_name"
10332 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10333 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10334 #  include:
10335 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10336 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10337 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10338 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10339 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10340 #  layout:
10341 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10342 #    layout: "plot-throughput"
10343 #
10344 #- type: "plot"
10345 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10346 #  algorithm: "plot_perf_box_name"
10347 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10348 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10349 #  include:
10350 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10351 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10352 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10353 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10354 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10355 #  layout:
10356 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10357 #    layout: "plot-throughput"
10358 #
10359 #- type: "plot"
10360 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10361 #  algorithm: "plot_perf_box_name"
10362 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10363 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10364 #  include:
10365 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10366 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10367 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10368 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10369 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10370 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10371 #  layout:
10372 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10373 #    layout: "plot-throughput"
10374 #
10375 #- type: "plot"
10376 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10377 #  algorithm: "plot_perf_box_name"
10378 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10379 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10380 #  include:
10381 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10382 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10383 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10384 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10385 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10386 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10387 #  layout:
10388 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10389 #    layout: "plot-throughput"
10390
10391 - type: "plot"
10392   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10393   algorithm: "plot_perf_box_name"
10394   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10395   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10396   include:
10397     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10398     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10399     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10400   layout:
10401     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10402     layout: "plot-throughput"
10403
10404 - type: "plot"
10405   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10406   algorithm: "plot_perf_box_name"
10407   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10408   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10409   include:
10410     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10411     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10412     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10413   layout:
10414     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10415     layout: "plot-throughput"
10416
10417 #- type: "plot"
10418 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10419 #  algorithm: "plot_perf_box_name"
10420 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10421 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10422 #  include:
10423 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10424 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10425 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10426 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10427 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10428 #  layout:
10429 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10430 #    layout: "plot-throughput"
10431 #
10432 #- type: "plot"
10433 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10434 #  algorithm: "plot_perf_box_name"
10435 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10436 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10437 #  include:
10438 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10439 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10440 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10441 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10442 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10443 #  layout:
10444 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10445 #    layout: "plot-throughput"
10446 #
10447 #- type: "plot"
10448 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10449 #  algorithm: "plot_perf_box_name"
10450 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10451 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10452 #  include:
10453 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10454 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10455 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10456 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10457 #  layout:
10458 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10459 #    layout: "plot-throughput"
10460 #
10461 #- type: "plot"
10462 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10463 #  algorithm: "plot_perf_box_name"
10464 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10465 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10466 #  include:
10467 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10468 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10469 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10470 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10471 #  layout:
10472 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10473 #    layout: "plot-throughput"
10474 #
10475 #- type: "plot"
10476 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10477 #  algorithm: "plot_perf_box_name"
10478 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10479 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10480 #  include:
10481 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10482 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10483 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10484 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10485 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10486 #  layout:
10487 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10488 #    layout: "plot-throughput"
10489 #
10490 #- type: "plot"
10491 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10492 #  algorithm: "plot_perf_box_name"
10493 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10494 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10495 #  include:
10496 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10497 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10498 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10499 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10500 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10501 #  layout:
10502 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10503 #    layout: "plot-throughput"
10504 #
10505 #- type: "plot"
10506 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10507 #  algorithm: "plot_perf_box_name"
10508 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10509 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10510 #  include:
10511 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10512 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10513 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10514 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10515 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10516 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10517 #  layout:
10518 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10519 #    layout: "plot-throughput"
10520 #
10521 #- type: "plot"
10522 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10523 #  algorithm: "plot_perf_box_name"
10524 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10525 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10526 #  include:
10527 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10528 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10529 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10530 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10531 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10532 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10533 #  layout:
10534 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10535 #    layout: "plot-throughput"
10536
10537 - type: "plot"
10538   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10539   algorithm: "plot_perf_box_name"
10540   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10541   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10542   include:
10543     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10544     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10545     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10546     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10547     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10548   layout:
10549     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10550     layout: "plot-throughput"
10551
10552 - type: "plot"
10553   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10554   algorithm: "plot_perf_box_name"
10555   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10556   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10557   include:
10558     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10559     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10560     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10561     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10562     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10563   layout:
10564     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10565     layout: "plot-throughput"
10566
10567 - type: "plot"
10568   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10569   algorithm: "plot_perf_box_name"
10570   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10571   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10572   include:
10573     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10574     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10575     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10576     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10577     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10578     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10579   layout:
10580     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10581     layout: "plot-throughput"
10582
10583 - type: "plot"
10584   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10585   algorithm: "plot_perf_box_name"
10586   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10587   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10588   include:
10589     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10590     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10591     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10592     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10593     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10594     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10595   layout:
10596     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10597     layout: "plot-throughput"
10598
10599 - type: "plot"
10600   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10601   algorithm: "plot_perf_box_name"
10602   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10603   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10604   include:
10605     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10606     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10607     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10608     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10609     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10610   layout:
10611     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10612     layout: "plot-throughput"
10613
10614 - type: "plot"
10615   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10616   algorithm: "plot_perf_box_name"
10617   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10618   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10619   include:
10620     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10621     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10622     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10623     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10624     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10625   layout:
10626     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10627     layout: "plot-throughput"
10628
10629 - type: "plot"
10630   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10631   algorithm: "plot_perf_box_name"
10632   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10633   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10634   include:
10635     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10636     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10637     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10638     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10639     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10640     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10641   layout:
10642     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10643     layout: "plot-throughput"
10644
10645 - type: "plot"
10646   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10647   algorithm: "plot_perf_box_name"
10648   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10649   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10650   include:
10651     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10652     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10653     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10654     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10655     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10656     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10657   layout:
10658     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10659     layout: "plot-throughput"
10660
10661 - type: "plot"
10662   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10663   algorithm: "plot_perf_box_name"
10664   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10665   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10666   include:
10667     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10668     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10669     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10670     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10671     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10672   layout:
10673     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10674     layout: "plot-throughput"
10675
10676 - type: "plot"
10677   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10678   algorithm: "plot_perf_box_name"
10679   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10680   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10681   include:
10682     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10683     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10684     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10685     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10686     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10687   layout:
10688     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10689     layout: "plot-throughput"
10690
10691 - type: "plot"
10692   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10693   algorithm: "plot_perf_box_name"
10694   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10695   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10696   include:
10697     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10698     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10699     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10700     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10701     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10702     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10703   layout:
10704     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10705     layout: "plot-throughput"
10706
10707 - type: "plot"
10708   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10709   algorithm: "plot_perf_box_name"
10710   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10711   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10712   include:
10713     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10714     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10715     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10716     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10717     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10718     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10719   layout:
10720     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10721     layout: "plot-throughput"
10722
10723 - type: "plot"
10724   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
10725   algorithm: "plot_perf_box_name"
10726   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
10727   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10728   include:
10729     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10730     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10731   layout:
10732     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
10733     layout: "plot-throughput"
10734
10735 - type: "plot"
10736   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
10737   algorithm: "plot_perf_box_name"
10738   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
10739   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10740   include:
10741     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10742     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10743   layout:
10744     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
10745     layout: "plot-throughput"
10746
10747 #- type: "plot"
10748 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
10749 #  algorithm: "plot_perf_box_name"
10750 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
10751 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10752 #  include:
10753 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
10754 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10755 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10756 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10757 #  layout:
10758 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
10759 #    layout: "plot-throughput"
10760 #
10761 #- type: "plot"
10762 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
10763 #  algorithm: "plot_perf_box_name"
10764 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
10765 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10766 #  include:
10767 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
10768 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10769 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10770 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10771 #  layout:
10772 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
10773 #    layout: "plot-throughput"
10774
10775 - type: "plot"
10776   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10777   algorithm: "plot_perf_box_name"
10778   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10779   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10780   include:
10781     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10782     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10783     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10784     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10785   layout:
10786     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10787     layout: "plot-throughput"
10788
10789 - type: "plot"
10790   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10791   algorithm: "plot_perf_box_name"
10792   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10793   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10794   include:
10795     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10796     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10797     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10798     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10799   layout:
10800     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10801     layout: "plot-throughput"
10802
10803 - type: "plot"
10804   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10805   algorithm: "plot_perf_box_name"
10806   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10807   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10808   include:
10809     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10810     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10811     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10812     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10813   layout:
10814     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10815     layout: "plot-throughput"
10816
10817 - type: "plot"
10818   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10819   algorithm: "plot_perf_box_name"
10820   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10821   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10822   include:
10823     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10824     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10825     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10826     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10827   layout:
10828     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10829     layout: "plot-throughput"
10830
10831 #- type: "plot"
10832 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10833 #  algorithm: "plot_perf_box_name"
10834 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10835 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10836 #  include:
10837 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10838 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10839 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10840 #  layout:
10841 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10842 #    layout: "plot-throughput"
10843 #
10844 #- type: "plot"
10845 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10846 #  algorithm: "plot_perf_box_name"
10847 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10848 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10849 #  include:
10850 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10851 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10852 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10853 #  layout:
10854 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10855 #    layout: "plot-throughput"
10856 #
10857 #- type: "plot"
10858 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10859 #  algorithm: "plot_perf_box_name"
10860 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10861 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10862 #  include:
10863 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10864 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10865 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
10866 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
10867 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10868 #  layout:
10869 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10870 #    layout: "plot-throughput"
10871 #
10872 #- type: "plot"
10873 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10874 #  algorithm: "plot_perf_box_name"
10875 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10876 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10877 #  include:
10878 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10879 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10880 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
10881 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
10882 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10883 #  layout:
10884 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10885 #    layout: "plot-throughput"
10886
10887 - type: "plot"
10888   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
10889   algorithm: "plot_perf_box_name"
10890   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
10891   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10892   include:
10893     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
10894     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
10895     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
10896   layout:
10897     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
10898     layout: "plot-throughput"
10899
10900 - type: "plot"
10901   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
10902   algorithm: "plot_perf_box_name"
10903   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
10904   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10905   include:
10906     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
10907     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
10908     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
10909   layout:
10910     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
10911     layout: "plot-throughput"
10912
10913 #- type: "plot"
10914 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10915 #  algorithm: "plot_perf_box_name"
10916 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10917 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10918 #  include:
10919 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10920 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10921 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10922 #  layout:
10923 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10924 #    layout: "plot-throughput"
10925 #
10926 #- type: "plot"
10927 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10928 #  algorithm: "plot_perf_box_name"
10929 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10930 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10931 #  include:
10932 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10933 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10934 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10935 #  layout:
10936 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10937 #    layout: "plot-throughput"
10938 #
10939 #- type: "plot"
10940 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10941 #  algorithm: "plot_perf_box_name"
10942 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10943 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10944 #  include:
10945 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10946 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10947 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
10948 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
10949 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10950 #  layout:
10951 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10952 #    layout: "plot-throughput"
10953 #
10954 #- type: "plot"
10955 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10956 #  algorithm: "plot_perf_box_name"
10957 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10958 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10959 #  include:
10960 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10961 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10962 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
10963 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
10964 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10965 #  layout:
10966 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10967 #    layout: "plot-throughput"
10968
10969 - type: "plot"
10970   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
10971   algorithm: "plot_perf_box_name"
10972   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
10973   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10974   include:
10975     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
10976     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
10977     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
10978     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
10979     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
10980   layout:
10981     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
10982     layout: "plot-throughput"
10983
10984 - type: "plot"
10985   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
10986   algorithm: "plot_perf_box_name"
10987   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
10988   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10989   include:
10990     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
10991     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
10992     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
10993     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
10994     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
10995   layout:
10996     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
10997     layout: "plot-throughput"
10998
10999 - type: "plot"
11000   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11001   algorithm: "plot_perf_box_name"
11002   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11003   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11004   include:
11005     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11006     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11007     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11008     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11009     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11010   layout:
11011     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11012     layout: "plot-throughput"
11013
11014 - type: "plot"
11015   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11016   algorithm: "plot_perf_box_name"
11017   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11018   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11019   include:
11020     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11021     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11022     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11023     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11024     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11025   layout:
11026     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11027     layout: "plot-throughput"
11028
11029 - type: "plot"
11030   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11031   algorithm: "plot_perf_box_name"
11032   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11033   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11034   include:
11035     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11036     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11037     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11038     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11039     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11040   layout:
11041     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11042     layout: "plot-throughput"
11043
11044 - type: "plot"
11045   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11046   algorithm: "plot_perf_box_name"
11047   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11048   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11049   include:
11050     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11051     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11052     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11053     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11054     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11055   layout:
11056     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11057     layout: "plot-throughput"
11058
11059 - type: "plot"
11060   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11061   algorithm: "plot_perf_box_name"
11062   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11063   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11064   include:
11065     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11066     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11067     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11068     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11069     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11070     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11071   layout:
11072     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11073     layout: "plot-throughput"
11074
11075 - type: "plot"
11076   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11077   algorithm: "plot_perf_box_name"
11078   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11079   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11080   include:
11081     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11082     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11083     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11084     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11085     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11086     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11087   layout:
11088     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11089     layout: "plot-throughput"
11090
11091 - type: "plot"
11092   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11093   algorithm: "plot_perf_box_name"
11094   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11095   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11096   include:
11097     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11098     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11099     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11100     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11101   layout:
11102     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11103     layout: "plot-throughput"
11104
11105 - type: "plot"
11106   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11107   algorithm: "plot_perf_box_name"
11108   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11109   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11110   include:
11111     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11112     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11113     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11114     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11115   layout:
11116     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11117     layout: "plot-throughput"
11118
11119 #- type: "plot"
11120 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11121 #  algorithm: "plot_perf_box_name"
11122 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11123 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11124 #  include:
11125 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11126 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11127 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11128 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11129 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11130 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11131 #  layout:
11132 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11133 #    layout: "plot-throughput"
11134 #
11135 #- type: "plot"
11136 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11137 #  algorithm: "plot_perf_box_name"
11138 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11139 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11140 #  include:
11141 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11142 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11143 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11144 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11145 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11146 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11147 #  layout:
11148 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11149 #    layout: "plot-throughput"
11150
11151 - type: "plot"
11152   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11153   algorithm: "plot_perf_box_name"
11154   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11155   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11156   include:
11157     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11158 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11159     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11160 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11161     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11162 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11163   layout:
11164     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11165     layout: "plot-throughput"
11166
11167 - type: "plot"
11168   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11169   algorithm: "plot_perf_box_name"
11170   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11171   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11172   include:
11173     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11174 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11175     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11176 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11177     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11178 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11179   layout:
11180     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11181     layout: "plot-throughput"
11182
11183 - type: "plot"
11184   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11185   algorithm: "plot_perf_box_name"
11186   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11187   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11188   include:
11189     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11190     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11191     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11192     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11193     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11194     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11195   layout:
11196     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11197     layout: "plot-throughput"
11198
11199 - type: "plot"
11200   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11201   algorithm: "plot_perf_box_name"
11202   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11203   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11204   include:
11205     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11206     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11207     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11208     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11209     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11210     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11211   layout:
11212     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11213     layout: "plot-throughput"
11214
11215 #- type: "plot"
11216 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11217 #  algorithm: "plot_perf_box_name"
11218 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11219 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11220 #  include:
11221 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11222 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11223 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11224 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11225 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11226 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11227 #  layout:
11228 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11229 #    layout: "plot-throughput"
11230 #
11231 #- type: "plot"
11232 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11233 #  algorithm: "plot_perf_box_name"
11234 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11235 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11236 #  include:
11237 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11238 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11239 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11240 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11241 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11242 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11243 #  layout:
11244 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11245 #    layout: "plot-throughput"
11246 #
11247 #- type: "plot"
11248 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11249 #  algorithm: "plot_perf_box_name"
11250 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11251 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11252 #  include:
11253 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11254 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11255 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11256 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11257 #  layout:
11258 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11259 #    layout: "plot-throughput"
11260 #
11261 #- type: "plot"
11262 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11263 #  algorithm: "plot_perf_box_name"
11264 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11265 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11266 #  include:
11267 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11268 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11269 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11270 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11271 #  layout:
11272 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11273 #    layout: "plot-throughput"
11274 #
11275 #- type: "plot"
11276 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11277 #  algorithm: "plot_perf_box_name"
11278 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11279 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11280 #  include:
11281 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11282 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11283 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11284 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11285 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11286 #  layout:
11287 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11288 #    layout: "plot-throughput"
11289 #
11290 #- type: "plot"
11291 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11292 #  algorithm: "plot_perf_box_name"
11293 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11294 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11295 #  include:
11296 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11297 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11298 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11299 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11300 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11301 #  layout:
11302 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11303 #    layout: "plot-throughput"
11304 #
11305 #- type: "plot"
11306 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11307 #  algorithm: "plot_perf_box_name"
11308 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11309 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11310 #  include:
11311 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11312 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11313 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11314 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11315 #  layout:
11316 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11317 #    layout: "plot-throughput"
11318 #
11319 #- type: "plot"
11320 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11321 #  algorithm: "plot_perf_box_name"
11322 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11323 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11324 #  include:
11325 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11326 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11327 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11328 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11329 #  layout:
11330 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11331 #    layout: "plot-throughput"
11332
11333 - type: "plot"
11334   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11335   algorithm: "plot_perf_box_name"
11336   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11337   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11338   include:
11339     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11340     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11341     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11342     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11343     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11344     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11345   layout:
11346     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11347     layout: "plot-throughput"
11348
11349 - type: "plot"
11350   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11351   algorithm: "plot_perf_box_name"
11352   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11353   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11354   include:
11355     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11356     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11357     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11358     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11359     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11360     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11361   layout:
11362     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11363     layout: "plot-throughput"
11364
11365 #- type: "plot"
11366 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11367 #  algorithm: "plot_perf_box_name"
11368 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11369 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11370 #  include:
11371 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11372 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11373 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11374 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11375 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11376 #  layout:
11377 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11378 #    layout: "plot-throughput"
11379 #
11380 #- type: "plot"
11381 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11382 #  algorithm: "plot_perf_box_name"
11383 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11384 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11385 #  include:
11386 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11387 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11388 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11389 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11390 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11391 #  layout:
11392 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11393 #    layout: "plot-throughput"
11394 #
11395 #- type: "plot"
11396 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11397 #  algorithm: "plot_perf_box_name"
11398 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11399 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11400 #  include:
11401 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11402 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11403 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11404 #  layout:
11405 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11406 #    layout: "plot-throughput"
11407 #
11408 #- type: "plot"
11409 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11410 #  algorithm: "plot_perf_box_name"
11411 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11412 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11413 #  include:
11414 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11415 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11416 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11417 #  layout:
11418 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11419 #    layout: "plot-throughput"
11420 #
11421 #- type: "plot"
11422 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11423 #  algorithm: "plot_perf_box_name"
11424 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11425 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11426 #  include:
11427 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11428 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11429 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11430 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11431 #  layout:
11432 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11433 #    layout: "plot-throughput"
11434 #
11435 #- type: "plot"
11436 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11437 #  algorithm: "plot_perf_box_name"
11438 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11439 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11440 #  include:
11441 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11442 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11443 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11444 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11445 #  layout:
11446 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11447 #    layout: "plot-throughput"
11448 #
11449 #- type: "plot"
11450 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11451 #  algorithm: "plot_perf_box_name"
11452 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11453 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11454 #  include:
11455 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11456 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11457 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11458 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11459 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11460 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11461 #  layout:
11462 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11463 #    layout: "plot-throughput"
11464 #
11465 #- type: "plot"
11466 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11467 #  algorithm: "plot_perf_box_name"
11468 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11469 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11470 #  include:
11471 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11472 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11473 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11474 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11475 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11476 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11477 #  layout:
11478 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11479 #    layout: "plot-throughput"
11480 #
11481 #- type: "plot"
11482 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11483 #  algorithm: "plot_perf_box_name"
11484 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11485 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11486 #  include:
11487 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11488 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11489 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11490 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11491 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11492 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11493 #  layout:
11494 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11495 #    layout: "plot-throughput"
11496 #
11497 #- type: "plot"
11498 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11499 #  algorithm: "plot_perf_box_name"
11500 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11501 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11502 #  include:
11503 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11504 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11505 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11506 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11507 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11508 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11509 #  layout:
11510 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11511 #    layout: "plot-throughput"
11512
11513 - type: "plot"
11514   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11515   algorithm: "plot_perf_box_name"
11516   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11517   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11518   include:
11519     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11520     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11521     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11522     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11523   layout:
11524     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11525     layout: "plot-throughput"
11526
11527 - type: "plot"
11528   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11529   algorithm: "plot_perf_box_name"
11530   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11531   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11532   include:
11533     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11534     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11535     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11536     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11537   layout:
11538     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11539     layout: "plot-throughput"
11540
11541 - type: "plot"
11542   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11543   algorithm: "plot_perf_box_name"
11544   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11545   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11546   include:
11547     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11548     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11549     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11550     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11551     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11552     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11553   layout:
11554     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11555     layout: "plot-throughput"
11556
11557 - type: "plot"
11558   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11559   algorithm: "plot_perf_box_name"
11560   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11561   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11562   include:
11563     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11564     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11565     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11566     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11567     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11568     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11569   layout:
11570     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11571     layout: "plot-throughput"
11572
11573 - type: "plot"
11574   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11575   algorithm: "plot_perf_box_name"
11576   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11577   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11578   include:
11579     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11580     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11581     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11582     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11583     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11584     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11585   layout:
11586     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11587     layout: "plot-throughput"
11588
11589 - type: "plot"
11590   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11591   algorithm: "plot_perf_box_name"
11592   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11593   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11594   include:
11595     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11596     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11597     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11598     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11599     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11600     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11601   layout:
11602     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11603     layout: "plot-throughput"
11604
11605 - type: "plot"
11606   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11607   algorithm: "plot_perf_box_name"
11608   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11609   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11610   include:
11611     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11612     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11613     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11614     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11615   layout:
11616     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11617     layout: "plot-throughput"
11618
11619 - type: "plot"
11620   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11621   algorithm: "plot_perf_box_name"
11622   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11623   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11624   include:
11625     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11626     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11627     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11628     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11629   layout:
11630     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11631     layout: "plot-throughput"
11632
11633 - type: "plot"
11634   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11635   algorithm: "plot_perf_box_name"
11636   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11637   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11638   include:
11639     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11640     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11641     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11642     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11643     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11644     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11645   layout:
11646     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11647     layout: "plot-throughput"
11648
11649 - type: "plot"
11650   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11651   algorithm: "plot_perf_box_name"
11652   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11653   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11654   include:
11655     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11656     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11657     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11658     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11659     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11660     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11661   layout:
11662     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11663     layout: "plot-throughput"
11664
11665 - type: "plot"
11666   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11667   algorithm: "plot_perf_box_name"
11668   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11669   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11670   include:
11671     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11672     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11673     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11674     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11675   layout:
11676     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11677     layout: "plot-throughput"
11678
11679 - type: "plot"
11680   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11681   algorithm: "plot_perf_box_name"
11682   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11683   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11684   include:
11685     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11686     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11687     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11688     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11689   layout:
11690     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11691     layout: "plot-throughput"
11692
11693 - type: "plot"
11694   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11695   algorithm: "plot_perf_box_name"
11696   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11697   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11698   include:
11699     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11700     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11701     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11702     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11703     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11704     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11705   layout:
11706     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11707     layout: "plot-throughput"
11708
11709 - type: "plot"
11710   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11711   algorithm: "plot_perf_box_name"
11712   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11713   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11714   include:
11715     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11716     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11717     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11718     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11719     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11720     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11721   layout:
11722     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11723     layout: "plot-throughput"
11724
11725 - type: "plot"
11726   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11727   algorithm: "plot_perf_box_name"
11728   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11729   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11730   include:
11731     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11732     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11733     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11734     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11735     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11736     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11737   layout:
11738     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11739     layout: "plot-throughput"
11740
11741 - type: "plot"
11742   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11743   algorithm: "plot_perf_box_name"
11744   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11745   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11746   include:
11747     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11748     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11749     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11750     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11751     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11752     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11753   layout:
11754     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11755     layout: "plot-throughput"
11756
11757 - type: "plot"
11758   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
11759   algorithm: "plot_perf_box_name"
11760   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
11761   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11762   include:
11763     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11764     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11765     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11766     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11767     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11768     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11769   layout:
11770     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
11771     layout: "plot-throughput"
11772
11773 - type: "plot"
11774   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
11775   algorithm: "plot_perf_box_name"
11776   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
11777   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11778   include:
11779     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11780     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11781     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11782     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11783     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11784     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11785   layout:
11786     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
11787     layout: "plot-throughput"
11788
11789 #- type: "plot"
11790 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
11791 #  algorithm: "plot_perf_box_name"
11792 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
11793 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11794 #  include:
11795 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11796 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11797 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11798 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11799 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11800 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11801 #  layout:
11802 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
11803 #    layout: "plot-throughput"
11804 #
11805 #- type: "plot"
11806 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
11807 #  algorithm: "plot_perf_box_name"
11808 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
11809 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11810 #  include:
11811 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11812 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11813 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11814 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11815 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11816 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11817 #  layout:
11818 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
11819 #    layout: "plot-throughput"
11820
11821 - type: "plot"
11822   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11823   algorithm: "plot_perf_box_name"
11824   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11825   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11826   include:
11827     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11828     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11829     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11830     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11831     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11832     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11833   layout:
11834     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11835     layout: "plot-throughput"
11836
11837 - type: "plot"
11838   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11839   algorithm: "plot_perf_box_name"
11840   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11841   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11842   include:
11843     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11844     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11845     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11846     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11847     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11848     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11849   layout:
11850     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11851     layout: "plot-throughput"
11852
11853 #- type: "plot"
11854 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11855 #  algorithm: "plot_perf_box_name"
11856 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11857 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11858 #  include:
11859 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11860 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11861 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11862 #  layout:
11863 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11864 #    layout: "plot-throughput"
11865 #
11866 #- type: "plot"
11867 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11868 #  algorithm: "plot_perf_box_name"
11869 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11870 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11871 #  include:
11872 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11873 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11874 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11875 #  layout:
11876 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11877 #    layout: "plot-throughput"
11878
11879 #- type: "plot"
11880 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
11881 #  algorithm: "plot_perf_box_name"
11882 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
11883 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11884 #  include:
11885 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11886 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11887 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11888 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11889 #  layout:
11890 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
11891 #    layout: "plot-throughput"
11892 #
11893 #- type: "plot"
11894 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
11895 #  algorithm: "plot_perf_box_name"
11896 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
11897 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11898 #  include:
11899 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11900 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11901 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11902 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11903 #  layout:
11904 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
11905 #    layout: "plot-throughput"
11906 #
11907 #- type: "plot"
11908 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
11909 #  algorithm: "plot_perf_box_name"
11910 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
11911 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11912 #  include:
11913 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11914 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11915 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11916 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
11917 #  layout:
11918 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
11919 #    layout: "plot-throughput"
11920 #
11921 #- type: "plot"
11922 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
11923 #  algorithm: "plot_perf_box_name"
11924 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
11925 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11926 #  include:
11927 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11928 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11929 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11930 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
11931 #  layout:
11932 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
11933 #    layout: "plot-throughput"
11934
11935 - type: "plot"
11936   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
11937   algorithm: "plot_perf_box_name"
11938   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
11939   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11940   include:
11941     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11942     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11943     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11944     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11945   layout:
11946     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
11947     layout: "plot-throughput"
11948
11949 - type: "plot"
11950   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
11951   algorithm: "plot_perf_box_name"
11952   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
11953   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11954   include:
11955     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11956     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11957     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11958     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11959   layout:
11960     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
11961     layout: "plot-throughput"
11962
11963 - type: "plot"
11964   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
11965   algorithm: "plot_perf_box_name"
11966   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
11967   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11968   include:
11969     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11970     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11971     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11972     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
11973   layout:
11974     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
11975     layout: "plot-throughput"
11976
11977 - type: "plot"
11978   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
11979   algorithm: "plot_perf_box_name"
11980   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
11981   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11982   include:
11983     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11984     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11985     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11986     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
11987   layout:
11988     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
11989     layout: "plot-throughput"
11990
11991 #- type: "plot"
11992 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
11993 #  algorithm: "plot_perf_box_name"
11994 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
11995 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11996 #  include:
11997 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11998 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11999 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12000 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12001 #  layout:
12002 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12003 #    layout: "plot-throughput"
12004 #
12005 #- type: "plot"
12006 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12007 #  algorithm: "plot_perf_box_name"
12008 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12009 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12010 #  include:
12011 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12012 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12013 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12014 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12015 #  layout:
12016 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12017 #    layout: "plot-throughput"
12018 #
12019 #- type: "plot"
12020 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12021 #  algorithm: "plot_perf_box_name"
12022 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12023 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12024 #  include:
12025 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12026 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12027 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12028 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12029 #  layout:
12030 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12031 #    layout: "plot-throughput"
12032 #
12033 #- type: "plot"
12034 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12035 #  algorithm: "plot_perf_box_name"
12036 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12037 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12038 #  include:
12039 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12040 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12041 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12042 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12043 #  layout:
12044 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12045 #    layout: "plot-throughput"
12046 #
12047 #- type: "plot"
12048 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12049 #  algorithm: "plot_perf_box_name"
12050 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12051 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12052 #  include:
12053 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12054 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12055 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12056 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12057 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12058 #  layout:
12059 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12060 #    layout: "plot-throughput"
12061 #
12062 #- type: "plot"
12063 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12064 #  algorithm: "plot_perf_box_name"
12065 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12066 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12067 #  include:
12068 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12069 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12070 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12071 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12072 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12073 #  layout:
12074 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12075 #    layout: "plot-throughput"
12076 #
12077 #- type: "plot"
12078 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12079 #  algorithm: "plot_perf_box_name"
12080 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12081 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12082 #  include:
12083 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12084 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12085 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12086 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12087 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12088 #  layout:
12089 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12090 #    layout: "plot-throughput"
12091 #
12092 #- type: "plot"
12093 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12094 #  algorithm: "plot_perf_box_name"
12095 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12096 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12097 #  include:
12098 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12099 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12100 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12101 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12102 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12103 #  layout:
12104 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12105 #    layout: "plot-throughput"
12106 #
12107 #- type: "plot"
12108 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12109 #  algorithm: "plot_perf_box_name"
12110 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12111 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12112 #  include:
12113 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12114 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12115 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12116 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12117 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12118 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12119 #  layout:
12120 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12121 #    layout: "plot-throughput"
12122 #
12123 #- type: "plot"
12124 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12125 #  algorithm: "plot_perf_box_name"
12126 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12127 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12128 #  include:
12129 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12130 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12131 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12132 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12133 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12134 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12135 #  layout:
12136 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12137 #    layout: "plot-throughput"
12138 #
12139 #- type: "plot"
12140 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12141 #  algorithm: "plot_perf_box_name"
12142 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12143 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12144 #  include:
12145 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12146 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12147 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12148 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12149 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12150 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12151 #  layout:
12152 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12153 #    layout: "plot-throughput"
12154 #
12155 #- type: "plot"
12156 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12157 #  algorithm: "plot_perf_box_name"
12158 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12159 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12160 #  include:
12161 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12162 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12163 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12164 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12165 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12166 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12167 #  layout:
12168 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12169 #    layout: "plot-throughput"
12170
12171 - type: "plot"
12172   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12173   algorithm: "plot_perf_box_name"
12174   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12175   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12176   include:
12177     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12178     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12179     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12180     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12181     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12182   layout:
12183     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12184     layout: "plot-throughput"
12185
12186 - type: "plot"
12187   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12188   algorithm: "plot_perf_box_name"
12189   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12190   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12191   include:
12192     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12193     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12194     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12195     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12196     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12197   layout:
12198     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12199     layout: "plot-throughput"
12200
12201 #- type: "plot"
12202 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12203 #  algorithm: "plot_perf_box_name"
12204 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12205 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12206 #  include:
12207 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12208 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12209 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12210 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12211 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12212 #  layout:
12213 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12214 #    layout: "plot-throughput"
12215 #
12216 #- type: "plot"
12217 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12218 #  algorithm: "plot_perf_box_name"
12219 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12220 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12221 #  include:
12222 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12223 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12224 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12225 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12226 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12227 #  layout:
12228 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12229 #    layout: "plot-throughput"
12230
12231 #- type: "plot"
12232 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12233 #  algorithm: "plot_perf_box_name"
12234 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12235 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12236 #  include:
12237 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12238 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12239 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12240 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12241 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12242 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12243 #  layout:
12244 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12245 #    layout: "plot-throughput"
12246 #
12247 #- type: "plot"
12248 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12249 #  algorithm: "plot_perf_box_name"
12250 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12251 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12252 #  include:
12253 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12254 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12255 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12256 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12257 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12258 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12259 #  layout:
12260 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12261 #    layout: "plot-throughput"
12262
12263 #- type: "plot"
12264 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12265 #  algorithm: "plot_perf_box_name"
12266 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12267 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12268 #  include:
12269 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12270 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12271 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12272 #  layout:
12273 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12274 #    layout: "plot-throughput"
12275 #
12276 #- type: "plot"
12277 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12278 #  algorithm: "plot_perf_box_name"
12279 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12280 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12281 #  include:
12282 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12283 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12284 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12285 #  layout:
12286 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12287 #    layout: "plot-throughput"
12288
12289 ################################################################################
12290
12291 # Packet Speedup
12292
12293 #- type: "plot"
12294 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12295 #  algorithm: "plot_tsa_name"
12296 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12297 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12298 #  include:
12299 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12300 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12301 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12302 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12303 #  layout:
12304 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
12305 #    layout: "plot-throughput-speedup-analysis"
12306 #
12307 #- type: "plot"
12308 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12309 #  algorithm: "plot_tsa_name"
12310 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12311 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12312 #  include:
12313 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12314 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12315 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12316 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12317 #  layout:
12318 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
12319 #    layout: "plot-throughput-speedup-analysis"
12320 #
12321 #- type: "plot"
12322 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12323 #  algorithm: "plot_tsa_name"
12324 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12325 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12326 #  include:
12327 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12328 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12329 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12330 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12331 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12332 #  layout:
12333 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
12334 #    layout: "plot-throughput-speedup-analysis"
12335 #
12336 #- type: "plot"
12337 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12338 #  algorithm: "plot_tsa_name"
12339 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12340 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12341 #  include:
12342 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12343 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12344 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12345 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12346 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12347 #  layout:
12348 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
12349 #    layout: "plot-throughput-speedup-analysis"
12350 #
12351 #- type: "plot"
12352 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12353 #  algorithm: "plot_tsa_name"
12354 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12355 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12356 #  include:
12357 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12358 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12359 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12360 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12361 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12362 #  layout:
12363 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12364 #    layout: "plot-throughput-speedup-analysis"
12365 #
12366 #- type: "plot"
12367 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12368 #  algorithm: "plot_tsa_name"
12369 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12370 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12371 #  include:
12372 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12373 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12374 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12375 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12376 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12377 #  layout:
12378 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12379 #    layout: "plot-throughput-speedup-analysis"
12380 #
12381 #- type: "plot"
12382 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12383 #  algorithm: "plot_tsa_name"
12384 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12385 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12386 #  include:
12387 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12388 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12389 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12390 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12391 #  layout:
12392 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12393 #    layout: "plot-throughput-speedup-analysis"
12394 #
12395 #- type: "plot"
12396 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12397 #  algorithm: "plot_tsa_name"
12398 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12399 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12400 #  include:
12401 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12402 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12403 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12404 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12405 #  layout:
12406 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12407 #    layout: "plot-throughput-speedup-analysis"
12408 #
12409 #- type: "plot"
12410 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12411 #  algorithm: "plot_tsa_name"
12412 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12413 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12414 #  include:
12415 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12416 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12417 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12418 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12419 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12420 #  layout:
12421 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12422 #    layout: "plot-throughput-speedup-analysis"
12423 #
12424 #- type: "plot"
12425 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12426 #  algorithm: "plot_tsa_name"
12427 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12428 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12429 #  include:
12430 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12431 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12432 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12433 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12434 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12435 #  layout:
12436 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12437 #    layout: "plot-throughput-speedup-analysis"
12438 #
12439 #- type: "plot"
12440 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12441 #  algorithm: "plot_tsa_name"
12442 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12443 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12444 #  include:
12445 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12446 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12447 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12448 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12449 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12450 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12451 #  layout:
12452 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12453 #    layout: "plot-throughput-speedup-analysis"
12454 #
12455 #- type: "plot"
12456 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12457 #  algorithm: "plot_tsa_name"
12458 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12459 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12460 #  include:
12461 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12462 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12463 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12464 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12465 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12466 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12467 #  layout:
12468 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12469 #    layout: "plot-throughput-speedup-analysis"
12470
12471 - type: "plot"
12472   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12473   algorithm: "plot_tsa_name"
12474   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12475   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12476   include:
12477     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12478     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12479     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12480   layout:
12481     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
12482     layout: "plot-throughput-speedup-analysis"
12483
12484 - type: "plot"
12485   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12486   algorithm: "plot_tsa_name"
12487   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12488   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12489   include:
12490     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12491     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12492     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12493   layout:
12494     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
12495     layout: "plot-throughput-speedup-analysis"
12496
12497 #- type: "plot"
12498 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12499 #  algorithm: "plot_tsa_name"
12500 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12501 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12502 #  include:
12503 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12504 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12505 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12506 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12507 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12508 #  layout:
12509 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12510 #    layout: "plot-throughput-speedup-analysis"
12511 #
12512 #- type: "plot"
12513 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12514 #  algorithm: "plot_tsa_name"
12515 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12516 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12517 #  include:
12518 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12519 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12520 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12521 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12522 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12523 #  layout:
12524 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12525 #    layout: "plot-throughput-speedup-analysis"
12526 #
12527 #- type: "plot"
12528 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12529 #  algorithm: "plot_tsa_name"
12530 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12531 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12532 #  include:
12533 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12534 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12535 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12536 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12537 #  layout:
12538 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12539 #    layout: "plot-throughput-speedup-analysis"
12540 #
12541 #- type: "plot"
12542 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12543 #  algorithm: "plot_tsa_name"
12544 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12545 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12546 #  include:
12547 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12548 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12549 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12550 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12551 #  layout:
12552 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12553 #    layout: "plot-throughput-speedup-analysis"
12554 #
12555 #- type: "plot"
12556 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12557 #  algorithm: "plot_tsa_name"
12558 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12559 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12560 #  include:
12561 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12562 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12563 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12564 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12565 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12566 #  layout:
12567 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12568 #    layout: "plot-throughput-speedup-analysis"
12569 #
12570 #- type: "plot"
12571 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12572 #  algorithm: "plot_tsa_name"
12573 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12574 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12575 #  include:
12576 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12577 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12578 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12579 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12580 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12581 #  layout:
12582 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12583 #    layout: "plot-throughput-speedup-analysis"
12584 #
12585 #- type: "plot"
12586 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12587 #  algorithm: "plot_tsa_name"
12588 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12589 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12590 #  include:
12591 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12592 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12593 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12594 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12595 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12596 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12597 #  layout:
12598 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12599 #    layout: "plot-throughput-speedup-analysis"
12600 #
12601 #- type: "plot"
12602 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12603 #  algorithm: "plot_tsa_name"
12604 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12605 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12606 #  include:
12607 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12608 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12609 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12610 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12611 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12612 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12613 #  layout:
12614 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12615 #    layout: "plot-throughput-speedup-analysis"
12616
12617 - type: "plot"
12618   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12619   algorithm: "plot_tsa_name"
12620   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12621   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12622   include:
12623     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12624     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12625   layout:
12626     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
12627     layout: "plot-throughput-speedup-analysis"
12628
12629 - type: "plot"
12630   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12631   algorithm: "plot_tsa_name"
12632   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12633   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12634   include:
12635     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12636     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12637   layout:
12638     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
12639     layout: "plot-throughput-speedup-analysis"
12640
12641 #- type: "plot"
12642 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12643 #  algorithm: "plot_tsa_name"
12644 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12645 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12646 #  include:
12647 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12648 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12649 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12650 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12651 #  layout:
12652 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
12653 #    layout: "plot-throughput-speedup-analysis"
12654 #
12655 #- type: "plot"
12656 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12657 #  algorithm: "plot_tsa_name"
12658 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12659 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12660 #  include:
12661 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12662 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12663 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12664 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12665 #  layout:
12666 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
12667 #    layout: "plot-throughput-speedup-analysis"
12668 #
12669 #- type: "plot"
12670 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12671 #  algorithm: "plot_tsa_name"
12672 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12673 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12674 #  include:
12675 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12676 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12677 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12678 #  layout:
12679 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
12680 #    layout: "plot-throughput-speedup-analysis"
12681 #
12682 #- type: "plot"
12683 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12684 #  algorithm: "plot_tsa_name"
12685 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12686 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12687 #  include:
12688 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12689 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12690 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12691 #  layout:
12692 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
12693 #    layout: "plot-throughput-speedup-analysis"
12694 #
12695 #- type: "plot"
12696 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12697 #  algorithm: "plot_tsa_name"
12698 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12699 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12700 #  include:
12701 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12702 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12703 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12704 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12705 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12706 #  layout:
12707 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
12708 #    layout: "plot-throughput-speedup-analysis"
12709 #
12710 #- type: "plot"
12711 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12712 #  algorithm: "plot_tsa_name"
12713 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12714 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12715 #  include:
12716 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12717 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12718 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12719 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12720 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12721 #  layout:
12722 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
12723 #    layout: "plot-throughput-speedup-analysis"
12724
12725 - type: "plot"
12726   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12727   algorithm: "plot_tsa_name"
12728   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12729   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12730   include:
12731     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12732     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12733     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12734   layout:
12735     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
12736     layout: "plot-throughput-speedup-analysis"
12737
12738 - type: "plot"
12739   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12740   algorithm: "plot_tsa_name"
12741   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12742   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12743   include:
12744     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12745     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12746     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12747   layout:
12748     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
12749     layout: "plot-throughput-speedup-analysis"
12750
12751 #- type: "plot"
12752 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12753 #  algorithm: "plot_tsa_name"
12754 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12755 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12756 #  include:
12757 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12758 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12759 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12760 #  layout:
12761 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
12762 #    layout: "plot-throughput-speedup-analysis"
12763 #
12764 #- type: "plot"
12765 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12766 #  algorithm: "plot_tsa_name"
12767 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12768 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12769 #  include:
12770 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12771 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12772 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12773 #  layout:
12774 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
12775 #    layout: "plot-throughput-speedup-analysis"
12776 #
12777 #- type: "plot"
12778 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12779 #  algorithm: "plot_tsa_name"
12780 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12781 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12782 #  include:
12783 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12784 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12785 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12786 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12787 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12788 #  layout:
12789 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
12790 #    layout: "plot-throughput-speedup-analysis"
12791 #
12792 #- type: "plot"
12793 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12794 #  algorithm: "plot_tsa_name"
12795 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12796 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12797 #  include:
12798 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12799 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12800 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12801 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12802 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12803 #  layout:
12804 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
12805 #    layout: "plot-throughput-speedup-analysis"
12806
12807 - type: "plot"
12808   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
12809   algorithm: "plot_tsa_name"
12810   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
12811   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12812   include:
12813     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12814     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12815     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12816     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12817     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12818     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12819   layout:
12820     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12821     layout: "plot-throughput-speedup-analysis"
12822
12823 - type: "plot"
12824   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
12825   algorithm: "plot_tsa_name"
12826   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
12827   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12828   include:
12829     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12830     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12831     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12832     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12833     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12834     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12835   layout:
12836     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12837     layout: "plot-throughput-speedup-analysis"
12838
12839 - type: "plot"
12840   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
12841   algorithm: "plot_tsa_name"
12842   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
12843   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12844   include:
12845     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12846     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12847     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12848     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12849   layout:
12850     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12851     layout: "plot-throughput-speedup-analysis"
12852
12853 - type: "plot"
12854   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
12855   algorithm: "plot_tsa_name"
12856   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
12857   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12858   include:
12859     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12860     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12861     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12862     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12863   layout:
12864     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12865     layout: "plot-throughput-speedup-analysis"
12866
12867 #- type: "plot"
12868 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
12869 #  algorithm: "plot_tsa_name"
12870 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
12871 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12872 #  include:
12873 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12874 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12875 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12876 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12877 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12878 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12879 #  layout:
12880 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
12881 #    layout: "plot-throughput-speedup-analysis"
12882 #
12883 #- type: "plot"
12884 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
12885 #  algorithm: "plot_tsa_name"
12886 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
12887 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12888 #  include:
12889 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12890 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12891 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12892 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12893 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12894 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12895 #  layout:
12896 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
12897 #    layout: "plot-throughput-speedup-analysis"
12898 #
12899 #- type: "plot"
12900 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
12901 #  algorithm: "plot_tsa_name"
12902 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
12903 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12904 #  include:
12905 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
12906 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12907 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12908 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12909 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12910 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
12911 #  layout:
12912 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
12913 #    layout: "plot-throughput-speedup-analysis"
12914 #
12915 #- type: "plot"
12916 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
12917 #  algorithm: "plot_tsa_name"
12918 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
12919 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12920 #  include:
12921 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
12922 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12923 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12924 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12925 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12926 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
12927 #  layout:
12928 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
12929 #    layout: "plot-throughput-speedup-analysis"
12930 #
12931 #- type: "plot"
12932 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
12933 #  algorithm: "plot_tsa_name"
12934 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
12935 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12936 #  include:
12937 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
12938 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
12939 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12940 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12941 #  layout:
12942 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
12943 #    layout: "plot-throughput-speedup-analysis"
12944 #
12945 #- type: "plot"
12946 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
12947 #  algorithm: "plot_tsa_name"
12948 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
12949 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12950 #  include:
12951 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
12952 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
12953 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12954 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12955 #  layout:
12956 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
12957 #    layout: "plot-throughput-speedup-analysis"
12958 #
12959 #- type: "plot"
12960 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
12961 #  algorithm: "plot_tsa_name"
12962 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
12963 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12964 #  include:
12965 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
12966 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
12967 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12968 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12969 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12970 #  layout:
12971 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
12972 #    layout: "plot-throughput-speedup-analysis"
12973 #
12974 #- type: "plot"
12975 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
12976 #  algorithm: "plot_tsa_name"
12977 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
12978 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12979 #  include:
12980 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
12981 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
12982 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12983 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12984 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12985 #  layout:
12986 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
12987 #    layout: "plot-throughput-speedup-analysis"
12988 #
12989 #- type: "plot"
12990 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
12991 #  algorithm: "plot_tsa_name"
12992 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
12993 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12994 #  include:
12995 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12996 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
12997 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
12998 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
12999 #  layout:
13000 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13001 #    layout: "plot-throughput-speedup-analysis"
13002 #
13003 #- type: "plot"
13004 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13005 #  algorithm: "plot_tsa_name"
13006 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13007 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13008 #  include:
13009 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13010 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13011 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13012 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13013 #  layout:
13014 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13015 #    layout: "plot-throughput-speedup-analysis"
13016
13017 - type: "plot"
13018   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13019   algorithm: "plot_tsa_name"
13020   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13021   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13022   include:
13023     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13024     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13025     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13026     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13027     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13028     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13029   layout:
13030     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
13031     layout: "plot-throughput-speedup-analysis"
13032
13033 - type: "plot"
13034   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13035   algorithm: "plot_tsa_name"
13036   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13037   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13038   include:
13039     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13040     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13041     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13042     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13043     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13044     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13045   layout:
13046     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
13047     layout: "plot-throughput-speedup-analysis"
13048
13049 #- type: "plot"
13050 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13051 #  algorithm: "plot_tsa_name"
13052 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13053 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13054 #  include:
13055 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13056 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13057 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13058 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13059 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13060 #  layout:
13061 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13062 #    layout: "plot-throughput-speedup-analysis"
13063 #
13064 #- type: "plot"
13065 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13066 #  algorithm: "plot_tsa_name"
13067 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13068 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13069 #  include:
13070 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13071 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13072 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13073 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13074 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13075 #  layout:
13076 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13077 #    layout: "plot-throughput-speedup-analysis"
13078 #
13079 #- type: "plot"
13080 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13081 #  algorithm: "plot_tsa_name"
13082 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13083 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13084 #  include:
13085 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13086 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13087 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13088 #  layout:
13089 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
13090 #    layout: "plot-throughput-speedup-analysis"
13091 #
13092 #- type: "plot"
13093 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13094 #  algorithm: "plot_tsa_name"
13095 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13096 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13097 #  include:
13098 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13099 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13100 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13101 #  layout:
13102 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
13103 #    layout: "plot-throughput-speedup-analysis"
13104 #
13105 #- type: "plot"
13106 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13107 #  algorithm: "plot_tsa_name"
13108 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13109 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13110 #  include:
13111 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13112 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13113 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13114 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13115 #  layout:
13116 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13117 #    layout: "plot-throughput-speedup-analysis"
13118 #
13119 #- type: "plot"
13120 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13121 #  algorithm: "plot_tsa_name"
13122 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13123 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13124 #  include:
13125 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13126 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13127 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13128 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13129 #  layout:
13130 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13131 #    layout: "plot-throughput-speedup-analysis"
13132 #
13133 #- type: "plot"
13134 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13135 #  algorithm: "plot_tsa_name"
13136 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13137 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13138 #  include:
13139 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13140 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13141 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13142 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13143 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13144 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13145 #  layout:
13146 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13147 #    layout: "plot-throughput-speedup-analysis"
13148 #
13149 #- type: "plot"
13150 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13151 #  algorithm: "plot_tsa_name"
13152 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13153 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13154 #  include:
13155 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13156 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13157 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13158 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13159 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13160 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13161 #  layout:
13162 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13163 #    layout: "plot-throughput-speedup-analysis"
13164 #
13165 #- type: "plot"
13166 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13167 #  algorithm: "plot_tsa_name"
13168 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13169 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13170 #  include:
13171 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13172 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13173 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13174 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13175 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13176 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13177 #  layout:
13178 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr"
13179 #    layout: "plot-throughput-speedup-analysis"
13180 #
13181 #- type: "plot"
13182 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13183 #  algorithm: "plot_tsa_name"
13184 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13185 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13186 #  include:
13187 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13188 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13189 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13190 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13191 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13192 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13193 #  layout:
13194 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr"
13195 #    layout: "plot-throughput-speedup-analysis"
13196
13197 - type: "plot"
13198   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13199   algorithm: "plot_tsa_name"
13200   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13201   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13202   include:
13203     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13204     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13205     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13206     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13207     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13208     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13209   layout:
13210     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
13211     layout: "plot-throughput-speedup-analysis"
13212
13213 - type: "plot"
13214   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13215   algorithm: "plot_tsa_name"
13216   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13217   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13218   include:
13219     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13220     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13221     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13222     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13223     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13224     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13225   layout:
13226     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
13227     layout: "plot-throughput-speedup-analysis"
13228
13229 #- type: "plot"
13230 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13231 #  algorithm: "plot_tsa_name"
13232 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13233 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13234 #  include:
13235 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13236 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13237 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13238 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13239 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13240 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13241 #  layout:
13242 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr"
13243 #    layout: "plot-throughput-speedup-analysis"
13244 #
13245 #- type: "plot"
13246 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13247 #  algorithm: "plot_tsa_name"
13248 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13249 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13250 #  include:
13251 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13252 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13253 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13254 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13255 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13256 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13257 #  layout:
13258 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr"
13259 #    layout: "plot-throughput-speedup-analysis"
13260 #
13261 #- type: "plot"
13262 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13263 #  algorithm: "plot_tsa_name"
13264 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13265 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13266 #  include:
13267 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13268 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13269 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13270 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13271 #  layout:
13272 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13273 #    layout: "plot-throughput-speedup-analysis"
13274 #
13275 #- type: "plot"
13276 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13277 #  algorithm: "plot_tsa_name"
13278 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13279 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13280 #  include:
13281 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13282 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13283 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13284 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13285 #  layout:
13286 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13287 #    layout: "plot-throughput-speedup-analysis"
13288 #
13289 #- type: "plot"
13290 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13291 #  algorithm: "plot_tsa_name"
13292 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13293 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13294 #  include:
13295 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13296 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13297 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13298 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13299 #  layout:
13300 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13301 #    layout: "plot-throughput-speedup-analysis"
13302 #
13303 #- type: "plot"
13304 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13305 #  algorithm: "plot_tsa_name"
13306 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13307 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13308 #  include:
13309 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13310 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13311 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13312 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13313 #  layout:
13314 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13315 #    layout: "plot-throughput-speedup-analysis"
13316
13317 - type: "plot"
13318   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13319   algorithm: "plot_tsa_name"
13320   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
13321   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13322   include:
13323     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13324     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13325     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13326     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13327   layout:
13328     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13329     layout: "plot-throughput-speedup-analysis"
13330
13331 - type: "plot"
13332   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13333   algorithm: "plot_tsa_name"
13334   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
13335   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13336   include:
13337     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13338     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13339     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13340     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13341   layout:
13342     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13343     layout: "plot-throughput-speedup-analysis"
13344
13345 - type: "plot"
13346   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13347   algorithm: "plot_tsa_name"
13348   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13349   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13350   include:
13351     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13352     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13353     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13354     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13355   layout:
13356     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13357     layout: "plot-throughput-speedup-analysis"
13358
13359 - type: "plot"
13360   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13361   algorithm: "plot_tsa_name"
13362   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13363   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13364   include:
13365     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13366     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13367     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13368     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13369   layout:
13370     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13371     layout: "plot-throughput-speedup-analysis"
13372
13373 #- type: "plot"
13374 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13375 #  algorithm: "plot_tsa_name"
13376 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13377 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13378 #  include:
13379 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13380 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13381 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13382 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13383 #  layout:
13384 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13385 #    layout: "plot-throughput-speedup-analysis"
13386 #
13387 #- type: "plot"
13388 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13389 #  algorithm: "plot_tsa_name"
13390 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13391 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13392 #  include:
13393 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13394 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13395 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13396 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13397 #  layout:
13398 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13399 #    layout: "plot-throughput-speedup-analysis"
13400 #
13401 #- type: "plot"
13402 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13403 #  algorithm: "plot_tsa_name"
13404 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13405 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13406 #  include:
13407 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13408 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13409 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13410 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13411 #  layout:
13412 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13413 #    layout: "plot-throughput-speedup-analysis"
13414 #
13415 #- type: "plot"
13416 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13417 #  algorithm: "plot_tsa_name"
13418 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13419 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13420 #  include:
13421 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13422 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13423 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13424 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13425 #  layout:
13426 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13427 #    layout: "plot-throughput-speedup-analysis"
13428 #
13429 #- type: "plot"
13430 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13431 #  algorithm: "plot_tsa_name"
13432 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13433 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13434 #  include:
13435 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13436 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13437 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13438 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13439 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13440 #  layout:
13441 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13442 #    layout: "plot-throughput-speedup-analysis"
13443 #
13444 #- type: "plot"
13445 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13446 #  algorithm: "plot_tsa_name"
13447 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13448 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13449 #  include:
13450 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13451 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13452 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13453 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13454 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13455 #  layout:
13456 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13457 #    layout: "plot-throughput-speedup-analysis"
13458 #
13459 #- type: "plot"
13460 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13461 #  algorithm: "plot_tsa_name"
13462 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13463 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13464 #  include:
13465 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13466 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13467 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13468 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13469 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13470 #  layout:
13471 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13472 #    layout: "plot-throughput-speedup-analysis"
13473 #
13474 #- type: "plot"
13475 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13476 #  algorithm: "plot_tsa_name"
13477 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13478 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13479 #  include:
13480 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13481 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13482 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13483 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13484 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13485 #  layout:
13486 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13487 #    layout: "plot-throughput-speedup-analysis"
13488 #
13489 #- type: "plot"
13490 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13491 #  algorithm: "plot_tsa_name"
13492 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13493 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13494 #  include:
13495 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13496 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13497 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13498 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13499 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13500 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13501 #  layout:
13502 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13503 #    layout: "plot-throughput-speedup-analysis"
13504 #
13505 #- type: "plot"
13506 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13507 #  algorithm: "plot_tsa_name"
13508 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13509 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13510 #  include:
13511 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13512 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13513 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13514 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13515 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13516 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13517 #  layout:
13518 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13519 #    layout: "plot-throughput-speedup-analysis"
13520 #
13521 #- type: "plot"
13522 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13523 #  algorithm: "plot_tsa_name"
13524 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13525 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13526 #  include:
13527 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13528 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13529 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13530 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13531 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13532 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13533 #  layout:
13534 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13535 #    layout: "plot-throughput-speedup-analysis"
13536 #
13537 #- type: "plot"
13538 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13539 #  algorithm: "plot_tsa_name"
13540 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13541 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13542 #  include:
13543 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13544 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13545 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13546 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13547 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13548 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13549 #  layout:
13550 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13551 #    layout: "plot-throughput-speedup-analysis"
13552 #
13553 #- type: "plot"
13554 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13555 #  algorithm: "plot_tsa_name"
13556 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13557 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13558 #  include:
13559 #    - "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"
13560 #    - "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"
13561 #    - "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"
13562 #  layout:
13563 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr"
13564 #    layout: "plot-throughput-speedup-analysis"
13565 #
13566 #- type: "plot"
13567 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13568 #  algorithm: "plot_tsa_name"
13569 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13570 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13571 #  include:
13572 #    - "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"
13573 #    - "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"
13574 #    - "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"
13575 #  layout:
13576 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr"
13577 #    layout: "plot-throughput-speedup-analysis"
13578
13579 - type: "plot"
13580   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13581   algorithm: "plot_tsa_name"
13582   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13583   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13584   include:
13585     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13586     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13587     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13588     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13589     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13590   layout:
13591     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
13592     layout: "plot-throughput-speedup-analysis"
13593
13594 - type: "plot"
13595   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13596   algorithm: "plot_tsa_name"
13597   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13598   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13599   include:
13600     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13601     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13602     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13603     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13604     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13605   layout:
13606     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
13607     layout: "plot-throughput-speedup-analysis"
13608
13609 - type: "plot"
13610   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13611   algorithm: "plot_tsa_name"
13612   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13613   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13614   include:
13615     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13616     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13617     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13618     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13619     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13620   layout:
13621     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
13622     layout: "plot-throughput-speedup-analysis"
13623
13624 - type: "plot"
13625   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13626   algorithm: "plot_tsa_name"
13627   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13628   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13629   include:
13630     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13631     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13632     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13633     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13634     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13635   layout:
13636     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
13637     layout: "plot-throughput-speedup-analysis"
13638
13639 - type: "plot"
13640   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13641   algorithm: "plot_tsa_name"
13642   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13643   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13644   include:
13645     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13646     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13647     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13648     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13649     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13650     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13651   layout:
13652     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
13653     layout: "plot-throughput-speedup-analysis"
13654
13655 - type: "plot"
13656   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13657   algorithm: "plot_tsa_name"
13658   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13659   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13660   include:
13661     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13662     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13663     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13664     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13665     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13666     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13667   layout:
13668     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
13669     layout: "plot-throughput-speedup-analysis"
13670
13671 - type: "plot"
13672   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13673   algorithm: "plot_tsa_name"
13674   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13675   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13676   include:
13677     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13678     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13679     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13680     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13681   layout:
13682     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
13683     layout: "plot-throughput-speedup-analysis"
13684
13685 - type: "plot"
13686   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13687   algorithm: "plot_tsa_name"
13688   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13689   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13690   include:
13691     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13692     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13693     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13694     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13695   layout:
13696     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
13697     layout: "plot-throughput-speedup-analysis"
13698
13699 - type: "plot"
13700   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
13701   algorithm: "plot_tsa_name"
13702   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
13703   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13704   include:
13705     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13706     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13707     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13708     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13709     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13710   layout:
13711     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
13712     layout: "plot-throughput-speedup-analysis"
13713
13714 - type: "plot"
13715   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
13716   algorithm: "plot_tsa_name"
13717   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
13718   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13719   include:
13720     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13721     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13722     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13723     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13724     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13725   layout:
13726     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
13727     layout: "plot-throughput-speedup-analysis"
13728
13729 - type: "plot"
13730   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
13731   algorithm: "plot_tsa_name"
13732   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
13733   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13734   include:
13735     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13736     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13737     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13738     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13739     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13740     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13741   layout:
13742     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13743     layout: "plot-throughput-speedup-analysis"
13744
13745 - type: "plot"
13746   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
13747   algorithm: "plot_tsa_name"
13748   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
13749   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13750   include:
13751     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13752     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13753     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13754     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13755     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13756     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13757   layout:
13758     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13759     layout: "plot-throughput-speedup-analysis"
13760
13761 - type: "plot"
13762   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
13763   algorithm: "plot_tsa_name"
13764   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
13765   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13766   include:
13767     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13768     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13769     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13770     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13771   layout:
13772     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
13773     layout: "plot-throughput-speedup-analysis"
13774
13775 - type: "plot"
13776   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
13777   algorithm: "plot_tsa_name"
13778   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
13779   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13780   include:
13781     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13782     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13783     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13784     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13785   layout:
13786     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
13787     layout: "plot-throughput-speedup-analysis"
13788
13789 - type: "plot"
13790   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
13791   algorithm: "plot_tsa_name"
13792   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
13793   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13794   include:
13795     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13796     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13797     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13798     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13799     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13800     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13801   layout:
13802     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
13803     layout: "plot-throughput-speedup-analysis"
13804
13805 - type: "plot"
13806   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
13807   algorithm: "plot_tsa_name"
13808   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
13809   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13810   include:
13811     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13812     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13813     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13814     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13815     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13816     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13817   layout:
13818     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
13819     layout: "plot-throughput-speedup-analysis"
13820
13821 - type: "plot"
13822   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
13823   algorithm: "plot_tsa_name"
13824   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
13825   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13826   include:
13827     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13828     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13829     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13830     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13831     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13832     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13833   layout:
13834     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
13835     layout: "plot-throughput-speedup-analysis"
13836
13837 - type: "plot"
13838   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
13839   algorithm: "plot_tsa_name"
13840   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
13841   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13842   include:
13843     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13844     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13845     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13846     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13847     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13848     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13849   layout:
13850     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
13851     layout: "plot-throughput-speedup-analysis"
13852
13853 - type: "plot"
13854   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
13855   algorithm: "plot_tsa_name"
13856   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
13857   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13858   include:
13859     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13860     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13861     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13862     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13863     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13864     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13865   layout:
13866     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
13867     layout: "plot-throughput-speedup-analysis"
13868
13869 - type: "plot"
13870   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
13871   algorithm: "plot_tsa_name"
13872   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
13873   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13874   include:
13875     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13876     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13877     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13878     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13879     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13880     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13881   layout:
13882     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
13883     layout: "plot-throughput-speedup-analysis"
13884
13885 - type: "plot"
13886   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
13887   algorithm: "plot_tsa_name"
13888   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
13889   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13890   include:
13891     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13892     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13893     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13894     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13895     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13896   layout:
13897     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
13898     layout: "plot-throughput-speedup-analysis"
13899
13900 - type: "plot"
13901   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
13902   algorithm: "plot_tsa_name"
13903   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
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-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13907     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13908     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13909     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13910     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13911   layout:
13912     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
13913     layout: "plot-throughput-speedup-analysis"
13914
13915 #- type: "plot"
13916 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
13917 #  algorithm: "plot_tsa_name"
13918 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
13919 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13920 #  include:
13921 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13922 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13923 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13924 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13925 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13926 #  layout:
13927 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
13928 #    layout: "plot-throughput-speedup-analysis"
13929 #
13930 #- type: "plot"
13931 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
13932 #  algorithm: "plot_tsa_name"
13933 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
13934 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13935 #  include:
13936 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13937 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13938 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13939 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13940 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13941 #  layout:
13942 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
13943 #    layout: "plot-throughput-speedup-analysis"
13944
13945 #- type: "plot"
13946 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
13947 #  algorithm: "plot_tsa_name"
13948 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
13949 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13950 #  include:
13951 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13952 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13953 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13954 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13955 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13956 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13957 #  layout:
13958 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
13959 #    layout: "plot-throughput-speedup-analysis"
13960 #
13961 #- type: "plot"
13962 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
13963 #  algorithm: "plot_tsa_name"
13964 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
13965 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13966 #  include:
13967 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13968 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13969 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13970 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13971 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13972 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13973 #  layout:
13974 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
13975 #    layout: "plot-throughput-speedup-analysis"
13976
13977 - type: "plot"
13978   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13979   algorithm: "plot_tsa_name"
13980   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13981   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13982   include:
13983     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13984     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13985     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13986     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13987     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13988   layout:
13989     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13990     layout: "plot-throughput-speedup-analysis"
13991
13992 - type: "plot"
13993   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13994   algorithm: "plot_tsa_name"
13995   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13996   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13997   include:
13998     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13999     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14000     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14001     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14002     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14003   layout:
14004     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14005     layout: "plot-throughput-speedup-analysis"
14006
14007 - type: "plot"
14008   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14009   algorithm: "plot_tsa_name"
14010   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14011   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14012   include:
14013     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14014     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14015     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14016     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14017     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14018     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14019   layout:
14020     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14021     layout: "plot-throughput-speedup-analysis"
14022
14023 - type: "plot"
14024   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14025   algorithm: "plot_tsa_name"
14026   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14027   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14028   include:
14029     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14030     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14031     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14032     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14033     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14034     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14035   layout:
14036     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14037     layout: "plot-throughput-speedup-analysis"
14038
14039 - type: "plot"
14040   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14041   algorithm: "plot_tsa_name"
14042   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14043   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14044   include:
14045     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14046     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14047     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14048     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14049     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14050   layout:
14051     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14052     layout: "plot-throughput-speedup-analysis"
14053
14054 - type: "plot"
14055   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14056   algorithm: "plot_tsa_name"
14057   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14058   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14059   include:
14060     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14061     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14062     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14063     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14064     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14065   layout:
14066     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14067     layout: "plot-throughput-speedup-analysis"
14068
14069 - type: "plot"
14070   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14071   algorithm: "plot_tsa_name"
14072   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14073   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14074   include:
14075     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14076     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14077     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14078     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14079   layout:
14080     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14081     layout: "plot-throughput-speedup-analysis"
14082
14083 - type: "plot"
14084   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14085   algorithm: "plot_tsa_name"
14086   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14087   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14088   include:
14089     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14090     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14091     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14092     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14093   layout:
14094     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14095     layout: "plot-throughput-speedup-analysis"
14096
14097 - type: "plot"
14098   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14099   algorithm: "plot_tsa_name"
14100   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14101   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14102   include:
14103     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14104     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14105     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14106     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14107     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14108     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14109   layout:
14110     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14111     layout: "plot-throughput-speedup-analysis"
14112
14113 - type: "plot"
14114   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14115   algorithm: "plot_tsa_name"
14116   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14117   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14118   include:
14119     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14120     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14121     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14122     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14123     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14124     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14125   layout:
14126     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14127     layout: "plot-throughput-speedup-analysis"
14128
14129 - type: "plot"
14130   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14131   algorithm: "plot_tsa_name"
14132   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14133   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14134   include:
14135     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14136     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14137     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14138     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14139     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14140   layout:
14141     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14142     layout: "plot-throughput-speedup-analysis"
14143
14144 - type: "plot"
14145   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14146   algorithm: "plot_tsa_name"
14147   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14148   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14149   include:
14150     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14151     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14152     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14153     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14154     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14155   layout:
14156     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14157     layout: "plot-throughput-speedup-analysis"
14158
14159 - type: "plot"
14160   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14161   algorithm: "plot_tsa_name"
14162   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14163   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14164   include:
14165     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14166     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14167     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14168     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14169     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14170     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14171   layout:
14172     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14173     layout: "plot-throughput-speedup-analysis"
14174
14175 - type: "plot"
14176   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14177   algorithm: "plot_tsa_name"
14178   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14179   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14180   include:
14181     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14182     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14183     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14184     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14185     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14186     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14187   layout:
14188     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14189     layout: "plot-throughput-speedup-analysis"
14190
14191 - type: "plot"
14192   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14193   algorithm: "plot_tsa_name"
14194   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14195   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14196   include:
14197     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14198     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14199     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14200     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14201   layout:
14202     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14203     layout: "plot-throughput-speedup-analysis"
14204
14205 - type: "plot"
14206   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14207   algorithm: "plot_tsa_name"
14208   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14209   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14210   include:
14211     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14212     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14213     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14214     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14215   layout:
14216     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14217     layout: "plot-throughput-speedup-analysis"
14218
14219 - type: "plot"
14220   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14221   algorithm: "plot_tsa_name"
14222   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14223   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14224   include:
14225     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14226     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14227     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14228     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14229     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14230   layout:
14231     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14232     layout: "plot-throughput-speedup-analysis"
14233
14234 - type: "plot"
14235   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14236   algorithm: "plot_tsa_name"
14237   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14238   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14239   include:
14240     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14241     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14242     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14243     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14244     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14245   layout:
14246     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14247     layout: "plot-throughput-speedup-analysis"
14248
14249 - type: "plot"
14250   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14251   algorithm: "plot_tsa_name"
14252   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14253   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14254   include:
14255     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14256     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14257     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14258     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14259     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14260     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14261   layout:
14262     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14263     layout: "plot-throughput-speedup-analysis"
14264
14265 - type: "plot"
14266   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14267   algorithm: "plot_tsa_name"
14268   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14269   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14270   include:
14271     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14272     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14273     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14274     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14275     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14276     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14277   layout:
14278     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14279     layout: "plot-throughput-speedup-analysis"
14280
14281 - type: "plot"
14282   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14283   algorithm: "plot_tsa_name"
14284   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14285   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14286   include:
14287     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14288     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14289     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14290     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14291   layout:
14292     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14293     layout: "plot-throughput-speedup-analysis"
14294
14295 - type: "plot"
14296   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14297   algorithm: "plot_tsa_name"
14298   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14299   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14300   include:
14301     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14302     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14303     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14304     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14305   layout:
14306     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14307     layout: "plot-throughput-speedup-analysis"
14308
14309 - type: "plot"
14310   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14311   algorithm: "plot_tsa_name"
14312   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14313   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14314   include:
14315     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14316     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14317     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14318     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14319     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14320     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14321   layout:
14322     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14323     layout: "plot-throughput-speedup-analysis"
14324
14325 - type: "plot"
14326   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14327   algorithm: "plot_tsa_name"
14328   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14329   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14330   include:
14331     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14332     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14333     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14334     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14335     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14336     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14337   layout:
14338     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14339     layout: "plot-throughput-speedup-analysis"
14340
14341 - type: "plot"
14342   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14343   algorithm: "plot_tsa_name"
14344   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14345   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14346   include:
14347     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14348     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14349     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14350     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14351     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14352     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14353   layout:
14354     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14355     layout: "plot-throughput-speedup-analysis"
14356
14357 - type: "plot"
14358   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14359   algorithm: "plot_tsa_name"
14360   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14361   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14362   include:
14363     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14364     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14365     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14366     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14367     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14368     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14369   layout:
14370     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14371     layout: "plot-throughput-speedup-analysis"
14372
14373 #- type: "plot"
14374 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14375 #  algorithm: "plot_tsa_name"
14376 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14377 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14378 #  include:
14379 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14380 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14381 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14382 #  layout:
14383 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14384 #    layout: "plot-throughput-speedup-analysis"
14385 #
14386 #- type: "plot"
14387 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14388 #  algorithm: "plot_tsa_name"
14389 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14390 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14391 #  include:
14392 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14393 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14394 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14395 #  layout:
14396 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14397 #    layout: "plot-throughput-speedup-analysis"
14398
14399 ################################################################################
14400
14401 # Packet Throughput - DPDK
14402
14403 # 2n-skx-xxv710
14404
14405 #- type: "plot"
14406 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
14407 #  algorithm: "plot_perf_box_name"
14408 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
14409 #  data: "plot-dpdk-throughput-latency-2n-skx"
14410 #  include:
14411 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14412 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14413 #  layout:
14414 #    title: "2n-skx-xxv710-64b-2t1c-base-ndr"
14415 #    layout: "plot-throughput"
14416 #
14417 #- type: "plot"
14418 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
14419 #  algorithm: "plot_perf_box_name"
14420 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
14421 #  data: "plot-dpdk-throughput-latency-2n-skx"
14422 #  include:
14423 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14424 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14425 #  layout:
14426 #    title: "2n-skx-xxv710-64b-4t2c-base-ndr"
14427 #    layout: "plot-throughput"
14428 #
14429 #- type: "plot"
14430 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
14431 #  algorithm: "plot_perf_box_name"
14432 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
14433 #  data: "plot-dpdk-throughput-latency-2n-skx"
14434 #  include:
14435 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14436 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14437 #  layout:
14438 #    title: "2n-skx-xxv710-64b-2t1c-base-pdr"
14439 #    layout: "plot-throughput"
14440 #
14441 #- type: "plot"
14442 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
14443 #  algorithm: "plot_perf_box_name"
14444 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
14445 #  data: "plot-dpdk-throughput-latency-2n-skx"
14446 #  include:
14447 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14448 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14449 #  layout:
14450 #    title: "2n-skx-xxv710-64b-4t2c-base-pdr"
14451 #    layout: "plot-throughput"
14452 #
14453 ## 2n-skx-x710
14454 #
14455 #- type: "plot"
14456 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
14457 #  algorithm: "plot_perf_box_name"
14458 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
14459 #  data: "plot-dpdk-throughput-latency-2n-skx"
14460 #  include:
14461 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14462 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14463 #  layout:
14464 #    title: "2n-skx-x710-64b-2t1c-base-ndr"
14465 #    layout: "plot-throughput"
14466 #
14467 #- type: "plot"
14468 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
14469 #  algorithm: "plot_perf_box_name"
14470 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
14471 #  data: "plot-dpdk-throughput-latency-2n-skx"
14472 #  include:
14473 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14474 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14475 #  layout:
14476 #    title: "2n-skx-x710-64b-4t2c-base-ndr"
14477 #    layout: "plot-throughput"
14478 #
14479 #- type: "plot"
14480 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
14481 #  algorithm: "plot_perf_box_name"
14482 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
14483 #  data: "plot-dpdk-throughput-latency-2n-skx"
14484 #  include:
14485 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14486 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14487 #  layout:
14488 #    title: "2n-skx-x710-64b-2t1c-base-pdr"
14489 #    layout: "plot-throughput"
14490 #
14491 #- type: "plot"
14492 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
14493 #  algorithm: "plot_perf_box_name"
14494 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
14495 #  data: "plot-dpdk-throughput-latency-2n-skx"
14496 #  include:
14497 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14498 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14499 #  layout:
14500 #    title: "2n-skx-x710-64b-4t2c-base-pdr"
14501 #    layout: "plot-throughput"
14502 #
14503 ## 3n-skx-xxv710
14504 #
14505 #- type: "plot"
14506 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
14507 #  algorithm: "plot_perf_box_name"
14508 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
14509 #  data: "plot-dpdk-throughput-latency-3n-skx"
14510 #  include:
14511 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14512 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14513 #  layout:
14514 #    title: "3n-skx-xxv710-64b-2t1c-base-ndr"
14515 #    layout: "plot-throughput"
14516 #
14517 #- type: "plot"
14518 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
14519 #  algorithm: "plot_perf_box_name"
14520 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
14521 #  data: "plot-dpdk-throughput-latency-3n-skx"
14522 #  include:
14523 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14524 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14525 #  layout:
14526 #    title: "3n-skx-xxv710-64b-4t2c-base-ndr"
14527 #    layout: "plot-throughput"
14528 #
14529 #- type: "plot"
14530 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
14531 #  algorithm: "plot_perf_box_name"
14532 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
14533 #  data: "plot-dpdk-throughput-latency-3n-skx"
14534 #  include:
14535 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14536 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14537 #  layout:
14538 #    title: "3n-skx-xxv710-64b-2t1c-base-pdr"
14539 #    layout: "plot-throughput"
14540 #
14541 #- type: "plot"
14542 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
14543 #  algorithm: "plot_perf_box_name"
14544 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
14545 #  data: "plot-dpdk-throughput-latency-3n-skx"
14546 #  include:
14547 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14548 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14549 #  layout:
14550 #    title: "3n-skx-xxv710-64b-4t2c-base-pdr"
14551 #    layout: "plot-throughput"
14552 #
14553 ## 3n-skx-x710
14554 #
14555 #- type: "plot"
14556 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
14557 #  algorithm: "plot_perf_box_name"
14558 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
14559 #  data: "plot-dpdk-throughput-latency-3n-skx"
14560 #  include:
14561 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14562 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14563 #  layout:
14564 #    title: "3n-skx-x710-64b-2t1c-base-ndr"
14565 #    layout: "plot-throughput"
14566 #
14567 #- type: "plot"
14568 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
14569 #  algorithm: "plot_perf_box_name"
14570 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
14571 #  data: "plot-dpdk-throughput-latency-3n-skx"
14572 #  include:
14573 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14574 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14575 #  layout:
14576 #    title: "3n-skx-x710-64b-4t2c-base-ndr"
14577 #    layout: "plot-throughput"
14578 #
14579 #- type: "plot"
14580 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
14581 #  algorithm: "plot_perf_box_name"
14582 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
14583 #  data: "plot-dpdk-throughput-latency-3n-skx"
14584 #  include:
14585 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14586 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14587 #  layout:
14588 #    title: "3n-skx-x710-64b-2t1c-base-pdr"
14589 #    layout: "plot-throughput"
14590 #
14591 #- type: "plot"
14592 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
14593 #  algorithm: "plot_perf_box_name"
14594 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
14595 #  data: "plot-dpdk-throughput-latency-3n-skx"
14596 #  include:
14597 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14598 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14599 #  layout:
14600 #    title: "3n-skx-x710-64b-4t2c-base-pdr"
14601 #    layout: "plot-throughput"
14602
14603 # 3n-hsw-xl710
14604
14605 - type: "plot"
14606   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
14607   algorithm: "plot_perf_box_name"
14608   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
14609   data: "plot-dpdk-throughput-latency-3n-hsw"
14610   include:
14611     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14612     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14613   layout:
14614     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
14615     layout: "plot-throughput"
14616
14617 - type: "plot"
14618   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
14619   algorithm: "plot_perf_box_name"
14620   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
14621   data: "plot-dpdk-throughput-latency-3n-hsw"
14622   include:
14623     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14624     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14625   layout:
14626     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
14627     layout: "plot-throughput"
14628
14629 - type: "plot"
14630   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
14631   algorithm: "plot_perf_box_name"
14632   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
14633   data: "plot-dpdk-throughput-latency-3n-hsw"
14634   include:
14635     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14636     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14637   layout:
14638     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
14639     layout: "plot-throughput"
14640
14641 - type: "plot"
14642   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
14643   algorithm: "plot_perf_box_name"
14644   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
14645   data: "plot-dpdk-throughput-latency-3n-hsw"
14646   include:
14647     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14648     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14649   layout:
14650     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
14651     layout: "plot-throughput"
14652
14653 # 3n-hsw-x710
14654
14655 - type: "plot"
14656   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
14657   algorithm: "plot_perf_box_name"
14658   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
14659   data: "plot-dpdk-throughput-latency-3n-hsw"
14660   include:
14661     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14662     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14663   layout:
14664     title: "3n-hsw-x710-64b-1t1c-base-ndr"
14665     layout: "plot-throughput"
14666
14667 - type: "plot"
14668   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
14669   algorithm: "plot_perf_box_name"
14670   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
14671   data: "plot-dpdk-throughput-latency-3n-hsw"
14672   include:
14673     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14674     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14675   layout:
14676     title: "3n-hsw-x710-64b-2t2c-base-ndr"
14677     layout: "plot-throughput"
14678
14679 - type: "plot"
14680   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
14681   algorithm: "plot_perf_box_name"
14682   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
14683   data: "plot-dpdk-throughput-latency-3n-hsw"
14684   include:
14685     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14686     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14687   layout:
14688     title: "3n-hsw-x710-64b-1t1c-base-pdr"
14689     layout: "plot-throughput"
14690
14691 - type: "plot"
14692   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
14693   algorithm: "plot_perf_box_name"
14694   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
14695   data: "plot-dpdk-throughput-latency-3n-hsw"
14696   include:
14697     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14698     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14699   layout:
14700     title: "3n-hsw-x710-64b-2t2c-base-pdr"
14701     layout: "plot-throughput"
14702
14703 # 2n-dnv-x553
14704
14705 - type: "plot"
14706   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
14707   algorithm: "plot_perf_box_name"
14708   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
14709   data: "plot-dpdk-throughput-latency-2n-dnv"
14710   include:
14711     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14712     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14713   layout:
14714     title: "2n-dnv-x553-64b-1t1c-base-ndr"
14715     layout: "plot-throughput"
14716
14717 - type: "plot"
14718   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
14719   algorithm: "plot_perf_box_name"
14720   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
14721   data: "plot-dpdk-throughput-latency-2n-dnv"
14722   include:
14723     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14724     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14725   layout:
14726     title: "2n-dnv-x553-64b-2t2c-base-ndr"
14727     layout: "plot-throughput"
14728
14729 - type: "plot"
14730   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
14731   algorithm: "plot_perf_box_name"
14732   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
14733   data: "plot-dpdk-throughput-latency-2n-dnv"
14734   include:
14735     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14736     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14737   layout:
14738     title: "2n-dnv-x553-64b-1t1c-base-pdr"
14739     layout: "plot-throughput"
14740
14741 - type: "plot"
14742   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
14743   algorithm: "plot_perf_box_name"
14744   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
14745   data: "plot-dpdk-throughput-latency-2n-dnv"
14746   include:
14747     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14748     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14749   layout:
14750     title: "2n-dnv-x553-64b-2t2c-base-pdr"
14751     layout: "plot-throughput"
14752
14753 # 3n-dnv-x553
14754
14755 - type: "plot"
14756   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
14757   algorithm: "plot_perf_box_name"
14758   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
14759   data: "plot-dpdk-throughput-latency-3n-dnv"
14760   include:
14761     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14762     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14763   layout:
14764     title: "3n-dnv-x553-64b-1t1c-base-ndr"
14765     layout: "plot-throughput"
14766
14767 - type: "plot"
14768   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
14769   algorithm: "plot_perf_box_name"
14770   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
14771   data: "plot-dpdk-throughput-latency-3n-dnv"
14772   include:
14773     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14774     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14775   layout:
14776     title: "3n-dnv-x553-64b-2t2c-base-ndr"
14777     layout: "plot-throughput"
14778
14779 - type: "plot"
14780   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
14781   algorithm: "plot_perf_box_name"
14782   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
14783   data: "plot-dpdk-throughput-latency-3n-dnv"
14784   include:
14785     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14786     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14787   layout:
14788     title: "3n-dnv-x553-64b-1t1c-base-pdr"
14789     layout: "plot-throughput"
14790
14791 - type: "plot"
14792   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
14793   algorithm: "plot_perf_box_name"
14794   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
14795   data: "plot-dpdk-throughput-latency-3n-dnv"
14796   include:
14797     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14798     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14799   layout:
14800     title: "3n-dnv-x553-64b-2t2c-base-pdr"
14801     layout: "plot-throughput"
14802
14803 # 3n-tsh-x520
14804
14805 - type: "plot"
14806   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
14807   algorithm: "plot_perf_box_name"
14808   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
14809   data: "plot-dpdk-throughput-latency-3n-tsh"
14810   include:
14811     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14812     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14813   layout:
14814     title: "3n-tsh-x520-64b-1t1c-base-ndr"
14815     layout: "plot-throughput"
14816
14817 - type: "plot"
14818   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
14819   algorithm: "plot_perf_box_name"
14820   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
14821   data: "plot-dpdk-throughput-latency-3n-tsh"
14822   include:
14823     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14824     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14825   layout:
14826     title: "3n-tsh-x520-64b-2t2c-base-ndr"
14827     layout: "plot-throughput"
14828
14829 - type: "plot"
14830   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
14831   algorithm: "plot_perf_box_name"
14832   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
14833   data: "plot-dpdk-throughput-latency-3n-tsh"
14834   include:
14835     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14836     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14837   layout:
14838     title: "3n-tsh-x520-64b-1t1c-base-pdr"
14839     layout: "plot-throughput"
14840
14841 - type: "plot"
14842   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
14843   algorithm: "plot_perf_box_name"
14844   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
14845   data: "plot-dpdk-throughput-latency-3n-tsh"
14846   include:
14847     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14848     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14849   layout:
14850     title: "3n-tsh-x520-64b-2t2c-base-pdr"
14851     layout: "plot-throughput"
14852
14853 ################################################################################
14854 ###   2n-clx                                                                 ###
14855 ################################################################################
14856
14857 # Packet Throughput
14858
14859 #- type: "plot"
14860 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
14861 #  algorithm: "plot_perf_box_name"
14862 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
14863 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14864 #  include:
14865 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14866 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14867 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14868 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14869 #  layout:
14870 #    title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
14871 #    layout: "plot-throughput"
14872 #
14873 #- type: "plot"
14874 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
14875 #  algorithm: "plot_perf_box_name"
14876 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
14877 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14878 #  include:
14879 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14880 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14881 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14882 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14883 #  layout:
14884 #    title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
14885 #    layout: "plot-throughput"
14886 #
14887 #- type: "plot"
14888 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
14889 #  algorithm: "plot_perf_box_name"
14890 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
14891 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14892 #  include:
14893 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14894 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14895 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14896 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14897 #  layout:
14898 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
14899 #    layout: "plot-throughput"
14900 #
14901 #- type: "plot"
14902 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
14903 #  algorithm: "plot_perf_box_name"
14904 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
14905 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14906 #  include:
14907 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14908 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14909 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14910 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14911 #  layout:
14912 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
14913 #    layout: "plot-throughput"
14914 #
14915 #- type: "plot"
14916 #  title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
14917 #  algorithm: "plot_perf_box_name"
14918 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
14919 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14920 #  include:
14921 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
14922 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
14923 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
14924 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14925 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
14926 #  layout:
14927 #    title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
14928 #    layout: "plot-throughput"
14929 #
14930 #- type: "plot"
14931 #  title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
14932 #  algorithm: "plot_perf_box_name"
14933 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
14934 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14935 #  include:
14936 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
14937 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
14938 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
14939 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14940 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
14941 #  layout:
14942 #    title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
14943 #    layout: "plot-throughput"
14944 #
14945 #- type: "plot"
14946 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
14947 #  algorithm: "plot_perf_box_name"
14948 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
14949 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14950 #  include:
14951 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
14952 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
14953 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
14954 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
14955 #  layout:
14956 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
14957 #    layout: "plot-throughput"
14958 #
14959 #- type: "plot"
14960 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
14961 #  algorithm: "plot_perf_box_name"
14962 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
14963 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14964 #  include:
14965 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
14966 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
14967 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
14968 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
14969 #  layout:
14970 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
14971 #    layout: "plot-throughput"
14972 #
14973 #- type: "plot"
14974 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
14975 #  algorithm: "plot_perf_box_name"
14976 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
14977 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14978 #  include:
14979 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
14980 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14981 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
14982 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
14983 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
14984 #  layout:
14985 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
14986 #    layout: "plot-throughput"
14987 #
14988 #- type: "plot"
14989 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
14990 #  algorithm: "plot_perf_box_name"
14991 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
14992 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14993 #  include:
14994 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
14995 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14996 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
14997 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
14998 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
14999 #  layout:
15000 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15001 #    layout: "plot-throughput"
15002 #
15003 #- type: "plot"
15004 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15005 #  algorithm: "plot_perf_box_name"
15006 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15007 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15008 #  include:
15009 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15010 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15011 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15012 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15013 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15014 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15015 #  layout:
15016 #    title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15017 #    layout: "plot-throughput"
15018 #
15019 #- type: "plot"
15020 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15021 #  algorithm: "plot_perf_box_name"
15022 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15023 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15024 #  include:
15025 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15026 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15027 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15028 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15029 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15030 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15031 #  layout:
15032 #    title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15033 #    layout: "plot-throughput"
15034 #
15035 #- type: "plot"
15036 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15037 #  algorithm: "plot_perf_box_name"
15038 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15039 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15040 #  include:
15041 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15042 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15043 #  layout:
15044 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15045 #    layout: "plot-throughput"
15046 #
15047 #- type: "plot"
15048 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15049 #  algorithm: "plot_perf_box_name"
15050 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15051 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15052 #  include:
15053 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15054 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15055 #  layout:
15056 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15057 #    layout: "plot-throughput"
15058 #
15059 #- type: "plot"
15060 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15061 #  algorithm: "plot_perf_box_name"
15062 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15063 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15064 #  include:
15065 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15066 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15067 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15068 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15069 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15070 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15071 #  layout:
15072 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15073 #    layout: "plot-throughput"
15074 #
15075 #- type: "plot"
15076 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15077 #  algorithm: "plot_perf_box_name"
15078 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15079 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15080 #  include:
15081 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15082 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15083 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15084 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15085 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15086 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15087 #  layout:
15088 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15089 #    layout: "plot-throughput"
15090 #
15091 #- type: "plot"
15092 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15093 #  algorithm: "plot_perf_box_name"
15094 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15095 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15096 #  include:
15097 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15098 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15099 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15100 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15101 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15102 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15103 #  layout:
15104 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15105 #    layout: "plot-throughput"
15106 #
15107 #- type: "plot"
15108 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15109 #  algorithm: "plot_perf_box_name"
15110 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15111 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15112 #  include:
15113 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15114 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15115 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15116 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15117 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15118 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15119 #  layout:
15120 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15121 #    layout: "plot-throughput"
15122 #
15123 #- type: "plot"
15124 #  title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15125 #  algorithm: "plot_perf_box_name"
15126 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15127 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15128 #  include:
15129 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15130 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15131 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15132 #  layout:
15133 #    title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15134 #    layout: "plot-throughput"
15135 #
15136 #- type: "plot"
15137 #  title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15138 #  algorithm: "plot_perf_box_name"
15139 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15140 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15141 #  include:
15142 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15143 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15144 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15145 #  layout:
15146 #    title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15147 #    layout: "plot-throughput"
15148 #
15149 #- type: "plot"
15150 #  title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15151 #  algorithm: "plot_perf_box_name"
15152 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15153 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15154 #  include:
15155 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15156 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15157 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15158 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15159 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15160 #  layout:
15161 #    title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15162 #    layout: "plot-throughput"
15163 #
15164 #- type: "plot"
15165 #  title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15166 #  algorithm: "plot_perf_box_name"
15167 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15168 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15169 #  include:
15170 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15171 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15172 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15173 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15174 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15175 #  layout:
15176 #    title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15177 #    layout: "plot-throughput"
15178 #
15179 #- type: "plot"
15180 #  title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15181 #  algorithm: "plot_perf_box_name"
15182 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15183 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15184 #  include:
15185 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15186 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15187 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15188 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15189 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15190 #  layout:
15191 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15192 #    layout: "plot-throughput"
15193 #
15194 #- type: "plot"
15195 #  title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15196 #  algorithm: "plot_perf_box_name"
15197 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15198 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15199 #  include:
15200 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15201 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15202 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15203 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15204 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15205 #  layout:
15206 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15207 #    layout: "plot-throughput"
15208 #
15209 #- type: "plot"
15210 #  title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15211 #  algorithm: "plot_perf_box_name"
15212 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15213 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15214 #  include:
15215 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15216 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15217 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15218 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15219 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15220 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15221 #  layout:
15222 #    title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15223 #    layout: "plot-throughput"
15224 #
15225 #- type: "plot"
15226 #  title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15227 #  algorithm: "plot_perf_box_name"
15228 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15229 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15230 #  include:
15231 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15232 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15233 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15234 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15235 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15236 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15237 #  layout:
15238 #    title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15239 #    layout: "plot-throughput"
15240 #
15241 #- type: "plot"
15242 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15243 #  algorithm: "plot_perf_box_name"
15244 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15245 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15246 #  include:
15247 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15248 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15249 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15250 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15251 #  layout:
15252 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15253 #    layout: "plot-throughput"
15254 #
15255 #- type: "plot"
15256 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15257 #  algorithm: "plot_perf_box_name"
15258 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15259 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15260 #  include:
15261 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15262 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15263 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15264 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15265 #  layout:
15266 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15267 #    layout: "plot-throughput"
15268 #
15269 #- type: "plot"
15270 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15271 #  algorithm: "plot_perf_box_name"
15272 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15273 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15274 #  include:
15275 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15276 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15277 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15278 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15279 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15280 #  layout:
15281 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15282 #    layout: "plot-throughput"
15283 #
15284 #- type: "plot"
15285 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15286 #  algorithm: "plot_perf_box_name"
15287 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15288 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15289 #  include:
15290 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15291 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15292 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15293 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15294 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15295 #  layout:
15296 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15297 #    layout: "plot-throughput"
15298 #
15299 #- type: "plot"
15300 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15301 #  algorithm: "plot_perf_box_name"
15302 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15303 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15304 #  include:
15305 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15306 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15307 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15308 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15309 #  layout:
15310 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15311 #    layout: "plot-throughput"
15312 #
15313 #- type: "plot"
15314 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15315 #  algorithm: "plot_perf_box_name"
15316 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15317 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15318 #  include:
15319 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15320 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15321 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15322 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15323 #  layout:
15324 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15325 #    layout: "plot-throughput"
15326 #
15327 #- type: "plot"
15328 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15329 #  algorithm: "plot_perf_box_name"
15330 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15331 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15332 #  include:
15333 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15334 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15335 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15336 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15337 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15338 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15339 #  layout:
15340 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15341 #    layout: "plot-throughput"
15342 #
15343 #- type: "plot"
15344 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15345 #  algorithm: "plot_perf_box_name"
15346 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15347 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15348 #  include:
15349 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15350 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15351 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15352 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15353 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15354 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15355 #  layout:
15356 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15357 #    layout: "plot-throughput"
15358 #
15359 #- type: "plot"
15360 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15361 #  algorithm: "plot_perf_box_name"
15362 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15363 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15364 #  include:
15365 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15366 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15367 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15368 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15369 #  layout:
15370 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15371 #    layout: "plot-throughput"
15372 #
15373 #- type: "plot"
15374 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15375 #  algorithm: "plot_perf_box_name"
15376 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15377 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15378 #  include:
15379 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15380 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15381 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15382 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15383 #  layout:
15384 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15385 #    layout: "plot-throughput"
15386 #
15387 #- type: "plot"
15388 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15389 #  algorithm: "plot_perf_box_name"
15390 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15391 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15392 #  include:
15393 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15394 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15395 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15396 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15397 #  layout:
15398 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15399 #    layout: "plot-throughput"
15400 #
15401 #- type: "plot"
15402 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15403 #  algorithm: "plot_perf_box_name"
15404 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15405 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15406 #  include:
15407 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15408 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15409 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15410 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15411 #  layout:
15412 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15413 #    layout: "plot-throughput"
15414 #
15415 #- type: "plot"
15416 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15417 #  algorithm: "plot_perf_box_name"
15418 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15419 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15420 #  include:
15421 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15422 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15423 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15424 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15425 #  layout:
15426 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15427 #    layout: "plot-throughput"
15428 #
15429 #- type: "plot"
15430 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15431 #  algorithm: "plot_perf_box_name"
15432 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15433 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15434 #  include:
15435 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15436 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15437 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15438 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15439 #  layout:
15440 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15441 #    layout: "plot-throughput"
15442 #
15443 #- type: "plot"
15444 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15445 #  algorithm: "plot_perf_box_name"
15446 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15447 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15448 #  include:
15449 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15450 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15451 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15452 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15453 #  layout:
15454 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15455 #    layout: "plot-throughput"
15456 #
15457 #- type: "plot"
15458 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15459 #  algorithm: "plot_perf_box_name"
15460 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15461 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15462 #  include:
15463 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15464 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15465 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15466 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15467 #  layout:
15468 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15469 #    layout: "plot-throughput"
15470 #
15471 #- type: "plot"
15472 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15473 #  algorithm: "plot_perf_box_name"
15474 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15475 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15476 #  include:
15477 #    - "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"
15478 #    - "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"
15479 #    - "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"
15480 #    - "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"
15481 #  layout:
15482 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15483 #    layout: "plot-throughput"
15484 #
15485 #- type: "plot"
15486 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15487 #  algorithm: "plot_perf_box_name"
15488 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15489 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15490 #  include:
15491 #    - "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"
15492 #    - "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"
15493 #    - "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"
15494 #    - "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"
15495 #  layout:
15496 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15497 #    layout: "plot-throughput"
15498 #
15499 #################################################################################
15500 #
15501 ## Packet Speedup
15502 #
15503 #- type: "plot"
15504 #  title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15505 #  algorithm: "plot_tsa_name"
15506 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15507 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15508 #  include:
15509 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15510 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15511 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15512 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15513 #  layout:
15514 #    title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
15515 #    layout: "plot-throughput-speedup-analysis"
15516 #
15517 #- type: "plot"
15518 #  title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15519 #  algorithm: "plot_tsa_name"
15520 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15521 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15522 #  include:
15523 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15524 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15525 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15526 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15527 #  layout:
15528 #    title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
15529 #    layout: "plot-throughput-speedup-analysis"
15530 #
15531 #- type: "plot"
15532 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15533 #  algorithm: "plot_tsa_name"
15534 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15535 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15536 #  include:
15537 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15538 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15539 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15540 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15541 #  layout:
15542 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15543 #    layout: "plot-throughput"
15544 #
15545 #- type: "plot"
15546 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15547 #  algorithm: "plot_tsa_name"
15548 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15549 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15550 #  include:
15551 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15552 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15553 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15554 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15555 #  layout:
15556 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15557 #    layout: "plot-throughput"
15558 #
15559 #- type: "plot"
15560 #  title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15561 #  algorithm: "plot_tsa_name"
15562 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15563 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15564 #  include:
15565 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15566 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15567 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15568 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15569 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15570 #  layout:
15571 #    title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
15572 #    layout: "plot-throughput-speedup-analysis"
15573 #
15574 #- type: "plot"
15575 #  title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15576 #  algorithm: "plot_tsa_name"
15577 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15578 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15579 #  include:
15580 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15581 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15582 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15583 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15584 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15585 #  layout:
15586 #    title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
15587 #    layout: "plot-throughput-speedup-analysis"
15588 #
15589 #- type: "plot"
15590 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15591 #  algorithm: "plot_tsa_name"
15592 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15593 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15594 #  include:
15595 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15596 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15597 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15598 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15599 #  layout:
15600 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15601 #    layout: "plot-throughput-speedup-analysis"
15602 #
15603 #- type: "plot"
15604 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15605 #  algorithm: "plot_tsa_name"
15606 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15607 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15608 #  include:
15609 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15610 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15611 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15612 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15613 #  layout:
15614 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15615 #    layout: "plot-throughput-speedup-analysis"
15616 #
15617 #- type: "plot"
15618 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15619 #  algorithm: "plot_tsa_name"
15620 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15621 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15622 #  include:
15623 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15624 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15625 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15626 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15627 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15628 #  layout:
15629 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15630 #    layout: "plot-throughput-speedup-analysis"
15631 #
15632 #- type: "plot"
15633 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15634 #  algorithm: "plot_tsa_name"
15635 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15636 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15637 #  include:
15638 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15639 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15640 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15641 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15642 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15643 #  layout:
15644 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15645 #    layout: "plot-throughput-speedup-analysis"
15646 #
15647 #- type: "plot"
15648 #  title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15649 #  algorithm: "plot_tsa_name"
15650 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15651 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15652 #  include:
15653 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15654 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15655 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15656 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15657 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15658 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15659 #  layout:
15660 #    title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15661 #    layout: "plot-throughput-speedup-analysis"
15662 #
15663 #- type: "plot"
15664 #  title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15665 #  algorithm: "plot_tsa_name"
15666 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15667 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15668 #  include:
15669 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15670 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15671 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15672 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15673 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15674 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15675 #  layout:
15676 #    title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15677 #    layout: "plot-throughput-speedup-analysis"
15678 #
15679 #- type: "plot"
15680 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-tsa"
15681 #  algorithm: "plot_tsa_name"
15682 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-tsa"
15683 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15684 #  include:
15685 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15686 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15687 #  layout:
15688 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15689 #    layout: "plot-throughput"
15690 #
15691 #- type: "plot"
15692 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr-tsa"
15693 #  algorithm: "plot_tsa_name"
15694 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr-tsa"
15695 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15696 #  include:
15697 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15698 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15699 #  layout:
15700 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15701 #    layout: "plot-throughput"
15702 #
15703 #- type: "plot"
15704 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-tsa"
15705 #  algorithm: "plot_tsa_name"
15706 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-tsa"
15707 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15708 #  include:
15709 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15710 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15711 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15712 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15713 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15714 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15715 #  layout:
15716 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15717 #    layout: "plot-throughput"
15718 #
15719 #- type: "plot"
15720 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr-tsa"
15721 #  algorithm: "plot_tsa_name"
15722 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr-tsa"
15723 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15724 #  include:
15725 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15726 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15727 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15728 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15729 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15730 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15731 #  layout:
15732 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15733 #    layout: "plot-throughput"
15734 #
15735 #- type: "plot"
15736 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-tsa"
15737 #  algorithm: "plot_tsa_name"
15738 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-tsa"
15739 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15740 #  include:
15741 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15742 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15743 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15744 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15745 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15746 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15747 #  layout:
15748 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15749 #    layout: "plot-throughput"
15750 #
15751 #- type: "plot"
15752 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr-tsa"
15753 #  algorithm: "plot_tsa_name"
15754 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr-tsa"
15755 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15756 #  include:
15757 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15758 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15759 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15760 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15761 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15762 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15763 #  layout:
15764 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15765 #    layout: "plot-throughput"
15766 #
15767 #- type: "plot"
15768 #  title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15769 #  algorithm: "plot_tsa_name"
15770 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15771 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15772 #  include:
15773 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15774 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15775 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15776 #  layout:
15777 #    title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr"
15778 #    layout: "plot-throughput-speedup-analysis"
15779 #
15780 #- type: "plot"
15781 #  title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15782 #  algorithm: "plot_tsa_name"
15783 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15784 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15785 #  include:
15786 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15787 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15788 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15789 #  layout:
15790 #    title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr"
15791 #    layout: "plot-throughput-speedup-analysis"
15792 #
15793 #- type: "plot"
15794 #  title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15795 #  algorithm: "plot_tsa_name"
15796 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15797 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15798 #  include:
15799 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15800 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15801 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15802 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15803 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15804 #  layout:
15805 #    title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15806 #    layout: "plot-throughput-speedup-analysis"
15807 #
15808 #- type: "plot"
15809 #  title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15810 #  algorithm: "plot_tsa_name"
15811 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15812 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15813 #  include:
15814 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15815 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15816 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15817 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15818 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15819 #  layout:
15820 #    title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15821 #    layout: "plot-throughput-speedup-analysis"
15822 #
15823 #- type: "plot"
15824 #  title: "Speedup: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-tsa"
15825 #  algorithm: "plot_tsa_name"
15826 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-tsa"
15827 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15828 #  include:
15829 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15830 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15831 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15832 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15833 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15834 #  layout:
15835 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15836 #    layout: "plot-throughput"
15837 #
15838 #- type: "plot"
15839 #  title: "Speedup: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr-tsa"
15840 #  algorithm: "plot_tsa_name"
15841 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr-tsa"
15842 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15843 #  include:
15844 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15845 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15846 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15847 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15848 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15849 #  layout:
15850 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15851 #    layout: "plot-throughput"
15852 #
15853 #- type: "plot"
15854 #  title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15855 #  algorithm: "plot_tsa_name"
15856 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15857 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15858 #  include:
15859 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15860 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15861 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15862 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15863 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15864 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15865 #  layout:
15866 #    title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15867 #    layout: "plot-throughput-speedup-analysis"
15868 #
15869 #- type: "plot"
15870 #  title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15871 #  algorithm: "plot_tsa_name"
15872 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15873 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15874 #  include:
15875 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15876 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15877 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15878 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15879 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15880 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15881 #  layout:
15882 #    title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15883 #    layout: "plot-throughput-speedup-analysis"
15884 #
15885 #- type: "plot"
15886 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15887 #  algorithm: "plot_tsa_name"
15888 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15889 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15890 #  include:
15891 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15892 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15893 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15894 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15895 #  layout:
15896 #    title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
15897 #    layout: "plot-throughput-speedup-analysis"
15898 #
15899 #- type: "plot"
15900 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15901 #  algorithm: "plot_tsa_name"
15902 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15903 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15904 #  include:
15905 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15906 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15907 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15908 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15909 #  layout:
15910 #    title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
15911 #    layout: "plot-throughput-speedup-analysis"
15912 #
15913 #- type: "plot"
15914 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15915 #  algorithm: "plot_tsa_name"
15916 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15917 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15918 #  include:
15919 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15920 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15921 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15922 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15923 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15924 #  layout:
15925 #    title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
15926 #    layout: "plot-throughput-speedup-analysis"
15927 #
15928 #- type: "plot"
15929 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15930 #  algorithm: "plot_tsa_name"
15931 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15932 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15933 #  include:
15934 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15935 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15936 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15937 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15938 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15939 #  layout:
15940 #    title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
15941 #    layout: "plot-throughput-speedup-analysis"
15942 #
15943 #- type: "plot"
15944 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15945 #  algorithm: "plot_tsa_name"
15946 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15947 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15948 #  include:
15949 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15950 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15951 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15952 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15953 #  layout:
15954 #    title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15955 #    layout: "plot-throughput-speedup-analysis"
15956 #
15957 #- type: "plot"
15958 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15959 #  algorithm: "plot_tsa_name"
15960 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15961 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15962 #  include:
15963 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15964 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15965 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15966 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15967 #  layout:
15968 #    title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15969 #    layout: "plot-throughput-speedup-analysis"
15970 #
15971 #- type: "plot"
15972 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-tsa"
15973 #  algorithm: "plot_tsa_name"
15974 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-tsa"
15975 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15976 #  include:
15977 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15978 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15979 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15980 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15981 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15982 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15983 #  layout:
15984 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15985 #    layout: "plot-throughput"
15986 #
15987 #- type: "plot"
15988 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr-tsa"
15989 #  algorithm: "plot_tsa_name"
15990 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr-tsa"
15991 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15992 #  include:
15993 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15994 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15995 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15996 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15997 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15998 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15999 #  layout:
16000 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
16001 #    layout: "plot-throughput"
16002 #
16003 #- type: "plot"
16004 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-tsa"
16005 #  algorithm: "plot_tsa_name"
16006 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-tsa"
16007 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16008 #  include:
16009 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16010 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16011 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16012 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16013 #  layout:
16014 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
16015 #    layout: "plot-throughput"
16016 #
16017 #- type: "plot"
16018 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr-tsa"
16019 #  algorithm: "plot_tsa_name"
16020 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr-tsa"
16021 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16022 #  include:
16023 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16024 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16025 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16026 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16027 #  layout:
16028 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
16029 #    layout: "plot-throughput"
16030 #
16031 #- type: "plot"
16032 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16033 #  algorithm: "plot_tsa_name"
16034 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16035 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16036 #  include:
16037 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16038 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16039 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16040 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16041 #  layout:
16042 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16043 #    layout: "plot-throughput-speedup-analysis"
16044 #
16045 #- type: "plot"
16046 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16047 #  algorithm: "plot_tsa_name"
16048 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16049 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16050 #  include:
16051 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16052 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16053 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16054 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16055 #  layout:
16056 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16057 #    layout: "plot-throughput-speedup-analysis"
16058 #
16059 #- type: "plot"
16060 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16061 #  algorithm: "plot_tsa_name"
16062 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16063 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16064 #  include:
16065 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16066 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16067 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16068 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16069 #  layout:
16070 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16071 #    layout: "plot-throughput-speedup-analysis"
16072 #
16073 #- type: "plot"
16074 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16075 #  algorithm: "plot_tsa_name"
16076 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16077 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16078 #  include:
16079 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16080 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16081 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16082 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16083 #  layout:
16084 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16085 #    layout: "plot-throughput-speedup-analysis"
16086 #
16087 #- type: "plot"
16088 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-tsa"
16089 #  algorithm: "plot_tsa_name"
16090 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-tsa"
16091 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16092 #  include:
16093 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16094 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16095 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16096 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16097 #  layout:
16098 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
16099 #    layout: "plot-throughput"
16100 #
16101 #- type: "plot"
16102 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr-tsa"
16103 #  algorithm: "plot_tsa_name"
16104 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr-tsa"
16105 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16106 #  include:
16107 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16108 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16109 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16110 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16111 #  layout:
16112 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
16113 #    layout: "plot-throughput"
16114 #
16115 #- type: "plot"
16116 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16117 #  algorithm: "plot_tsa_name"
16118 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16119 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16120 #  include:
16121 #    - "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"
16122 #    - "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"
16123 #    - "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"
16124 #    - "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"
16125 #  layout:
16126 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
16127 #    layout: "plot-throughput"
16128 #
16129 #- type: "plot"
16130 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
16131 #  algorithm: "plot_tsa_name"
16132 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
16133 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16134 #  include:
16135 #    - "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"
16136 #    - "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"
16137 #    - "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"
16138 #    - "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"
16139 #  layout:
16140 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
16141 #    layout: "plot-throughput"
16142
16143 ################################################################################
16144
16145 # Packet Throughput - DPDK
16146
16147 # 2n-clx-xxv710
16148
16149 #- type: "plot"
16150 #  title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
16151 #  algorithm: "plot_perf_box_name"
16152 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
16153 #  data: "plot-dpdk-throughput-latency-2n-clx"
16154 #  include:
16155 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16156 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16157 #  layout:
16158 #    title: "2n-clx-xxv710-64b-2t1c-base-ndr"
16159 #    layout: "plot-throughput"
16160 #
16161 #- type: "plot"
16162 #  title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
16163 #  algorithm: "plot_perf_box_name"
16164 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
16165 #  data: "plot-dpdk-throughput-latency-2n-clx"
16166 #  include:
16167 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16168 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16169 #  layout:
16170 #    title: "2n-clx-xxv710-64b-4t2c-base-ndr"
16171 #    layout: "plot-throughput"
16172 #
16173 #- type: "plot"
16174 #  title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
16175 #  algorithm: "plot_perf_box_name"
16176 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
16177 #  data: "plot-dpdk-throughput-latency-2n-clx"
16178 #  include:
16179 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16180 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16181 #  layout:
16182 #    title: "2n-clx-xxv710-64b-2t1c-base-pdr"
16183 #    layout: "plot-throughput"
16184 #
16185 #- type: "plot"
16186 #  title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
16187 #  algorithm: "plot_perf_box_name"
16188 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
16189 #  data: "plot-dpdk-throughput-latency-2n-clx"
16190 #  include:
16191 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16192 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16193 #  layout:
16194 #    title: "2n-clx-xxv710-64b-4t2c-base-pdr"
16195 #    layout: "plot-throughput"
16196 #
16197 ## 2n-clx-x710
16198 #
16199 #- type: "plot"
16200 #  title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
16201 #  algorithm: "plot_perf_box_name"
16202 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
16203 #  data: "plot-dpdk-throughput-latency-2n-clx"
16204 #  include:
16205 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16206 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16207 #  layout:
16208 #    title: "2n-clx-x710-64b-2t1c-base-ndr"
16209 #    layout: "plot-throughput"
16210 #
16211 #- type: "plot"
16212 #  title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
16213 #  algorithm: "plot_perf_box_name"
16214 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
16215 #  data: "plot-dpdk-throughput-latency-2n-clx"
16216 #  include:
16217 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16218 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16219 #  layout:
16220 #    title: "2n-clx-x710-64b-4t2c-base-ndr"
16221 #    layout: "plot-throughput"
16222 #
16223 #- type: "plot"
16224 #  title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
16225 #  algorithm: "plot_perf_box_name"
16226 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
16227 #  data: "plot-dpdk-throughput-latency-2n-clx"
16228 #  include:
16229 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16230 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16231 #  layout:
16232 #    title: "2n-clx-x710-64b-2t1c-base-pdr"
16233 #    layout: "plot-throughput"
16234 #
16235 #- type: "plot"
16236 #  title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
16237 #  algorithm: "plot_perf_box_name"
16238 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
16239 #  data: "plot-dpdk-throughput-latency-2n-clx"
16240 #  include:
16241 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16242 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16243 #  layout:
16244 #    title: "2n-clx-x710-64b-4t2c-base-pdr"
16245 #    layout: "plot-throughput"
16246
16247 ################################################################################
16248
16249 #- type: "plot"
16250 #  title: "Latency by percentile: 2n-skx"
16251 #  algorithm: "plot_hdrh_lat_by_percentile"
16252 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
16253 #  output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
16254 #  target-links: "../../_static/vpp"
16255 #  data: "plot-vpp-hdrh-lat-2n-skx"
16256 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16257 #  layout:
16258 #    layout: "plot-hdrh-latency-by-percentile"
16259
16260 #- type: "plot"
16261 #  title: "Latency by percentile: 3n-skx"
16262 #  algorithm: "plot_hdrh_lat_by_percentile"
16263 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
16264 #  output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
16265 #  target-links: "../../_static/vpp"
16266 #  data: "plot-vpp-hdrh-lat-3n-skx"
16267 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16268 #  layout:
16269 #    layout: "plot-hdrh-latency-by-percentile"
16270
16271 #- type: "plot"
16272 #  title: "Latency by percentile: 2n-clx"
16273 #  algorithm: "plot_hdrh_lat_by_percentile"
16274 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
16275 #  output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
16276 #  target-links: "../../_static/vpp"
16277 #  data: "plot-vpp-hdrh-lat-2n-clx"
16278 #  filter: "'2T1C' and 'NIC_Mellanox-CX556A'"
16279 #  layout:
16280 #    layout: "plot-hdrh-latency-by-percentile"
16281
16282 - type: "plot"
16283   title: "Latency by percentile: 3n-hsw"
16284   algorithm: "plot_hdrh_lat_by_percentile"
16285   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
16286   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
16287   target-links: "../../_static/vpp"
16288   data: "plot-vpp-hdrh-lat-3n-hsw"
16289   filter: "'1T1C' and 'NIC_Intel-XL710'"
16290   layout:
16291     layout: "plot-hdrh-latency-by-percentile"
16292
16293 - type: "plot"
16294   title: "Latency by percentile: 3n-tsh"
16295   algorithm: "plot_hdrh_lat_by_percentile"
16296   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
16297   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
16298   target-links: "../../_static/vpp"
16299   data: "plot-vpp-hdrh-lat-3n-tsh"
16300   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16301   layout:
16302     layout: "plot-hdrh-latency-by-percentile"
16303
16304 - type: "plot"
16305   title: "Latency by percentile: DPDK 3n-hsw"
16306   algorithm: "plot_hdrh_lat_by_percentile"
16307   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
16308   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
16309   target-links: "../../_static/dpdk"
16310   data: "plot-dpdk-hdrh-lat-3n-hsw"
16311   filter: "'1T1C' and 'NIC_Intel-XL710'"
16312   layout:
16313     layout: "plot-hdrh-latency-by-percentile"
16314
16315 - type: "plot"
16316   title: "Latency by percentile: DPDK 3n-tsh"
16317   algorithm: "plot_hdrh_lat_by_percentile"
16318   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
16319   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
16320   target-links: "../../_static/dpdk"
16321   data: "plot-dpdk-hdrh-lat-3n-tsh"
16322   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16323   layout:
16324     layout: "plot-hdrh-latency-by-percentile"