Report: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,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
442     plot-dpdk-hdrh-lat-3n-tsh:
443       csit-dpdk-perf-verify-2001-3n-tsh:
444         - 3   # NDRPDR sel
445
446     # 3n-dnv
447
448     plot-vpp-throughput-lat-tsa-3n-dnv:
449       csit-vpp-perf-verify-2001-3n-dnv:
450         - 5   # NDRPDR sel
451         - 6   # NDRPDR sel
452         - 7   # NDRPDR sel
453         - 8   # NDRPDR sel
454         - 9   # NDRPDR sel
455         - 10  # NDRPDR sel
456         - 12  # NDRPDR sel
457         - 16  # NDRPDR sel
458         - 17  # NDRPDR sel
459         - 18  # NDRPDR sel
460
461     plot-dpdk-throughput-latency-3n-dnv:
462       csit-dpdk-perf-verify-2001-3n-dnv:
463         - 12  # NDRPDR sel
464         - 13  # NDRPDR sel
465         - 14  # NDRPDR sel
466         - 15  # NDRPDR sel
467         - 16  # NDRPDR sel
468         - 17  # NDRPDR sel
469         - 18  # NDRPDR sel
470         - 19  # NDRPDR sel
471         - 20  # NDRPDR sel
472         - 22  # NDRPDR sel
473
474     # 2n-dnv
475
476     plot-vpp-throughput-lat-tsa-2n-dnv:
477       csit-vpp-perf-verify-2001-2n-dnv:
478         - 4   # NDRPDR sel
479         - 5   # NDRPDR sel
480         - 6   # NDRPDR sel
481         - 7   # NDRPDR sel
482         - 8   # NDRPDR sel
483         - 9   # NDRPDR sel
484         - 10  # NDRPDR sel
485         - 11  # NDRPDR sel
486         - 13  # NDRPDR sel
487         - 16  # NDRPDR sel
488
489     plot-dpdk-throughput-latency-2n-dnv:
490       csit-dpdk-perf-verify-2001-2n-dnv:
491         - 9   # NDRPDR sel
492         - 10  # NDRPDR sel
493         - 11  # NDRPDR sel
494         - 12  # NDRPDR sel
495         - 13  # NDRPDR sel
496         - 14  # NDRPDR sel
497         - 15  # NDRPDR sel
498         - 16  # NDRPDR sel
499         - 17  # NDRPDR sel
500         - 18  # NDRPDR sel
501
502     ###########################################################################
503     # Simple tables (only one data set):
504
505     # NIC Comparisons
506
507     vpp-nic-comparison-3n-skx:
508       # TODO: Add the data
509       csit-vpp-perf-verify-2001-3n-skx:
510         - 14  # NDRPDR sel
511         - 15  # NDRPDR sel
512         - 16  # NDRPDR sel
513
514     vpp-nic-comparison-2n-skx:
515       # TODO: Add the data
516       csit-vpp-perf-verify-2001-2n-skx:
517         - 21  # NDRPDR sel
518         - 22  # NDRPDR sel
519         - 23  # NDRPDR sel
520         - 26  # NDRPDR sel
521
522     vpp-nic-comparison-3n-skx-mrr:
523       # TODO: Replace
524       # csit-vpp-perf-verify-2001-3n-skx:
525       csit-vpp-perf-verify-1908-3n-skx:
526         - 36  # MRR sel
527
528     vpp-nic-comparison-2n-skx-mrr:
529       # TODO: Replace
530       # csit-vpp-perf-verify-2001-2n-skx:
531       csit-vpp-perf-verify-1908-2n-skx:
532         - 69  # MRR sel
533
534     # Results
535
536     vpp-perf-results-3n-hsw:
537       csit-vpp-perf-verify-2001-3n-hsw:
538         - 18  # NDRPDR full
539         - 20  # NDRPDR full
540         - 28  # NDRPDR full
541         - 35  # NDRPDR full
542         - 42  # NDRPDR full
543         - 46  # NDRPDR full
544         - 47  # NDRPDR full
545         - 48  # NDRPDR full
546         - 49  # NDRPDR full
547         - 50  # NDRPDR full
548         - 51  # NDRPDR full
549         - 54  # NDRPDR full
550         - 58  # NDRPDR full
551
552     vpp-perf-results-3n-skx:
553       # TODO: Replace
554       csit-vpp-perf-verify-2001-3n-skx:
555         - 14  # NDRPDR sel
556
557     vpp-perf-results-2n-skx:
558       csit-vpp-perf-verify-2001-2n-skx:
559         - 32  # NDRPDR full
560         - 33  # NDRPDR full
561
562     vpp-perf-results-2n-clx:
563       # TODO: Replace
564       csit-vpp-perf-verify-2001-2n-clx:
565         - 22  # NDRPDR sel
566
567     vpp-perf-results-3n-tsh:
568       # TODO: Replace
569       csit-vpp-perf-verify-2001-3n-tsh:
570         - 3   # NDRPDR sel
571
572     vpp-perf-results-3n-dnv:
573       csit-vpp-perf-verify-2001-3n-dnv:
574         - 19  # NDRPDR full
575         - 20  # NDRPDR full
576         - 21  # NDRPDR full
577         - 22  # NDRPDR full
578         - 23  # NDRPDR full
579         - 24  # NDRPDR full
580         - 25  # NDRPDR full
581         - 26  # NDRPDR full
582
583     vpp-perf-results-2n-dnv:
584       csit-vpp-perf-verify-2001-2n-dnv:
585         - 21  # NDRPDR full
586         - 22  # NDRPDR full
587         - 25  # NDRPDR full
588         - 26  # NDRPDR full
589         - 27  # NDRPDR full
590         - 28  # NDRPDR full
591
592     vpp-mrr-results-3n-hsw:
593       csit-vpp-perf-verify-2001-3n-hsw:
594         - 17  # MRR sel
595
596     vpp-mrr-results-3n-skx:
597       # TODO: Replace
598       # csit-vpp-perf-verify-2001-3n-skx:
599       csit-vpp-perf-verify-1908-3n-skx:
600         - 36  # MRR sel
601
602     vpp-mrr-results-2n-skx:
603       # TODO: Replace
604       # csit-vpp-perf-verify-2001-2n-skx:
605       csit-vpp-perf-verify-1908-2n-skx:
606         - 69  # MRR sel
607
608     vpp-mrr-results-2n-clx:
609       # TODO: Replace
610       # csit-vpp-perf-verify-2001-2n-clx:
611       csit-vpp-perf-verify-1908-2n-skx:
612         - 69  # MRR sel
613
614     vpp-mrr-results-3n-tsh:
615       csit-vpp-perf-verify-2001-3n-tsh:
616         - 9   # MRR sel
617
618     vpp-mrr-results-3n-dnv:
619       csit-vpp-perf-verify-2001-3n-dnv:
620         - 11  # MRR sel
621
622     vpp-mrr-results-2n-dnv:
623       csit-vpp-perf-verify-2001-2n-dnv:
624         - 12  # MRR sel
625
626     vpp-device-results-ubuntu:
627       csit-vpp-device-2001-ubuntu1804-1n-skx:
628         - 57
629
630     dpdk-perf-results-3n-hsw:
631       csit-dpdk-perf-verify-2001-3n-hsw:
632         - 25  # NDRPDR full
633         - 26  # NDRPDR full
634
635     dpdk-perf-results-3n-skx:
636       csit-dpdk-perf-verify-2001-3n-skx:
637         - 1   # NDRPDR sel
638
639     dpdk-perf-results-2n-skx:
640       csit-dpdk-perf-verify-2001-2n-skx:
641         - 1   # NDRPDR sel
642
643     dpdk-perf-results-2n-clx:
644       csit-dpdk-perf-verify-2001-2n-clx:
645         - 1   # NDRPDR sel
646
647     dpdk-perf-results-2n-dnv:
648       csit-dpdk-perf-verify-2001-2n-dnv:
649         - 16  # NDRPDR sel
650
651     dpdk-perf-results-3n-dnv:
652       csit-dpdk-perf-verify-2001-3n-dnv:
653         - 12  # NDRPDR sel
654
655     dpdk-perf-results-3n-tsh:
656       csit-dpdk-perf-verify-2001-3n-tsh:
657         - 3   # NDRPDR sel
658
659 ###########################################################################
660     # Tables (more than one data set)
661
662     # Performance changes
663
664     vpp-performance-changes-3n-hsw-h1:
665       csit-vpp-perf-verify-1904-3n-hsw:
666         - 11  # NDRPDR sel
667         - 12  # NDRPDR sel
668         - 20  # NDRPDR sel
669         - 21  # NDRPDR sel
670         - 23  # NDRPDR sel
671         - 24  # NDRPDR sel
672         - 25  # NDRPDR sel
673         - 26  # NDRPDR sel
674         - 29  # NDRPDR sel
675         - 30  # NDRPDR sel
676     vpp-performance-changes-3n-hsw-ref:
677       csit-vpp-perf-verify-1908-3n-hsw:
678         - 12  # NDRPDR sel
679         - 13  # NDRPDR sel
680         - 14  # NDRPDR sel
681         - 15  # NDRPDR sel
682         - 16  # NDRPDR sel
683         - 17  # NDRPDR sel
684         - 18  # NDRPDR sel
685         - 19  # NDRPDR sel
686         - 20  # NDRPDR sel
687         - 21  # NDRPDR sel
688     vpp-performance-changes-3n-hsw-cmp:
689       csit-vpp-perf-verify-2001-3n-hsw:
690         - 21  # NDRPDR sel
691         - 22  # NDRPDR sel
692         - 23  # NDRPDR sel
693         - 24  # NDRPDR sel
694         - 25  # NDRPDR sel
695         - 29  # NDRPDR sel
696         - 30  # NDRPDR sel
697         - 31  # NDRPDR sel
698         - 32  # NDRPDR sel
699         - 34  # NDRPDR sel
700     vpp-performance-changes-3n-hsw:
701       - "vpp-performance-changes-3n-hsw-h1"
702       - "vpp-performance-changes-3n-hsw-ref"
703       - "vpp-performance-changes-3n-hsw-cmp"
704
705     vpp-performance-changes-3n-skx-h1:
706       csit-vpp-perf-verify-1904-3n-skx:
707         - 8   # NDRPDR sel
708         - 9   # NDRPDR sel
709         - 10  # NDRPDR sel
710         - 11  # NDRPDR sel
711         - 12  # NDRPDR sel
712         - 14  # NDRPDR sel
713         - 16  # NDRPDR sel
714         - 21  # NDRPDR sel
715         - 23  # NDRPDR sel
716         - 25  # NDRPDR sel
717     vpp-performance-changes-3n-skx-ref:
718       csit-vpp-perf-verify-1908-3n-skx:
719         - 14  # NDRPDR sel
720         - 16  # NDRPDR sel
721         - 19  # NDRPDR sel
722         - 20  # NDRPDR sel
723         - 22  # NDRPDR sel
724         - 23  # NDRPDR sel
725         - 24  # NDRPDR sel
726         - 25  # NDRPDR sel
727         - 26  # NDRPDR sel
728         - 29  # NDRPDR sel
729     vpp-performance-changes-3n-skx-cmp:
730       # TODO: Add the data
731       csit-vpp-perf-verify-2001-3n-skx:
732         - 14  # NDRPDR sel
733         - 15  # NDRPDR sel
734         - 16  # NDRPDR sel
735     vpp-performance-changes-3n-skx:
736       - "vpp-performance-changes-3n-skx-h1"
737       - "vpp-performance-changes-3n-skx-ref"
738       - "vpp-performance-changes-3n-skx-cmp"
739
740     vpp-performance-changes-2n-skx-h1:
741       csit-vpp-perf-verify-1904-2n-skx:
742         - 12  # NDRPDR sel
743         - 14  # NDRPDR sel
744         - 16  # NDRPDR sel
745         - 17  # NDRPDR sel
746         - 18  # NDRPDR sel
747         - 21  # NDRPDR sel
748         - 27  # NDRPDR sel
749         - 30  # NDRPDR sel
750         - 31  # NDRPDR sel
751         - 32  # NDRPDR sel
752     vpp-performance-changes-2n-skx-ref:
753       csit-vpp-perf-verify-1908-2n-skx:
754         - 26  # NDRPDR sel
755         - 27  # NDRPDR sel
756         - 34  # NDRPDR sel
757         - 35  # NDRPDR sel
758         - 36  # NDRPDR sel
759         - 42  # NDRPDR sel
760         - 43  # NDRPDR sel
761         - 44  # NDRPDR sel
762         - 45  # NDRPDR sel
763         - 46  # NDRPDR sel
764     vpp-performance-changes-2n-skx-cmp:
765       # TODO: Add the data
766       csit-vpp-perf-verify-2001-2n-skx:
767         - 21  # NDRPDR sel
768         - 22  # NDRPDR sel
769         - 23  # NDRPDR sel
770         - 26  # NDRPDR sel
771         - 27  # NDRPDR sel
772         - 29  # NDRPDR sel
773     vpp-performance-changes-2n-skx:
774       - "vpp-performance-changes-2n-skx-h1"
775       - "vpp-performance-changes-2n-skx-ref"
776       - "vpp-performance-changes-2n-skx-cmp"
777
778     vpp-performance-changes-nfv-2n-skx-ref:
779       csit-vpp-perf-verify-1908-2n-skx:
780         - 22  # NFV
781         - 31  # NFV
782         - 32  # NFV
783     vpp-performance-changes-nfv-2n-skx-cmp:
784       # TODO: Add the data
785       csit-vpp-perf-verify-2001-2n-skx:
786         - 30  # NFV
787         - 31  # NFV
788     vpp-performance-changes-nfv-2n-skx:
789       - "vpp-performance-changes-nfv-2n-skx-ref"
790       - "vpp-performance-changes-nfv-2n-skx-cmp"
791
792     vpp-performance-changes-2n-dnv-ref:
793       csit-vpp-perf-verify-1908-2n-dnv:
794         - 1   # NDRPDR sel
795         - 2   # NDRPDR sel
796         - 3   # NDRPDR sel
797         - 4   # NDRPDR sel
798         - 5   # NDRPDR sel
799         - 6   # NDRPDR sel
800         - 7   # NDRPDR sel
801         - 8   # NDRPDR sel
802         - 9   # NDRPDR sel
803         - 10  # NDRPDR sel
804     vpp-performance-changes-2n-dnv-cmp:
805       csit-vpp-perf-verify-2001-2n-dnv:
806         - 4   # NDRPDR sel
807         - 5   # NDRPDR sel
808         - 6   # NDRPDR sel
809         - 7   # NDRPDR sel
810         - 8   # NDRPDR sel
811         - 9   # NDRPDR sel
812         - 10  # NDRPDR sel
813         - 11  # NDRPDR sel
814         - 13  # NDRPDR sel
815         - 16  # NDRPDR sel
816     vpp-performance-changes-2n-dnv:
817       - "vpp-performance-changes-2n-dnv-ref"
818       - "vpp-performance-changes-2n-dnv-cmp"
819
820     vpp-performance-changes-3n-dnv-ref:
821       csit-vpp-perf-verify-1908-3n-dnv:
822         - 6   # NDRPDR sel
823         - 7   # NDRPDR sel
824         - 8   # NDRPDR sel
825         - 9   # NDRPDR sel
826         - 10  # NDRPDR sel
827         - 12  # NDRPDR sel
828         - 13  # NDRPDR sel
829         - 14  # NDRPDR sel
830         - 15  # NDRPDR sel
831         - 16  # NDRPDR sel
832     vpp-performance-changes-3n-dnv-cmp:
833       csit-vpp-perf-verify-2001-3n-dnv:
834         - 5   # NDRPDR sel
835         - 6   # NDRPDR sel
836         - 7   # NDRPDR sel
837         - 8   # NDRPDR sel
838         - 9   # NDRPDR sel
839         - 10  # NDRPDR sel
840         - 12  # NDRPDR sel
841         - 16  # NDRPDR sel
842         - 17  # NDRPDR sel
843         - 18  # NDRPDR sel
844     vpp-performance-changes-3n-dnv:
845       - "vpp-performance-changes-3n-dnv-ref"
846       - "vpp-performance-changes-3n-dnv-cmp"
847
848     vpp-performance-changes-3n-tsh-ref:
849       csit-vpp-perf-verify-1908-3n-tsh:
850         - 7   # NDRPDR sel
851         - 8   # NDRPDR sel
852         - 9   # NDRPDR sel
853         - 10  # NDRPDR sel
854         - 11  # NDRPDR sel
855         - 12  # NDRPDR sel
856         - 13  # NDRPDR sel
857         - 14  # NDRPDR sel
858         - 15  # NDRPDR sel
859         - 16  # NDRPDR sel
860     vpp-performance-changes-3n-tsh-cmp:
861       # TODO: Add the data
862       csit-vpp-perf-verify-2001-3n-tsh:
863         - 3   # NDRPDR sel
864         - 4   # NDRPDR sel
865         - 7   # NDRPDR sel
866         - 8   # NDRPDR sel
867         - 10  # NDRPDR sel
868     vpp-performance-changes-3n-tsh:
869       - "vpp-performance-changes-3n-tsh-ref"
870       - "vpp-performance-changes-3n-tsh-cmp"
871
872     vpp-soak-vs-ndr-2n-skx-ref:
873       # TODO: Replace
874       # csit-vpp-perf-verify-2001-2n-skx:
875       csit-vpp-perf-verify-1908-2n-skx:
876         - 26  # NDRPDR sel
877         - 27  # NDRPDR sel
878         - 34  # NDRPDR sel
879     vpp-soak-vs-ndr-2n-skx-cmp:
880       # TODO: Replace
881       # csit-vpp-perf-verify-2001-2n-skx:
882       csit-vpp-perf-verify-1908-2n-skx:
883         - 83  # SOAK
884         - 86  # SOAK
885     vpp-soak-vs-ndr-2n-skx:
886       # TODO: Replace
887       # csit-vpp-perf-verify-2001-2n-skx:
888       csit-vpp-perf-verify-1908-2n-skx:
889         - 26  # NDRPDR sel
890         - 27  # NDRPDR sel
891         - 34  # NDRPDR sel
892         - 83  # SOAK
893         - 86  # SOAK
894
895     vpp-performance-changes-3n-hsw-mrr-h1:
896       csit-vpp-perf-verify-1904-3n-hsw:
897         - 9   # MRR sel
898     vpp-performance-changes-3n-hsw-mrr-ref:
899       csit-vpp-perf-verify-1908-3n-hsw:
900         - 39  # MRR sel
901     vpp-performance-changes-3n-hsw-mrr-cmp:
902       csit-vpp-perf-verify-2001-3n-hsw:
903         - 17  # MRR sel
904     vpp-performance-changes-3n-hsw-mrr:
905       - "vpp-performance-changes-3n-hsw-mrr-h1"
906       - "vpp-performance-changes-3n-hsw-mrr-ref"
907       - "vpp-performance-changes-3n-hsw-mrr-cmp"
908
909     vpp-performance-changes-3n-skx-mrr-h1:
910       csit-vpp-perf-verify-1904-3n-skx:
911         - 7   # MRR sel
912     vpp-performance-changes-3n-skx-mrr-ref:
913       csit-vpp-perf-verify-1908-3n-skx:
914         - 36  # MRR sel
915     vpp-performance-changes-3n-skx-mrr-cmp:
916       # TODO: Replace
917       # csit-vpp-perf-verify-2001-3n-skx:
918       csit-vpp-perf-verify-1908-3n-skx:
919         - 36  # MRR sel
920     vpp-performance-changes-3n-skx-mrr:
921       - "vpp-performance-changes-3n-skx-mrr-h1"
922       - "vpp-performance-changes-3n-skx-mrr-ref"
923       - "vpp-performance-changes-3n-skx-mrr-cmp"
924
925     vpp-performance-changes-2n-skx-mrr-h1:
926       csit-vpp-perf-verify-1904-2n-skx:
927         - 11  # MRR sel
928     vpp-performance-changes-2n-skx-mrr-ref:
929       csit-vpp-perf-verify-1908-2n-skx:
930         - 69  # MRR sel
931     vpp-performance-changes-2n-skx-mrr-cmp:
932       # TODO: Replace
933       # csit-vpp-perf-verify-2001-2n-skx:
934       csit-vpp-perf-verify-1908-2n-skx:
935         - 69  # MRR sel
936     vpp-performance-changes-2n-skx-mrr:
937       - "vpp-performance-changes-2n-skx-mrr-h1"
938       - "vpp-performance-changes-2n-skx-mrr-ref"
939       - "vpp-performance-changes-2n-skx-mrr-cmp"
940
941     vpp-performance-changes-nfv-2n-skx-mrr-ref:
942       csit-vpp-perf-verify-1908-2n-skx:
943         - 71  # NFV MRR
944     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
945       # TODO: Replace
946       # csit-vpp-perf-verify-2001-2n-skx:
947       csit-vpp-perf-verify-1908-2n-skx:
948         - 71  # NFV MRR
949     vpp-performance-changes-nfv-2n-skx-mrr:
950       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
951       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
952
953     vpp-performance-changes-2n-dnv-mrr-ref:
954       csit-vpp-perf-verify-1908-2n-dnv:
955         - 11  # MRR sel
956     vpp-performance-changes-2n-dnv-mrr-cmp:
957       csit-vpp-perf-verify-2001-2n-dnv:
958         - 12  # MRR sel
959     vpp-performance-changes-2n-dnv-mrr:
960       - "vpp-performance-changes-2n-dnv-mrr-ref"
961       - "vpp-performance-changes-2n-dnv-mrr-cmp"
962
963     vpp-performance-changes-3n-dnv-mrr-ref:
964       csit-vpp-perf-verify-1908-3n-dnv:
965         - 17  # MRR sel
966     vpp-performance-changes-3n-dnv-mrr-cmp:
967       csit-vpp-perf-verify-2001-3n-dnv:
968         - 11  # MRR sel
969     vpp-performance-changes-3n-dnv-mrr:
970       - "vpp-performance-changes-3n-dnv-mrr-ref"
971       - "vpp-performance-changes-3n-dnv-mrr-cmp"
972
973     vpp-performance-changes-3n-tsh-mrr-ref:
974       csit-vpp-perf-verify-1908-3n-tsh:
975         - 17  # MRR sel
976     vpp-performance-changes-3n-tsh-mrr-cmp:
977       csit-vpp-perf-verify-2001-3n-tsh:
978         - 9   # MRR sel
979     vpp-performance-changes-3n-tsh-mrr:
980       - "vpp-performance-changes-3n-tsh-mrr-ref"
981       - "vpp-performance-changes-3n-tsh-mrr-cmp"
982
983     dpdk-performance-changes-3n-hsw-h1:
984       csit-dpdk-perf-verify-1904-3n-hsw:
985         - 2   # NDRPDR sel
986         - 3   # NDRPDR sel
987         - 5   # NDRPDR sel
988         - 6   # NDRPDR sel
989         - 13  # NDRPDR sel
990         - 14  # NDRPDR sel
991         - 15  # NDRPDR sel
992         - 18  # NDRPDR sel
993         - 19  # NDRPDR sel
994         - 20  # NDRPDR sel
995     dpdk-performance-changes-3n-hsw-ref:
996       csit-dpdk-perf-verify-1908-3n-hsw:
997         - 2   # NDRPDR sel
998         - 3   # NDRPDR sel
999         - 4   # NDRPDR sel
1000         - 5   # NDRPDR sel
1001         - 6   # NDRPDR sel
1002         - 7   # NDRPDR sel
1003         - 8   # NDRPDR sel
1004         - 9   # NDRPDR sel
1005         - 10  # NDRPDR sel
1006         - 11  # NDRPDR sel
1007     dpdk-performance-changes-3n-hsw-cmp:
1008       csit-dpdk-perf-verify-2001-3n-hsw:
1009         - 4   # NDRPDR sel
1010         - 5   # NDRPDR sel
1011         - 6   # NDRPDR sel
1012         - 7   # NDRPDR sel
1013         - 8   # NDRPDR sel
1014         - 9   # NDRPDR sel
1015         - 10  # NDRPDR sel
1016         - 11  # NDRPDR sel
1017         - 12  # NDRPDR sel
1018         - 13  # NDRPDR sel
1019         - 15  # NDRPDR sel
1020         - 16  # NDRPDR sel
1021         - 17  # NDRPDR sel
1022         - 18  # NDRPDR sel
1023         - 19  # NDRPDR sel
1024         - 20  # NDRPDR sel
1025         - 21  # NDRPDR sel
1026         - 22  # NDRPDR sel
1027         - 23  # NDRPDR sel
1028         - 24  # NDRPDR sel
1029     dpdk-performance-changes-3n-hsw:
1030       - "dpdk-performance-changes-3n-hsw-h1"
1031       - "dpdk-performance-changes-3n-hsw-ref"
1032       - "dpdk-performance-changes-3n-hsw-cmp"
1033
1034     dpdk-performance-changes-3n-skx-h1:
1035       csit-dpdk-perf-verify-1904-3n-skx:
1036         - 2   # NDRPDR sel
1037         - 3   # NDRPDR sel
1038         - 4   # NDRPDR sel
1039         - 5   # NDRPDR sel
1040         - 6   # NDRPDR sel
1041         - 7   # NDRPDR sel
1042         - 11  # NDRPDR sel
1043         - 12  # NDRPDR sel
1044         - 13  # NDRPDR sel
1045         - 14  # NDRPDR sel
1046     dpdk-performance-changes-3n-skx-ref:
1047       csit-dpdk-perf-verify-1908-3n-skx:
1048         - 3   # NDRPDR sel
1049         - 4   # NDRPDR sel
1050         - 5   # NDRPDR sel
1051         - 6   # NDRPDR sel
1052         - 7   # NDRPDR sel
1053         - 8   # NDRPDR sel
1054         - 9   # NDRPDR sel
1055         - 10  # NDRPDR sel
1056         - 11  # NDRPDR sel
1057         - 12  # NDRPDR sel
1058     dpdk-performance-changes-3n-skx-cmp:
1059       csit-dpdk-perf-verify-2001-3n-skx:
1060         - 1   # NDRPDR sel
1061         - 2   # NDRPDR sel
1062         - 3   # NDRPDR sel
1063         - 4   # NDRPDR sel
1064         - 5   # NDRPDR sel
1065         - 6   # NDRPDR sel
1066         - 7   # NDRPDR sel
1067         - 8   # NDRPDR sel
1068         - 9   # NDRPDR sel
1069         - 10  # NDRPDR sel
1070     dpdk-performance-changes-3n-skx:
1071       - "dpdk-performance-changes-3n-skx-h1"
1072       - "dpdk-performance-changes-3n-skx-ref"
1073       - "dpdk-performance-changes-3n-skx-cmp"
1074
1075     dpdk-performance-changes-2n-skx-h1:
1076       csit-dpdk-perf-verify-1904-2n-skx:
1077         - 2   # NDRPDR sel
1078         - 3   # NDRPDR sel
1079         - 4   # NDRPDR sel
1080         - 5   # NDRPDR sel
1081         - 7   # NDRPDR sel
1082         - 8   # NDRPDR sel
1083         - 9   # NDRPDR sel
1084         - 10  # NDRPDR sel
1085         - 11  # NDRPDR sel
1086         - 12  # NDRPDR sel
1087     dpdk-performance-changes-2n-skx-ref:
1088       csit-dpdk-perf-verify-1908-2n-skx:
1089         - 2   # NDRPDR sel
1090         - 3   # NDRPDR sel
1091         - 4   # NDRPDR sel
1092         - 5   # NDRPDR sel
1093         - 7   # NDRPDR sel
1094         - 8   # NDRPDR sel
1095         - 9   # NDRPDR sel
1096         - 10  # NDRPDR sel
1097         - 11  # NDRPDR sel
1098         - 12  # NDRPDR sel
1099     dpdk-performance-changes-2n-skx-cmp:
1100       csit-dpdk-perf-verify-2001-2n-skx:
1101         - 1   # NDRPDR sel
1102         - 2   # NDRPDR sel
1103         - 3   # NDRPDR sel
1104         - 4   # NDRPDR sel
1105         - 5   # NDRPDR sel
1106         - 6   # NDRPDR sel
1107         - 7   # NDRPDR sel
1108         - 8   # NDRPDR sel
1109         - 9   # NDRPDR sel
1110         - 10  # NDRPDR sel
1111         - 11  # NDRPDR sel
1112         - 13  # NDRPDR sel
1113         - 26  # NDRPDR sel
1114         - 16  # NDRPDR sel
1115         - 17  # NDRPDR sel
1116         - 18  # NDRPDR sel
1117         - 19  # NDRPDR sel
1118         - 27  # NDRPDR sel
1119         - 21  # NDRPDR sel
1120         - 25  # NDRPDR sel
1121     dpdk-performance-changes-2n-skx:
1122       - "dpdk-performance-changes-2n-skx-h1"
1123       - "dpdk-performance-changes-2n-skx-ref"
1124       - "dpdk-performance-changes-2n-skx-cmp"
1125
1126     # Compare testbeds
1127
1128     vpp-compare-testbeds-ref:
1129       csit-vpp-perf-verify-2001-3n-hsw:
1130         - 21  # NDRPDR sel
1131         - 22  # NDRPDR sel
1132         - 23  # NDRPDR sel
1133         - 24  # NDRPDR sel
1134         - 25  # NDRPDR sel
1135         - 29  # NDRPDR sel
1136         - 30  # NDRPDR sel
1137         - 31  # NDRPDR sel
1138         - 32  # NDRPDR sel
1139         - 34  # NDRPDR sel
1140     vpp-compare-testbeds-cmp:
1141       # TODO: Add the data
1142       csit-vpp-perf-verify-2001-3n-skx:
1143         - 14  # NDRPDR sel
1144         - 15  # NDRPDR sel
1145         - 16  # NDRPDR sel
1146     vpp-compare-testbeds:
1147       - "vpp-compare-testbeds-ref"
1148       - "vpp-compare-testbeds-cmp"
1149
1150     vpp-compare-testbeds-skx-clx-ref:
1151       # TODO: Add the data
1152       csit-vpp-perf-verify-2001-2n-skx:
1153         - 21  # NDRPDR sel
1154         - 22  # NDRPDR sel
1155         - 23  # NDRPDR sel
1156         - 26  # NDRPDR sel
1157         - 27  # NDRPDR sel
1158         - 29  # NDRPDR sel
1159     vpp-compare-testbeds-skx-clx-cmp:
1160       # TODO: Add the data
1161       csit-vpp-perf-verify-2001-2n-clx:
1162         - 22  # NDRPDR sel
1163         - 23  # NDRPDR sel
1164         - 24  # NDRPDR sel
1165         - 25  # NDRPDR sel
1166     vpp-compare-testbeds-skx-clx:
1167       - "vpp-compare-testbeds-skx-clx-ref"
1168       - "vpp-compare-testbeds-skx-clx-cmp"
1169
1170     vpp-compare-testbeds-mrr-ref:
1171       csit-vpp-perf-verify-2001-3n-hsw:
1172         - 17  # MRR sel
1173     vpp-compare-testbeds-mrr-cmp:
1174       # TODO: Replace
1175       # csit-vpp-perf-verify-2001-3n-skx:
1176       csit-vpp-perf-verify-1908-3n-skx:
1177         - 36  # MRR sel
1178     vpp-compare-testbeds-mrr:
1179       - "vpp-compare-testbeds-mrr-ref"
1180       - "vpp-compare-testbeds-mrr-cmp"
1181
1182     vpp-compare-testbeds-mrr-skx-clx-ref:
1183       # TODO: Replace
1184       # csit-vpp-perf-verify-2001-2n-skx:
1185       csit-vpp-perf-verify-1908-2n-skx:
1186         - 69  # MRR sel
1187     vpp-compare-testbeds-mrr-skx-clx-cmp:
1188       # TODO: Replace
1189       # csit-vpp-perf-verify-2001-2n-clx:
1190       csit-vpp-perf-verify-1908-2n-skx:
1191         - 69  # MRR sel
1192     vpp-compare-testbeds-mrr-skx-clx:
1193       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1194       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1195
1196     dpdk-compare-testbeds-ref:
1197       csit-dpdk-perf-verify-2001-3n-hsw:
1198         - 4   # NDRPDR sel
1199         - 5   # NDRPDR sel
1200         - 6   # NDRPDR sel
1201         - 7   # NDRPDR sel
1202         - 8   # NDRPDR sel
1203         - 9   # NDRPDR sel
1204         - 10  # NDRPDR sel
1205         - 11  # NDRPDR sel
1206         - 12  # NDRPDR sel
1207         - 13  # NDRPDR sel
1208         - 15  # NDRPDR sel
1209         - 16  # NDRPDR sel
1210         - 17  # NDRPDR sel
1211         - 18  # NDRPDR sel
1212         - 19  # NDRPDR sel
1213         - 20  # NDRPDR sel
1214         - 21  # NDRPDR sel
1215         - 22  # NDRPDR sel
1216         - 23  # NDRPDR sel
1217         - 24  # NDRPDR sel
1218     dpdk-compare-testbeds-cmp:
1219       csit-dpdk-perf-verify-2001-3n-skx:
1220         - 1   # NDRPDR sel
1221         - 2   # NDRPDR sel
1222         - 3   # NDRPDR sel
1223         - 4   # NDRPDR sel
1224         - 5   # NDRPDR sel
1225         - 6   # NDRPDR sel
1226         - 7   # NDRPDR sel
1227         - 8   # NDRPDR sel
1228         - 9   # NDRPDR sel
1229         - 10  # NDRPDR sel
1230     dpdk-compare-testbeds:
1231       - "dpdk-compare-testbeds-ref"
1232       - "dpdk-compare-testbeds-cmp"
1233
1234     dpdk-compare-testbeds-skx-clx-ref:
1235       csit-dpdk-perf-verify-2001-2n-skx:
1236         - 1   # NDRPDR sel
1237         - 2   # NDRPDR sel
1238         - 3   # NDRPDR sel
1239         - 4   # NDRPDR sel
1240         - 5   # NDRPDR sel
1241         - 6   # NDRPDR sel
1242         - 7   # NDRPDR sel
1243         - 8   # NDRPDR sel
1244         - 9   # NDRPDR sel
1245         - 10  # NDRPDR sel
1246         - 11  # NDRPDR sel
1247         - 13  # NDRPDR sel
1248         - 26  # NDRPDR sel
1249         - 16  # NDRPDR sel
1250         - 17  # NDRPDR sel
1251         - 18  # NDRPDR sel
1252         - 19  # NDRPDR sel
1253         - 27  # NDRPDR sel
1254         - 21  # NDRPDR sel
1255         - 25  # NDRPDR sel
1256     dpdk-compare-testbeds-skx-clx-cmp:
1257       csit-dpdk-perf-verify-2001-2n-clx:
1258         - 1   # NDRPDR sel
1259         - 2   # NDRPDR sel
1260         - 3   # NDRPDR sel
1261         - 4   # NDRPDR sel
1262         - 5   # NDRPDR sel
1263         - 6   # NDRPDR sel
1264         - 7   # NDRPDR sel
1265         - 8   # NDRPDR sel
1266         - 9   # NDRPDR sel
1267         - 10  # NDRPDR sel
1268     dpdk-compare-testbeds-skx-clx:
1269       - "dpdk-compare-testbeds-skx-clx-ref"
1270       - "dpdk-compare-testbeds-skx-clx-cmp"
1271
1272     # Compare topologies
1273
1274     vpp-compare-topologies-ref:
1275       # TODO: Add the data
1276       csit-vpp-perf-verify-2001-3n-skx:
1277         - 14  # NDRPDR sel
1278         - 15  # NDRPDR sel
1279         - 16  # NDRPDR sel
1280     vpp-compare-topologies-cmp:
1281       # TODO: Add the data
1282       csit-vpp-perf-verify-2001-2n-skx:
1283         - 21  # NDRPDR sel
1284         - 22  # NDRPDR sel
1285         - 23  # NDRPDR sel
1286         - 26  # NDRPDR sel
1287         - 27  # NDRPDR sel
1288         - 29  # NDRPDR sel
1289     vpp-compare-topologies:
1290       - "vpp-compare-topologies-ref"
1291       - "vpp-compare-topologies-cmp"
1292
1293     vpp-compare-topologies-mrr-ref:
1294       # TODO: Replace
1295       # csit-vpp-perf-verify-2001-3n-skx:
1296       csit-vpp-perf-verify-1908-3n-skx:
1297         - 36  # MRR sel
1298     vpp-compare-topologies-mrr-cmp:
1299       # TODO: Replace
1300       # csit-vpp-perf-verify-2001-2n-skx:
1301       csit-vpp-perf-verify-1908-2n-skx:
1302         - 69  # MRR sel
1303     vpp-compare-topologies-mrr:
1304       - "vpp-compare-topologies-mrr-ref"
1305       - "vpp-compare-topologies-mrr-cmp"
1306
1307     dpdk-compare-topologies-ref:
1308       csit-dpdk-perf-verify-2001-3n-skx:
1309         - 1   # NDRPDR sel
1310         - 2   # NDRPDR sel
1311         - 3   # NDRPDR sel
1312         - 4   # NDRPDR sel
1313         - 5   # NDRPDR sel
1314         - 6   # NDRPDR sel
1315         - 7   # NDRPDR sel
1316         - 8   # NDRPDR sel
1317         - 9   # NDRPDR sel
1318         - 10  # NDRPDR sel
1319     dpdk-compare-topologies-cmp:
1320       csit-dpdk-perf-verify-2001-2n-skx:
1321         - 1   # NDRPDR sel
1322         - 2   # NDRPDR sel
1323         - 3   # NDRPDR sel
1324         - 4   # NDRPDR sel
1325         - 5   # NDRPDR sel
1326         - 6   # NDRPDR sel
1327         - 7   # NDRPDR sel
1328         - 8   # NDRPDR sel
1329         - 9   # NDRPDR sel
1330         - 10  # NDRPDR sel
1331         - 11  # NDRPDR sel
1332         - 13  # NDRPDR sel
1333         - 26  # NDRPDR sel
1334         - 16  # NDRPDR sel
1335         - 17  # NDRPDR sel
1336         - 18  # NDRPDR sel
1337         - 19  # NDRPDR sel
1338         - 27  # NDRPDR sel
1339         - 21  # NDRPDR sel
1340         - 25  # NDRPDR sel
1341     dpdk-compare-topologies:
1342       - "dpdk-compare-topologies-ref"
1343       - "dpdk-compare-topologies-cmp"
1344
1345   plot-layouts:
1346
1347     plot-soak-throughput:
1348       titlefont:
1349         size: 18
1350       xaxis:
1351         title: "<b>Test Cases [Index]</b>"
1352         titlefont:
1353           size: 16
1354         autorange: True
1355         fixedrange: False
1356         gridcolor: "rgb(230, 230, 230)"
1357         linecolor: "rgb(220, 220, 220)"
1358         linewidth: 1
1359         showgrid: True
1360         showline: True
1361         showticklabels: True
1362         tickcolor: "rgb(220, 220, 220)"
1363         tickmode: "linear"
1364         tickfont:
1365           size: 16
1366         zeroline: False
1367       yaxis:
1368         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1369         titlefont:
1370           size: 16
1371         gridcolor: "rgb(230, 230, 230)"
1372         hoverformat: ".4r"
1373         tickformat: ".3r"
1374         linecolor: "rgb(220, 220, 220)"
1375         linewidth: 1
1376         showgrid: True
1377         showline: True
1378         showticklabels: True
1379         tickcolor: "rgb(220, 220, 220)"
1380         tickfont:
1381           size: 16
1382         zeroline: False
1383         range: [0,50]
1384       autosize: False
1385       margin:
1386         t: 50
1387         b: 0
1388         l: 80
1389         r: 20
1390       showlegend: True
1391       legend:
1392         orientation: "h"
1393         font:
1394           size: 16
1395       width: 700
1396       height: 900
1397       paper_bgcolor: "#fff"
1398       plot_bgcolor: "#fff"
1399       hoverlabel:
1400         namelength: -1
1401
1402     plot-service-density:
1403       titlefont:
1404         size: 18
1405       xaxis:
1406         side: "top"
1407         autorange: True
1408         fixedrange: False
1409         showgrid: False
1410         showline: False
1411         showticklabels: False
1412         ticks: ""
1413         ticklen: 0
1414         tickwidth: 0
1415         zeroline: False
1416       yaxis:
1417         autorange: "reversed"
1418         showgrid: False
1419         showline: False
1420         showticklabels: False
1421         ticks: ""
1422         ticklen: 0
1423         tickwidth: 0
1424         zeroline: False
1425       showlegend: False
1426       paper_bgcolor: "#fff"
1427       plot_bgcolor: "#fff"
1428       width: 700
1429       height: 700
1430       hoverlabel:
1431         namelength: -1
1432
1433     plot-cps:
1434       titlefont:
1435         size: 18
1436       xaxis:
1437         title: "<b>Test Cases [Index]</b>"
1438         titlefont:
1439           size: 16
1440         autorange: True
1441         fixedrange: False
1442         gridcolor: "rgb(230, 230, 230)"
1443         linecolor: "rgb(220, 220, 220)"
1444         linewidth: 1
1445         showgrid: True
1446         showline: True
1447         showticklabels: True
1448         tickcolor: "rgb(220, 220, 220)"
1449         tickmode: "linear"
1450         tickfont:
1451           size: 16
1452         zeroline: False
1453       yaxis:
1454         title: "<b>Connections Per Second [cps]</b>"
1455         titlefont:
1456           size: 16
1457         gridcolor: "rgb(230, 230, 230)"
1458         hoverformat: ".4s"
1459         linecolor: "rgb(220, 220, 220)"
1460         linewidth: 1
1461         rangemode: "tozero"
1462         showgrid: True
1463         showline: True
1464         showticklabels: True
1465         tickcolor: "rgb(220, 220, 220)"
1466         tickformat: ".3s"
1467         tickfont:
1468           size: 16
1469         zeroline: False
1470       boxmode: "group"
1471       boxgroupgap: 0.5
1472       autosize: False
1473       margin:
1474         t: 50
1475         b: 20
1476         l: 80
1477         r: 20
1478       showlegend: True
1479       legend:
1480         orientation: "h"
1481         font:
1482           size: 16
1483       width: 700
1484       height: 800
1485       paper_bgcolor: "#fff"
1486       plot_bgcolor: "#fff"
1487       hoverlabel:
1488         namelength: -1
1489
1490     plot-rps:
1491       titlefont:
1492         size: 18
1493       xaxis:
1494         title: "<b>Test Cases [Index]</b>"
1495         titlefont:
1496           size: 16
1497         autorange: True
1498         fixedrange: False
1499         gridcolor: "rgb(230, 230, 230)"
1500         linecolor: "rgb(220, 220, 220)"
1501         linewidth: 1
1502         showgrid: True
1503         showline: True
1504         showticklabels: True
1505         tickcolor: "rgb(220, 220, 220)"
1506         tickmode: "linear"
1507         tickfont:
1508           size: 16
1509         zeroline: False
1510       yaxis:
1511         title: "<b>Requests Per Second [rps]</b>"
1512         titlefont:
1513           size: 16
1514         gridcolor: "rgb(230, 230, 230)"
1515         hoverformat: ".4s"
1516         linecolor: "rgb(220, 220, 220)"
1517         linewidth: 1
1518         rangemode: "tozero"
1519         showgrid: True
1520         showline: True
1521         showticklabels: True
1522         tickcolor: "rgb(230, 230, 230)"
1523         tickformat: ".3s"
1524         tickfont:
1525           size: 16
1526         zeroline: False
1527       boxmode: "group"
1528       boxgroupgap: 0.5
1529       autosize: False
1530       margin:
1531         t: 50
1532         b: 20
1533         l: 80
1534         r: 20
1535       showlegend: True
1536       legend:
1537         orientation: "h"
1538         font:
1539           size: 16
1540       width: 700
1541       height: 800
1542       paper_bgcolor: "#fff"
1543       plot_bgcolor: "#fff"
1544       hoverlabel:
1545         namelength: -1
1546
1547     plot-throughput:
1548       titlefont:
1549         size: 18
1550       xaxis:
1551         title: "<b>Test Cases [Index]</b>"
1552         titlefont:
1553           size: 16
1554         autorange: True
1555         fixedrange: False
1556         gridcolor: "rgb(230, 230, 230)"
1557         linecolor: "rgb(220, 220, 220)"
1558         linewidth: 1
1559         showgrid: True
1560         showline: True
1561         showticklabels: True
1562         tickcolor: "rgb(220, 220, 220)"
1563         tickmode: "linear"
1564         tickfont:
1565           size: 16
1566         zeroline: False
1567       yaxis:
1568         title: "<b>Packet Throughput [Mpps]</b>"
1569         titlefont:
1570           size: 16
1571         gridcolor: "rgb(230, 230, 230)"
1572         hoverformat: ".4r"
1573         tickformat: ".3r"
1574         linecolor: "rgb(220, 220, 220)"
1575         linewidth: 1
1576         showgrid: True
1577         showline: True
1578         showticklabels: True
1579         tickcolor: "rgb(220, 220, 220)"
1580         tickfont:
1581           size: 16
1582         zeroline: False
1583         range: [0,50]
1584       autosize: False
1585       margin:
1586         t: 50
1587         b: 0
1588         l: 80
1589         r: 20
1590       showlegend: True
1591       legend:
1592         orientation: "h"
1593         font:
1594           size: 16
1595       width: 700
1596       height: 900
1597       paper_bgcolor: "#fff"
1598       plot_bgcolor: "#fff"
1599       hoverlabel:
1600         namelength: -1
1601
1602     plot-throughput-speedup-analysis:
1603       titlefont:
1604         size: 18
1605       xaxis:
1606         title: "<b>Number of Cores [Qty]</b>"
1607         titlefont:
1608           size: 16
1609         autorange: True
1610         fixedrange: False
1611         gridcolor: "rgb(230, 230, 230)"
1612         linecolor: "rgb(220, 220, 220)"
1613         linewidth: 1
1614         showgrid: True
1615         showline: True
1616         showticklabels: True
1617         tickcolor: "rgb(238, 238, 238)"
1618         tickmode: "linear"
1619         tickfont:
1620           size: 16
1621         zeroline: False
1622       yaxis:
1623         title: "<b>Packet Throughput [Mpps]</b>"
1624         titlefont:
1625           size: 16
1626         type: "linear"
1627         gridcolor: "rgb(230, 230, 230)"
1628         hoverformat: ".4s"
1629         linecolor: "rgb(220, 220, 220)"
1630         linewidth: 1
1631         showgrid: True
1632         showline: True
1633         showticklabels: True
1634         tickcolor: "rgb(220, 220, 220)"
1635         tickformat: ".4s"
1636         tickfont:
1637           size: 16
1638         zeroline: True
1639         rangemode: "tozero"
1640         range: [0,100]
1641       legend:
1642         orientation: "h"
1643         font:
1644           size: 16
1645         xanchor: "left"
1646         yanchor: "top"
1647         x: 0
1648         y: -0.2
1649         bgcolor: "rgba(255, 255, 255, 0)"
1650         bordercolor: "rgba(255, 255, 255, 0)"
1651         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1652       autosize: False
1653       margin:
1654           't': 50
1655           'b': 150
1656           'l': 85
1657           'r': 10
1658       showlegend: True
1659       width: 700
1660       height: 700
1661       paper_bgcolor: "#fff"
1662       plot_bgcolor: "#fff"
1663       hoverlabel:
1664         namelength: -1
1665       annotations: [
1666         {
1667           text: "_ _          __          ...",
1668           align: "left",
1669           showarrow: False,
1670           xref: "paper",
1671           yref: "paper",
1672           xanchor: "left",
1673           yanchor: "top",
1674           x: 0,
1675           y: -0.13,
1676           font: {
1677             family: "Consolas, Courier New",
1678             size: 15
1679           },
1680         },
1681         {
1682           text: "    Perfect     Measured     Limit",
1683           align: "left",
1684           showarrow: False,
1685           xref: "paper",
1686           yref: "paper",
1687           xanchor: "left",
1688           yanchor: "top",
1689           x: 0,
1690           y: -0.15,
1691           font: {
1692             family: "Consolas, Courier New",
1693             size: 15
1694           },
1695         },
1696       ]
1697
1698     plot-latency:
1699       titlefont:
1700         size: 18
1701       xaxis:
1702         title: "<b>Direction</b>"
1703         titlefont:
1704           size: 16
1705         autorange: True
1706         fixedrange: False
1707         gridcolor: "rgb(230, 230, 230)"
1708         linecolor: "rgb(220, 220, 220)"
1709         linewidth: 1
1710         showgrid: True
1711         showline: True
1712         showticklabels: False
1713         tickcolor: "rgb(220, 220, 220)"
1714         tickmode: "linear"
1715         tickfont:
1716           size: 16
1717         zeroline: False
1718       yaxis:
1719         title: "<b>Packet Latency [uSec]</b>"
1720         titlefont:
1721           size: 16
1722         type: "linear"
1723         gridcolor: "rgb(230, 230, 230)"
1724         hoverformat: ".4s"
1725         linecolor: "rgb(220, 220, 220)"
1726         linewidth: 1
1727         showgrid: True
1728         showline: True
1729         showticklabels: True
1730         tickcolor: "rgb(220, 220, 220)"
1731         tickformat: ".4s"
1732         tickfont:
1733           size: 16
1734         zeroline: True
1735         rangemode: "tozero"
1736       legend:
1737         orientation: "h"
1738         font:
1739           size: 16
1740         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1741       autosize: False
1742       margin:
1743           't': 50
1744           'b': 150
1745           'l': 80
1746           'r': 10
1747       showlegend: True
1748       width: 700
1749       height: 700
1750       paper_bgcolor: "#fff"
1751       plot_bgcolor: "#fff"
1752       hoverlabel:
1753         namelength: -1
1754
1755     plot-hdrh-latency:
1756       title:
1757         text: ""
1758         xanchor: "center"
1759         x: 0.5
1760         font:
1761           size: 16
1762       width: 700
1763       plot_bgcolor: "white"
1764       annotations:
1765         - font:
1766             size: 14
1767           showarrow: False
1768           text: "<b>Packet Latency [uSec]</b>"
1769           x: 1
1770           xanchor: "right"
1771           xref: "paper"
1772           y: -0.045
1773           yanchor: "top"
1774           yref: "paper"
1775         - font:
1776             size: 14
1777           showarrow: False
1778           text: "<b>Probability [%]</b>"
1779           textangle: 270
1780           x: -0.06
1781           xanchor: "center"
1782           xref: "paper"
1783           y: 0.5
1784           yanchor: "middle"
1785           yref: "paper"
1786         - font:
1787             size: 14
1788           showarrow: False
1789           text: "<b>Direction: E-W</b>"
1790           x: 0.24
1791           xanchor: "center"
1792           xref: "paper"
1793           y: 1.05
1794           yanchor: "bottom"
1795           yref: "paper"
1796         - font:
1797             size: 14
1798           showarrow: False
1799           text: "<b>Direction: W-E</b>"
1800           x: 0.74
1801           xanchor: "center"
1802           xref: "paper"
1803           y: 1.05
1804           yanchor: "bottom"
1805           yref: "paper"
1806
1807     plot-hdrh-latency-percentile:
1808       title:
1809         text: ""
1810         xanchor: "center"
1811         x: 0.5
1812         font:
1813           size: 18
1814       xaxis:
1815         type: "log"
1816         title: "<b>Percentile [%]</b>"
1817         titlefont:
1818           size: 16
1819         autorange: True
1820         fixedrange: False
1821         gridcolor: "rgb(230, 230, 230)"
1822         linecolor: "rgb(220, 220, 220)"
1823         linewidth: 1
1824         showgrid: True
1825         showline: True
1826         showticklabels: True
1827         tickcolor: "rgb(220, 220, 220)"
1828         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
1829         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
1830         tickfont:
1831           size: 16
1832       yaxis:
1833         title: "<b>Packet Latency [uSec]</b>"
1834         titlefont:
1835           size: 16
1836         gridcolor: "rgb(230, 230, 230)"
1837         linecolor: "rgb(220, 220, 220)"
1838         linewidth: 1
1839         showgrid: True
1840         showline: True
1841         showticklabels: True
1842         tickcolor: "rgb(220, 220, 220)"
1843         tickfont:
1844           size: 16
1845       autosize: False
1846       showlegend: True
1847       legend:
1848         traceorder: "normal"
1849         orientation: "h"
1850         font:
1851           size: 16
1852         xanchor: "left"
1853         yanchor: "top"
1854         x: 0
1855         y: -0.15
1856         bgcolor: "rgba(255, 255, 255, 0)"
1857         bordercolor: "rgba(255, 255, 255, 0)"
1858       width: 700
1859       height: 700
1860       paper_bgcolor: "white"
1861       plot_bgcolor: "white"
1862
1863     plot-hdrh-latency-by-percentile:
1864       title:
1865         text: "<b>Latency by Percentile Distribution</b>"
1866         xanchor: "center"
1867         x: 0.5
1868         font:
1869           size: 18
1870       showlegend: True
1871       legend:
1872         traceorder: "normal"
1873         orientation: "h"
1874         font:
1875           size: 16
1876         xanchor: "left"
1877         yanchor: "top"
1878         x: 0
1879         y: -0.2
1880         bgcolor: "rgba(255, 255, 255, 0)"
1881         bordercolor: "rgba(255, 255, 255, 0)"
1882       xaxis:
1883         type: "linear"
1884         title: "<b>Percentile [%]</b>"
1885         titlefont:
1886           size: 14
1887         autorange: False
1888         fixedrange: False
1889         range: [0, 100]
1890         gridcolor: "rgb(230, 230, 230)"
1891         linecolor: "rgb(220, 220, 220)"
1892         linewidth: 1
1893         showgrid: True
1894         showline: True
1895         showticklabels: True
1896         tickcolor: "rgb(220, 220, 220)"
1897         tickvals: [0, 25, 50, 75, 100]
1898         ticktext: [0, 25, 50, 75, 100]
1899         tickfont:
1900           size: 14
1901       yaxis:
1902         title: "<b>One-Way Latency per Direction [uSec]</b>"
1903         titlefont:
1904           size: 14
1905         gridcolor: "rgb(230, 230, 230)"
1906         linecolor: "rgb(220, 220, 220)"
1907         linewidth: 1
1908         showgrid: True
1909         showline: True
1910         showticklabels: True
1911         tickcolor: "rgb(220, 220, 220)"
1912         tickfont:
1913           size: 14
1914       width: 700
1915       height: 700
1916       paper_bgcolor: "white"
1917       plot_bgcolor: "white"
1918
1919 - type: "static"
1920   src-path: "{DIR[RST]}"
1921   dst-path: "{DIR[WORKING,SRC]}"
1922
1923 - type: "input"
1924   general:
1925     file-name: "output_info.xml.gz"
1926     file-format: ".gz"
1927     arch-file-format:
1928       - ".gz"
1929       - ".zip"
1930     download-path: "{job}/{build}/archives/{filename}"
1931     extract: "output.xml"
1932
1933     zip-file-name: "robot-plugin.zip"
1934     zip-file-format: ".zip"
1935     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1936     zip-extract: "robot-plugin/output.xml"
1937
1938   builds:
1939
1940     csit-vpp-perf-verify-1904-3n-hsw:
1941       - 9   # MRR sel
1942       - 11  # NDRPDR sel
1943       - 12  # NDRPDR sel
1944       - 20  # NDRPDR sel
1945       - 21  # NDRPDR sel
1946       - 23  # NDRPDR sel
1947       - 24  # NDRPDR sel
1948       - 25  # NDRPDR sel
1949       - 26  # NDRPDR sel
1950       - 29  # NDRPDR sel
1951       - 30  # NDRPDR sel
1952     csit-vpp-perf-verify-1908-3n-hsw:
1953       - 12  # NDRPDR sel
1954       - 13  # NDRPDR sel
1955       - 14  # NDRPDR sel
1956       - 15  # NDRPDR sel
1957       - 16  # NDRPDR sel
1958       - 17  # NDRPDR sel
1959       - 18  # NDRPDR sel
1960       - 19  # NDRPDR sel
1961       - 20  # NDRPDR sel
1962       - 21  # NDRPDR sel
1963       - 48  # NDRPDR sel vhost
1964       - 49  # NDRPDR sel vhost
1965       - 52  # NDRPDR sel vhost
1966       - 53  # NDRPDR sel vhost
1967       - 54  # NDRPDR sel vhost
1968       - 55  # NDRPDR sel vhost
1969       - 56  # NDRPDR sel vhost
1970       - 57  # NDRPDR sel vhost
1971       - 58  # NDRPDR sel vhost
1972       - 59  # NDRPDR sel vhost
1973       - 39  # MRR sel
1974     csit-vpp-perf-verify-2001-3n-hsw:
1975       - 21  # NDRPDR sel
1976       - 22  # NDRPDR sel
1977       - 23  # NDRPDR sel
1978       - 24  # NDRPDR sel
1979       - 25  # NDRPDR sel
1980       - 29  # NDRPDR sel
1981       - 30  # NDRPDR sel
1982       - 31  # NDRPDR sel
1983       - 32  # NDRPDR sel
1984       - 34  # NDRPDR sel
1985       - 17  # MRR sel
1986       - 18  # NDRPDR full
1987       - 20  # NDRPDR full
1988       - 28  # NDRPDR full
1989       - 35  # NDRPDR full
1990       - 42  # NDRPDR full
1991       - 46  # NDRPDR full
1992       - 47  # NDRPDR full
1993       - 48  # NDRPDR full
1994       - 49  # NDRPDR full
1995       - 50  # NDRPDR full
1996       - 51  # NDRPDR full
1997       - 54  # NDRPDR full
1998       - 58  # NDRPDR full
1999
2000 #    csit-vpp-perf-verify-1904-3n-skx:
2001 #      - 7   # MRR sel
2002 #      - 8   # NDRPDR sel
2003 #      - 9   # NDRPDR sel
2004 #      - 10  # NDRPDR sel
2005 #      - 11  # NDRPDR sel
2006 #      - 12  # NDRPDR sel
2007 #      - 14  # NDRPDR sel
2008 #      - 16  # NDRPDR sel
2009 #      - 21  # NDRPDR sel
2010 #      - 23  # NDRPDR sel
2011 #      - 25  # NDRPDR sel
2012 #    csit-vpp-perf-verify-1908-3n-skx:
2013 #      - 14  # NDRPDR sel
2014 #      - 16  # NDRPDR sel
2015 #      - 19  # NDRPDR sel
2016 #      - 20  # NDRPDR sel
2017 #      - 22  # NDRPDR sel
2018 #      - 23  # NDRPDR sel
2019 #      - 24  # NDRPDR sel
2020 #      - 25  # NDRPDR sel
2021 #      - 26  # NDRPDR sel
2022 #      - 29  # NDRPDR sel
2023 #      - 52  # NDRPDR sel vhost
2024 #      - 53  # NDRPDR sel vhost
2025 #      - 55  # NDRPDR sel vhost
2026 #      - 61  # NDRPDR sel vhost
2027 #      - 62  # NDRPDR sel vhost
2028 #      - 63  # NDRPDR sel vhost
2029 #      - 64  # NDRPDR sel vhost
2030 #      - 65  # NDRPDR sel vhost
2031 #      - 66  # NDRPDR sel vhost
2032 #      - 67  # NDRPDR sel vhost
2033 #      - 36  # MRR sel
2034 #    csit-vpp-perf-verify-2001-3n-skx:
2035 #      - 14  # NDRPDR sel
2036 #      - 15  # NDRPDR sel
2037 #      - 16  # NDRPDR sel
2038
2039 #    csit-vpp-perf-verify-1904-2n-skx:
2040 #      - 11  # MRR sel
2041 #      - 12  # NDRPDR sel
2042 #      - 14  # NDRPDR sel
2043 #      - 16  # NDRPDR sel
2044 #      - 17  # NDRPDR sel
2045 #      - 18  # NDRPDR sel
2046 #      - 21  # NDRPDR sel
2047 #      - 27  # NDRPDR sel
2048 #      - 30  # NDRPDR sel
2049 #      - 31  # NDRPDR sel
2050 #      - 32  # NDRPDR sel
2051 #    csit-vpp-perf-verify-1908-2n-skx:
2052 #      - 26  # NDRPDR sel
2053 #      - 27  # NDRPDR sel
2054 #      - 34  # NDRPDR sel
2055 #      - 35  # NDRPDR sel
2056 #      - 36  # NDRPDR sel
2057 #      - 42  # NDRPDR sel
2058 #      - 43  # NDRPDR sel
2059 #      - 44  # NDRPDR sel
2060 #      - 45  # NDRPDR sel
2061 #      - 46  # NDRPDR sel
2062 #      - 88  # NDRPDR sel vhost
2063 #      - 89  # NDRPDR sel vhost
2064 #      - 91  # NDRPDR sel vhost
2065 #      - 92  # NDRPDR sel vhost
2066 #      - 93  # NDRPDR sel vhost
2067 #      - 94  # NDRPDR sel vhost
2068 #      - 95  # NDRPDR sel vhost
2069 #      - 96  # NDRPDR sel vhost
2070 #      - 97  # NDRPDR sel vhost
2071 #      - 98  # NDRPDR sel vhost
2072 #      - 69  # MRR sel
2073 #      - 29  # TCP
2074 #      - 30  # TCP
2075 #      - 58  # TCP
2076 #      - 22  # NFV
2077 #      - 31  # NFV
2078 #      - 32  # NFV
2079 #      - 71  # NFV MRR
2080 #      - 113 # NFV reconf sel
2081 #      - 114 # NFV reconf sel
2082 #      - 115 # NFV reconf sel
2083 #      - 83  # SOAK
2084 #      - 86  # SOAK
2085 #    csit-vpp-perf-verify-2001-2n-skx:
2086 #      - 21  # NDRPDR sel
2087 #      - 22  # NDRPDR sel
2088 #      - 23  # NDRPDR sel
2089 #      - 26  # NDRPDR sel
2090 #      - 27  # NDRPDR sel
2091 #      - 29  # NDRPDR sel
2092 #      - 32  # NDRPDR full
2093 #      - 33  # NDRPDR full
2094 #      - 30  # NFV
2095 #      - 31  # NFV
2096
2097 #    csit-vpp-perf-verify-2001-2n-clx:
2098 #      - 22  # NDRPDR sel
2099 #      - 23  # NDRPDR sel
2100 #      - 24  # NDRPDR sel
2101 #      - 25  # NDRPDR sel
2102
2103     csit-vpp-perf-verify-1908-3n-tsh:
2104       - 7   # NDRPDR sel
2105       - 8   # NDRPDR sel
2106       - 9   # NDRPDR sel
2107       - 10  # NDRPDR sel
2108       - 11  # NDRPDR sel
2109       - 12  # NDRPDR sel
2110       - 13  # NDRPDR sel
2111       - 14  # NDRPDR sel
2112       - 15  # NDRPDR sel
2113       - 16  # NDRPDR sel
2114       - 17  # MRR sel
2115     csit-vpp-perf-verify-2001-3n-tsh:
2116       - 3   # NDRPDR sel
2117       - 4   # NDRPDR sel
2118       - 7   # NDRPDR sel
2119       - 8   # NDRPDR sel
2120       - 10  # NDRPDR sel
2121       - 9   # MRR sel
2122
2123     csit-vpp-perf-verify-1908-3n-dnv:
2124       - 6   # NDRPDR sel
2125       - 7   # NDRPDR sel
2126       - 8   # NDRPDR sel
2127       - 9   # NDRPDR sel
2128       - 10  # NDRPDR sel
2129       - 12  # NDRPDR sel
2130       - 13  # NDRPDR sel
2131       - 14  # NDRPDR sel
2132       - 15  # NDRPDR sel
2133       - 16  # NDRPDR sel
2134       - 17  # MRR sel
2135     csit-vpp-perf-verify-2001-3n-dnv:
2136       - 5   # NDRPDR sel
2137       - 6   # NDRPDR sel
2138       - 7   # NDRPDR sel
2139       - 8   # NDRPDR sel
2140       - 9   # NDRPDR sel
2141       - 10  # NDRPDR sel
2142       - 12  # NDRPDR sel
2143       - 16  # NDRPDR sel
2144       - 17  # NDRPDR sel
2145       - 18  # NDRPDR sel
2146       - 11  # MRR sel
2147       - 19  # NDRPDR full
2148       - 20  # NDRPDR full
2149       - 21  # NDRPDR full
2150       - 22  # NDRPDR full
2151       - 23  # NDRPDR full
2152       - 24  # NDRPDR full
2153       - 25  # NDRPDR full
2154       - 26  # NDRPDR full
2155
2156     csit-vpp-perf-verify-1908-2n-dnv:
2157       - 1   # NDRPDR sel
2158       - 2   # NDRPDR sel
2159       - 3   # NDRPDR sel
2160       - 4   # NDRPDR sel
2161       - 5   # NDRPDR sel
2162       - 6   # NDRPDR sel
2163       - 7   # NDRPDR sel
2164       - 8   # NDRPDR sel
2165       - 9   # NDRPDR sel
2166       - 10  # NDRPDR sel
2167       - 11  # MRR sel
2168     csit-vpp-perf-verify-2001-2n-dnv:
2169       - 4   # NDRPDR sel
2170       - 5   # NDRPDR sel
2171       - 6   # NDRPDR sel
2172       - 7   # NDRPDR sel
2173       - 8   # NDRPDR sel
2174       - 9   # NDRPDR sel
2175       - 10  # NDRPDR sel
2176       - 11  # NDRPDR sel
2177       - 13  # NDRPDR sel
2178       - 16  # NDRPDR sel
2179       - 12  # MRR sel
2180       - 21  # NDRPDR full
2181       - 22  # NDRPDR full
2182       - 25  # NDRPDR full
2183       - 26  # NDRPDR full
2184       - 27  # NDRPDR full
2185       - 28  # NDRPDR full
2186
2187     csit-dpdk-perf-verify-1904-3n-hsw:
2188       - 2   # NDRPDR sel
2189       - 3   # NDRPDR sel
2190       - 5   # NDRPDR sel
2191       - 6   # NDRPDR sel
2192       - 13  # NDRPDR sel
2193       - 14  # NDRPDR sel
2194       - 15  # NDRPDR sel
2195       - 18  # NDRPDR sel
2196       - 19  # NDRPDR sel
2197       - 20  # NDRPDR sel
2198     csit-dpdk-perf-verify-1908-3n-hsw:
2199       - 2   # NDRPDR sel
2200       - 3   # NDRPDR sel
2201       - 4   # NDRPDR sel
2202       - 5   # NDRPDR sel
2203       - 6   # NDRPDR sel
2204       - 7   # NDRPDR sel
2205       - 8   # NDRPDR sel
2206       - 9   # NDRPDR sel
2207       - 10  # NDRPDR sel
2208       - 11  # NDRPDR sel
2209     csit-dpdk-perf-verify-2001-3n-hsw:
2210       - 4   # NDRPDR sel
2211       - 5   # NDRPDR sel
2212       - 6   # NDRPDR sel
2213       - 7   # NDRPDR sel
2214       - 8   # NDRPDR sel
2215       - 9   # NDRPDR sel
2216       - 10  # NDRPDR sel
2217       - 11  # NDRPDR sel
2218       - 12  # NDRPDR sel
2219       - 13  # NDRPDR sel
2220       - 15  # NDRPDR sel
2221       - 16  # NDRPDR sel
2222       - 17  # NDRPDR sel
2223       - 18  # NDRPDR sel
2224       - 19  # NDRPDR sel
2225       - 20  # NDRPDR sel
2226       - 21  # NDRPDR sel
2227       - 22  # NDRPDR sel
2228       - 23  # NDRPDR sel
2229       - 24  # NDRPDR sel
2230       - 25  # NDRPDR full
2231       - 26  # NDRPDR full
2232
2233 #    csit-dpdk-perf-verify-1904-3n-skx:
2234 #      - 2   # NDRPDR sel
2235 #      - 3   # NDRPDR sel
2236 #      - 4   # NDRPDR sel
2237 #      - 5   # NDRPDR sel
2238 #      - 6   # NDRPDR sel
2239 #      - 7   # NDRPDR sel
2240 #      - 11  # NDRPDR sel
2241 #      - 12  # NDRPDR sel
2242 #      - 13  # NDRPDR sel
2243 #      - 14  # NDRPDR sel
2244 #    csit-dpdk-perf-verify-1908-3n-skx:
2245 #      - 3   # NDRPDR sel
2246 #      - 4   # NDRPDR sel
2247 #      - 5   # NDRPDR sel
2248 #      - 6   # NDRPDR sel
2249 #      - 7   # NDRPDR sel
2250 #      - 8   # NDRPDR sel
2251 #      - 9   # NDRPDR sel
2252 #      - 10  # NDRPDR sel
2253 #      - 11  # NDRPDR sel
2254 #      - 12  # NDRPDR sel
2255 #    csit-dpdk-perf-verify-2001-3n-skx:
2256 #      - 1   # NDRPDR sel
2257 #      - 2   # NDRPDR sel
2258 #      - 3   # NDRPDR sel
2259 #      - 4   # NDRPDR sel
2260 #      - 5   # NDRPDR sel
2261 #      - 6   # NDRPDR sel
2262 #      - 7   # NDRPDR sel
2263 #      - 8   # NDRPDR sel
2264 #      - 9   # NDRPDR sel
2265 #      - 10  # NDRPDR sel
2266
2267 #    csit-dpdk-perf-verify-1904-2n-skx:
2268 #      - 2   # NDRPDR sel
2269 #      - 3   # NDRPDR sel
2270 #      - 4   # NDRPDR sel
2271 #      - 5   # NDRPDR sel
2272 #      - 7   # NDRPDR sel
2273 #      - 8   # NDRPDR sel
2274 #      - 9   # NDRPDR sel
2275 #      - 10  # NDRPDR sel
2276 #      - 11  # NDRPDR sel
2277 #      - 12  # NDRPDR sel
2278 #    csit-dpdk-perf-verify-1908-2n-skx:
2279 #      - 2   # NDRPDR sel
2280 #      - 3   # NDRPDR sel
2281 #      - 4   # NDRPDR sel
2282 #      - 5   # NDRPDR sel
2283 #      - 7   # NDRPDR sel
2284 #      - 8   # NDRPDR sel
2285 #      - 9   # NDRPDR sel
2286 #      - 10  # NDRPDR sel
2287 #      - 11  # NDRPDR sel
2288 #      - 12  # NDRPDR sel
2289 #    csit-dpdk-perf-verify-2001-2n-skx:
2290 #      - 1   # NDRPDR sel
2291 #      - 2   # NDRPDR sel
2292 #      - 3   # NDRPDR sel
2293 #      - 4   # NDRPDR sel
2294 #      - 5   # NDRPDR sel
2295 #      - 6   # NDRPDR sel
2296 #      - 7   # NDRPDR sel
2297 #      - 8   # NDRPDR sel
2298 #      - 9   # NDRPDR sel
2299 #      - 10  # NDRPDR sel
2300 #      - 11  # NDRPDR sel
2301 #      - 13  # NDRPDR sel
2302 #      - 26  # NDRPDR sel
2303 #      - 16  # NDRPDR sel
2304 #      - 17  # NDRPDR sel
2305 #      - 18  # NDRPDR sel
2306 #      - 19  # NDRPDR sel
2307 #      - 27  # NDRPDR sel
2308 #      - 21  # NDRPDR sel
2309 #      - 25  # NDRPDR sel
2310
2311 #    csit-dpdk-perf-verify-2001-2n-clx:
2312 #      - 1   # NDRPDR sel
2313 #      - 2   # NDRPDR sel
2314 #      - 3   # NDRPDR sel
2315 #      - 4   # NDRPDR sel
2316 #      - 5   # NDRPDR sel
2317 #      - 6   # NDRPDR sel
2318 #      - 7   # NDRPDR sel
2319 #      - 8   # NDRPDR sel
2320 #      - 9   # NDRPDR sel
2321 #      - 10  # NDRPDR sel
2322
2323     csit-dpdk-perf-verify-2001-2n-dnv:
2324       - 9   # NDRPDR sel
2325       - 10  # NDRPDR sel
2326       - 11  # NDRPDR sel
2327       - 12  # NDRPDR sel
2328       - 13  # NDRPDR sel
2329       - 14  # NDRPDR sel
2330       - 15  # NDRPDR sel
2331       - 16  # NDRPDR sel
2332       - 17  # NDRPDR sel
2333       - 18  # NDRPDR sel
2334
2335     csit-dpdk-perf-verify-2001-3n-dnv:
2336       - 12  # NDRPDR sel
2337       - 13  # NDRPDR sel
2338       - 14  # NDRPDR sel
2339       - 15  # NDRPDR sel
2340       - 16  # NDRPDR sel
2341       - 17  # NDRPDR sel
2342       - 18  # NDRPDR sel
2343       - 19  # NDRPDR sel
2344       - 20  # NDRPDR sel
2345       - 22  # NDRPDR sel
2346
2347     csit-dpdk-perf-verify-2001-3n-tsh:
2348       - 3   # NDRPDR sel
2349       - 4   # NDRPDR sel
2350       - 5   # NDRPDR sel
2351       - 9   # NDRPDR sel
2352       - 10  # NDRPDR sel
2353       - 11  # NDRPDR sel
2354       - 12  # NDRPDR sel
2355
2356     csit-vpp-device-2001-ubuntu1804-1n-skx:
2357       - 57
2358
2359 - type: "output"
2360   output: "report"
2361   format:
2362     html:
2363     - full
2364 #    pdf:
2365 #    - minimal
2366
2367 ################################################################################
2368 ###                               T A B L E S                                ###
2369 ################################################################################
2370
2371 ## VPP Soak vs NDR
2372 #- type: "table"
2373 #  title: "VPP Soak vs NDR 2n-skx"
2374 #  algorithm: "table_soak_vs_ndr"
2375 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2376 #  reference:
2377 #    title: "NDR"
2378 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2379 #  compare:
2380 #    title: "Soak"
2381 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2382 #  data: "vpp-soak-vs-ndr-2n-skx"
2383 #  include-tests: "NDR"
2384 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2385 #  parameters:
2386 #    - "throughput"
2387 #    - "name"
2388 #    - "parent"
2389
2390 ################################################################################
2391
2392 ## VPP Compare NICs 3n-skx 2t1c ndr
2393 #- type: "table"
2394 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2395 #  algorithm: "table_nics_comparison"
2396 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2397 #  reference:
2398 #    title: "x710"
2399 #    nic: "NIC_Intel-X710"
2400 #  compare:
2401 #    title: "xxv710"
2402 #    nic: "NIC_Intel-XXV710"
2403 #  data: "vpp-nic-comparison-3n-skx"
2404 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2405 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2406 #  parameters:
2407 #  - "name"
2408 #  - "parent"
2409 #  - "throughput"
2410 #  - "tags"
2411 #
2412 ## VPP Compare NICs 3n-skx 4t2c ndr
2413 #- type: "table"
2414 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2415 #  algorithm: "table_nics_comparison"
2416 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2417 #  reference:
2418 #    title: "x710"
2419 #    nic: "NIC_Intel-X710"
2420 #  compare:
2421 #    title: "xxv710"
2422 #    nic: "NIC_Intel-XXV710"
2423 #  data: "vpp-nic-comparison-3n-skx"
2424 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2425 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2426 #  parameters:
2427 #  - "name"
2428 #  - "parent"
2429 #  - "throughput"
2430 #  - "tags"
2431 #
2432 ## VPP Compare NICs 3n-skx 2t1c pdr
2433 #- type: "table"
2434 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2435 #  algorithm: "table_nics_comparison"
2436 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2437 #  reference:
2438 #    title: "x710"
2439 #    nic: "NIC_Intel-X710"
2440 #  compare:
2441 #    title: "xxv710"
2442 #    nic: "NIC_Intel-XXV710"
2443 #  data: "vpp-nic-comparison-3n-skx"
2444 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2445 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2446 #  parameters:
2447 #  - "name"
2448 #  - "parent"
2449 #  - "throughput"
2450 #  - "tags"
2451 #
2452 # # VPP Compare NICs 3n-skx 4t2c pdr
2453 #- type: "table"
2454 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2455 #  algorithm: "table_nics_comparison"
2456 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2457 #  reference:
2458 #    title: "x710"
2459 #    nic: "NIC_Intel-X710"
2460 #  compare:
2461 #    title: "xxv710"
2462 #    nic: "NIC_Intel-XXV710"
2463 #  data: "vpp-nic-comparison-3n-skx"
2464 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2465 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2466 #  parameters:
2467 #  - "name"
2468 #  - "parent"
2469 #  - "throughput"
2470 #  - "tags"
2471 #
2472 ## VPP Compare NICs 3n-skx 2t1c mrr
2473 #- type: "table"
2474 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2475 #  algorithm: "table_nics_comparison"
2476 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2477 #  reference:
2478 #    title: "x710"
2479 #    nic: "NIC_Intel-X710"
2480 #  compare:
2481 #    title: "xxv710"
2482 #    nic: "NIC_Intel-XXV710"
2483 #  data: "vpp-nic-comparison-3n-skx-mrr"
2484 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2485 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2486 #  parameters:
2487 #  - "name"
2488 #  - "parent"
2489 #  - "result"
2490 #  - "tags"
2491 #
2492 ## VPP Compare NICs 3n-skx 4t2c mrr
2493 #- type: "table"
2494 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2495 #  algorithm: "table_nics_comparison"
2496 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2497 #  reference:
2498 #    title: "x710"
2499 #    nic: "NIC_Intel-X710"
2500 #  compare:
2501 #    title: "xxv710"
2502 #    nic: "NIC_Intel-XXV710"
2503 #  data: "vpp-nic-comparison-3n-skx-mrr"
2504 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2505 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2506 #  parameters:
2507 #  - "name"
2508 #  - "parent"
2509 #  - "result"
2510 #  - "tags"
2511 #
2512 # # VPP Compare NICs 3n-skx 8t4c mrr
2513 #- type: "table"
2514 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2515 #  algorithm: "table_nics_comparison"
2516 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2517 #  reference:
2518 #    title: "x710"
2519 #    nic: "NIC_Intel-X710"
2520 #  compare:
2521 #    title: "xxv710"
2522 #    nic: "NIC_Intel-XXV710"
2523 #  data: "vpp-nic-comparison-3n-skx-mrr"
2524 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2525 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2526 #  parameters:
2527 #  - "name"
2528 #  - "parent"
2529 #  - "result"
2530 #  - "tags"
2531 #
2532 ## VPP Compare NICs 2n-skx 2t1c ndr
2533 #- type: "table"
2534 #  title: "VPP Compare NICs 2n-skx 2t1c ndr"
2535 #  algorithm: "table_nics_comparison"
2536 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2537 #  reference:
2538 #    title: "x710"
2539 #    nic: "NIC_Intel-X710"
2540 #  compare:
2541 #    title: "xxv710"
2542 #    nic: "NIC_Intel-XXV710"
2543 #  data: "vpp-nic-comparison-2n-skx"
2544 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2545 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2546 #  parameters:
2547 #  - "name"
2548 #  - "parent"
2549 #  - "throughput"
2550 #  - "tags"
2551 #
2552 ## VPP Compare NICs 2n-skx 4t2c ndr
2553 #- type: "table"
2554 #  title: "VPP Compare NICs 2n-skx 4t2c ndr"
2555 #  algorithm: "table_nics_comparison"
2556 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2557 #  reference:
2558 #    title: "x710"
2559 #    nic: "NIC_Intel-X710"
2560 #  compare:
2561 #    title: "xxv710"
2562 #    nic: "NIC_Intel-XXV710"
2563 #  data: "vpp-nic-comparison-2n-skx"
2564 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2565 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2566 #  parameters:
2567 #  - "name"
2568 #  - "parent"
2569 #  - "throughput"
2570 #  - "tags"
2571 #
2572 # # VPP Compare NICs 2n-skx 2t1c pdr
2573 #- type: "table"
2574 #  title: "VPP Compare NICs 2n-skx 2t1c pdr"
2575 #  algorithm: "table_nics_comparison"
2576 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2577 #  reference:
2578 #    title: "x710"
2579 #    nic: "NIC_Intel-X710"
2580 #  compare:
2581 #    title: "xxv710"
2582 #    nic: "NIC_Intel-XXV710"
2583 #  data: "vpp-nic-comparison-2n-skx"
2584 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2585 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2586 #  parameters:
2587 #  - "name"
2588 #  - "parent"
2589 #  - "throughput"
2590 #  - "tags"
2591 #
2592 ## VPP Compare NICs 2n-skx 4t2c pdr
2593 #- type: "table"
2594 #  title: "VPP Compare NICs 2n-skx 4t2c pdr"
2595 #  algorithm: "table_nics_comparison"
2596 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2597 #  reference:
2598 #    title: "x710"
2599 #    nic: "NIC_Intel-X710"
2600 #  compare:
2601 #    title: "xxv710"
2602 #    nic: "NIC_Intel-XXV710"
2603 #  data: "vpp-nic-comparison-2n-skx"
2604 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2605 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2606 #  parameters:
2607 #  - "name"
2608 #  - "parent"
2609 #  - "throughput"
2610 #  - "tags"
2611 #
2612 ## VPP Compare NICs 2n-skx 2t1c mrr
2613 #- type: "table"
2614 #  title: "VPP Compare NICs 2n-skx 2t1c mrr"
2615 #  algorithm: "table_nics_comparison"
2616 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2617 #  reference:
2618 #    title: "x710"
2619 #    nic: "NIC_Intel-X710"
2620 #  compare:
2621 #    title: "xxv710"
2622 #    nic: "NIC_Intel-XXV710"
2623 #  data: "vpp-nic-comparison-2n-skx-mrr"
2624 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2625 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2626 #  parameters:
2627 #  - "name"
2628 #  - "parent"
2629 #  - "result"
2630 #  - "tags"
2631 #
2632 ## VPP Compare NICs 2n-skx 4t2c mrr
2633 #- type: "table"
2634 #  title: "VPP Compare NICs 2n-skx 4t2c mrr"
2635 #  algorithm: "table_nics_comparison"
2636 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2637 #  reference:
2638 #    title: "x710"
2639 #    nic: "NIC_Intel-X710"
2640 #  compare:
2641 #    title: "xxv710"
2642 #    nic: "NIC_Intel-XXV710"
2643 #  data: "vpp-nic-comparison-2n-skx-mrr"
2644 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2645 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2646 #  parameters:
2647 #  - "name"
2648 #  - "parent"
2649 #  - "result"
2650 #  - "tags"
2651 #
2652 ## VPP Compare NICs 2n-skx 8t4c mrr
2653 #- type: "table"
2654 #  title: "VPP Compare NICs 2n-skx 8t4c mrr"
2655 #  algorithm: "table_nics_comparison"
2656 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2657 #  reference:
2658 #    title: "x710"
2659 #    nic: "NIC_Intel-X710"
2660 #  compare:
2661 #    title: "xxv710"
2662 #    nic: "NIC_Intel-XXV710"
2663 #  data: "vpp-nic-comparison-2n-skx-mrr"
2664 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2665 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2666 #  parameters:
2667 #  - "name"
2668 #  - "parent"
2669 #  - "result"
2670 #  - "tags"
2671
2672 ################################################################################
2673 # VPP
2674
2675 # VPP Performance Changes 3n-hsw 1t1c pdr
2676 - type: "table"
2677   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2678   algorithm: "table_perf_comparison"
2679   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2680   history:
2681     - title: "rls1904"
2682       data: "vpp-performance-changes-3n-hsw-h1"
2683   reference:
2684     title: "rls1908"
2685     data: "vpp-performance-changes-3n-hsw-ref"
2686     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2687   compare:
2688     title: "rls2001"
2689     data: "vpp-performance-changes-3n-hsw-cmp"
2690   data: "vpp-performance-changes-3n-hsw"
2691   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2692   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2693   parameters:
2694   - "name"
2695   - "parent"
2696   - "throughput"
2697
2698 # VPP Performance Changes 3n-hsw 2t2c pdr
2699 - type: "table"
2700   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2701   algorithm: "table_perf_comparison"
2702   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2703   history:
2704     - title: "rls1904"
2705       data: "vpp-performance-changes-3n-hsw-h1"
2706   reference:
2707     title: "rls1908"
2708     data: "vpp-performance-changes-3n-hsw-ref"
2709     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2710   compare:
2711     title: "rls2001"
2712     data: "vpp-performance-changes-3n-hsw-cmp"
2713   data: "vpp-performance-changes-3n-hsw"
2714   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2715   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2716   parameters:
2717   - "name"
2718   - "parent"
2719   - "throughput"
2720
2721 # VPP Performance Changes 3n-hsw 1t1c ndr
2722 - type: "table"
2723   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2724   algorithm: "table_perf_comparison"
2725   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2726   history:
2727     - title: "rls1904"
2728       data: "vpp-performance-changes-3n-hsw-h1"
2729   reference:
2730     title: "rls1908"
2731     data: "vpp-performance-changes-3n-hsw-ref"
2732     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2733   compare:
2734     title: "rls2001"
2735     data: "vpp-performance-changes-3n-hsw-cmp"
2736   data: "vpp-performance-changes-3n-hsw"
2737   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2738   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2739   parameters:
2740   - "name"
2741   - "parent"
2742   - "throughput"
2743
2744 # VPP Performance Changes 3n-hsw 2t2c ndr
2745 - type: "table"
2746   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2747   algorithm: "table_perf_comparison"
2748   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2749   history:
2750     - title: "rls1904"
2751       data: "vpp-performance-changes-3n-hsw-h1"
2752   reference:
2753     title: "rls1908"
2754     data: "vpp-performance-changes-3n-hsw-ref"
2755     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2756   compare:
2757     title: "rls2001"
2758     data: "vpp-performance-changes-3n-hsw-cmp"
2759   data: "vpp-performance-changes-3n-hsw"
2760   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2761   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2762   parameters:
2763   - "name"
2764   - "parent"
2765   - "throughput"
2766
2767 ## VPP Performance Changes 3n-skx 2t1c pdr
2768 #- type: "table"
2769 #  title: "VPP Performance Changes 3n-skx 2t1c pdr"
2770 #  algorithm: "table_perf_comparison_nic"
2771 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2772 #  history:
2773 #    - title: "rls1904 x710"
2774 #      data: "vpp-performance-changes-3n-skx-h1"
2775 #      nic: "NIC_Intel-X710"
2776 #  reference:
2777 #    title: "rls1908 xxv710"
2778 #    data: "vpp-performance-changes-3n-skx-ref"
2779 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2780 #    nic: "NIC_Intel-XXV710"
2781 #  compare:
2782 #    title: "rls2001 xxv710"
2783 #    data: "vpp-performance-changes-3n-skx-cmp"
2784 #    nic: "NIC_Intel-XXV710"
2785 #  data: "vpp-performance-changes-3n-skx"
2786 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2787 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2788 #  parameters:
2789 #  - "name"
2790 #  - "parent"
2791 #  - "throughput"
2792 #  - "tags"
2793 #
2794 ## VPP Performance Changes 3n-skx 4t2c pdr
2795 #- type: "table"
2796 #  title: "VPP Performance Changes 3n-skx 4t2c pdr"
2797 #  algorithm: "table_perf_comparison_nic"
2798 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2799 #  history:
2800 #    - title: "rls1904 x710"
2801 #      data: "vpp-performance-changes-3n-skx-h1"
2802 #      nic: "NIC_Intel-X710"
2803 #  reference:
2804 #    title: "rls1908 x710"
2805 #    data: "vpp-performance-changes-3n-skx-ref"
2806 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2807 #    nic: "NIC_Intel-X710"
2808 #  compare:
2809 #    title: "rls2001 xxv710"
2810 #    data: "vpp-performance-changes-3n-skx-cmp"
2811 #    nic: "NIC_Intel-XXV710"
2812 #  data: "vpp-performance-changes-3n-skx"
2813 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2814 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2815 #  parameters:
2816 #  - "name"
2817 #  - "parent"
2818 #  - "throughput"
2819 #  - "tags"
2820 #
2821 ## VPP Performance Changes 3n-skx 2t1c ndr
2822 #- type: "table"
2823 #  title: "VPP Performance Changes 3n-skx 2t1c ndr"
2824 #  algorithm: "table_perf_comparison_nic"
2825 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2826 #  history:
2827 #    - title: "rls1904 x710"
2828 #      data: "vpp-performance-changes-3n-skx-h1"
2829 #      nic: "NIC_Intel-X710"
2830 #  reference:
2831 #    title: "rls1908 x710"
2832 #    data: "vpp-performance-changes-3n-skx-ref"
2833 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2834 #    nic: "NIC_Intel-X710"
2835 #  compare:
2836 #    title: "rls2001 xxv710"
2837 #    data: "vpp-performance-changes-3n-skx-cmp"
2838 #    nic: "NIC_Intel-XXV710"
2839 #  data: "vpp-performance-changes-3n-skx"
2840 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2841 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2842 #  parameters:
2843 #  - "name"
2844 #  - "parent"
2845 #  - "throughput"
2846 #  - "tags"
2847 #
2848 ## VPP Performance Changes 3n-skx 4t2c ndr
2849 #- type: "table"
2850 #  title: "VPP Performance Changes 3n-skx 4t2c ndr"
2851 #  algorithm: "table_perf_comparison_nic"
2852 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2853 #  history:
2854 #    - title: "rls1904 x710"
2855 #      data: "vpp-performance-changes-3n-skx-h1"
2856 #      nic: "NIC_Intel-X710"
2857 #  reference:
2858 #    title: "rls1908 x710"
2859 #    data: "vpp-performance-changes-3n-skx-ref"
2860 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2861 #    nic: "NIC_Intel-X710"
2862 #  compare:
2863 #    title: "rls2001 xxv710"
2864 #    data: "vpp-performance-changes-3n-skx-cmp"
2865 #    nic: "NIC_Intel-XXV710"
2866 #  data: "vpp-performance-changes-3n-skx"
2867 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2868 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2869 #  parameters:
2870 #  - "name"
2871 #  - "parent"
2872 #  - "throughput"
2873 #  - "tags"
2874 #
2875 ## VPP Performance Changes 2n-skx 2t1c pdr
2876 #- type: "table"
2877 #  title: "VPP Performance Changes 2n-skx 2t1c pdr"
2878 #  algorithm: "table_perf_comparison_nic"
2879 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2880 #  history:
2881 #    - title: "rls1904 x710"
2882 #      data: "vpp-performance-changes-2n-skx-h1"
2883 #      nic: "NIC_Intel-X710"
2884 #  reference:
2885 #    title: "rls1908 xxv710"
2886 #    data: "vpp-performance-changes-2n-skx-ref"
2887 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2888 #    nic: "NIC_Intel-XXV710"
2889 #  compare:
2890 #    title: "rls2001 xxv710"
2891 #    data: "vpp-performance-changes-2n-skx-cmp"
2892 #    nic: "NIC_Intel-XXV710"
2893 #  data: "vpp-performance-changes-2n-skx"
2894 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2895 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2896 #  parameters:
2897 #  - "name"
2898 #  - "parent"
2899 #  - "throughput"
2900 #  - "tags"
2901 #
2902 ## VPP Performance Changes 2n-skx 4t2c pdr
2903 #- type: "table"
2904 #  title: "VPP Performance Changes 2n-skx 4t2c pdr"
2905 #  algorithm: "table_perf_comparison_nic"
2906 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2907 #  history:
2908 #    - title: "rls1904 x710"
2909 #      data: "vpp-performance-changes-2n-skx-h1"
2910 #      nic: "NIC_Intel-X710"
2911 #  reference:
2912 #    title: "rls1908 xxv710"
2913 #    data: "vpp-performance-changes-2n-skx-ref"
2914 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2915 #    nic: "NIC_Intel-XXV710"
2916 #  compare:
2917 #    title: "rls2001 xxv710"
2918 #    data: "vpp-performance-changes-2n-skx-cmp"
2919 #    nic: "NIC_Intel-XXV710"
2920 #  data: "vpp-performance-changes-2n-skx"
2921 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2922 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2923 #  parameters:
2924 #  - "name"
2925 #  - "parent"
2926 #  - "throughput"
2927 #  - "tags"
2928 #
2929 ## VPP Performance Changes 2n-skx 2t1c ndr
2930 #- type: "table"
2931 #  title: "VPP Performance Changes 2n-skx 2t1c ndr"
2932 #  algorithm: "table_perf_comparison_nic"
2933 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2934 #  history:
2935 #    - title: "rls1904 x710"
2936 #      data: "vpp-performance-changes-2n-skx-h1"
2937 #      nic: "NIC_Intel-X710"
2938 #  reference:
2939 #    title: "rls1908 xxv710"
2940 #    data: "vpp-performance-changes-2n-skx-ref"
2941 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2942 #    nic: "NIC_Intel-XXV710"
2943 #  compare:
2944 #    title: "rls2001 xxv710"
2945 #    data: "vpp-performance-changes-2n-skx-cmp"
2946 #    nic: "NIC_Intel-XXV710"
2947 #  data: "vpp-performance-changes-2n-skx"
2948 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2949 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2950 #  parameters:
2951 #  - "name"
2952 #  - "parent"
2953 #  - "throughput"
2954 #  - "tags"
2955 #
2956 ## VPP Performance Changes 2n-skx 4t2c ndr
2957 #- type: "table"
2958 #  title: "VPP Performance Changes 2n-skx 4t2c ndr"
2959 #  algorithm: "table_perf_comparison_nic"
2960 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2961 #  history:
2962 #    - title: "rls1904 x710"
2963 #      data: "vpp-performance-changes-2n-skx-h1"
2964 #      nic: "NIC_Intel-X710"
2965 #  reference:
2966 #    title: "rls1908 xxv710"
2967 #    data: "vpp-performance-changes-2n-skx-ref"
2968 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2969 #    nic: "NIC_Intel-XXV710"
2970 #  compare:
2971 #    title: "rls2001 xxv710"
2972 #    data: "vpp-performance-changes-2n-skx-cmp"
2973 #    nic: "NIC_Intel-XXV710"
2974 #  data: "vpp-performance-changes-2n-skx"
2975 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2976 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2977 #  parameters:
2978 #  - "name"
2979 #  - "parent"
2980 #  - "throughput"
2981 #  - "tags"
2982 #
2983 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
2984 #- type: "table"
2985 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
2986 #  algorithm: "table_perf_comparison"
2987 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
2988 #  reference:
2989 #    title: "rls1908"
2990 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
2991 #  compare:
2992 #    title: "rls2001"
2993 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
2994 #  data: "vpp-performance-changes-nfv-2n-skx"
2995 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2996 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
2997 #  parameters:
2998 #  - "name"
2999 #  - "parent"
3000 #  - "throughput"
3001 #  - "tags"
3002 #
3003 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3004 #- type: "table"
3005 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3006 #  algorithm: "table_perf_comparison"
3007 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3008 #  reference:
3009 #    title: "rls1908"
3010 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3011 #  compare:
3012 #    title: "rls2001"
3013 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3014 #  data: "vpp-performance-changes-nfv-2n-skx"
3015 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3016 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3017 #  parameters:
3018 #  - "name"
3019 #  - "parent"
3020 #  - "throughput"
3021 #  - "tags"
3022 #
3023 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3024 #- type: "table"
3025 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3026 #  algorithm: "table_perf_comparison"
3027 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3028 #  reference:
3029 #    title: "rls1908"
3030 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3031 #  compare:
3032 #    title: "rls2001"
3033 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3034 #  data: "vpp-performance-changes-nfv-2n-skx"
3035 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3036 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3037 #  parameters:
3038 #  - "name"
3039 #  - "parent"
3040 #  - "throughput"
3041 #  - "tags"
3042 #
3043 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3044 #- type: "table"
3045 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3046 #  algorithm: "table_perf_comparison"
3047 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3048 #  reference:
3049 #    title: "rls1908"
3050 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3051 #  compare:
3052 #    title: "rls2001"
3053 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3054 #  data: "vpp-performance-changes-nfv-2n-skx"
3055 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3056 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3057 #  parameters:
3058 #  - "name"
3059 #  - "parent"
3060 #  - "throughput"
3061 #  - "tags"
3062
3063 # VPP Performance Changes 2n-dnv 1t1c pdr
3064 - type: "table"
3065   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3066   algorithm: "table_perf_comparison"
3067   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3068   reference:
3069     title: "rls1908"
3070     data: "vpp-performance-changes-2n-dnv-ref"
3071   compare:
3072     title: "rls2001"
3073     data: "vpp-performance-changes-2n-dnv-cmp"
3074   data: "vpp-performance-changes-2n-dnv"
3075   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3076   filter: "'1T1C'"
3077   parameters:
3078   - "name"
3079   - "parent"
3080   - "throughput"
3081   - "tags"
3082
3083 # VPP Performance Changes 2n-dnv 2t2c pdr
3084 - type: "table"
3085   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3086   algorithm: "table_perf_comparison"
3087   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3088   reference:
3089     title: "rls1908"
3090     data: "vpp-performance-changes-2n-dnv-ref"
3091   compare:
3092     title: "rls2001"
3093     data: "vpp-performance-changes-2n-dnv-cmp"
3094   data: "vpp-performance-changes-2n-dnv"
3095   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3096   filter: "'2T2C'"
3097   parameters:
3098   - "name"
3099   - "parent"
3100   - "throughput"
3101   - "tags"
3102
3103 # VPP Performance Changes 2n-dnv 1t1c ndr
3104 - type: "table"
3105   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3106   algorithm: "table_perf_comparison"
3107   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3108   reference:
3109     title: "rls1908"
3110     data: "vpp-performance-changes-2n-dnv-ref"
3111   compare:
3112     title: "rls2001"
3113     data: "vpp-performance-changes-2n-dnv-cmp"
3114   data: "vpp-performance-changes-2n-dnv"
3115   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3116   filter: "'1T1C'"
3117   parameters:
3118   - "name"
3119   - "parent"
3120   - "throughput"
3121   - "tags"
3122
3123 # VPP Performance Changes 2n-dnv 2t2c ndr
3124 - type: "table"
3125   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3126   algorithm: "table_perf_comparison"
3127   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3128   reference:
3129     title: "rls1908 "
3130     data: "vpp-performance-changes-2n-dnv-ref"
3131   compare:
3132     title: "rls2001"
3133     data: "vpp-performance-changes-2n-dnv-cmp"
3134   data: "vpp-performance-changes-2n-dnv"
3135   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3136   filter: "'2T2C'"
3137   parameters:
3138   - "name"
3139   - "parent"
3140   - "throughput"
3141   - "tags"
3142
3143 # VPP Performance Changes 3n-dnv 1t1c pdr
3144 - type: "table"
3145   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3146   algorithm: "table_perf_comparison"
3147   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3148   reference:
3149     title: "rls1908"
3150     data: "vpp-performance-changes-3n-dnv-ref"
3151   compare:
3152     title: "rls2001"
3153     data: "vpp-performance-changes-3n-dnv-cmp"
3154   data: "vpp-performance-changes-3n-dnv"
3155   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3156   filter: "'1T1C'"
3157   parameters:
3158   - "name"
3159   - "parent"
3160   - "throughput"
3161   - "tags"
3162
3163 # VPP Performance Changes 3n-dnv 2t2c pdr
3164 - type: "table"
3165   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3166   algorithm: "table_perf_comparison"
3167   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3168   reference:
3169     title: "rls1908"
3170     data: "vpp-performance-changes-3n-dnv-ref"
3171   compare:
3172     title: "rls2001"
3173     data: "vpp-performance-changes-3n-dnv-cmp"
3174   data: "vpp-performance-changes-3n-dnv"
3175   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3176   filter: "'2T2C'"
3177   parameters:
3178   - "name"
3179   - "parent"
3180   - "throughput"
3181   - "tags"
3182
3183 # VPP Performance Changes 3n-dnv 1t1c ndr
3184 - type: "table"
3185   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3186   algorithm: "table_perf_comparison"
3187   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3188   reference:
3189     title: "rls1908"
3190     data: "vpp-performance-changes-3n-dnv-ref"
3191   compare:
3192     title: "rls2001"
3193     data: "vpp-performance-changes-3n-dnv-cmp"
3194   data: "vpp-performance-changes-3n-dnv"
3195   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3196   filter: "'1T1C'"
3197   parameters:
3198   - "name"
3199   - "parent"
3200   - "throughput"
3201   - "tags"
3202
3203 # VPP Performance Changes 3n-dnv 2t2c ndr
3204 - type: "table"
3205   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3206   algorithm: "table_perf_comparison"
3207   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3208   reference:
3209     title: "rls1908"
3210     data: "vpp-performance-changes-3n-dnv-ref"
3211   compare:
3212     title: "rls2001"
3213     data: "vpp-performance-changes-3n-dnv-cmp"
3214   data: "vpp-performance-changes-3n-dnv"
3215   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3216   filter: "'2T2C'"
3217   parameters:
3218   - "name"
3219   - "parent"
3220   - "throughput"
3221   - "tags"
3222
3223 # VPP Performance Changes 3n-tsh 1t1c pdr
3224 - type: "table"
3225   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3226   algorithm: "table_perf_comparison"
3227   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3228   reference:
3229     title: "rls1908"
3230     data: "vpp-performance-changes-3n-tsh-ref"
3231   compare:
3232     title: "rls2001"
3233     data: "vpp-performance-changes-3n-tsh-cmp"
3234   data: "vpp-performance-changes-3n-tsh"
3235   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3236   filter: "'1T1C'"
3237   parameters:
3238   - "name"
3239   - "parent"
3240   - "throughput"
3241   - "tags"
3242
3243 # VPP Performance Changes 3n-tsh 2t2c pdr
3244 - type: "table"
3245   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3246   algorithm: "table_perf_comparison"
3247   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3248   reference:
3249     title: "rls1908"
3250     data: "vpp-performance-changes-3n-tsh-ref"
3251   compare:
3252     title: "rls2001"
3253     data: "vpp-performance-changes-3n-tsh-cmp"
3254   data: "vpp-performance-changes-3n-tsh"
3255   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3256   filter: "'2T2C'"
3257   parameters:
3258   - "name"
3259   - "parent"
3260   - "throughput"
3261   - "tags"
3262
3263 # VPP Performance Changes 3n-tsh 1t1c ndr
3264 - type: "table"
3265   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3266   algorithm: "table_perf_comparison"
3267   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3268   reference:
3269     title: "rls1908"
3270     data: "vpp-performance-changes-3n-tsh-ref"
3271   compare:
3272     title: "rls2001"
3273     data: "vpp-performance-changes-3n-tsh-cmp"
3274   data: "vpp-performance-changes-3n-tsh"
3275   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3276   filter: "'1T1C'"
3277   parameters:
3278   - "name"
3279   - "parent"
3280   - "throughput"
3281   - "tags"
3282
3283 # VPP Performance Changes 3n-tsh 2t2c ndr
3284 - type: "table"
3285   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3286   algorithm: "table_perf_comparison"
3287   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3288   reference:
3289     title: "rls1908"
3290     data: "vpp-performance-changes-3n-tsh-ref"
3291   compare:
3292     title: "rls2001"
3293     data: "vpp-performance-changes-3n-tsh-cmp"
3294   data: "vpp-performance-changes-3n-tsh"
3295   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3296   filter: "'2T2C'"
3297   parameters:
3298   - "name"
3299   - "parent"
3300   - "throughput"
3301   - "tags"
3302
3303 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3304 #- type: "table"
3305 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3306 #  algorithm: "table_perf_comparison_nic"
3307 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3308 #  reference:
3309 #    title: "3n-hsw xl710"
3310 #    data: "vpp-compare-testbeds-ref"
3311 #    nic: "NIC_Intel-XL710"
3312 #  compare:
3313 #    title: "3n-skx xxv710"
3314 #    data: "vpp-compare-testbeds-cmp"
3315 #    nic: "NIC_Intel-XXV710"
3316 #  data: "vpp-compare-testbeds"
3317 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3318 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3319 #  parameters:
3320 #  - "name"
3321 #  - "parent"
3322 #  - "throughput"
3323 #  - "tags"
3324 #
3325 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3326 #- type: "table"
3327 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3328 #  algorithm: "table_perf_comparison_nic"
3329 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3330 #  reference:
3331 #    title: "3n-hsw xl710"
3332 #    data: "vpp-compare-testbeds-ref"
3333 #    nic: "NIC_Intel-XL710"
3334 #  compare:
3335 #    title: "3n-skx xxv710"
3336 #    data: "vpp-compare-testbeds-cmp"
3337 #    nic: "NIC_Intel-XXV710"
3338 #  data: "vpp-compare-testbeds"
3339 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3340 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3341 #  parameters:
3342 #  - "name"
3343 #  - "parent"
3344 #  - "throughput"
3345 #  - "tags"
3346 #
3347 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3348 #- type: "table"
3349 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3350 #  algorithm: "table_perf_comparison_nic"
3351 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3352 #  reference:
3353 #    title: "3n-hsw xl710"
3354 #    data: "vpp-compare-testbeds-ref"
3355 #    nic: "NIC_Intel-XL710"
3356 #  compare:
3357 #    title: "3n-skx xxv710"
3358 #    data: "vpp-compare-testbeds-cmp"
3359 #    nic: "NIC_Intel-XXV710"
3360 #  data: "vpp-compare-testbeds"
3361 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3362 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3363 #  parameters:
3364 #  - "name"
3365 #  - "parent"
3366 #  - "throughput"
3367 #  - "tags"
3368 #
3369 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3370 #- type: "table"
3371 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3372 #  algorithm: "table_perf_comparison_nic"
3373 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3374 #  reference:
3375 #    title: "3n-hsw xl710"
3376 #    data: "vpp-compare-testbeds-ref"
3377 #    nic: "NIC_Intel-XL710"
3378 #  compare:
3379 #    title: "3n-skx xxv710"
3380 #    data: "vpp-compare-testbeds-cmp"
3381 #    nic: "NIC_Intel-XXV710"
3382 #  data: "vpp-compare-testbeds"
3383 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3384 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3385 #  parameters:
3386 #  - "name"
3387 #  - "parent"
3388 #  - "throughput"
3389 #  - "tags"
3390 #
3391 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3392 #- type: "table"
3393 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3394 #  algorithm: "table_perf_comparison"
3395 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3396 #  reference:
3397 #    title: "2n-skx"
3398 #    data: "vpp-compare-testbeds-skx-clx-ref"
3399 #  compare:
3400 #    title: "2n-clx"
3401 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3402 #  data: "vpp-compare-testbeds-skx-clx"
3403 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3404 #  filter: "'2T1C'"
3405 #  parameters:
3406 #  - "name"
3407 #  - "parent"
3408 #  - "throughput"
3409 #  - "tags"
3410 #
3411 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3412 #- type: "table"
3413 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3414 #  algorithm: "table_perf_comparison"
3415 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3416 #  reference:
3417 #    title: "2n-skx"
3418 #    data: "vpp-compare-testbeds-skx-clx-ref"
3419 #  compare:
3420 #    title: "2n-clx"
3421 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3422 #  data: "vpp-compare-testbeds-skx-clx"
3423 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3424 #  filter: "'4T2C'"
3425 #  parameters:
3426 #  - "name"
3427 #  - "parent"
3428 #  - "throughput"
3429 #  - "tags"
3430 #
3431 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3432 #- type: "table"
3433 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3434 #  algorithm: "table_perf_comparison"
3435 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3436 #  reference:
3437 #    title: "2n-skx"
3438 #    data: "vpp-compare-testbeds-skx-clx-ref"
3439 #  compare:
3440 #    title: "2n-clx"
3441 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3442 #  data: "vpp-compare-testbeds-skx-clx"
3443 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3444 #  filter: "'2T1C'"
3445 #  parameters:
3446 #  - "name"
3447 #  - "parent"
3448 #  - "throughput"
3449 #  - "tags"
3450 #
3451 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3452 #- type: "table"
3453 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3454 #  algorithm: "table_perf_comparison"
3455 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3456 #  reference:
3457 #    title: "2n-skx"
3458 #    data: "vpp-compare-testbeds-skx-clx-ref"
3459 #  compare:
3460 #    title: "2n-clx"
3461 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3462 #  data: "vpp-compare-testbeds-skx-clx"
3463 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3464 #  filter: "'4T2C'"
3465 #  parameters:
3466 #  - "name"
3467 #  - "parent"
3468 #  - "throughput"
3469 #  - "tags"
3470 #
3471 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3472 #- type: "table"
3473 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3474 #  algorithm: "table_perf_comparison"
3475 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3476 #  reference:
3477 #    title: "3-Node Skx"
3478 #    data: "vpp-compare-topologies-ref"
3479 #  compare:
3480 #    title: "2-Node Skx"
3481 #    data: "vpp-compare-topologies-cmp"
3482 #  data: "vpp-compare-topologies"
3483 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3484 #  filter: "'NDRPDR' and '1C'"
3485 #  parameters:
3486 #  - "name"
3487 #  - "parent"
3488 #  - "throughput"
3489 #
3490 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
3491 #- type: "table"
3492 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
3493 #  algorithm: "table_perf_comparison"
3494 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
3495 #  reference:
3496 #    title: "3-Node Skx"
3497 #    data: "vpp-compare-topologies-ref"
3498 #  compare:
3499 #    title: "2-Node Skx"
3500 #    data: "vpp-compare-topologies-cmp"
3501 #  data: "vpp-compare-topologies"
3502 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3503 #  filter: "'NDRPDR' and '2C'"
3504 #  parameters:
3505 #  - "name"
3506 #  - "parent"
3507 #  - "throughput"
3508 #
3509 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
3510 #- type: "table"
3511 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
3512 #  algorithm: "table_perf_comparison"
3513 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
3514 #  reference:
3515 #    title: "3-Node Skx"
3516 #    data: "vpp-compare-topologies-ref"
3517 #  compare:
3518 #    title: "2-Node Skx"
3519 #    data: "vpp-compare-topologies-cmp"
3520 #  data: "vpp-compare-topologies"
3521 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3522 #  filter: "'NDRPDR' and '1C'"
3523 #  parameters:
3524 #  - "name"
3525 #  - "parent"
3526 #  - "throughput"
3527 #
3528 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
3529 #- type: "table"
3530 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
3531 #  algorithm: "table_perf_comparison"
3532 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
3533 #  reference:
3534 #    title: "3-Node Skx"
3535 #    data: "vpp-compare-topologies-ref"
3536 #  compare:
3537 #    title: "2-Node Skx"
3538 #    data: "vpp-compare-topologies-cmp"
3539 #  data: "vpp-compare-topologies"
3540 #  include-tests: "PDR"
3541 #  filter: "'NDRPDR' and '2C'"
3542 #  parameters:
3543 #  - "name"
3544 #  - "parent"
3545 #  - "throughput"
3546
3547 # VPP Performance Changes 3n-hsw 1t1c MRR
3548 - type: "table"
3549   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
3550   algorithm: "table_perf_comparison"
3551   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
3552   history:
3553     - title: "rls1904"
3554       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3555   reference:
3556     title: "rls1908"
3557     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3558   compare:
3559     title: "rls2001"
3560     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3561   data: "vpp-performance-changes-3n-hsw-mrr"
3562   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3563   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
3564   parameters:
3565   - "name"
3566   - "parent"
3567   - "result"
3568
3569 # VPP Performance Changes 3n-hsw 2t2c MRR
3570 - type: "table"
3571   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
3572   algorithm: "table_perf_comparison"
3573   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
3574   history:
3575     - title: "rls1904"
3576       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3577   reference:
3578     title: "rls1908"
3579     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3580   compare:
3581     title: "rls2001"
3582     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3583   data: "vpp-performance-changes-3n-hsw-mrr"
3584   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3585   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
3586   parameters:
3587   - "name"
3588   - "parent"
3589   - "result"
3590
3591 # VPP Performance Changes 3n-hsw 4t4c MRR
3592 - type: "table"
3593   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
3594   algorithm: "table_perf_comparison"
3595   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
3596   history:
3597     - title: "rls1904"
3598       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3599   reference:
3600     title: "rls1908"
3601     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3602   compare:
3603     title: "rls2001"
3604     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3605   data: "vpp-performance-changes-3n-hsw-mrr"
3606   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3607   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
3608   parameters:
3609   - "name"
3610   - "parent"
3611   - "result"
3612
3613 ## VPP Performance Changes 3n-skx 2t1c MRR
3614 #- type: "table"
3615 #  title: "VPP Performance Changes 3n-skx 2t1c MRR"
3616 #  algorithm: "table_perf_comparison"
3617 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
3618 #  history:
3619 #    - title: "rls1904"
3620 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3621 #  reference:
3622 #    title: "rls1908"
3623 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3624 #  compare:
3625 #    title: "rls2001"
3626 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3627 #  data: "vpp-performance-changes-3n-skx-mrr"
3628 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3629 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3630 #  parameters:
3631 #  - "name"
3632 #  - "parent"
3633 #  - "result"
3634 #
3635 ## VPP Performance Changes 3n-skx 4t2c MRR
3636 #- type: "table"
3637 #  title: "VPP Performance Changes 3n-skx 4t2c MRR"
3638 #  algorithm: "table_perf_comparison"
3639 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
3640 #  history:
3641 #    - title: "rls1904"
3642 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3643 #  reference:
3644 #    title: "rls1908"
3645 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3646 #  compare:
3647 #    title: "rls2001"
3648 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3649 #  data: "vpp-performance-changes-3n-skx-mrr"
3650 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3651 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3652 #  parameters:
3653 #  - "name"
3654 #  - "parent"
3655 #  - "result"
3656 #
3657 ## VPP Performance Changes 3n-skx 8t4c MRR
3658 #- type: "table"
3659 #  title: "VPP Performance Changes 3n-skx 8t4c MRR"
3660 #  algorithm: "table_perf_comparison"
3661 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
3662 #  history:
3663 #    - title: "rls1904"
3664 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3665 #  reference:
3666 #    title: "rls1908"
3667 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3668 #  compare:
3669 #    title: "rls2001"
3670 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3671 #  data: "vpp-performance-changes-3n-skx-mrr"
3672 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3673 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3674 #  parameters:
3675 #  - "name"
3676 #  - "parent"
3677 #  - "result"
3678 #
3679 ## VPP Performance Changes 2n-skx 2t1c MRR
3680 #- type: "table"
3681 #  title: "VPP Performance Changes 2n-skx 2t1c MRR"
3682 #  algorithm: "table_perf_comparison"
3683 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
3684 #  history:
3685 #    - title: "rls1904"
3686 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3687 #  reference:
3688 #    title: "rls1908"
3689 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3690 #  compare:
3691 #    title: "rls2001"
3692 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3693 #  data: "vpp-performance-changes-2n-skx-mrr"
3694 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3695 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3696 #  parameters:
3697 #  - "name"
3698 #  - "parent"
3699 #  - "result"
3700 #
3701 ## VPP Performance Changes 2n-skx 4t2c MRR
3702 #- type: "table"
3703 #  title: "VPP Performance Changes 2n-skx 4t2c MRR"
3704 #  algorithm: "table_perf_comparison"
3705 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
3706 #  history:
3707 #    - title: "rls1904"
3708 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3709 #  reference:
3710 #    title: "rls1908"
3711 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3712 #  compare:
3713 #    title: "rls2001"
3714 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3715 #  data: "vpp-performance-changes-2n-skx-mrr"
3716 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3717 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3718 #  parameters:
3719 #  - "name"
3720 #  - "parent"
3721 #  - "result"
3722 #
3723 ## VPP Performance Changes 2n-skx 8t4c MRR
3724 #- type: "table"
3725 #  title: "VPP Performance Changes 2n-skx 8t4c MRR"
3726 #  algorithm: "table_perf_comparison"
3727 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
3728 #  history:
3729 #    - title: "rls1904"
3730 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3731 #  reference:
3732 #    title: "rls1908"
3733 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3734 #  compare:
3735 #    title: "rls2001"
3736 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3737 #  data: "vpp-performance-changes-2n-skx-mrr"
3738 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3739 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3740 #  parameters:
3741 #  - "name"
3742 #  - "parent"
3743 #  - "result"
3744 #
3745 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
3746 #- type: "table"
3747 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
3748 #  algorithm: "table_perf_comparison"
3749 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
3750 #  reference:
3751 #    title: "rls1908"
3752 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3753 #  compare:
3754 #    title: "rls2001"
3755 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3756 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3757 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3758 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
3759 #  parameters:
3760 #  - "name"
3761 #  - "parent"
3762 #  - "result"
3763 #
3764 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
3765 #- type: "table"
3766 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
3767 #  algorithm: "table_perf_comparison"
3768 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
3769 #  reference:
3770 #    title: "rls1908"
3771 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3772 #  compare:
3773 #    title: "rls2001"
3774 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3775 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3776 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3777 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
3778 #  parameters:
3779 #  - "name"
3780 #  - "parent"
3781 #  - "result"
3782 #
3783 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
3784 #- type: "table"
3785 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
3786 #  algorithm: "table_perf_comparison"
3787 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
3788 #  reference:
3789 #    title: "rls1908"
3790 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3791 #  compare:
3792 #    title: "rls2001"
3793 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3794 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3795 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3796 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
3797 #  parameters:
3798 #  - "name"
3799 #  - "parent"
3800 #  - "result"
3801
3802 # VPP Performance Changes 2n-dnv 1t1c MRR
3803 - type: "table"
3804   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
3805   algorithm: "table_perf_comparison"
3806   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
3807   reference:
3808     title: "rls1908"
3809     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3810   compare:
3811     title: "rls2001"
3812     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3813   data: "vpp-performance-changes-2n-dnv-mrr"
3814   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3815   filter: "'1T1C' and 'MRR'"
3816   parameters:
3817   - "name"
3818   - "parent"
3819   - "result"
3820
3821 # VPP Performance Changes 2n-dnv 2t2c MRR
3822 - type: "table"
3823   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
3824   algorithm: "table_perf_comparison"
3825   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
3826   reference:
3827     title: "rls1908"
3828     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3829   compare:
3830     title: "rls2001"
3831     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3832   data: "vpp-performance-changes-2n-dnv-mrr"
3833   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3834   filter: "'2T2C' and 'MRR'"
3835   parameters:
3836   - "name"
3837   - "parent"
3838   - "result"
3839
3840 # VPP Performance Changes 2n-dnv 4t4c MRR
3841 - type: "table"
3842   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
3843   algorithm: "table_perf_comparison"
3844   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
3845   reference:
3846     title: "rls1908"
3847     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3848   compare:
3849     title: "rls2001"
3850     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3851   data: "vpp-performance-changes-2n-dnv-mrr"
3852   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3853   filter: "'4T4C' and 'MRR'"
3854   parameters:
3855   - "name"
3856   - "parent"
3857   - "result"
3858
3859 # VPP Performance Changes 3n-dnv 1t1c MRR
3860 - type: "table"
3861   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
3862   algorithm: "table_perf_comparison"
3863   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
3864   reference:
3865     title: "rls1908"
3866     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3867   compare:
3868     title: "rls2001"
3869     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3870   data: "vpp-performance-changes-3n-dnv-mrr"
3871   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3872   filter: "'1T1C' and 'MRR'"
3873   parameters:
3874   - "name"
3875   - "parent"
3876   - "result"
3877
3878 # VPP Performance Changes 3n-dnv 2t2c MRR
3879 - type: "table"
3880   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
3881   algorithm: "table_perf_comparison"
3882   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
3883   reference:
3884     title: "rls1908"
3885     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3886   compare:
3887     title: "rls2001"
3888     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3889   data: "vpp-performance-changes-3n-dnv-mrr"
3890   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3891   filter: "'2T2C' and 'MRR'"
3892   parameters:
3893   - "name"
3894   - "parent"
3895   - "result"
3896
3897 # VPP Performance Changes 3n-dnv 4t4c MRR
3898 - type: "table"
3899   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
3900   algorithm: "table_perf_comparison"
3901   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
3902   reference:
3903     title: "rls1908"
3904     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3905   compare:
3906     title: "rls2001"
3907     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3908   data: "vpp-performance-changes-3n-dnv-mrr"
3909   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3910   filter: "'4T4C' and 'MRR'"
3911   parameters:
3912   - "name"
3913   - "parent"
3914   - "result"
3915
3916 # VPP Performance Changes 3n-tsh 1t1c MRR
3917 - type: "table"
3918   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
3919   algorithm: "table_perf_comparison"
3920   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
3921   reference:
3922     title: "rls1908"
3923     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3924   compare:
3925     title: "rls2001"
3926     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3927   data: "vpp-performance-changes-3n-tsh-mrr"
3928   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3929   filter: "'1T1C' and 'MRR'"
3930   parameters:
3931   - "name"
3932   - "parent"
3933   - "result"
3934
3935 # VPP Performance Changes 3n-tsh 2t2c MRR
3936 - type: "table"
3937   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
3938   algorithm: "table_perf_comparison"
3939   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
3940   reference:
3941     title: "rls1908"
3942     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3943   compare:
3944     title: "rls2001"
3945     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3946   data: "vpp-performance-changes-3n-tsh-mrr"
3947   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3948   filter: "'2T2C' and 'MRR'"
3949   parameters:
3950   - "name"
3951   - "parent"
3952   - "result"
3953
3954 # VPP Performance Changes 3n-tsh 4t4c MRR
3955 - type: "table"
3956   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
3957   algorithm: "table_perf_comparison"
3958   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
3959   reference:
3960     title: "rls1908"
3961     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3962   compare:
3963     title: "rls2001"
3964     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3965   data: "vpp-performance-changes-3n-tsh-mrr"
3966   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3967   filter: "'4T4C' and 'MRR'"
3968   parameters:
3969   - "name"
3970   - "parent"
3971   - "result"
3972
3973 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
3974 #- type: "table"
3975 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
3976 #  algorithm: "table_perf_comparison_nic"
3977 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
3978 #  reference:
3979 #    title: "3n-hsw xl710"
3980 #    data: "vpp-compare-testbeds-mrr-ref"
3981 #    nic: "NIC_Intel-XL710"
3982 #  compare:
3983 #    title: "3n-skx xxv710"
3984 #    data: "vpp-compare-testbeds-mrr-cmp"
3985 #    nic: "NIC_Intel-XXV710"
3986 #  data: "vpp-compare-testbeds-mrr"
3987 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3988 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
3989 #  parameters:
3990 #  - "name"
3991 #  - "parent"
3992 #  - "result"
3993 #  - "tags"
3994 #
3995 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
3996 #- type: "table"
3997 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
3998 #  algorithm: "table_perf_comparison_nic"
3999 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4000 #  reference:
4001 #    title: "3n-hsw xl710"
4002 #    data: "vpp-compare-testbeds-mrr-ref"
4003 #    nic: "NIC_Intel-XL710"
4004 #  compare:
4005 #    title: "3n-skx xxv710"
4006 #    data: "vpp-compare-testbeds-mrr-cmp"
4007 #    nic: "NIC_Intel-XXV710"
4008 #  data: "vpp-compare-testbeds-mrr"
4009 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4010 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4011 #  parameters:
4012 #  - "name"
4013 #  - "parent"
4014 #  - "result"
4015 #  - "tags"
4016 #
4017 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4018 #- type: "table"
4019 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4020 #  algorithm: "table_perf_comparison_nic"
4021 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4022 #  reference:
4023 #    title: "3n-hsw xl710"
4024 #    data: "vpp-compare-testbeds-mrr-ref"
4025 #    nic: "NIC_Intel-XL710"
4026 #  compare:
4027 #    title: "3n-skx xxv710"
4028 #    data: "vpp-compare-testbeds-mrr-cmp"
4029 #    nic: "NIC_Intel-XXV710"
4030 #  data: "vpp-compare-testbeds-mrr"
4031 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4032 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4033 #  parameters:
4034 #  - "name"
4035 #  - "parent"
4036 #  - "result"
4037 #  - "tags"
4038 #
4039 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4040 #- type: "table"
4041 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4042 #  algorithm: "table_perf_comparison"
4043 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4044 #  reference:
4045 #    title: "2n-skx"
4046 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4047 #  compare:
4048 #    title: "2n-clx"
4049 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4050 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4051 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4052 #  filter: "'2T1C'"
4053 #  parameters:
4054 #  - "name"
4055 #  - "parent"
4056 #  - "result"
4057 #  - "tags"
4058 #
4059 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4060 #- type: "table"
4061 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4062 #  algorithm: "table_perf_comparison"
4063 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4064 #  reference:
4065 #    title: "2n-skx"
4066 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4067 #  compare:
4068 #    title: "2n-clx"
4069 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4070 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4071 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4072 #  filter: "'4T2C'"
4073 #  parameters:
4074 #  - "name"
4075 #  - "parent"
4076 #  - "result"
4077 #  - "tags"
4078 #
4079 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4080 #- type: "table"
4081 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4082 #  algorithm: "table_perf_comparison"
4083 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4084 #  reference:
4085 #    title: "2n-skx"
4086 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4087 #  compare:
4088 #    title: "2n-clx"
4089 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4090 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4091 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4092 #  filter: "'8T4C'"
4093 #  parameters:
4094 #  - "name"
4095 #  - "parent"
4096 #  - "result"
4097 #  - "tags"
4098 #
4099 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4100 #- type: "table"
4101 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4102 #  algorithm: "table_perf_comparison"
4103 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4104 #  reference:
4105 #    title: "3-Node Skx"
4106 #    data: "vpp-compare-topologies-mrr-ref"
4107 #  compare:
4108 #    title: "2-Node Skx"
4109 #    data: "vpp-compare-topologies-mrr-cmp"
4110 #  data: "vpp-compare-topologies-mrr"
4111 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4112 #  filter: "'MRR' and '1C'"
4113 #  parameters:
4114 #  - "name"
4115 #  - "parent"
4116 #  - "result"
4117 #
4118 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4119 #- type: "table"
4120 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4121 #  algorithm: "table_perf_comparison"
4122 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4123 #  reference:
4124 #    title: "3-Node Skx"
4125 #    data: "vpp-compare-topologies-mrr-ref"
4126 #  compare:
4127 #    title: "2-Node Skx"
4128 #    data: "vpp-compare-topologies-mrr-cmp"
4129 #  data: "vpp-compare-topologies-mrr"
4130 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4131 #  filter: "'MRR' and '2C'"
4132 #  parameters:
4133 #  - "name"
4134 #  - "parent"
4135 #  - "result"
4136 #
4137 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4138 #- type: "table"
4139 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4140 #  algorithm: "table_perf_comparison"
4141 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4142 #  reference:
4143 #    title: "3-Node Skx"
4144 #    data: "vpp-compare-topologies-mrr-ref"
4145 #  compare:
4146 #    title: "2-Node Skx"
4147 #    data: "vpp-compare-topologies-mrr-cmp"
4148 #  data: "vpp-compare-topologies-mrr"
4149 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4150 #  filter: "'MRR' and '4C'"
4151 #  parameters:
4152 #  - "name"
4153 #  - "parent"
4154 #  - "result"
4155
4156 # Detailed Test Results - VPP Performance Results 3n-hsw
4157 - type: "table"
4158   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4159   algorithm: "table_merged_details"
4160   output-file-ext: ".csv"
4161   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4162   columns:
4163   - title: " |prein| Test Name |preout| "
4164     data: "data name"
4165   - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, 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| "
4166     data: "data msg"
4167   rows: "generated"
4168   data: "vpp-perf-results-3n-hsw"
4169   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4170   parameters:
4171   - "name"
4172   - "parent"
4173   - "msg"
4174
4175 ## Detailed Test Results - VPP Performance Results 3n-skx
4176 #- type: "table"
4177 #  title: "Detailed Test Results - VPP Performance Results 3n-skx"
4178 #  algorithm: "table_merged_details"
4179 #  output-file-ext: ".csv"
4180 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4181 #  columns:
4182 #  - title: " |prein| Test Name |preout| "
4183 #    data: "data name"
4184 #  - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, 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| "
4185 #    data: "data msg"
4186 #  rows: "generated"
4187 #  data: "vpp-perf-results-3n-skx"
4188 #  filter: "not 'CFS_OPT'"
4189 #  parameters:
4190 #  - "name"
4191 #  - "parent"
4192 #  - "msg"
4193 #
4194 ## Detailed Test Results - VPP Performance Results 2n-skx
4195 #- type: "table"
4196 #  title: "Detailed Test Results - VPP Performance Results 2n-skx"
4197 #  algorithm: "table_merged_details"
4198 #  output-file-ext: ".csv"
4199 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4200 #  columns:
4201 #  - title: " |prein| Test Name |preout| "
4202 #    data: "data name"
4203 #  - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, 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| "
4204 #    data: "data msg"
4205 #  rows: "generated"
4206 #  data: "vpp-perf-results-2n-skx"
4207 #  filter: "not 'CFS_OPT'"
4208 #  parameters:
4209 #  - "name"
4210 #  - "parent"
4211 #  - "msg"
4212
4213 ## Detailed Test Results - VPP Performance Results 2n-clx
4214 #- type: "table"
4215 #  title: "Detailed Test Results - VPP Performance Results 2n-clx"
4216 #  algorithm: "table_merged_details"
4217 #  output-file-ext: ".csv"
4218 #  output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
4219 #  columns:
4220 #  - title: " |prein| Test Name |preout| "
4221 #    data: "data name"
4222 #  - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, 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| "
4223 #    data: "data msg"
4224 #  rows: "generated"
4225 #  data: "vpp-perf-results-2n-clx"
4226 #  filter: "not 'CFS_OPT'"
4227 #  parameters:
4228 #  - "name"
4229 #  - "parent"
4230 #  - "msg"
4231
4232 # Detailed Test Results - VPP Performance Results 3n-tsh
4233 - type: "table"
4234   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4235   algorithm: "table_merged_details"
4236   output-file-ext: ".csv"
4237   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
4238   columns:
4239   - title: " |prein| Test Name |preout| "
4240     data: "data name"
4241   - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, 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| "
4242     data: "data msg"
4243   rows: "generated"
4244   data: "vpp-perf-results-3n-tsh"
4245   filter: "not 'CFS_OPT'"
4246   parameters:
4247   - "name"
4248   - "parent"
4249   - "msg"
4250
4251 # Detailed Test Results - VPP Performance Results 3n-dnv
4252 - type: "table"
4253   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4254   algorithm: "table_merged_details"
4255   output-file-ext: ".csv"
4256   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
4257   columns:
4258   - title: " |prein| Test Name |preout| "
4259     data: "data name"
4260   - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, 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| "
4261     data: "data msg"
4262   rows: "generated"
4263   data: "vpp-perf-results-3n-dnv"
4264   filter: "'NDRPDR'"
4265   parameters:
4266   - "name"
4267   - "parent"
4268   - "msg"
4269
4270 # Detailed Test Results - VPP Performance Results 2n-dnv
4271 - type: "table"
4272   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4273   algorithm: "table_merged_details"
4274   output-file-ext: ".csv"
4275   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4276   columns:
4277   - title: " |prein| Test Name |preout| "
4278     data: "data name"
4279   - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, 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| "
4280     data: "data msg"
4281   rows: "generated"
4282   data: "vpp-perf-results-2n-dnv"
4283   filter: "'NDRPDR'"
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-ext: ".csv"
4294   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
4295   columns:
4296   - title: "Name"
4297     data: "data name"
4298   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4299     data: "data conf-history"
4300   rows: "generated"
4301   data: "vpp-perf-results-3n-hsw"
4302   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4303   parameters:
4304   - "parent"
4305   - "name"
4306   - "conf-history"
4307
4308 ## Test configuration - VPP Performance Test Configs 3n-skx
4309 #- type: "table"
4310 #  title: "Test configuration - VPP Performance Test Configs 3n-skx"
4311 #  algorithm: "table_merged_details"
4312 #  output-file-ext: ".csv"
4313 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
4314 #  columns:
4315 #  - title: "Name"
4316 #    data: "data name"
4317 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4318 #    data: "data conf-history"
4319 #  rows: "generated"
4320 #  data: "vpp-perf-results-3n-skx"
4321 #  filter: "not 'CFS_OPT'"
4322 #  parameters:
4323 #  - "parent"
4324 #  - "name"
4325 #  - "conf-history"
4326 #
4327 ## Test configuration - VPP Performance Test Configs 2n-skx
4328 #- type: "table"
4329 #  title: "Test configuration - VPP Performance Test Configs 2n-skx"
4330 #  algorithm: "table_merged_details"
4331 #  output-file-ext: ".csv"
4332 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
4333 #  columns:
4334 #  - title: "Name"
4335 #    data: "data name"
4336 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4337 #    data: "data conf-history"
4338 #  rows: "generated"
4339 #  data: "vpp-perf-results-2n-skx"
4340 #  filter: "not 'CFS_OPT'"
4341 #  parameters:
4342 #  - "parent"
4343 #  - "name"
4344 #  - "conf-history"
4345
4346 ## Test configuration - VPP Performance Test Configs 2n-clx
4347 #- type: "table"
4348 #  title: "Test configuration - VPP Performance Test Configs 2n-clx"
4349 #  algorithm: "table_merged_details"
4350 #  output-file-ext: ".csv"
4351 #  output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_test_configuration_2n_clx"
4352 #  columns:
4353 #  - title: "Name"
4354 #    data: "data name"
4355 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4356 #    data: "data conf-history"
4357 #  rows: "generated"
4358 #  data: "vpp-perf-results-2n-clx"
4359 #  filter: "not 'CFS_OPT'"
4360 #  parameters:
4361 #  - "parent"
4362 #  - "name"
4363 #  - "conf-history"
4364
4365 # Test configuration - VPP Performance Test Configs 3n-tsh
4366 - type: "table"
4367   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4368   algorithm: "table_merged_details"
4369   output-file-ext: ".csv"
4370   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
4371   columns:
4372   - title: "Name"
4373     data: "data name"
4374   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4375     data: "data conf-history"
4376   rows: "generated"
4377   data: "vpp-perf-results-3n-tsh"
4378   filter: "not 'CFS_OPT'"
4379   parameters:
4380   - "parent"
4381   - "name"
4382   - "conf-history"
4383
4384 # Test configuration - VPP Performance Test Configs 3n-dnv
4385 - type: "table"
4386   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
4387   algorithm: "table_merged_details"
4388   output-file-ext: ".csv"
4389   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_test_configuration_3n_dnv"
4390   columns:
4391   - title: "Name"
4392     data: "data name"
4393   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4394     data: "data conf-history"
4395   rows: "generated"
4396   data: "vpp-perf-results-3n-dnv"
4397   filter: "'NDRPDR'"
4398   parameters:
4399   - "parent"
4400   - "name"
4401   - "conf-history"
4402
4403 # Test configuration - VPP Performance Test Configs 2n-dnv
4404 - type: "table"
4405   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
4406   algorithm: "table_merged_details"
4407   output-file-ext: ".csv"
4408   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
4409   columns:
4410   - title: "Name"
4411     data: "data name"
4412   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4413     data: "data conf-history"
4414   rows: "generated"
4415   data: "vpp-perf-results-2n-dnv"
4416   filter: "'NDRPDR'"
4417   parameters:
4418   - "parent"
4419   - "name"
4420   - "conf-history"
4421
4422 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4423 - type: "table"
4424   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4425   algorithm: "table_oper_data_html"
4426   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
4427   data: "vpp-perf-results-3n-hsw"
4428   filter: "'NDRPDR'"
4429
4430 ## Test Operational Data - VPP Performance Operational Data 3n-skx
4431 #- type: "table"
4432 #  title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4433 #  algorithm: "table_oper_data_html"
4434 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
4435 #  data: "vpp-perf-results-3n-skx"
4436 #  filter: "not 'CFS_OPT'"
4437 #
4438 ## Test Operational Data - VPP Performance Operational Data 2n-skx
4439 #- type: "table"
4440 #  title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
4441 #  algorithm: "table_oper_data_html"
4442 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
4443 #  data: "vpp-perf-results-2n-skx"
4444 #  filter: "not 'CFS_OPT'"
4445
4446 ## Test Operational Data - VPP Performance Operational Data 2n-clx
4447 #- type: "table"
4448 #  title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
4449 #  algorithm: "table_oper_data_html"
4450 #  output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_test_operational_2n_clx"
4451 #  data: "vpp-perf-results-2n-clx"
4452 #  filter: "not 'CFS_OPT'"
4453
4454 # Test Operational Data - VPP Performance Operational Data 3n-tsh
4455 - type: "table"
4456   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
4457   algorithm: "table_oper_data_html"
4458   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
4459   data: "vpp-perf-results-3n-tsh"
4460   filter: "not 'CFS_OPT'"
4461
4462 # Test Operational Data - VPP Performance Operational Data 3n-dnv
4463 - type: "table"
4464   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
4465   algorithm: "table_oper_data_html"
4466   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_test_operational_3n_dnv"
4467   data: "vpp-perf-results-3n-dnv"
4468   filter: "'NDRPDR'"
4469
4470 # Test Operational Data - VPP Performance Operational Data 2n-dnv
4471 - type: "table"
4472   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
4473   algorithm: "table_oper_data_html"
4474   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
4475   data: "vpp-perf-results-2n-dnv"
4476   filter: "'NDRPDR'"
4477
4478 # Detailed Test Results - VPP MRR Results 3n-hsw
4479 - type: "table"
4480   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
4481   algorithm: "table_details"
4482   output-file-ext: ".csv"
4483   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4484   columns:
4485   - title: " |prein| Test Name |preout| "
4486     data: "data name"
4487   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4488     data: "data msg"
4489   rows: "generated"
4490   data: "vpp-mrr-results-3n-hsw"
4491   filter: "'MRR'"
4492   parameters:
4493   - "name"
4494   - "parent"
4495   - "msg"
4496
4497 ## Detailed Test Results - VPP MRR Results 3n-skx
4498 #- type: "table"
4499 #  title: "Detailed Test Results - VPP MRR Results 3n-skx"
4500 #  algorithm: "table_details"
4501 #  output-file-ext: ".csv"
4502 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_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 #  rows: "generated"
4509 #  data: "vpp-mrr-results-3n-skx"
4510 #  filter: "'MRR'"
4511 #  parameters:
4512 #  - "name"
4513 #  - "parent"
4514 #  - "msg"
4515 #
4516 ## Detailed Test Results - VPP MRR Results 2n-skx
4517 #- type: "table"
4518 #  title: "Detailed Test Results - VPP MRR Results 2n-skx"
4519 #  algorithm: "table_details"
4520 #  output-file-ext: ".csv"
4521 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4522 #  columns:
4523 #  - title: " |prein| Test Name |preout| "
4524 #    data: "data name"
4525 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4526 #    data: "data msg"
4527 #  rows: "generated"
4528 #  data: "vpp-mrr-results-2n-skx"
4529 #  filter: "'MRR'"
4530 #  parameters:
4531 #  - "name"
4532 #  - "parent"
4533 #  - "msg"
4534
4535 ## Detailed Test Results - VPP MRR Results 2n-clx
4536 #- type: "table"
4537 #  title: "Detailed Test Results - VPP MRR Results 2n-clx"
4538 #  algorithm: "table_details"
4539 #  output-file-ext: ".csv"
4540 #  output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
4541 #  columns:
4542 #  - title: " |prein| Test Name |preout| "
4543 #    data: "data name"
4544 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4545 #    data: "data msg"
4546 #  rows: "generated"
4547 #  data: "vpp-mrr-results-2n-clx"
4548 #  filter: "'MRR'"
4549 #  parameters:
4550 #  - "name"
4551 #  - "parent"
4552 #  - "msg"
4553
4554 # Detailed Test Results - VPP MRR Results 3n-tsh
4555 - type: "table"
4556   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
4557   algorithm: "table_details"
4558   output-file-ext: ".csv"
4559   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
4560   columns:
4561   - title: " |prein| Test Name |preout| "
4562     data: "data name"
4563   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4564     data: "data msg"
4565   rows: "generated"
4566   data: "vpp-mrr-results-3n-tsh"
4567   filter: "'MRR'"
4568   parameters:
4569   - "name"
4570   - "parent"
4571   - "msg"
4572
4573 # Detailed Test Results - VPP MRR Results 3n-dnv
4574 - type: "table"
4575   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
4576   algorithm: "table_details"
4577   output-file-ext: ".csv"
4578   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
4579   columns:
4580   - title: " |prein| Test Name |preout| "
4581     data: "data name"
4582   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4583     data: "data msg"
4584   rows: "generated"
4585   data: "vpp-mrr-results-3n-dnv"
4586   filter: "'MRR'"
4587   parameters:
4588   - "name"
4589   - "parent"
4590   - "msg"
4591
4592 # Detailed Test Results - VPP MRR Results 2n-dnv
4593 - type: "table"
4594   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
4595   algorithm: "table_details"
4596   output-file-ext: ".csv"
4597   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4598   columns:
4599   - title: " |prein| Test Name |preout| "
4600     data: "data name"
4601   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4602     data: "data msg"
4603   rows: "generated"
4604   data: "vpp-mrr-results-2n-dnv"
4605   filter: "'MRR'"
4606   parameters:
4607   - "name"
4608   - "parent"
4609   - "msg"
4610
4611 # Test configuration - VPP MRR Test Configs 3n-hsw
4612 - type: "table"
4613   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
4614   algorithm: "table_details"
4615   output-file-ext: ".csv"
4616   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
4617   columns:
4618   - title: "Name"
4619     data: "data name"
4620   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4621     data: "data conf-history"
4622   rows: "generated"
4623   data: "vpp-mrr-results-3n-hsw"
4624   filter: "'MRR'"
4625   parameters:
4626   - "parent"
4627   - "name"
4628   - "conf-history"
4629
4630 ## Test configuration - VPP MRR Test Configs 3n-skx
4631 #- type: "table"
4632 #  title: "Test configuration - VPP MRR Test Configs 3n-skx"
4633 #  algorithm: "table_details"
4634 #  output-file-ext: ".csv"
4635 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
4636 #  columns:
4637 #  - title: "Name"
4638 #    data: "data name"
4639 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4640 #    data: "data conf-history"
4641 #  rows: "generated"
4642 #  data: "vpp-mrr-results-3n-skx"
4643 #  filter: "'MRR'"
4644 #  parameters:
4645 #  - "parent"
4646 #  - "name"
4647 #  - "conf-history"
4648 #
4649 ## Test configuration - VPP MRR Test Configs 2n-skx
4650 #- type: "table"
4651 #  title: "Test configuration - VPP MRR Test Configs 2n-skx"
4652 #  algorithm: "table_details"
4653 #  output-file-ext: ".csv"
4654 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
4655 #  columns:
4656 #  - title: "Name"
4657 #    data: "data name"
4658 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4659 #    data: "data conf-history"
4660 #  rows: "generated"
4661 #  data: "vpp-mrr-results-2n-skx"
4662 #  filter: "'MRR'"
4663 #  parameters:
4664 #  - "parent"
4665 #  - "name"
4666 #  - "conf-history"
4667
4668 ## Test configuration - VPP MRR Test Configs 2n-clx
4669 #- type: "table"
4670 #  title: "Test configuration - VPP MRR Test Configs 2n-clx"
4671 #  algorithm: "table_details"
4672 #  output-file-ext: ".csv"
4673 #  output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_test_configuration_2n_clx"
4674 #  columns:
4675 #  - title: "Name"
4676 #    data: "data name"
4677 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4678 #    data: "data conf-history"
4679 #  rows: "generated"
4680 #  data: "vpp-mrr-results-2n-clx"
4681 #  filter: "'MRR'"
4682 #  parameters:
4683 #  - "parent"
4684 #  - "name"
4685 #  - "conf-history"
4686
4687 # Test configuration - VPP MRR Test Configs 3n-tsh
4688 - type: "table"
4689   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
4690   algorithm: "table_details"
4691   output-file-ext: ".csv"
4692   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
4693   columns:
4694   - title: "Name"
4695     data: "data name"
4696   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4697     data: "data conf-history"
4698   rows: "generated"
4699   data: "vpp-mrr-results-3n-tsh"
4700   filter: "'MRR'"
4701   parameters:
4702   - "parent"
4703   - "name"
4704   - "conf-history"
4705
4706 # Test configuration - VPP MRR Test Configs 3n-dnv
4707 - type: "table"
4708   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
4709   algorithm: "table_details"
4710   output-file-ext: ".csv"
4711   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_test_configuration_3n_dnv"
4712   columns:
4713   - title: "Name"
4714     data: "data name"
4715   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4716     data: "data conf-history"
4717   rows: "generated"
4718   data: "vpp-mrr-results-3n-dnv"
4719   filter: "'MRR'"
4720   parameters:
4721   - "parent"
4722   - "name"
4723   - "conf-history"
4724
4725 # Test configuration - VPP MRR Test Configs 2n-dnv
4726 - type: "table"
4727   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
4728   algorithm: "table_details"
4729   output-file-ext: ".csv"
4730   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
4731   columns:
4732   - title: "Name"
4733     data: "data name"
4734   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4735     data: "data conf-history"
4736   rows: "generated"
4737   data: "vpp-mrr-results-2n-dnv"
4738   filter: "'MRR'"
4739   parameters:
4740   - "parent"
4741   - "name"
4742   - "conf-history"
4743
4744 # Detailed Test Results - VPP Device Results - Ubuntu
4745 - type: "table"
4746   title: "Detailed Test Results - VPP Device Results - Ubuntu"
4747   algorithm: "table_details"
4748   output-file-ext: ".csv"
4749   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4750   columns:
4751   - title: " |prein| Test Name |preout| "
4752     data: "data name"
4753   - title: "Status"
4754     data: "data status"
4755   rows: "generated"
4756   data: "vpp-device-results-ubuntu"
4757   filter: "all"
4758   parameters:
4759   - "name"
4760   - "parent"
4761   - "doc"
4762   - "status"
4763
4764 # Test configuration - VPP Device Test Configs - Ubuntu
4765 - type: "table"
4766   title: "Test configuration - VPP Device Test Configs - Ubuntu"
4767   algorithm: "table_details"
4768   output-file-ext: ".csv"
4769   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4770   columns:
4771   - title: "Name"
4772     data: "data name"
4773   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4774     data: "data conf-history"
4775   rows: "generated"
4776   data: "vpp-device-results-ubuntu"
4777   filter: "all"
4778   parameters:
4779   - "parent"
4780   - "name"
4781   - "conf-history"
4782
4783 ################################################################################
4784
4785 # DPDK Performance Changes 3n-hsw 1t1c pdr
4786 - type: "table"
4787   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
4788   algorithm: "table_perf_comparison"
4789   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
4790   history:
4791     - title: "rls1904"
4792       data: "dpdk-performance-changes-3n-hsw-h1"
4793   reference:
4794     title: "rls1908"
4795     data: "dpdk-performance-changes-3n-hsw-ref"
4796   compare:
4797     title: "rls2001"
4798     data: "dpdk-performance-changes-3n-hsw-cmp"
4799   data: "dpdk-performance-changes-3n-hsw"
4800   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4801   filter: "'1T1C'"
4802   parameters:
4803   - "name"
4804   - "parent"
4805   - "throughput"
4806
4807 # DPDK Performance Changes 3n-hsw 2t2c pdr
4808 - type: "table"
4809   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
4810   algorithm: "table_perf_comparison"
4811   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
4812   history:
4813     - title: "rls1904"
4814       data: "dpdk-performance-changes-3n-hsw-h1"
4815   reference:
4816     title: "rls1908"
4817     data: "dpdk-performance-changes-3n-hsw-ref"
4818   compare:
4819     title: "rls2001"
4820     data: "dpdk-performance-changes-3n-hsw-cmp"
4821   data: "dpdk-performance-changes-3n-hsw"
4822   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4823   filter: "'2T2C'"
4824   parameters:
4825   - "name"
4826   - "parent"
4827   - "throughput"
4828
4829 # DPDK Performance Changes 3n-hsw 1t1c ndr
4830 - type: "table"
4831   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
4832   algorithm: "table_perf_comparison"
4833   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
4834   history:
4835     - title: "rls1904"
4836       data: "dpdk-performance-changes-3n-hsw-h1"
4837   reference:
4838     title: "rls1908"
4839     data: "dpdk-performance-changes-3n-hsw-ref"
4840   compare:
4841     title: "rls2001"
4842     data: "dpdk-performance-changes-3n-hsw-cmp"
4843   data: "dpdk-performance-changes-3n-hsw"
4844   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4845   filter: "'1T1C'"
4846   parameters:
4847   - "name"
4848   - "parent"
4849   - "throughput"
4850
4851 # DPDK Performance Changes 3n-hsw 2t2c ndr
4852 - type: "table"
4853   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
4854   algorithm: "table_perf_comparison"
4855   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
4856   history:
4857     - title: "rls1904"
4858       data: "dpdk-performance-changes-3n-hsw-h1"
4859   reference:
4860     title: "rls1908"
4861     data: "dpdk-performance-changes-3n-hsw-ref"
4862   compare:
4863     title: "rls2001"
4864     data: "dpdk-performance-changes-3n-hsw-cmp"
4865   data: "dpdk-performance-changes-3n-hsw"
4866   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4867   filter: "'2T2C'"
4868   parameters:
4869   - "name"
4870   - "parent"
4871   - "throughput"
4872
4873 ## DPDK Performance Changes 3n-skx 2t1c pdr
4874 #- type: "table"
4875 #  title: "DPDK Performance Changes 3n-skx 2t1c pdr"
4876 #  algorithm: "table_perf_comparison"
4877 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
4878 #  history:
4879 #    - title: "rls1904"
4880 #      data: "dpdk-performance-changes-3n-skx-h1"
4881 #  reference:
4882 #    title: "rls1908"
4883 #    data: "dpdk-performance-changes-3n-skx-ref"
4884 #  compare:
4885 #    title: "rls2001"
4886 #    data: "dpdk-performance-changes-3n-skx-cmp"
4887 #  data: "dpdk-performance-changes-3n-skx"
4888 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4889 #  filter: "'2T1C'"
4890 #  parameters:
4891 #  - "name"
4892 #  - "parent"
4893 #  - "throughput"
4894 #
4895 ## DPDK Performance Changes 3n-skx 4t2c pdr
4896 #- type: "table"
4897 #  title: "DPDK Performance Changes 3n-skx 4t2c pdr"
4898 #  algorithm: "table_perf_comparison"
4899 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
4900 #  history:
4901 #    - title: "rls1904"
4902 #      data: "dpdk-performance-changes-3n-skx-h1"
4903 #  reference:
4904 #    title: "rls1908"
4905 #    data: "dpdk-performance-changes-3n-skx-ref"
4906 #  compare:
4907 #    title: "rls2001"
4908 #    data: "dpdk-performance-changes-3n-skx-cmp"
4909 #  data: "dpdk-performance-changes-3n-skx"
4910 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4911 #  filter: "'4T2C'"
4912 #  parameters:
4913 #  - "name"
4914 #  - "parent"
4915 #  - "throughput"
4916 #
4917 ## DPDK Performance Changes 3n-skx 2t1c ndr
4918 #- type: "table"
4919 #  title: "DPDK Performance Changes 3n-skx 2t1c ndr"
4920 #  algorithm: "table_perf_comparison"
4921 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
4922 #  history:
4923 #    - title: "rls1904"
4924 #      data: "dpdk-performance-changes-3n-skx-h1"
4925 #  reference:
4926 #    title: "rls1908"
4927 #    data: "dpdk-performance-changes-3n-skx-ref"
4928 #  compare:
4929 #    title: "rls2001"
4930 #    data: "dpdk-performance-changes-3n-skx-cmp"
4931 #  data: "dpdk-performance-changes-3n-skx"
4932 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4933 #  filter: "'2T1C'"
4934 #  parameters:
4935 #  - "name"
4936 #  - "parent"
4937 #  - "throughput"
4938 #
4939 ## DPDK Performance Changes 3n-skx 4t2c ndr
4940 #- type: "table"
4941 #  title: "DPDK Performance Changes 3n-skx 4t2c ndr"
4942 #  algorithm: "table_perf_comparison"
4943 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
4944 #  history:
4945 #    - title: "rls1904"
4946 #      data: "dpdk-performance-changes-3n-skx-h1"
4947 #  reference:
4948 #    title: "rls1908"
4949 #    data: "dpdk-performance-changes-3n-skx-ref"
4950 #  compare:
4951 #    title: "rls2001"
4952 #    data: "dpdk-performance-changes-3n-skx-cmp"
4953 #  data: "dpdk-performance-changes-3n-skx"
4954 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4955 #  filter: "'4T2C'"
4956 #  parameters:
4957 #  - "name"
4958 #  - "parent"
4959 #  - "throughput"
4960 #
4961 ## DPDK Performance Changes 2n-skx 2t1c pdr
4962 #- type: "table"
4963 #  title: "DPDK Performance Changes 2n-skx 2t1c pdr"
4964 #  algorithm: "table_perf_comparison"
4965 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
4966 #  history:
4967 #    - title: "rls1904"
4968 #      data: "dpdk-performance-changes-2n-skx-h1"
4969 #  reference:
4970 #    title: "rls1908"
4971 #    data: "dpdk-performance-changes-2n-skx-ref"
4972 #  compare:
4973 #    title: "rls2001"
4974 #    data: "dpdk-performance-changes-2n-skx-cmp"
4975 #  data: "dpdk-performance-changes-2n-skx"
4976 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4977 #  filter: "'2T1C'"
4978 #  parameters:
4979 #  - "name"
4980 #  - "parent"
4981 #  - "throughput"
4982 #
4983 ## DPDK Performance Changes 2n-skx 4t2c pdr
4984 #- type: "table"
4985 #  title: "DPDK Performance Changes 2n-skx 4t2c pdr"
4986 #  algorithm: "table_perf_comparison"
4987 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
4988 #  history:
4989 #    - title: "rls1904"
4990 #      data: "dpdk-performance-changes-2n-skx-h1"
4991 #  reference:
4992 #    title: "rls1908"
4993 #    data: "dpdk-performance-changes-2n-skx-ref"
4994 #  compare:
4995 #    title: "rls2001"
4996 #    data: "dpdk-performance-changes-2n-skx-cmp"
4997 #  data: "dpdk-performance-changes-2n-skx"
4998 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4999 #  filter: "'4T2C'"
5000 #  parameters:
5001 #  - "name"
5002 #  - "parent"
5003 #  - "throughput"
5004 #
5005 ## DPDK Performance Changes 2n-skx 2t1c ndr
5006 #- type: "table"
5007 #  title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5008 #  algorithm: "table_perf_comparison"
5009 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5010 #  history:
5011 #    - title: "rls1904"
5012 #      data: "dpdk-performance-changes-2n-skx-h1"
5013 #  reference:
5014 #    title: "rls1908"
5015 #    data: "dpdk-performance-changes-2n-skx-ref"
5016 #  compare:
5017 #    title: "rls2001"
5018 #    data: "dpdk-performance-changes-2n-skx-cmp"
5019 #  data: "dpdk-performance-changes-2n-skx"
5020 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5021 #  filter: "'2T1C'"
5022 #  parameters:
5023 #  - "name"
5024 #  - "parent"
5025 #  - "throughput"
5026 #
5027 ## DPDK Performance Changes 2n-skx 4t2c ndr
5028 #- type: "table"
5029 #  title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5030 #  algorithm: "table_perf_comparison"
5031 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5032 #  history:
5033 #    - title: "rls1904"
5034 #      data: "dpdk-performance-changes-2n-skx-h1"
5035 #  reference:
5036 #    title: "rls1908"
5037 #    data: "dpdk-performance-changes-2n-skx-ref"
5038 #  compare:
5039 #    title: "rls2001"
5040 #    data: "dpdk-performance-changes-2n-skx-cmp"
5041 #  data: "dpdk-performance-changes-2n-skx"
5042 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5043 #  filter: "'4T2C'"
5044 #  parameters:
5045 #  - "name"
5046 #  - "parent"
5047 #  - "throughput"
5048 #
5049 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5050 #- type: "table"
5051 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5052 #  algorithm: "table_perf_comparison"
5053 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5054 #  reference:
5055 #    title: "3-Node Hsw"
5056 #    data: "dpdk-compare-testbeds-ref"
5057 #  compare:
5058 #    title: "3-Node Skx"
5059 #    data: "dpdk-compare-testbeds-cmp"
5060 #  data: "dpdk-compare-testbeds"
5061 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5062 #  filter: "'NIC_Intel-X710'"
5063 #  parameters:
5064 #  - "name"
5065 #  - "parent"
5066 #  - "throughput"
5067 #
5068 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5069 #- type: "table"
5070 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5071 #  algorithm: "table_perf_comparison"
5072 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5073 #  reference:
5074 #    title: "3-Node Hsw"
5075 #    data: "dpdk-compare-testbeds-ref"
5076 #  compare:
5077 #    title: "3-Node Skx"
5078 #    data: "dpdk-compare-testbeds-cmp"
5079 #  data: "dpdk-compare-testbeds"
5080 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5081 #  filter: "'NIC_Intel-X710'"
5082 #  parameters:
5083 #  - "name"
5084 #  - "parent"
5085 #  - "throughput"
5086 #
5087 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5088 #- type: "table"
5089 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5090 #  algorithm: "table_perf_comparison"
5091 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5092 #  reference:
5093 #    title: "2-Node Skx"
5094 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5095 #  compare:
5096 #    title: "2-Node Clx"
5097 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5098 #  data: "dpdk-compare-testbeds-skx-clx"
5099 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5100 #  filter: "'NDRPDR'"
5101 #  parameters:
5102 #  - "name"
5103 #  - "parent"
5104 #  - "throughput"
5105 #
5106 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5107 #- type: "table"
5108 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5109 #  algorithm: "table_perf_comparison"
5110 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5111 #  reference:
5112 #    title: "2-Node Skx"
5113 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5114 #  compare:
5115 #    title: "2-Node Clx"
5116 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5117 #  data: "dpdk-compare-testbeds-skx-clx"
5118 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5119 #  filter: "'NDRPDR'"
5120 #  parameters:
5121 #  - "name"
5122 #  - "parent"
5123 #  - "throughput"
5124 #
5125 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5126 #- type: "table"
5127 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5128 #  algorithm: "table_perf_comparison"
5129 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5130 #  reference:
5131 #    title: "3-Node Skx"
5132 #    data: "dpdk-compare-topologies-ref"
5133 #  compare:
5134 #    title: "2-Node Skx"
5135 #    data: "dpdk-compare-topologies-cmp"
5136 #  data: "dpdk-compare-topologies"
5137 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5138 #  filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
5139 #  parameters:
5140 #  - "name"
5141 #  - "parent"
5142 #  - "throughput"
5143 #
5144 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5145 #- type: "table"
5146 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5147 #  algorithm: "table_perf_comparison"
5148 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5149 #  reference:
5150 #    title: "3-Node Skx"
5151 #    data: "dpdk-compare-topologies-ref"
5152 #  compare:
5153 #    title: "2-Node Skx"
5154 #    data: "dpdk-compare-topologies-cmp"
5155 #  data: "dpdk-compare-topologies"
5156 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5157 #  filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
5158 #  parameters:
5159 #  - "name"
5160 #  - "parent"
5161 #  - "throughput"
5162
5163 # Detailed Test Results - DPDK Performance Results 3n-hsw
5164 - type: "table"
5165   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5166   algorithm: "table_merged_details"
5167   output-file-ext: ".csv"
5168   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5169   columns:
5170   - title: " |prein| Test Name |preout| "
5171     data: "data name"
5172   - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, 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| "
5173     data: "data msg"
5174   rows: "generated"
5175   data: "dpdk-perf-results-3n-hsw"
5176   filter: "all"
5177   parameters:
5178   - "name"
5179   - "parent"
5180   - "msg"
5181
5182 ## Detailed Test Results - DPDK Performance Results 3n-skx
5183 #- type: "table"
5184 #  title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5185 #  algorithm: "table_details"
5186 #  output-file-ext: ".csv"
5187 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5188 #  columns:
5189 #  - title: " |prein| Test Name |preout| "
5190 #    data: "data name"
5191 #  - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, 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| "
5192 #    data: "data msg"
5193 #  rows: "generated"
5194 #  data: "dpdk-perf-results-3n-skx"
5195 #  filter: "all"
5196 #  parameters:
5197 #  - "name"
5198 #  - "parent"
5199 #  - "msg"
5200 #
5201 ## Detailed Test Results - DPDK Performance Results 2n-skx
5202 #- type: "table"
5203 #  title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5204 #  algorithm: "table_details"
5205 #  output-file-ext: ".csv"
5206 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
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, 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 #  rows: "generated"
5213 #  data: "dpdk-perf-results-2n-skx"
5214 #  filter: "all"
5215 #  parameters:
5216 #  - "name"
5217 #  - "parent"
5218 #  - "msg"
5219
5220 ## Detailed Test Results - DPDK Performance Results 2n-clx
5221 #- type: "table"
5222 #  title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5223 #  algorithm: "table_details"
5224 #  output-file-ext: ".csv"
5225 #  output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5226 #  columns:
5227 #  - title: " |prein| Test Name |preout| "
5228 #    data: "data name"
5229 #  - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, 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| "
5230 #    data: "data msg"
5231 #  rows: "generated"
5232 #  data: "dpdk-perf-results-2n-clx"
5233 #  filter: "all"
5234 #  parameters:
5235 #  - "name"
5236 #  - "parent"
5237 #  - "msg"
5238
5239 # Detailed Test Results - DPDK Performance Results 2n-dnv
5240 - type: "table"
5241   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5242   algorithm: "table_details"
5243   output-file-ext: ".csv"
5244   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5245   columns:
5246   - title: " |prein| Test Name |preout| "
5247     data: "data name"
5248   - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, 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| "
5249     data: "data msg"
5250   rows: "generated"
5251   data: "dpdk-perf-results-2n-dnv"
5252   filter: "all"
5253   parameters:
5254   - "name"
5255   - "parent"
5256   - "msg"
5257
5258 # Detailed Test Results - DPDK Performance Results 3n-dnv
5259 - type: "table"
5260   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5261   algorithm: "table_details"
5262   output-file-ext: ".csv"
5263   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5264   columns:
5265   - title: " |prein| Test Name |preout| "
5266     data: "data name"
5267   - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, 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| "
5268     data: "data msg"
5269   rows: "generated"
5270   data: "dpdk-perf-results-3n-dnv"
5271   filter: "all"
5272   parameters:
5273   - "name"
5274   - "parent"
5275   - "msg"
5276
5277 # Detailed Test Results - DPDK Performance Results 3n-tsh
5278 - type: "table"
5279   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
5280   algorithm: "table_details"
5281   output-file-ext: ".csv"
5282   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5283   columns:
5284   - title: " |prein| Test Name |preout| "
5285     data: "data name"
5286   - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, 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| "
5287     data: "data msg"
5288   rows: "generated"
5289   data: "dpdk-perf-results-3n-tsh"
5290   filter: "all"
5291   parameters:
5292   - "name"
5293   - "parent"
5294   - "msg"
5295
5296 ################################################################################
5297 ###                                F I L E S                                 ###
5298 ################################################################################
5299
5300 # VPP Performance Results 3n-hsw
5301 - type: "file"
5302   title: "VPP Performance Results 3n-hsw"
5303   algorithm: "file_test_results"
5304   output-file-ext: ".rst"
5305   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
5306   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5307   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
5308   data: "vpp-perf-results-3n-hsw"
5309   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5310   parameters:
5311   - "name"
5312   - "doc"
5313   - "level"
5314   - "parent"
5315   data-start-level: 3
5316
5317 ## VPP Performance Results 3n-skx
5318 #- type: "file"
5319 #  title: "VPP Performance Results 3n-skx"
5320 #  algorithm: "file_test_results"
5321 #  output-file-ext: ".rst"
5322 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
5323 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5324 #  dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
5325 #  data: "vpp-perf-results-3n-skx"
5326 #  filter: "not 'CFS_OPT'"
5327 #  parameters:
5328 #  - "name"
5329 #  - "doc"
5330 #  - "level"
5331 #  - "parent"
5332 #  data-start-level: 3
5333 #
5334 ## VPP Performance Results 2n-skx
5335 #- type: "file"
5336 #  title: "VPP Performance Results 2n-skx"
5337 #  algorithm: "file_test_results"
5338 #  output-file-ext: ".rst"
5339 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
5340 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5341 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
5342 #  data: "vpp-perf-results-2n-skx"
5343 #  filter: "not 'CFS_OPT'"
5344 #  parameters:
5345 #  - "name"
5346 #  - "doc"
5347 #  - "level"
5348 #  - "parent"
5349 #  data-start-level: 3
5350
5351 ## VPP Performance Results 2n-clx
5352 #- type: "file"
5353 #  title: "VPP Performance Results 2n-clx"
5354 #  algorithm: "file_test_results"
5355 #  output-file-ext: ".rst"
5356 #  output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
5357 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5358 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,CLX]}"
5359 #  data: "vpp-perf-results-2n-clx"
5360 #  filter: "not 'CFS_OPT'"
5361 #  parameters:
5362 #  - "name"
5363 #  - "doc"
5364 #  - "level"
5365 #  - "parent"
5366 #  data-start-level: 3
5367
5368 # VPP Performance Results 3n-tsh
5369 - type: "file"
5370   title: "VPP Performance Results 3n-tsh"
5371   algorithm: "file_test_results"
5372   output-file-ext: ".rst"
5373   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
5374   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5375   dir-tables: "{DIR[DTR,PERF,VPP,3N,TSH]}"
5376   data: "vpp-perf-results-3n-tsh"
5377   filter: "not 'CFS_OPT'"
5378   parameters:
5379   - "name"
5380   - "doc"
5381   - "level"
5382   - "parent"
5383   data-start-level: 3
5384
5385 # VPP Performance Results 3n-dnv
5386 - type: "file"
5387   title: "VPP Performance Results 3n-dnv"
5388   algorithm: "file_test_results"
5389   output-file-ext: ".rst"
5390   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
5391   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5392   dir-tables: "{DIR[DTR,PERF,VPP,3N,DNV]}"
5393   data: "vpp-perf-results-3n-dnv"
5394   filter: "'NDRPDR'"
5395   parameters:
5396   - "name"
5397   - "doc"
5398   - "level"
5399   - "parent"
5400   data-start-level: 3
5401
5402 # VPP Performance Results 2n-dnv
5403 - type: "file"
5404   title: "VPP Performance Results 2n-dnv"
5405   algorithm: "file_test_results"
5406   output-file-ext: ".rst"
5407   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5408   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5409   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
5410   data: "vpp-perf-results-2n-dnv"
5411   filter: "'NDRPDR'"
5412   parameters:
5413   - "name"
5414   - "doc"
5415   - "level"
5416   - "parent"
5417   data-start-level: 3
5418
5419 # VPP Performance Configuration 3n-hsw
5420 - type: "file"
5421   title: "VPP Performance Configuration 3n-hsw"
5422   algorithm: "file_test_results"
5423   output-file-ext: ".rst"
5424   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
5425   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5426   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
5427   data: "vpp-perf-results-3n-hsw"
5428   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5429   parameters:
5430   - "name"
5431   - "doc"
5432   - "level"
5433   - "parent"
5434   data-start-level: 3
5435
5436 ## VPP Performance Configuration 3n-skx
5437 #- type: "file"
5438 #  title: "VPP Performance Configuration 3n-skx"
5439 #  algorithm: "file_test_results"
5440 #  output-file-ext: ".rst"
5441 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
5442 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5443 #  dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
5444 #  data: "vpp-perf-results-3n-skx"
5445 #  filter: "not 'CFS_OPT'"
5446 #  parameters:
5447 #  - "name"
5448 #  - "doc"
5449 #  - "level"
5450 #  - "parent"
5451 #  data-start-level: 3
5452 #
5453 ## VPP Performance Configuration 2n-skx
5454 #- type: "file"
5455 #  title: "VPP Performance Configuration 2n-skx"
5456 #  algorithm: "file_test_results"
5457 #  output-file-ext: ".rst"
5458 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
5459 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5460 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
5461 #  data: "vpp-perf-results-2n-skx"
5462 #  filter: "not 'CFS_OPT'"
5463 #  parameters:
5464 #  - "name"
5465 #  - "doc"
5466 #  - "level"
5467 #  - "parent"
5468 #  data-start-level: 3
5469
5470 ## VPP Performance Configuration 2n-clx
5471 #- type: "file"
5472 #  title: "VPP Performance Configuration 2n-clx"
5473 #  algorithm: "file_test_results"
5474 #  output-file-ext: ".rst"
5475 #  output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_performance_configuration_2n_clx"
5476 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5477 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,CLX]}"
5478 #  data: "vpp-perf-results-2n-clx"
5479 #  filter: "not 'CFS_OPT'"
5480 #  parameters:
5481 #  - "name"
5482 #  - "doc"
5483 #  - "level"
5484 #  - "parent"
5485 #  data-start-level: 3
5486
5487 # VPP Performance Configuration 3n-tsh
5488 - type: "file"
5489   title: "VPP Performance Configuration 3n-tsh"
5490   algorithm: "file_test_results"
5491   output-file-ext: ".rst"
5492   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_performance_configuration_3n_tsh"
5493   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5494   dir-tables: "{DIR[DTC,PERF,VPP,3N,TSH]}"
5495   data: "vpp-perf-results-3n-tsh"
5496   filter: "not 'CFS_OPT'"
5497   parameters:
5498   - "name"
5499   - "doc"
5500   - "level"
5501   - "parent"
5502   data-start-level: 3
5503
5504 # VPP Performance Configuration 3n-dnv
5505 - type: "file"
5506   title: "VPP Performance Configuration 3n-dnv"
5507   algorithm: "file_test_results"
5508   output-file-ext: ".rst"
5509   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_performance_configuration_3n_dnv"
5510   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5511   dir-tables: "{DIR[DTC,PERF,VPP,3N,DNV]}"
5512   data: "vpp-perf-results-3n-dnv"
5513   filter: "'NDRPDR'"
5514   parameters:
5515   - "name"
5516   - "doc"
5517   - "level"
5518   - "parent"
5519   data-start-level: 3
5520
5521 # VPP Performance Configuration 2n-dnv
5522 - type: "file"
5523   title: "VPP Performance Configuration 2n-dnv"
5524   algorithm: "file_test_results"
5525   output-file-ext: ".rst"
5526   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
5527   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5528   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
5529   data: "vpp-perf-results-2n-dnv"
5530   filter: "'NDRPDR'"
5531   parameters:
5532   - "name"
5533   - "doc"
5534   - "level"
5535   - "parent"
5536   data-start-level: 3
5537
5538 # VPP Performance Operational Data 3n-hsw
5539 - type: "file"
5540   title: "VPP Performance Operational Data 3n-hsw"
5541   algorithm: "file_test_results_html"
5542   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
5543   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5544   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
5545   data: "vpp-perf-results-3n-hsw"
5546   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5547   data-start-level: 3
5548
5549 ## VPP Performance Operational Data 3n-skx
5550 #- type: "file"
5551 #  title: "VPP Performance Operational Data 3n-skx"
5552 #  algorithm: "file_test_results_html"
5553 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
5554 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5555 #  dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
5556 #  data: "vpp-perf-results-3n-skx"
5557 #  filter: "not 'CFS_OPT'"
5558 #  data-start-level: 3
5559 #
5560 ## VPP Performance Operational Data 2n-skx
5561 #- type: "file"
5562 #  title: "VPP Performance Operational Data 2n-skx"
5563 #  algorithm: "file_test_results_html"
5564 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
5565 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5566 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
5567 #  data: "vpp-perf-results-2n-skx"
5568 #  filter: "not 'CFS_OPT'"
5569 #  data-start-level: 3
5570
5571 ## VPP Performance Operational Data 2n-clx
5572 #- type: "file"
5573 #  title: "VPP Performance Operational Data 2n-clx"
5574 #  algorithm: "file_test_results_html"
5575 #  output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_performance_operational_data_2n_clx"
5576 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5577 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,CLX]}"
5578 #  data: "vpp-perf-results-2n-clx"
5579 #  filter: "not 'CFS_OPT'"
5580 #  data-start-level: 3
5581
5582 # VPP Performance Operational Data 3n-tsh
5583 - type: "file"
5584   title: "VPP Performance Operational Data 3n-tsh"
5585   algorithm: "file_test_results_html"
5586   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_performance_operational_data_3n_tsh"
5587   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5588   dir-tables: "{DIR[DTO,PERF,VPP,3N,TSH]}"
5589   data: "vpp-perf-results-3n-tsh"
5590   filter: "not 'CFS_OPT'"
5591   data-start-level: 3
5592
5593 # VPP Performance Operational Data 3n-dnv
5594 - type: "file"
5595   title: "VPP Performance Operational Data 3n-dnv"
5596   algorithm: "file_test_results_html"
5597   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_performance_operational_data_3n_dnv"
5598   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5599   dir-tables: "{DIR[DTO,PERF,VPP,3N,DNV]}"
5600   data: "vpp-perf-results-3n-dnv"
5601   filter: "'NDRPDR'"
5602   data-start-level: 3
5603
5604 # VPP Performance Operational Data 2n-dnv
5605 - type: "file"
5606   title: "VPP Performance Operational Data 2n-dnv"
5607   algorithm: "file_test_results_html"
5608   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
5609   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5610   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
5611   data: "vpp-perf-results-2n-dnv"
5612   filter: "'NDRPDR'"
5613   data-start-level: 3
5614
5615 # VPP MRR Results 3n-hsw
5616 - type: "file"
5617   title: "VPP MRR Results 3n-hsw"
5618   algorithm: "file_test_results"
5619   output-file-ext: ".rst"
5620   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
5621   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5622   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
5623   data: "vpp-mrr-results-3n-hsw"
5624   filter: "'MRR'"
5625   parameters:
5626   - "name"
5627   - "doc"
5628   - "level"
5629   - "parent"
5630   data-start-level: 3
5631
5632 ## VPP MRR Results 3n-skx
5633 #- type: "file"
5634 #  title: "VPP MRR Results 3n-skx"
5635 #  algorithm: "file_test_results"
5636 #  output-file-ext: ".rst"
5637 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
5638 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5639 #  dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
5640 #  data: "vpp-mrr-results-3n-skx"
5641 #  filter: "'MRR'"
5642 #  parameters:
5643 #  - "name"
5644 #  - "doc"
5645 #  - "level"
5646 #  - "parent"
5647 #  data-start-level: 3
5648 #
5649 ## VPP MRR Results 2n-skx
5650 #- type: "file"
5651 #  title: "VPP MRR Results 2n-skx"
5652 #  algorithm: "file_test_results"
5653 #  output-file-ext: ".rst"
5654 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
5655 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5656 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
5657 #  data: "vpp-mrr-results-2n-skx"
5658 #  filter: "all"
5659 #  parameters:
5660 #  - "name"
5661 #  - "doc"
5662 #  - "level"
5663 #  - "parent"
5664 #  data-start-level: 3
5665
5666 ## VPP MRR Results 2n-clx
5667 #- type: "file"
5668 #  title: "VPP MRR Results 2n-clx"
5669 #  algorithm: "file_test_results"
5670 #  output-file-ext: ".rst"
5671 #  output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
5672 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5673 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,CLX]}"
5674 #  data: "vpp-mrr-results-2n-clx"
5675 #  filter: "all"
5676 #  parameters:
5677 #  - "name"
5678 #  - "doc"
5679 #  - "level"
5680 #  - "parent"
5681 #  data-start-level: 3
5682
5683 # VPP MRR Results 3n-tsh
5684 - type: "file"
5685   title: "VPP MRR Results 3n-tsh"
5686   algorithm: "file_test_results"
5687   output-file-ext: ".rst"
5688   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
5689   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5690   dir-tables: "{DIR[DTR,MRR,VPP,3N,TSH]}"
5691   data: "vpp-mrr-results-3n-tsh"
5692   filter: "'MRR'"
5693   parameters:
5694   - "name"
5695   - "doc"
5696   - "level"
5697   - "parent"
5698   data-start-level: 3
5699
5700 # VPP MRR Results 3n-dnv
5701 - type: "file"
5702   title: "VPP MRR Results 3n-dnv"
5703   algorithm: "file_test_results"
5704   output-file-ext: ".rst"
5705   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
5706   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5707   dir-tables: "{DIR[DTR,MRR,VPP,3N,DNV]}"
5708   data: "vpp-mrr-results-3n-dnv"
5709   filter: "'MRR'"
5710   parameters:
5711   - "name"
5712   - "doc"
5713   - "level"
5714   - "parent"
5715   data-start-level: 3
5716
5717 # VPP MRR Results 2n-dnv
5718 - type: "file"
5719   title: "VPP MRR Results 2n-dnv"
5720   algorithm: "file_test_results"
5721   output-file-ext: ".rst"
5722   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
5723   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5724   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
5725   data: "vpp-mrr-results-2n-dnv"
5726   filter: "'MRR'"
5727   parameters:
5728   - "name"
5729   - "doc"
5730   - "level"
5731   - "parent"
5732   data-start-level: 3
5733
5734 # VPP MRR Configuration 3n-hsw
5735 - type: "file"
5736   title: "VPP MRR Configuration 3n-hsw"
5737   algorithm: "file_test_results"
5738   output-file-ext: ".rst"
5739   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
5740   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5741   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
5742   data: "vpp-mrr-results-3n-hsw"
5743   filter: "'MRR'"
5744   parameters:
5745   - "name"
5746   - "doc"
5747   - "level"
5748   - "parent"
5749   data-start-level: 3
5750
5751 ## VPP MRR Configuration 3n-skx
5752 #- type: "file"
5753 #  title: "VPP MRR Configuration 3n-skx"
5754 #  algorithm: "file_test_results"
5755 #  output-file-ext: ".rst"
5756 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
5757 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5758 #  dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
5759 #  data: "vpp-mrr-results-3n-skx"
5760 #  filter: "'MRR'"
5761 #  parameters:
5762 #  - "name"
5763 #  - "doc"
5764 #  - "level"
5765 #  - "parent"
5766 #  data-start-level: 3
5767 #
5768 ## VPP MRR Configuration 2n-skx
5769 #- type: "file"
5770 #  title: "VPP MRR Configuration 2n-skx"
5771 #  algorithm: "file_test_results"
5772 #  output-file-ext: ".rst"
5773 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
5774 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5775 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
5776 #  data: "vpp-mrr-results-2n-skx"
5777 #  filter: "'MRR'"
5778 #  parameters:
5779 #  - "name"
5780 #  - "doc"
5781 #  - "level"
5782 #  - "parent"
5783 #  data-start-level: 3
5784
5785 ## VPP MRR Configuration 2n-clx
5786 #- type: "file"
5787 #  title: "VPP MRR Configuration 2n-clx"
5788 #  algorithm: "file_test_results"
5789 #  output-file-ext: ".rst"
5790 #  output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_configuration_2n_clx"
5791 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5792 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,CLX]}"
5793 #  data: "vpp-mrr-results-2n-clx"
5794 #  filter: "'MRR'"
5795 #  parameters:
5796 #  - "name"
5797 #  - "doc"
5798 #  - "level"
5799 #  - "parent"
5800 #  data-start-level: 3
5801
5802 # VPP MRR Configuration 3n-tsh
5803 - type: "file"
5804   title: "VPP MRR Configuration 3n-tsh"
5805   algorithm: "file_test_results"
5806   output-file-ext: ".rst"
5807   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
5808   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5809   dir-tables: "{DIR[DTC,MRR,VPP,3N,TSH]}"
5810   data: "vpp-mrr-results-3n-tsh"
5811   filter: "'MRR'"
5812   parameters:
5813   - "name"
5814   - "doc"
5815   - "level"
5816   - "parent"
5817   data-start-level: 3
5818
5819 # VPP MRR Configuration 3n-dnv
5820 - type: "file"
5821   title: "VPP MRR Configuration 3n-dnv"
5822   algorithm: "file_test_results"
5823   output-file-ext: ".rst"
5824   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_configuration_3n_dnv"
5825   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5826   dir-tables: "{DIR[DTC,MRR,VPP,3N,DNV]}"
5827   data: "vpp-mrr-results-3n-dnv"
5828   filter: "'MRR'"
5829   parameters:
5830   - "name"
5831   - "doc"
5832   - "level"
5833   - "parent"
5834   data-start-level: 3
5835
5836 # VPP MRR Configuration 2n-dnv
5837 - type: "file"
5838   title: "VPP MRR Configuration 2n-dnv"
5839   algorithm: "file_test_results"
5840   output-file-ext: ".rst"
5841   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
5842   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5843   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5844   data: "vpp-mrr-results-2n-dnv"
5845   filter: "'MRR'"
5846   parameters:
5847   - "name"
5848   - "doc"
5849   - "level"
5850   - "parent"
5851   data-start-level: 3
5852
5853 # VPP Device Results - Ubuntu
5854 - type: "file"
5855   title: "VPP Device Results - Ubuntu"
5856   algorithm: "file_test_results"
5857   output-file-ext: ".rst"
5858   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5859   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5860   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5861   data: "vpp-device-results-ubuntu"
5862   filter: "all"
5863   parameters:
5864   - "name"
5865   - "doc"
5866   - "level"
5867   - "parent"
5868   data-start-level: 3
5869
5870 # VPP Device Configuration - Ubuntu
5871 - type: "file"
5872   title: "VPP Device Configuration - Ubuntu"
5873   algorithm: "file_test_results"
5874   output-file-ext: ".rst"
5875   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5876   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5877   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5878   data: "vpp-device-results-ubuntu"
5879   filter: "all"
5880   parameters:
5881   - "name"
5882   - "doc"
5883   - "level"
5884   - "parent"
5885   data-start-level: 3
5886
5887 # DPDK Performance Results 3n-hsw
5888 - type: "file"
5889   title: "DPDK Performance Results 3n-hsw"
5890   algorithm: "file_test_results"
5891   output-file-ext: ".rst"
5892   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5893   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5894   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5895   data: "dpdk-perf-results-3n-hsw"
5896   filter: "all"
5897   parameters:
5898   - "name"
5899   - "doc"
5900   - "level"
5901   - "parent"
5902   data-start-level: 3
5903
5904 ## DPDK Performance Results 3n-skx
5905 #- type: "file"
5906 #  title: "DPDK Performance Results 3n-skx"
5907 #  algorithm: "file_test_results"
5908 #  output-file-ext: ".rst"
5909 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5910 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5911 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5912 #  data: "dpdk-perf-results-3n-skx"
5913 #  filter: "all"
5914 #  parameters:
5915 #  - "name"
5916 #  - "doc"
5917 #  - "level"
5918 #  - "parent"
5919 #  data-start-level: 3
5920 #
5921 ## DPDK Performance Results 2n-skx
5922 #- type: "file"
5923 #  title: "DPDK Performance Results 2n-skx"
5924 #  algorithm: "file_test_results"
5925 #  output-file-ext: ".rst"
5926 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5927 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5928 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5929 #  data: "dpdk-perf-results-2n-skx"
5930 #  filter: "all"
5931 #  parameters:
5932 #  - "name"
5933 #  - "doc"
5934 #  - "level"
5935 #  - "parent"
5936 #  data-start-level: 3
5937
5938 ## DPDK Performance Results 2n-clx
5939 #- type: "file"
5940 #  title: "DPDK Performance Results 2n-clx"
5941 #  algorithm: "file_test_results"
5942 #  output-file-ext: ".rst"
5943 #  output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5944 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5945 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5946 #  data: "dpdk-perf-results-2n-clx"
5947 #  filter: "all"
5948 #  parameters:
5949 #  - "name"
5950 #  - "doc"
5951 #  - "level"
5952 #  - "parent"
5953 #  data-start-level: 3
5954
5955 # DPDK Performance Results 2n-dnv
5956 - type: "file"
5957   title: "DPDK Performance Results 2n-dnv"
5958   algorithm: "file_test_results"
5959   output-file-ext: ".rst"
5960   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5961   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5962   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
5963   data: "dpdk-perf-results-2n-dnv"
5964   filter: "all"
5965   parameters:
5966   - "name"
5967   - "doc"
5968   - "level"
5969   - "parent"
5970   data-start-level: 3
5971
5972 # DPDK Performance Results 3n-dnv
5973 - type: "file"
5974   title: "DPDK Performance Results 3n-dnv"
5975   algorithm: "file_test_results"
5976   output-file-ext: ".rst"
5977   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5978   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5979   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
5980   data: "dpdk-perf-results-3n-dnv"
5981   filter: "all"
5982   parameters:
5983   - "name"
5984   - "doc"
5985   - "level"
5986   - "parent"
5987   data-start-level: 3
5988
5989 # DPDK Performance Results 3n-tsh
5990 - type: "file"
5991   title: "DPDK Performance Results 3n-tsh"
5992   algorithm: "file_test_results"
5993   output-file-ext: ".rst"
5994   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5995   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5996   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
5997   data: "dpdk-perf-results-3n-tsh"
5998   filter: "all"
5999   parameters:
6000   - "name"
6001   - "doc"
6002   - "level"
6003   - "parent"
6004   data-start-level: 3
6005
6006 ################################################################################
6007 ###                                P L O T S                                 ###
6008 ################################################################################
6009
6010 ## Plots VPP HTTP Server Performance
6011 #- type: "plot"
6012 #  title: "VPP HTTP Server Performance"
6013 #  algorithm: "plot_http_server_perf_box"
6014 #  output-file-type: ".html"
6015 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6016 #  data:
6017 #    "plot-vpp-http-server-performance"
6018 #  # Keep this formatting, the filter is enclosed with " (quotation mark) and
6019 #  # each tag is enclosed with ' (apostrophe).
6020 #  filter: "'HTTP' and 'TCP_CPS'"
6021 #  parameters:
6022 #  - "result"
6023 #  - "name"
6024 #  traces:
6025 #    hoverinfo: "y+name"
6026 #    boxpoints: "outliers"
6027 #    whiskerwidth: 0
6028 #  layout:
6029 #    title: "VPP HTTP Server Performance"
6030 #    layout:
6031 #      "plot-cps"
6032 #
6033 #- type: "plot"
6034 #  title: "VPP HTTP Server Performance"
6035 #  algorithm: "plot_http_server_perf_box"
6036 #  output-file-type: ".html"
6037 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6038 #  data:
6039 #    "plot-vpp-http-server-performance"
6040 #  filter: "'HTTP' and 'TCP_RPS'"
6041 #  parameters:
6042 #  - "result"
6043 #  - "name"
6044 #  traces:
6045 #    hoverinfo: "y+name"
6046 #    boxpoints: "outliers"
6047 #    whiskerwidth: 0
6048 #  layout:
6049 #    title: "VPP HTTP Server Performance"
6050 #    layout:
6051 #      "plot-rps"
6052
6053 ################################################################################
6054
6055 ## Soak Test (PLRsearch), boxes
6056 #- type: "plot"
6057 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6058 #  algorithm: "plot_perf_box_name"
6059 #  output-file-type: ".html"
6060 #  output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6061 #  data: "plot-vpp-soak-2n-skx"
6062 #  include:
6063 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Soak.64B-2t1c-avf-eth-l2patch-soak"
6064 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6065 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6066 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Soak.64B-2t1c-eth-l2patch-soak"
6067 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6068 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6069 #  layout:
6070 #    title: "30 Minutes Soak Test (PLRsearch)"
6071 #    layout: "plot-soak-throughput"
6072 #
6073 ## Soak Test (PLRsearch), boxes
6074 #- type: "plot"
6075 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6076 #  algorithm: "plot_perf_box_name"
6077 #  output-file-type: ".html"
6078 #  output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6079 #  data: "plot-vpp-soak-2n-skx"
6080 #  include:
6081 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-soak"
6082 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6083 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6084 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6085 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6086 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6087 #  layout:
6088 #    title: "30 Minutes Soak Test (PLRsearch)"
6089 #    layout: "plot-soak-throughput"
6090
6091 ###############################################################################
6092
6093 #- type: "plot"
6094 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6095 #  algorithm: "plot_nf_reconf_box_name"
6096 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6097 #  data: "plot-vpp-nfv-reconf-2n-skx"
6098 #  include:
6099 #    - "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"
6100 #    - "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"
6101 #    - "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"
6102 #    - "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"
6103 #    - "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"
6104 #    - "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"
6105 #  layout:
6106 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6107 #    layout: "plot-throughput"
6108 #
6109 #- type: "plot"
6110 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6111 #  algorithm: "plot_nf_reconf_box_name"
6112 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6113 #  data: "plot-vpp-nfv-reconf-2n-skx"
6114 #  include:
6115 #    - "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"
6116 #    - "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"
6117 #    - "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"
6118 #    - "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"
6119 #    - "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"
6120 #    - "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"
6121 #  layout:
6122 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6123 #    layout: "plot-throughput"
6124 #
6125 #- type: "plot"
6126 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6127 #  algorithm: "plot_nf_reconf_box_name"
6128 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6129 #  data: "plot-vpp-nfv-reconf-2n-skx"
6130 #  include:
6131 #    - "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"
6132 #    - "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"
6133 #    - "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"
6134 #    - "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"
6135 #    - "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"
6136 #    - "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"
6137 #  layout:
6138 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6139 #    layout: "plot-throughput"
6140 #
6141 ################################################################################
6142 ## Plots - NF Density - VSC - MRR 64b
6143 #- type: "plot"
6144 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6145 #  algorithm: "plot_nf_heatmap"
6146 #  output-file-type: ".html"
6147 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6148 #  data: "plot-vpp-nfv-2n-skx-mrr"
6149 #  filter: "'NIC_Intel-XXV710' and
6150 #           'NF_DENSITY' and
6151 #           'VHOST' and
6152 #           not 'VXLAN' and
6153 #           'CHAIN' and
6154 #           'NF_VPPIP4' and
6155 #           '64B' and
6156 #           '2T1C' and
6157 #           'MRR'"
6158 #  parameters:
6159 #  - "result"
6160 #  - "name"
6161 #  - "tags"
6162 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6163 #  x-axis: "X = VNFs per Service Chain"
6164 #  y-axis: "Y = Number of Service Chains"
6165 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6166 #  layout:
6167 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6168 #    layout: "plot-service-density"
6169 #
6170 #- type: "plot"
6171 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6172 #  algorithm: "plot_nf_heatmap"
6173 #  output-file-type: ".html"
6174 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6175 #  data: "plot-vpp-nfv-2n-skx-mrr"
6176 #  filter: "'NIC_Intel-XXV710' and
6177 #           'NF_DENSITY' and
6178 #           'VHOST' and
6179 #           not 'VXLAN' and
6180 #           'CHAIN' and
6181 #           'NF_VPPIP4' and
6182 #           '64B' and
6183 #           '4T2C' and
6184 #           'MRR'"
6185 #  parameters:
6186 #  - "result"
6187 #  - "name"
6188 #  - "tags"
6189 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6190 #  x-axis: "X = VNFs per Service Chain"
6191 #  y-axis: "Y = Number of Service Chains"
6192 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6193 #  layout:
6194 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6195 #    layout: "plot-service-density"
6196 #
6197 #- type: "plot"
6198 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6199 #  algorithm: "plot_nf_heatmap"
6200 #  output-file-type: ".html"
6201 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6202 #  data: "plot-vpp-nfv-2n-skx-mrr"
6203 #  filter: "'NIC_Intel-XXV710' and
6204 #           'NF_DENSITY' and
6205 #           'VHOST' and
6206 #           not 'VXLAN' and
6207 #           'CHAIN' and
6208 #           'NF_VPPIP4' and
6209 #           '64B' and
6210 #           '8T4C' and
6211 #           'MRR'"
6212 #  parameters:
6213 #  - "result"
6214 #  - "name"
6215 #  - "tags"
6216 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6217 #  x-axis: "X = VNFs per Service Chain"
6218 #  y-axis: "Y = Number of Service Chains"
6219 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6220 #  layout:
6221 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6222 #    layout: "plot-service-density"
6223 #
6224 ## Plots - NF Density - VSC - MRR IMIX
6225 #- type: "plot"
6226 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6227 #  algorithm: "plot_nf_heatmap"
6228 #  output-file-type: ".html"
6229 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6230 #  data: "plot-vpp-nfv-2n-skx-mrr"
6231 #  filter: "'NIC_Intel-XXV710' and
6232 #           'NF_DENSITY' and
6233 #           'VHOST' and
6234 #           not 'VXLAN' and
6235 #           'CHAIN' and
6236 #           'NF_VPPIP4' and
6237 #           'IMIX' and
6238 #           '2T1C' and
6239 #           'MRR'"
6240 #  parameters:
6241 #  - "result"
6242 #  - "name"
6243 #  - "tags"
6244 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6245 #  x-axis: "X = VNFs per Service Chain"
6246 #  y-axis: "Y = Number of Service Chains"
6247 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6248 #  layout:
6249 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6250 #    layout: "plot-service-density"
6251 #
6252 #- type: "plot"
6253 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6254 #  algorithm: "plot_nf_heatmap"
6255 #  output-file-type: ".html"
6256 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6257 #  data: "plot-vpp-nfv-2n-skx-mrr"
6258 #  filter: "'NIC_Intel-XXV710' and
6259 #           'NF_DENSITY' and
6260 #           'VHOST' and
6261 #           not 'VXLAN' and
6262 #           'CHAIN' and
6263 #           'NF_VPPIP4' and
6264 #           'IMIX' and
6265 #           '4T2C' and
6266 #           'MRR'"
6267 #  parameters:
6268 #  - "result"
6269 #  - "name"
6270 #  - "tags"
6271 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6272 #  x-axis: "X = VNFs per Service Chain"
6273 #  y-axis: "Y = Number of Service Chains"
6274 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6275 #  layout:
6276 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6277 #    layout: "plot-service-density"
6278 #
6279 #- type: "plot"
6280 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6281 #  algorithm: "plot_nf_heatmap"
6282 #  output-file-type: ".html"
6283 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6284 #  data: "plot-vpp-nfv-2n-skx-mrr"
6285 #  filter: "'NIC_Intel-XXV710' and
6286 #           'NF_DENSITY' and
6287 #           'VHOST' and
6288 #           not 'VXLAN' and
6289 #           'CHAIN' and
6290 #           'NF_VPPIP4' and
6291 #           'IMIX' and
6292 #           '8T4C' and
6293 #           'MRR'"
6294 #  parameters:
6295 #  - "result"
6296 #  - "name"
6297 #  - "tags"
6298 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6299 #  x-axis: "X = VNFs per Service Chain"
6300 #  y-axis: "Y = Number of Service Chains"
6301 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6302 #  layout:
6303 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6304 #    layout: "plot-service-density"
6305 #
6306 ## Plots - NF Density - VSC - NDR 64b
6307 #- type: "plot"
6308 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6309 #  algorithm: "plot_nf_heatmap"
6310 #  output-file-type: ".html"
6311 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6312 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6313 #  filter: "'NIC_Intel-XXV710' and
6314 #           'NF_DENSITY' and
6315 #           'VHOST' and
6316 #           not 'VXLAN' and
6317 #           'CHAIN' and
6318 #           'NF_VPPIP4' and
6319 #           '64B' and
6320 #           '2T1C' and
6321 #           'NDRPDR'"
6322 #  parameters:
6323 #  - "throughput"
6324 #  - "name"
6325 #  - "tags"
6326 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6327 #  x-axis: "X = VNFs per Service Chain"
6328 #  y-axis: "Y = Number of Service Chains"
6329 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6330 #  layout:
6331 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6332 #    layout: "plot-service-density"
6333 #
6334 #- type: "plot"
6335 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6336 #  algorithm: "plot_nf_heatmap"
6337 #  output-file-type: ".html"
6338 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6339 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6340 #  filter: "'NIC_Intel-XXV710' and
6341 #           'NF_DENSITY' and
6342 #           'VHOST' and
6343 #           not 'VXLAN' and
6344 #           'CHAIN' and
6345 #           'NF_VPPIP4' and
6346 #           '64B' and
6347 #           '4T2C' and
6348 #           'NDRPDR'"
6349 #  parameters:
6350 #  - "throughput"
6351 #  - "name"
6352 #  - "tags"
6353 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6354 #  x-axis: "X = VNFs per Service Chain"
6355 #  y-axis: "Y = Number of Service Chains"
6356 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6357 #  layout:
6358 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6359 #    layout: "plot-service-density"
6360 #
6361 #- type: "plot"
6362 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6363 #  algorithm: "plot_nf_heatmap"
6364 #  output-file-type: ".html"
6365 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6366 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6367 #  filter: "'NIC_Intel-XXV710' and
6368 #           'NF_DENSITY' and
6369 #           'VHOST' and
6370 #           not 'VXLAN' and
6371 #           'CHAIN' and
6372 #           'NF_VPPIP4' and
6373 #           '64B' and
6374 #           '8T4C' and
6375 #           'NDRPDR'"
6376 #  parameters:
6377 #  - "throughput"
6378 #  - "name"
6379 #  - "tags"
6380 #  include-tests: "NDR" # "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 NDR) [Mpps]"
6384 #  layout:
6385 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6386 #    layout: "plot-service-density"
6387 #
6388 ## Plots - NF Density - VSC - NDR IMIX
6389 #- type: "plot"
6390 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6391 #  algorithm: "plot_nf_heatmap"
6392 #  output-file-type: ".html"
6393 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6394 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6395 #  filter: "'NIC_Intel-XXV710' and
6396 #           'NF_DENSITY' and
6397 #           'VHOST' and
6398 #           not 'VXLAN' and
6399 #           'CHAIN' and
6400 #           'NF_VPPIP4' and
6401 #           'IMIX' and
6402 #           '2T1C' and
6403 #           'NDRPDR'"
6404 #  parameters:
6405 #  - "throughput"
6406 #  - "name"
6407 #  - "tags"
6408 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6409 #  x-axis: "X = VNFs per Service Chain"
6410 #  y-axis: "Y = Number of Service Chains"
6411 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6412 #  layout:
6413 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6414 #    layout: "plot-service-density"
6415 #
6416 #- type: "plot"
6417 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6418 #  algorithm: "plot_nf_heatmap"
6419 #  output-file-type: ".html"
6420 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6421 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6422 #  filter: "'NIC_Intel-XXV710' and
6423 #           'NF_DENSITY' and
6424 #           'VHOST' and
6425 #           not 'VXLAN' and
6426 #           'CHAIN' and
6427 #           'NF_VPPIP4' and
6428 #           'IMIX' and
6429 #           '4T2C' and
6430 #           'NDRPDR'"
6431 #  parameters:
6432 #  - "throughput"
6433 #  - "name"
6434 #  - "tags"
6435 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6436 #  x-axis: "X = VNFs per Service Chain"
6437 #  y-axis: "Y = Number of Service Chains"
6438 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6439 #  layout:
6440 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6441 #    layout: "plot-service-density"
6442 #
6443 #- type: "plot"
6444 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6445 #  algorithm: "plot_nf_heatmap"
6446 #  output-file-type: ".html"
6447 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6448 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6449 #  filter: "'NIC_Intel-XXV710' and
6450 #           'NF_DENSITY' and
6451 #           'VHOST' and
6452 #           not 'VXLAN' and
6453 #           'CHAIN' and
6454 #           'NF_VPPIP4' and
6455 #           'IMIX' and
6456 #           '8T4C' and
6457 #           'NDRPDR'"
6458 #  parameters:
6459 #  - "throughput"
6460 #  - "name"
6461 #  - "tags"
6462 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6463 #  x-axis: "X = VNFs per Service Chain"
6464 #  y-axis: "Y = Number of Service Chains"
6465 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6466 #  layout:
6467 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6468 #    layout: "plot-service-density"
6469 #
6470 ## Plots - NF Density - VSC - PDR 64b
6471 #- type: "plot"
6472 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6473 #  algorithm: "plot_nf_heatmap"
6474 #  output-file-type: ".html"
6475 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6476 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6477 #  filter: "'NIC_Intel-XXV710' and
6478 #           'NF_DENSITY' and
6479 #           'VHOST' and
6480 #           not 'VXLAN' and
6481 #           'CHAIN' and
6482 #           'NF_VPPIP4' and
6483 #           '64B' and
6484 #           '2T1C' and
6485 #           'NDRPDR'"
6486 #  parameters:
6487 #  - "throughput"
6488 #  - "name"
6489 #  - "tags"
6490 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6491 #  x-axis: "X = VNFs per Service Chain"
6492 #  y-axis: "Y = Number of Service Chains"
6493 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6494 #  layout:
6495 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6496 #    layout: "plot-service-density"
6497 #
6498 #- type: "plot"
6499 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6500 #  algorithm: "plot_nf_heatmap"
6501 #  output-file-type: ".html"
6502 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6503 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6504 #  filter: "'NIC_Intel-XXV710' and
6505 #           'NF_DENSITY' and
6506 #           'VHOST' and
6507 #           not 'VXLAN' and
6508 #           'CHAIN' and
6509 #           'NF_VPPIP4' and
6510 #           '64B' and
6511 #           '4T2C' and
6512 #           'NDRPDR'"
6513 #  parameters:
6514 #  - "throughput"
6515 #  - "name"
6516 #  - "tags"
6517 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6518 #  x-axis: "X = VNFs per Service Chain"
6519 #  y-axis: "Y = Number of Service Chains"
6520 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6521 #  layout:
6522 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6523 #    layout: "plot-service-density"
6524 #
6525 #- type: "plot"
6526 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6527 #  algorithm: "plot_nf_heatmap"
6528 #  output-file-type: ".html"
6529 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6530 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6531 #  filter: "'NIC_Intel-XXV710' and
6532 #           'NF_DENSITY' and
6533 #           'VHOST' and
6534 #           not 'VXLAN' and
6535 #           'CHAIN' and
6536 #           'NF_VPPIP4' and
6537 #           '64B' and
6538 #           '8T4C' and
6539 #           'NDRPDR'"
6540 #  parameters:
6541 #  - "throughput"
6542 #  - "name"
6543 #  - "tags"
6544 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6545 #  x-axis: "X = VNFs per Service Chain"
6546 #  y-axis: "Y = Number of Service Chains"
6547 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6548 #  layout:
6549 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6550 #    layout: "plot-service-density"
6551 #
6552 ## Plots - NF Density - VSC - PDR IMIX
6553 #- type: "plot"
6554 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6555 #  algorithm: "plot_nf_heatmap"
6556 #  output-file-type: ".html"
6557 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6558 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6559 #  filter: "'NIC_Intel-XXV710' and
6560 #           'NF_DENSITY' and
6561 #           'VHOST' and
6562 #           not 'VXLAN' and
6563 #           'CHAIN' and
6564 #           'NF_VPPIP4' and
6565 #           'IMIX' and
6566 #           '2T1C' and
6567 #           'NDRPDR'"
6568 #  parameters:
6569 #  - "throughput"
6570 #  - "name"
6571 #  - "tags"
6572 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6573 #  x-axis: "X = VNFs per Service Chain"
6574 #  y-axis: "Y = Number of Service Chains"
6575 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6576 #  layout:
6577 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6578 #    layout: "plot-service-density"
6579 #
6580 #- type: "plot"
6581 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6582 #  algorithm: "plot_nf_heatmap"
6583 #  output-file-type: ".html"
6584 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6585 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6586 #  filter: "'NIC_Intel-XXV710' and
6587 #           'NF_DENSITY' and
6588 #           'VHOST' and
6589 #           not 'VXLAN' and
6590 #           'CHAIN' and
6591 #           'NF_VPPIP4' and
6592 #           'IMIX' and
6593 #           '4T2C' and
6594 #           'NDRPDR'"
6595 #  parameters:
6596 #  - "throughput"
6597 #  - "name"
6598 #  - "tags"
6599 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6600 #  x-axis: "X = VNFs per Service Chain"
6601 #  y-axis: "Y = Number of Service Chains"
6602 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6603 #  layout:
6604 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6605 #    layout: "plot-service-density"
6606 #
6607 #- type: "plot"
6608 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6609 #  algorithm: "plot_nf_heatmap"
6610 #  output-file-type: ".html"
6611 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6612 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6613 #  filter: "'NIC_Intel-XXV710' and
6614 #           'NF_DENSITY' and
6615 #           'VHOST' and
6616 #           not 'VXLAN' and
6617 #           'CHAIN' and
6618 #           'NF_VPPIP4' and
6619 #           'IMIX' and
6620 #           '8T4C' and
6621 #           'NDRPDR'"
6622 #  parameters:
6623 #  - "throughput"
6624 #  - "name"
6625 #  - "tags"
6626 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6627 #  x-axis: "X = VNFs per Service Chain"
6628 #  y-axis: "Y = Number of Service Chains"
6629 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6630 #  layout:
6631 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6632 #    layout: "plot-service-density"
6633 #
6634 ################################################################################
6635 ## Plots - NF Density - VSC - MRR 64b
6636 #- type: "plot"
6637 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6638 #  algorithm: "plot_nf_heatmap"
6639 #  output-file-type: ".html"
6640 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6641 #  data: "plot-vpp-nfv-2n-skx-mrr"
6642 #  filter: "'NIC_Intel-XXV710' and
6643 #           'NF_DENSITY' and
6644 #           'VHOST' and
6645 #           'VXLAN' and
6646 #           'CHAIN' and
6647 #           '118' and
6648 #           '2T1C' and
6649 #           'MRR'"
6650 #  parameters:
6651 #  - "result"
6652 #  - "name"
6653 #  - "tags"
6654 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6655 #  x-axis: "X = VNFs per Service Chain"
6656 #  y-axis: "Y = Number of Service Chains"
6657 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6658 #  layout:
6659 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6660 #    layout: "plot-service-density"
6661 #
6662 #- type: "plot"
6663 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6664 #  algorithm: "plot_nf_heatmap"
6665 #  output-file-type: ".html"
6666 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6667 #  data: "plot-vpp-nfv-2n-skx-mrr"
6668 #  filter: "'NIC_Intel-XXV710' and
6669 #           'NF_DENSITY' and
6670 #           'VHOST' and
6671 #           'VXLAN' and
6672 #           'CHAIN' and
6673 #           '118' and
6674 #           '4T2C' and
6675 #           'MRR'"
6676 #  parameters:
6677 #  - "result"
6678 #  - "name"
6679 #  - "tags"
6680 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6681 #  x-axis: "X = VNFs per Service Chain"
6682 #  y-axis: "Y = Number of Service Chains"
6683 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6684 #  layout:
6685 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6686 #    layout: "plot-service-density"
6687 #
6688 #- type: "plot"
6689 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6690 #  algorithm: "plot_nf_heatmap"
6691 #  output-file-type: ".html"
6692 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6693 #  data: "plot-vpp-nfv-2n-skx-mrr"
6694 #  filter: "'NIC_Intel-XXV710' and
6695 #           'NF_DENSITY' and
6696 #           'VHOST' and
6697 #           'VXLAN' and
6698 #           'CHAIN' and
6699 #           '118' and
6700 #           '8T4C' and
6701 #           'MRR'"
6702 #  parameters:
6703 #  - "result"
6704 #  - "name"
6705 #  - "tags"
6706 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6707 #  x-axis: "X = VNFs per Service Chain"
6708 #  y-axis: "Y = Number of Service Chains"
6709 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6710 #  layout:
6711 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6712 #    layout: "plot-service-density"
6713 #
6714 ## Plots - NF Density - VSC - MRR IMIX
6715 #- type: "plot"
6716 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6717 #  algorithm: "plot_nf_heatmap"
6718 #  output-file-type: ".html"
6719 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6720 #  data: "plot-vpp-nfv-2n-skx-mrr"
6721 #  filter: "'NIC_Intel-XXV710' and
6722 #           'NF_DENSITY' and
6723 #           'VHOST' and
6724 #           'VXLAN' and
6725 #           'CHAIN' and
6726 #           'IMIX' and
6727 #           '2T1C' and
6728 #           'MRR'"
6729 #  parameters:
6730 #  - "result"
6731 #  - "name"
6732 #  - "tags"
6733 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6734 #  x-axis: "X = VNFs per Service Chain"
6735 #  y-axis: "Y = Number of Service Chains"
6736 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6737 #  layout:
6738 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6739 #    layout: "plot-service-density"
6740 #
6741 #- type: "plot"
6742 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6743 #  algorithm: "plot_nf_heatmap"
6744 #  output-file-type: ".html"
6745 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
6746 #  data: "plot-vpp-nfv-2n-skx-mrr"
6747 #  filter: "'NIC_Intel-XXV710' and
6748 #           'NF_DENSITY' and
6749 #           'VHOST' and
6750 #           'VXLAN' and
6751 #           'CHAIN' and
6752 #           'IMIX' and
6753 #           '4T2C' and
6754 #           'MRR'"
6755 #  parameters:
6756 #  - "result"
6757 #  - "name"
6758 #  - "tags"
6759 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6760 #  x-axis: "X = VNFs per Service Chain"
6761 #  y-axis: "Y = Number of Service Chains"
6762 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6763 #  layout:
6764 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6765 #    layout: "plot-service-density"
6766 #
6767 #- type: "plot"
6768 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6769 #  algorithm: "plot_nf_heatmap"
6770 #  output-file-type: ".html"
6771 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
6772 #  data: "plot-vpp-nfv-2n-skx-mrr"
6773 #  filter: "'NIC_Intel-XXV710' and
6774 #           'NF_DENSITY' and
6775 #           'VHOST' and
6776 #           'VXLAN' and
6777 #           'CHAIN' and
6778 #           'IMIX' and
6779 #           '8T4C' and
6780 #           'MRR'"
6781 #  parameters:
6782 #  - "result"
6783 #  - "name"
6784 #  - "tags"
6785 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6786 #  x-axis: "X = VNFs per Service Chain"
6787 #  y-axis: "Y = Number of Service Chains"
6788 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6789 #  layout:
6790 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6791 #    layout: "plot-service-density"
6792 #
6793 ## Plots - NF Density - VSC - NDR 64b
6794 #- type: "plot"
6795 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6796 #  algorithm: "plot_nf_heatmap"
6797 #  output-file-type: ".html"
6798 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
6799 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6800 #  filter: "'NIC_Intel-XXV710' and
6801 #           'NF_DENSITY' and
6802 #           'VHOST' and
6803 #           'VXLAN' and
6804 #           'CHAIN' and
6805 #           '118' and
6806 #           '2T1C' and
6807 #           'NDRPDR'"
6808 #  parameters:
6809 #  - "throughput"
6810 #  - "name"
6811 #  - "tags"
6812 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6813 #  x-axis: "X = VNFs per Service Chain"
6814 #  y-axis: "Y = Number of Service Chains"
6815 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6816 #  layout:
6817 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6818 #    layout: "plot-service-density"
6819 #
6820 #- type: "plot"
6821 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6822 #  algorithm: "plot_nf_heatmap"
6823 #  output-file-type: ".html"
6824 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
6825 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6826 #  filter: "'NIC_Intel-XXV710' and
6827 #           'NF_DENSITY' and
6828 #           'VHOST' and
6829 #           'VXLAN' and
6830 #           'CHAIN' and
6831 #           '118' and
6832 #           '4T2C' and
6833 #           'NDRPDR'"
6834 #  parameters:
6835 #  - "throughput"
6836 #  - "name"
6837 #  - "tags"
6838 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6839 #  x-axis: "X = VNFs per Service Chain"
6840 #  y-axis: "Y = Number of Service Chains"
6841 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6842 #  layout:
6843 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6844 #    layout: "plot-service-density"
6845 #
6846 #- type: "plot"
6847 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6848 #  algorithm: "plot_nf_heatmap"
6849 #  output-file-type: ".html"
6850 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
6851 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6852 #  filter: "'NIC_Intel-XXV710' and
6853 #           'NF_DENSITY' and
6854 #           'VHOST' and
6855 #           'VXLAN' and
6856 #           'CHAIN' and
6857 #           '118' and
6858 #           '8T4C' and
6859 #           'NDRPDR'"
6860 #  parameters:
6861 #  - "throughput"
6862 #  - "name"
6863 #  - "tags"
6864 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6865 #  x-axis: "X = VNFs per Service Chain"
6866 #  y-axis: "Y = Number of Service Chains"
6867 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6868 #  layout:
6869 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6870 #    layout: "plot-service-density"
6871 #
6872 ## Plots - NF Density - VSC - NDR IMIX
6873 #- type: "plot"
6874 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6875 #  algorithm: "plot_nf_heatmap"
6876 #  output-file-type: ".html"
6877 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
6878 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6879 #  filter: "'NIC_Intel-XXV710' and
6880 #           'NF_DENSITY' and
6881 #           'VHOST' and
6882 #           'VXLAN' and
6883 #           'CHAIN' and
6884 #           'IMIX' and
6885 #           '2T1C' and
6886 #           'NDRPDR'"
6887 #  parameters:
6888 #  - "throughput"
6889 #  - "name"
6890 #  - "tags"
6891 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6892 #  x-axis: "X = VNFs per Service Chain"
6893 #  y-axis: "Y = Number of Service Chains"
6894 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6895 #  layout:
6896 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6897 #    layout: "plot-service-density"
6898 #
6899 #- type: "plot"
6900 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6901 #  algorithm: "plot_nf_heatmap"
6902 #  output-file-type: ".html"
6903 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
6904 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6905 #  filter: "'NIC_Intel-XXV710' and
6906 #           'NF_DENSITY' and
6907 #           'VHOST' and
6908 #           'VXLAN' and
6909 #           'CHAIN' and
6910 #           'IMIX' and
6911 #           '4T2C' and
6912 #           'NDRPDR'"
6913 #  parameters:
6914 #  - "throughput"
6915 #  - "name"
6916 #  - "tags"
6917 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6918 #  x-axis: "X = VNFs per Service Chain"
6919 #  y-axis: "Y = Number of Service Chains"
6920 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6921 #  layout:
6922 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6923 #    layout: "plot-service-density"
6924 #
6925 #- type: "plot"
6926 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6927 #  algorithm: "plot_nf_heatmap"
6928 #  output-file-type: ".html"
6929 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
6930 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6931 #  filter: "'NIC_Intel-XXV710' and
6932 #           'NF_DENSITY' and
6933 #           'VHOST' and
6934 #           'VXLAN' and
6935 #           'CHAIN' and
6936 #           'IMIX' and
6937 #           '8T4C' and
6938 #           'NDRPDR'"
6939 #  parameters:
6940 #  - "throughput"
6941 #  - "name"
6942 #  - "tags"
6943 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6944 #  x-axis: "X = VNFs per Service Chain"
6945 #  y-axis: "Y = Number of Service Chains"
6946 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6947 #  layout:
6948 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6949 #    layout: "plot-service-density"
6950 #
6951 ## Plots - NF Density - VSC - PDR 64b
6952 #- type: "plot"
6953 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6954 #  algorithm: "plot_nf_heatmap"
6955 #  output-file-type: ".html"
6956 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
6957 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6958 #  filter: "'NIC_Intel-XXV710' and
6959 #           'NF_DENSITY' and
6960 #           'VHOST' and
6961 #           'VXLAN' and
6962 #           'CHAIN' and
6963 #           '118' and
6964 #           '2T1C' and
6965 #           'NDRPDR'"
6966 #  parameters:
6967 #  - "throughput"
6968 #  - "name"
6969 #  - "tags"
6970 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6971 #  x-axis: "X = VNFs per Service Chain"
6972 #  y-axis: "Y = Number of Service Chains"
6973 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6974 #  layout:
6975 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6976 #    layout: "plot-service-density"
6977 #
6978 #- type: "plot"
6979 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6980 #  algorithm: "plot_nf_heatmap"
6981 #  output-file-type: ".html"
6982 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
6983 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6984 #  filter: "'NIC_Intel-XXV710' and
6985 #           'NF_DENSITY' and
6986 #           'VHOST' and
6987 #           'VXLAN' and
6988 #           'CHAIN' and
6989 #           '118' and
6990 #           '4T2C' and
6991 #           'NDRPDR'"
6992 #  parameters:
6993 #  - "throughput"
6994 #  - "name"
6995 #  - "tags"
6996 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6997 #  x-axis: "X = VNFs per Service Chain"
6998 #  y-axis: "Y = Number of Service Chains"
6999 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7000 #  layout:
7001 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7002 #    layout: "plot-service-density"
7003 #
7004 #- type: "plot"
7005 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7006 #  algorithm: "plot_nf_heatmap"
7007 #  output-file-type: ".html"
7008 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7009 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7010 #  filter: "'NIC_Intel-XXV710' and
7011 #           'NF_DENSITY' and
7012 #           'VHOST' and
7013 #           'VXLAN' and
7014 #           'CHAIN' and
7015 #           '118' and
7016 #           '8T4C' and
7017 #           'NDRPDR'"
7018 #  parameters:
7019 #  - "throughput"
7020 #  - "name"
7021 #  - "tags"
7022 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7023 #  x-axis: "X = VNFs per Service Chain"
7024 #  y-axis: "Y = Number of Service Chains"
7025 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7026 #  layout:
7027 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7028 #    layout: "plot-service-density"
7029 #
7030 ## Plots - NF Density - VSC - PDR IMIX
7031 #- type: "plot"
7032 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7033 #  algorithm: "plot_nf_heatmap"
7034 #  output-file-type: ".html"
7035 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7036 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7037 #  filter: "'NIC_Intel-XXV710' and
7038 #           'NF_DENSITY' and
7039 #           'VHOST' and
7040 #           'VXLAN' and
7041 #           'CHAIN' and
7042 #           'IMIX' and
7043 #           '2T1C' and
7044 #           'NDRPDR'"
7045 #  parameters:
7046 #  - "throughput"
7047 #  - "name"
7048 #  - "tags"
7049 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7050 #  x-axis: "X = VNFs per Service Chain"
7051 #  y-axis: "Y = Number of Service Chains"
7052 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7053 #  layout:
7054 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7055 #    layout: "plot-service-density"
7056 #
7057 #- type: "plot"
7058 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7059 #  algorithm: "plot_nf_heatmap"
7060 #  output-file-type: ".html"
7061 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7062 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7063 #  filter: "'NIC_Intel-XXV710' and
7064 #           'NF_DENSITY' and
7065 #           'VHOST' and
7066 #           'VXLAN' and
7067 #           'CHAIN' and
7068 #           'IMIX' and
7069 #           '4T2C' and
7070 #           'NDRPDR'"
7071 #  parameters:
7072 #  - "throughput"
7073 #  - "name"
7074 #  - "tags"
7075 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7076 #  x-axis: "X = VNFs per Service Chain"
7077 #  y-axis: "Y = Number of Service Chains"
7078 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7079 #  layout:
7080 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7081 #    layout: "plot-service-density"
7082 #
7083 #- type: "plot"
7084 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7085 #  algorithm: "plot_nf_heatmap"
7086 #  output-file-type: ".html"
7087 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7088 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7089 #  filter: "'NIC_Intel-XXV710' and
7090 #           'NF_DENSITY' and
7091 #           'VHOST' and
7092 #           'VXLAN' and
7093 #           'CHAIN' and
7094 #           'IMIX' and
7095 #           '8T4C' and
7096 #           'NDRPDR'"
7097 #  parameters:
7098 #  - "throughput"
7099 #  - "name"
7100 #  - "tags"
7101 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7102 #  x-axis: "X = VNFs per Service Chain"
7103 #  y-axis: "Y = Number of Service Chains"
7104 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7105 #  layout:
7106 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7107 #    layout: "plot-service-density"
7108 #
7109 ################################################################################
7110 ## Plots - NF Density - CSC - MRR 64b
7111 #- type: "plot"
7112 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7113 #  algorithm: "plot_nf_heatmap"
7114 #  output-file-type: ".html"
7115 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7116 #  data: "plot-vpp-nfv-2n-skx-mrr"
7117 #  filter: "'NIC_Intel-XXV710' and
7118 #           'NF_DENSITY' and
7119 #           'DOCKER' and
7120 #           'CHAIN' and
7121 #           'NF_VPPIP4' and
7122 #           '64B' and
7123 #           '2T1C' and
7124 #           'MRR'"
7125 #  parameters:
7126 #  - "result"
7127 #  - "name"
7128 #  - "tags"
7129 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7130 #  x-axis: "X = CNFs per Service Chain"
7131 #  y-axis: "Y = Number of Service Chains"
7132 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7133 #  layout:
7134 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7135 #    layout: "plot-service-density"
7136 #
7137 #- type: "plot"
7138 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7139 #  algorithm: "plot_nf_heatmap"
7140 #  output-file-type: ".html"
7141 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7142 #  data: "plot-vpp-nfv-2n-skx-mrr"
7143 #  filter: "'NIC_Intel-XXV710' and
7144 #           'NF_DENSITY' and
7145 #           'DOCKER' and
7146 #           'CHAIN' and
7147 #           'NF_VPPIP4' and
7148 #           '64B' and
7149 #           '4T2C' and
7150 #           'MRR'"
7151 #  parameters:
7152 #  - "result"
7153 #  - "name"
7154 #  - "tags"
7155 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7156 #  x-axis: "X = CNFs per Service Chain"
7157 #  y-axis: "Y = Number of Service Chains"
7158 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7159 #  layout:
7160 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7161 #    layout: "plot-service-density"
7162 #
7163 #- type: "plot"
7164 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7165 #  algorithm: "plot_nf_heatmap"
7166 #  output-file-type: ".html"
7167 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7168 #  data: "plot-vpp-nfv-2n-skx-mrr"
7169 #  filter: "'NIC_Intel-XXV710' and
7170 #           'NF_DENSITY' and
7171 #           'DOCKER' and
7172 #           'CHAIN' and
7173 #           'NF_VPPIP4' and
7174 #           '64B' and
7175 #           '8T4C' and
7176 #           'MRR'"
7177 #  parameters:
7178 #  - "result"
7179 #  - "name"
7180 #  - "tags"
7181 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7182 #  x-axis: "X = CNFs per Service Chain"
7183 #  y-axis: "Y = Number of Service Chains"
7184 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7185 #  layout:
7186 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7187 #    layout: "plot-service-density"
7188 #
7189 ## Plots - NF Density - CSC - MRR IMIX
7190 #- type: "plot"
7191 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7192 #  algorithm: "plot_nf_heatmap"
7193 #  output-file-type: ".html"
7194 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7195 #  data: "plot-vpp-nfv-2n-skx-mrr"
7196 #  filter: "'NIC_Intel-XXV710' and
7197 #           'NF_DENSITY' and
7198 #           'DOCKER' and
7199 #           'CHAIN' and
7200 #           'NF_VPPIP4' and
7201 #           'IMIX' and
7202 #           '2T1C' and
7203 #           'MRR'"
7204 #  parameters:
7205 #  - "result"
7206 #  - "name"
7207 #  - "tags"
7208 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7209 #  x-axis: "X = CNFs per Service Chain"
7210 #  y-axis: "Y = Number of Service Chains"
7211 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7212 #  layout:
7213 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7214 #    layout: "plot-service-density"
7215 #
7216 #- type: "plot"
7217 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7218 #  algorithm: "plot_nf_heatmap"
7219 #  output-file-type: ".html"
7220 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7221 #  data: "plot-vpp-nfv-2n-skx-mrr"
7222 #  filter: "'NIC_Intel-XXV710' and
7223 #           'NF_DENSITY' and
7224 #           'DOCKER' and
7225 #           'CHAIN' and
7226 #           'NF_VPPIP4' and
7227 #           'IMIX' and
7228 #           '4T2C' and
7229 #           'MRR'"
7230 #  parameters:
7231 #  - "result"
7232 #  - "name"
7233 #  - "tags"
7234 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7235 #  x-axis: "X = CNFs per Service Chain"
7236 #  y-axis: "Y = Number of Service Chains"
7237 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7238 #  layout:
7239 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7240 #    layout: "plot-service-density"
7241 #
7242 #- type: "plot"
7243 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7244 #  algorithm: "plot_nf_heatmap"
7245 #  output-file-type: ".html"
7246 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7247 #  data: "plot-vpp-nfv-2n-skx-mrr"
7248 #  filter: "'NIC_Intel-XXV710' and
7249 #           'NF_DENSITY' and
7250 #           'DOCKER' and
7251 #           'CHAIN' and
7252 #           'NF_VPPIP4' and
7253 #           'IMIX' and
7254 #           '8T4C' and
7255 #           'MRR'"
7256 #  parameters:
7257 #  - "result"
7258 #  - "name"
7259 #  - "tags"
7260 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7261 #  x-axis: "X = CNFs per Service Chain"
7262 #  y-axis: "Y = Number of Service Chains"
7263 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7264 #  layout:
7265 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7266 #    layout: "plot-service-density"
7267 #
7268 ## Plots - NF Density - CSC - NDR 64b
7269 #- type: "plot"
7270 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7271 #  algorithm: "plot_nf_heatmap"
7272 #  output-file-type: ".html"
7273 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7274 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7275 #  filter: "'NIC_Intel-XXV710' and
7276 #           'NF_DENSITY' and
7277 #           'DOCKER' and
7278 #           'CHAIN' and
7279 #           'NF_VPPIP4' and
7280 #           '64B' and
7281 #           '2T1C' and
7282 #           'NDRPDR'"
7283 #  parameters:
7284 #  - "throughput"
7285 #  - "name"
7286 #  - "tags"
7287 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7288 #  x-axis: "X = CNFs per Service Chain"
7289 #  y-axis: "Y = Number of Service Chains"
7290 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7291 #  layout:
7292 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7293 #    layout: "plot-service-density"
7294 #
7295 #- type: "plot"
7296 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7297 #  algorithm: "plot_nf_heatmap"
7298 #  output-file-type: ".html"
7299 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7300 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7301 #  filter: "'NIC_Intel-XXV710' and
7302 #           'NF_DENSITY' and
7303 #           'DOCKER' and
7304 #           'CHAIN' and
7305 #           'NF_VPPIP4' and
7306 #           '64B' and
7307 #           '4T2C' and
7308 #           'NDRPDR'"
7309 #  parameters:
7310 #  - "throughput"
7311 #  - "name"
7312 #  - "tags"
7313 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7314 #  x-axis: "X = CNFs per Service Chain"
7315 #  y-axis: "Y = Number of Service Chains"
7316 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7317 #  layout:
7318 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7319 #    layout: "plot-service-density"
7320 #
7321 #- type: "plot"
7322 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7323 #  algorithm: "plot_nf_heatmap"
7324 #  output-file-type: ".html"
7325 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7326 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7327 #  filter: "'NIC_Intel-XXV710' and
7328 #           'NF_DENSITY' and
7329 #           'DOCKER' and
7330 #           'CHAIN' and
7331 #           'NF_VPPIP4' and
7332 #           '64B' and
7333 #           '8T4C' and
7334 #           'NDRPDR'"
7335 #  parameters:
7336 #  - "throughput"
7337 #  - "name"
7338 #  - "tags"
7339 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7340 #  x-axis: "X = CNFs per Service Chain"
7341 #  y-axis: "Y = Number of Service Chains"
7342 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7343 #  layout:
7344 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7345 #    layout: "plot-service-density"
7346 #
7347 ## Plots - NF Density - CSC - NDR IMIX
7348 #- type: "plot"
7349 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7350 #  algorithm: "plot_nf_heatmap"
7351 #  output-file-type: ".html"
7352 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7353 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7354 #  filter: "'NIC_Intel-XXV710' and
7355 #           'NF_DENSITY' and
7356 #           'DOCKER' and
7357 #           'CHAIN' and
7358 #           'NF_VPPIP4' and
7359 #           'IMIX' and
7360 #           '2T1C' and
7361 #           'NDRPDR'"
7362 #  parameters:
7363 #  - "throughput"
7364 #  - "name"
7365 #  - "tags"
7366 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7367 #  x-axis: "X = CNFs per Service Chain"
7368 #  y-axis: "Y = Number of Service Chains"
7369 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7370 #  layout:
7371 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7372 #    layout: "plot-service-density"
7373 #
7374 #- type: "plot"
7375 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7376 #  algorithm: "plot_nf_heatmap"
7377 #  output-file-type: ".html"
7378 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7379 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7380 #  filter: "'NIC_Intel-XXV710' and
7381 #           'NF_DENSITY' and
7382 #           'DOCKER' and
7383 #           'CHAIN' and
7384 #           'NF_VPPIP4' and
7385 #           'IMIX' and
7386 #           '4T2C' and
7387 #           'NDRPDR'"
7388 #  parameters:
7389 #  - "throughput"
7390 #  - "name"
7391 #  - "tags"
7392 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7393 #  x-axis: "X = CNFs per Service Chain"
7394 #  y-axis: "Y = Number of Service Chains"
7395 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7396 #  layout:
7397 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7398 #    layout: "plot-service-density"
7399 #
7400 #- type: "plot"
7401 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7402 #  algorithm: "plot_nf_heatmap"
7403 #  output-file-type: ".html"
7404 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7405 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7406 #  filter: "'NIC_Intel-XXV710' and
7407 #           'NF_DENSITY' and
7408 #           'DOCKER' and
7409 #           'CHAIN' and
7410 #           'NF_VPPIP4' and
7411 #           'IMIX' and
7412 #           '8T4C' and
7413 #           'NDRPDR'"
7414 #  parameters:
7415 #  - "throughput"
7416 #  - "name"
7417 #  - "tags"
7418 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7419 #  x-axis: "X = CNFs per Service Chain"
7420 #  y-axis: "Y = Number of Service Chains"
7421 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7422 #  layout:
7423 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7424 #    layout: "plot-service-density"
7425 #
7426 ## Plots - NF Density - CSC - PDR 64b
7427 #- type: "plot"
7428 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7429 #  algorithm: "plot_nf_heatmap"
7430 #  output-file-type: ".html"
7431 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7432 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7433 #  filter: "'NIC_Intel-XXV710' and
7434 #           'NF_DENSITY' and
7435 #           'DOCKER' and
7436 #           'CHAIN' and
7437 #           'NF_VPPIP4' and
7438 #           '64B' and
7439 #           '2T1C' and
7440 #           'NDRPDR'"
7441 #  parameters:
7442 #  - "throughput"
7443 #  - "name"
7444 #  - "tags"
7445 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7446 #  x-axis: "X = CNFs per Service Chain"
7447 #  y-axis: "Y = Number of Service Chains"
7448 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7449 #  layout:
7450 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7451 #    layout: "plot-service-density"
7452 #
7453 #- type: "plot"
7454 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7455 #  algorithm: "plot_nf_heatmap"
7456 #  output-file-type: ".html"
7457 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7458 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7459 #  filter: "'NIC_Intel-XXV710' and
7460 #           'NF_DENSITY' and
7461 #           'DOCKER' and
7462 #           'CHAIN' and
7463 #           'NF_VPPIP4' and
7464 #           '64B' 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: "64B Packet Throughput (mean PDR) [Mpps]"
7475 #  layout:
7476 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7477 #    layout: "plot-service-density"
7478 #
7479 #- type: "plot"
7480 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7481 #  algorithm: "plot_nf_heatmap"
7482 #  output-file-type: ".html"
7483 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7484 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7485 #  filter: "'NIC_Intel-XXV710' and
7486 #           'NF_DENSITY' and
7487 #           'DOCKER' and
7488 #           'CHAIN' and
7489 #           'NF_VPPIP4' and
7490 #           '64B' and
7491 #           '8T4C' and
7492 #           'NDRPDR'"
7493 #  parameters:
7494 #  - "throughput"
7495 #  - "name"
7496 #  - "tags"
7497 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7498 #  x-axis: "X = CNFs per Service Chain"
7499 #  y-axis: "Y = Number of Service Chains"
7500 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7501 #  layout:
7502 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7503 #    layout: "plot-service-density"
7504 #
7505 ## Plots - NF Density - CSC - PDR IMIX
7506 #- type: "plot"
7507 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7508 #  algorithm: "plot_nf_heatmap"
7509 #  output-file-type: ".html"
7510 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7511 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7512 #  filter: "'NIC_Intel-XXV710' and
7513 #           'NF_DENSITY' and
7514 #           'DOCKER' and
7515 #           'CHAIN' and
7516 #           'NF_VPPIP4' and
7517 #           'IMIX' and
7518 #           '2T1C' and
7519 #           'NDRPDR'"
7520 #  parameters:
7521 #  - "throughput"
7522 #  - "name"
7523 #  - "tags"
7524 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7525 #  x-axis: "X = CNFs per Service Chain"
7526 #  y-axis: "Y = Number of Service Chains"
7527 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7528 #  layout:
7529 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7530 #    layout: "plot-service-density"
7531 #
7532 #- type: "plot"
7533 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7534 #  algorithm: "plot_nf_heatmap"
7535 #  output-file-type: ".html"
7536 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7537 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7538 #  filter: "'NIC_Intel-XXV710' and
7539 #           'NF_DENSITY' and
7540 #           'DOCKER' and
7541 #           'CHAIN' and
7542 #           'NF_VPPIP4' and
7543 #           'IMIX' and
7544 #           '4T2C' and
7545 #           'NDRPDR'"
7546 #  parameters:
7547 #  - "throughput"
7548 #  - "name"
7549 #  - "tags"
7550 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7551 #  x-axis: "X = CNFs per Service Chain"
7552 #  y-axis: "Y = Number of Service Chains"
7553 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7554 #  layout:
7555 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7556 #    layout: "plot-service-density"
7557 #
7558 #- type: "plot"
7559 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7560 #  algorithm: "plot_nf_heatmap"
7561 #  output-file-type: ".html"
7562 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7563 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7564 #  filter: "'NIC_Intel-XXV710' and
7565 #           'NF_DENSITY' and
7566 #           'DOCKER' and
7567 #           'CHAIN' and
7568 #           'NF_VPPIP4' and
7569 #           'IMIX' and
7570 #           '8T4C' and
7571 #           'NDRPDR'"
7572 #  parameters:
7573 #  - "throughput"
7574 #  - "name"
7575 #  - "tags"
7576 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7577 #  x-axis: "X = CNFs per Service Chain"
7578 #  y-axis: "Y = Number of Service Chains"
7579 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7580 #  layout:
7581 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7582 #    layout: "plot-service-density"
7583 #
7584 ################################################################################
7585 #
7586 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7587 #- type: "plot"
7588 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7589 #  algorithm: "plot_nf_heatmap"
7590 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7591 #  data: "plot-vpp-nfv-3n-skx-mrr"
7592 #  filter: "'NIC_Intel-XXV710' and
7593 #           'NF_DENSITY' and
7594 #           'DOCKER' and
7595 #           'CHAIN' and
7596 #           'NF_VPPIP4' and
7597 #           'IPSEC' and
7598 #           'TNL_4' and
7599 #           'IMIX' and
7600 #           '2T1C' and
7601 #           'MRR'"
7602 #  parameters:
7603 #  - "result"
7604 #  - "name"
7605 #  - "tags"
7606 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7607 #  x-axis: "X = CNFs per Service Chain"
7608 #  y-axis: "Y = Number of Service Chains"
7609 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7610 #  layout:
7611 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7612 #    layout: "plot-service-density"
7613 #
7614 #- type: "plot"
7615 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7616 #  algorithm: "plot_nf_heatmap"
7617 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7618 #  data: "plot-vpp-nfv-3n-skx-mrr"
7619 #  filter: "'NIC_Intel-XXV710' and
7620 #           'NF_DENSITY' and
7621 #           'DOCKER' and
7622 #           'CHAIN' and
7623 #           'NF_VPPIP4' and
7624 #           'IPSEC' and
7625 #           'TNL_4' and
7626 #           'IMIX' and
7627 #           '4T2C' and
7628 #           'MRR'"
7629 #  parameters:
7630 #  - "result"
7631 #  - "name"
7632 #  - "tags"
7633 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7634 #  x-axis: "X = CNFs per Service Chain"
7635 #  y-axis: "Y = Number of Service Chains"
7636 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7637 #  layout:
7638 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7639 #    layout: "plot-service-density"
7640 #
7641 #- type: "plot"
7642 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7643 #  algorithm: "plot_nf_heatmap"
7644 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7645 #  data: "plot-vpp-nfv-3n-skx-mrr"
7646 #  filter: "'NIC_Intel-XXV710' and
7647 #           'NF_DENSITY' and
7648 #           'DOCKER' and
7649 #           'CHAIN' and
7650 #           'NF_VPPIP4' and
7651 #           'IPSEC' and
7652 #           'TNL_4' and
7653 #           'IMIX' and
7654 #           '8T4C' and
7655 #           'MRR'"
7656 #  parameters:
7657 #  - "result"
7658 #  - "name"
7659 #  - "tags"
7660 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7661 #  x-axis: "X = CNFs per Service Chain"
7662 #  y-axis: "Y = Number of Service Chains"
7663 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7664 #  layout:
7665 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7666 #    layout: "plot-service-density"
7667 #
7668 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7669 #- type: "plot"
7670 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7671 #  algorithm: "plot_nf_heatmap"
7672 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7673 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7674 #  filter: "'NIC_Intel-XXV710' and
7675 #           'NF_DENSITY' and
7676 #           'DOCKER' and
7677 #           'CHAIN' and
7678 #           'NF_VPPIP4' and
7679 #           'IPSEC' and
7680 #           'TNL_4' and
7681 #           'IMIX' and
7682 #           '2T1C' and
7683 #           'NDRPDR'"
7684 #  parameters:
7685 #  - "throughput"
7686 #  - "name"
7687 #  - "tags"
7688 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7689 #  x-axis: "X = CNFs per Service Chain"
7690 #  y-axis: "Y = Number of Service Chains"
7691 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7692 #  layout:
7693 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7694 #    layout: "plot-service-density"
7695 #
7696 #- type: "plot"
7697 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7698 #  algorithm: "plot_nf_heatmap"
7699 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7700 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7701 #  filter: "'NIC_Intel-XXV710' and
7702 #           'NF_DENSITY' and
7703 #           'DOCKER' and
7704 #           'CHAIN' and
7705 #           'NF_VPPIP4' and
7706 #           'IPSEC' and
7707 #           'TNL_4' and
7708 #           'IMIX' and
7709 #           '4T2C' and
7710 #           'NDRPDR'"
7711 #  parameters:
7712 #  - "throughput"
7713 #  - "name"
7714 #  - "tags"
7715 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7716 #  x-axis: "X = CNFs per Service Chain"
7717 #  y-axis: "Y = Number of Service Chains"
7718 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7719 #  layout:
7720 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7721 #    layout: "plot-service-density"
7722 #
7723 #- type: "plot"
7724 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7725 #  algorithm: "plot_nf_heatmap"
7726 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7727 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7728 #  filter: "'NIC_Intel-XXV710' and
7729 #           'NF_DENSITY' and
7730 #           'DOCKER' and
7731 #           'CHAIN' and
7732 #           'NF_VPPIP4' and
7733 #           'IPSEC' and
7734 #           'TNL_4' and
7735 #           'IMIX' and
7736 #           '8T4C' and
7737 #           'NDRPDR'"
7738 #  parameters:
7739 #  - "throughput"
7740 #  - "name"
7741 #  - "tags"
7742 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7743 #  x-axis: "X = CNFs per Service Chain"
7744 #  y-axis: "Y = Number of Service Chains"
7745 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7746 #  layout:
7747 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7748 #    layout: "plot-service-density"
7749 #
7750 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7751 #- type: "plot"
7752 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7753 #  algorithm: "plot_nf_heatmap"
7754 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7755 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7756 #  filter: "'NIC_Intel-XXV710' and
7757 #           'NF_DENSITY' and
7758 #           'DOCKER' and
7759 #           'CHAIN' and
7760 #           'NF_VPPIP4' and
7761 #           'IPSEC' and
7762 #           'TNL_4' and
7763 #           'IMIX' and
7764 #           '2T1C' and
7765 #           'NDRPDR'"
7766 #  parameters:
7767 #  - "throughput"
7768 #  - "name"
7769 #  - "tags"
7770 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7771 #  x-axis: "X = CNFs per Service Chain"
7772 #  y-axis: "Y = Number of Service Chains"
7773 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7774 #  layout:
7775 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7776 #    layout: "plot-service-density"
7777 #
7778 #- type: "plot"
7779 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7780 #  algorithm: "plot_nf_heatmap"
7781 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7782 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7783 #  filter: "'NIC_Intel-XXV710' and
7784 #           'NF_DENSITY' and
7785 #           'DOCKER' and
7786 #           'CHAIN' and
7787 #           'NF_VPPIP4' and
7788 #           'IPSEC' and
7789 #           'TNL_4' and
7790 #           'IMIX' and
7791 #           '4T2C' and
7792 #           'NDRPDR'"
7793 #  parameters:
7794 #  - "throughput"
7795 #  - "name"
7796 #  - "tags"
7797 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7798 #  x-axis: "X = CNFs per Service Chain"
7799 #  y-axis: "Y = Number of Service Chains"
7800 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7801 #  layout:
7802 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7803 #    layout: "plot-service-density"
7804 #
7805 #- type: "plot"
7806 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7807 #  algorithm: "plot_nf_heatmap"
7808 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
7809 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7810 #  filter: "'NIC_Intel-XXV710' and
7811 #           'NF_DENSITY' and
7812 #           'DOCKER' and
7813 #           'CHAIN' and
7814 #           'NF_VPPIP4' and
7815 #           'IPSEC' and
7816 #           'TNL_4' and
7817 #           'IMIX' and
7818 #           '8T4C' and
7819 #           'NDRPDR'"
7820 #  parameters:
7821 #  - "throughput"
7822 #  - "name"
7823 #  - "tags"
7824 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7825 #  x-axis: "X = CNFs per Service Chain"
7826 #  y-axis: "Y = Number of Service Chains"
7827 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7828 #  layout:
7829 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7830 #    layout: "plot-service-density"
7831
7832 ###############################################################################
7833
7834 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7835 - type: "plot"
7836   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7837   algorithm: "plot_nf_heatmap"
7838   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
7839   data: "plot-vpp-nfv-3n-hsw-mrr"
7840   filter: "'NIC_Intel-XL710' and
7841            'NF_DENSITY' and
7842            'DOCKER' and
7843            'CHAIN' and
7844            'NF_VPPIP4' and
7845            'IMIX' and
7846            'TNL_4' and
7847            '1T1C' and
7848            'MRR'"
7849   parameters:
7850   - "result"
7851   - "name"
7852   - "tags"
7853   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7854   x-axis: "X = CNFs per Service Chain"
7855   y-axis: "Y = Number of Service Chains"
7856   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7857   layout:
7858     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7859     layout: "plot-service-density"
7860
7861 - type: "plot"
7862   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7863   algorithm: "plot_nf_heatmap"
7864   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
7865   data: "plot-vpp-nfv-3n-hsw-mrr"
7866   filter: "'NIC_Intel-XL710' and
7867            'NF_DENSITY' and
7868            'DOCKER' and
7869            'CHAIN' and
7870            'NF_VPPIP4' and
7871            'IPSEC' and
7872            'TNL_4' and
7873            'IMIX' and
7874            '2T2C' and
7875            'MRR'"
7876   parameters:
7877   - "result"
7878   - "name"
7879   - "tags"
7880   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7881   x-axis: "X = CNFs per Service Chain"
7882   y-axis: "Y = Number of Service Chains"
7883   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7884   layout:
7885     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7886     layout: "plot-service-density"
7887
7888 - type: "plot"
7889   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7890   algorithm: "plot_nf_heatmap"
7891   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
7892   data: "plot-vpp-nfv-3n-hsw-mrr"
7893   filter: "'NIC_Intel-XL710' and
7894            'NF_DENSITY' and
7895            'DOCKER' and
7896            'CHAIN' and
7897            'NF_VPPIP4' and
7898            'IPSEC' and
7899            'TNL_4' and
7900            'IMIX' and
7901            '4T4C' and
7902            'MRR'"
7903   parameters:
7904   - "result"
7905   - "name"
7906   - "tags"
7907   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7908   x-axis: "X = CNFs per Service Chain"
7909   y-axis: "Y = Number of Service Chains"
7910   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7911   layout:
7912     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7913     layout: "plot-service-density"
7914
7915 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7916 - type: "plot"
7917   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7918   algorithm: "plot_nf_heatmap"
7919   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
7920   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7921   filter: "'NIC_Intel-XL710' and
7922            'NF_DENSITY' and
7923            'DOCKER' and
7924            'CHAIN' and
7925            'NF_VPPIP4' and
7926            'IPSEC' and
7927            'TNL_4' and
7928            'IMIX' and
7929            '1T1C' and
7930            'NDRPDR'"
7931   parameters:
7932   - "throughput"
7933   - "name"
7934   - "tags"
7935   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7936   x-axis: "X = CNFs per Service Chain"
7937   y-axis: "Y = Number of Service Chains"
7938   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7939   layout:
7940     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7941     layout: "plot-service-density"
7942
7943 - type: "plot"
7944   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7945   algorithm: "plot_nf_heatmap"
7946   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
7947   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7948   filter: "'NIC_Intel-XL710' and
7949            'NF_DENSITY' and
7950            'DOCKER' and
7951            'CHAIN' and
7952            'NF_VPPIP4' and
7953            'IPSEC' and
7954            'TNL_4' and
7955            'IMIX' and
7956            '2T2C' and
7957            'NDRPDR'"
7958   parameters:
7959   - "throughput"
7960   - "name"
7961   - "tags"
7962   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7963   x-axis: "X = CNFs per Service Chain"
7964   y-axis: "Y = Number of Service Chains"
7965   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7966   layout:
7967     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7968     layout: "plot-service-density"
7969
7970 - type: "plot"
7971   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7972   algorithm: "plot_nf_heatmap"
7973   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
7974   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7975   filter: "'NIC_Intel-XL710' and
7976            'NF_DENSITY' and
7977            'DOCKER' and
7978            'CHAIN' and
7979            'NF_VPPIP4' and
7980            'IPSEC' and
7981            'TNL_4' and
7982            'IMIX' and
7983            '4T4C' and
7984            'NDRPDR'"
7985   parameters:
7986   - "throughput"
7987   - "name"
7988   - "tags"
7989   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7990   x-axis: "X = CNFs per Service Chain"
7991   y-axis: "Y = Number of Service Chains"
7992   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7993   layout:
7994     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7995     layout: "plot-service-density"
7996
7997 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7998 - type: "plot"
7999   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8000   algorithm: "plot_nf_heatmap"
8001   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8002   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8003   filter: "'NIC_Intel-XL710' and
8004            'NF_DENSITY' and
8005            'DOCKER' and
8006            'CHAIN' and
8007            'NF_VPPIP4' and
8008            'IPSEC' and
8009            'TNL_4' and
8010            'IMIX' and
8011            '1T1C' and
8012            'NDRPDR'"
8013   parameters:
8014   - "throughput"
8015   - "name"
8016   - "tags"
8017   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8018   x-axis: "X = CNFs per Service Chain"
8019   y-axis: "Y = Number of Service Chains"
8020   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8021   layout:
8022     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8023     layout: "plot-service-density"
8024
8025 - type: "plot"
8026   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8027   algorithm: "plot_nf_heatmap"
8028   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8029   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8030   filter: "'NIC_Intel-XL710' and
8031            'NF_DENSITY' and
8032            'DOCKER' and
8033            'CHAIN' and
8034            'NF_VPPIP4' and
8035            'IPSEC' and
8036            'TNL_4' and
8037            'IMIX' and
8038            '2T2C' and
8039            'NDRPDR'"
8040   parameters:
8041   - "throughput"
8042   - "name"
8043   - "tags"
8044   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8045   x-axis: "X = CNFs per Service Chain"
8046   y-axis: "Y = Number of Service Chains"
8047   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8048   layout:
8049     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8050     layout: "plot-service-density"
8051
8052 - type: "plot"
8053   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8054   algorithm: "plot_nf_heatmap"
8055   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8056   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8057   filter: "'NIC_Intel-XL710' and
8058            'NF_DENSITY' and
8059            'DOCKER' and
8060            'CHAIN' and
8061            'NF_VPPIP4' and
8062            'IPSEC' and
8063            'TNL_4' and
8064            'IMIX' and
8065            '4T4C' and
8066            'NDRPDR'"
8067   parameters:
8068   - "throughput"
8069   - "name"
8070   - "tags"
8071   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8072   x-axis: "X = CNFs per Service Chain"
8073   y-axis: "Y = Number of Service Chains"
8074   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8075   layout:
8076     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8077     layout: "plot-service-density"
8078
8079 ###############################################################################
8080
8081 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8082 #- type: "plot"
8083 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8084 #  algorithm: "plot_nf_heatmap"
8085 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8086 #  data: "plot-vpp-nfv-3n-skx-mrr"
8087 #  filter: "'NIC_Intel-XXV710' and
8088 #           'NF_DENSITY' and
8089 #           'DOCKER' and
8090 #           'CHAIN' and
8091 #           'NF_VPPIP4' and
8092 #           'IPSEC' and
8093 #           'TNL_1000' and
8094 #           'IMIX' and
8095 #           '2T1C' and
8096 #           'MRR'"
8097 #  parameters:
8098 #  - "result"
8099 #  - "name"
8100 #  - "tags"
8101 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8102 #  x-axis: "X = CNFs per Service Chain"
8103 #  y-axis: "Y = Number of Service Chains"
8104 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8105 #  layout:
8106 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8107 #    layout: "plot-service-density"
8108 #
8109 #- type: "plot"
8110 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8111 #  algorithm: "plot_nf_heatmap"
8112 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8113 #  data: "plot-vpp-nfv-3n-skx-mrr"
8114 #  filter: "'NIC_Intel-XXV710' and
8115 #           'NF_DENSITY' and
8116 #           'DOCKER' and
8117 #           'CHAIN' and
8118 #           'NF_VPPIP4' and
8119 #           'IPSEC' and
8120 #           'TNL_1000' and
8121 #           'IMIX' and
8122 #           '4T2C' and
8123 #           'MRR'"
8124 #  parameters:
8125 #  - "result"
8126 #  - "name"
8127 #  - "tags"
8128 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8129 #  x-axis: "X = CNFs per Service Chain"
8130 #  y-axis: "Y = Number of Service Chains"
8131 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8132 #  layout:
8133 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8134 #    layout: "plot-service-density"
8135 #
8136 #- type: "plot"
8137 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8138 #  algorithm: "plot_nf_heatmap"
8139 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8140 #  data: "plot-vpp-nfv-3n-skx-mrr"
8141 #  filter: "'NIC_Intel-XXV710' and
8142 #           'NF_DENSITY' and
8143 #           'DOCKER' and
8144 #           'CHAIN' and
8145 #           'NF_VPPIP4' and
8146 #           'IPSEC' and
8147 #           'TNL_1000' and
8148 #           'IMIX' and
8149 #           '8T4C' and
8150 #           'MRR'"
8151 #  parameters:
8152 #  - "result"
8153 #  - "name"
8154 #  - "tags"
8155 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8156 #  x-axis: "X = CNFs per Service Chain"
8157 #  y-axis: "Y = Number of Service Chains"
8158 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8159 #  layout:
8160 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8161 #    layout: "plot-service-density"
8162 #
8163 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8164 #- type: "plot"
8165 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8166 #  algorithm: "plot_nf_heatmap"
8167 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8168 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8169 #  filter: "'NIC_Intel-XXV710' and
8170 #           'NF_DENSITY' and
8171 #           'DOCKER' and
8172 #           'CHAIN' and
8173 #           'NF_VPPIP4' and
8174 #           'IPSEC' and
8175 #           'TNL_1000' and
8176 #           'IMIX' and
8177 #           '2T1C' and
8178 #           'NDRPDR'"
8179 #  parameters:
8180 #  - "throughput"
8181 #  - "name"
8182 #  - "tags"
8183 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8184 #  x-axis: "X = CNFs per Service Chain"
8185 #  y-axis: "Y = Number of Service Chains"
8186 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8187 #  layout:
8188 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8189 #    layout: "plot-service-density"
8190 #
8191 #- type: "plot"
8192 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8193 #  algorithm: "plot_nf_heatmap"
8194 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8195 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8196 #  filter: "'NIC_Intel-XXV710' and
8197 #           'NF_DENSITY' and
8198 #           'DOCKER' and
8199 #           'CHAIN' and
8200 #           'NF_VPPIP4' and
8201 #           'IPSEC' and
8202 #           'TNL_1000' and
8203 #           'IMIX' and
8204 #           '4T2C' and
8205 #           'NDRPDR'"
8206 #  parameters:
8207 #  - "throughput"
8208 #  - "name"
8209 #  - "tags"
8210 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8211 #  x-axis: "X = CNFs per Service Chain"
8212 #  y-axis: "Y = Number of Service Chains"
8213 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8214 #  layout:
8215 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8216 #    layout: "plot-service-density"
8217 #
8218 #- type: "plot"
8219 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8220 #  algorithm: "plot_nf_heatmap"
8221 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8222 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8223 #  filter: "'NIC_Intel-XXV710' and
8224 #           'NF_DENSITY' and
8225 #           'DOCKER' and
8226 #           'CHAIN' and
8227 #           'NF_VPPIP4' and
8228 #           'IPSEC' and
8229 #           'TNL_1000' and
8230 #           'IMIX' and
8231 #           '8T4C' and
8232 #           'NDRPDR'"
8233 #  parameters:
8234 #  - "throughput"
8235 #  - "name"
8236 #  - "tags"
8237 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8238 #  x-axis: "X = CNFs per Service Chain"
8239 #  y-axis: "Y = Number of Service Chains"
8240 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8241 #  layout:
8242 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8243 #    layout: "plot-service-density"
8244 #
8245 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8246 #- type: "plot"
8247 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8248 #  algorithm: "plot_nf_heatmap"
8249 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8250 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8251 #  filter: "'NIC_Intel-XXV710' and
8252 #           'NF_DENSITY' and
8253 #           'DOCKER' and
8254 #           'CHAIN' and
8255 #           'NF_VPPIP4' and
8256 #           'IPSEC' and
8257 #           'TNL_1000' and
8258 #           'IMIX' and
8259 #           '2T1C' and
8260 #           'NDRPDR'"
8261 #  parameters:
8262 #  - "throughput"
8263 #  - "name"
8264 #  - "tags"
8265 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8266 #  x-axis: "X = CNFs per Service Chain"
8267 #  y-axis: "Y = Number of Service Chains"
8268 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8269 #  layout:
8270 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8271 #    layout: "plot-service-density"
8272 #
8273 #- type: "plot"
8274 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8275 #  algorithm: "plot_nf_heatmap"
8276 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8277 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8278 #  filter: "'NIC_Intel-XXV710' and
8279 #           'NF_DENSITY' and
8280 #           'DOCKER' and
8281 #           'CHAIN' and
8282 #           'NF_VPPIP4' and
8283 #           'IPSEC' and
8284 #           'TNL_1000' and
8285 #           'IMIX' and
8286 #           '4T2C' and
8287 #           'NDRPDR'"
8288 #  parameters:
8289 #  - "throughput"
8290 #  - "name"
8291 #  - "tags"
8292 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8293 #  x-axis: "X = CNFs per Service Chain"
8294 #  y-axis: "Y = Number of Service Chains"
8295 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8296 #  layout:
8297 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8298 #    layout: "plot-service-density"
8299 #
8300 #- type: "plot"
8301 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8302 #  algorithm: "plot_nf_heatmap"
8303 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8304 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8305 #  filter: "'NIC_Intel-XXV710' and
8306 #           'NF_DENSITY' and
8307 #           'DOCKER' and
8308 #           'CHAIN' and
8309 #           'NF_VPPIP4' and
8310 #           'IPSEC' and
8311 #           'TNL_1000' and
8312 #           'IMIX' and
8313 #           '8T4C' and
8314 #           'NDRPDR'"
8315 #  parameters:
8316 #  - "throughput"
8317 #  - "name"
8318 #  - "tags"
8319 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8320 #  x-axis: "X = CNFs per Service Chain"
8321 #  y-axis: "Y = Number of Service Chains"
8322 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8323 #  layout:
8324 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8325 #    layout: "plot-service-density"
8326
8327 ###############################################################################
8328
8329 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8330 - type: "plot"
8331   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8332   algorithm: "plot_nf_heatmap"
8333   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8334   data: "plot-vpp-nfv-3n-hsw-mrr"
8335   filter: "'NIC_Intel-XL710' and
8336            'NF_DENSITY' and
8337            'DOCKER' and
8338            'CHAIN' and
8339            'NF_VPPIP4' and
8340            'IMIX' and
8341            'TNL_1000' and
8342            '1T1C' and
8343            'MRR'"
8344   parameters:
8345   - "result"
8346   - "name"
8347   - "tags"
8348   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8349   x-axis: "X = CNFs per Service Chain"
8350   y-axis: "Y = Number of Service Chains"
8351   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8352   layout:
8353     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8354     layout: "plot-service-density"
8355
8356 - type: "plot"
8357   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8358   algorithm: "plot_nf_heatmap"
8359   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8360   data: "plot-vpp-nfv-3n-hsw-mrr"
8361   filter: "'NIC_Intel-XL710' and
8362            'NF_DENSITY' and
8363            'DOCKER' and
8364            'CHAIN' and
8365            'NF_VPPIP4' and
8366            'IPSEC' and
8367            'TNL_1000' and
8368            'IMIX' and
8369            '2T2C' and
8370            'MRR'"
8371   parameters:
8372   - "result"
8373   - "name"
8374   - "tags"
8375   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8376   x-axis: "X = CNFs per Service Chain"
8377   y-axis: "Y = Number of Service Chains"
8378   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8379   layout:
8380     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8381     layout: "plot-service-density"
8382
8383 - type: "plot"
8384   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8385   algorithm: "plot_nf_heatmap"
8386   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8387   data: "plot-vpp-nfv-3n-hsw-mrr"
8388   filter: "'NIC_Intel-XL710' and
8389            'NF_DENSITY' and
8390            'DOCKER' and
8391            'CHAIN' and
8392            'NF_VPPIP4' and
8393            'IPSEC' and
8394            'TNL_1000' and
8395            'IMIX' and
8396            '4T4C' and
8397            'MRR'"
8398   parameters:
8399   - "result"
8400   - "name"
8401   - "tags"
8402   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8403   x-axis: "X = CNFs per Service Chain"
8404   y-axis: "Y = Number of Service Chains"
8405   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8406   layout:
8407     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8408     layout: "plot-service-density"
8409
8410 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8411 - type: "plot"
8412   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8413   algorithm: "plot_nf_heatmap"
8414   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8415   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8416   filter: "'NIC_Intel-XL710' and
8417            'NF_DENSITY' and
8418            'DOCKER' and
8419            'CHAIN' and
8420            'NF_VPPIP4' and
8421            'IPSEC' and
8422            'TNL_1000' and
8423            'IMIX' and
8424            '1T1C' and
8425            'NDRPDR'"
8426   parameters:
8427   - "throughput"
8428   - "name"
8429   - "tags"
8430   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8431   x-axis: "X = CNFs per Service Chain"
8432   y-axis: "Y = Number of Service Chains"
8433   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8434   layout:
8435     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8436     layout: "plot-service-density"
8437
8438 - type: "plot"
8439   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8440   algorithm: "plot_nf_heatmap"
8441   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8442   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8443   filter: "'NIC_Intel-XL710' and
8444            'NF_DENSITY' and
8445            'DOCKER' and
8446            'CHAIN' and
8447            'NF_VPPIP4' and
8448            'IPSEC' and
8449            'TNL_1000' and
8450            'IMIX' and
8451            '2T2C' and
8452            'NDRPDR'"
8453   parameters:
8454   - "throughput"
8455   - "name"
8456   - "tags"
8457   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8458   x-axis: "X = CNFs per Service Chain"
8459   y-axis: "Y = Number of Service Chains"
8460   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8461   layout:
8462     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8463     layout: "plot-service-density"
8464
8465 - type: "plot"
8466   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8467   algorithm: "plot_nf_heatmap"
8468   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8469   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8470   filter: "'NIC_Intel-XL710' and
8471            'NF_DENSITY' and
8472            'DOCKER' and
8473            'CHAIN' and
8474            'NF_VPPIP4' and
8475            'IPSEC' and
8476            'TNL_1000' and
8477            'IMIX' and
8478            '4T4C' and
8479            'NDRPDR'"
8480   parameters:
8481   - "throughput"
8482   - "name"
8483   - "tags"
8484   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8485   x-axis: "X = CNFs per Service Chain"
8486   y-axis: "Y = Number of Service Chains"
8487   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8488   layout:
8489     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8490     layout: "plot-service-density"
8491
8492 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8493 - type: "plot"
8494   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8495   algorithm: "plot_nf_heatmap"
8496   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8497   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8498   filter: "'NIC_Intel-XL710' and
8499            'NF_DENSITY' and
8500            'DOCKER' and
8501            'CHAIN' and
8502            'NF_VPPIP4' and
8503            'IPSEC' and
8504            'TNL_1000' and
8505            'IMIX' and
8506            '1T1C' and
8507            'NDRPDR'"
8508   parameters:
8509   - "throughput"
8510   - "name"
8511   - "tags"
8512   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8513   x-axis: "X = CNFs per Service Chain"
8514   y-axis: "Y = Number of Service Chains"
8515   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8516   layout:
8517     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8518     layout: "plot-service-density"
8519
8520 - type: "plot"
8521   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8522   algorithm: "plot_nf_heatmap"
8523   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8524   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8525   filter: "'NIC_Intel-XL710' and
8526            'NF_DENSITY' and
8527            'DOCKER' and
8528            'CHAIN' and
8529            'NF_VPPIP4' and
8530            'IPSEC' and
8531            'TNL_1000' and
8532            'IMIX' and
8533            '2T2C' and
8534            'NDRPDR'"
8535   parameters:
8536   - "throughput"
8537   - "name"
8538   - "tags"
8539   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8540   x-axis: "X = CNFs per Service Chain"
8541   y-axis: "Y = Number of Service Chains"
8542   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8543   layout:
8544     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8545     layout: "plot-service-density"
8546
8547 - type: "plot"
8548   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8549   algorithm: "plot_nf_heatmap"
8550   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8551   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8552   filter: "'NIC_Intel-XL710' and
8553            'NF_DENSITY' and
8554            'DOCKER' and
8555            'CHAIN' and
8556            'NF_VPPIP4' and
8557            'IPSEC' and
8558            'TNL_1000' and
8559            'IMIX' and
8560            '4T4C' and
8561            'NDRPDR'"
8562   parameters:
8563   - "throughput"
8564   - "name"
8565   - "tags"
8566   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8567   x-axis: "X = CNFs per Service Chain"
8568   y-axis: "Y = Number of Service Chains"
8569   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8570   layout:
8571     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8572     layout: "plot-service-density"
8573
8574 ###############################################################################
8575
8576 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8577 #- type: "plot"
8578 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8579 #  algorithm: "plot_nf_heatmap"
8580 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8581 #  data: "plot-vpp-nfv-3n-skx-mrr"
8582 #  filter: "'NIC_Intel-XXV710' and
8583 #           'NF_DENSITY' and
8584 #           'DOCKER' and
8585 #           'CHAIN' and
8586 #           'NF_VPPIP4' and
8587 #           'IPSEC' and
8588 #           'TNL_10000' and
8589 #           'IMIX' and
8590 #           '2T1C' and
8591 #           'MRR'"
8592 #  parameters:
8593 #  - "result"
8594 #  - "name"
8595 #  - "tags"
8596 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8597 #  x-axis: "X = CNFs per Service Chain"
8598 #  y-axis: "Y = Number of Service Chains"
8599 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8600 #  layout:
8601 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8602 #    layout: "plot-service-density"
8603 #
8604 #- type: "plot"
8605 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8606 #  algorithm: "plot_nf_heatmap"
8607 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8608 #  data: "plot-vpp-nfv-3n-skx-mrr"
8609 #  filter: "'NIC_Intel-XXV710' and
8610 #           'NF_DENSITY' and
8611 #           'DOCKER' and
8612 #           'CHAIN' and
8613 #           'NF_VPPIP4' and
8614 #           'IPSEC' and
8615 #           'TNL_10000' and
8616 #           'IMIX' and
8617 #           '4T2C' and
8618 #           'MRR'"
8619 #  parameters:
8620 #  - "result"
8621 #  - "name"
8622 #  - "tags"
8623 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8624 #  x-axis: "X = CNFs per Service Chain"
8625 #  y-axis: "Y = Number of Service Chains"
8626 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8627 #  layout:
8628 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8629 #    layout: "plot-service-density"
8630 #
8631 #- type: "plot"
8632 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8633 #  algorithm: "plot_nf_heatmap"
8634 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8635 #  data: "plot-vpp-nfv-3n-skx-mrr"
8636 #  filter: "'NIC_Intel-XXV710' and
8637 #           'NF_DENSITY' and
8638 #           'DOCKER' and
8639 #           'CHAIN' and
8640 #           'NF_VPPIP4' and
8641 #           'IPSEC' and
8642 #           'TNL_10000' and
8643 #           'IMIX' and
8644 #           '8T4C' and
8645 #           'MRR'"
8646 #  parameters:
8647 #  - "result"
8648 #  - "name"
8649 #  - "tags"
8650 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8651 #  x-axis: "X = CNFs per Service Chain"
8652 #  y-axis: "Y = Number of Service Chains"
8653 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8654 #  layout:
8655 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8656 #    layout: "plot-service-density"
8657 #
8658 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8659 #- type: "plot"
8660 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8661 #  algorithm: "plot_nf_heatmap"
8662 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8663 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8664 #  filter: "'NIC_Intel-XXV710' and
8665 #           'NF_DENSITY' and
8666 #           'DOCKER' and
8667 #           'CHAIN' and
8668 #           'NF_VPPIP4' and
8669 #           'IPSEC' and
8670 #           'TNL_10000' and
8671 #           'IMIX' and
8672 #           '2T1C' and
8673 #           'NDRPDR'"
8674 #  parameters:
8675 #  - "throughput"
8676 #  - "name"
8677 #  - "tags"
8678 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8679 #  x-axis: "X = CNFs per Service Chain"
8680 #  y-axis: "Y = Number of Service Chains"
8681 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8682 #  layout:
8683 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8684 #    layout: "plot-service-density"
8685 #
8686 #- type: "plot"
8687 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8688 #  algorithm: "plot_nf_heatmap"
8689 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8690 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8691 #  filter: "'NIC_Intel-XXV710' and
8692 #           'NF_DENSITY' and
8693 #           'DOCKER' and
8694 #           'CHAIN' and
8695 #           'NF_VPPIP4' and
8696 #           'IPSEC' and
8697 #           'TNL_10000' and
8698 #           'IMIX' and
8699 #           '4T2C' and
8700 #           'NDRPDR'"
8701 #  parameters:
8702 #  - "throughput"
8703 #  - "name"
8704 #  - "tags"
8705 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8706 #  x-axis: "X = CNFs per Service Chain"
8707 #  y-axis: "Y = Number of Service Chains"
8708 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8709 #  layout:
8710 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8711 #    layout: "plot-service-density"
8712 #
8713 #- type: "plot"
8714 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8715 #  algorithm: "plot_nf_heatmap"
8716 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8717 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8718 #  filter: "'NIC_Intel-XXV710' and
8719 #           'NF_DENSITY' and
8720 #           'DOCKER' and
8721 #           'CHAIN' and
8722 #           'NF_VPPIP4' and
8723 #           'IPSEC' and
8724 #           'TNL_10000' and
8725 #           'IMIX' and
8726 #           '8T4C' and
8727 #           'NDRPDR'"
8728 #  parameters:
8729 #  - "throughput"
8730 #  - "name"
8731 #  - "tags"
8732 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8733 #  x-axis: "X = CNFs per Service Chain"
8734 #  y-axis: "Y = Number of Service Chains"
8735 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8736 #  layout:
8737 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8738 #    layout: "plot-service-density"
8739 #
8740 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8741 #- type: "plot"
8742 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8743 #  algorithm: "plot_nf_heatmap"
8744 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8745 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8746 #  filter: "'NIC_Intel-XXV710' and
8747 #           'NF_DENSITY' and
8748 #           'DOCKER' and
8749 #           'CHAIN' and
8750 #           'NF_VPPIP4' and
8751 #           'IPSEC' and
8752 #           'TNL_10000' and
8753 #           'IMIX' and
8754 #           '2T1C' and
8755 #           'NDRPDR'"
8756 #  parameters:
8757 #  - "throughput"
8758 #  - "name"
8759 #  - "tags"
8760 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8761 #  x-axis: "X = CNFs per Service Chain"
8762 #  y-axis: "Y = Number of Service Chains"
8763 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8764 #  layout:
8765 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8766 #    layout: "plot-service-density"
8767 #
8768 #- type: "plot"
8769 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8770 #  algorithm: "plot_nf_heatmap"
8771 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8772 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8773 #  filter: "'NIC_Intel-XXV710' and
8774 #           'NF_DENSITY' and
8775 #           'DOCKER' and
8776 #           'CHAIN' and
8777 #           'NF_VPPIP4' and
8778 #           'IPSEC' and
8779 #           'TNL_10000' and
8780 #           'IMIX' and
8781 #           '4T2C' and
8782 #           'NDRPDR'"
8783 #  parameters:
8784 #  - "throughput"
8785 #  - "name"
8786 #  - "tags"
8787 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8788 #  x-axis: "X = CNFs per Service Chain"
8789 #  y-axis: "Y = Number of Service Chains"
8790 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8791 #  layout:
8792 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8793 #    layout: "plot-service-density"
8794 #
8795 #- type: "plot"
8796 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8797 #  algorithm: "plot_nf_heatmap"
8798 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
8799 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8800 #  filter: "'NIC_Intel-XXV710' and
8801 #           'NF_DENSITY' and
8802 #           'DOCKER' and
8803 #           'CHAIN' and
8804 #           'NF_VPPIP4' and
8805 #           'IPSEC' and
8806 #           'TNL_10000' and
8807 #           'IMIX' and
8808 #           '8T4C' and
8809 #           'NDRPDR'"
8810 #  parameters:
8811 #  - "throughput"
8812 #  - "name"
8813 #  - "tags"
8814 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8815 #  x-axis: "X = CNFs per Service Chain"
8816 #  y-axis: "Y = Number of Service Chains"
8817 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8818 #  layout:
8819 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8820 #    layout: "plot-service-density"
8821
8822 ###############################################################################
8823
8824 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8825 - type: "plot"
8826   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8827   algorithm: "plot_nf_heatmap"
8828   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
8829   data: "plot-vpp-nfv-3n-hsw-mrr"
8830   filter: "'NIC_Intel-XL710' and
8831            'NF_DENSITY' and
8832            'DOCKER' and
8833            'CHAIN' and
8834            'NF_VPPIP4' and
8835            'IMIX' and
8836            'TNL_10000' and
8837            '1T1C' and
8838            'MRR'"
8839   parameters:
8840   - "result"
8841   - "name"
8842   - "tags"
8843   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8844   x-axis: "X = CNFs per Service Chain"
8845   y-axis: "Y = Number of Service Chains"
8846   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8847   layout:
8848     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8849     layout: "plot-service-density"
8850
8851 - type: "plot"
8852   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8853   algorithm: "plot_nf_heatmap"
8854   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
8855   data: "plot-vpp-nfv-3n-hsw-mrr"
8856   filter: "'NIC_Intel-XL710' and
8857            'NF_DENSITY' and
8858            'DOCKER' and
8859            'CHAIN' and
8860            'NF_VPPIP4' and
8861            'IPSEC' and
8862            'TNL_10000' and
8863            'IMIX' and
8864            '2T2C' 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 Chain"
8872   y-axis: "Y = Number of Service Chains"
8873   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8874   layout:
8875     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8876     layout: "plot-service-density"
8877
8878 - type: "plot"
8879   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8880   algorithm: "plot_nf_heatmap"
8881   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
8882   data: "plot-vpp-nfv-3n-hsw-mrr"
8883   filter: "'NIC_Intel-XL710' and
8884            'NF_DENSITY' and
8885            'DOCKER' and
8886            'CHAIN' and
8887            'NF_VPPIP4' and
8888            'IPSEC' and
8889            'TNL_10000' and
8890            'IMIX' and
8891            '4T4C' and
8892            'MRR'"
8893   parameters:
8894   - "result"
8895   - "name"
8896   - "tags"
8897   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8898   x-axis: "X = CNFs per Service Chain"
8899   y-axis: "Y = Number of Service Chains"
8900   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8901   layout:
8902     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8903     layout: "plot-service-density"
8904
8905 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8906 - type: "plot"
8907   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8908   algorithm: "plot_nf_heatmap"
8909   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
8910   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8911   filter: "'NIC_Intel-XL710' and
8912            'NF_DENSITY' and
8913            'DOCKER' and
8914            'CHAIN' and
8915            'NF_VPPIP4' and
8916            'IPSEC' and
8917            'TNL_10000' and
8918            'IMIX' and
8919            '1T1C' and
8920            'NDRPDR'"
8921   parameters:
8922   - "throughput"
8923   - "name"
8924   - "tags"
8925   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8926   x-axis: "X = CNFs per Service Chain"
8927   y-axis: "Y = Number of Service Chains"
8928   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8929   layout:
8930     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8931     layout: "plot-service-density"
8932
8933 - type: "plot"
8934   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8935   algorithm: "plot_nf_heatmap"
8936   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
8937   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8938   filter: "'NIC_Intel-XL710' and
8939            'NF_DENSITY' and
8940            'DOCKER' and
8941            'CHAIN' and
8942            'NF_VPPIP4' and
8943            'IPSEC' and
8944            'TNL_10000' and
8945            'IMIX' and
8946            '2T2C' and
8947            'NDRPDR'"
8948   parameters:
8949   - "throughput"
8950   - "name"
8951   - "tags"
8952   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8953   x-axis: "X = CNFs per Service Chain"
8954   y-axis: "Y = Number of Service Chains"
8955   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8956   layout:
8957     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8958     layout: "plot-service-density"
8959
8960 - type: "plot"
8961   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8962   algorithm: "plot_nf_heatmap"
8963   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
8964   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8965   filter: "'NIC_Intel-XL710' and
8966            'NF_DENSITY' and
8967            'DOCKER' and
8968            'CHAIN' and
8969            'NF_VPPIP4' and
8970            'IPSEC' and
8971            'TNL_10000' and
8972            'IMIX' and
8973            '4T4C' and
8974            'NDRPDR'"
8975   parameters:
8976   - "throughput"
8977   - "name"
8978   - "tags"
8979   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8980   x-axis: "X = CNFs per Service Chain"
8981   y-axis: "Y = Number of Service Chains"
8982   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8983   layout:
8984     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8985     layout: "plot-service-density"
8986
8987 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8988 - type: "plot"
8989   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8990   algorithm: "plot_nf_heatmap"
8991   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
8992   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8993   filter: "'NIC_Intel-XL710' and
8994            'NF_DENSITY' and
8995            'DOCKER' and
8996            'CHAIN' and
8997            'NF_VPPIP4' and
8998            'IPSEC' and
8999            'TNL_10000' and
9000            'IMIX' and
9001            '1T1C' and
9002            'NDRPDR'"
9003   parameters:
9004   - "throughput"
9005   - "name"
9006   - "tags"
9007   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9008   x-axis: "X = CNFs per Service Chain"
9009   y-axis: "Y = Number of Service Chains"
9010   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9011   layout:
9012     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9013     layout: "plot-service-density"
9014
9015 - type: "plot"
9016   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9017   algorithm: "plot_nf_heatmap"
9018   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9019   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9020   filter: "'NIC_Intel-XL710' and
9021            'NF_DENSITY' and
9022            'DOCKER' and
9023            'CHAIN' and
9024            'NF_VPPIP4' and
9025            'IPSEC' and
9026            'TNL_10000' and
9027            'IMIX' and
9028            '2T2C' and
9029            'NDRPDR'"
9030   parameters:
9031   - "throughput"
9032   - "name"
9033   - "tags"
9034   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9035   x-axis: "X = CNFs per Service Chain"
9036   y-axis: "Y = Number of Service Chains"
9037   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9038   layout:
9039     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9040     layout: "plot-service-density"
9041
9042 - type: "plot"
9043   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9044   algorithm: "plot_nf_heatmap"
9045   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9046   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9047   filter: "'NIC_Intel-XL710' and
9048            'NF_DENSITY' and
9049            'DOCKER' and
9050            'CHAIN' and
9051            'NF_VPPIP4' and
9052            'IPSEC' and
9053            'TNL_10000' and
9054            'IMIX' and
9055            '4T4C' and
9056            'NDRPDR'"
9057   parameters:
9058   - "throughput"
9059   - "name"
9060   - "tags"
9061   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9062   x-axis: "X = CNFs per Service Chain"
9063   y-axis: "Y = Number of Service Chains"
9064   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9065   layout:
9066     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9067     layout: "plot-service-density"
9068
9069 ###############################################################################
9070
9071 # Plots - NF Density - CSP - MRR 64b
9072
9073 #- type: "plot"
9074 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9075 #  algorithm: "plot_nf_heatmap"
9076 #  output-file-type: ".html"
9077 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9078 #  data: "plot-vpp-nfv-2n-skx-mrr"
9079 #  filter: "'NIC_Intel-XXV710' and
9080 #           'NF_DENSITY' and
9081 #           'DOCKER' and
9082 #           'PIPELINE' and
9083 #           'NF_VPPIP4' and
9084 #           '64B' and
9085 #           '2T1C' and
9086 #           'MRR'"
9087 #  parameters:
9088 #  - "result"
9089 #  - "name"
9090 #  - "tags"
9091 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9092 #  x-axis: "X = CNFs per Service Pipeline"
9093 #  y-axis: "Y = Number of Service Pipelines"
9094 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9095 #  layout:
9096 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9097 #    layout: "plot-service-density"
9098 #
9099 #- type: "plot"
9100 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9101 #  algorithm: "plot_nf_heatmap"
9102 #  output-file-type: ".html"
9103 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9104 #  data: "plot-vpp-nfv-2n-skx-mrr"
9105 #  filter: "'NIC_Intel-XXV710' and
9106 #           'NF_DENSITY' and
9107 #           'DOCKER' and
9108 #           'PIPELINE' and
9109 #           'NF_VPPIP4' and
9110 #           '64B' and
9111 #           '4T2C' and
9112 #           'MRR'"
9113 #  parameters:
9114 #  - "result"
9115 #  - "name"
9116 #  - "tags"
9117 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9118 #  x-axis: "X = CNFs per Service Pipeline"
9119 #  y-axis: "Y = Number of Service Pipelines"
9120 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9121 #  layout:
9122 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9123 #    layout: "plot-service-density"
9124 #
9125 #- type: "plot"
9126 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9127 #  algorithm: "plot_nf_heatmap"
9128 #  output-file-type: ".html"
9129 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9130 #  data: "plot-vpp-nfv-2n-skx-mrr"
9131 #  filter: "'NIC_Intel-XXV710' and
9132 #           'NF_DENSITY' and
9133 #           'DOCKER' and
9134 #           'PIPELINE' and
9135 #           'NF_VPPIP4' and
9136 #           '64B' and
9137 #           '8T4C' and
9138 #           'MRR'"
9139 #  parameters:
9140 #  - "result"
9141 #  - "name"
9142 #  - "tags"
9143 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9144 #  x-axis: "X = CNFs per Service Pipeline"
9145 #  y-axis: "Y = Number of Service Pipelines"
9146 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9147 #  layout:
9148 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9149 #    layout: "plot-service-density"
9150 #
9151 ## Plots - NF Density - CSP - MRR IMIX
9152 #- type: "plot"
9153 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9154 #  algorithm: "plot_nf_heatmap"
9155 #  output-file-type: ".html"
9156 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9157 #  data: "plot-vpp-nfv-2n-skx-mrr"
9158 #  filter: "'NIC_Intel-XXV710' and
9159 #           'NF_DENSITY' and
9160 #           'DOCKER' and
9161 #           'PIPELINE' and
9162 #           'NF_VPPIP4' and
9163 #           'IMIX' and
9164 #           '2T1C' and
9165 #           'MRR'"
9166 #  parameters:
9167 #  - "result"
9168 #  - "name"
9169 #  - "tags"
9170 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9171 #  x-axis: "X = CNFs per Service Pipeline"
9172 #  y-axis: "Y = Number of Service Pipelines"
9173 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9174 #  layout:
9175 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9176 #    layout: "plot-service-density"
9177 #
9178 #- type: "plot"
9179 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9180 #  algorithm: "plot_nf_heatmap"
9181 #  output-file-type: ".html"
9182 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9183 #  data: "plot-vpp-nfv-2n-skx-mrr"
9184 #  filter: "'NIC_Intel-XXV710' and
9185 #           'NF_DENSITY' and
9186 #           'DOCKER' and
9187 #           'PIPELINE' and
9188 #           'NF_VPPIP4' and
9189 #           'IMIX' and
9190 #           '4T2C' and
9191 #           'MRR'"
9192 #  parameters:
9193 #  - "result"
9194 #  - "name"
9195 #  - "tags"
9196 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9197 #  x-axis: "X = CNFs per Service Pipeline"
9198 #  y-axis: "Y = Number of Service Pipelines"
9199 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9200 #  layout:
9201 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9202 #    layout: "plot-service-density"
9203 #
9204 #- type: "plot"
9205 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9206 #  algorithm: "plot_nf_heatmap"
9207 #  output-file-type: ".html"
9208 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9209 #  data: "plot-vpp-nfv-2n-skx-mrr"
9210 #  filter: "'NIC_Intel-XXV710' and
9211 #           'NF_DENSITY' and
9212 #           'DOCKER' and
9213 #           'PIPELINE' and
9214 #           'NF_VPPIP4' and
9215 #           'IMIX' and
9216 #           '8T4C' and
9217 #           'MRR'"
9218 #  parameters:
9219 #  - "result"
9220 #  - "name"
9221 #  - "tags"
9222 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9223 #  x-axis: "X = CNFs per Service Pipeline"
9224 #  y-axis: "Y = Number of Service Pipelines"
9225 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9226 #  layout:
9227 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9228 #    layout: "plot-service-density"
9229 #
9230 ## Plots - NF Density - CSP - NDR 64b
9231 #- type: "plot"
9232 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9233 #  algorithm: "plot_nf_heatmap"
9234 #  output-file-type: ".html"
9235 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9236 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9237 #  filter: "'NIC_Intel-XXV710' and
9238 #           'NF_DENSITY' and
9239 #           'DOCKER' and
9240 #           'PIPELINE' and
9241 #           'NF_VPPIP4' and
9242 #           '64B' and
9243 #           '2T1C' and
9244 #           'NDRPDR'"
9245 #  parameters:
9246 #  - "throughput"
9247 #  - "name"
9248 #  - "tags"
9249 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9250 #  x-axis: "X = CNFs per Service Pipeline"
9251 #  y-axis: "Y = Number of Service Pipelines"
9252 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9253 #  layout:
9254 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9255 #    layout: "plot-service-density"
9256 #
9257 #- type: "plot"
9258 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9259 #  algorithm: "plot_nf_heatmap"
9260 #  output-file-type: ".html"
9261 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9262 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9263 #  filter: "'NIC_Intel-XXV710' and
9264 #           'NF_DENSITY' and
9265 #           'DOCKER' and
9266 #           'PIPELINE' and
9267 #           'NF_VPPIP4' and
9268 #           '64B' and
9269 #           '4T2C' and
9270 #           'NDRPDR'"
9271 #  parameters:
9272 #  - "throughput"
9273 #  - "name"
9274 #  - "tags"
9275 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9276 #  x-axis: "X = CNFs per Service Pipeline"
9277 #  y-axis: "Y = Number of Service Pipelines"
9278 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9279 #  layout:
9280 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9281 #    layout: "plot-service-density"
9282 #
9283 #- type: "plot"
9284 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9285 #  algorithm: "plot_nf_heatmap"
9286 #  output-file-type: ".html"
9287 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9288 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9289 #  filter: "'NIC_Intel-XXV710' and
9290 #           'NF_DENSITY' and
9291 #           'DOCKER' and
9292 #           'PIPELINE' and
9293 #           'NF_VPPIP4' and
9294 #           '64B' and
9295 #           '8T4C' and
9296 #           'NDRPDR'"
9297 #  parameters:
9298 #  - "throughput"
9299 #  - "name"
9300 #  - "tags"
9301 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9302 #  x-axis: "X = CNFs per Service Pipeline"
9303 #  y-axis: "Y = Number of Service Pipelines"
9304 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9305 #  layout:
9306 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9307 #    layout: "plot-service-density"
9308 #
9309 ## Plots - NF Density - CSP - NDR IMIX
9310 #- type: "plot"
9311 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9312 #  algorithm: "plot_nf_heatmap"
9313 #  output-file-type: ".html"
9314 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9315 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9316 #  filter: "'NIC_Intel-XXV710' and
9317 #           'NF_DENSITY' and
9318 #           'DOCKER' and
9319 #           'PIPELINE' and
9320 #           'NF_VPPIP4' and
9321 #           'IMIX' and
9322 #           '2T1C' and
9323 #           'NDRPDR'"
9324 #  parameters:
9325 #  - "throughput"
9326 #  - "name"
9327 #  - "tags"
9328 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9329 #  x-axis: "X = CNFs per Service Pipeline"
9330 #  y-axis: "Y = Number of Service Pipelines"
9331 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9332 #  layout:
9333 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9334 #    layout: "plot-service-density"
9335 #
9336 #- type: "plot"
9337 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9338 #  algorithm: "plot_nf_heatmap"
9339 #  output-file-type: ".html"
9340 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9341 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9342 #  filter: "'NIC_Intel-XXV710' and
9343 #           'NF_DENSITY' and
9344 #           'DOCKER' and
9345 #           'PIPELINE' and
9346 #           'NF_VPPIP4' and
9347 #           'IMIX' and
9348 #           '4T2C' and
9349 #           'NDRPDR'"
9350 #  parameters:
9351 #  - "throughput"
9352 #  - "name"
9353 #  - "tags"
9354 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9355 #  x-axis: "X = CNFs per Service Pipeline"
9356 #  y-axis: "Y = Number of Service Pipelines"
9357 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9358 #  layout:
9359 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9360 #    layout: "plot-service-density"
9361 #
9362 #- type: "plot"
9363 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9364 #  algorithm: "plot_nf_heatmap"
9365 #  output-file-type: ".html"
9366 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9367 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9368 #  filter: "'NIC_Intel-XXV710' and
9369 #           'NF_DENSITY' and
9370 #           'DOCKER' and
9371 #           'PIPELINE' and
9372 #           'NF_VPPIP4' and
9373 #           'IMIX' and
9374 #           '8T4C' and
9375 #           'NDRPDR'"
9376 #  parameters:
9377 #  - "throughput"
9378 #  - "name"
9379 #  - "tags"
9380 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9381 #  x-axis: "X = CNFs per Service Pipeline"
9382 #  y-axis: "Y = Number of Service Pipelines"
9383 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9384 #  layout:
9385 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9386 #    layout: "plot-service-density"
9387 #
9388 ## Plots - NF Density - CSP - PDR 64b
9389 #- type: "plot"
9390 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9391 #  algorithm: "plot_nf_heatmap"
9392 #  output-file-type: ".html"
9393 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9394 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9395 #  filter: "'NIC_Intel-XXV710' and
9396 #           'NF_DENSITY' and
9397 #           'DOCKER' and
9398 #           'PIPELINE' and
9399 #           'NF_VPPIP4' and
9400 #           '64B' and
9401 #           '2T1C' and
9402 #           'NDRPDR'"
9403 #  parameters:
9404 #  - "throughput"
9405 #  - "name"
9406 #  - "tags"
9407 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9408 #  x-axis: "X = CNFs per Service Pipeline"
9409 #  y-axis: "Y = Number of Service Pipelines"
9410 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9411 #  layout:
9412 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9413 #    layout: "plot-service-density"
9414 #
9415 #- type: "plot"
9416 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9417 #  algorithm: "plot_nf_heatmap"
9418 #  output-file-type: ".html"
9419 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9420 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9421 #  filter: "'NIC_Intel-XXV710' and
9422 #           'NF_DENSITY' and
9423 #           'DOCKER' and
9424 #           'PIPELINE' and
9425 #           'NF_VPPIP4' and
9426 #           '64B' 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 = CNFs per Service Pipeline"
9435 #  y-axis: "Y = Number of Service Pipelines"
9436 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9437 #  layout:
9438 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9439 #    layout: "plot-service-density"
9440 #
9441 #- type: "plot"
9442 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9443 #  algorithm: "plot_nf_heatmap"
9444 #  output-file-type: ".html"
9445 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9446 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9447 #  filter: "'NIC_Intel-XXV710' and
9448 #           'NF_DENSITY' and
9449 #           'DOCKER' and
9450 #           'PIPELINE' and
9451 #           'NF_VPPIP4' and
9452 #           '64B' and
9453 #           '8T4C' and
9454 #           'NDRPDR'"
9455 #  parameters:
9456 #  - "throughput"
9457 #  - "name"
9458 #  - "tags"
9459 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9460 #  x-axis: "X = CNFs per Service Pipeline"
9461 #  y-axis: "Y = Number of Service Pipelines"
9462 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9463 #  layout:
9464 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9465 #    layout: "plot-service-density"
9466 #
9467 ## Plots - NF Density - CSP - PDR IMIX
9468 #- type: "plot"
9469 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9470 #  algorithm: "plot_nf_heatmap"
9471 #  output-file-type: ".html"
9472 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9473 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9474 #  filter: "'NIC_Intel-XXV710' and
9475 #           'NF_DENSITY' and
9476 #           'DOCKER' and
9477 #           'PIPELINE' and
9478 #           'NF_VPPIP4' and
9479 #           'IMIX' and
9480 #           '2T1C' and
9481 #           'NDRPDR'"
9482 #  parameters:
9483 #  - "throughput"
9484 #  - "name"
9485 #  - "tags"
9486 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9487 #  x-axis: "X = CNFs per Service Pipeline"
9488 #  y-axis: "Y = Number of Service Pipelines"
9489 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9490 #  layout:
9491 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9492 #    layout: "plot-service-density"
9493 #
9494 #- type: "plot"
9495 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9496 #  algorithm: "plot_nf_heatmap"
9497 #  output-file-type: ".html"
9498 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9499 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9500 #  filter: "'NIC_Intel-XXV710' and
9501 #           'NF_DENSITY' and
9502 #           'DOCKER' and
9503 #           'PIPELINE' and
9504 #           'NF_VPPIP4' and
9505 #           'IMIX' and
9506 #           '4T2C' and
9507 #           'NDRPDR'"
9508 #  parameters:
9509 #  - "throughput"
9510 #  - "name"
9511 #  - "tags"
9512 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9513 #  x-axis: "X = CNFs per Service Pipeline"
9514 #  y-axis: "Y = Number of Service Pipelines"
9515 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9516 #  layout:
9517 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9518 #    layout: "plot-service-density"
9519 #
9520 #- type: "plot"
9521 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9522 #  algorithm: "plot_nf_heatmap"
9523 #  output-file-type: ".html"
9524 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9525 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9526 #  filter: "'NIC_Intel-XXV710' and
9527 #           'NF_DENSITY' and
9528 #           'DOCKER' and
9529 #           'PIPELINE' and
9530 #           'NF_VPPIP4' and
9531 #           'IMIX' and
9532 #           '8T4C' and
9533 #           'NDRPDR'"
9534 #  parameters:
9535 #  - "throughput"
9536 #  - "name"
9537 #  - "tags"
9538 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9539 #  x-axis: "X = CNFs per Service Pipeline"
9540 #  y-axis: "Y = Number of Service Pipelines"
9541 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9542 #  layout:
9543 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9544 #    layout: "plot-service-density"
9545
9546 ###############################################################################
9547 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9548
9549 #- type: "plot"
9550 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9551 #  algorithm: "plot_nf_heatmap"
9552 #  output-file-type: ".html"
9553 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9554 #  data: "plot-vpp-nfv-2n-clx-mrr"
9555 #  filter: "'NIC_Intel-XXV710' and
9556 #           'NF_DENSITY' and
9557 #           'VHOST' and
9558 #           not 'VXLAN' and
9559 #           'CHAIN' and
9560 #           'NF_VPPIP4' and
9561 #           'IMIX' and
9562 #           '2T1C' and
9563 #           'MRR'"
9564 #  parameters:
9565 #  - "result"
9566 #  - "name"
9567 #  - "tags"
9568 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9569 #  x-axis: "X = VNFs per Service Chain"
9570 #  y-axis: "Y = Number of Service Chains"
9571 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9572 #  layout:
9573 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9574 #    layout: "plot-service-density"
9575 #
9576 #- type: "plot"
9577 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9578 #  algorithm: "plot_nf_heatmap"
9579 #  output-file-type: ".html"
9580 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9581 #  data: "plot-vpp-nfv-2n-clx-mrr"
9582 #  filter: "'NIC_Intel-XXV710' and
9583 #           'NF_DENSITY' and
9584 #           'VHOST' and
9585 #           not 'VXLAN' and
9586 #           'CHAIN' and
9587 #           'NF_VPPIP4' and
9588 #           'IMIX' and
9589 #           '4T2C' and
9590 #           'MRR'"
9591 #  parameters:
9592 #  - "result"
9593 #  - "name"
9594 #  - "tags"
9595 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9596 #  x-axis: "X = VNFs per Service Chain"
9597 #  y-axis: "Y = Number of Service Chains"
9598 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9599 #  layout:
9600 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9601 #    layout: "plot-service-density"
9602 #
9603 #- type: "plot"
9604 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9605 #  algorithm: "plot_nf_heatmap"
9606 #  output-file-type: ".html"
9607 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9608 #  data: "plot-vpp-nfv-2n-clx-mrr"
9609 #  filter: "'NIC_Intel-XXV710' and
9610 #           'NF_DENSITY' and
9611 #           'VHOST' and
9612 #           not 'VXLAN' and
9613 #           'CHAIN' and
9614 #           'NF_VPPIP4' and
9615 #           'IMIX' and
9616 #           '8T4C' and
9617 #           'MRR'"
9618 #  parameters:
9619 #  - "result"
9620 #  - "name"
9621 #  - "tags"
9622 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9623 #  x-axis: "X = VNFs per Service Chain"
9624 #  y-axis: "Y = Number of Service Chains"
9625 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9626 #  layout:
9627 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9628 #    layout: "plot-service-density"
9629 #
9630 ## Plots - NF Density - VSC - NDR IMIX
9631 #- type: "plot"
9632 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9633 #  algorithm: "plot_nf_heatmap"
9634 #  output-file-type: ".html"
9635 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9636 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9637 #  filter: "'NIC_Intel-XXV710' and
9638 #           'NF_DENSITY' and
9639 #           'VHOST' and
9640 #           not 'VXLAN' and
9641 #           'CHAIN' and
9642 #           'NF_VPPIP4' and
9643 #           'IMIX' and
9644 #           '2T1C' and
9645 #           'NDRPDR'"
9646 #  parameters:
9647 #  - "throughput"
9648 #  - "name"
9649 #  - "tags"
9650 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9651 #  x-axis: "X = VNFs per Service Chain"
9652 #  y-axis: "Y = Number of Service Chains"
9653 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9654 #  layout:
9655 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9656 #    layout: "plot-service-density"
9657 #
9658 #- type: "plot"
9659 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9660 #  algorithm: "plot_nf_heatmap"
9661 #  output-file-type: ".html"
9662 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9663 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9664 #  filter: "'NIC_Intel-XXV710' and
9665 #           'NF_DENSITY' and
9666 #           'VHOST' and
9667 #           not 'VXLAN' and
9668 #           'CHAIN' and
9669 #           'NF_VPPIP4' and
9670 #           'IMIX' and
9671 #           '4T2C' and
9672 #           'NDRPDR'"
9673 #  parameters:
9674 #  - "throughput"
9675 #  - "name"
9676 #  - "tags"
9677 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9678 #  x-axis: "X = VNFs per Service Chain"
9679 #  y-axis: "Y = Number of Service Chains"
9680 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9681 #  layout:
9682 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9683 #    layout: "plot-service-density"
9684 #
9685 #- type: "plot"
9686 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9687 #  algorithm: "plot_nf_heatmap"
9688 #  output-file-type: ".html"
9689 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9690 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9691 #  filter: "'NIC_Intel-XXV710' and
9692 #           'NF_DENSITY' and
9693 #           'VHOST' and
9694 #           not 'VXLAN' and
9695 #           'CHAIN' and
9696 #           'NF_VPPIP4' and
9697 #           'IMIX' and
9698 #           '8T4C' and
9699 #           'NDRPDR'"
9700 #  parameters:
9701 #  - "throughput"
9702 #  - "name"
9703 #  - "tags"
9704 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9705 #  x-axis: "X = VNFs per Service Chain"
9706 #  y-axis: "Y = Number of Service Chains"
9707 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9708 #  layout:
9709 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9710 #    layout: "plot-service-density"
9711 #
9712 ## Plots - NF Density - VSC - PDR IMIX
9713 #- type: "plot"
9714 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9715 #  algorithm: "plot_nf_heatmap"
9716 #  output-file-type: ".html"
9717 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9718 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9719 #  filter: "'NIC_Intel-XXV710' and
9720 #           'NF_DENSITY' and
9721 #           'VHOST' and
9722 #           not 'VXLAN' and
9723 #           'CHAIN' and
9724 #           'NF_VPPIP4' and
9725 #           'IMIX' and
9726 #           '2T1C' and
9727 #           'NDRPDR'"
9728 #  parameters:
9729 #  - "throughput"
9730 #  - "name"
9731 #  - "tags"
9732 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9733 #  x-axis: "X = VNFs per Service Chain"
9734 #  y-axis: "Y = Number of Service Chains"
9735 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9736 #  layout:
9737 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9738 #    layout: "plot-service-density"
9739 #
9740 #- type: "plot"
9741 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9742 #  algorithm: "plot_nf_heatmap"
9743 #  output-file-type: ".html"
9744 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9745 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9746 #  filter: "'NIC_Intel-XXV710' and
9747 #           'NF_DENSITY' and
9748 #           'VHOST' and
9749 #           not 'VXLAN' and
9750 #           'CHAIN' and
9751 #           'NF_VPPIP4' and
9752 #           'IMIX' and
9753 #           '4T2C' and
9754 #           'NDRPDR'"
9755 #  parameters:
9756 #  - "throughput"
9757 #  - "name"
9758 #  - "tags"
9759 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9760 #  x-axis: "X = VNFs per Service Chain"
9761 #  y-axis: "Y = Number of Service Chains"
9762 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9763 #  layout:
9764 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9765 #    layout: "plot-service-density"
9766 #
9767 #- type: "plot"
9768 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9769 #  algorithm: "plot_nf_heatmap"
9770 #  output-file-type: ".html"
9771 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9772 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9773 #  filter: "'NIC_Intel-XXV710' and
9774 #           'NF_DENSITY' and
9775 #           'VHOST' and
9776 #           not 'VXLAN' and
9777 #           'CHAIN' and
9778 #           'NF_VPPIP4' and
9779 #           'IMIX' and
9780 #           '8T4C' and
9781 #           'NDRPDR'"
9782 #  parameters:
9783 #  - "throughput"
9784 #  - "name"
9785 #  - "tags"
9786 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9787 #  x-axis: "X = VNFs per Service Chain"
9788 #  y-axis: "Y = Number of Service Chains"
9789 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9790 #  layout:
9791 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9792 #    layout: "plot-service-density"
9793 #
9794 ## Plots - NF Density - VSC - MRR IMIX
9795 #- type: "plot"
9796 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9797 #  algorithm: "plot_nf_heatmap"
9798 #  output-file-type: ".html"
9799 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9800 #  data: "plot-vpp-nfv-2n-clx-mrr"
9801 #  filter: "'NIC_Intel-XXV710' and
9802 #           'NF_DENSITY' and
9803 #           'VHOST' and
9804 #           'VXLAN' and
9805 #           'CHAIN' and
9806 #           'IMIX' and
9807 #           '2T1C' and
9808 #           'MRR'"
9809 #  parameters:
9810 #  - "result"
9811 #  - "name"
9812 #  - "tags"
9813 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9814 #  x-axis: "X = VNFs per Service Chain"
9815 #  y-axis: "Y = Number of Service Chains"
9816 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9817 #  layout:
9818 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9819 #    layout: "plot-service-density"
9820 #
9821 #- type: "plot"
9822 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9823 #  algorithm: "plot_nf_heatmap"
9824 #  output-file-type: ".html"
9825 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9826 #  data: "plot-vpp-nfv-2n-clx-mrr"
9827 #  filter: "'NIC_Intel-XXV710' and
9828 #           'NF_DENSITY' and
9829 #           'VHOST' and
9830 #           'VXLAN' and
9831 #           'CHAIN' and
9832 #           'IMIX' and
9833 #           '4T2C' and
9834 #           'MRR'"
9835 #  parameters:
9836 #  - "result"
9837 #  - "name"
9838 #  - "tags"
9839 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9840 #  x-axis: "X = VNFs per Service Chain"
9841 #  y-axis: "Y = Number of Service Chains"
9842 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9843 #  layout:
9844 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9845 #    layout: "plot-service-density"
9846 #
9847 #- type: "plot"
9848 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9849 #  algorithm: "plot_nf_heatmap"
9850 #  output-file-type: ".html"
9851 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
9852 #  data: "plot-vpp-nfv-2n-clx-mrr"
9853 #  filter: "'NIC_Intel-XXV710' and
9854 #           'NF_DENSITY' and
9855 #           'VHOST' and
9856 #           'VXLAN' and
9857 #           'CHAIN' and
9858 #           'IMIX' and
9859 #           '8T4C' and
9860 #           'MRR'"
9861 #  parameters:
9862 #  - "result"
9863 #  - "name"
9864 #  - "tags"
9865 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9866 #  x-axis: "X = VNFs per Service Chain"
9867 #  y-axis: "Y = Number of Service Chains"
9868 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9869 #  layout:
9870 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9871 #    layout: "plot-service-density"
9872 #
9873 ## Plots - NF Density - VSC - NDR IMIX
9874 #- type: "plot"
9875 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9876 #  algorithm: "plot_nf_heatmap"
9877 #  output-file-type: ".html"
9878 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
9879 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9880 #  filter: "'NIC_Intel-XXV710' and
9881 #           'NF_DENSITY' and
9882 #           'VHOST' and
9883 #           'VXLAN' and
9884 #           'CHAIN' a
9885 #           'IMIX' and
9886 #           '2T1C' and
9887 #           'NDRPDR'"
9888 #  parameters:
9889 #  - "throughput"
9890 #  - "name"
9891 #  - "tags"
9892 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9893 #  x-axis: "X = VNFs per Service Chain"
9894 #  y-axis: "Y = Number of Service Chains"
9895 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9896 #  layout:
9897 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9898 #    layout: "plot-service-density"
9899 #
9900 #- type: "plot"
9901 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9902 #  algorithm: "plot_nf_heatmap"
9903 #  output-file-type: ".html"
9904 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
9905 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9906 #  filter: "'NIC_Intel-XXV710' and
9907 #           'NF_DENSITY' and
9908 #           'VHOST' and
9909 #           'VXLAN' and
9910 #           'CHAIN' and
9911 #           'IMIX' and
9912 #           '4T2C' and
9913 #           'NDRPDR'"
9914 #  parameters:
9915 #  - "throughput"
9916 #  - "name"
9917 #  - "tags"
9918 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9919 #  x-axis: "X = VNFs per Service Chain"
9920 #  y-axis: "Y = Number of Service Chains"
9921 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9922 #  layout:
9923 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9924 #    layout: "plot-service-density"
9925 #
9926 #- type: "plot"
9927 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9928 #  algorithm: "plot_nf_heatmap"
9929 #  output-file-type: ".html"
9930 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
9931 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9932 #  filter: "'NIC_Intel-XXV710' and
9933 #           'NF_DENSITY' and
9934 #           'VHOST' and
9935 #           'VXLAN' and
9936 #           'CHAIN' and
9937 #           'IMIX' and
9938 #           '8T4C' and
9939 #           'NDRPDR'"
9940 #  parameters:
9941 #  - "throughput"
9942 #  - "name"
9943 #  - "tags"
9944 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9945 #  x-axis: "X = VNFs per Service Chain"
9946 #  y-axis: "Y = Number of Service Chains"
9947 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9948 #  layout:
9949 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9950 #    layout: "plot-service-density"
9951 #
9952 ## Plots - NF Density - VSC - PDR IMIX
9953 #- type: "plot"
9954 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9955 #  algorithm: "plot_nf_heatmap"
9956 #  output-file-type: ".html"
9957 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
9958 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9959 #  filter: "'NIC_Intel-XXV710' and
9960 #           'NF_DENSITY' and
9961 #           'VHOST' and
9962 #           'VXLAN' and
9963 #           'CHAIN' and
9964 #           'IMIX' and
9965 #           '2T1C' and
9966 #           'NDRPDR'"
9967 #  parameters:
9968 #  - "throughput"
9969 #  - "name"
9970 #  - "tags"
9971 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9972 #  x-axis: "X = VNFs per Service Chain"
9973 #  y-axis: "Y = Number of Service Chains"
9974 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9975 #  layout:
9976 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9977 #    layout: "plot-service-density"
9978 #
9979 #- type: "plot"
9980 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9981 #  algorithm: "plot_nf_heatmap"
9982 #  output-file-type: ".html"
9983 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
9984 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9985 #  filter: "'NIC_Intel-XXV710' and
9986 #           'NF_DENSITY' and
9987 #           'VHOST' and
9988 #           'VXLAN' and
9989 #           'CHAIN' and
9990 #           'IMIX' and
9991 #           '4T2C' and
9992 #           'NDRPDR'"
9993 #  parameters:
9994 #  - "throughput"
9995 #  - "name"
9996 #  - "tags"
9997 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9998 #  x-axis: "X = VNFs per Service Chain"
9999 #  y-axis: "Y = Number of Service Chains"
10000 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10001 #  layout:
10002 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10003 #    layout: "plot-service-density"
10004 #
10005 #- type: "plot"
10006 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10007 #  algorithm: "plot_nf_heatmap"
10008 #  output-file-type: ".html"
10009 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10010 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10011 #  filter: "'NIC_Intel-XXV710' and
10012 #           'NF_DENSITY' and
10013 #           'VHOST' and
10014 #           'VXLAN' and
10015 #           'CHAIN' and
10016 #           'IMIX' and
10017 #           '8T4C' and
10018 #           'NDRPDR'"
10019 #  parameters:
10020 #  - "throughput"
10021 #  - "name"
10022 #  - "tags"
10023 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10024 #  x-axis: "X = VNFs per Service Chain"
10025 #  y-axis: "Y = Number of Service Chains"
10026 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10027 #  layout:
10028 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10029 #    layout: "plot-service-density"
10030 #
10031 ## Plots - NF Density - CSC - MRR IMIX
10032 #- type: "plot"
10033 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10034 #  algorithm: "plot_nf_heatmap"
10035 #  output-file-type: ".html"
10036 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10037 #  data: "plot-vpp-nfv-2n-clx-mrr"
10038 #  filter: "'NIC_Intel-XXV710' and
10039 #           'NF_DENSITY' and
10040 #           'DOCKER' and
10041 #           'CHAIN' and
10042 #           'NF_VPPIP4' and
10043 #           'IMIX' and
10044 #           '2T1C' and
10045 #           'MRR'"
10046 #  parameters:
10047 #  - "result"
10048 #  - "name"
10049 #  - "tags"
10050 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10051 #  x-axis: "X = CNFs per Service Chain"
10052 #  y-axis: "Y = Number of Service Chains"
10053 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10054 #  layout:
10055 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10056 #    layout: "plot-service-density"
10057 #
10058 #- type: "plot"
10059 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10060 #  algorithm: "plot_nf_heatmap"
10061 #  output-file-type: ".html"
10062 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10063 #  data: "plot-vpp-nfv-2n-clx-mrr"
10064 #  filter: "'NIC_Intel-XXV710' and
10065 #           'NF_DENSITY' and
10066 #           'DOCKER' and
10067 #           'CHAIN' and
10068 #           'NF_VPPIP4' and
10069 #           'IMIX' and
10070 #           '4T2C' and
10071 #           'MRR'"
10072 #  parameters:
10073 #  - "result"
10074 #  - "name"
10075 #  - "tags"
10076 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10077 #  x-axis: "X = CNFs per Service Chain"
10078 #  y-axis: "Y = Number of Service Chains"
10079 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10080 #  layout:
10081 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10082 #    layout: "plot-service-density"
10083 #
10084 #- type: "plot"
10085 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10086 #  algorithm: "plot_nf_heatmap"
10087 #  output-file-type: ".html"
10088 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10089 #  data: "plot-vpp-nfv-2n-clx-mrr"
10090 #  filter: "'NIC_Intel-XXV710' and
10091 #           'NF_DENSITY' and
10092 #           'DOCKER' and
10093 #           'CHAIN' and
10094 #           'NF_VPPIP4' and
10095 #           'IMIX' and
10096 #           '8T4C' and
10097 #           'MRR'"
10098 #  parameters:
10099 #  - "result"
10100 #  - "name"
10101 #  - "tags"
10102 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10103 #  x-axis: "X = CNFs per Service Chain"
10104 #  y-axis: "Y = Number of Service Chains"
10105 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10106 #  layout:
10107 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10108 #    layout: "plot-service-density"
10109 #
10110 ## Plots - NF Density - CSC - NDR IMIX
10111 #- type: "plot"
10112 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10113 #  algorithm: "plot_nf_heatmap"
10114 #  output-file-type: ".html"
10115 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10116 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10117 #  filter: "'NIC_Intel-XXV710' and
10118 #           'NF_DENSITY' and
10119 #           'DOCKER' and
10120 #           'CHAIN' and
10121 #           'NF_VPPIP4' and
10122 #           'IMIX' and
10123 #           '2T1C' and
10124 #           'NDRPDR'"
10125 #  parameters:
10126 #  - "throughput"
10127 #  - "name"
10128 #  - "tags"
10129 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10130 #  x-axis: "X = CNFs per Service Chain"
10131 #  y-axis: "Y = Number of Service Chains"
10132 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10133 #  layout:
10134 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10135 #    layout: "plot-service-density"
10136 #
10137 #- type: "plot"
10138 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10139 #  algorithm: "plot_nf_heatmap"
10140 #  output-file-type: ".html"
10141 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10142 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10143 #  filter: "'NIC_Intel-XXV710' and
10144 #           'NF_DENSITY' and
10145 #           'DOCKER' and
10146 #           'CHAIN' and
10147 #           'NF_VPPIP4' and
10148 #           'IMIX' and
10149 #           '4T2C' and
10150 #           'NDRPDR'"
10151 #  parameters:
10152 #  - "throughput"
10153 #  - "name"
10154 #  - "tags"
10155 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10156 #  x-axis: "X = CNFs per Service Chain"
10157 #  y-axis: "Y = Number of Service Chains"
10158 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10159 #  layout:
10160 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10161 #    layout: "plot-service-density"
10162 #
10163 #- type: "plot"
10164 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10165 #  algorithm: "plot_nf_heatmap"
10166 #  output-file-type: ".html"
10167 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10168 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10169 #  filter: "'NIC_Intel-XXV710' and
10170 #           'NF_DENSITY' and
10171 #           'DOCKER' and
10172 #           'CHAIN' and
10173 #           'NF_VPPIP4' and
10174 #           'IMIX' and
10175 #           '8T4C' and
10176 #           'NDRPDR'"
10177 #  parameters:
10178 #  - "throughput"
10179 #  - "name"
10180 #  - "tags"
10181 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10182 #  x-axis: "X = CNFs per Service Chain"
10183 #  y-axis: "Y = Number of Service Chains"
10184 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10185 #  layout:
10186 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10187 #    layout: "plot-service-density"
10188 #
10189 ## Plots - NF Density - CSC - PDR IMIX
10190 #- type: "plot"
10191 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10192 #  algorithm: "plot_nf_heatmap"
10193 #  output-file-type: ".html"
10194 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10195 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10196 #  filter: "'NIC_Intel-XXV710' and
10197 #           'NF_DENSITY' and
10198 #           'DOCKER' and
10199 #           'CHAIN' and
10200 #           'NF_VPPIP4' and
10201 #           'IMIX' and
10202 #           '2T1C' and
10203 #           'NDRPDR'"
10204 #  parameters:
10205 #  - "throughput"
10206 #  - "name"
10207 #  - "tags"
10208 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10209 #  x-axis: "X = CNFs per Service Chain"
10210 #  y-axis: "Y = Number of Service Chains"
10211 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10212 #  layout:
10213 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10214 #    layout: "plot-service-density"
10215 #
10216 #- type: "plot"
10217 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10218 #  algorithm: "plot_nf_heatmap"
10219 #  output-file-type: ".html"
10220 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10221 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10222 #  filter: "'NIC_Intel-XXV710' and
10223 #           'NF_DENSITY' and
10224 #           'DOCKER' and
10225 #           'CHAIN' and
10226 #           'NF_VPPIP4' and
10227 #           'IMIX' and
10228 #           '4T2C' and
10229 #           'NDRPDR'"
10230 #  parameters:
10231 #  - "throughput"
10232 #  - "name"
10233 #  - "tags"
10234 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10235 #  x-axis: "X = CNFs per Service Chain"
10236 #  y-axis: "Y = Number of Service Chains"
10237 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10238 #  layout:
10239 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10240 #    layout: "plot-service-density"
10241 #
10242 #- type: "plot"
10243 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10244 #  algorithm: "plot_nf_heatmap"
10245 #  output-file-type: ".html"
10246 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10247 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10248 #  filter: "'NIC_Intel-XXV710' and
10249 #           'NF_DENSITY' and
10250 #           'DOCKER' and
10251 #           'CHAIN' and
10252 #           'NF_VPPIP4' and
10253 #           'IMIX' and
10254 #           '8T4C' and
10255 #           'NDRPDR'"
10256 #  parameters:
10257 #  - "throughput"
10258 #  - "name"
10259 #  - "tags"
10260 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10261 #  x-axis: "X = CNFs per Service Chain"
10262 #  y-axis: "Y = Number of Service Chains"
10263 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10264 #  layout:
10265 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10266 #    layout: "plot-service-density"
10267 #
10268 ## Plots - NF Density - CSP - MRR IMIX
10269 #- type: "plot"
10270 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10271 #  algorithm: "plot_nf_heatmap"
10272 #  output-file-type: ".html"
10273 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10274 #  data: "plot-vpp-nfv-2n-clx-mrr"
10275 #  filter: "'NIC_Intel-XXV710' and
10276 #           'NF_DENSITY' and
10277 #           'DOCKER' and
10278 #           'PIPELINE' and
10279 #           'NF_VPPIP4' and
10280 #           'IMIX' and
10281 #           '2T1C' and
10282 #           'MRR'"
10283 #  parameters:
10284 #  - "result"
10285 #  - "name"
10286 #  - "tags"
10287 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10288 #  x-axis: "X = CNFs per Service Pipeline"
10289 #  y-axis: "Y = Number of Service Pipelines"
10290 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10291 #  layout:
10292 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10293 #    layout: "plot-service-density"
10294 #
10295 #- type: "plot"
10296 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10297 #  algorithm: "plot_nf_heatmap"
10298 #  output-file-type: ".html"
10299 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10300 #  data: "plot-vpp-nfv-2n-clx-mrr"
10301 #  filter: "'NIC_Intel-XXV710' and
10302 #           'NF_DENSITY' and
10303 #           'DOCKER' and
10304 #           'PIPELINE' and
10305 #           'NF_VPPIP4' and
10306 #           'IMIX' and
10307 #           '4T2C' and
10308 #           'MRR'"
10309 #  parameters:
10310 #  - "result"
10311 #  - "name"
10312 #  - "tags"
10313 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10314 #  x-axis: "X = CNFs per Service Pipeline"
10315 #  y-axis: "Y = Number of Service Pipelines"
10316 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10317 #  layout:
10318 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10319 #    layout: "plot-service-density"
10320 #
10321 #- type: "plot"
10322 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10323 #  algorithm: "plot_nf_heatmap"
10324 #  output-file-type: ".html"
10325 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10326 #  data: "plot-vpp-nfv-2n-clx-mrr"
10327 #  filter: "'NIC_Intel-XXV710' and
10328 #           'NF_DENSITY' and
10329 #           'DOCKER' and
10330 #           'PIPELINE' and
10331 #           'NF_VPPIP4' and
10332 #           'IMIX' and
10333 #           '8T4C' and
10334 #           'MRR'"
10335 #  parameters:
10336 #  - "result"
10337 #  - "name"
10338 #  - "tags"
10339 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10340 #  x-axis: "X = CNFs per Service Pipeline"
10341 #  y-axis: "Y = Number of Service Pipelines"
10342 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10343 #  layout:
10344 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10345 #    layout: "plot-service-density"
10346 #
10347 ## Plots - NF Density - CSP - NDR IMIX
10348 #- type: "plot"
10349 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10350 #  algorithm: "plot_nf_heatmap"
10351 #  output-file-type: ".html"
10352 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10353 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10354 #  filter: "'NIC_Intel-XXV710' and
10355 #           'NF_DENSITY' and
10356 #           'DOCKER' and
10357 #           'PIPELINE' and
10358 #           'NF_VPPIP4' and
10359 #           'IMIX' and
10360 #           '2T1C' and
10361 #           'NDRPDR'"
10362 #  parameters:
10363 #  - "throughput"
10364 #  - "name"
10365 #  - "tags"
10366 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10367 #  x-axis: "X = CNFs per Service Pipeline"
10368 #  y-axis: "Y = Number of Service Pipelines"
10369 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10370 #  layout:
10371 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10372 #    layout: "plot-service-density"
10373 #
10374 #- type: "plot"
10375 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10376 #  algorithm: "plot_nf_heatmap"
10377 #  output-file-type: ".html"
10378 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10379 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10380 #  filter: "'NIC_Intel-XXV710' and
10381 #           'NF_DENSITY' and
10382 #           'DOCKER' and
10383 #           'PIPELINE' and
10384 #           'NF_VPPIP4' and
10385 #           'IMIX' and
10386 #           '4T2C' and
10387 #           'NDRPDR'"
10388 #  parameters:
10389 #  - "throughput"
10390 #  - "name"
10391 #  - "tags"
10392 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10393 #  x-axis: "X = CNFs per Service Pipeline"
10394 #  y-axis: "Y = Number of Service Pipelines"
10395 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10396 #  layout:
10397 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10398 #    layout: "plot-service-density"
10399 #
10400 #- type: "plot"
10401 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10402 #  algorithm: "plot_nf_heatmap"
10403 #  output-file-type: ".html"
10404 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10405 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10406 #  filter: "'NIC_Intel-XXV710' and
10407 #           'NF_DENSITY' and
10408 #           'DOCKER' and
10409 #           'PIPELINE' and
10410 #           'NF_VPPIP4' and
10411 #           'IMIX' and
10412 #           '8T4C' and
10413 #           'NDRPDR'"
10414 #  parameters:
10415 #  - "throughput"
10416 #  - "name"
10417 #  - "tags"
10418 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10419 #  x-axis: "X = CNFs per Service Pipeline"
10420 #  y-axis: "Y = Number of Service Pipelines"
10421 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10422 #  layout:
10423 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10424 #    layout: "plot-service-density"
10425 #
10426 ## Plots - NF Density - CSP - PDR IMIX
10427 #- type: "plot"
10428 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10429 #  algorithm: "plot_nf_heatmap"
10430 #  output-file-type: ".html"
10431 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10432 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10433 #  filter: "'NIC_Intel-XXV710' and
10434 #           'NF_DENSITY' and
10435 #           'DOCKER' and
10436 #           'PIPELINE' and
10437 #           'NF_VPPIP4' and
10438 #           'IMIX' and
10439 #           '2T1C' and
10440 #           'NDRPDR'"
10441 #  parameters:
10442 #  - "throughput"
10443 #  - "name"
10444 #  - "tags"
10445 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10446 #  x-axis: "X = CNFs per Service Pipeline"
10447 #  y-axis: "Y = Number of Service Pipelines"
10448 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10449 #  layout:
10450 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10451 #    layout: "plot-service-density"
10452 #
10453 #- type: "plot"
10454 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10455 #  algorithm: "plot_nf_heatmap"
10456 #  output-file-type: ".html"
10457 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10458 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10459 #  filter: "'NIC_Intel-XXV710' and
10460 #           'NF_DENSITY' and
10461 #           'DOCKER' and
10462 #           'PIPELINE' and
10463 #           'NF_VPPIP4' and
10464 #           'IMIX' and
10465 #           '4T2C' and
10466 #           'NDRPDR'"
10467 #  parameters:
10468 #  - "throughput"
10469 #  - "name"
10470 #  - "tags"
10471 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10472 #  x-axis: "X = CNFs per Service Pipeline"
10473 #  y-axis: "Y = Number of Service Pipelines"
10474 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10475 #  layout:
10476 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10477 #    layout: "plot-service-density"
10478 #
10479 #- type: "plot"
10480 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10481 #  algorithm: "plot_nf_heatmap"
10482 #  output-file-type: ".html"
10483 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10484 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10485 #  filter: "'NIC_Intel-XXV710' and
10486 #           'NF_DENSITY' and
10487 #           'DOCKER' and
10488 #           'PIPELINE' and
10489 #           'NF_VPPIP4' and
10490 #           'IMIX' and
10491 #           '8T4C' and
10492 #           'NDRPDR'"
10493 #  parameters:
10494 #  - "throughput"
10495 #  - "name"
10496 #  - "tags"
10497 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10498 #  x-axis: "X = CNFs per Service Pipeline"
10499 #  y-axis: "Y = Number of Service Pipelines"
10500 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10501 #  layout:
10502 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10503 #    layout: "plot-service-density"
10504
10505 ################################################################################
10506
10507 # Packet Throughput
10508
10509 #- type: "plot"
10510 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10511 #  algorithm: "plot_perf_box_name"
10512 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10513 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10514 #  include:
10515 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10516 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10517 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10518 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10519 #  layout:
10520 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10521 #    layout: "plot-throughput"
10522 #
10523 #- type: "plot"
10524 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10525 #  algorithm: "plot_perf_box_name"
10526 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10527 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10528 #  include:
10529 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10530 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10531 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10532 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10533 #  layout:
10534 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10535 #    layout: "plot-throughput"
10536 #
10537 #- type: "plot"
10538 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10539 #  algorithm: "plot_perf_box_name"
10540 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10541 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10542 #  include:
10543 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10544 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10545 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10546 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10547 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10548 #  layout:
10549 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10550 #    layout: "plot-throughput"
10551 #
10552 #- type: "plot"
10553 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10554 #  algorithm: "plot_perf_box_name"
10555 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10556 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10557 #  include:
10558 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10559 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10560 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10561 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10562 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10563 #  layout:
10564 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10565 #    layout: "plot-throughput"
10566
10567 - type: "plot"
10568   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10569   algorithm: "plot_perf_box_name"
10570   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10571   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10572   include:
10573     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10574     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10575     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10576     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10577     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10578   layout:
10579     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10580     layout: "plot-throughput"
10581
10582 - type: "plot"
10583   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10584   algorithm: "plot_perf_box_name"
10585   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10586   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10587   include:
10588     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10589     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10590     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10591     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10592     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10593   layout:
10594     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10595     layout: "plot-throughput"
10596
10597 #- type: "plot"
10598 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10599 #  algorithm: "plot_perf_box_name"
10600 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10601 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10602 #  include:
10603 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10604 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10605 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10606 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10607 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10608 #  layout:
10609 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10610 #    layout: "plot-throughput"
10611 #
10612 #- type: "plot"
10613 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10614 #  algorithm: "plot_perf_box_name"
10615 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10616 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10617 #  include:
10618 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10619 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10620 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10621 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10622 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10623 #  layout:
10624 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10625 #    layout: "plot-throughput"
10626 #
10627 #- type: "plot"
10628 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10629 #  algorithm: "plot_perf_box_name"
10630 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10631 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10632 #  include:
10633 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10634 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10635 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10636 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10637 #  layout:
10638 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10639 #    layout: "plot-throughput"
10640 #
10641 #- type: "plot"
10642 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10643 #  algorithm: "plot_perf_box_name"
10644 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10645 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10646 #  include:
10647 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10648 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10649 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10650 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10651 #  layout:
10652 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10653 #    layout: "plot-throughput"
10654 #
10655 #- type: "plot"
10656 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10657 #  algorithm: "plot_perf_box_name"
10658 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10659 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10660 #  include:
10661 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10662 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10663 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10664 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10665 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10666 #  layout:
10667 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10668 #    layout: "plot-throughput"
10669 #
10670 #- type: "plot"
10671 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10672 #  algorithm: "plot_perf_box_name"
10673 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10674 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10675 #  include:
10676 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10677 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10678 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10679 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10680 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10681 #  layout:
10682 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10683 #    layout: "plot-throughput"
10684 #
10685 #- type: "plot"
10686 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10687 #  algorithm: "plot_perf_box_name"
10688 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10689 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10690 #  include:
10691 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10692 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10693 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10694 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10695 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10696 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10697 #  layout:
10698 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10699 #    layout: "plot-throughput"
10700 #
10701 #- type: "plot"
10702 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10703 #  algorithm: "plot_perf_box_name"
10704 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10705 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10706 #  include:
10707 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10708 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10709 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10710 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10711 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10712 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10713 #  layout:
10714 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10715 #    layout: "plot-throughput"
10716
10717 - type: "plot"
10718   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10719   algorithm: "plot_perf_box_name"
10720   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10721   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10722   include:
10723     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10724     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10725     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10726   layout:
10727     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10728     layout: "plot-throughput"
10729
10730 - type: "plot"
10731   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10732   algorithm: "plot_perf_box_name"
10733   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10734   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10735   include:
10736     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10737     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10738     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10739   layout:
10740     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10741     layout: "plot-throughput"
10742
10743 #- type: "plot"
10744 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10745 #  algorithm: "plot_perf_box_name"
10746 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10747 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10748 #  include:
10749 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10750 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10751 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10752 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10753 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10754 #  layout:
10755 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10756 #    layout: "plot-throughput"
10757 #
10758 #- type: "plot"
10759 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10760 #  algorithm: "plot_perf_box_name"
10761 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10762 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10763 #  include:
10764 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10765 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10766 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10767 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10768 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10769 #  layout:
10770 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10771 #    layout: "plot-throughput"
10772 #
10773 #- type: "plot"
10774 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10775 #  algorithm: "plot_perf_box_name"
10776 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10777 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10778 #  include:
10779 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10780 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10781 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10782 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10783 #  layout:
10784 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10785 #    layout: "plot-throughput"
10786 #
10787 #- type: "plot"
10788 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10789 #  algorithm: "plot_perf_box_name"
10790 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10791 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10792 #  include:
10793 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10794 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10795 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10796 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10797 #  layout:
10798 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10799 #    layout: "plot-throughput"
10800 #
10801 #- type: "plot"
10802 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10803 #  algorithm: "plot_perf_box_name"
10804 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10805 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10806 #  include:
10807 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10808 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10809 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10810 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10811 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10812 #  layout:
10813 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10814 #    layout: "plot-throughput"
10815 #
10816 #- type: "plot"
10817 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10818 #  algorithm: "plot_perf_box_name"
10819 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10820 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10821 #  include:
10822 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10823 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10824 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10825 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10826 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10827 #  layout:
10828 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10829 #    layout: "plot-throughput"
10830 #
10831 #- type: "plot"
10832 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10833 #  algorithm: "plot_perf_box_name"
10834 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10835 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10836 #  include:
10837 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10838 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10839 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10840 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10841 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10842 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10843 #  layout:
10844 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10845 #    layout: "plot-throughput"
10846 #
10847 #- type: "plot"
10848 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10849 #  algorithm: "plot_perf_box_name"
10850 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10851 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10852 #  include:
10853 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10854 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10855 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10856 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10857 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10858 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10859 #  layout:
10860 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10861 #    layout: "plot-throughput"
10862
10863 - type: "plot"
10864   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10865   algorithm: "plot_perf_box_name"
10866   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10867   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10868   include:
10869     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10870     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10871     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10872     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10873     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10874   layout:
10875     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10876     layout: "plot-throughput"
10877
10878 - type: "plot"
10879   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10880   algorithm: "plot_perf_box_name"
10881   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10882   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10883   include:
10884     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10885     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10886     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10887     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10888     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10889   layout:
10890     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10891     layout: "plot-throughput"
10892
10893 - type: "plot"
10894   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10895   algorithm: "plot_perf_box_name"
10896   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10897   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10898   include:
10899     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10900     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10901     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10902     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10903     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10904     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10905   layout:
10906     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10907     layout: "plot-throughput"
10908
10909 - type: "plot"
10910   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10911   algorithm: "plot_perf_box_name"
10912   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10913   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10914   include:
10915     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10916     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10917     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10918     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10919     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10920     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10921   layout:
10922     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10923     layout: "plot-throughput"
10924
10925 - type: "plot"
10926   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10927   algorithm: "plot_perf_box_name"
10928   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10929   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10930   include:
10931     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10932     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10933     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10934     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10935     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10936   layout:
10937     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10938     layout: "plot-throughput"
10939
10940 - type: "plot"
10941   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10942   algorithm: "plot_perf_box_name"
10943   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10944   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10945   include:
10946     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10947     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10948     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10949     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10950     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10951   layout:
10952     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10953     layout: "plot-throughput"
10954
10955 - type: "plot"
10956   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10957   algorithm: "plot_perf_box_name"
10958   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10959   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10960   include:
10961     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10962     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10963     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10964     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10965     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10966     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10967   layout:
10968     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10969     layout: "plot-throughput"
10970
10971 - type: "plot"
10972   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10973   algorithm: "plot_perf_box_name"
10974   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10975   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10976   include:
10977     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10978     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10979     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10980     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10981     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10982     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10983   layout:
10984     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10985     layout: "plot-throughput"
10986
10987 - type: "plot"
10988   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10989   algorithm: "plot_perf_box_name"
10990   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10991   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10992   include:
10993     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10994     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10995     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10996     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10997     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10998   layout:
10999     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11000     layout: "plot-throughput"
11001
11002 - type: "plot"
11003   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11004   algorithm: "plot_perf_box_name"
11005   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11006   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11007   include:
11008     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11009     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11010     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11011     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11012     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11013   layout:
11014     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11015     layout: "plot-throughput"
11016
11017 - type: "plot"
11018   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11019   algorithm: "plot_perf_box_name"
11020   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11021   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11022   include:
11023     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11024     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11025     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11026     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11027     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11028     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11029   layout:
11030     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11031     layout: "plot-throughput"
11032
11033 - type: "plot"
11034   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11035   algorithm: "plot_perf_box_name"
11036   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11037   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11038   include:
11039     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11040     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11041     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11042     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11043     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11044     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11045   layout:
11046     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11047     layout: "plot-throughput"
11048
11049 - type: "plot"
11050   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11051   algorithm: "plot_perf_box_name"
11052   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11053   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11054   include:
11055     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11056     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11057   layout:
11058     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11059     layout: "plot-throughput"
11060
11061 - type: "plot"
11062   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11063   algorithm: "plot_perf_box_name"
11064   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11065   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11066   include:
11067     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11068     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11069   layout:
11070     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11071     layout: "plot-throughput"
11072
11073 #- type: "plot"
11074 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11075 #  algorithm: "plot_perf_box_name"
11076 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11077 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11078 #  include:
11079 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11080 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11081 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11082 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11083 #  layout:
11084 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11085 #    layout: "plot-throughput"
11086 #
11087 #- type: "plot"
11088 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11089 #  algorithm: "plot_perf_box_name"
11090 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11091 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11092 #  include:
11093 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11094 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11095 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11096 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11097 #  layout:
11098 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11099 #    layout: "plot-throughput"
11100
11101 - type: "plot"
11102   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11103   algorithm: "plot_perf_box_name"
11104   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11105   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11106   include:
11107     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11108     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11109     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11110     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11111   layout:
11112     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11113     layout: "plot-throughput"
11114
11115 - type: "plot"
11116   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11117   algorithm: "plot_perf_box_name"
11118   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11119   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11120   include:
11121     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11122     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11123     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11124     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11125   layout:
11126     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11127     layout: "plot-throughput"
11128
11129 - type: "plot"
11130   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11131   algorithm: "plot_perf_box_name"
11132   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11133   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11134   include:
11135     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11136     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11137     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11138     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11139   layout:
11140     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11141     layout: "plot-throughput"
11142
11143 - type: "plot"
11144   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11145   algorithm: "plot_perf_box_name"
11146   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11147   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11148   include:
11149     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11150     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11151     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11152     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11153   layout:
11154     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11155     layout: "plot-throughput"
11156
11157 #- type: "plot"
11158 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11159 #  algorithm: "plot_perf_box_name"
11160 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11161 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11162 #  include:
11163 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11164 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11165 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11166 #  layout:
11167 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11168 #    layout: "plot-throughput"
11169 #
11170 #- type: "plot"
11171 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11172 #  algorithm: "plot_perf_box_name"
11173 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11174 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11175 #  include:
11176 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11177 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11178 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11179 #  layout:
11180 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11181 #    layout: "plot-throughput"
11182 #
11183 #- type: "plot"
11184 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11185 #  algorithm: "plot_perf_box_name"
11186 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11187 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11188 #  include:
11189 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11190 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11191 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11192 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11193 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11194 #  layout:
11195 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11196 #    layout: "plot-throughput"
11197 #
11198 #- type: "plot"
11199 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11200 #  algorithm: "plot_perf_box_name"
11201 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11202 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11203 #  include:
11204 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11205 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11206 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11207 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11208 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11209 #  layout:
11210 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11211 #    layout: "plot-throughput"
11212
11213 - type: "plot"
11214   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11215   algorithm: "plot_perf_box_name"
11216   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11217   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11218   include:
11219     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11220     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11221     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11222   layout:
11223     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11224     layout: "plot-throughput"
11225
11226 - type: "plot"
11227   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11228   algorithm: "plot_perf_box_name"
11229   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11230   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11231   include:
11232     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11233     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11234     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11235   layout:
11236     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11237     layout: "plot-throughput"
11238
11239 #- type: "plot"
11240 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11241 #  algorithm: "plot_perf_box_name"
11242 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11243 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11244 #  include:
11245 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11246 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11247 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11248 #  layout:
11249 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11250 #    layout: "plot-throughput"
11251 #
11252 #- type: "plot"
11253 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11254 #  algorithm: "plot_perf_box_name"
11255 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11256 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11257 #  include:
11258 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11259 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11260 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11261 #  layout:
11262 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11263 #    layout: "plot-throughput"
11264 #
11265 #- type: "plot"
11266 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11267 #  algorithm: "plot_perf_box_name"
11268 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11269 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11270 #  include:
11271 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11272 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11273 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11274 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11275 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11276 #  layout:
11277 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11278 #    layout: "plot-throughput"
11279 #
11280 #- type: "plot"
11281 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11282 #  algorithm: "plot_perf_box_name"
11283 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11284 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11285 #  include:
11286 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11287 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11288 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11289 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11290 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11291 #  layout:
11292 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11293 #    layout: "plot-throughput"
11294
11295 - type: "plot"
11296   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11297   algorithm: "plot_perf_box_name"
11298   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11299   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11300   include:
11301     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11302     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11303     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11304     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11305     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11306   layout:
11307     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11308     layout: "plot-throughput"
11309
11310 - type: "plot"
11311   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11312   algorithm: "plot_perf_box_name"
11313   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11314   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11315   include:
11316     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11317     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11318     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11319     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11320     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11321   layout:
11322     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11323     layout: "plot-throughput"
11324
11325 - type: "plot"
11326   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11327   algorithm: "plot_perf_box_name"
11328   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11329   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11330   include:
11331     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11332     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11333     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11334     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11335     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11336   layout:
11337     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11338     layout: "plot-throughput"
11339
11340 - type: "plot"
11341   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11342   algorithm: "plot_perf_box_name"
11343   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11344   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11345   include:
11346     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11347     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11348     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11349     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11350     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11351   layout:
11352     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11353     layout: "plot-throughput"
11354
11355 - type: "plot"
11356   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11357   algorithm: "plot_perf_box_name"
11358   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11359   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11360   include:
11361     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11362     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11363     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11364     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11365     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11366   layout:
11367     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11368     layout: "plot-throughput"
11369
11370 - type: "plot"
11371   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11372   algorithm: "plot_perf_box_name"
11373   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11374   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11375   include:
11376     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11377     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11378     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11379     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11380     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11381   layout:
11382     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11383     layout: "plot-throughput"
11384
11385 - type: "plot"
11386   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11387   algorithm: "plot_perf_box_name"
11388   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11389   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11390   include:
11391     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11392     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11393     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11394     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11395     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11396     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11397   layout:
11398     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11399     layout: "plot-throughput"
11400
11401 - type: "plot"
11402   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11403   algorithm: "plot_perf_box_name"
11404   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11405   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11406   include:
11407     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11408     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11409     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11410     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11411     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11412     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11413   layout:
11414     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11415     layout: "plot-throughput"
11416
11417 - type: "plot"
11418   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11419   algorithm: "plot_perf_box_name"
11420   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11421   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11422   include:
11423     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11424     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11425     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11426     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11427   layout:
11428     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11429     layout: "plot-throughput"
11430
11431 - type: "plot"
11432   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11433   algorithm: "plot_perf_box_name"
11434   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11435   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11436   include:
11437     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11438     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11439     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11440     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11441   layout:
11442     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11443     layout: "plot-throughput"
11444
11445 #- type: "plot"
11446 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11447 #  algorithm: "plot_perf_box_name"
11448 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11449 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11450 #  include:
11451 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11452 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11453 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11454 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11455 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11456 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11457 #  layout:
11458 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11459 #    layout: "plot-throughput"
11460 #
11461 #- type: "plot"
11462 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11463 #  algorithm: "plot_perf_box_name"
11464 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11465 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11466 #  include:
11467 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11468 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11469 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11470 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11471 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11472 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11473 #  layout:
11474 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11475 #    layout: "plot-throughput"
11476
11477 - type: "plot"
11478   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11479   algorithm: "plot_perf_box_name"
11480   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11481   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11482   include:
11483     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11484 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11485     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11486 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11487     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11488 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11489   layout:
11490     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11491     layout: "plot-throughput"
11492
11493 - type: "plot"
11494   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11495   algorithm: "plot_perf_box_name"
11496   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11497   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11498   include:
11499     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11500 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11501     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11502 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11503     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11504 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11505   layout:
11506     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11507     layout: "plot-throughput"
11508
11509 - type: "plot"
11510   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11511   algorithm: "plot_perf_box_name"
11512   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11513   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11514   include:
11515     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11516     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11517     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11518     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11519     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11520     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11521   layout:
11522     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11523     layout: "plot-throughput"
11524
11525 - type: "plot"
11526   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11527   algorithm: "plot_perf_box_name"
11528   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11529   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11530   include:
11531     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11532     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11533     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11534     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11535     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11536     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11537   layout:
11538     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11539     layout: "plot-throughput"
11540
11541 #- type: "plot"
11542 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11543 #  algorithm: "plot_perf_box_name"
11544 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11545 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11546 #  include:
11547 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11548 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11549 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11550 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11551 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11552 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11553 #  layout:
11554 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11555 #    layout: "plot-throughput"
11556 #
11557 #- type: "plot"
11558 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11559 #  algorithm: "plot_perf_box_name"
11560 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11561 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11562 #  include:
11563 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11564 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11565 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11566 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11567 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11568 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11569 #  layout:
11570 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11571 #    layout: "plot-throughput"
11572 #
11573 #- type: "plot"
11574 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11575 #  algorithm: "plot_perf_box_name"
11576 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11577 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11578 #  include:
11579 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11580 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11581 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11582 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11583 #  layout:
11584 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11585 #    layout: "plot-throughput"
11586 #
11587 #- type: "plot"
11588 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11589 #  algorithm: "plot_perf_box_name"
11590 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11591 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11592 #  include:
11593 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11594 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11595 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11596 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11597 #  layout:
11598 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11599 #    layout: "plot-throughput"
11600 #
11601 #- type: "plot"
11602 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11603 #  algorithm: "plot_perf_box_name"
11604 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11605 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11606 #  include:
11607 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11608 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11609 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11610 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11611 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11612 #  layout:
11613 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11614 #    layout: "plot-throughput"
11615 #
11616 #- type: "plot"
11617 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11618 #  algorithm: "plot_perf_box_name"
11619 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11620 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11621 #  include:
11622 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11623 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11624 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11625 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11626 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11627 #  layout:
11628 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11629 #    layout: "plot-throughput"
11630 #
11631 #- type: "plot"
11632 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11633 #  algorithm: "plot_perf_box_name"
11634 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11635 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11636 #  include:
11637 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11638 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11639 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11640 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11641 #  layout:
11642 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11643 #    layout: "plot-throughput"
11644 #
11645 #- type: "plot"
11646 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11647 #  algorithm: "plot_perf_box_name"
11648 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11649 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11650 #  include:
11651 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11652 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11653 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11654 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11655 #  layout:
11656 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11657 #    layout: "plot-throughput"
11658
11659 - type: "plot"
11660   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11661   algorithm: "plot_perf_box_name"
11662   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11663   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11664   include:
11665     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11666     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11667     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11668     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11669     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11670     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11671   layout:
11672     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11673     layout: "plot-throughput"
11674
11675 - type: "plot"
11676   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11677   algorithm: "plot_perf_box_name"
11678   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11679   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11680   include:
11681     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11682     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11683     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11684     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11685     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11686     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11687   layout:
11688     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11689     layout: "plot-throughput"
11690
11691 #- type: "plot"
11692 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11693 #  algorithm: "plot_perf_box_name"
11694 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11695 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11696 #  include:
11697 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11698 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11699 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11700 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11701 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11702 #  layout:
11703 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11704 #    layout: "plot-throughput"
11705 #
11706 #- type: "plot"
11707 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11708 #  algorithm: "plot_perf_box_name"
11709 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11710 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11711 #  include:
11712 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11713 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11714 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11715 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11716 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11717 #  layout:
11718 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11719 #    layout: "plot-throughput"
11720 #
11721 #- type: "plot"
11722 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11723 #  algorithm: "plot_perf_box_name"
11724 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11725 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11726 #  include:
11727 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11728 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11729 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11730 #  layout:
11731 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11732 #    layout: "plot-throughput"
11733 #
11734 #- type: "plot"
11735 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11736 #  algorithm: "plot_perf_box_name"
11737 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11738 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11739 #  include:
11740 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11741 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11742 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11743 #  layout:
11744 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11745 #    layout: "plot-throughput"
11746 #
11747 #- type: "plot"
11748 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11749 #  algorithm: "plot_perf_box_name"
11750 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11751 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11752 #  include:
11753 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11754 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11755 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11756 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11757 #  layout:
11758 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11759 #    layout: "plot-throughput"
11760 #
11761 #- type: "plot"
11762 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11763 #  algorithm: "plot_perf_box_name"
11764 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11765 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11766 #  include:
11767 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11768 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11769 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11770 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11771 #  layout:
11772 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11773 #    layout: "plot-throughput"
11774 #
11775 #- type: "plot"
11776 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11777 #  algorithm: "plot_perf_box_name"
11778 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11779 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11780 #  include:
11781 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11782 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11783 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11784 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11785 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11786 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11787 #  layout:
11788 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11789 #    layout: "plot-throughput"
11790 #
11791 #- type: "plot"
11792 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11793 #  algorithm: "plot_perf_box_name"
11794 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11795 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11796 #  include:
11797 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11798 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11799 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11800 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11801 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11802 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11803 #  layout:
11804 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11805 #    layout: "plot-throughput"
11806 #
11807 #- type: "plot"
11808 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11809 #  algorithm: "plot_perf_box_name"
11810 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11811 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11812 #  include:
11813 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11814 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11815 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11816 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11817 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11818 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11819 #  layout:
11820 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11821 #    layout: "plot-throughput"
11822 #
11823 #- type: "plot"
11824 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11825 #  algorithm: "plot_perf_box_name"
11826 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11827 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11828 #  include:
11829 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11830 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11831 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11832 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11833 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11834 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11835 #  layout:
11836 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11837 #    layout: "plot-throughput"
11838
11839 - type: "plot"
11840   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11841   algorithm: "plot_perf_box_name"
11842   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11843   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11844   include:
11845     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11846     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11847     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11848     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11849   layout:
11850     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11851     layout: "plot-throughput"
11852
11853 - type: "plot"
11854   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11855   algorithm: "plot_perf_box_name"
11856   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11857   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11858   include:
11859     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11860     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11861     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11862     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11863   layout:
11864     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11865     layout: "plot-throughput"
11866
11867 - type: "plot"
11868   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11869   algorithm: "plot_perf_box_name"
11870   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11871   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11872   include:
11873     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11874     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11875     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11876     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11877     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11878     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11879   layout:
11880     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11881     layout: "plot-throughput"
11882
11883 - type: "plot"
11884   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11885   algorithm: "plot_perf_box_name"
11886   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11887   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11888   include:
11889     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11890     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11891     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11892     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11893     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11894     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11895   layout:
11896     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11897     layout: "plot-throughput"
11898
11899 - type: "plot"
11900   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11901   algorithm: "plot_perf_box_name"
11902   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11903   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11904   include:
11905     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11906     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11907     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11908     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11909     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11910     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11911   layout:
11912     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11913     layout: "plot-throughput"
11914
11915 - type: "plot"
11916   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11917   algorithm: "plot_perf_box_name"
11918   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11919   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11920   include:
11921     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11922     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11923     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11924     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11925     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11926     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11927   layout:
11928     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11929     layout: "plot-throughput"
11930
11931 - type: "plot"
11932   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11933   algorithm: "plot_perf_box_name"
11934   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11935   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11936   include:
11937     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11938     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11939     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11940     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11941   layout:
11942     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11943     layout: "plot-throughput"
11944
11945 - type: "plot"
11946   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11947   algorithm: "plot_perf_box_name"
11948   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11949   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11950   include:
11951     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11952     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11953     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11954     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11955   layout:
11956     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11957     layout: "plot-throughput"
11958
11959 - type: "plot"
11960   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11961   algorithm: "plot_perf_box_name"
11962   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11963   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11964   include:
11965     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11966     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11967     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11968     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11969     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11970     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11971   layout:
11972     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11973     layout: "plot-throughput"
11974
11975 - type: "plot"
11976   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11977   algorithm: "plot_perf_box_name"
11978   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11979   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11980   include:
11981     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11982     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11983     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11984     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11985     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11986     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11987   layout:
11988     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11989     layout: "plot-throughput"
11990
11991 - type: "plot"
11992   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11993   algorithm: "plot_perf_box_name"
11994   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11995   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11996   include:
11997     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11998     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11999     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12000     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12001   layout:
12002     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12003     layout: "plot-throughput"
12004
12005 - type: "plot"
12006   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12007   algorithm: "plot_perf_box_name"
12008   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12009   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12010   include:
12011     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12012     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12013     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12014     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12015   layout:
12016     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12017     layout: "plot-throughput"
12018
12019 - type: "plot"
12020   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12021   algorithm: "plot_perf_box_name"
12022   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12023   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12024   include:
12025     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12026     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12027     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12028     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12029     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12030     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12031   layout:
12032     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12033     layout: "plot-throughput"
12034
12035 - type: "plot"
12036   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12037   algorithm: "plot_perf_box_name"
12038   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12039   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12040   include:
12041     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12042     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12043     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12044     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12045     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12046     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12047   layout:
12048     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12049     layout: "plot-throughput"
12050
12051 - type: "plot"
12052   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12053   algorithm: "plot_perf_box_name"
12054   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12055   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12056   include:
12057     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12058     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12059     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12060     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12061     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12062     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12063   layout:
12064     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12065     layout: "plot-throughput"
12066
12067 - type: "plot"
12068   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12069   algorithm: "plot_perf_box_name"
12070   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12071   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12072   include:
12073     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12074     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12075     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12076     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12077     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12078     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12079   layout:
12080     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12081     layout: "plot-throughput"
12082
12083 - type: "plot"
12084   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12085   algorithm: "plot_perf_box_name"
12086   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12087   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12088   include:
12089     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12090     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12091     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12092     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12093     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12094     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12095   layout:
12096     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12097     layout: "plot-throughput"
12098
12099 - type: "plot"
12100   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12101   algorithm: "plot_perf_box_name"
12102   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12103   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12104   include:
12105     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12106     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12107     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12108     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12109     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12110     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12111   layout:
12112     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12113     layout: "plot-throughput"
12114
12115 #- type: "plot"
12116 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12117 #  algorithm: "plot_perf_box_name"
12118 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12119 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12120 #  include:
12121 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12122 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12123 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12124 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12125 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12126 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12127 #  layout:
12128 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12129 #    layout: "plot-throughput"
12130 #
12131 #- type: "plot"
12132 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12133 #  algorithm: "plot_perf_box_name"
12134 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12135 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12136 #  include:
12137 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12138 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12139 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12140 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12141 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12142 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12143 #  layout:
12144 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12145 #    layout: "plot-throughput"
12146
12147 - type: "plot"
12148   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12149   algorithm: "plot_perf_box_name"
12150   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12151   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12152   include:
12153     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12154     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12155     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12156     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12157     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12158     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12159   layout:
12160     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12161     layout: "plot-throughput"
12162
12163 - type: "plot"
12164   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12165   algorithm: "plot_perf_box_name"
12166   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12167   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12168   include:
12169     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12170     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12171     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12172     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12173     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12174     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12175   layout:
12176     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12177     layout: "plot-throughput"
12178
12179 #- type: "plot"
12180 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12181 #  algorithm: "plot_perf_box_name"
12182 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12183 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12184 #  include:
12185 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12186 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12187 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12188 #  layout:
12189 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12190 #    layout: "plot-throughput"
12191 #
12192 #- type: "plot"
12193 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12194 #  algorithm: "plot_perf_box_name"
12195 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12196 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12197 #  include:
12198 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12199 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12200 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12201 #  layout:
12202 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12203 #    layout: "plot-throughput"
12204
12205 #- type: "plot"
12206 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12207 #  algorithm: "plot_perf_box_name"
12208 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12209 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12210 #  include:
12211 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12212 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12213 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12214 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12215 #  layout:
12216 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12217 #    layout: "plot-throughput"
12218 #
12219 #- type: "plot"
12220 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12221 #  algorithm: "plot_perf_box_name"
12222 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12223 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12224 #  include:
12225 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12226 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12227 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12228 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12229 #  layout:
12230 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12231 #    layout: "plot-throughput"
12232 #
12233 #- type: "plot"
12234 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12235 #  algorithm: "plot_perf_box_name"
12236 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12237 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12238 #  include:
12239 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12240 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12241 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12242 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12243 #  layout:
12244 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12245 #    layout: "plot-throughput"
12246 #
12247 #- type: "plot"
12248 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12249 #  algorithm: "plot_perf_box_name"
12250 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12251 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12252 #  include:
12253 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12254 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12255 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12256 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12257 #  layout:
12258 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12259 #    layout: "plot-throughput"
12260
12261 - type: "plot"
12262   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12263   algorithm: "plot_perf_box_name"
12264   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12265   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12266   include:
12267     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12268     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12269     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12270     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12271   layout:
12272     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12273     layout: "plot-throughput"
12274
12275 - type: "plot"
12276   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12277   algorithm: "plot_perf_box_name"
12278   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12279   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12280   include:
12281     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12282     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12283     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12284     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12285   layout:
12286     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12287     layout: "plot-throughput"
12288
12289 - type: "plot"
12290   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12291   algorithm: "plot_perf_box_name"
12292   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12293   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12294   include:
12295     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12296     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12297     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12298     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12299   layout:
12300     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12301     layout: "plot-throughput"
12302
12303 - type: "plot"
12304   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12305   algorithm: "plot_perf_box_name"
12306   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12307   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12308   include:
12309     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12310     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12311     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12312     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12313   layout:
12314     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12315     layout: "plot-throughput"
12316
12317 #- type: "plot"
12318 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12319 #  algorithm: "plot_perf_box_name"
12320 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12321 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12322 #  include:
12323 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12324 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12325 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12326 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12327 #  layout:
12328 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12329 #    layout: "plot-throughput"
12330 #
12331 #- type: "plot"
12332 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12333 #  algorithm: "plot_perf_box_name"
12334 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12335 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12336 #  include:
12337 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12338 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12339 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12340 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12341 #  layout:
12342 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12343 #    layout: "plot-throughput"
12344 #
12345 #- type: "plot"
12346 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12347 #  algorithm: "plot_perf_box_name"
12348 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12349 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12350 #  include:
12351 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12352 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12353 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12354 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12355 #  layout:
12356 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12357 #    layout: "plot-throughput"
12358 #
12359 #- type: "plot"
12360 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12361 #  algorithm: "plot_perf_box_name"
12362 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12363 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12364 #  include:
12365 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12366 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12367 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12368 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12369 #  layout:
12370 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12371 #    layout: "plot-throughput"
12372 #
12373 #- type: "plot"
12374 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12375 #  algorithm: "plot_perf_box_name"
12376 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12377 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12378 #  include:
12379 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12380 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12381 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12382 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12383 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12384 #  layout:
12385 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12386 #    layout: "plot-throughput"
12387 #
12388 #- type: "plot"
12389 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12390 #  algorithm: "plot_perf_box_name"
12391 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12392 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12393 #  include:
12394 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12395 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12396 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12397 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12398 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12399 #  layout:
12400 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12401 #    layout: "plot-throughput"
12402 #
12403 #- type: "plot"
12404 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12405 #  algorithm: "plot_perf_box_name"
12406 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12407 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12408 #  include:
12409 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12410 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12411 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12412 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12413 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12414 #  layout:
12415 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12416 #    layout: "plot-throughput"
12417 #
12418 #- type: "plot"
12419 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12420 #  algorithm: "plot_perf_box_name"
12421 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12422 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12423 #  include:
12424 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12425 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12426 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12427 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12428 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12429 #  layout:
12430 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12431 #    layout: "plot-throughput"
12432 #
12433 #- type: "plot"
12434 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12435 #  algorithm: "plot_perf_box_name"
12436 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12437 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12438 #  include:
12439 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12440 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12441 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12442 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12443 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12444 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12445 #  layout:
12446 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12447 #    layout: "plot-throughput"
12448 #
12449 #- type: "plot"
12450 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12451 #  algorithm: "plot_perf_box_name"
12452 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12453 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12454 #  include:
12455 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12456 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12457 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12458 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12459 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12460 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12461 #  layout:
12462 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12463 #    layout: "plot-throughput"
12464 #
12465 #- type: "plot"
12466 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12467 #  algorithm: "plot_perf_box_name"
12468 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12469 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12470 #  include:
12471 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12472 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12473 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12474 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12475 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12476 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12477 #  layout:
12478 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12479 #    layout: "plot-throughput"
12480 #
12481 #- type: "plot"
12482 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12483 #  algorithm: "plot_perf_box_name"
12484 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12485 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12486 #  include:
12487 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12488 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12489 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12490 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12491 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12492 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12493 #  layout:
12494 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12495 #    layout: "plot-throughput"
12496
12497 - type: "plot"
12498   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12499   algorithm: "plot_perf_box_name"
12500   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12501   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12502   include:
12503     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12504     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12505     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12506     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12507     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12508   layout:
12509     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12510     layout: "plot-throughput"
12511
12512 - type: "plot"
12513   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12514   algorithm: "plot_perf_box_name"
12515   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12516   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12517   include:
12518     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12519     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12520     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12521     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12522     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12523   layout:
12524     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12525     layout: "plot-throughput"
12526
12527 #- type: "plot"
12528 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12529 #  algorithm: "plot_perf_box_name"
12530 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12531 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12532 #  include:
12533 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12534 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12535 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12536 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12537 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12538 #  layout:
12539 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12540 #    layout: "plot-throughput"
12541 #
12542 #- type: "plot"
12543 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12544 #  algorithm: "plot_perf_box_name"
12545 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12546 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12547 #  include:
12548 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12549 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12550 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12551 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12552 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12553 #  layout:
12554 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12555 #    layout: "plot-throughput"
12556
12557 #- type: "plot"
12558 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12559 #  algorithm: "plot_perf_box_name"
12560 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12561 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12562 #  include:
12563 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12564 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12565 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12566 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12567 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12568 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12569 #  layout:
12570 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12571 #    layout: "plot-throughput"
12572 #
12573 #- type: "plot"
12574 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12575 #  algorithm: "plot_perf_box_name"
12576 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12577 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12578 #  include:
12579 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12580 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12581 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12582 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12583 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12584 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12585 #  layout:
12586 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12587 #    layout: "plot-throughput"
12588
12589 #- type: "plot"
12590 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12591 #  algorithm: "plot_perf_box_name"
12592 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12593 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12594 #  include:
12595 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12596 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12597 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12598 #  layout:
12599 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12600 #    layout: "plot-throughput"
12601 #
12602 #- type: "plot"
12603 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12604 #  algorithm: "plot_perf_box_name"
12605 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12606 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12607 #  include:
12608 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12609 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12610 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12611 #  layout:
12612 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12613 #    layout: "plot-throughput"
12614
12615 ################################################################################
12616
12617 # Packet Speedup
12618
12619 #- type: "plot"
12620 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12621 #  algorithm: "plot_tsa_name"
12622 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12623 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12624 #  include:
12625 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12626 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12627 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12628 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12629 #  layout:
12630 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
12631 #    layout: "plot-throughput-speedup-analysis"
12632 #
12633 #- type: "plot"
12634 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12635 #  algorithm: "plot_tsa_name"
12636 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12637 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12638 #  include:
12639 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12640 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12641 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12642 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12643 #  layout:
12644 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
12645 #    layout: "plot-throughput-speedup-analysis"
12646 #
12647 #- type: "plot"
12648 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12649 #  algorithm: "plot_tsa_name"
12650 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12651 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12652 #  include:
12653 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12654 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12655 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12656 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12657 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12658 #  layout:
12659 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
12660 #    layout: "plot-throughput-speedup-analysis"
12661 #
12662 #- type: "plot"
12663 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12664 #  algorithm: "plot_tsa_name"
12665 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12666 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12667 #  include:
12668 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12669 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12670 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12671 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12672 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12673 #  layout:
12674 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
12675 #    layout: "plot-throughput-speedup-analysis"
12676 #
12677 #- type: "plot"
12678 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12679 #  algorithm: "plot_tsa_name"
12680 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12681 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12682 #  include:
12683 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12684 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12685 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12686 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12687 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12688 #  layout:
12689 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12690 #    layout: "plot-throughput-speedup-analysis"
12691 #
12692 #- type: "plot"
12693 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12694 #  algorithm: "plot_tsa_name"
12695 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12696 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12697 #  include:
12698 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12699 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12700 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12701 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12702 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12703 #  layout:
12704 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12705 #    layout: "plot-throughput-speedup-analysis"
12706 #
12707 #- type: "plot"
12708 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12709 #  algorithm: "plot_tsa_name"
12710 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12711 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12712 #  include:
12713 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12714 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12715 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12716 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12717 #  layout:
12718 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12719 #    layout: "plot-throughput-speedup-analysis"
12720 #
12721 #- type: "plot"
12722 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12723 #  algorithm: "plot_tsa_name"
12724 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12725 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12726 #  include:
12727 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12728 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12729 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12730 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12731 #  layout:
12732 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12733 #    layout: "plot-throughput-speedup-analysis"
12734 #
12735 #- type: "plot"
12736 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12737 #  algorithm: "plot_tsa_name"
12738 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12739 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12740 #  include:
12741 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12742 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12743 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12744 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12745 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12746 #  layout:
12747 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12748 #    layout: "plot-throughput-speedup-analysis"
12749 #
12750 #- type: "plot"
12751 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12752 #  algorithm: "plot_tsa_name"
12753 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12754 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12755 #  include:
12756 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12757 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12758 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12759 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12760 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12761 #  layout:
12762 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12763 #    layout: "plot-throughput-speedup-analysis"
12764 #
12765 #- type: "plot"
12766 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12767 #  algorithm: "plot_tsa_name"
12768 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12769 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12770 #  include:
12771 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12772 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12773 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12774 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12775 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12776 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12777 #  layout:
12778 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12779 #    layout: "plot-throughput-speedup-analysis"
12780 #
12781 #- type: "plot"
12782 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12783 #  algorithm: "plot_tsa_name"
12784 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12785 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12786 #  include:
12787 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12788 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12789 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12790 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12791 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12792 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12793 #  layout:
12794 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12795 #    layout: "plot-throughput-speedup-analysis"
12796
12797 - type: "plot"
12798   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12799   algorithm: "plot_tsa_name"
12800   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12801   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12802   include:
12803     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12804     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12805     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12806   layout:
12807     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
12808     layout: "plot-throughput-speedup-analysis"
12809
12810 - type: "plot"
12811   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12812   algorithm: "plot_tsa_name"
12813   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12814   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12815   include:
12816     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12817     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12818     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12819   layout:
12820     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
12821     layout: "plot-throughput-speedup-analysis"
12822
12823 #- type: "plot"
12824 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12825 #  algorithm: "plot_tsa_name"
12826 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12827 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12828 #  include:
12829 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12830 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12831 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12832 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12833 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12834 #  layout:
12835 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12836 #    layout: "plot-throughput-speedup-analysis"
12837 #
12838 #- type: "plot"
12839 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12840 #  algorithm: "plot_tsa_name"
12841 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12842 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12843 #  include:
12844 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12845 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12846 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12847 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12848 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12849 #  layout:
12850 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12851 #    layout: "plot-throughput-speedup-analysis"
12852 #
12853 #- type: "plot"
12854 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12855 #  algorithm: "plot_tsa_name"
12856 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12857 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12858 #  include:
12859 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12860 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12861 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12862 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12863 #  layout:
12864 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12865 #    layout: "plot-throughput-speedup-analysis"
12866 #
12867 #- type: "plot"
12868 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12869 #  algorithm: "plot_tsa_name"
12870 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12871 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12872 #  include:
12873 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12874 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12875 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12876 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12877 #  layout:
12878 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12879 #    layout: "plot-throughput-speedup-analysis"
12880 #
12881 #- type: "plot"
12882 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12883 #  algorithm: "plot_tsa_name"
12884 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12885 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12886 #  include:
12887 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12888 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12889 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12890 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12891 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12892 #  layout:
12893 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12894 #    layout: "plot-throughput-speedup-analysis"
12895 #
12896 #- type: "plot"
12897 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12898 #  algorithm: "plot_tsa_name"
12899 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12900 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12901 #  include:
12902 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12903 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12904 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12905 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12906 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12907 #  layout:
12908 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12909 #    layout: "plot-throughput-speedup-analysis"
12910 #
12911 #- type: "plot"
12912 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12913 #  algorithm: "plot_tsa_name"
12914 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12915 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12916 #  include:
12917 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12918 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12919 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12920 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12921 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12922 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12923 #  layout:
12924 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12925 #    layout: "plot-throughput-speedup-analysis"
12926 #
12927 #- type: "plot"
12928 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12929 #  algorithm: "plot_tsa_name"
12930 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12931 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12932 #  include:
12933 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12934 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12935 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12936 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12937 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12938 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12939 #  layout:
12940 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12941 #    layout: "plot-throughput-speedup-analysis"
12942
12943 - type: "plot"
12944   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12945   algorithm: "plot_tsa_name"
12946   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12947   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12948   include:
12949     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12950     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12951   layout:
12952     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
12953     layout: "plot-throughput-speedup-analysis"
12954
12955 - type: "plot"
12956   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12957   algorithm: "plot_tsa_name"
12958   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12959   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12960   include:
12961     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12962     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12963   layout:
12964     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
12965     layout: "plot-throughput-speedup-analysis"
12966
12967 #- type: "plot"
12968 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12969 #  algorithm: "plot_tsa_name"
12970 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12971 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12972 #  include:
12973 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12974 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12975 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12976 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12977 #  layout:
12978 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
12979 #    layout: "plot-throughput-speedup-analysis"
12980 #
12981 #- type: "plot"
12982 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12983 #  algorithm: "plot_tsa_name"
12984 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12985 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12986 #  include:
12987 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12988 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12989 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12990 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12991 #  layout:
12992 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
12993 #    layout: "plot-throughput-speedup-analysis"
12994 #
12995 #- type: "plot"
12996 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12997 #  algorithm: "plot_tsa_name"
12998 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12999 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13000 #  include:
13001 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13002 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13003 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13004 #  layout:
13005 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
13006 #    layout: "plot-throughput-speedup-analysis"
13007 #
13008 #- type: "plot"
13009 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13010 #  algorithm: "plot_tsa_name"
13011 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13012 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13013 #  include:
13014 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13015 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13016 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13017 #  layout:
13018 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
13019 #    layout: "plot-throughput-speedup-analysis"
13020 #
13021 #- type: "plot"
13022 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13023 #  algorithm: "plot_tsa_name"
13024 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13025 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13026 #  include:
13027 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13028 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13029 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13030 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13031 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13032 #  layout:
13033 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13034 #    layout: "plot-throughput-speedup-analysis"
13035 #
13036 #- type: "plot"
13037 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13038 #  algorithm: "plot_tsa_name"
13039 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13040 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13041 #  include:
13042 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13043 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13044 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13045 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13046 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13047 #  layout:
13048 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13049 #    layout: "plot-throughput-speedup-analysis"
13050
13051 - type: "plot"
13052   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13053   algorithm: "plot_tsa_name"
13054   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13055   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13056   include:
13057     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13058     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13059     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13060   layout:
13061     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
13062     layout: "plot-throughput-speedup-analysis"
13063
13064 - type: "plot"
13065   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13066   algorithm: "plot_tsa_name"
13067   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13068   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13069   include:
13070     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13071     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13072     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13073   layout:
13074     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
13075     layout: "plot-throughput-speedup-analysis"
13076
13077 #- type: "plot"
13078 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13079 #  algorithm: "plot_tsa_name"
13080 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13081 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13082 #  include:
13083 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13084 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13085 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13086 #  layout:
13087 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
13088 #    layout: "plot-throughput-speedup-analysis"
13089 #
13090 #- type: "plot"
13091 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13092 #  algorithm: "plot_tsa_name"
13093 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13094 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13095 #  include:
13096 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13097 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13098 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13099 #  layout:
13100 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
13101 #    layout: "plot-throughput-speedup-analysis"
13102 #
13103 #- type: "plot"
13104 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13105 #  algorithm: "plot_tsa_name"
13106 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13107 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13108 #  include:
13109 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13110 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13111 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13112 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13113 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13114 #  layout:
13115 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13116 #    layout: "plot-throughput-speedup-analysis"
13117 #
13118 #- type: "plot"
13119 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13120 #  algorithm: "plot_tsa_name"
13121 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13122 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13123 #  include:
13124 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13125 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13126 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13127 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13128 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13129 #  layout:
13130 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13131 #    layout: "plot-throughput-speedup-analysis"
13132
13133 - type: "plot"
13134   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13135   algorithm: "plot_tsa_name"
13136   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13137   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13138   include:
13139     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13140     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13141     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13142     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13143     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13144     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13145   layout:
13146     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13147     layout: "plot-throughput-speedup-analysis"
13148
13149 - type: "plot"
13150   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13151   algorithm: "plot_tsa_name"
13152   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13153   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13154   include:
13155     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13156     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13157     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13158     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13159     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13160     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13161   layout:
13162     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13163     layout: "plot-throughput-speedup-analysis"
13164
13165 - type: "plot"
13166   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13167   algorithm: "plot_tsa_name"
13168   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13169   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13170   include:
13171     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13172     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13173     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13174     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13175   layout:
13176     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13177     layout: "plot-throughput-speedup-analysis"
13178
13179 - type: "plot"
13180   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13181   algorithm: "plot_tsa_name"
13182   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13183   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13184   include:
13185     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13186     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13187     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13188     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13189   layout:
13190     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13191     layout: "plot-throughput-speedup-analysis"
13192
13193 #- type: "plot"
13194 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13195 #  algorithm: "plot_tsa_name"
13196 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13197 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13198 #  include:
13199 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13200 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13201 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13202 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13203 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13204 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13205 #  layout:
13206 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
13207 #    layout: "plot-throughput-speedup-analysis"
13208 #
13209 #- type: "plot"
13210 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13211 #  algorithm: "plot_tsa_name"
13212 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13213 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13214 #  include:
13215 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13216 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13217 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13218 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13219 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13220 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13221 #  layout:
13222 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
13223 #    layout: "plot-throughput-speedup-analysis"
13224 #
13225 #- type: "plot"
13226 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13227 #  algorithm: "plot_tsa_name"
13228 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13229 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13230 #  include:
13231 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13232 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13233 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13234 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13235 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13236 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13237 #  layout:
13238 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13239 #    layout: "plot-throughput-speedup-analysis"
13240 #
13241 #- type: "plot"
13242 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13243 #  algorithm: "plot_tsa_name"
13244 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13245 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13246 #  include:
13247 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13248 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13249 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13250 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13251 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13252 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13253 #  layout:
13254 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13255 #    layout: "plot-throughput-speedup-analysis"
13256 #
13257 #- type: "plot"
13258 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13259 #  algorithm: "plot_tsa_name"
13260 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13261 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13262 #  include:
13263 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13264 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13265 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13266 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13267 #  layout:
13268 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
13269 #    layout: "plot-throughput-speedup-analysis"
13270 #
13271 #- type: "plot"
13272 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13273 #  algorithm: "plot_tsa_name"
13274 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13275 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13276 #  include:
13277 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13278 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13279 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13280 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13281 #  layout:
13282 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
13283 #    layout: "plot-throughput-speedup-analysis"
13284 #
13285 #- type: "plot"
13286 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13287 #  algorithm: "plot_tsa_name"
13288 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13289 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13290 #  include:
13291 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13292 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13293 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13294 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13295 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13296 #  layout:
13297 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13298 #    layout: "plot-throughput-speedup-analysis"
13299 #
13300 #- type: "plot"
13301 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13302 #  algorithm: "plot_tsa_name"
13303 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13304 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13305 #  include:
13306 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13307 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13308 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13309 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13310 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13311 #  layout:
13312 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13313 #    layout: "plot-throughput-speedup-analysis"
13314 #
13315 #- type: "plot"
13316 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13317 #  algorithm: "plot_tsa_name"
13318 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13319 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13320 #  include:
13321 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13322 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13323 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13324 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13325 #  layout:
13326 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13327 #    layout: "plot-throughput-speedup-analysis"
13328 #
13329 #- type: "plot"
13330 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13331 #  algorithm: "plot_tsa_name"
13332 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13333 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13334 #  include:
13335 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13336 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13337 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13338 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13339 #  layout:
13340 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13341 #    layout: "plot-throughput-speedup-analysis"
13342
13343 - type: "plot"
13344   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13345   algorithm: "plot_tsa_name"
13346   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13347   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13348   include:
13349     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13350     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13351     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13352     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13353     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13354     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13355   layout:
13356     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
13357     layout: "plot-throughput-speedup-analysis"
13358
13359 - type: "plot"
13360   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13361   algorithm: "plot_tsa_name"
13362   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13363   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13364   include:
13365     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13366     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13367     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13368     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13369     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13370     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13371   layout:
13372     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
13373     layout: "plot-throughput-speedup-analysis"
13374
13375 #- type: "plot"
13376 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13377 #  algorithm: "plot_tsa_name"
13378 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13379 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13380 #  include:
13381 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13382 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13383 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13384 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13385 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13386 #  layout:
13387 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13388 #    layout: "plot-throughput-speedup-analysis"
13389 #
13390 #- type: "plot"
13391 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13392 #  algorithm: "plot_tsa_name"
13393 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13394 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13395 #  include:
13396 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13397 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13398 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13399 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13400 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13401 #  layout:
13402 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13403 #    layout: "plot-throughput-speedup-analysis"
13404 #
13405 #- type: "plot"
13406 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13407 #  algorithm: "plot_tsa_name"
13408 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13409 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13410 #  include:
13411 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13412 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13413 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13414 #  layout:
13415 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
13416 #    layout: "plot-throughput-speedup-analysis"
13417 #
13418 #- type: "plot"
13419 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13420 #  algorithm: "plot_tsa_name"
13421 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13422 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13423 #  include:
13424 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13425 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13426 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13427 #  layout:
13428 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
13429 #    layout: "plot-throughput-speedup-analysis"
13430 #
13431 #- type: "plot"
13432 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13433 #  algorithm: "plot_tsa_name"
13434 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13435 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13436 #  include:
13437 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13438 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13439 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13440 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13441 #  layout:
13442 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13443 #    layout: "plot-throughput-speedup-analysis"
13444 #
13445 #- type: "plot"
13446 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13447 #  algorithm: "plot_tsa_name"
13448 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13449 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13450 #  include:
13451 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13452 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13453 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13454 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13455 #  layout:
13456 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13457 #    layout: "plot-throughput-speedup-analysis"
13458 #
13459 #- type: "plot"
13460 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13461 #  algorithm: "plot_tsa_name"
13462 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13463 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13464 #  include:
13465 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13466 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13467 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13468 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13469 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13470 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13471 #  layout:
13472 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13473 #    layout: "plot-throughput-speedup-analysis"
13474 #
13475 #- type: "plot"
13476 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13477 #  algorithm: "plot_tsa_name"
13478 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13479 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13480 #  include:
13481 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13482 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13483 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13484 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13485 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13486 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13487 #  layout:
13488 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13489 #    layout: "plot-throughput-speedup-analysis"
13490 #
13491 #- type: "plot"
13492 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13493 #  algorithm: "plot_tsa_name"
13494 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13495 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13496 #  include:
13497 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13498 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13499 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13500 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13501 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13502 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13503 #  layout:
13504 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr"
13505 #    layout: "plot-throughput-speedup-analysis"
13506 #
13507 #- type: "plot"
13508 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13509 #  algorithm: "plot_tsa_name"
13510 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13511 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13512 #  include:
13513 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13514 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13515 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13516 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13517 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13518 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13519 #  layout:
13520 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr"
13521 #    layout: "plot-throughput-speedup-analysis"
13522
13523 - type: "plot"
13524   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13525   algorithm: "plot_tsa_name"
13526   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13527   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13528   include:
13529     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13530     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13531     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13532     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13533     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13534     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13535   layout:
13536     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
13537     layout: "plot-throughput-speedup-analysis"
13538
13539 - type: "plot"
13540   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13541   algorithm: "plot_tsa_name"
13542   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13543   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13544   include:
13545     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13546     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13547     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13548     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13549     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13550     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13551   layout:
13552     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
13553     layout: "plot-throughput-speedup-analysis"
13554
13555 #- type: "plot"
13556 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13557 #  algorithm: "plot_tsa_name"
13558 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13559 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13560 #  include:
13561 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13562 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13563 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13564 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13565 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13566 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13567 #  layout:
13568 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr"
13569 #    layout: "plot-throughput-speedup-analysis"
13570 #
13571 #- type: "plot"
13572 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13573 #  algorithm: "plot_tsa_name"
13574 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13575 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13576 #  include:
13577 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13578 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13579 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13580 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13581 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13582 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13583 #  layout:
13584 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr"
13585 #    layout: "plot-throughput-speedup-analysis"
13586 #
13587 #- type: "plot"
13588 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13589 #  algorithm: "plot_tsa_name"
13590 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13591 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13592 #  include:
13593 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13594 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13595 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13596 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13597 #  layout:
13598 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13599 #    layout: "plot-throughput-speedup-analysis"
13600 #
13601 #- type: "plot"
13602 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13603 #  algorithm: "plot_tsa_name"
13604 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13605 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13606 #  include:
13607 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13608 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13609 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13610 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13611 #  layout:
13612 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13613 #    layout: "plot-throughput-speedup-analysis"
13614 #
13615 #- type: "plot"
13616 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13617 #  algorithm: "plot_tsa_name"
13618 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13619 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13620 #  include:
13621 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13622 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13623 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13624 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13625 #  layout:
13626 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13627 #    layout: "plot-throughput-speedup-analysis"
13628 #
13629 #- type: "plot"
13630 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13631 #  algorithm: "plot_tsa_name"
13632 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13633 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13634 #  include:
13635 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13636 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13637 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13638 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13639 #  layout:
13640 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13641 #    layout: "plot-throughput-speedup-analysis"
13642
13643 - type: "plot"
13644   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13645   algorithm: "plot_tsa_name"
13646   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
13647   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13648   include:
13649     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13650     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13651     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13652     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13653   layout:
13654     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13655     layout: "plot-throughput-speedup-analysis"
13656
13657 - type: "plot"
13658   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13659   algorithm: "plot_tsa_name"
13660   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
13661   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13662   include:
13663     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13664     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13665     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13666     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13667   layout:
13668     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13669     layout: "plot-throughput-speedup-analysis"
13670
13671 - type: "plot"
13672   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13673   algorithm: "plot_tsa_name"
13674   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13675   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13676   include:
13677     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13678     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13679     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13680     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13681   layout:
13682     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13683     layout: "plot-throughput-speedup-analysis"
13684
13685 - type: "plot"
13686   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13687   algorithm: "plot_tsa_name"
13688   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13689   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13690   include:
13691     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13692     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13693     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13694     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13695   layout:
13696     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13697     layout: "plot-throughput-speedup-analysis"
13698
13699 #- type: "plot"
13700 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13701 #  algorithm: "plot_tsa_name"
13702 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13703 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13704 #  include:
13705 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13706 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13707 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13708 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13709 #  layout:
13710 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13711 #    layout: "plot-throughput-speedup-analysis"
13712 #
13713 #- type: "plot"
13714 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13715 #  algorithm: "plot_tsa_name"
13716 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13717 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13718 #  include:
13719 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13720 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13721 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13722 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13723 #  layout:
13724 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13725 #    layout: "plot-throughput-speedup-analysis"
13726 #
13727 #- type: "plot"
13728 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13729 #  algorithm: "plot_tsa_name"
13730 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13731 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13732 #  include:
13733 #    - "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"
13734 #    - "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"
13735 #    - "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"
13736 #    - "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"
13737 #  layout:
13738 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13739 #    layout: "plot-throughput-speedup-analysis"
13740 #
13741 #- type: "plot"
13742 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13743 #  algorithm: "plot_tsa_name"
13744 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13745 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13746 #  include:
13747 #    - "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"
13748 #    - "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"
13749 #    - "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"
13750 #    - "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"
13751 #  layout:
13752 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13753 #    layout: "plot-throughput-speedup-analysis"
13754 #
13755 #- type: "plot"
13756 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13757 #  algorithm: "plot_tsa_name"
13758 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13759 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13760 #  include:
13761 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13762 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13763 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13764 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13765 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13766 #  layout:
13767 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13768 #    layout: "plot-throughput-speedup-analysis"
13769 #
13770 #- type: "plot"
13771 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13772 #  algorithm: "plot_tsa_name"
13773 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13774 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13775 #  include:
13776 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13777 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13778 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13779 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13780 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13781 #  layout:
13782 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13783 #    layout: "plot-throughput-speedup-analysis"
13784 #
13785 #- type: "plot"
13786 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13787 #  algorithm: "plot_tsa_name"
13788 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13789 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13790 #  include:
13791 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13792 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13793 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13794 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13795 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13796 #  layout:
13797 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13798 #    layout: "plot-throughput-speedup-analysis"
13799 #
13800 #- type: "plot"
13801 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13802 #  algorithm: "plot_tsa_name"
13803 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13804 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13805 #  include:
13806 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13807 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13808 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13809 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13810 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13811 #  layout:
13812 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13813 #    layout: "plot-throughput-speedup-analysis"
13814 #
13815 #- type: "plot"
13816 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13817 #  algorithm: "plot_tsa_name"
13818 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13819 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13820 #  include:
13821 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13822 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13823 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13824 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13825 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13826 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13827 #  layout:
13828 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13829 #    layout: "plot-throughput-speedup-analysis"
13830 #
13831 #- type: "plot"
13832 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13833 #  algorithm: "plot_tsa_name"
13834 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13835 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13836 #  include:
13837 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13838 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13839 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13840 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13841 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13842 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13843 #  layout:
13844 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13845 #    layout: "plot-throughput-speedup-analysis"
13846 #
13847 #- type: "plot"
13848 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13849 #  algorithm: "plot_tsa_name"
13850 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13851 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13852 #  include:
13853 #    - "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"
13854 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13855 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13856 #    - "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"
13857 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13858 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13859 #  layout:
13860 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13861 #    layout: "plot-throughput-speedup-analysis"
13862 #
13863 #- type: "plot"
13864 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13865 #  algorithm: "plot_tsa_name"
13866 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13867 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13868 #  include:
13869 #    - "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"
13870 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13871 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13872 #    - "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"
13873 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13874 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13875 #  layout:
13876 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13877 #    layout: "plot-throughput-speedup-analysis"
13878 #
13879 #- type: "plot"
13880 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13881 #  algorithm: "plot_tsa_name"
13882 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13883 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13884 #  include:
13885 #    - "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"
13886 #    - "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"
13887 #    - "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"
13888 #  layout:
13889 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr"
13890 #    layout: "plot-throughput-speedup-analysis"
13891 #
13892 #- type: "plot"
13893 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13894 #  algorithm: "plot_tsa_name"
13895 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13896 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13897 #  include:
13898 #    - "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"
13899 #    - "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"
13900 #    - "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"
13901 #  layout:
13902 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr"
13903 #    layout: "plot-throughput-speedup-analysis"
13904
13905 - type: "plot"
13906   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13907   algorithm: "plot_tsa_name"
13908   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13909   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13910   include:
13911     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13912     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13913     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13914     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13915     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13916   layout:
13917     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
13918     layout: "plot-throughput-speedup-analysis"
13919
13920 - type: "plot"
13921   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13922   algorithm: "plot_tsa_name"
13923   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13924   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13925   include:
13926     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13927     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13928     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13929     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13930     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13931   layout:
13932     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
13933     layout: "plot-throughput-speedup-analysis"
13934
13935 - type: "plot"
13936   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13937   algorithm: "plot_tsa_name"
13938   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13939   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13940   include:
13941     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13942     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13943     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13944     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13945     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13946   layout:
13947     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
13948     layout: "plot-throughput-speedup-analysis"
13949
13950 - type: "plot"
13951   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13952   algorithm: "plot_tsa_name"
13953   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13954   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13955   include:
13956     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13957     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13958     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13959     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13960     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13961   layout:
13962     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
13963     layout: "plot-throughput-speedup-analysis"
13964
13965 - type: "plot"
13966   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13967   algorithm: "plot_tsa_name"
13968   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13969   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13970   include:
13971     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13972     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13973     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13974     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13975     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13976     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13977   layout:
13978     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
13979     layout: "plot-throughput-speedup-analysis"
13980
13981 - type: "plot"
13982   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13983   algorithm: "plot_tsa_name"
13984   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13985   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13986   include:
13987     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13988     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13989     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13990     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13991     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13992     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13993   layout:
13994     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
13995     layout: "plot-throughput-speedup-analysis"
13996
13997 - type: "plot"
13998   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13999   algorithm: "plot_tsa_name"
14000   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14001   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14002   include:
14003     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14004     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14005     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14006     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14007   layout:
14008     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
14009     layout: "plot-throughput-speedup-analysis"
14010
14011 - type: "plot"
14012   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14013   algorithm: "plot_tsa_name"
14014   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14015   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14016   include:
14017     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14018     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14019     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14020     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14021   layout:
14022     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
14023     layout: "plot-throughput-speedup-analysis"
14024
14025 - type: "plot"
14026   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14027   algorithm: "plot_tsa_name"
14028   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14029   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14030   include:
14031     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14032     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14033     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14034     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14035     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14036   layout:
14037     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
14038     layout: "plot-throughput-speedup-analysis"
14039
14040 - type: "plot"
14041   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14042   algorithm: "plot_tsa_name"
14043   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14044   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14045   include:
14046     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14047     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14048     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14049     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14050     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14051   layout:
14052     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
14053     layout: "plot-throughput-speedup-analysis"
14054
14055 - type: "plot"
14056   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14057   algorithm: "plot_tsa_name"
14058   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14059   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14060   include:
14061     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14062     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14063     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14064     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14065     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14066     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14067   layout:
14068     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14069     layout: "plot-throughput-speedup-analysis"
14070
14071 - type: "plot"
14072   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14073   algorithm: "plot_tsa_name"
14074   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14075   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14076   include:
14077     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14078     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14079     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14080     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14081     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14082     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14083   layout:
14084     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14085     layout: "plot-throughput-speedup-analysis"
14086
14087 - type: "plot"
14088   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14089   algorithm: "plot_tsa_name"
14090   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14091   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14092   include:
14093     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14094     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14095     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14096     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14097   layout:
14098     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
14099     layout: "plot-throughput-speedup-analysis"
14100
14101 - type: "plot"
14102   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14103   algorithm: "plot_tsa_name"
14104   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14105   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14106   include:
14107     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14108     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14109     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14110     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14111   layout:
14112     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
14113     layout: "plot-throughput-speedup-analysis"
14114
14115 - type: "plot"
14116   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14117   algorithm: "plot_tsa_name"
14118   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14119   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14120   include:
14121     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14122     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14123     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14124     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14125     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14126     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14127   layout:
14128     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
14129     layout: "plot-throughput-speedup-analysis"
14130
14131 - type: "plot"
14132   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14133   algorithm: "plot_tsa_name"
14134   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14135   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14136   include:
14137     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14138     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14139     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14140     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14141     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14142     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14143   layout:
14144     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
14145     layout: "plot-throughput-speedup-analysis"
14146
14147 - type: "plot"
14148   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14149   algorithm: "plot_tsa_name"
14150   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14151   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14152   include:
14153     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14154     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14155     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14156     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14157     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14158     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14159   layout:
14160     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
14161     layout: "plot-throughput-speedup-analysis"
14162
14163 - type: "plot"
14164   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14165   algorithm: "plot_tsa_name"
14166   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14167   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14168   include:
14169     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14170     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14171     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14172     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14173     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14174     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14175   layout:
14176     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
14177     layout: "plot-throughput-speedup-analysis"
14178
14179 - type: "plot"
14180   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14181   algorithm: "plot_tsa_name"
14182   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14183   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14184   include:
14185     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14186     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14187     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14188     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14189     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14190     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14191   layout:
14192     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
14193     layout: "plot-throughput-speedup-analysis"
14194
14195 - type: "plot"
14196   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14197   algorithm: "plot_tsa_name"
14198   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14199   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14200   include:
14201     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14202     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14203     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14204     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14205     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14206     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14207   layout:
14208     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
14209     layout: "plot-throughput-speedup-analysis"
14210
14211 - type: "plot"
14212   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14213   algorithm: "plot_tsa_name"
14214   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14215   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14216   include:
14217     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14218     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14219     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14220     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14221     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14222   layout:
14223     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
14224     layout: "plot-throughput-speedup-analysis"
14225
14226 - type: "plot"
14227   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14228   algorithm: "plot_tsa_name"
14229   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14230   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14231   include:
14232     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14233     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14234     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14235     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14236     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14237   layout:
14238     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
14239     layout: "plot-throughput-speedup-analysis"
14240
14241 #- type: "plot"
14242 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14243 #  algorithm: "plot_tsa_name"
14244 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14245 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14246 #  include:
14247 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14248 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14249 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14250 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14251 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14252 #  layout:
14253 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
14254 #    layout: "plot-throughput-speedup-analysis"
14255 #
14256 #- type: "plot"
14257 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14258 #  algorithm: "plot_tsa_name"
14259 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14260 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14261 #  include:
14262 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14263 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14264 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14265 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14266 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14267 #  layout:
14268 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
14269 #    layout: "plot-throughput-speedup-analysis"
14270
14271 #- type: "plot"
14272 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14273 #  algorithm: "plot_tsa_name"
14274 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14275 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14276 #  include:
14277 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14278 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14279 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14280 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14281 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14282 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14283 #  layout:
14284 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
14285 #    layout: "plot-throughput-speedup-analysis"
14286 #
14287 #- type: "plot"
14288 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14289 #  algorithm: "plot_tsa_name"
14290 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14291 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14292 #  include:
14293 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14294 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14295 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14296 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14297 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14298 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14299 #  layout:
14300 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
14301 #    layout: "plot-throughput-speedup-analysis"
14302
14303 - type: "plot"
14304   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14305   algorithm: "plot_tsa_name"
14306   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14307   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14308   include:
14309     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14310     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14311     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14312     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14313     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14314   layout:
14315     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14316     layout: "plot-throughput-speedup-analysis"
14317
14318 - type: "plot"
14319   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14320   algorithm: "plot_tsa_name"
14321   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14322   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14323   include:
14324     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14325     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14326     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14327     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14328     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14329   layout:
14330     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14331     layout: "plot-throughput-speedup-analysis"
14332
14333 - type: "plot"
14334   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14335   algorithm: "plot_tsa_name"
14336   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14337   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14338   include:
14339     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14340     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14341     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14342     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14343     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14344     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14345   layout:
14346     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14347     layout: "plot-throughput-speedup-analysis"
14348
14349 - type: "plot"
14350   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14351   algorithm: "plot_tsa_name"
14352   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14353   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14354   include:
14355     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14356     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14357     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14358     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14359     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14360     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14361   layout:
14362     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14363     layout: "plot-throughput-speedup-analysis"
14364
14365 - type: "plot"
14366   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14367   algorithm: "plot_tsa_name"
14368   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14369   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14370   include:
14371     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14372     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14373     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14374     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14375     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14376   layout:
14377     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14378     layout: "plot-throughput-speedup-analysis"
14379
14380 - type: "plot"
14381   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14382   algorithm: "plot_tsa_name"
14383   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14384   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14385   include:
14386     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14387     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14388     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14389     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14390     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14391   layout:
14392     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14393     layout: "plot-throughput-speedup-analysis"
14394
14395 - type: "plot"
14396   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14397   algorithm: "plot_tsa_name"
14398   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14399   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14400   include:
14401     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14402     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14403     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14404     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14405   layout:
14406     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14407     layout: "plot-throughput-speedup-analysis"
14408
14409 - type: "plot"
14410   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14411   algorithm: "plot_tsa_name"
14412   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14413   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14414   include:
14415     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14416     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14417     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14418     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14419   layout:
14420     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14421     layout: "plot-throughput-speedup-analysis"
14422
14423 - type: "plot"
14424   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14425   algorithm: "plot_tsa_name"
14426   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14427   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14428   include:
14429     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14430     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14431     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14432     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14433     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14434     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14435   layout:
14436     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14437     layout: "plot-throughput-speedup-analysis"
14438
14439 - type: "plot"
14440   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14441   algorithm: "plot_tsa_name"
14442   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14443   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14444   include:
14445     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14446     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14447     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14448     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14449     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14450     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14451   layout:
14452     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14453     layout: "plot-throughput-speedup-analysis"
14454
14455 - type: "plot"
14456   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14457   algorithm: "plot_tsa_name"
14458   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14459   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14460   include:
14461     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14462     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14463     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14464     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14465     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14466   layout:
14467     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14468     layout: "plot-throughput-speedup-analysis"
14469
14470 - type: "plot"
14471   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14472   algorithm: "plot_tsa_name"
14473   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14474   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14475   include:
14476     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14477     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14478     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14479     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14480     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14481   layout:
14482     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14483     layout: "plot-throughput-speedup-analysis"
14484
14485 - type: "plot"
14486   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14487   algorithm: "plot_tsa_name"
14488   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14489   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14490   include:
14491     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14492     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14493     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14494     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14495     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14496     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14497   layout:
14498     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14499     layout: "plot-throughput-speedup-analysis"
14500
14501 - type: "plot"
14502   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14503   algorithm: "plot_tsa_name"
14504   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14505   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14506   include:
14507     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14508     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14509     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14510     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14511     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14512     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14513   layout:
14514     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14515     layout: "plot-throughput-speedup-analysis"
14516
14517 - type: "plot"
14518   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14519   algorithm: "plot_tsa_name"
14520   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14521   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14522   include:
14523     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14524     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14525     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14526     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14527   layout:
14528     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14529     layout: "plot-throughput-speedup-analysis"
14530
14531 - type: "plot"
14532   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14533   algorithm: "plot_tsa_name"
14534   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14535   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14536   include:
14537     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14538     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14539     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14540     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14541   layout:
14542     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14543     layout: "plot-throughput-speedup-analysis"
14544
14545 - type: "plot"
14546   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14547   algorithm: "plot_tsa_name"
14548   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14549   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14550   include:
14551     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14552     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14553     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14554     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14555     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14556   layout:
14557     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14558     layout: "plot-throughput-speedup-analysis"
14559
14560 - type: "plot"
14561   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14562   algorithm: "plot_tsa_name"
14563   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14564   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14565   include:
14566     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14567     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14568     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14569     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14570     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14571   layout:
14572     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14573     layout: "plot-throughput-speedup-analysis"
14574
14575 - type: "plot"
14576   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14577   algorithm: "plot_tsa_name"
14578   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14579   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14580   include:
14581     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14582     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14583     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14584     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14585     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14586     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14587   layout:
14588     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14589     layout: "plot-throughput-speedup-analysis"
14590
14591 - type: "plot"
14592   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14593   algorithm: "plot_tsa_name"
14594   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14595   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14596   include:
14597     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14598     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14599     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14600     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14601     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14602     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14603   layout:
14604     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14605     layout: "plot-throughput-speedup-analysis"
14606
14607 - type: "plot"
14608   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14609   algorithm: "plot_tsa_name"
14610   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14611   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14612   include:
14613     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14614     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14615     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14616     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14617   layout:
14618     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14619     layout: "plot-throughput-speedup-analysis"
14620
14621 - type: "plot"
14622   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14623   algorithm: "plot_tsa_name"
14624   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14625   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14626   include:
14627     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14628     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14629     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14630     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14631   layout:
14632     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14633     layout: "plot-throughput-speedup-analysis"
14634
14635 - type: "plot"
14636   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14637   algorithm: "plot_tsa_name"
14638   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14639   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14640   include:
14641     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14642     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14643     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14644     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14645     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14646     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14647   layout:
14648     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14649     layout: "plot-throughput-speedup-analysis"
14650
14651 - type: "plot"
14652   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14653   algorithm: "plot_tsa_name"
14654   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14655   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14656   include:
14657     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14658     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14659     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14660     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14661     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14662     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14663   layout:
14664     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14665     layout: "plot-throughput-speedup-analysis"
14666
14667 - type: "plot"
14668   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14669   algorithm: "plot_tsa_name"
14670   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14671   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14672   include:
14673     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14674     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14675     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14676     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14677     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14678     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14679   layout:
14680     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14681     layout: "plot-throughput-speedup-analysis"
14682
14683 - type: "plot"
14684   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14685   algorithm: "plot_tsa_name"
14686   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14687   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14688   include:
14689     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14690     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14691     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14692     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14693     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14694     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14695   layout:
14696     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14697     layout: "plot-throughput-speedup-analysis"
14698
14699 #- type: "plot"
14700 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14701 #  algorithm: "plot_tsa_name"
14702 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14703 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14704 #  include:
14705 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14706 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14707 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14708 #  layout:
14709 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14710 #    layout: "plot-throughput-speedup-analysis"
14711 #
14712 #- type: "plot"
14713 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14714 #  algorithm: "plot_tsa_name"
14715 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14716 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14717 #  include:
14718 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14719 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14720 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14721 #  layout:
14722 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14723 #    layout: "plot-throughput-speedup-analysis"
14724
14725 ################################################################################
14726
14727 # Packet Throughput - DPDK
14728
14729 # 2n-skx-xxv710
14730
14731 #- type: "plot"
14732 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
14733 #  algorithm: "plot_perf_box_name"
14734 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
14735 #  data: "plot-dpdk-throughput-latency-2n-skx"
14736 #  include:
14737 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14738 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14739 #  layout:
14740 #    title: "2n-skx-xxv710-64b-2t1c-base-ndr"
14741 #    layout: "plot-throughput"
14742 #
14743 #- type: "plot"
14744 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
14745 #  algorithm: "plot_perf_box_name"
14746 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
14747 #  data: "plot-dpdk-throughput-latency-2n-skx"
14748 #  include:
14749 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14750 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14751 #  layout:
14752 #    title: "2n-skx-xxv710-64b-4t2c-base-ndr"
14753 #    layout: "plot-throughput"
14754 #
14755 #- type: "plot"
14756 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
14757 #  algorithm: "plot_perf_box_name"
14758 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
14759 #  data: "plot-dpdk-throughput-latency-2n-skx"
14760 #  include:
14761 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14762 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14763 #  layout:
14764 #    title: "2n-skx-xxv710-64b-2t1c-base-pdr"
14765 #    layout: "plot-throughput"
14766 #
14767 #- type: "plot"
14768 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
14769 #  algorithm: "plot_perf_box_name"
14770 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
14771 #  data: "plot-dpdk-throughput-latency-2n-skx"
14772 #  include:
14773 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14774 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14775 #  layout:
14776 #    title: "2n-skx-xxv710-64b-4t2c-base-pdr"
14777 #    layout: "plot-throughput"
14778 #
14779 ## 2n-skx-x710
14780 #
14781 #- type: "plot"
14782 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
14783 #  algorithm: "plot_perf_box_name"
14784 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
14785 #  data: "plot-dpdk-throughput-latency-2n-skx"
14786 #  include:
14787 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14788 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14789 #  layout:
14790 #    title: "2n-skx-x710-64b-2t1c-base-ndr"
14791 #    layout: "plot-throughput"
14792 #
14793 #- type: "plot"
14794 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
14795 #  algorithm: "plot_perf_box_name"
14796 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
14797 #  data: "plot-dpdk-throughput-latency-2n-skx"
14798 #  include:
14799 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14800 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14801 #  layout:
14802 #    title: "2n-skx-x710-64b-4t2c-base-ndr"
14803 #    layout: "plot-throughput"
14804 #
14805 #- type: "plot"
14806 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
14807 #  algorithm: "plot_perf_box_name"
14808 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
14809 #  data: "plot-dpdk-throughput-latency-2n-skx"
14810 #  include:
14811 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14812 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14813 #  layout:
14814 #    title: "2n-skx-x710-64b-2t1c-base-pdr"
14815 #    layout: "plot-throughput"
14816 #
14817 #- type: "plot"
14818 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
14819 #  algorithm: "plot_perf_box_name"
14820 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
14821 #  data: "plot-dpdk-throughput-latency-2n-skx"
14822 #  include:
14823 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14824 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14825 #  layout:
14826 #    title: "2n-skx-x710-64b-4t2c-base-pdr"
14827 #    layout: "plot-throughput"
14828 #
14829 ## 3n-skx-xxv710
14830 #
14831 #- type: "plot"
14832 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
14833 #  algorithm: "plot_perf_box_name"
14834 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
14835 #  data: "plot-dpdk-throughput-latency-3n-skx"
14836 #  include:
14837 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14838 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14839 #  layout:
14840 #    title: "3n-skx-xxv710-64b-2t1c-base-ndr"
14841 #    layout: "plot-throughput"
14842 #
14843 #- type: "plot"
14844 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
14845 #  algorithm: "plot_perf_box_name"
14846 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
14847 #  data: "plot-dpdk-throughput-latency-3n-skx"
14848 #  include:
14849 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14850 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14851 #  layout:
14852 #    title: "3n-skx-xxv710-64b-4t2c-base-ndr"
14853 #    layout: "plot-throughput"
14854 #
14855 #- type: "plot"
14856 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
14857 #  algorithm: "plot_perf_box_name"
14858 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
14859 #  data: "plot-dpdk-throughput-latency-3n-skx"
14860 #  include:
14861 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14862 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14863 #  layout:
14864 #    title: "3n-skx-xxv710-64b-2t1c-base-pdr"
14865 #    layout: "plot-throughput"
14866 #
14867 #- type: "plot"
14868 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
14869 #  algorithm: "plot_perf_box_name"
14870 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
14871 #  data: "plot-dpdk-throughput-latency-3n-skx"
14872 #  include:
14873 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14874 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14875 #  layout:
14876 #    title: "3n-skx-xxv710-64b-4t2c-base-pdr"
14877 #    layout: "plot-throughput"
14878 #
14879 ## 3n-skx-x710
14880 #
14881 #- type: "plot"
14882 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
14883 #  algorithm: "plot_perf_box_name"
14884 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
14885 #  data: "plot-dpdk-throughput-latency-3n-skx"
14886 #  include:
14887 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14888 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14889 #  layout:
14890 #    title: "3n-skx-x710-64b-2t1c-base-ndr"
14891 #    layout: "plot-throughput"
14892 #
14893 #- type: "plot"
14894 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
14895 #  algorithm: "plot_perf_box_name"
14896 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
14897 #  data: "plot-dpdk-throughput-latency-3n-skx"
14898 #  include:
14899 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14900 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14901 #  layout:
14902 #    title: "3n-skx-x710-64b-4t2c-base-ndr"
14903 #    layout: "plot-throughput"
14904 #
14905 #- type: "plot"
14906 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
14907 #  algorithm: "plot_perf_box_name"
14908 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
14909 #  data: "plot-dpdk-throughput-latency-3n-skx"
14910 #  include:
14911 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14912 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14913 #  layout:
14914 #    title: "3n-skx-x710-64b-2t1c-base-pdr"
14915 #    layout: "plot-throughput"
14916 #
14917 #- type: "plot"
14918 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
14919 #  algorithm: "plot_perf_box_name"
14920 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
14921 #  data: "plot-dpdk-throughput-latency-3n-skx"
14922 #  include:
14923 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14924 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14925 #  layout:
14926 #    title: "3n-skx-x710-64b-4t2c-base-pdr"
14927 #    layout: "plot-throughput"
14928
14929 # 3n-hsw-xl710
14930
14931 - type: "plot"
14932   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
14933   algorithm: "plot_perf_box_name"
14934   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
14935   data: "plot-dpdk-throughput-latency-3n-hsw"
14936   include:
14937     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14938     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14939   layout:
14940     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
14941     layout: "plot-throughput"
14942
14943 - type: "plot"
14944   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
14945   algorithm: "plot_perf_box_name"
14946   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
14947   data: "plot-dpdk-throughput-latency-3n-hsw"
14948   include:
14949     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14950     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14951   layout:
14952     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
14953     layout: "plot-throughput"
14954
14955 - type: "plot"
14956   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
14957   algorithm: "plot_perf_box_name"
14958   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
14959   data: "plot-dpdk-throughput-latency-3n-hsw"
14960   include:
14961     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14962     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14963   layout:
14964     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
14965     layout: "plot-throughput"
14966
14967 - type: "plot"
14968   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
14969   algorithm: "plot_perf_box_name"
14970   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
14971   data: "plot-dpdk-throughput-latency-3n-hsw"
14972   include:
14973     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14974     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14975   layout:
14976     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
14977     layout: "plot-throughput"
14978
14979 # 3n-hsw-x710
14980
14981 - type: "plot"
14982   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
14983   algorithm: "plot_perf_box_name"
14984   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
14985   data: "plot-dpdk-throughput-latency-3n-hsw"
14986   include:
14987     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14988     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14989   layout:
14990     title: "3n-hsw-x710-64b-1t1c-base-ndr"
14991     layout: "plot-throughput"
14992
14993 - type: "plot"
14994   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
14995   algorithm: "plot_perf_box_name"
14996   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
14997   data: "plot-dpdk-throughput-latency-3n-hsw"
14998   include:
14999     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15000     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15001   layout:
15002     title: "3n-hsw-x710-64b-2t2c-base-ndr"
15003     layout: "plot-throughput"
15004
15005 - type: "plot"
15006   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
15007   algorithm: "plot_perf_box_name"
15008   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
15009   data: "plot-dpdk-throughput-latency-3n-hsw"
15010   include:
15011     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15012     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15013   layout:
15014     title: "3n-hsw-x710-64b-1t1c-base-pdr"
15015     layout: "plot-throughput"
15016
15017 - type: "plot"
15018   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
15019   algorithm: "plot_perf_box_name"
15020   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
15021   data: "plot-dpdk-throughput-latency-3n-hsw"
15022   include:
15023     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15024     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15025   layout:
15026     title: "3n-hsw-x710-64b-2t2c-base-pdr"
15027     layout: "plot-throughput"
15028
15029 # 2n-dnv-x553
15030
15031 - type: "plot"
15032   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
15033   algorithm: "plot_perf_box_name"
15034   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
15035   data: "plot-dpdk-throughput-latency-2n-dnv"
15036   include:
15037     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15038     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15039   layout:
15040     title: "2n-dnv-x553-64b-1t1c-base-ndr"
15041     layout: "plot-throughput"
15042
15043 - type: "plot"
15044   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
15045   algorithm: "plot_perf_box_name"
15046   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
15047   data: "plot-dpdk-throughput-latency-2n-dnv"
15048   include:
15049     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15050     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15051   layout:
15052     title: "2n-dnv-x553-64b-2t2c-base-ndr"
15053     layout: "plot-throughput"
15054
15055 - type: "plot"
15056   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
15057   algorithm: "plot_perf_box_name"
15058   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
15059   data: "plot-dpdk-throughput-latency-2n-dnv"
15060   include:
15061     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15062     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15063   layout:
15064     title: "2n-dnv-x553-64b-1t1c-base-pdr"
15065     layout: "plot-throughput"
15066
15067 - type: "plot"
15068   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
15069   algorithm: "plot_perf_box_name"
15070   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
15071   data: "plot-dpdk-throughput-latency-2n-dnv"
15072   include:
15073     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15074     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15075   layout:
15076     title: "2n-dnv-x553-64b-2t2c-base-pdr"
15077     layout: "plot-throughput"
15078
15079 # 3n-dnv-x553
15080
15081 - type: "plot"
15082   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
15083   algorithm: "plot_perf_box_name"
15084   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
15085   data: "plot-dpdk-throughput-latency-3n-dnv"
15086   include:
15087     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15088     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15089   layout:
15090     title: "3n-dnv-x553-64b-1t1c-base-ndr"
15091     layout: "plot-throughput"
15092
15093 - type: "plot"
15094   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
15095   algorithm: "plot_perf_box_name"
15096   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
15097   data: "plot-dpdk-throughput-latency-3n-dnv"
15098   include:
15099     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15100     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15101   layout:
15102     title: "3n-dnv-x553-64b-2t2c-base-ndr"
15103     layout: "plot-throughput"
15104
15105 - type: "plot"
15106   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
15107   algorithm: "plot_perf_box_name"
15108   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
15109   data: "plot-dpdk-throughput-latency-3n-dnv"
15110   include:
15111     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15112     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15113   layout:
15114     title: "3n-dnv-x553-64b-1t1c-base-pdr"
15115     layout: "plot-throughput"
15116
15117 - type: "plot"
15118   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
15119   algorithm: "plot_perf_box_name"
15120   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
15121   data: "plot-dpdk-throughput-latency-3n-dnv"
15122   include:
15123     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15124     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15125   layout:
15126     title: "3n-dnv-x553-64b-2t2c-base-pdr"
15127     layout: "plot-throughput"
15128
15129 # 3n-tsh-x520
15130
15131 - type: "plot"
15132   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
15133   algorithm: "plot_perf_box_name"
15134   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
15135   data: "plot-dpdk-throughput-latency-3n-tsh"
15136   include:
15137     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15138     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15139   layout:
15140     title: "3n-tsh-x520-64b-1t1c-base-ndr"
15141     layout: "plot-throughput"
15142
15143 - type: "plot"
15144   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
15145   algorithm: "plot_perf_box_name"
15146   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
15147   data: "plot-dpdk-throughput-latency-3n-tsh"
15148   include:
15149     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15150     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15151   layout:
15152     title: "3n-tsh-x520-64b-2t2c-base-ndr"
15153     layout: "plot-throughput"
15154
15155 - type: "plot"
15156   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
15157   algorithm: "plot_perf_box_name"
15158   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
15159   data: "plot-dpdk-throughput-latency-3n-tsh"
15160   include:
15161     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15162     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15163   layout:
15164     title: "3n-tsh-x520-64b-1t1c-base-pdr"
15165     layout: "plot-throughput"
15166
15167 - type: "plot"
15168   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
15169   algorithm: "plot_perf_box_name"
15170   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
15171   data: "plot-dpdk-throughput-latency-3n-tsh"
15172   include:
15173     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15174     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15175   layout:
15176     title: "3n-tsh-x520-64b-2t2c-base-pdr"
15177     layout: "plot-throughput"
15178
15179 ################################################################################
15180 ###   2n-clx                                                                 ###
15181 ################################################################################
15182
15183 # Packet Throughput
15184
15185 #- type: "plot"
15186 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15187 #  algorithm: "plot_perf_box_name"
15188 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15189 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15190 #  include:
15191 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15192 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15193 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15194 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15195 #  layout:
15196 #    title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15197 #    layout: "plot-throughput"
15198 #
15199 #- type: "plot"
15200 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15201 #  algorithm: "plot_perf_box_name"
15202 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15203 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15204 #  include:
15205 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15206 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15207 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15208 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15209 #  layout:
15210 #    title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15211 #    layout: "plot-throughput"
15212 #
15213 #- type: "plot"
15214 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15215 #  algorithm: "plot_perf_box_name"
15216 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15217 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15218 #  include:
15219 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15220 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15221 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15222 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15223 #  layout:
15224 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15225 #    layout: "plot-throughput"
15226 #
15227 #- type: "plot"
15228 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15229 #  algorithm: "plot_perf_box_name"
15230 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15231 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15232 #  include:
15233 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15234 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15235 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15236 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15237 #  layout:
15238 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15239 #    layout: "plot-throughput"
15240 #
15241 #- type: "plot"
15242 #  title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15243 #  algorithm: "plot_perf_box_name"
15244 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15245 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15246 #  include:
15247 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15248 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15249 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15250 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15251 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15252 #  layout:
15253 #    title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15254 #    layout: "plot-throughput"
15255 #
15256 #- type: "plot"
15257 #  title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15258 #  algorithm: "plot_perf_box_name"
15259 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15260 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15261 #  include:
15262 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15263 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15264 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15265 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15266 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15267 #  layout:
15268 #    title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15269 #    layout: "plot-throughput"
15270 #
15271 #- type: "plot"
15272 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15273 #  algorithm: "plot_perf_box_name"
15274 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15275 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15276 #  include:
15277 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15278 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15279 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15280 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15281 #  layout:
15282 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15283 #    layout: "plot-throughput"
15284 #
15285 #- type: "plot"
15286 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15287 #  algorithm: "plot_perf_box_name"
15288 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15289 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15290 #  include:
15291 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15292 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15293 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15294 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15295 #  layout:
15296 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15297 #    layout: "plot-throughput"
15298 #
15299 #- type: "plot"
15300 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15301 #  algorithm: "plot_perf_box_name"
15302 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15303 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15304 #  include:
15305 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15306 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15307 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15308 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15309 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15310 #  layout:
15311 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15312 #    layout: "plot-throughput"
15313 #
15314 #- type: "plot"
15315 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15316 #  algorithm: "plot_perf_box_name"
15317 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15318 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15319 #  include:
15320 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15321 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15322 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15323 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15324 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15325 #  layout:
15326 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15327 #    layout: "plot-throughput"
15328 #
15329 #- type: "plot"
15330 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15331 #  algorithm: "plot_perf_box_name"
15332 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15333 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15334 #  include:
15335 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15336 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15337 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15338 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15339 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15340 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15341 #  layout:
15342 #    title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15343 #    layout: "plot-throughput"
15344 #
15345 #- type: "plot"
15346 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15347 #  algorithm: "plot_perf_box_name"
15348 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15349 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15350 #  include:
15351 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15352 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15353 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15354 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15355 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15356 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15357 #  layout:
15358 #    title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15359 #    layout: "plot-throughput"
15360 #
15361 #- type: "plot"
15362 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15363 #  algorithm: "plot_perf_box_name"
15364 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15365 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15366 #  include:
15367 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15368 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15369 #  layout:
15370 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15371 #    layout: "plot-throughput"
15372 #
15373 #- type: "plot"
15374 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15375 #  algorithm: "plot_perf_box_name"
15376 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15377 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15378 #  include:
15379 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15380 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15381 #  layout:
15382 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15383 #    layout: "plot-throughput"
15384 #
15385 #- type: "plot"
15386 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15387 #  algorithm: "plot_perf_box_name"
15388 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15389 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15390 #  include:
15391 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15392 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15393 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15394 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15395 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15396 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15397 #  layout:
15398 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15399 #    layout: "plot-throughput"
15400 #
15401 #- type: "plot"
15402 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15403 #  algorithm: "plot_perf_box_name"
15404 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15405 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15406 #  include:
15407 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15408 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15409 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15410 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15411 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15412 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15413 #  layout:
15414 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15415 #    layout: "plot-throughput"
15416 #
15417 #- type: "plot"
15418 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15419 #  algorithm: "plot_perf_box_name"
15420 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15421 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15422 #  include:
15423 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15424 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15425 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15426 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15427 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15428 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15429 #  layout:
15430 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15431 #    layout: "plot-throughput"
15432 #
15433 #- type: "plot"
15434 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15435 #  algorithm: "plot_perf_box_name"
15436 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15437 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15438 #  include:
15439 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15440 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15441 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15442 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15443 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15444 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15445 #  layout:
15446 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15447 #    layout: "plot-throughput"
15448 #
15449 #- type: "plot"
15450 #  title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15451 #  algorithm: "plot_perf_box_name"
15452 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15453 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15454 #  include:
15455 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15456 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15457 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15458 #  layout:
15459 #    title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15460 #    layout: "plot-throughput"
15461 #
15462 #- type: "plot"
15463 #  title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15464 #  algorithm: "plot_perf_box_name"
15465 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15466 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15467 #  include:
15468 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15469 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15470 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15471 #  layout:
15472 #    title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15473 #    layout: "plot-throughput"
15474 #
15475 #- type: "plot"
15476 #  title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15477 #  algorithm: "plot_perf_box_name"
15478 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15479 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15480 #  include:
15481 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15482 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15483 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15484 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15485 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15486 #  layout:
15487 #    title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15488 #    layout: "plot-throughput"
15489 #
15490 #- type: "plot"
15491 #  title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15492 #  algorithm: "plot_perf_box_name"
15493 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15494 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15495 #  include:
15496 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15497 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15498 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15499 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15500 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15501 #  layout:
15502 #    title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15503 #    layout: "plot-throughput"
15504 #
15505 #- type: "plot"
15506 #  title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15507 #  algorithm: "plot_perf_box_name"
15508 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15509 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15510 #  include:
15511 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15512 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15513 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15514 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15515 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15516 #  layout:
15517 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15518 #    layout: "plot-throughput"
15519 #
15520 #- type: "plot"
15521 #  title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15522 #  algorithm: "plot_perf_box_name"
15523 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15524 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15525 #  include:
15526 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15527 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15528 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15529 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15530 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15531 #  layout:
15532 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15533 #    layout: "plot-throughput"
15534 #
15535 #- type: "plot"
15536 #  title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15537 #  algorithm: "plot_perf_box_name"
15538 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15539 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15540 #  include:
15541 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15542 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15543 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15544 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15545 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15546 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15547 #  layout:
15548 #    title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15549 #    layout: "plot-throughput"
15550 #
15551 #- type: "plot"
15552 #  title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15553 #  algorithm: "plot_perf_box_name"
15554 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15555 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15556 #  include:
15557 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15558 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15559 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15560 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15561 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15562 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15563 #  layout:
15564 #    title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15565 #    layout: "plot-throughput"
15566 #
15567 #- type: "plot"
15568 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15569 #  algorithm: "plot_perf_box_name"
15570 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15571 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15572 #  include:
15573 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15574 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15575 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15576 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15577 #  layout:
15578 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15579 #    layout: "plot-throughput"
15580 #
15581 #- type: "plot"
15582 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15583 #  algorithm: "plot_perf_box_name"
15584 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15585 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15586 #  include:
15587 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15588 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15589 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15590 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15591 #  layout:
15592 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15593 #    layout: "plot-throughput"
15594 #
15595 #- type: "plot"
15596 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15597 #  algorithm: "plot_perf_box_name"
15598 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15599 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15600 #  include:
15601 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15602 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15603 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15604 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15605 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15606 #  layout:
15607 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15608 #    layout: "plot-throughput"
15609 #
15610 #- type: "plot"
15611 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15612 #  algorithm: "plot_perf_box_name"
15613 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15614 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15615 #  include:
15616 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15617 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15618 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15619 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15620 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15621 #  layout:
15622 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15623 #    layout: "plot-throughput"
15624 #
15625 #- type: "plot"
15626 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15627 #  algorithm: "plot_perf_box_name"
15628 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15629 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15630 #  include:
15631 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15632 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15633 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15634 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15635 #  layout:
15636 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15637 #    layout: "plot-throughput"
15638 #
15639 #- type: "plot"
15640 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15641 #  algorithm: "plot_perf_box_name"
15642 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15643 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15644 #  include:
15645 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15646 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15647 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15648 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15649 #  layout:
15650 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15651 #    layout: "plot-throughput"
15652 #
15653 #- type: "plot"
15654 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15655 #  algorithm: "plot_perf_box_name"
15656 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15657 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15658 #  include:
15659 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15660 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15661 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15662 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15663 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15664 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15665 #  layout:
15666 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15667 #    layout: "plot-throughput"
15668 #
15669 #- type: "plot"
15670 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15671 #  algorithm: "plot_perf_box_name"
15672 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15673 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15674 #  include:
15675 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15676 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15677 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15678 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15679 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15680 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15681 #  layout:
15682 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15683 #    layout: "plot-throughput"
15684 #
15685 #- type: "plot"
15686 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15687 #  algorithm: "plot_perf_box_name"
15688 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15689 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15690 #  include:
15691 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15692 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15693 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15694 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15695 #  layout:
15696 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15697 #    layout: "plot-throughput"
15698 #
15699 #- type: "plot"
15700 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15701 #  algorithm: "plot_perf_box_name"
15702 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15703 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15704 #  include:
15705 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15706 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15707 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15708 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15709 #  layout:
15710 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15711 #    layout: "plot-throughput"
15712 #
15713 #- type: "plot"
15714 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15715 #  algorithm: "plot_perf_box_name"
15716 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15717 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15718 #  include:
15719 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15720 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15721 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15722 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15723 #  layout:
15724 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15725 #    layout: "plot-throughput"
15726 #
15727 #- type: "plot"
15728 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15729 #  algorithm: "plot_perf_box_name"
15730 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15731 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15732 #  include:
15733 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15734 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15735 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15736 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15737 #  layout:
15738 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15739 #    layout: "plot-throughput"
15740 #
15741 #- type: "plot"
15742 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15743 #  algorithm: "plot_perf_box_name"
15744 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15745 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15746 #  include:
15747 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15748 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15749 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15750 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15751 #  layout:
15752 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15753 #    layout: "plot-throughput"
15754 #
15755 #- type: "plot"
15756 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15757 #  algorithm: "plot_perf_box_name"
15758 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15759 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15760 #  include:
15761 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15762 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15763 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15764 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15765 #  layout:
15766 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15767 #    layout: "plot-throughput"
15768 #
15769 #- type: "plot"
15770 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15771 #  algorithm: "plot_perf_box_name"
15772 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15773 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15774 #  include:
15775 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15776 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15777 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15778 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15779 #  layout:
15780 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15781 #    layout: "plot-throughput"
15782 #
15783 #- type: "plot"
15784 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15785 #  algorithm: "plot_perf_box_name"
15786 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15787 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15788 #  include:
15789 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15790 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15791 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15792 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15793 #  layout:
15794 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15795 #    layout: "plot-throughput"
15796 #
15797 #- type: "plot"
15798 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15799 #  algorithm: "plot_perf_box_name"
15800 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15801 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15802 #  include:
15803 #    - "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"
15804 #    - "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"
15805 #    - "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"
15806 #    - "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"
15807 #  layout:
15808 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15809 #    layout: "plot-throughput"
15810 #
15811 #- type: "plot"
15812 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15813 #  algorithm: "plot_perf_box_name"
15814 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15815 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15816 #  include:
15817 #    - "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"
15818 #    - "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"
15819 #    - "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"
15820 #    - "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"
15821 #  layout:
15822 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15823 #    layout: "plot-throughput"
15824 #
15825 #################################################################################
15826 #
15827 ## Packet Speedup
15828 #
15829 #- type: "plot"
15830 #  title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15831 #  algorithm: "plot_tsa_name"
15832 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15833 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15834 #  include:
15835 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15836 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15837 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15838 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15839 #  layout:
15840 #    title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
15841 #    layout: "plot-throughput-speedup-analysis"
15842 #
15843 #- type: "plot"
15844 #  title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15845 #  algorithm: "plot_tsa_name"
15846 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15847 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15848 #  include:
15849 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15850 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15851 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15852 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15853 #  layout:
15854 #    title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
15855 #    layout: "plot-throughput-speedup-analysis"
15856 #
15857 #- type: "plot"
15858 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15859 #  algorithm: "plot_tsa_name"
15860 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15861 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15862 #  include:
15863 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15864 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15865 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15866 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15867 #  layout:
15868 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15869 #    layout: "plot-throughput"
15870 #
15871 #- type: "plot"
15872 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15873 #  algorithm: "plot_tsa_name"
15874 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15875 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15876 #  include:
15877 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15878 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15879 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15880 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15881 #  layout:
15882 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15883 #    layout: "plot-throughput"
15884 #
15885 #- type: "plot"
15886 #  title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15887 #  algorithm: "plot_tsa_name"
15888 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15889 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15890 #  include:
15891 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15892 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15893 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15894 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15895 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15896 #  layout:
15897 #    title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
15898 #    layout: "plot-throughput-speedup-analysis"
15899 #
15900 #- type: "plot"
15901 #  title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15902 #  algorithm: "plot_tsa_name"
15903 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15904 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15905 #  include:
15906 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15907 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15908 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15909 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15910 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15911 #  layout:
15912 #    title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
15913 #    layout: "plot-throughput-speedup-analysis"
15914 #
15915 #- type: "plot"
15916 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15917 #  algorithm: "plot_tsa_name"
15918 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15919 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15920 #  include:
15921 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15922 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15923 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15924 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15925 #  layout:
15926 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15927 #    layout: "plot-throughput-speedup-analysis"
15928 #
15929 #- type: "plot"
15930 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15931 #  algorithm: "plot_tsa_name"
15932 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15933 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15934 #  include:
15935 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15936 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15937 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15938 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15939 #  layout:
15940 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15941 #    layout: "plot-throughput-speedup-analysis"
15942 #
15943 #- type: "plot"
15944 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15945 #  algorithm: "plot_tsa_name"
15946 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15947 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15948 #  include:
15949 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15950 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15951 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15952 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15953 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15954 #  layout:
15955 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15956 #    layout: "plot-throughput-speedup-analysis"
15957 #
15958 #- type: "plot"
15959 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15960 #  algorithm: "plot_tsa_name"
15961 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15962 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15963 #  include:
15964 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15965 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15966 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15967 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15968 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15969 #  layout:
15970 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15971 #    layout: "plot-throughput-speedup-analysis"
15972 #
15973 #- type: "plot"
15974 #  title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15975 #  algorithm: "plot_tsa_name"
15976 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15977 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15978 #  include:
15979 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15980 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15981 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15982 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15983 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15984 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15985 #  layout:
15986 #    title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15987 #    layout: "plot-throughput-speedup-analysis"
15988 #
15989 #- type: "plot"
15990 #  title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15991 #  algorithm: "plot_tsa_name"
15992 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15993 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15994 #  include:
15995 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15996 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15997 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15998 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15999 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16000 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16001 #  layout:
16002 #    title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
16003 #    layout: "plot-throughput-speedup-analysis"
16004 #
16005 #- type: "plot"
16006 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-tsa"
16007 #  algorithm: "plot_tsa_name"
16008 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-tsa"
16009 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16010 #  include:
16011 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16012 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16013 #  layout:
16014 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16015 #    layout: "plot-throughput"
16016 #
16017 #- type: "plot"
16018 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr-tsa"
16019 #  algorithm: "plot_tsa_name"
16020 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr-tsa"
16021 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16022 #  include:
16023 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16024 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16025 #  layout:
16026 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16027 #    layout: "plot-throughput"
16028 #
16029 #- type: "plot"
16030 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-tsa"
16031 #  algorithm: "plot_tsa_name"
16032 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-tsa"
16033 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16034 #  include:
16035 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16036 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16037 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16038 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16039 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16040 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16041 #  layout:
16042 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16043 #    layout: "plot-throughput"
16044 #
16045 #- type: "plot"
16046 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr-tsa"
16047 #  algorithm: "plot_tsa_name"
16048 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr-tsa"
16049 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16050 #  include:
16051 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16052 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16053 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16054 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16055 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16056 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16057 #  layout:
16058 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16059 #    layout: "plot-throughput"
16060 #
16061 #- type: "plot"
16062 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-tsa"
16063 #  algorithm: "plot_tsa_name"
16064 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-tsa"
16065 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16066 #  include:
16067 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16068 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16069 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16070 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16071 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16072 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16073 #  layout:
16074 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16075 #    layout: "plot-throughput"
16076 #
16077 #- type: "plot"
16078 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr-tsa"
16079 #  algorithm: "plot_tsa_name"
16080 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr-tsa"
16081 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16082 #  include:
16083 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16084 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16085 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16086 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16087 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16088 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16089 #  layout:
16090 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16091 #    layout: "plot-throughput"
16092 #
16093 #- type: "plot"
16094 #  title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16095 #  algorithm: "plot_tsa_name"
16096 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16097 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16098 #  include:
16099 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16100 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16101 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16102 #  layout:
16103 #    title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr"
16104 #    layout: "plot-throughput-speedup-analysis"
16105 #
16106 #- type: "plot"
16107 #  title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16108 #  algorithm: "plot_tsa_name"
16109 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16110 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16111 #  include:
16112 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16113 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16114 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16115 #  layout:
16116 #    title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr"
16117 #    layout: "plot-throughput-speedup-analysis"
16118 #
16119 #- type: "plot"
16120 #  title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16121 #  algorithm: "plot_tsa_name"
16122 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16123 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16124 #  include:
16125 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16126 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16127 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16128 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16129 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16130 #  layout:
16131 #    title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
16132 #    layout: "plot-throughput-speedup-analysis"
16133 #
16134 #- type: "plot"
16135 #  title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16136 #  algorithm: "plot_tsa_name"
16137 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16138 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16139 #  include:
16140 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16141 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16142 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16143 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16144 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16145 #  layout:
16146 #    title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
16147 #    layout: "plot-throughput-speedup-analysis"
16148 #
16149 #- type: "plot"
16150 #  title: "Speedup: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-tsa"
16151 #  algorithm: "plot_tsa_name"
16152 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-tsa"
16153 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16154 #  include:
16155 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16156 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16157 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16158 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16159 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16160 #  layout:
16161 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16162 #    layout: "plot-throughput"
16163 #
16164 #- type: "plot"
16165 #  title: "Speedup: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr-tsa"
16166 #  algorithm: "plot_tsa_name"
16167 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr-tsa"
16168 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16169 #  include:
16170 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16171 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16172 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16173 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16174 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16175 #  layout:
16176 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16177 #    layout: "plot-throughput"
16178 #
16179 #- type: "plot"
16180 #  title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16181 #  algorithm: "plot_tsa_name"
16182 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16183 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16184 #  include:
16185 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16186 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16187 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16188 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16189 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16190 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16191 #  layout:
16192 #    title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
16193 #    layout: "plot-throughput-speedup-analysis"
16194 #
16195 #- type: "plot"
16196 #  title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16197 #  algorithm: "plot_tsa_name"
16198 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16199 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16200 #  include:
16201 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16202 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16203 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16204 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16205 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16206 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16207 #  layout:
16208 #    title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
16209 #    layout: "plot-throughput-speedup-analysis"
16210 #
16211 #- type: "plot"
16212 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16213 #  algorithm: "plot_tsa_name"
16214 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16215 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16216 #  include:
16217 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16218 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16219 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16220 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16221 #  layout:
16222 #    title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
16223 #    layout: "plot-throughput-speedup-analysis"
16224 #
16225 #- type: "plot"
16226 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16227 #  algorithm: "plot_tsa_name"
16228 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16229 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16230 #  include:
16231 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16232 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16233 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16234 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16235 #  layout:
16236 #    title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
16237 #    layout: "plot-throughput-speedup-analysis"
16238 #
16239 #- type: "plot"
16240 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16241 #  algorithm: "plot_tsa_name"
16242 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16243 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16244 #  include:
16245 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16246 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16247 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16248 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16249 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16250 #  layout:
16251 #    title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
16252 #    layout: "plot-throughput-speedup-analysis"
16253 #
16254 #- type: "plot"
16255 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16256 #  algorithm: "plot_tsa_name"
16257 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16258 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16259 #  include:
16260 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16261 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16262 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16263 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16264 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16265 #  layout:
16266 #    title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
16267 #    layout: "plot-throughput-speedup-analysis"
16268 #
16269 #- type: "plot"
16270 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16271 #  algorithm: "plot_tsa_name"
16272 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16273 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16274 #  include:
16275 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16276 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16277 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16278 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16279 #  layout:
16280 #    title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
16281 #    layout: "plot-throughput-speedup-analysis"
16282 #
16283 #- type: "plot"
16284 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16285 #  algorithm: "plot_tsa_name"
16286 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16287 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16288 #  include:
16289 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16290 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16291 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16292 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16293 #  layout:
16294 #    title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
16295 #    layout: "plot-throughput-speedup-analysis"
16296 #
16297 #- type: "plot"
16298 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-tsa"
16299 #  algorithm: "plot_tsa_name"
16300 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-tsa"
16301 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16302 #  include:
16303 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
16304 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16305 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16306 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
16307 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
16308 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16309 #  layout:
16310 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
16311 #    layout: "plot-throughput"
16312 #
16313 #- type: "plot"
16314 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr-tsa"
16315 #  algorithm: "plot_tsa_name"
16316 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr-tsa"
16317 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16318 #  include:
16319 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
16320 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16321 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16322 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
16323 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
16324 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16325 #  layout:
16326 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
16327 #    layout: "plot-throughput"
16328 #
16329 #- type: "plot"
16330 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-tsa"
16331 #  algorithm: "plot_tsa_name"
16332 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-tsa"
16333 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16334 #  include:
16335 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16336 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16337 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16338 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16339 #  layout:
16340 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
16341 #    layout: "plot-throughput"
16342 #
16343 #- type: "plot"
16344 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr-tsa"
16345 #  algorithm: "plot_tsa_name"
16346 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr-tsa"
16347 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16348 #  include:
16349 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16350 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16351 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16352 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16353 #  layout:
16354 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
16355 #    layout: "plot-throughput"
16356 #
16357 #- type: "plot"
16358 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16359 #  algorithm: "plot_tsa_name"
16360 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16361 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16362 #  include:
16363 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16364 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16365 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16366 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16367 #  layout:
16368 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16369 #    layout: "plot-throughput-speedup-analysis"
16370 #
16371 #- type: "plot"
16372 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16373 #  algorithm: "plot_tsa_name"
16374 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16375 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16376 #  include:
16377 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16378 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16379 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16380 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16381 #  layout:
16382 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16383 #    layout: "plot-throughput-speedup-analysis"
16384 #
16385 #- type: "plot"
16386 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16387 #  algorithm: "plot_tsa_name"
16388 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16389 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16390 #  include:
16391 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16392 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16393 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16394 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16395 #  layout:
16396 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16397 #    layout: "plot-throughput-speedup-analysis"
16398 #
16399 #- type: "plot"
16400 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16401 #  algorithm: "plot_tsa_name"
16402 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16403 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16404 #  include:
16405 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16406 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16407 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16408 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16409 #  layout:
16410 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16411 #    layout: "plot-throughput-speedup-analysis"
16412 #
16413 #- type: "plot"
16414 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-tsa"
16415 #  algorithm: "plot_tsa_name"
16416 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-tsa"
16417 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16418 #  include:
16419 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16420 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16421 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16422 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16423 #  layout:
16424 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
16425 #    layout: "plot-throughput"
16426 #
16427 #- type: "plot"
16428 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr-tsa"
16429 #  algorithm: "plot_tsa_name"
16430 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr-tsa"
16431 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16432 #  include:
16433 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16434 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16435 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16436 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16437 #  layout:
16438 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
16439 #    layout: "plot-throughput"
16440 #
16441 #- type: "plot"
16442 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16443 #  algorithm: "plot_tsa_name"
16444 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16445 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16446 #  include:
16447 #    - "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"
16448 #    - "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"
16449 #    - "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"
16450 #    - "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"
16451 #  layout:
16452 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
16453 #    layout: "plot-throughput"
16454 #
16455 #- type: "plot"
16456 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
16457 #  algorithm: "plot_tsa_name"
16458 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
16459 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16460 #  include:
16461 #    - "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"
16462 #    - "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"
16463 #    - "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"
16464 #    - "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"
16465 #  layout:
16466 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
16467 #    layout: "plot-throughput"
16468
16469 ################################################################################
16470
16471 # Packet Throughput - DPDK
16472
16473 # 2n-clx-xxv710
16474
16475 #- type: "plot"
16476 #  title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
16477 #  algorithm: "plot_perf_box_name"
16478 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
16479 #  data: "plot-dpdk-throughput-latency-2n-clx"
16480 #  include:
16481 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16482 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16483 #  layout:
16484 #    title: "2n-clx-xxv710-64b-2t1c-base-ndr"
16485 #    layout: "plot-throughput"
16486 #
16487 #- type: "plot"
16488 #  title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
16489 #  algorithm: "plot_perf_box_name"
16490 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
16491 #  data: "plot-dpdk-throughput-latency-2n-clx"
16492 #  include:
16493 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16494 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16495 #  layout:
16496 #    title: "2n-clx-xxv710-64b-4t2c-base-ndr"
16497 #    layout: "plot-throughput"
16498 #
16499 #- type: "plot"
16500 #  title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
16501 #  algorithm: "plot_perf_box_name"
16502 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
16503 #  data: "plot-dpdk-throughput-latency-2n-clx"
16504 #  include:
16505 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16506 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16507 #  layout:
16508 #    title: "2n-clx-xxv710-64b-2t1c-base-pdr"
16509 #    layout: "plot-throughput"
16510 #
16511 #- type: "plot"
16512 #  title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
16513 #  algorithm: "plot_perf_box_name"
16514 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
16515 #  data: "plot-dpdk-throughput-latency-2n-clx"
16516 #  include:
16517 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16518 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16519 #  layout:
16520 #    title: "2n-clx-xxv710-64b-4t2c-base-pdr"
16521 #    layout: "plot-throughput"
16522 #
16523 ## 2n-clx-x710
16524 #
16525 #- type: "plot"
16526 #  title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
16527 #  algorithm: "plot_perf_box_name"
16528 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
16529 #  data: "plot-dpdk-throughput-latency-2n-clx"
16530 #  include:
16531 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16532 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16533 #  layout:
16534 #    title: "2n-clx-x710-64b-2t1c-base-ndr"
16535 #    layout: "plot-throughput"
16536 #
16537 #- type: "plot"
16538 #  title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
16539 #  algorithm: "plot_perf_box_name"
16540 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
16541 #  data: "plot-dpdk-throughput-latency-2n-clx"
16542 #  include:
16543 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16544 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16545 #  layout:
16546 #    title: "2n-clx-x710-64b-4t2c-base-ndr"
16547 #    layout: "plot-throughput"
16548 #
16549 #- type: "plot"
16550 #  title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
16551 #  algorithm: "plot_perf_box_name"
16552 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
16553 #  data: "plot-dpdk-throughput-latency-2n-clx"
16554 #  include:
16555 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16556 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16557 #  layout:
16558 #    title: "2n-clx-x710-64b-2t1c-base-pdr"
16559 #    layout: "plot-throughput"
16560 #
16561 #- type: "plot"
16562 #  title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
16563 #  algorithm: "plot_perf_box_name"
16564 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
16565 #  data: "plot-dpdk-throughput-latency-2n-clx"
16566 #  include:
16567 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16568 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16569 #  layout:
16570 #    title: "2n-clx-x710-64b-4t2c-base-pdr"
16571 #    layout: "plot-throughput"
16572
16573 ################################################################################
16574
16575 #- type: "plot"
16576 #  title: "Latency by percentile: 2n-skx"
16577 #  algorithm: "plot_hdrh_lat_by_percentile"
16578 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
16579 #  output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
16580 #  target-links: "../../_static/vpp"
16581 #  data: "plot-vpp-hdrh-lat-2n-skx"
16582 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16583 #  layout:
16584 #    layout: "plot-hdrh-latency-by-percentile"
16585
16586 #- type: "plot"
16587 #  title: "Latency by percentile: 3n-skx"
16588 #  algorithm: "plot_hdrh_lat_by_percentile"
16589 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
16590 #  output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
16591 #  target-links: "../../_static/vpp"
16592 #  data: "plot-vpp-hdrh-lat-3n-skx"
16593 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16594 #  layout:
16595 #    layout: "plot-hdrh-latency-by-percentile"
16596
16597 #- type: "plot"
16598 #  title: "Latency by percentile: 2n-clx"
16599 #  algorithm: "plot_hdrh_lat_by_percentile"
16600 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
16601 #  output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
16602 #  target-links: "../../_static/vpp"
16603 #  data: "plot-vpp-hdrh-lat-2n-clx"
16604 #  filter: "'2T1C' and 'NIC_Mellanox-CX556A'"
16605 #  layout:
16606 #    layout: "plot-hdrh-latency-by-percentile"
16607
16608 - type: "plot"
16609   title: "Latency by percentile: 3n-hsw"
16610   algorithm: "plot_hdrh_lat_by_percentile"
16611   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
16612   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
16613   target-links: "../../_static/vpp"
16614   data: "plot-vpp-hdrh-lat-3n-hsw"
16615   filter: "'1T1C' and 'NIC_Intel-XL710'"
16616   layout:
16617     layout: "plot-hdrh-latency-by-percentile"
16618
16619 - type: "plot"
16620   title: "Latency by percentile: 3n-tsh"
16621   algorithm: "plot_hdrh_lat_by_percentile"
16622   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
16623   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
16624   target-links: "../../_static/vpp"
16625   data: "plot-vpp-hdrh-lat-3n-tsh"
16626   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16627   layout:
16628     layout: "plot-hdrh-latency-by-percentile"
16629
16630 - type: "plot"
16631   title: "Latency by percentile: DPDK 3n-hsw"
16632   algorithm: "plot_hdrh_lat_by_percentile"
16633   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
16634   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
16635   target-links: "../../_static/dpdk"
16636   data: "plot-dpdk-hdrh-lat-3n-hsw"
16637   filter: "'1T1C' and 'NIC_Intel-XL710'"
16638   layout:
16639     layout: "plot-hdrh-latency-by-percentile"
16640
16641 - type: "plot"
16642   title: "Latency by percentile: DPDK 3n-tsh"
16643   algorithm: "plot_hdrh_lat_by_percentile"
16644   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
16645   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
16646   target-links: "../../_static/dpdk"
16647   data: "plot-dpdk-hdrh-lat-3n-tsh"
16648   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16649   layout:
16650     layout: "plot-hdrh-latency-by-percentile"