Report: Detailed test results table
[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
427     plot-vpp-hdrh-lat-3n-tsh:
428       csit-vpp-perf-verify-2001-3n-tsh:
429         - 4   # NDRPDR sel
430
431     plot-dpdk-throughput-latency-3n-tsh:
432       csit-dpdk-perf-verify-2001-3n-tsh:
433         - 3   # NDRPDR sel
434         - 4   # NDRPDR sel
435         - 5   # NDRPDR sel
436         - 9   # NDRPDR sel
437         - 10  # NDRPDR sel
438
439     plot-dpdk-hdrh-lat-3n-tsh:
440       csit-dpdk-perf-verify-2001-3n-tsh:
441         - 3   # NDRPDR sel
442
443     # 3n-dnv
444
445     plot-vpp-throughput-lat-tsa-3n-dnv:
446       csit-vpp-perf-verify-2001-3n-dnv:
447         - 5   # NDRPDR sel
448         - 6   # NDRPDR sel
449         - 7   # NDRPDR sel
450         - 8   # NDRPDR sel
451         - 9   # NDRPDR sel
452         - 10  # NDRPDR sel
453         - 12  # NDRPDR sel
454         - 16  # NDRPDR sel
455         - 17  # NDRPDR sel
456         - 18  # NDRPDR sel
457
458     plot-dpdk-throughput-latency-3n-dnv:
459       csit-dpdk-perf-verify-2001-3n-dnv:
460         - 12  # NDRPDR sel
461         - 13  # NDRPDR sel
462         - 14  # NDRPDR sel
463         - 15  # NDRPDR sel
464         - 16  # NDRPDR sel
465         - 17  # NDRPDR sel
466         - 18  # NDRPDR sel
467         - 19  # NDRPDR sel
468         - 20  # NDRPDR sel
469         - 22  # NDRPDR sel
470
471     # 2n-dnv
472
473     plot-vpp-throughput-lat-tsa-2n-dnv:
474       csit-vpp-perf-verify-2001-2n-dnv:
475         - 4   # NDRPDR sel
476         - 5   # NDRPDR sel
477         - 6   # NDRPDR sel
478         - 7   # NDRPDR sel
479         - 8   # NDRPDR sel
480         - 9   # NDRPDR sel
481         - 10  # NDRPDR sel
482         - 11  # NDRPDR sel
483         - 13  # NDRPDR sel
484         - 16  # NDRPDR sel
485
486     plot-dpdk-throughput-latency-2n-dnv:
487       csit-dpdk-perf-verify-2001-2n-dnv:
488         - 9   # NDRPDR sel
489         - 10  # NDRPDR sel
490         - 11  # NDRPDR sel
491         - 12  # NDRPDR sel
492         - 13  # NDRPDR sel
493         - 14  # NDRPDR sel
494         - 15  # NDRPDR sel
495         - 16  # NDRPDR sel
496         - 17  # NDRPDR sel
497         - 18  # NDRPDR sel
498
499     ###########################################################################
500     # Simple tables (only one data set):
501
502     # NIC Comparisons
503
504     vpp-nic-comparison-3n-skx:
505       # TODO: Add the data
506       csit-vpp-perf-verify-2001-3n-skx:
507         - 14  # NDRPDR sel
508         - 15  # NDRPDR sel
509         - 16  # NDRPDR sel
510
511     vpp-nic-comparison-2n-skx:
512       # TODO: Add the data
513       csit-vpp-perf-verify-2001-2n-skx:
514         - 21  # NDRPDR sel
515         - 22  # NDRPDR sel
516         - 23  # NDRPDR sel
517         - 26  # NDRPDR sel
518
519     vpp-nic-comparison-3n-skx-mrr:
520       # TODO: Replace
521       # csit-vpp-perf-verify-2001-3n-skx:
522       csit-vpp-perf-verify-1908-3n-skx:
523         - 36  # MRR sel
524
525     vpp-nic-comparison-2n-skx-mrr:
526       # TODO: Replace
527       # csit-vpp-perf-verify-2001-2n-skx:
528       csit-vpp-perf-verify-1908-2n-skx:
529         - 69  # MRR sel
530
531     # Results
532
533     vpp-perf-results-3n-hsw:
534       csit-vpp-perf-verify-2001-3n-hsw:
535         - 18  # NDRPDR full
536         - 20  # NDRPDR full
537         - 28  # NDRPDR full
538
539     vpp-perf-results-3n-skx:
540       # TODO: Replace
541       csit-vpp-perf-verify-2001-3n-skx:
542         - 14  # NDRPDR sel
543
544     vpp-perf-results-2n-skx:
545       csit-vpp-perf-verify-2001-2n-skx:
546         - 32  # NDRPDR full
547         - 33  # NDRPDR full
548
549     vpp-perf-results-2n-clx:
550       # TODO: Replace
551       csit-vpp-perf-verify-2001-2n-clx:
552         - 22  # NDRPDR sel
553
554     vpp-perf-results-3n-tsh:
555       # TODO: Replace
556       csit-vpp-perf-verify-2001-3n-tsh:
557         - 3   # NDRPDR sel
558
559     vpp-perf-results-3n-dnv:
560       csit-vpp-perf-verify-2001-3n-dnv:
561         - 19  # NDRPDR full
562         - 20  # NDRPDR full
563         - 21  # NDRPDR full
564         - 22  # NDRPDR full
565         - 23  # NDRPDR full
566         - 24  # NDRPDR full
567         - 25  # NDRPDR full
568
569     vpp-perf-results-2n-dnv:
570       csit-vpp-perf-verify-2001-2n-dnv:
571         - 21  # NDRPDR full
572         - 22  # NDRPDR full
573         - 25  # NDRPDR full
574         - 26  # NDRPDR full
575         - 27  # NDRPDR full
576         - 28  # NDRPDR full
577
578     vpp-mrr-results-3n-hsw:
579       csit-vpp-perf-verify-2001-3n-hsw:
580         - 17  # MRR sel
581
582     vpp-mrr-results-3n-skx:
583       # TODO: Replace
584       # csit-vpp-perf-verify-2001-3n-skx:
585       csit-vpp-perf-verify-1908-3n-skx:
586         - 36  # MRR sel
587
588     vpp-mrr-results-2n-skx:
589       # TODO: Replace
590       # csit-vpp-perf-verify-2001-2n-skx:
591       csit-vpp-perf-verify-1908-2n-skx:
592         - 69  # MRR sel
593
594     vpp-mrr-results-2n-clx:
595       # TODO: Replace
596       # csit-vpp-perf-verify-2001-2n-clx:
597       csit-vpp-perf-verify-1908-2n-skx:
598         - 69  # MRR sel
599
600     vpp-mrr-results-3n-tsh:
601       # TODO: Replace
602       # csit-vpp-perf-verify-2001-3n-tsh:
603       csit-vpp-perf-verify-1908-3n-tsh:
604         - 17  # MRR sel
605
606     vpp-mrr-results-3n-dnv:
607       csit-vpp-perf-verify-2001-3n-dnv:
608         - 11  # MRR sel
609
610     vpp-mrr-results-2n-dnv:
611       csit-vpp-perf-verify-2001-2n-dnv:
612         - 12  # MRR sel
613
614     vpp-device-results-ubuntu:
615       csit-vpp-device-2001-ubuntu1804-1n-skx:
616         - 57
617
618     dpdk-perf-results-3n-hsw:
619       csit-dpdk-perf-verify-2001-3n-hsw:
620         - 25  # NDRPDR full
621         - 26  # NDRPDR full
622
623     dpdk-perf-results-3n-skx:
624       csit-dpdk-perf-verify-2001-3n-skx:
625         - 1   # NDRPDR sel
626
627     dpdk-perf-results-2n-skx:
628       csit-dpdk-perf-verify-2001-2n-skx:
629         - 1   # NDRPDR sel
630
631     dpdk-perf-results-2n-clx:
632       csit-dpdk-perf-verify-2001-2n-clx:
633         - 1   # NDRPDR sel
634
635     dpdk-perf-results-2n-dnv:
636       csit-dpdk-perf-verify-2001-2n-dnv:
637         - 16  # NDRPDR sel
638
639     dpdk-perf-results-3n-dnv:
640       csit-dpdk-perf-verify-2001-3n-dnv:
641         - 12  # NDRPDR sel
642
643     dpdk-perf-results-3n-tsh:
644       csit-dpdk-perf-verify-2001-3n-tsh:
645         - 3   # NDRPDR sel
646
647 ###########################################################################
648     # Tables (more than one data set)
649
650     # Performance changes
651
652     vpp-performance-changes-3n-hsw-h1:
653       csit-vpp-perf-verify-1904-3n-hsw:
654         - 11  # NDRPDR sel
655         - 12  # NDRPDR sel
656         - 20  # NDRPDR sel
657         - 21  # NDRPDR sel
658         - 23  # NDRPDR sel
659         - 24  # NDRPDR sel
660         - 25  # NDRPDR sel
661         - 26  # NDRPDR sel
662         - 29  # NDRPDR sel
663         - 30  # NDRPDR sel
664     vpp-performance-changes-3n-hsw-ref:
665       csit-vpp-perf-verify-1908-3n-hsw:
666         - 12  # NDRPDR sel
667         - 13  # NDRPDR sel
668         - 14  # NDRPDR sel
669         - 15  # NDRPDR sel
670         - 16  # NDRPDR sel
671         - 17  # NDRPDR sel
672         - 18  # NDRPDR sel
673         - 19  # NDRPDR sel
674         - 20  # NDRPDR sel
675         - 21  # NDRPDR sel
676     vpp-performance-changes-3n-hsw-cmp:
677       csit-vpp-perf-verify-2001-3n-hsw:
678         - 21  # NDRPDR sel
679         - 22  # NDRPDR sel
680         - 23  # NDRPDR sel
681         - 24  # NDRPDR sel
682         - 25  # NDRPDR sel
683         - 29  # NDRPDR sel
684         - 30  # NDRPDR sel
685         - 31  # NDRPDR sel
686         - 32  # NDRPDR sel
687         - 34  # NDRPDR sel
688     vpp-performance-changes-3n-hsw:
689       - "vpp-performance-changes-3n-hsw-h1"
690       - "vpp-performance-changes-3n-hsw-ref"
691       - "vpp-performance-changes-3n-hsw-cmp"
692
693     vpp-performance-changes-3n-skx-h1:
694       csit-vpp-perf-verify-1904-3n-skx:
695         - 8   # NDRPDR sel
696         - 9   # NDRPDR sel
697         - 10  # NDRPDR sel
698         - 11  # NDRPDR sel
699         - 12  # NDRPDR sel
700         - 14  # NDRPDR sel
701         - 16  # NDRPDR sel
702         - 21  # NDRPDR sel
703         - 23  # NDRPDR sel
704         - 25  # NDRPDR sel
705     vpp-performance-changes-3n-skx-ref:
706       csit-vpp-perf-verify-1908-3n-skx:
707         - 14  # NDRPDR sel
708         - 16  # NDRPDR sel
709         - 19  # NDRPDR sel
710         - 20  # NDRPDR sel
711         - 22  # NDRPDR sel
712         - 23  # NDRPDR sel
713         - 24  # NDRPDR sel
714         - 25  # NDRPDR sel
715         - 26  # NDRPDR sel
716         - 29  # NDRPDR sel
717     vpp-performance-changes-3n-skx-cmp:
718       # TODO: Add the data
719       csit-vpp-perf-verify-2001-3n-skx:
720         - 14  # NDRPDR sel
721         - 15  # NDRPDR sel
722         - 16  # NDRPDR sel
723     vpp-performance-changes-3n-skx:
724       - "vpp-performance-changes-3n-skx-h1"
725       - "vpp-performance-changes-3n-skx-ref"
726       - "vpp-performance-changes-3n-skx-cmp"
727
728     vpp-performance-changes-2n-skx-h1:
729       csit-vpp-perf-verify-1904-2n-skx:
730         - 12  # NDRPDR sel
731         - 14  # NDRPDR sel
732         - 16  # NDRPDR sel
733         - 17  # NDRPDR sel
734         - 18  # NDRPDR sel
735         - 21  # NDRPDR sel
736         - 27  # NDRPDR sel
737         - 30  # NDRPDR sel
738         - 31  # NDRPDR sel
739         - 32  # NDRPDR sel
740     vpp-performance-changes-2n-skx-ref:
741       csit-vpp-perf-verify-1908-2n-skx:
742         - 26  # NDRPDR sel
743         - 27  # NDRPDR sel
744         - 34  # NDRPDR sel
745         - 35  # NDRPDR sel
746         - 36  # NDRPDR sel
747         - 42  # NDRPDR sel
748         - 43  # NDRPDR sel
749         - 44  # NDRPDR sel
750         - 45  # NDRPDR sel
751         - 46  # NDRPDR sel
752     vpp-performance-changes-2n-skx-cmp:
753       # TODO: Add the data
754       csit-vpp-perf-verify-2001-2n-skx:
755         - 21  # NDRPDR sel
756         - 22  # NDRPDR sel
757         - 23  # NDRPDR sel
758         - 26  # NDRPDR sel
759         - 27  # NDRPDR sel
760         - 29  # NDRPDR sel
761     vpp-performance-changes-2n-skx:
762       - "vpp-performance-changes-2n-skx-h1"
763       - "vpp-performance-changes-2n-skx-ref"
764       - "vpp-performance-changes-2n-skx-cmp"
765
766     vpp-performance-changes-nfv-2n-skx-ref:
767       csit-vpp-perf-verify-1908-2n-skx:
768         - 22  # NFV
769         - 31  # NFV
770         - 32  # NFV
771     vpp-performance-changes-nfv-2n-skx-cmp:
772       # TODO: Add the data
773       csit-vpp-perf-verify-2001-2n-skx:
774         - 30  # NFV
775         - 31  # NFV
776     vpp-performance-changes-nfv-2n-skx:
777       - "vpp-performance-changes-nfv-2n-skx-ref"
778       - "vpp-performance-changes-nfv-2n-skx-cmp"
779
780     vpp-performance-changes-2n-dnv-ref:
781       csit-vpp-perf-verify-1908-2n-dnv:
782         - 1   # NDRPDR sel
783         - 2   # NDRPDR sel
784         - 3   # NDRPDR sel
785         - 4   # NDRPDR sel
786         - 5   # NDRPDR sel
787         - 6   # NDRPDR sel
788         - 7   # NDRPDR sel
789         - 8   # NDRPDR sel
790         - 9   # NDRPDR sel
791         - 10  # NDRPDR sel
792     vpp-performance-changes-2n-dnv-cmp:
793       csit-vpp-perf-verify-2001-2n-dnv:
794         - 4   # NDRPDR sel
795         - 5   # NDRPDR sel
796         - 6   # NDRPDR sel
797         - 7   # NDRPDR sel
798         - 8   # NDRPDR sel
799         - 9   # NDRPDR sel
800         - 10  # NDRPDR sel
801         - 11  # NDRPDR sel
802         - 13  # NDRPDR sel
803         - 16  # NDRPDR sel
804     vpp-performance-changes-2n-dnv:
805       - "vpp-performance-changes-2n-dnv-ref"
806       - "vpp-performance-changes-2n-dnv-cmp"
807
808     vpp-performance-changes-3n-dnv-ref:
809       csit-vpp-perf-verify-1908-3n-dnv:
810         - 6   # NDRPDR sel
811         - 7   # NDRPDR sel
812         - 8   # NDRPDR sel
813         - 9   # NDRPDR sel
814         - 10  # NDRPDR sel
815         - 12  # NDRPDR sel
816         - 13  # NDRPDR sel
817         - 14  # NDRPDR sel
818         - 15  # NDRPDR sel
819         - 16  # NDRPDR sel
820     vpp-performance-changes-3n-dnv-cmp:
821       csit-vpp-perf-verify-2001-3n-dnv:
822         - 5   # NDRPDR sel
823         - 6   # NDRPDR sel
824         - 7   # NDRPDR sel
825         - 8   # NDRPDR sel
826         - 9   # NDRPDR sel
827         - 10  # NDRPDR sel
828         - 12  # NDRPDR sel
829         - 16  # NDRPDR sel
830         - 17  # NDRPDR sel
831         - 18  # NDRPDR sel
832     vpp-performance-changes-3n-dnv:
833       - "vpp-performance-changes-3n-dnv-ref"
834       - "vpp-performance-changes-3n-dnv-cmp"
835
836     vpp-performance-changes-3n-tsh-ref:
837       csit-vpp-perf-verify-1908-3n-tsh:
838         - 7   # NDRPDR sel
839         - 8   # NDRPDR sel
840         - 9   # NDRPDR sel
841         - 10  # NDRPDR sel
842         - 11  # NDRPDR sel
843         - 12  # NDRPDR sel
844         - 13  # NDRPDR sel
845         - 14  # NDRPDR sel
846         - 15  # NDRPDR sel
847         - 16  # NDRPDR sel
848     vpp-performance-changes-3n-tsh-cmp:
849       # TODO: Add the data
850       csit-vpp-perf-verify-2001-3n-tsh:
851         - 3   # NDRPDR sel
852         - 4   # NDRPDR sel
853         - 7   # NDRPDR sel
854         - 8   # NDRPDR sel
855     vpp-performance-changes-3n-tsh:
856       - "vpp-performance-changes-3n-tsh-ref"
857       - "vpp-performance-changes-3n-tsh-cmp"
858
859     vpp-soak-vs-ndr-2n-skx-ref:
860       # TODO: Replace
861       # csit-vpp-perf-verify-2001-2n-skx:
862       csit-vpp-perf-verify-1908-2n-skx:
863         - 26  # NDRPDR sel
864         - 27  # NDRPDR sel
865         - 34  # NDRPDR sel
866     vpp-soak-vs-ndr-2n-skx-cmp:
867       # TODO: Replace
868       # csit-vpp-perf-verify-2001-2n-skx:
869       csit-vpp-perf-verify-1908-2n-skx:
870         - 83  # SOAK
871         - 86  # SOAK
872     vpp-soak-vs-ndr-2n-skx:
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         - 83  # SOAK
880         - 86  # SOAK
881
882     vpp-performance-changes-3n-hsw-mrr-h1:
883       csit-vpp-perf-verify-1904-3n-hsw:
884         - 9   # MRR sel
885     vpp-performance-changes-3n-hsw-mrr-ref:
886       csit-vpp-perf-verify-1908-3n-hsw:
887         - 39  # MRR sel
888     vpp-performance-changes-3n-hsw-mrr-cmp:
889       csit-vpp-perf-verify-2001-3n-hsw:
890         - 17  # MRR sel
891     vpp-performance-changes-3n-hsw-mrr:
892       - "vpp-performance-changes-3n-hsw-mrr-h1"
893       - "vpp-performance-changes-3n-hsw-mrr-ref"
894       - "vpp-performance-changes-3n-hsw-mrr-cmp"
895
896     vpp-performance-changes-3n-skx-mrr-h1:
897       csit-vpp-perf-verify-1904-3n-skx:
898         - 7   # MRR sel
899     vpp-performance-changes-3n-skx-mrr-ref:
900       csit-vpp-perf-verify-1908-3n-skx:
901         - 36  # MRR sel
902     vpp-performance-changes-3n-skx-mrr-cmp:
903       # TODO: Replace
904       # csit-vpp-perf-verify-2001-3n-skx:
905       csit-vpp-perf-verify-1908-3n-skx:
906         - 36  # MRR sel
907     vpp-performance-changes-3n-skx-mrr:
908       - "vpp-performance-changes-3n-skx-mrr-h1"
909       - "vpp-performance-changes-3n-skx-mrr-ref"
910       - "vpp-performance-changes-3n-skx-mrr-cmp"
911
912     vpp-performance-changes-2n-skx-mrr-h1:
913       csit-vpp-perf-verify-1904-2n-skx:
914         - 11  # MRR sel
915     vpp-performance-changes-2n-skx-mrr-ref:
916       csit-vpp-perf-verify-1908-2n-skx:
917         - 69  # MRR sel
918     vpp-performance-changes-2n-skx-mrr-cmp:
919       # TODO: Replace
920       # csit-vpp-perf-verify-2001-2n-skx:
921       csit-vpp-perf-verify-1908-2n-skx:
922         - 69  # MRR sel
923     vpp-performance-changes-2n-skx-mrr:
924       - "vpp-performance-changes-2n-skx-mrr-h1"
925       - "vpp-performance-changes-2n-skx-mrr-ref"
926       - "vpp-performance-changes-2n-skx-mrr-cmp"
927
928     vpp-performance-changes-nfv-2n-skx-mrr-ref:
929       csit-vpp-perf-verify-1908-2n-skx:
930         - 71  # NFV MRR
931     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
932       # TODO: Replace
933       # csit-vpp-perf-verify-2001-2n-skx:
934       csit-vpp-perf-verify-1908-2n-skx:
935         - 71  # NFV MRR
936     vpp-performance-changes-nfv-2n-skx-mrr:
937       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
938       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
939
940     vpp-performance-changes-2n-dnv-mrr-ref:
941       csit-vpp-perf-verify-1908-2n-dnv:
942         - 11  # MRR sel
943     vpp-performance-changes-2n-dnv-mrr-cmp:
944       csit-vpp-perf-verify-2001-2n-dnv:
945         - 12  # MRR sel
946     vpp-performance-changes-2n-dnv-mrr:
947       - "vpp-performance-changes-2n-dnv-mrr-ref"
948       - "vpp-performance-changes-2n-dnv-mrr-cmp"
949
950     vpp-performance-changes-3n-dnv-mrr-ref:
951       csit-vpp-perf-verify-1908-3n-dnv:
952         - 17  # MRR sel
953     vpp-performance-changes-3n-dnv-mrr-cmp:
954       csit-vpp-perf-verify-2001-3n-dnv:
955         - 11  # MRR sel
956     vpp-performance-changes-3n-dnv-mrr:
957       - "vpp-performance-changes-3n-dnv-mrr-ref"
958       - "vpp-performance-changes-3n-dnv-mrr-cmp"
959
960     vpp-performance-changes-3n-tsh-mrr-ref:
961       csit-vpp-perf-verify-1908-3n-tsh:
962         - 17  # MRR sel
963     vpp-performance-changes-3n-tsh-mrr-cmp:
964       # TODO: Replace
965       # csit-vpp-perf-verify-2001-3n-tsh:
966       csit-vpp-perf-verify-1908-3n-tsh:
967         - 17  # MRR sel
968     vpp-performance-changes-3n-tsh-mrr:
969       - "vpp-performance-changes-3n-tsh-mrr-ref"
970       - "vpp-performance-changes-3n-tsh-mrr-cmp"
971
972     dpdk-performance-changes-3n-hsw-h1:
973       csit-dpdk-perf-verify-1904-3n-hsw:
974         - 2   # NDRPDR sel
975         - 3   # NDRPDR sel
976         - 5   # NDRPDR sel
977         - 6   # NDRPDR sel
978         - 13  # NDRPDR sel
979         - 14  # NDRPDR sel
980         - 15  # NDRPDR sel
981         - 18  # NDRPDR sel
982         - 19  # NDRPDR sel
983         - 20  # NDRPDR sel
984     dpdk-performance-changes-3n-hsw-ref:
985       csit-dpdk-perf-verify-1908-3n-hsw:
986         - 2   # NDRPDR sel
987         - 3   # NDRPDR sel
988         - 4   # NDRPDR sel
989         - 5   # NDRPDR sel
990         - 6   # NDRPDR sel
991         - 7   # NDRPDR sel
992         - 8   # NDRPDR sel
993         - 9   # NDRPDR sel
994         - 10  # NDRPDR sel
995         - 11  # NDRPDR sel
996     dpdk-performance-changes-3n-hsw-cmp:
997       csit-dpdk-perf-verify-2001-3n-hsw:
998         - 4   # NDRPDR sel
999         - 5   # NDRPDR sel
1000         - 6   # NDRPDR sel
1001         - 7   # NDRPDR sel
1002         - 8   # NDRPDR sel
1003         - 9   # NDRPDR sel
1004         - 10  # NDRPDR sel
1005         - 11  # NDRPDR sel
1006         - 12  # NDRPDR sel
1007         - 13  # NDRPDR sel
1008         - 15  # NDRPDR sel
1009         - 16  # NDRPDR sel
1010         - 17  # NDRPDR sel
1011         - 18  # NDRPDR sel
1012         - 19  # NDRPDR sel
1013         - 20  # NDRPDR sel
1014         - 21  # NDRPDR sel
1015         - 22  # NDRPDR sel
1016         - 23  # NDRPDR sel
1017         - 24  # NDRPDR sel
1018     dpdk-performance-changes-3n-hsw:
1019       - "dpdk-performance-changes-3n-hsw-h1"
1020       - "dpdk-performance-changes-3n-hsw-ref"
1021       - "dpdk-performance-changes-3n-hsw-cmp"
1022
1023     dpdk-performance-changes-3n-skx-h1:
1024       csit-dpdk-perf-verify-1904-3n-skx:
1025         - 2   # NDRPDR sel
1026         - 3   # NDRPDR sel
1027         - 4   # NDRPDR sel
1028         - 5   # NDRPDR sel
1029         - 6   # NDRPDR sel
1030         - 7   # NDRPDR sel
1031         - 11  # NDRPDR sel
1032         - 12  # NDRPDR sel
1033         - 13  # NDRPDR sel
1034         - 14  # NDRPDR sel
1035     dpdk-performance-changes-3n-skx-ref:
1036       csit-dpdk-perf-verify-1908-3n-skx:
1037         - 3   # NDRPDR sel
1038         - 4   # NDRPDR sel
1039         - 5   # NDRPDR sel
1040         - 6   # NDRPDR sel
1041         - 7   # NDRPDR sel
1042         - 8   # NDRPDR sel
1043         - 9   # NDRPDR sel
1044         - 10  # NDRPDR sel
1045         - 11  # NDRPDR sel
1046         - 12  # NDRPDR sel
1047     dpdk-performance-changes-3n-skx-cmp:
1048       csit-dpdk-perf-verify-2001-3n-skx:
1049         - 1   # NDRPDR sel
1050         - 2   # NDRPDR sel
1051         - 3   # NDRPDR sel
1052         - 4   # NDRPDR sel
1053         - 5   # NDRPDR sel
1054         - 6   # NDRPDR sel
1055         - 7   # NDRPDR sel
1056         - 8   # NDRPDR sel
1057         - 9   # NDRPDR sel
1058         - 10  # NDRPDR sel
1059     dpdk-performance-changes-3n-skx:
1060       - "dpdk-performance-changes-3n-skx-h1"
1061       - "dpdk-performance-changes-3n-skx-ref"
1062       - "dpdk-performance-changes-3n-skx-cmp"
1063
1064     dpdk-performance-changes-2n-skx-h1:
1065       csit-dpdk-perf-verify-1904-2n-skx:
1066         - 2   # NDRPDR sel
1067         - 3   # NDRPDR sel
1068         - 4   # NDRPDR sel
1069         - 5   # NDRPDR sel
1070         - 7   # NDRPDR sel
1071         - 8   # NDRPDR sel
1072         - 9   # NDRPDR sel
1073         - 10  # NDRPDR sel
1074         - 11  # NDRPDR sel
1075         - 12  # NDRPDR sel
1076     dpdk-performance-changes-2n-skx-ref:
1077       csit-dpdk-perf-verify-1908-2n-skx:
1078         - 2   # NDRPDR sel
1079         - 3   # NDRPDR sel
1080         - 4   # NDRPDR sel
1081         - 5   # NDRPDR sel
1082         - 7   # NDRPDR sel
1083         - 8   # NDRPDR sel
1084         - 9   # NDRPDR sel
1085         - 10  # NDRPDR sel
1086         - 11  # NDRPDR sel
1087         - 12  # NDRPDR sel
1088     dpdk-performance-changes-2n-skx-cmp:
1089       csit-dpdk-perf-verify-2001-2n-skx:
1090         - 1   # NDRPDR sel
1091         - 2   # NDRPDR sel
1092         - 3   # NDRPDR sel
1093         - 4   # NDRPDR sel
1094         - 5   # NDRPDR sel
1095         - 6   # NDRPDR sel
1096         - 7   # NDRPDR sel
1097         - 8   # NDRPDR sel
1098         - 9   # NDRPDR sel
1099         - 10  # NDRPDR sel
1100         - 11  # NDRPDR sel
1101         - 13  # NDRPDR sel
1102         - 26  # NDRPDR sel
1103         - 16  # NDRPDR sel
1104         - 17  # NDRPDR sel
1105         - 18  # NDRPDR sel
1106         - 19  # NDRPDR sel
1107         - 27  # NDRPDR sel
1108         - 21  # NDRPDR sel
1109         - 25  # NDRPDR sel
1110     dpdk-performance-changes-2n-skx:
1111       - "dpdk-performance-changes-2n-skx-h1"
1112       - "dpdk-performance-changes-2n-skx-ref"
1113       - "dpdk-performance-changes-2n-skx-cmp"
1114
1115     # Compare testbeds
1116
1117     vpp-compare-testbeds-ref:
1118       csit-vpp-perf-verify-2001-3n-hsw:
1119         - 21  # NDRPDR sel
1120         - 22  # NDRPDR sel
1121         - 23  # NDRPDR sel
1122         - 24  # NDRPDR sel
1123         - 25  # NDRPDR sel
1124         - 29  # NDRPDR sel
1125         - 30  # NDRPDR sel
1126         - 31  # NDRPDR sel
1127         - 32  # NDRPDR sel
1128         - 34  # NDRPDR sel
1129     vpp-compare-testbeds-cmp:
1130       # TODO: Add the data
1131       csit-vpp-perf-verify-2001-3n-skx:
1132         - 14  # NDRPDR sel
1133         - 15  # NDRPDR sel
1134         - 16  # NDRPDR sel
1135     vpp-compare-testbeds:
1136       - "vpp-compare-testbeds-ref"
1137       - "vpp-compare-testbeds-cmp"
1138
1139     vpp-compare-testbeds-skx-clx-ref:
1140       # TODO: Add the data
1141       csit-vpp-perf-verify-2001-2n-skx:
1142         - 21  # NDRPDR sel
1143         - 22  # NDRPDR sel
1144         - 23  # NDRPDR sel
1145         - 26  # NDRPDR sel
1146         - 27  # NDRPDR sel
1147         - 29  # NDRPDR sel
1148     vpp-compare-testbeds-skx-clx-cmp:
1149       # TODO: Add the data
1150       csit-vpp-perf-verify-2001-2n-clx:
1151         - 22  # NDRPDR sel
1152         - 23  # NDRPDR sel
1153         - 24  # NDRPDR sel
1154         - 25  # NDRPDR sel
1155     vpp-compare-testbeds-skx-clx:
1156       - "vpp-compare-testbeds-skx-clx-ref"
1157       - "vpp-compare-testbeds-skx-clx-cmp"
1158
1159     vpp-compare-testbeds-mrr-ref:
1160       csit-vpp-perf-verify-2001-3n-hsw:
1161         - 17  # MRR sel
1162     vpp-compare-testbeds-mrr-cmp:
1163       # TODO: Replace
1164       # csit-vpp-perf-verify-2001-3n-skx:
1165       csit-vpp-perf-verify-1908-3n-skx:
1166         - 36  # MRR sel
1167     vpp-compare-testbeds-mrr:
1168       - "vpp-compare-testbeds-mrr-ref"
1169       - "vpp-compare-testbeds-mrr-cmp"
1170
1171     vpp-compare-testbeds-mrr-skx-clx-ref:
1172       # TODO: Replace
1173       # csit-vpp-perf-verify-2001-2n-skx:
1174       csit-vpp-perf-verify-1908-2n-skx:
1175         - 69  # MRR sel
1176     vpp-compare-testbeds-mrr-skx-clx-cmp:
1177       # TODO: Replace
1178       # csit-vpp-perf-verify-2001-2n-clx:
1179       csit-vpp-perf-verify-1908-2n-skx:
1180         - 69  # MRR sel
1181     vpp-compare-testbeds-mrr-skx-clx:
1182       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1183       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1184
1185     dpdk-compare-testbeds-ref:
1186       csit-dpdk-perf-verify-2001-3n-hsw:
1187         - 4   # NDRPDR sel
1188         - 5   # NDRPDR sel
1189         - 6   # NDRPDR sel
1190         - 7   # NDRPDR sel
1191         - 8   # NDRPDR sel
1192         - 9   # NDRPDR sel
1193         - 10  # NDRPDR sel
1194         - 11  # NDRPDR sel
1195         - 12  # NDRPDR sel
1196         - 13  # NDRPDR sel
1197         - 15  # NDRPDR sel
1198         - 16  # NDRPDR sel
1199         - 17  # NDRPDR sel
1200         - 18  # NDRPDR sel
1201         - 19  # NDRPDR sel
1202         - 20  # NDRPDR sel
1203         - 21  # NDRPDR sel
1204         - 22  # NDRPDR sel
1205         - 23  # NDRPDR sel
1206         - 24  # NDRPDR sel
1207     dpdk-compare-testbeds-cmp:
1208       csit-dpdk-perf-verify-2001-3n-skx:
1209         - 1   # NDRPDR sel
1210         - 2   # NDRPDR sel
1211         - 3   # NDRPDR sel
1212         - 4   # NDRPDR sel
1213         - 5   # NDRPDR sel
1214         - 6   # NDRPDR sel
1215         - 7   # NDRPDR sel
1216         - 8   # NDRPDR sel
1217         - 9   # NDRPDR sel
1218         - 10  # NDRPDR sel
1219     dpdk-compare-testbeds:
1220       - "dpdk-compare-testbeds-ref"
1221       - "dpdk-compare-testbeds-cmp"
1222
1223     dpdk-compare-testbeds-skx-clx-ref:
1224       csit-dpdk-perf-verify-2001-2n-skx:
1225         - 1   # NDRPDR sel
1226         - 2   # NDRPDR sel
1227         - 3   # NDRPDR sel
1228         - 4   # NDRPDR sel
1229         - 5   # NDRPDR sel
1230         - 6   # NDRPDR sel
1231         - 7   # NDRPDR sel
1232         - 8   # NDRPDR sel
1233         - 9   # NDRPDR sel
1234         - 10  # NDRPDR sel
1235         - 11  # NDRPDR sel
1236         - 13  # NDRPDR sel
1237         - 26  # NDRPDR sel
1238         - 16  # NDRPDR sel
1239         - 17  # NDRPDR sel
1240         - 18  # NDRPDR sel
1241         - 19  # NDRPDR sel
1242         - 27  # NDRPDR sel
1243         - 21  # NDRPDR sel
1244         - 25  # NDRPDR sel
1245     dpdk-compare-testbeds-skx-clx-cmp:
1246       csit-dpdk-perf-verify-2001-2n-clx:
1247         - 1   # NDRPDR sel
1248         - 2   # NDRPDR sel
1249         - 3   # NDRPDR sel
1250         - 4   # NDRPDR sel
1251         - 5   # NDRPDR sel
1252         - 6   # NDRPDR sel
1253         - 7   # NDRPDR sel
1254         - 8   # NDRPDR sel
1255         - 9   # NDRPDR sel
1256         - 10  # NDRPDR sel
1257     dpdk-compare-testbeds-skx-clx:
1258       - "dpdk-compare-testbeds-skx-clx-ref"
1259       - "dpdk-compare-testbeds-skx-clx-cmp"
1260
1261     # Compare topologies
1262
1263     vpp-compare-topologies-ref:
1264       # TODO: Add the data
1265       csit-vpp-perf-verify-2001-3n-skx:
1266         - 14  # NDRPDR sel
1267         - 15  # NDRPDR sel
1268         - 16  # NDRPDR sel
1269     vpp-compare-topologies-cmp:
1270       # TODO: Add the data
1271       csit-vpp-perf-verify-2001-2n-skx:
1272         - 21  # NDRPDR sel
1273         - 22  # NDRPDR sel
1274         - 23  # NDRPDR sel
1275         - 26  # NDRPDR sel
1276         - 27  # NDRPDR sel
1277         - 29  # NDRPDR sel
1278     vpp-compare-topologies:
1279       - "vpp-compare-topologies-ref"
1280       - "vpp-compare-topologies-cmp"
1281
1282     vpp-compare-topologies-mrr-ref:
1283       # TODO: Replace
1284       # csit-vpp-perf-verify-2001-3n-skx:
1285       csit-vpp-perf-verify-1908-3n-skx:
1286         - 36  # MRR sel
1287     vpp-compare-topologies-mrr-cmp:
1288       # TODO: Replace
1289       # csit-vpp-perf-verify-2001-2n-skx:
1290       csit-vpp-perf-verify-1908-2n-skx:
1291         - 69  # MRR sel
1292     vpp-compare-topologies-mrr:
1293       - "vpp-compare-topologies-mrr-ref"
1294       - "vpp-compare-topologies-mrr-cmp"
1295
1296     dpdk-compare-topologies-ref:
1297       csit-dpdk-perf-verify-2001-3n-skx:
1298         - 1   # NDRPDR sel
1299         - 2   # NDRPDR sel
1300         - 3   # NDRPDR sel
1301         - 4   # NDRPDR sel
1302         - 5   # NDRPDR sel
1303         - 6   # NDRPDR sel
1304         - 7   # NDRPDR sel
1305         - 8   # NDRPDR sel
1306         - 9   # NDRPDR sel
1307         - 10  # NDRPDR sel
1308     dpdk-compare-topologies-cmp:
1309       csit-dpdk-perf-verify-2001-2n-skx:
1310         - 1   # NDRPDR sel
1311         - 2   # NDRPDR sel
1312         - 3   # NDRPDR sel
1313         - 4   # NDRPDR sel
1314         - 5   # NDRPDR sel
1315         - 6   # NDRPDR sel
1316         - 7   # NDRPDR sel
1317         - 8   # NDRPDR sel
1318         - 9   # NDRPDR sel
1319         - 10  # NDRPDR sel
1320         - 11  # NDRPDR sel
1321         - 13  # NDRPDR sel
1322         - 26  # NDRPDR sel
1323         - 16  # NDRPDR sel
1324         - 17  # NDRPDR sel
1325         - 18  # NDRPDR sel
1326         - 19  # NDRPDR sel
1327         - 27  # NDRPDR sel
1328         - 21  # NDRPDR sel
1329         - 25  # NDRPDR sel
1330     dpdk-compare-topologies:
1331       - "dpdk-compare-topologies-ref"
1332       - "dpdk-compare-topologies-cmp"
1333
1334   plot-layouts:
1335
1336     plot-soak-throughput:
1337       titlefont:
1338         size: 18
1339       xaxis:
1340         title: "<b>Test Cases [Index]</b>"
1341         titlefont:
1342           size: 16
1343         autorange: True
1344         fixedrange: False
1345         gridcolor: "rgb(230, 230, 230)"
1346         linecolor: "rgb(220, 220, 220)"
1347         linewidth: 1
1348         showgrid: True
1349         showline: True
1350         showticklabels: True
1351         tickcolor: "rgb(220, 220, 220)"
1352         tickmode: "linear"
1353         tickfont:
1354           size: 16
1355         zeroline: False
1356       yaxis:
1357         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1358         titlefont:
1359           size: 16
1360         gridcolor: "rgb(230, 230, 230)"
1361         hoverformat: ".4r"
1362         tickformat: ".3r"
1363         linecolor: "rgb(220, 220, 220)"
1364         linewidth: 1
1365         showgrid: True
1366         showline: True
1367         showticklabels: True
1368         tickcolor: "rgb(220, 220, 220)"
1369         tickfont:
1370           size: 16
1371         zeroline: False
1372         range: [0,50]
1373       autosize: False
1374       margin:
1375         t: 50
1376         b: 0
1377         l: 80
1378         r: 20
1379       showlegend: True
1380       legend:
1381         orientation: "h"
1382         font:
1383           size: 16
1384       width: 700
1385       height: 900
1386       paper_bgcolor: "#fff"
1387       plot_bgcolor: "#fff"
1388       hoverlabel:
1389         namelength: -1
1390
1391     plot-service-density:
1392       titlefont:
1393         size: 18
1394       xaxis:
1395         side: "top"
1396         autorange: True
1397         fixedrange: False
1398         showgrid: False
1399         showline: False
1400         showticklabels: False
1401         ticks: ""
1402         ticklen: 0
1403         tickwidth: 0
1404         zeroline: False
1405       yaxis:
1406         autorange: "reversed"
1407         showgrid: False
1408         showline: False
1409         showticklabels: False
1410         ticks: ""
1411         ticklen: 0
1412         tickwidth: 0
1413         zeroline: False
1414       showlegend: False
1415       paper_bgcolor: "#fff"
1416       plot_bgcolor: "#fff"
1417       width: 700
1418       height: 700
1419       hoverlabel:
1420         namelength: -1
1421
1422     plot-cps:
1423       titlefont:
1424         size: 18
1425       xaxis:
1426         title: "<b>Test Cases [Index]</b>"
1427         titlefont:
1428           size: 16
1429         autorange: True
1430         fixedrange: False
1431         gridcolor: "rgb(230, 230, 230)"
1432         linecolor: "rgb(220, 220, 220)"
1433         linewidth: 1
1434         showgrid: True
1435         showline: True
1436         showticklabels: True
1437         tickcolor: "rgb(220, 220, 220)"
1438         tickmode: "linear"
1439         tickfont:
1440           size: 16
1441         zeroline: False
1442       yaxis:
1443         title: "<b>Connections Per Second [cps]</b>"
1444         titlefont:
1445           size: 16
1446         gridcolor: "rgb(230, 230, 230)"
1447         hoverformat: ".4s"
1448         linecolor: "rgb(220, 220, 220)"
1449         linewidth: 1
1450         rangemode: "tozero"
1451         showgrid: True
1452         showline: True
1453         showticklabels: True
1454         tickcolor: "rgb(220, 220, 220)"
1455         tickformat: ".3s"
1456         tickfont:
1457           size: 16
1458         zeroline: False
1459       boxmode: "group"
1460       boxgroupgap: 0.5
1461       autosize: False
1462       margin:
1463         t: 50
1464         b: 20
1465         l: 80
1466         r: 20
1467       showlegend: True
1468       legend:
1469         orientation: "h"
1470         font:
1471           size: 16
1472       width: 700
1473       height: 800
1474       paper_bgcolor: "#fff"
1475       plot_bgcolor: "#fff"
1476       hoverlabel:
1477         namelength: -1
1478
1479     plot-rps:
1480       titlefont:
1481         size: 18
1482       xaxis:
1483         title: "<b>Test Cases [Index]</b>"
1484         titlefont:
1485           size: 16
1486         autorange: True
1487         fixedrange: False
1488         gridcolor: "rgb(230, 230, 230)"
1489         linecolor: "rgb(220, 220, 220)"
1490         linewidth: 1
1491         showgrid: True
1492         showline: True
1493         showticklabels: True
1494         tickcolor: "rgb(220, 220, 220)"
1495         tickmode: "linear"
1496         tickfont:
1497           size: 16
1498         zeroline: False
1499       yaxis:
1500         title: "<b>Requests Per Second [rps]</b>"
1501         titlefont:
1502           size: 16
1503         gridcolor: "rgb(230, 230, 230)"
1504         hoverformat: ".4s"
1505         linecolor: "rgb(220, 220, 220)"
1506         linewidth: 1
1507         rangemode: "tozero"
1508         showgrid: True
1509         showline: True
1510         showticklabels: True
1511         tickcolor: "rgb(230, 230, 230)"
1512         tickformat: ".3s"
1513         tickfont:
1514           size: 16
1515         zeroline: False
1516       boxmode: "group"
1517       boxgroupgap: 0.5
1518       autosize: False
1519       margin:
1520         t: 50
1521         b: 20
1522         l: 80
1523         r: 20
1524       showlegend: True
1525       legend:
1526         orientation: "h"
1527         font:
1528           size: 16
1529       width: 700
1530       height: 800
1531       paper_bgcolor: "#fff"
1532       plot_bgcolor: "#fff"
1533       hoverlabel:
1534         namelength: -1
1535
1536     plot-throughput:
1537       titlefont:
1538         size: 18
1539       xaxis:
1540         title: "<b>Test Cases [Index]</b>"
1541         titlefont:
1542           size: 16
1543         autorange: True
1544         fixedrange: False
1545         gridcolor: "rgb(230, 230, 230)"
1546         linecolor: "rgb(220, 220, 220)"
1547         linewidth: 1
1548         showgrid: True
1549         showline: True
1550         showticklabels: True
1551         tickcolor: "rgb(220, 220, 220)"
1552         tickmode: "linear"
1553         tickfont:
1554           size: 16
1555         zeroline: False
1556       yaxis:
1557         title: "<b>Packet Throughput [Mpps]</b>"
1558         titlefont:
1559           size: 16
1560         gridcolor: "rgb(230, 230, 230)"
1561         hoverformat: ".4r"
1562         tickformat: ".3r"
1563         linecolor: "rgb(220, 220, 220)"
1564         linewidth: 1
1565         showgrid: True
1566         showline: True
1567         showticklabels: True
1568         tickcolor: "rgb(220, 220, 220)"
1569         tickfont:
1570           size: 16
1571         zeroline: False
1572         range: [0,50]
1573       autosize: False
1574       margin:
1575         t: 50
1576         b: 0
1577         l: 80
1578         r: 20
1579       showlegend: True
1580       legend:
1581         orientation: "h"
1582         font:
1583           size: 16
1584       width: 700
1585       height: 900
1586       paper_bgcolor: "#fff"
1587       plot_bgcolor: "#fff"
1588       hoverlabel:
1589         namelength: -1
1590
1591     plot-throughput-speedup-analysis:
1592       titlefont:
1593         size: 18
1594       xaxis:
1595         title: "<b>Number of Cores [Qty]</b>"
1596         titlefont:
1597           size: 16
1598         autorange: True
1599         fixedrange: False
1600         gridcolor: "rgb(230, 230, 230)"
1601         linecolor: "rgb(220, 220, 220)"
1602         linewidth: 1
1603         showgrid: True
1604         showline: True
1605         showticklabels: True
1606         tickcolor: "rgb(238, 238, 238)"
1607         tickmode: "linear"
1608         tickfont:
1609           size: 16
1610         zeroline: False
1611       yaxis:
1612         title: "<b>Packet Throughput [Mpps]</b>"
1613         titlefont:
1614           size: 16
1615         type: "linear"
1616         gridcolor: "rgb(230, 230, 230)"
1617         hoverformat: ".4s"
1618         linecolor: "rgb(220, 220, 220)"
1619         linewidth: 1
1620         showgrid: True
1621         showline: True
1622         showticklabels: True
1623         tickcolor: "rgb(220, 220, 220)"
1624         tickformat: ".4s"
1625         tickfont:
1626           size: 16
1627         zeroline: True
1628         rangemode: "tozero"
1629         range: [0,100]
1630       legend:
1631         orientation: "h"
1632         font:
1633           size: 16
1634         xanchor: "left"
1635         yanchor: "top"
1636         x: 0
1637         y: -0.2
1638         bgcolor: "rgba(255, 255, 255, 0)"
1639         bordercolor: "rgba(255, 255, 255, 0)"
1640         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1641       autosize: False
1642       margin:
1643           't': 50
1644           'b': 150
1645           'l': 85
1646           'r': 10
1647       showlegend: True
1648       width: 700
1649       height: 700
1650       paper_bgcolor: "#fff"
1651       plot_bgcolor: "#fff"
1652       hoverlabel:
1653         namelength: -1
1654       annotations: [
1655         {
1656           text: "_ _          __          ...",
1657           align: "left",
1658           showarrow: False,
1659           xref: "paper",
1660           yref: "paper",
1661           xanchor: "left",
1662           yanchor: "top",
1663           x: 0,
1664           y: -0.13,
1665           font: {
1666             family: "Consolas, Courier New",
1667             size: 15
1668           },
1669         },
1670         {
1671           text: "    Perfect     Measured     Limit",
1672           align: "left",
1673           showarrow: False,
1674           xref: "paper",
1675           yref: "paper",
1676           xanchor: "left",
1677           yanchor: "top",
1678           x: 0,
1679           y: -0.15,
1680           font: {
1681             family: "Consolas, Courier New",
1682             size: 15
1683           },
1684         },
1685       ]
1686
1687     plot-latency:
1688       titlefont:
1689         size: 18
1690       xaxis:
1691         title: "<b>Direction</b>"
1692         titlefont:
1693           size: 16
1694         autorange: True
1695         fixedrange: False
1696         gridcolor: "rgb(230, 230, 230)"
1697         linecolor: "rgb(220, 220, 220)"
1698         linewidth: 1
1699         showgrid: True
1700         showline: True
1701         showticklabels: False
1702         tickcolor: "rgb(220, 220, 220)"
1703         tickmode: "linear"
1704         tickfont:
1705           size: 16
1706         zeroline: False
1707       yaxis:
1708         title: "<b>Packet Latency [uSec]</b>"
1709         titlefont:
1710           size: 16
1711         type: "linear"
1712         gridcolor: "rgb(230, 230, 230)"
1713         hoverformat: ".4s"
1714         linecolor: "rgb(220, 220, 220)"
1715         linewidth: 1
1716         showgrid: True
1717         showline: True
1718         showticklabels: True
1719         tickcolor: "rgb(220, 220, 220)"
1720         tickformat: ".4s"
1721         tickfont:
1722           size: 16
1723         zeroline: True
1724         rangemode: "tozero"
1725       legend:
1726         orientation: "h"
1727         font:
1728           size: 16
1729         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1730       autosize: False
1731       margin:
1732           't': 50
1733           'b': 150
1734           'l': 80
1735           'r': 10
1736       showlegend: True
1737       width: 700
1738       height: 700
1739       paper_bgcolor: "#fff"
1740       plot_bgcolor: "#fff"
1741       hoverlabel:
1742         namelength: -1
1743
1744     plot-hdrh-latency:
1745       title:
1746         text: ""
1747         xanchor: "center"
1748         x: 0.5
1749         font:
1750           size: 16
1751       width: 700
1752       plot_bgcolor: "white"
1753       annotations:
1754         - font:
1755             size: 14
1756           showarrow: False
1757           text: "<b>Packet Latency [uSec]</b>"
1758           x: 1
1759           xanchor: "right"
1760           xref: "paper"
1761           y: -0.045
1762           yanchor: "top"
1763           yref: "paper"
1764         - font:
1765             size: 14
1766           showarrow: False
1767           text: "<b>Probability [%]</b>"
1768           textangle: 270
1769           x: -0.06
1770           xanchor: "center"
1771           xref: "paper"
1772           y: 0.5
1773           yanchor: "middle"
1774           yref: "paper"
1775         - font:
1776             size: 14
1777           showarrow: False
1778           text: "<b>Direction: E-W</b>"
1779           x: 0.24
1780           xanchor: "center"
1781           xref: "paper"
1782           y: 1.05
1783           yanchor: "bottom"
1784           yref: "paper"
1785         - font:
1786             size: 14
1787           showarrow: False
1788           text: "<b>Direction: W-E</b>"
1789           x: 0.74
1790           xanchor: "center"
1791           xref: "paper"
1792           y: 1.05
1793           yanchor: "bottom"
1794           yref: "paper"
1795
1796     plot-hdrh-latency-percentile:
1797       title:
1798         text: ""
1799         xanchor: "center"
1800         x: 0.5
1801         font:
1802           size: 18
1803       xaxis:
1804         type: "log"
1805         title: "<b>Percentile [%]</b>"
1806         titlefont:
1807           size: 16
1808         autorange: True
1809         fixedrange: False
1810         gridcolor: "rgb(230, 230, 230)"
1811         linecolor: "rgb(220, 220, 220)"
1812         linewidth: 1
1813         showgrid: True
1814         showline: True
1815         showticklabels: True
1816         tickcolor: "rgb(220, 220, 220)"
1817         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
1818         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
1819         tickfont:
1820           size: 16
1821       yaxis:
1822         title: "<b>Packet Latency [uSec]</b>"
1823         titlefont:
1824           size: 16
1825         gridcolor: "rgb(230, 230, 230)"
1826         linecolor: "rgb(220, 220, 220)"
1827         linewidth: 1
1828         showgrid: True
1829         showline: True
1830         showticklabels: True
1831         tickcolor: "rgb(220, 220, 220)"
1832         tickfont:
1833           size: 16
1834       autosize: False
1835       showlegend: True
1836       legend:
1837         traceorder: "normal"
1838         orientation: "h"
1839         font:
1840           size: 16
1841         xanchor: "left"
1842         yanchor: "top"
1843         x: 0
1844         y: -0.15
1845         bgcolor: "rgba(255, 255, 255, 0)"
1846         bordercolor: "rgba(255, 255, 255, 0)"
1847       width: 700
1848       height: 700
1849       paper_bgcolor: "white"
1850       plot_bgcolor: "white"
1851
1852     plot-hdrh-latency-by-percentile:
1853       title:
1854         text: "<b>Latency by Percentile Distribution</b>"
1855         xanchor: "center"
1856         x: 0.5
1857         font:
1858           size: 18
1859       showlegend: True
1860       legend:
1861         traceorder: "normal"
1862         orientation: "h"
1863         font:
1864           size: 16
1865         xanchor: "left"
1866         yanchor: "top"
1867         x: 0
1868         y: -0.2
1869         bgcolor: "rgba(255, 255, 255, 0)"
1870         bordercolor: "rgba(255, 255, 255, 0)"
1871       xaxis:
1872         type: "linear"
1873         title: "<b>Percentile [%]</b>"
1874         titlefont:
1875           size: 14
1876         autorange: False
1877         fixedrange: False
1878         range: [0, 100]
1879         gridcolor: "rgb(230, 230, 230)"
1880         linecolor: "rgb(220, 220, 220)"
1881         linewidth: 1
1882         showgrid: True
1883         showline: True
1884         showticklabels: True
1885         tickcolor: "rgb(220, 220, 220)"
1886         tickvals: [0, 25, 50, 75, 100]
1887         ticktext: [0, 25, 50, 75, 100]
1888         tickfont:
1889           size: 14
1890       yaxis:
1891         title: "<b>One-Way Latency per Direction [uSec]</b>"
1892         titlefont:
1893           size: 14
1894         gridcolor: "rgb(230, 230, 230)"
1895         linecolor: "rgb(220, 220, 220)"
1896         linewidth: 1
1897         showgrid: True
1898         showline: True
1899         showticklabels: True
1900         tickcolor: "rgb(220, 220, 220)"
1901         tickfont:
1902           size: 14
1903       width: 700
1904       height: 700
1905       paper_bgcolor: "white"
1906       plot_bgcolor: "white"
1907
1908 - type: "static"
1909   src-path: "{DIR[RST]}"
1910   dst-path: "{DIR[WORKING,SRC]}"
1911
1912 - type: "input"
1913   general:
1914     file-name: "output_info.xml.gz"
1915     file-format: ".gz"
1916     arch-file-format:
1917       - ".gz"
1918       - ".zip"
1919     download-path: "{job}/{build}/archives/{filename}"
1920     extract: "output.xml"
1921
1922     zip-file-name: "robot-plugin.zip"
1923     zip-file-format: ".zip"
1924     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1925     zip-extract: "robot-plugin/output.xml"
1926
1927   builds:
1928
1929     csit-vpp-perf-verify-1904-3n-hsw:
1930       - 9   # MRR sel
1931       - 11  # NDRPDR sel
1932       - 12  # NDRPDR sel
1933       - 20  # NDRPDR sel
1934       - 21  # NDRPDR sel
1935       - 23  # NDRPDR sel
1936       - 24  # NDRPDR sel
1937       - 25  # NDRPDR sel
1938       - 26  # NDRPDR sel
1939       - 29  # NDRPDR sel
1940       - 30  # NDRPDR sel
1941     csit-vpp-perf-verify-1908-3n-hsw:
1942       - 12  # NDRPDR sel
1943       - 13  # NDRPDR sel
1944       - 14  # NDRPDR sel
1945       - 15  # NDRPDR sel
1946       - 16  # NDRPDR sel
1947       - 17  # NDRPDR sel
1948       - 18  # NDRPDR sel
1949       - 19  # NDRPDR sel
1950       - 20  # NDRPDR sel
1951       - 21  # NDRPDR sel
1952       - 48  # NDRPDR sel vhost
1953       - 49  # NDRPDR sel vhost
1954       - 52  # NDRPDR sel vhost
1955       - 53  # NDRPDR sel vhost
1956       - 54  # NDRPDR sel vhost
1957       - 55  # NDRPDR sel vhost
1958       - 56  # NDRPDR sel vhost
1959       - 57  # NDRPDR sel vhost
1960       - 58  # NDRPDR sel vhost
1961       - 59  # NDRPDR sel vhost
1962       - 39  # MRR sel
1963     csit-vpp-perf-verify-2001-3n-hsw:
1964       - 21  # NDRPDR sel
1965       - 22  # NDRPDR sel
1966       - 23  # NDRPDR sel
1967       - 24  # NDRPDR sel
1968       - 25  # NDRPDR sel
1969       - 29  # NDRPDR sel
1970       - 30  # NDRPDR sel
1971       - 31  # NDRPDR sel
1972       - 32  # NDRPDR sel
1973       - 34  # NDRPDR sel
1974       - 17  # MRR sel
1975       - 18  # NDRPDR full
1976       - 20  # NDRPDR full
1977       - 28  # NDRPDR full
1978
1979 #    csit-vpp-perf-verify-1904-3n-skx:
1980 #      - 7   # MRR sel
1981 #      - 8   # NDRPDR sel
1982 #      - 9   # NDRPDR sel
1983 #      - 10  # NDRPDR sel
1984 #      - 11  # NDRPDR sel
1985 #      - 12  # NDRPDR sel
1986 #      - 14  # NDRPDR sel
1987 #      - 16  # NDRPDR sel
1988 #      - 21  # NDRPDR sel
1989 #      - 23  # NDRPDR sel
1990 #      - 25  # NDRPDR sel
1991 #    csit-vpp-perf-verify-1908-3n-skx:
1992 #      - 14  # NDRPDR sel
1993 #      - 16  # NDRPDR sel
1994 #      - 19  # NDRPDR sel
1995 #      - 20  # NDRPDR sel
1996 #      - 22  # NDRPDR sel
1997 #      - 23  # NDRPDR sel
1998 #      - 24  # NDRPDR sel
1999 #      - 25  # NDRPDR sel
2000 #      - 26  # NDRPDR sel
2001 #      - 29  # NDRPDR sel
2002 #      - 52  # NDRPDR sel vhost
2003 #      - 53  # NDRPDR sel vhost
2004 #      - 55  # NDRPDR sel vhost
2005 #      - 61  # NDRPDR sel vhost
2006 #      - 62  # NDRPDR sel vhost
2007 #      - 63  # NDRPDR sel vhost
2008 #      - 64  # NDRPDR sel vhost
2009 #      - 65  # NDRPDR sel vhost
2010 #      - 66  # NDRPDR sel vhost
2011 #      - 67  # NDRPDR sel vhost
2012 #      - 36  # MRR sel
2013 #    csit-vpp-perf-verify-2001-3n-skx:
2014 #      - 14  # NDRPDR sel
2015 #      - 15  # NDRPDR sel
2016 #      - 16  # NDRPDR sel
2017
2018 #    csit-vpp-perf-verify-1904-2n-skx:
2019 #      - 11  # MRR sel
2020 #      - 12  # NDRPDR sel
2021 #      - 14  # NDRPDR sel
2022 #      - 16  # NDRPDR sel
2023 #      - 17  # NDRPDR sel
2024 #      - 18  # NDRPDR sel
2025 #      - 21  # NDRPDR sel
2026 #      - 27  # NDRPDR sel
2027 #      - 30  # NDRPDR sel
2028 #      - 31  # NDRPDR sel
2029 #      - 32  # NDRPDR sel
2030 #    csit-vpp-perf-verify-1908-2n-skx:
2031 #      - 26  # NDRPDR sel
2032 #      - 27  # NDRPDR sel
2033 #      - 34  # NDRPDR sel
2034 #      - 35  # NDRPDR sel
2035 #      - 36  # NDRPDR sel
2036 #      - 42  # NDRPDR sel
2037 #      - 43  # NDRPDR sel
2038 #      - 44  # NDRPDR sel
2039 #      - 45  # NDRPDR sel
2040 #      - 46  # NDRPDR sel
2041 #      - 88  # NDRPDR sel vhost
2042 #      - 89  # NDRPDR sel vhost
2043 #      - 91  # NDRPDR sel vhost
2044 #      - 92  # NDRPDR sel vhost
2045 #      - 93  # NDRPDR sel vhost
2046 #      - 94  # NDRPDR sel vhost
2047 #      - 95  # NDRPDR sel vhost
2048 #      - 96  # NDRPDR sel vhost
2049 #      - 97  # NDRPDR sel vhost
2050 #      - 98  # NDRPDR sel vhost
2051 #      - 69  # MRR sel
2052 #      - 29  # TCP
2053 #      - 30  # TCP
2054 #      - 58  # TCP
2055 #      - 22  # NFV
2056 #      - 31  # NFV
2057 #      - 32  # NFV
2058 #      - 71  # NFV MRR
2059 #      - 113 # NFV reconf sel
2060 #      - 114 # NFV reconf sel
2061 #      - 115 # NFV reconf sel
2062 #      - 83  # SOAK
2063 #      - 86  # SOAK
2064 #    csit-vpp-perf-verify-2001-2n-skx:
2065 #      - 21  # NDRPDR sel
2066 #      - 22  # NDRPDR sel
2067 #      - 23  # NDRPDR sel
2068 #      - 26  # NDRPDR sel
2069 #      - 27  # NDRPDR sel
2070 #      - 29  # NDRPDR sel
2071 #      - 32  # NDRPDR full
2072 #      - 33  # NDRPDR full
2073 #      - 30  # NFV
2074 #      - 31  # NFV
2075
2076 #    csit-vpp-perf-verify-2001-2n-clx:
2077 #      - 22  # NDRPDR sel
2078 #      - 23  # NDRPDR sel
2079 #      - 24  # NDRPDR sel
2080 #      - 25  # NDRPDR sel
2081
2082     csit-vpp-perf-verify-1908-3n-tsh:
2083       - 7   # NDRPDR sel
2084       - 8   # NDRPDR sel
2085       - 9   # NDRPDR sel
2086       - 10  # NDRPDR sel
2087       - 11  # NDRPDR sel
2088       - 12  # NDRPDR sel
2089       - 13  # NDRPDR sel
2090       - 14  # NDRPDR sel
2091       - 15  # NDRPDR sel
2092       - 16  # NDRPDR sel
2093       - 17  # MRR sel
2094     csit-vpp-perf-verify-2001-3n-tsh:
2095       - 3   # NDRPDR sel
2096       - 4   # NDRPDR sel
2097       - 7   # NDRPDR sel
2098       - 8   # NDRPDR sel
2099
2100     csit-vpp-perf-verify-1908-3n-dnv:
2101       - 6   # NDRPDR sel
2102       - 7   # NDRPDR sel
2103       - 8   # NDRPDR sel
2104       - 9   # NDRPDR sel
2105       - 10  # NDRPDR sel
2106       - 12  # NDRPDR sel
2107       - 13  # NDRPDR sel
2108       - 14  # NDRPDR sel
2109       - 15  # NDRPDR sel
2110       - 16  # NDRPDR sel
2111       - 17  # MRR sel
2112     csit-vpp-perf-verify-2001-3n-dnv:
2113       - 5   # NDRPDR sel
2114       - 6   # NDRPDR sel
2115       - 7   # NDRPDR sel
2116       - 8   # NDRPDR sel
2117       - 9   # NDRPDR sel
2118       - 10  # NDRPDR sel
2119       - 12  # NDRPDR sel
2120       - 16  # NDRPDR sel
2121       - 17  # NDRPDR sel
2122       - 18  # NDRPDR sel
2123       - 11  # MRR sel
2124       - 19  # NDRPDR full
2125       - 20  # NDRPDR full
2126       - 21  # NDRPDR full
2127       - 22  # NDRPDR full
2128       - 23  # NDRPDR full
2129       - 24  # NDRPDR full
2130       - 25  # NDRPDR full
2131
2132     csit-vpp-perf-verify-1908-2n-dnv:
2133       - 1   # NDRPDR sel
2134       - 2   # NDRPDR sel
2135       - 3   # NDRPDR sel
2136       - 4   # NDRPDR sel
2137       - 5   # NDRPDR sel
2138       - 6   # NDRPDR sel
2139       - 7   # NDRPDR sel
2140       - 8   # NDRPDR sel
2141       - 9   # NDRPDR sel
2142       - 10  # NDRPDR sel
2143       - 11  # MRR sel
2144     csit-vpp-perf-verify-2001-2n-dnv:
2145       - 4   # NDRPDR sel
2146       - 5   # NDRPDR sel
2147       - 6   # NDRPDR sel
2148       - 7   # NDRPDR sel
2149       - 8   # NDRPDR sel
2150       - 9   # NDRPDR sel
2151       - 10  # NDRPDR sel
2152       - 11  # NDRPDR sel
2153       - 13  # NDRPDR sel
2154       - 16  # NDRPDR sel
2155       - 12  # MRR sel
2156       - 21  # NDRPDR full
2157       - 22  # NDRPDR full
2158       - 25  # NDRPDR full
2159       - 26  # NDRPDR full
2160       - 27  # NDRPDR full
2161       - 28  # NDRPDR full
2162
2163     csit-dpdk-perf-verify-1904-3n-hsw:
2164       - 2   # NDRPDR sel
2165       - 3   # NDRPDR sel
2166       - 5   # NDRPDR sel
2167       - 6   # NDRPDR sel
2168       - 13  # NDRPDR sel
2169       - 14  # NDRPDR sel
2170       - 15  # NDRPDR sel
2171       - 18  # NDRPDR sel
2172       - 19  # NDRPDR sel
2173       - 20  # NDRPDR sel
2174     csit-dpdk-perf-verify-1908-3n-hsw:
2175       - 2   # NDRPDR sel
2176       - 3   # NDRPDR sel
2177       - 4   # NDRPDR sel
2178       - 5   # NDRPDR sel
2179       - 6   # NDRPDR sel
2180       - 7   # NDRPDR sel
2181       - 8   # NDRPDR sel
2182       - 9   # NDRPDR sel
2183       - 10  # NDRPDR sel
2184       - 11  # NDRPDR sel
2185     csit-dpdk-perf-verify-2001-3n-hsw:
2186       - 4   # NDRPDR sel
2187       - 5   # NDRPDR sel
2188       - 6   # NDRPDR sel
2189       - 7   # NDRPDR sel
2190       - 8   # NDRPDR sel
2191       - 9   # NDRPDR sel
2192       - 10  # NDRPDR sel
2193       - 11  # NDRPDR sel
2194       - 12  # NDRPDR sel
2195       - 13  # NDRPDR sel
2196       - 15  # NDRPDR sel
2197       - 16  # NDRPDR sel
2198       - 17  # NDRPDR sel
2199       - 18  # NDRPDR sel
2200       - 19  # NDRPDR sel
2201       - 20  # NDRPDR sel
2202       - 21  # NDRPDR sel
2203       - 22  # NDRPDR sel
2204       - 23  # NDRPDR sel
2205       - 24  # NDRPDR sel
2206       - 25  # NDRPDR full
2207       - 26  # NDRPDR full
2208
2209 #    csit-dpdk-perf-verify-1904-3n-skx:
2210 #      - 2   # NDRPDR sel
2211 #      - 3   # NDRPDR sel
2212 #      - 4   # NDRPDR sel
2213 #      - 5   # NDRPDR sel
2214 #      - 6   # NDRPDR sel
2215 #      - 7   # NDRPDR sel
2216 #      - 11  # NDRPDR sel
2217 #      - 12  # NDRPDR sel
2218 #      - 13  # NDRPDR sel
2219 #      - 14  # NDRPDR sel
2220 #    csit-dpdk-perf-verify-1908-3n-skx:
2221 #      - 3   # NDRPDR sel
2222 #      - 4   # NDRPDR sel
2223 #      - 5   # NDRPDR sel
2224 #      - 6   # NDRPDR sel
2225 #      - 7   # NDRPDR sel
2226 #      - 8   # NDRPDR sel
2227 #      - 9   # NDRPDR sel
2228 #      - 10  # NDRPDR sel
2229 #      - 11  # NDRPDR sel
2230 #      - 12  # NDRPDR sel
2231 #    csit-dpdk-perf-verify-2001-3n-skx:
2232 #      - 1   # NDRPDR sel
2233 #      - 2   # NDRPDR sel
2234 #      - 3   # NDRPDR sel
2235 #      - 4   # NDRPDR sel
2236 #      - 5   # NDRPDR sel
2237 #      - 6   # NDRPDR sel
2238 #      - 7   # NDRPDR sel
2239 #      - 8   # NDRPDR sel
2240 #      - 9   # NDRPDR sel
2241 #      - 10  # NDRPDR sel
2242
2243 #    csit-dpdk-perf-verify-1904-2n-skx:
2244 #      - 2   # NDRPDR sel
2245 #      - 3   # NDRPDR sel
2246 #      - 4   # NDRPDR sel
2247 #      - 5   # NDRPDR sel
2248 #      - 7   # NDRPDR sel
2249 #      - 8   # NDRPDR sel
2250 #      - 9   # NDRPDR sel
2251 #      - 10  # NDRPDR sel
2252 #      - 11  # NDRPDR sel
2253 #      - 12  # NDRPDR sel
2254 #    csit-dpdk-perf-verify-1908-2n-skx:
2255 #      - 2   # NDRPDR sel
2256 #      - 3   # NDRPDR sel
2257 #      - 4   # NDRPDR sel
2258 #      - 5   # NDRPDR sel
2259 #      - 7   # NDRPDR sel
2260 #      - 8   # NDRPDR sel
2261 #      - 9   # NDRPDR sel
2262 #      - 10  # NDRPDR sel
2263 #      - 11  # NDRPDR sel
2264 #      - 12  # NDRPDR sel
2265 #    csit-dpdk-perf-verify-2001-2n-skx:
2266 #      - 1   # NDRPDR sel
2267 #      - 2   # NDRPDR sel
2268 #      - 3   # NDRPDR sel
2269 #      - 4   # NDRPDR sel
2270 #      - 5   # NDRPDR sel
2271 #      - 6   # NDRPDR sel
2272 #      - 7   # NDRPDR sel
2273 #      - 8   # NDRPDR sel
2274 #      - 9   # NDRPDR sel
2275 #      - 10  # NDRPDR sel
2276 #      - 11  # NDRPDR sel
2277 #      - 13  # NDRPDR sel
2278 #      - 26  # NDRPDR sel
2279 #      - 16  # NDRPDR sel
2280 #      - 17  # NDRPDR sel
2281 #      - 18  # NDRPDR sel
2282 #      - 19  # NDRPDR sel
2283 #      - 27  # NDRPDR sel
2284 #      - 21  # NDRPDR sel
2285 #      - 25  # NDRPDR sel
2286
2287 #    csit-dpdk-perf-verify-2001-2n-clx:
2288 #      - 1   # NDRPDR sel
2289 #      - 2   # NDRPDR sel
2290 #      - 3   # NDRPDR sel
2291 #      - 4   # NDRPDR sel
2292 #      - 5   # NDRPDR sel
2293 #      - 6   # NDRPDR sel
2294 #      - 7   # NDRPDR sel
2295 #      - 8   # NDRPDR sel
2296 #      - 9   # NDRPDR sel
2297 #      - 10  # NDRPDR sel
2298
2299     csit-dpdk-perf-verify-2001-2n-dnv:
2300       - 9   # NDRPDR sel
2301       - 10  # NDRPDR sel
2302       - 11  # NDRPDR sel
2303       - 12  # NDRPDR sel
2304       - 13  # NDRPDR sel
2305       - 14  # NDRPDR sel
2306       - 15  # NDRPDR sel
2307       - 16  # NDRPDR sel
2308       - 17  # NDRPDR sel
2309       - 18  # NDRPDR sel
2310
2311     csit-dpdk-perf-verify-2001-3n-dnv:
2312       - 12  # NDRPDR sel
2313       - 13  # NDRPDR sel
2314       - 14  # NDRPDR sel
2315       - 15  # NDRPDR sel
2316       - 16  # NDRPDR sel
2317       - 17  # NDRPDR sel
2318       - 18  # NDRPDR sel
2319       - 19  # NDRPDR sel
2320       - 20  # NDRPDR sel
2321       - 22  # NDRPDR sel
2322
2323     csit-dpdk-perf-verify-2001-3n-tsh:
2324       - 3   # NDRPDR sel
2325       - 4   # NDRPDR sel
2326       - 5   # NDRPDR sel
2327       - 9   # NDRPDR sel
2328       - 10  # NDRPDR sel
2329
2330     csit-vpp-device-2001-ubuntu1804-1n-skx:
2331       - 57
2332
2333 - type: "output"
2334   output: "report"
2335   format:
2336     html:
2337     - full
2338 # TODO: Enable for release runs:
2339 #    pdf:
2340 #    - minimal
2341
2342 ################################################################################
2343 ###                               T A B L E S                                ###
2344 ################################################################################
2345
2346 ## VPP Soak vs NDR
2347 #- type: "table"
2348 #  title: "VPP Soak vs NDR 2n-skx"
2349 #  algorithm: "table_soak_vs_ndr"
2350 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2351 #  reference:
2352 #    title: "NDR"
2353 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2354 #  compare:
2355 #    title: "Soak"
2356 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2357 #  data: "vpp-soak-vs-ndr-2n-skx"
2358 #  include-tests: "NDR"
2359 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2360 #  parameters:
2361 #    - "throughput"
2362 #    - "name"
2363 #    - "parent"
2364
2365 ################################################################################
2366
2367 ## VPP Compare NICs 3n-skx 2t1c ndr
2368 #- type: "table"
2369 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2370 #  algorithm: "table_nics_comparison"
2371 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2372 #  reference:
2373 #    title: "x710"
2374 #    nic: "NIC_Intel-X710"
2375 #  compare:
2376 #    title: "xxv710"
2377 #    nic: "NIC_Intel-XXV710"
2378 #  data: "vpp-nic-comparison-3n-skx"
2379 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2380 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2381 #  parameters:
2382 #  - "name"
2383 #  - "parent"
2384 #  - "throughput"
2385 #  - "tags"
2386 #
2387 ## VPP Compare NICs 3n-skx 4t2c ndr
2388 #- type: "table"
2389 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2390 #  algorithm: "table_nics_comparison"
2391 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2392 #  reference:
2393 #    title: "x710"
2394 #    nic: "NIC_Intel-X710"
2395 #  compare:
2396 #    title: "xxv710"
2397 #    nic: "NIC_Intel-XXV710"
2398 #  data: "vpp-nic-comparison-3n-skx"
2399 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2400 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2401 #  parameters:
2402 #  - "name"
2403 #  - "parent"
2404 #  - "throughput"
2405 #  - "tags"
2406 #
2407 ## VPP Compare NICs 3n-skx 2t1c pdr
2408 #- type: "table"
2409 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2410 #  algorithm: "table_nics_comparison"
2411 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2412 #  reference:
2413 #    title: "x710"
2414 #    nic: "NIC_Intel-X710"
2415 #  compare:
2416 #    title: "xxv710"
2417 #    nic: "NIC_Intel-XXV710"
2418 #  data: "vpp-nic-comparison-3n-skx"
2419 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2420 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2421 #  parameters:
2422 #  - "name"
2423 #  - "parent"
2424 #  - "throughput"
2425 #  - "tags"
2426 #
2427 # # VPP Compare NICs 3n-skx 4t2c pdr
2428 #- type: "table"
2429 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2430 #  algorithm: "table_nics_comparison"
2431 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2432 #  reference:
2433 #    title: "x710"
2434 #    nic: "NIC_Intel-X710"
2435 #  compare:
2436 #    title: "xxv710"
2437 #    nic: "NIC_Intel-XXV710"
2438 #  data: "vpp-nic-comparison-3n-skx"
2439 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2440 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2441 #  parameters:
2442 #  - "name"
2443 #  - "parent"
2444 #  - "throughput"
2445 #  - "tags"
2446 #
2447 ## VPP Compare NICs 3n-skx 2t1c mrr
2448 #- type: "table"
2449 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2450 #  algorithm: "table_nics_comparison"
2451 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2452 #  reference:
2453 #    title: "x710"
2454 #    nic: "NIC_Intel-X710"
2455 #  compare:
2456 #    title: "xxv710"
2457 #    nic: "NIC_Intel-XXV710"
2458 #  data: "vpp-nic-comparison-3n-skx-mrr"
2459 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2460 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2461 #  parameters:
2462 #  - "name"
2463 #  - "parent"
2464 #  - "result"
2465 #  - "tags"
2466 #
2467 ## VPP Compare NICs 3n-skx 4t2c mrr
2468 #- type: "table"
2469 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2470 #  algorithm: "table_nics_comparison"
2471 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2472 #  reference:
2473 #    title: "x710"
2474 #    nic: "NIC_Intel-X710"
2475 #  compare:
2476 #    title: "xxv710"
2477 #    nic: "NIC_Intel-XXV710"
2478 #  data: "vpp-nic-comparison-3n-skx-mrr"
2479 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2480 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2481 #  parameters:
2482 #  - "name"
2483 #  - "parent"
2484 #  - "result"
2485 #  - "tags"
2486 #
2487 # # VPP Compare NICs 3n-skx 8t4c mrr
2488 #- type: "table"
2489 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2490 #  algorithm: "table_nics_comparison"
2491 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2492 #  reference:
2493 #    title: "x710"
2494 #    nic: "NIC_Intel-X710"
2495 #  compare:
2496 #    title: "xxv710"
2497 #    nic: "NIC_Intel-XXV710"
2498 #  data: "vpp-nic-comparison-3n-skx-mrr"
2499 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2500 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2501 #  parameters:
2502 #  - "name"
2503 #  - "parent"
2504 #  - "result"
2505 #  - "tags"
2506 #
2507 ## VPP Compare NICs 2n-skx 2t1c ndr
2508 #- type: "table"
2509 #  title: "VPP Compare NICs 2n-skx 2t1c ndr"
2510 #  algorithm: "table_nics_comparison"
2511 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2512 #  reference:
2513 #    title: "x710"
2514 #    nic: "NIC_Intel-X710"
2515 #  compare:
2516 #    title: "xxv710"
2517 #    nic: "NIC_Intel-XXV710"
2518 #  data: "vpp-nic-comparison-2n-skx"
2519 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2520 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2521 #  parameters:
2522 #  - "name"
2523 #  - "parent"
2524 #  - "throughput"
2525 #  - "tags"
2526 #
2527 ## VPP Compare NICs 2n-skx 4t2c ndr
2528 #- type: "table"
2529 #  title: "VPP Compare NICs 2n-skx 4t2c ndr"
2530 #  algorithm: "table_nics_comparison"
2531 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2532 #  reference:
2533 #    title: "x710"
2534 #    nic: "NIC_Intel-X710"
2535 #  compare:
2536 #    title: "xxv710"
2537 #    nic: "NIC_Intel-XXV710"
2538 #  data: "vpp-nic-comparison-2n-skx"
2539 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2540 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2541 #  parameters:
2542 #  - "name"
2543 #  - "parent"
2544 #  - "throughput"
2545 #  - "tags"
2546 #
2547 # # VPP Compare NICs 2n-skx 2t1c pdr
2548 #- type: "table"
2549 #  title: "VPP Compare NICs 2n-skx 2t1c pdr"
2550 #  algorithm: "table_nics_comparison"
2551 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2552 #  reference:
2553 #    title: "x710"
2554 #    nic: "NIC_Intel-X710"
2555 #  compare:
2556 #    title: "xxv710"
2557 #    nic: "NIC_Intel-XXV710"
2558 #  data: "vpp-nic-comparison-2n-skx"
2559 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2560 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2561 #  parameters:
2562 #  - "name"
2563 #  - "parent"
2564 #  - "throughput"
2565 #  - "tags"
2566 #
2567 ## VPP Compare NICs 2n-skx 4t2c pdr
2568 #- type: "table"
2569 #  title: "VPP Compare NICs 2n-skx 4t2c pdr"
2570 #  algorithm: "table_nics_comparison"
2571 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2572 #  reference:
2573 #    title: "x710"
2574 #    nic: "NIC_Intel-X710"
2575 #  compare:
2576 #    title: "xxv710"
2577 #    nic: "NIC_Intel-XXV710"
2578 #  data: "vpp-nic-comparison-2n-skx"
2579 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2580 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2581 #  parameters:
2582 #  - "name"
2583 #  - "parent"
2584 #  - "throughput"
2585 #  - "tags"
2586 #
2587 ## VPP Compare NICs 2n-skx 2t1c mrr
2588 #- type: "table"
2589 #  title: "VPP Compare NICs 2n-skx 2t1c mrr"
2590 #  algorithm: "table_nics_comparison"
2591 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2592 #  reference:
2593 #    title: "x710"
2594 #    nic: "NIC_Intel-X710"
2595 #  compare:
2596 #    title: "xxv710"
2597 #    nic: "NIC_Intel-XXV710"
2598 #  data: "vpp-nic-comparison-2n-skx-mrr"
2599 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2600 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2601 #  parameters:
2602 #  - "name"
2603 #  - "parent"
2604 #  - "result"
2605 #  - "tags"
2606 #
2607 ## VPP Compare NICs 2n-skx 4t2c mrr
2608 #- type: "table"
2609 #  title: "VPP Compare NICs 2n-skx 4t2c mrr"
2610 #  algorithm: "table_nics_comparison"
2611 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2612 #  reference:
2613 #    title: "x710"
2614 #    nic: "NIC_Intel-X710"
2615 #  compare:
2616 #    title: "xxv710"
2617 #    nic: "NIC_Intel-XXV710"
2618 #  data: "vpp-nic-comparison-2n-skx-mrr"
2619 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2620 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2621 #  parameters:
2622 #  - "name"
2623 #  - "parent"
2624 #  - "result"
2625 #  - "tags"
2626 #
2627 ## VPP Compare NICs 2n-skx 8t4c mrr
2628 #- type: "table"
2629 #  title: "VPP Compare NICs 2n-skx 8t4c mrr"
2630 #  algorithm: "table_nics_comparison"
2631 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2632 #  reference:
2633 #    title: "x710"
2634 #    nic: "NIC_Intel-X710"
2635 #  compare:
2636 #    title: "xxv710"
2637 #    nic: "NIC_Intel-XXV710"
2638 #  data: "vpp-nic-comparison-2n-skx-mrr"
2639 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2640 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2641 #  parameters:
2642 #  - "name"
2643 #  - "parent"
2644 #  - "result"
2645 #  - "tags"
2646
2647 ################################################################################
2648 # VPP
2649
2650 # VPP Performance Changes 3n-hsw 1t1c pdr
2651 - type: "table"
2652   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2653   algorithm: "table_perf_comparison"
2654   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2655   history:
2656     - title: "rls1904"
2657       data: "vpp-performance-changes-3n-hsw-h1"
2658   reference:
2659     title: "rls1908"
2660     data: "vpp-performance-changes-3n-hsw-ref"
2661     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2662   compare:
2663     title: "rls2001"
2664     data: "vpp-performance-changes-3n-hsw-cmp"
2665   data: "vpp-performance-changes-3n-hsw"
2666   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2667   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2668   parameters:
2669   - "name"
2670   - "parent"
2671   - "throughput"
2672
2673 # VPP Performance Changes 3n-hsw 2t2c pdr
2674 - type: "table"
2675   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2676   algorithm: "table_perf_comparison"
2677   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2678   history:
2679     - title: "rls1904"
2680       data: "vpp-performance-changes-3n-hsw-h1"
2681   reference:
2682     title: "rls1908"
2683     data: "vpp-performance-changes-3n-hsw-ref"
2684     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2685   compare:
2686     title: "rls2001"
2687     data: "vpp-performance-changes-3n-hsw-cmp"
2688   data: "vpp-performance-changes-3n-hsw"
2689   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2690   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2691   parameters:
2692   - "name"
2693   - "parent"
2694   - "throughput"
2695
2696 # VPP Performance Changes 3n-hsw 1t1c ndr
2697 - type: "table"
2698   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2699   algorithm: "table_perf_comparison"
2700   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2701   history:
2702     - title: "rls1904"
2703       data: "vpp-performance-changes-3n-hsw-h1"
2704   reference:
2705     title: "rls1908"
2706     data: "vpp-performance-changes-3n-hsw-ref"
2707     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2708   compare:
2709     title: "rls2001"
2710     data: "vpp-performance-changes-3n-hsw-cmp"
2711   data: "vpp-performance-changes-3n-hsw"
2712   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2713   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2714   parameters:
2715   - "name"
2716   - "parent"
2717   - "throughput"
2718
2719 # VPP Performance Changes 3n-hsw 2t2c ndr
2720 - type: "table"
2721   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2722   algorithm: "table_perf_comparison"
2723   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2724   history:
2725     - title: "rls1904"
2726       data: "vpp-performance-changes-3n-hsw-h1"
2727   reference:
2728     title: "rls1908"
2729     data: "vpp-performance-changes-3n-hsw-ref"
2730     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2731   compare:
2732     title: "rls2001"
2733     data: "vpp-performance-changes-3n-hsw-cmp"
2734   data: "vpp-performance-changes-3n-hsw"
2735   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2736   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2737   parameters:
2738   - "name"
2739   - "parent"
2740   - "throughput"
2741
2742 ## VPP Performance Changes 3n-skx 2t1c pdr
2743 #- type: "table"
2744 #  title: "VPP Performance Changes 3n-skx 2t1c pdr"
2745 #  algorithm: "table_perf_comparison_nic"
2746 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2747 #  history:
2748 #    - title: "rls1904 x710"
2749 #      data: "vpp-performance-changes-3n-skx-h1"
2750 #      nic: "NIC_Intel-X710"
2751 #  reference:
2752 #    title: "rls1908 xxv710"
2753 #    data: "vpp-performance-changes-3n-skx-ref"
2754 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2755 #    nic: "NIC_Intel-XXV710"
2756 #  compare:
2757 #    title: "rls2001 xxv710"
2758 #    data: "vpp-performance-changes-3n-skx-cmp"
2759 #    nic: "NIC_Intel-XXV710"
2760 #  data: "vpp-performance-changes-3n-skx"
2761 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2762 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2763 #  parameters:
2764 #  - "name"
2765 #  - "parent"
2766 #  - "throughput"
2767 #  - "tags"
2768 #
2769 ## VPP Performance Changes 3n-skx 4t2c pdr
2770 #- type: "table"
2771 #  title: "VPP Performance Changes 3n-skx 4t2c pdr"
2772 #  algorithm: "table_perf_comparison_nic"
2773 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2774 #  history:
2775 #    - title: "rls1904 x710"
2776 #      data: "vpp-performance-changes-3n-skx-h1"
2777 #      nic: "NIC_Intel-X710"
2778 #  reference:
2779 #    title: "rls1908 x710"
2780 #    data: "vpp-performance-changes-3n-skx-ref"
2781 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2782 #    nic: "NIC_Intel-X710"
2783 #  compare:
2784 #    title: "rls2001 xxv710"
2785 #    data: "vpp-performance-changes-3n-skx-cmp"
2786 #    nic: "NIC_Intel-XXV710"
2787 #  data: "vpp-performance-changes-3n-skx"
2788 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2789 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2790 #  parameters:
2791 #  - "name"
2792 #  - "parent"
2793 #  - "throughput"
2794 #  - "tags"
2795 #
2796 ## VPP Performance Changes 3n-skx 2t1c ndr
2797 #- type: "table"
2798 #  title: "VPP Performance Changes 3n-skx 2t1c ndr"
2799 #  algorithm: "table_perf_comparison_nic"
2800 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2801 #  history:
2802 #    - title: "rls1904 x710"
2803 #      data: "vpp-performance-changes-3n-skx-h1"
2804 #      nic: "NIC_Intel-X710"
2805 #  reference:
2806 #    title: "rls1908 x710"
2807 #    data: "vpp-performance-changes-3n-skx-ref"
2808 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2809 #    nic: "NIC_Intel-X710"
2810 #  compare:
2811 #    title: "rls2001 xxv710"
2812 #    data: "vpp-performance-changes-3n-skx-cmp"
2813 #    nic: "NIC_Intel-XXV710"
2814 #  data: "vpp-performance-changes-3n-skx"
2815 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2816 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2817 #  parameters:
2818 #  - "name"
2819 #  - "parent"
2820 #  - "throughput"
2821 #  - "tags"
2822 #
2823 ## VPP Performance Changes 3n-skx 4t2c ndr
2824 #- type: "table"
2825 #  title: "VPP Performance Changes 3n-skx 4t2c ndr"
2826 #  algorithm: "table_perf_comparison_nic"
2827 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2828 #  history:
2829 #    - title: "rls1904 x710"
2830 #      data: "vpp-performance-changes-3n-skx-h1"
2831 #      nic: "NIC_Intel-X710"
2832 #  reference:
2833 #    title: "rls1908 x710"
2834 #    data: "vpp-performance-changes-3n-skx-ref"
2835 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2836 #    nic: "NIC_Intel-X710"
2837 #  compare:
2838 #    title: "rls2001 xxv710"
2839 #    data: "vpp-performance-changes-3n-skx-cmp"
2840 #    nic: "NIC_Intel-XXV710"
2841 #  data: "vpp-performance-changes-3n-skx"
2842 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2843 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2844 #  parameters:
2845 #  - "name"
2846 #  - "parent"
2847 #  - "throughput"
2848 #  - "tags"
2849 #
2850 ## VPP Performance Changes 2n-skx 2t1c pdr
2851 #- type: "table"
2852 #  title: "VPP Performance Changes 2n-skx 2t1c pdr"
2853 #  algorithm: "table_perf_comparison_nic"
2854 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2855 #  history:
2856 #    - title: "rls1904 x710"
2857 #      data: "vpp-performance-changes-2n-skx-h1"
2858 #      nic: "NIC_Intel-X710"
2859 #  reference:
2860 #    title: "rls1908 xxv710"
2861 #    data: "vpp-performance-changes-2n-skx-ref"
2862 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2863 #    nic: "NIC_Intel-XXV710"
2864 #  compare:
2865 #    title: "rls2001 xxv710"
2866 #    data: "vpp-performance-changes-2n-skx-cmp"
2867 #    nic: "NIC_Intel-XXV710"
2868 #  data: "vpp-performance-changes-2n-skx"
2869 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2870 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2871 #  parameters:
2872 #  - "name"
2873 #  - "parent"
2874 #  - "throughput"
2875 #  - "tags"
2876 #
2877 ## VPP Performance Changes 2n-skx 4t2c pdr
2878 #- type: "table"
2879 #  title: "VPP Performance Changes 2n-skx 4t2c pdr"
2880 #  algorithm: "table_perf_comparison_nic"
2881 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2882 #  history:
2883 #    - title: "rls1904 x710"
2884 #      data: "vpp-performance-changes-2n-skx-h1"
2885 #      nic: "NIC_Intel-X710"
2886 #  reference:
2887 #    title: "rls1908 xxv710"
2888 #    data: "vpp-performance-changes-2n-skx-ref"
2889 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2890 #    nic: "NIC_Intel-XXV710"
2891 #  compare:
2892 #    title: "rls2001 xxv710"
2893 #    data: "vpp-performance-changes-2n-skx-cmp"
2894 #    nic: "NIC_Intel-XXV710"
2895 #  data: "vpp-performance-changes-2n-skx"
2896 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2897 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2898 #  parameters:
2899 #  - "name"
2900 #  - "parent"
2901 #  - "throughput"
2902 #  - "tags"
2903 #
2904 ## VPP Performance Changes 2n-skx 2t1c ndr
2905 #- type: "table"
2906 #  title: "VPP Performance Changes 2n-skx 2t1c ndr"
2907 #  algorithm: "table_perf_comparison_nic"
2908 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2909 #  history:
2910 #    - title: "rls1904 x710"
2911 #      data: "vpp-performance-changes-2n-skx-h1"
2912 #      nic: "NIC_Intel-X710"
2913 #  reference:
2914 #    title: "rls1908 xxv710"
2915 #    data: "vpp-performance-changes-2n-skx-ref"
2916 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2917 #    nic: "NIC_Intel-XXV710"
2918 #  compare:
2919 #    title: "rls2001 xxv710"
2920 #    data: "vpp-performance-changes-2n-skx-cmp"
2921 #    nic: "NIC_Intel-XXV710"
2922 #  data: "vpp-performance-changes-2n-skx"
2923 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2924 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2925 #  parameters:
2926 #  - "name"
2927 #  - "parent"
2928 #  - "throughput"
2929 #  - "tags"
2930 #
2931 ## VPP Performance Changes 2n-skx 4t2c ndr
2932 #- type: "table"
2933 #  title: "VPP Performance Changes 2n-skx 4t2c ndr"
2934 #  algorithm: "table_perf_comparison_nic"
2935 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2936 #  history:
2937 #    - title: "rls1904 x710"
2938 #      data: "vpp-performance-changes-2n-skx-h1"
2939 #      nic: "NIC_Intel-X710"
2940 #  reference:
2941 #    title: "rls1908 xxv710"
2942 #    data: "vpp-performance-changes-2n-skx-ref"
2943 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2944 #    nic: "NIC_Intel-XXV710"
2945 #  compare:
2946 #    title: "rls2001 xxv710"
2947 #    data: "vpp-performance-changes-2n-skx-cmp"
2948 #    nic: "NIC_Intel-XXV710"
2949 #  data: "vpp-performance-changes-2n-skx"
2950 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2951 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2952 #  parameters:
2953 #  - "name"
2954 #  - "parent"
2955 #  - "throughput"
2956 #  - "tags"
2957 #
2958 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
2959 #- type: "table"
2960 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
2961 #  algorithm: "table_perf_comparison"
2962 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
2963 #  reference:
2964 #    title: "rls1908"
2965 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
2966 #  compare:
2967 #    title: "rls2001"
2968 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
2969 #  data: "vpp-performance-changes-nfv-2n-skx"
2970 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2971 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
2972 #  parameters:
2973 #  - "name"
2974 #  - "parent"
2975 #  - "throughput"
2976 #  - "tags"
2977 #
2978 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
2979 #- type: "table"
2980 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
2981 #  algorithm: "table_perf_comparison"
2982 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
2983 #  reference:
2984 #    title: "rls1908"
2985 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
2986 #  compare:
2987 #    title: "rls2001"
2988 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
2989 #  data: "vpp-performance-changes-nfv-2n-skx"
2990 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2991 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
2992 #  parameters:
2993 #  - "name"
2994 #  - "parent"
2995 #  - "throughput"
2996 #  - "tags"
2997 #
2998 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
2999 #- type: "table"
3000 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3001 #  algorithm: "table_perf_comparison"
3002 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3003 #  reference:
3004 #    title: "rls1908"
3005 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3006 #  compare:
3007 #    title: "rls2001"
3008 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3009 #  data: "vpp-performance-changes-nfv-2n-skx"
3010 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3011 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3012 #  parameters:
3013 #  - "name"
3014 #  - "parent"
3015 #  - "throughput"
3016 #  - "tags"
3017 #
3018 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3019 #- type: "table"
3020 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3021 #  algorithm: "table_perf_comparison"
3022 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3023 #  reference:
3024 #    title: "rls1908"
3025 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3026 #  compare:
3027 #    title: "rls2001"
3028 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3029 #  data: "vpp-performance-changes-nfv-2n-skx"
3030 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3031 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3032 #  parameters:
3033 #  - "name"
3034 #  - "parent"
3035 #  - "throughput"
3036 #  - "tags"
3037
3038 # VPP Performance Changes 2n-dnv 1t1c pdr
3039 - type: "table"
3040   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3041   algorithm: "table_perf_comparison"
3042   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3043   reference:
3044     title: "rls1908"
3045     data: "vpp-performance-changes-2n-dnv-ref"
3046   compare:
3047     title: "rls2001"
3048     data: "vpp-performance-changes-2n-dnv-cmp"
3049   data: "vpp-performance-changes-2n-dnv"
3050   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3051   filter: "'1T1C'"
3052   parameters:
3053   - "name"
3054   - "parent"
3055   - "throughput"
3056   - "tags"
3057
3058 # VPP Performance Changes 2n-dnv 2t2c pdr
3059 - type: "table"
3060   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3061   algorithm: "table_perf_comparison"
3062   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3063   reference:
3064     title: "rls1908"
3065     data: "vpp-performance-changes-2n-dnv-ref"
3066   compare:
3067     title: "rls2001"
3068     data: "vpp-performance-changes-2n-dnv-cmp"
3069   data: "vpp-performance-changes-2n-dnv"
3070   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3071   filter: "'2T2C'"
3072   parameters:
3073   - "name"
3074   - "parent"
3075   - "throughput"
3076   - "tags"
3077
3078 # VPP Performance Changes 2n-dnv 1t1c ndr
3079 - type: "table"
3080   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3081   algorithm: "table_perf_comparison"
3082   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3083   reference:
3084     title: "rls1908"
3085     data: "vpp-performance-changes-2n-dnv-ref"
3086   compare:
3087     title: "rls2001"
3088     data: "vpp-performance-changes-2n-dnv-cmp"
3089   data: "vpp-performance-changes-2n-dnv"
3090   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3091   filter: "'1T1C'"
3092   parameters:
3093   - "name"
3094   - "parent"
3095   - "throughput"
3096   - "tags"
3097
3098 # VPP Performance Changes 2n-dnv 2t2c ndr
3099 - type: "table"
3100   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3101   algorithm: "table_perf_comparison"
3102   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3103   reference:
3104     title: "rls1908 "
3105     data: "vpp-performance-changes-2n-dnv-ref"
3106   compare:
3107     title: "rls2001"
3108     data: "vpp-performance-changes-2n-dnv-cmp"
3109   data: "vpp-performance-changes-2n-dnv"
3110   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3111   filter: "'2T2C'"
3112   parameters:
3113   - "name"
3114   - "parent"
3115   - "throughput"
3116   - "tags"
3117
3118 # VPP Performance Changes 3n-dnv 1t1c pdr
3119 - type: "table"
3120   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3121   algorithm: "table_perf_comparison"
3122   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3123   reference:
3124     title: "rls1908"
3125     data: "vpp-performance-changes-3n-dnv-ref"
3126   compare:
3127     title: "rls2001"
3128     data: "vpp-performance-changes-3n-dnv-cmp"
3129   data: "vpp-performance-changes-3n-dnv"
3130   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3131   filter: "'1T1C'"
3132   parameters:
3133   - "name"
3134   - "parent"
3135   - "throughput"
3136   - "tags"
3137
3138 # VPP Performance Changes 3n-dnv 2t2c pdr
3139 - type: "table"
3140   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3141   algorithm: "table_perf_comparison"
3142   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3143   reference:
3144     title: "rls1908"
3145     data: "vpp-performance-changes-3n-dnv-ref"
3146   compare:
3147     title: "rls2001"
3148     data: "vpp-performance-changes-3n-dnv-cmp"
3149   data: "vpp-performance-changes-3n-dnv"
3150   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3151   filter: "'2T2C'"
3152   parameters:
3153   - "name"
3154   - "parent"
3155   - "throughput"
3156   - "tags"
3157
3158 # VPP Performance Changes 3n-dnv 1t1c ndr
3159 - type: "table"
3160   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3161   algorithm: "table_perf_comparison"
3162   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3163   reference:
3164     title: "rls1908"
3165     data: "vpp-performance-changes-3n-dnv-ref"
3166   compare:
3167     title: "rls2001"
3168     data: "vpp-performance-changes-3n-dnv-cmp"
3169   data: "vpp-performance-changes-3n-dnv"
3170   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3171   filter: "'1T1C'"
3172   parameters:
3173   - "name"
3174   - "parent"
3175   - "throughput"
3176   - "tags"
3177
3178 # VPP Performance Changes 3n-dnv 2t2c ndr
3179 - type: "table"
3180   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3181   algorithm: "table_perf_comparison"
3182   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3183   reference:
3184     title: "rls1908"
3185     data: "vpp-performance-changes-3n-dnv-ref"
3186   compare:
3187     title: "rls2001"
3188     data: "vpp-performance-changes-3n-dnv-cmp"
3189   data: "vpp-performance-changes-3n-dnv"
3190   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3191   filter: "'2T2C'"
3192   parameters:
3193   - "name"
3194   - "parent"
3195   - "throughput"
3196   - "tags"
3197
3198 # VPP Performance Changes 3n-tsh 1t1c pdr
3199 - type: "table"
3200   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3201   algorithm: "table_perf_comparison"
3202   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3203   reference:
3204     title: "rls1908"
3205     data: "vpp-performance-changes-3n-tsh-ref"
3206   compare:
3207     title: "rls2001"
3208     data: "vpp-performance-changes-3n-tsh-cmp"
3209   data: "vpp-performance-changes-3n-tsh"
3210   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3211   filter: "'1T1C'"
3212   parameters:
3213   - "name"
3214   - "parent"
3215   - "throughput"
3216   - "tags"
3217
3218 # VPP Performance Changes 3n-tsh 2t2c pdr
3219 - type: "table"
3220   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3221   algorithm: "table_perf_comparison"
3222   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3223   reference:
3224     title: "rls1908"
3225     data: "vpp-performance-changes-3n-tsh-ref"
3226   compare:
3227     title: "rls2001"
3228     data: "vpp-performance-changes-3n-tsh-cmp"
3229   data: "vpp-performance-changes-3n-tsh"
3230   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3231   filter: "'2T2C'"
3232   parameters:
3233   - "name"
3234   - "parent"
3235   - "throughput"
3236   - "tags"
3237
3238 # VPP Performance Changes 3n-tsh 1t1c ndr
3239 - type: "table"
3240   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3241   algorithm: "table_perf_comparison"
3242   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3243   reference:
3244     title: "rls1908"
3245     data: "vpp-performance-changes-3n-tsh-ref"
3246   compare:
3247     title: "rls2001"
3248     data: "vpp-performance-changes-3n-tsh-cmp"
3249   data: "vpp-performance-changes-3n-tsh"
3250   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3251   filter: "'1T1C'"
3252   parameters:
3253   - "name"
3254   - "parent"
3255   - "throughput"
3256   - "tags"
3257
3258 # VPP Performance Changes 3n-tsh 2t2c ndr
3259 - type: "table"
3260   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3261   algorithm: "table_perf_comparison"
3262   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3263   reference:
3264     title: "rls1908"
3265     data: "vpp-performance-changes-3n-tsh-ref"
3266   compare:
3267     title: "rls2001"
3268     data: "vpp-performance-changes-3n-tsh-cmp"
3269   data: "vpp-performance-changes-3n-tsh"
3270   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3271   filter: "'2T2C'"
3272   parameters:
3273   - "name"
3274   - "parent"
3275   - "throughput"
3276   - "tags"
3277
3278 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3279 #- type: "table"
3280 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3281 #  algorithm: "table_perf_comparison_nic"
3282 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3283 #  reference:
3284 #    title: "3n-hsw xl710"
3285 #    data: "vpp-compare-testbeds-ref"
3286 #    nic: "NIC_Intel-XL710"
3287 #  compare:
3288 #    title: "3n-skx xxv710"
3289 #    data: "vpp-compare-testbeds-cmp"
3290 #    nic: "NIC_Intel-XXV710"
3291 #  data: "vpp-compare-testbeds"
3292 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3293 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3294 #  parameters:
3295 #  - "name"
3296 #  - "parent"
3297 #  - "throughput"
3298 #  - "tags"
3299 #
3300 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3301 #- type: "table"
3302 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3303 #  algorithm: "table_perf_comparison_nic"
3304 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3305 #  reference:
3306 #    title: "3n-hsw xl710"
3307 #    data: "vpp-compare-testbeds-ref"
3308 #    nic: "NIC_Intel-XL710"
3309 #  compare:
3310 #    title: "3n-skx xxv710"
3311 #    data: "vpp-compare-testbeds-cmp"
3312 #    nic: "NIC_Intel-XXV710"
3313 #  data: "vpp-compare-testbeds"
3314 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3315 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3316 #  parameters:
3317 #  - "name"
3318 #  - "parent"
3319 #  - "throughput"
3320 #  - "tags"
3321 #
3322 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3323 #- type: "table"
3324 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3325 #  algorithm: "table_perf_comparison_nic"
3326 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3327 #  reference:
3328 #    title: "3n-hsw xl710"
3329 #    data: "vpp-compare-testbeds-ref"
3330 #    nic: "NIC_Intel-XL710"
3331 #  compare:
3332 #    title: "3n-skx xxv710"
3333 #    data: "vpp-compare-testbeds-cmp"
3334 #    nic: "NIC_Intel-XXV710"
3335 #  data: "vpp-compare-testbeds"
3336 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3337 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3338 #  parameters:
3339 #  - "name"
3340 #  - "parent"
3341 #  - "throughput"
3342 #  - "tags"
3343 #
3344 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3345 #- type: "table"
3346 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3347 #  algorithm: "table_perf_comparison_nic"
3348 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3349 #  reference:
3350 #    title: "3n-hsw xl710"
3351 #    data: "vpp-compare-testbeds-ref"
3352 #    nic: "NIC_Intel-XL710"
3353 #  compare:
3354 #    title: "3n-skx xxv710"
3355 #    data: "vpp-compare-testbeds-cmp"
3356 #    nic: "NIC_Intel-XXV710"
3357 #  data: "vpp-compare-testbeds"
3358 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3359 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3360 #  parameters:
3361 #  - "name"
3362 #  - "parent"
3363 #  - "throughput"
3364 #  - "tags"
3365 #
3366 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3367 #- type: "table"
3368 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3369 #  algorithm: "table_perf_comparison"
3370 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3371 #  reference:
3372 #    title: "2n-skx"
3373 #    data: "vpp-compare-testbeds-skx-clx-ref"
3374 #  compare:
3375 #    title: "2n-clx"
3376 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3377 #  data: "vpp-compare-testbeds-skx-clx"
3378 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3379 #  filter: "'2T1C'"
3380 #  parameters:
3381 #  - "name"
3382 #  - "parent"
3383 #  - "throughput"
3384 #  - "tags"
3385 #
3386 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3387 #- type: "table"
3388 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3389 #  algorithm: "table_perf_comparison"
3390 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3391 #  reference:
3392 #    title: "2n-skx"
3393 #    data: "vpp-compare-testbeds-skx-clx-ref"
3394 #  compare:
3395 #    title: "2n-clx"
3396 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3397 #  data: "vpp-compare-testbeds-skx-clx"
3398 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3399 #  filter: "'4T2C'"
3400 #  parameters:
3401 #  - "name"
3402 #  - "parent"
3403 #  - "throughput"
3404 #  - "tags"
3405 #
3406 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3407 #- type: "table"
3408 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3409 #  algorithm: "table_perf_comparison"
3410 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3411 #  reference:
3412 #    title: "2n-skx"
3413 #    data: "vpp-compare-testbeds-skx-clx-ref"
3414 #  compare:
3415 #    title: "2n-clx"
3416 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3417 #  data: "vpp-compare-testbeds-skx-clx"
3418 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3419 #  filter: "'2T1C'"
3420 #  parameters:
3421 #  - "name"
3422 #  - "parent"
3423 #  - "throughput"
3424 #  - "tags"
3425 #
3426 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3427 #- type: "table"
3428 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3429 #  algorithm: "table_perf_comparison"
3430 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3431 #  reference:
3432 #    title: "2n-skx"
3433 #    data: "vpp-compare-testbeds-skx-clx-ref"
3434 #  compare:
3435 #    title: "2n-clx"
3436 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3437 #  data: "vpp-compare-testbeds-skx-clx"
3438 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3439 #  filter: "'4T2C'"
3440 #  parameters:
3441 #  - "name"
3442 #  - "parent"
3443 #  - "throughput"
3444 #  - "tags"
3445 #
3446 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3447 #- type: "table"
3448 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3449 #  algorithm: "table_perf_comparison"
3450 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3451 #  reference:
3452 #    title: "3-Node Skx"
3453 #    data: "vpp-compare-topologies-ref"
3454 #  compare:
3455 #    title: "2-Node Skx"
3456 #    data: "vpp-compare-topologies-cmp"
3457 #  data: "vpp-compare-topologies"
3458 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3459 #  filter: "'NDRPDR' and '1C'"
3460 #  parameters:
3461 #  - "name"
3462 #  - "parent"
3463 #  - "throughput"
3464 #
3465 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
3466 #- type: "table"
3467 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
3468 #  algorithm: "table_perf_comparison"
3469 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
3470 #  reference:
3471 #    title: "3-Node Skx"
3472 #    data: "vpp-compare-topologies-ref"
3473 #  compare:
3474 #    title: "2-Node Skx"
3475 #    data: "vpp-compare-topologies-cmp"
3476 #  data: "vpp-compare-topologies"
3477 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3478 #  filter: "'NDRPDR' and '2C'"
3479 #  parameters:
3480 #  - "name"
3481 #  - "parent"
3482 #  - "throughput"
3483 #
3484 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
3485 #- type: "table"
3486 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
3487 #  algorithm: "table_perf_comparison"
3488 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
3489 #  reference:
3490 #    title: "3-Node Skx"
3491 #    data: "vpp-compare-topologies-ref"
3492 #  compare:
3493 #    title: "2-Node Skx"
3494 #    data: "vpp-compare-topologies-cmp"
3495 #  data: "vpp-compare-topologies"
3496 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3497 #  filter: "'NDRPDR' and '1C'"
3498 #  parameters:
3499 #  - "name"
3500 #  - "parent"
3501 #  - "throughput"
3502 #
3503 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
3504 #- type: "table"
3505 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
3506 #  algorithm: "table_perf_comparison"
3507 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
3508 #  reference:
3509 #    title: "3-Node Skx"
3510 #    data: "vpp-compare-topologies-ref"
3511 #  compare:
3512 #    title: "2-Node Skx"
3513 #    data: "vpp-compare-topologies-cmp"
3514 #  data: "vpp-compare-topologies"
3515 #  include-tests: "PDR"
3516 #  filter: "'NDRPDR' and '2C'"
3517 #  parameters:
3518 #  - "name"
3519 #  - "parent"
3520 #  - "throughput"
3521
3522 # VPP Performance Changes 3n-hsw 1t1c MRR
3523 - type: "table"
3524   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
3525   algorithm: "table_perf_comparison"
3526   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
3527   history:
3528     - title: "rls1904"
3529       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3530   reference:
3531     title: "rls1908"
3532     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3533   compare:
3534     title: "rls2001"
3535     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3536   data: "vpp-performance-changes-3n-hsw-mrr"
3537   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3538   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
3539   parameters:
3540   - "name"
3541   - "parent"
3542   - "result"
3543
3544 # VPP Performance Changes 3n-hsw 2t2c MRR
3545 - type: "table"
3546   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
3547   algorithm: "table_perf_comparison"
3548   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
3549   history:
3550     - title: "rls1904"
3551       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3552   reference:
3553     title: "rls1908"
3554     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3555   compare:
3556     title: "rls2001"
3557     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3558   data: "vpp-performance-changes-3n-hsw-mrr"
3559   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3560   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
3561   parameters:
3562   - "name"
3563   - "parent"
3564   - "result"
3565
3566 # VPP Performance Changes 3n-hsw 4t4c MRR
3567 - type: "table"
3568   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
3569   algorithm: "table_perf_comparison"
3570   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
3571   history:
3572     - title: "rls1904"
3573       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3574   reference:
3575     title: "rls1908"
3576     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3577   compare:
3578     title: "rls2001"
3579     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3580   data: "vpp-performance-changes-3n-hsw-mrr"
3581   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3582   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
3583   parameters:
3584   - "name"
3585   - "parent"
3586   - "result"
3587
3588 ## VPP Performance Changes 3n-skx 2t1c MRR
3589 #- type: "table"
3590 #  title: "VPP Performance Changes 3n-skx 2t1c MRR"
3591 #  algorithm: "table_perf_comparison"
3592 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
3593 #  history:
3594 #    - title: "rls1904"
3595 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3596 #  reference:
3597 #    title: "rls1908"
3598 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3599 #  compare:
3600 #    title: "rls2001"
3601 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3602 #  data: "vpp-performance-changes-3n-skx-mrr"
3603 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3604 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3605 #  parameters:
3606 #  - "name"
3607 #  - "parent"
3608 #  - "result"
3609 #
3610 ## VPP Performance Changes 3n-skx 4t2c MRR
3611 #- type: "table"
3612 #  title: "VPP Performance Changes 3n-skx 4t2c MRR"
3613 #  algorithm: "table_perf_comparison"
3614 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
3615 #  history:
3616 #    - title: "rls1904"
3617 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3618 #  reference:
3619 #    title: "rls1908"
3620 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3621 #  compare:
3622 #    title: "rls2001"
3623 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3624 #  data: "vpp-performance-changes-3n-skx-mrr"
3625 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3626 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3627 #  parameters:
3628 #  - "name"
3629 #  - "parent"
3630 #  - "result"
3631 #
3632 ## VPP Performance Changes 3n-skx 8t4c MRR
3633 #- type: "table"
3634 #  title: "VPP Performance Changes 3n-skx 8t4c MRR"
3635 #  algorithm: "table_perf_comparison"
3636 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
3637 #  history:
3638 #    - title: "rls1904"
3639 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3640 #  reference:
3641 #    title: "rls1908"
3642 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3643 #  compare:
3644 #    title: "rls2001"
3645 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3646 #  data: "vpp-performance-changes-3n-skx-mrr"
3647 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3648 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3649 #  parameters:
3650 #  - "name"
3651 #  - "parent"
3652 #  - "result"
3653 #
3654 ## VPP Performance Changes 2n-skx 2t1c MRR
3655 #- type: "table"
3656 #  title: "VPP Performance Changes 2n-skx 2t1c MRR"
3657 #  algorithm: "table_perf_comparison"
3658 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
3659 #  history:
3660 #    - title: "rls1904"
3661 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3662 #  reference:
3663 #    title: "rls1908"
3664 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3665 #  compare:
3666 #    title: "rls2001"
3667 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3668 #  data: "vpp-performance-changes-2n-skx-mrr"
3669 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3670 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3671 #  parameters:
3672 #  - "name"
3673 #  - "parent"
3674 #  - "result"
3675 #
3676 ## VPP Performance Changes 2n-skx 4t2c MRR
3677 #- type: "table"
3678 #  title: "VPP Performance Changes 2n-skx 4t2c MRR"
3679 #  algorithm: "table_perf_comparison"
3680 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
3681 #  history:
3682 #    - title: "rls1904"
3683 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3684 #  reference:
3685 #    title: "rls1908"
3686 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3687 #  compare:
3688 #    title: "rls2001"
3689 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3690 #  data: "vpp-performance-changes-2n-skx-mrr"
3691 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3692 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3693 #  parameters:
3694 #  - "name"
3695 #  - "parent"
3696 #  - "result"
3697 #
3698 ## VPP Performance Changes 2n-skx 8t4c MRR
3699 #- type: "table"
3700 #  title: "VPP Performance Changes 2n-skx 8t4c MRR"
3701 #  algorithm: "table_perf_comparison"
3702 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
3703 #  history:
3704 #    - title: "rls1904"
3705 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3706 #  reference:
3707 #    title: "rls1908"
3708 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3709 #  compare:
3710 #    title: "rls2001"
3711 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3712 #  data: "vpp-performance-changes-2n-skx-mrr"
3713 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3714 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3715 #  parameters:
3716 #  - "name"
3717 #  - "parent"
3718 #  - "result"
3719 #
3720 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
3721 #- type: "table"
3722 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
3723 #  algorithm: "table_perf_comparison"
3724 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
3725 #  reference:
3726 #    title: "rls1908"
3727 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3728 #  compare:
3729 #    title: "rls2001"
3730 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3731 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3732 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3733 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
3734 #  parameters:
3735 #  - "name"
3736 #  - "parent"
3737 #  - "result"
3738 #
3739 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
3740 #- type: "table"
3741 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
3742 #  algorithm: "table_perf_comparison"
3743 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
3744 #  reference:
3745 #    title: "rls1908"
3746 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3747 #  compare:
3748 #    title: "rls2001"
3749 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3750 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3751 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3752 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
3753 #  parameters:
3754 #  - "name"
3755 #  - "parent"
3756 #  - "result"
3757 #
3758 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
3759 #- type: "table"
3760 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
3761 #  algorithm: "table_perf_comparison"
3762 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
3763 #  reference:
3764 #    title: "rls1908"
3765 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3766 #  compare:
3767 #    title: "rls2001"
3768 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3769 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3770 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3771 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
3772 #  parameters:
3773 #  - "name"
3774 #  - "parent"
3775 #  - "result"
3776
3777 # VPP Performance Changes 2n-dnv 1t1c MRR
3778 - type: "table"
3779   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
3780   algorithm: "table_perf_comparison"
3781   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
3782   reference:
3783     title: "rls1908"
3784     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3785   compare:
3786     title: "rls2001"
3787     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3788   data: "vpp-performance-changes-2n-dnv-mrr"
3789   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3790   filter: "'1T1C' and 'MRR'"
3791   parameters:
3792   - "name"
3793   - "parent"
3794   - "result"
3795
3796 # VPP Performance Changes 2n-dnv 2t2c MRR
3797 - type: "table"
3798   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
3799   algorithm: "table_perf_comparison"
3800   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
3801   reference:
3802     title: "rls1908"
3803     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3804   compare:
3805     title: "rls2001"
3806     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3807   data: "vpp-performance-changes-2n-dnv-mrr"
3808   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3809   filter: "'2T2C' and 'MRR'"
3810   parameters:
3811   - "name"
3812   - "parent"
3813   - "result"
3814
3815 # VPP Performance Changes 2n-dnv 4t4c MRR
3816 - type: "table"
3817   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
3818   algorithm: "table_perf_comparison"
3819   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
3820   reference:
3821     title: "rls1908"
3822     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3823   compare:
3824     title: "rls2001"
3825     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3826   data: "vpp-performance-changes-2n-dnv-mrr"
3827   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3828   filter: "'4T4C' and 'MRR'"
3829   parameters:
3830   - "name"
3831   - "parent"
3832   - "result"
3833
3834 # VPP Performance Changes 3n-dnv 1t1c MRR
3835 - type: "table"
3836   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
3837   algorithm: "table_perf_comparison"
3838   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
3839   reference:
3840     title: "rls1908"
3841     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3842   compare:
3843     title: "rls2001"
3844     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3845   data: "vpp-performance-changes-3n-dnv-mrr"
3846   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3847   filter: "'1T1C' and 'MRR'"
3848   parameters:
3849   - "name"
3850   - "parent"
3851   - "result"
3852
3853 # VPP Performance Changes 3n-dnv 2t2c MRR
3854 - type: "table"
3855   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
3856   algorithm: "table_perf_comparison"
3857   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
3858   reference:
3859     title: "rls1908"
3860     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3861   compare:
3862     title: "rls2001"
3863     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3864   data: "vpp-performance-changes-3n-dnv-mrr"
3865   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3866   filter: "'2T2C' and 'MRR'"
3867   parameters:
3868   - "name"
3869   - "parent"
3870   - "result"
3871
3872 # VPP Performance Changes 3n-dnv 4t4c MRR
3873 - type: "table"
3874   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
3875   algorithm: "table_perf_comparison"
3876   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
3877   reference:
3878     title: "rls1908"
3879     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3880   compare:
3881     title: "rls2001"
3882     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3883   data: "vpp-performance-changes-3n-dnv-mrr"
3884   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3885   filter: "'4T4C' and 'MRR'"
3886   parameters:
3887   - "name"
3888   - "parent"
3889   - "result"
3890
3891 # VPP Performance Changes 3n-tsh 1t1c MRR
3892 - type: "table"
3893   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
3894   algorithm: "table_perf_comparison"
3895   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
3896   reference:
3897     title: "rls1908"
3898     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3899   compare:
3900     title: "rls2001"
3901     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3902   data: "vpp-performance-changes-3n-tsh-mrr"
3903   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3904   filter: "'1T1C' and 'MRR'"
3905   parameters:
3906   - "name"
3907   - "parent"
3908   - "result"
3909
3910 # VPP Performance Changes 3n-tsh 2t2c MRR
3911 - type: "table"
3912   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
3913   algorithm: "table_perf_comparison"
3914   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
3915   reference:
3916     title: "rls1908"
3917     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3918   compare:
3919     title: "rls2001"
3920     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3921   data: "vpp-performance-changes-3n-tsh-mrr"
3922   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3923   filter: "'2T2C' and 'MRR'"
3924   parameters:
3925   - "name"
3926   - "parent"
3927   - "result"
3928
3929 # VPP Performance Changes 3n-tsh 4t4c MRR
3930 - type: "table"
3931   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
3932   algorithm: "table_perf_comparison"
3933   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
3934   reference:
3935     title: "rls1908"
3936     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3937   compare:
3938     title: "rls2001"
3939     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3940   data: "vpp-performance-changes-3n-tsh-mrr"
3941   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3942   filter: "'4T4C' and 'MRR'"
3943   parameters:
3944   - "name"
3945   - "parent"
3946   - "result"
3947
3948 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
3949 #- type: "table"
3950 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
3951 #  algorithm: "table_perf_comparison_nic"
3952 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
3953 #  reference:
3954 #    title: "3n-hsw xl710"
3955 #    data: "vpp-compare-testbeds-mrr-ref"
3956 #    nic: "NIC_Intel-XL710"
3957 #  compare:
3958 #    title: "3n-skx xxv710"
3959 #    data: "vpp-compare-testbeds-mrr-cmp"
3960 #    nic: "NIC_Intel-XXV710"
3961 #  data: "vpp-compare-testbeds-mrr"
3962 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3963 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
3964 #  parameters:
3965 #  - "name"
3966 #  - "parent"
3967 #  - "result"
3968 #  - "tags"
3969 #
3970 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
3971 #- type: "table"
3972 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
3973 #  algorithm: "table_perf_comparison_nic"
3974 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
3975 #  reference:
3976 #    title: "3n-hsw xl710"
3977 #    data: "vpp-compare-testbeds-mrr-ref"
3978 #    nic: "NIC_Intel-XL710"
3979 #  compare:
3980 #    title: "3n-skx xxv710"
3981 #    data: "vpp-compare-testbeds-mrr-cmp"
3982 #    nic: "NIC_Intel-XXV710"
3983 #  data: "vpp-compare-testbeds-mrr"
3984 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3985 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
3986 #  parameters:
3987 #  - "name"
3988 #  - "parent"
3989 #  - "result"
3990 #  - "tags"
3991 #
3992 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
3993 #- type: "table"
3994 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
3995 #  algorithm: "table_perf_comparison_nic"
3996 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
3997 #  reference:
3998 #    title: "3n-hsw xl710"
3999 #    data: "vpp-compare-testbeds-mrr-ref"
4000 #    nic: "NIC_Intel-XL710"
4001 #  compare:
4002 #    title: "3n-skx xxv710"
4003 #    data: "vpp-compare-testbeds-mrr-cmp"
4004 #    nic: "NIC_Intel-XXV710"
4005 #  data: "vpp-compare-testbeds-mrr"
4006 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4007 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4008 #  parameters:
4009 #  - "name"
4010 #  - "parent"
4011 #  - "result"
4012 #  - "tags"
4013 #
4014 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4015 #- type: "table"
4016 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4017 #  algorithm: "table_perf_comparison"
4018 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4019 #  reference:
4020 #    title: "2n-skx"
4021 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4022 #  compare:
4023 #    title: "2n-clx"
4024 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4025 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4026 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4027 #  filter: "'2T1C'"
4028 #  parameters:
4029 #  - "name"
4030 #  - "parent"
4031 #  - "result"
4032 #  - "tags"
4033 #
4034 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4035 #- type: "table"
4036 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4037 #  algorithm: "table_perf_comparison"
4038 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4039 #  reference:
4040 #    title: "2n-skx"
4041 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4042 #  compare:
4043 #    title: "2n-clx"
4044 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4045 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4046 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4047 #  filter: "'4T2C'"
4048 #  parameters:
4049 #  - "name"
4050 #  - "parent"
4051 #  - "result"
4052 #  - "tags"
4053 #
4054 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4055 #- type: "table"
4056 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4057 #  algorithm: "table_perf_comparison"
4058 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4059 #  reference:
4060 #    title: "2n-skx"
4061 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4062 #  compare:
4063 #    title: "2n-clx"
4064 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4065 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4066 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4067 #  filter: "'8T4C'"
4068 #  parameters:
4069 #  - "name"
4070 #  - "parent"
4071 #  - "result"
4072 #  - "tags"
4073 #
4074 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4075 #- type: "table"
4076 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4077 #  algorithm: "table_perf_comparison"
4078 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4079 #  reference:
4080 #    title: "3-Node Skx"
4081 #    data: "vpp-compare-topologies-mrr-ref"
4082 #  compare:
4083 #    title: "2-Node Skx"
4084 #    data: "vpp-compare-topologies-mrr-cmp"
4085 #  data: "vpp-compare-topologies-mrr"
4086 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4087 #  filter: "'MRR' and '1C'"
4088 #  parameters:
4089 #  - "name"
4090 #  - "parent"
4091 #  - "result"
4092 #
4093 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4094 #- type: "table"
4095 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4096 #  algorithm: "table_perf_comparison"
4097 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4098 #  reference:
4099 #    title: "3-Node Skx"
4100 #    data: "vpp-compare-topologies-mrr-ref"
4101 #  compare:
4102 #    title: "2-Node Skx"
4103 #    data: "vpp-compare-topologies-mrr-cmp"
4104 #  data: "vpp-compare-topologies-mrr"
4105 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4106 #  filter: "'MRR' and '2C'"
4107 #  parameters:
4108 #  - "name"
4109 #  - "parent"
4110 #  - "result"
4111 #
4112 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4113 #- type: "table"
4114 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4115 #  algorithm: "table_perf_comparison"
4116 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4117 #  reference:
4118 #    title: "3-Node Skx"
4119 #    data: "vpp-compare-topologies-mrr-ref"
4120 #  compare:
4121 #    title: "2-Node Skx"
4122 #    data: "vpp-compare-topologies-mrr-cmp"
4123 #  data: "vpp-compare-topologies-mrr"
4124 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4125 #  filter: "'MRR' and '4C'"
4126 #  parameters:
4127 #  - "name"
4128 #  - "parent"
4129 #  - "result"
4130
4131 # Detailed Test Results - VPP Performance Results 3n-hsw
4132 - type: "table"
4133   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4134   algorithm: "table_merged_details"
4135   output-file-ext: ".csv"
4136   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4137   columns:
4138   - title: " |prein| Test Name |preout| "
4139     data: "data name"
4140   - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| Two sets of Uni-Dir Latency Percentiles in uSec at %PDR load: |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| "
4141     data: "data msg"
4142   rows: "generated"
4143   data: "vpp-perf-results-3n-hsw"
4144   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4145   parameters:
4146   - "name"
4147   - "parent"
4148   - "msg"
4149
4150 ## Detailed Test Results - VPP Performance Results 3n-skx
4151 #- type: "table"
4152 #  title: "Detailed Test Results - VPP Performance Results 3n-skx"
4153 #  algorithm: "table_merged_details"
4154 #  output-file-ext: ".csv"
4155 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4156 #  columns:
4157 #  - title: " |prein| Test Name |preout| "
4158 #    data: "data name"
4159 #  - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| Two sets of Uni-Dir Latency Percentiles in uSec at %PDR load: |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| "
4160 #    data: "data msg"
4161 #  rows: "generated"
4162 #  data: "vpp-perf-results-3n-skx"
4163 #  filter: "not 'CFS_OPT'"
4164 #  parameters:
4165 #  - "name"
4166 #  - "parent"
4167 #  - "msg"
4168 #
4169 ## Detailed Test Results - VPP Performance Results 2n-skx
4170 #- type: "table"
4171 #  title: "Detailed Test Results - VPP Performance Results 2n-skx"
4172 #  algorithm: "table_merged_details"
4173 #  output-file-ext: ".csv"
4174 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4175 #  columns:
4176 #  - title: " |prein| Test Name |preout| "
4177 #    data: "data name"
4178 #  - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| Two sets of Uni-Dir Latency Percentiles in uSec at %PDR load: |br| 3. P50 P90 P99    P50 P90 P99 (10% PDR) |br| 4. P50 P90 P99    P50 P90 P99 (50% PDR) |br| 5. P50 P90 P99    P50 P90 P99 (90% PDR) |preout| "
4179 #    data: "data msg"
4180 #  rows: "generated"
4181 #  data: "vpp-perf-results-2n-skx"
4182 #  filter: "not 'CFS_OPT'"
4183 #  parameters:
4184 #  - "name"
4185 #  - "parent"
4186 #  - "msg"
4187
4188 ## Detailed Test Results - VPP Performance Results 2n-clx
4189 #- type: "table"
4190 #  title: "Detailed Test Results - VPP Performance Results 2n-clx"
4191 #  algorithm: "table_merged_details"
4192 #  output-file-ext: ".csv"
4193 #  output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
4194 #  columns:
4195 #  - title: " |prein| Test Name |preout| "
4196 #    data: "data name"
4197 #  - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| Two sets of Uni-Dir Latency Percentiles in uSec at %PDR load: |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| "
4198 #    data: "data msg"
4199 #  rows: "generated"
4200 #  data: "vpp-perf-results-2n-clx"
4201 #  filter: "not 'CFS_OPT'"
4202 #  parameters:
4203 #  - "name"
4204 #  - "parent"
4205 #  - "msg"
4206
4207 # Detailed Test Results - VPP Performance Results 3n-tsh
4208 - type: "table"
4209   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4210   algorithm: "table_merged_details"
4211   output-file-ext: ".csv"
4212   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
4213   columns:
4214   - title: " |prein| Test Name |preout| "
4215     data: "data name"
4216   - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| Two sets of Uni-Dir Latency Percentiles in uSec at %PDR load: |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| "
4217     data: "data msg"
4218   rows: "generated"
4219   data: "vpp-perf-results-3n-tsh"
4220   filter: "not 'CFS_OPT'"
4221   parameters:
4222   - "name"
4223   - "parent"
4224   - "msg"
4225
4226 # Detailed Test Results - VPP Performance Results 3n-dnv
4227 - type: "table"
4228   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4229   algorithm: "table_merged_details"
4230   output-file-ext: ".csv"
4231   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
4232   columns:
4233   - title: " |prein| Test Name |preout| "
4234     data: "data name"
4235   - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| Two sets of Uni-Dir Latency Percentiles in uSec at %PDR load: |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| "
4236     data: "data msg"
4237   rows: "generated"
4238   data: "vpp-perf-results-3n-dnv"
4239   filter: "'NDRPDR'"
4240   parameters:
4241   - "name"
4242   - "parent"
4243   - "msg"
4244
4245 # Detailed Test Results - VPP Performance Results 2n-dnv
4246 - type: "table"
4247   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4248   algorithm: "table_merged_details"
4249   output-file-ext: ".csv"
4250   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4251   columns:
4252   - title: " |prein| Test Name |preout| "
4253     data: "data name"
4254   - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| Two sets of Uni-Dir Latency Percentiles in uSec at %PDR load: |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| "
4255     data: "data msg"
4256   rows: "generated"
4257   data: "vpp-perf-results-2n-dnv"
4258   filter: "'NDRPDR'"
4259   parameters:
4260   - "name"
4261   - "parent"
4262   - "msg"
4263
4264 # Test configuration - VPP Performance Test Configs 3n-hsw
4265 - type: "table"
4266   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4267   algorithm: "table_merged_details"
4268   output-file-ext: ".csv"
4269   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
4270   columns:
4271   - title: "Name"
4272     data: "data name"
4273   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4274     data: "data conf-history"
4275   rows: "generated"
4276   data: "vpp-perf-results-3n-hsw"
4277   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4278   parameters:
4279   - "parent"
4280   - "name"
4281   - "conf-history"
4282
4283 ## Test configuration - VPP Performance Test Configs 3n-skx
4284 #- type: "table"
4285 #  title: "Test configuration - VPP Performance Test Configs 3n-skx"
4286 #  algorithm: "table_merged_details"
4287 #  output-file-ext: ".csv"
4288 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
4289 #  columns:
4290 #  - title: "Name"
4291 #    data: "data name"
4292 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4293 #    data: "data conf-history"
4294 #  rows: "generated"
4295 #  data: "vpp-perf-results-3n-skx"
4296 #  filter: "not 'CFS_OPT'"
4297 #  parameters:
4298 #  - "parent"
4299 #  - "name"
4300 #  - "conf-history"
4301 #
4302 ## Test configuration - VPP Performance Test Configs 2n-skx
4303 #- type: "table"
4304 #  title: "Test configuration - VPP Performance Test Configs 2n-skx"
4305 #  algorithm: "table_merged_details"
4306 #  output-file-ext: ".csv"
4307 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
4308 #  columns:
4309 #  - title: "Name"
4310 #    data: "data name"
4311 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4312 #    data: "data conf-history"
4313 #  rows: "generated"
4314 #  data: "vpp-perf-results-2n-skx"
4315 #  filter: "not 'CFS_OPT'"
4316 #  parameters:
4317 #  - "parent"
4318 #  - "name"
4319 #  - "conf-history"
4320
4321 ## Test configuration - VPP Performance Test Configs 2n-clx
4322 #- type: "table"
4323 #  title: "Test configuration - VPP Performance Test Configs 2n-clx"
4324 #  algorithm: "table_merged_details"
4325 #  output-file-ext: ".csv"
4326 #  output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_test_configuration_2n_clx"
4327 #  columns:
4328 #  - title: "Name"
4329 #    data: "data name"
4330 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4331 #    data: "data conf-history"
4332 #  rows: "generated"
4333 #  data: "vpp-perf-results-2n-clx"
4334 #  filter: "not 'CFS_OPT'"
4335 #  parameters:
4336 #  - "parent"
4337 #  - "name"
4338 #  - "conf-history"
4339
4340 # Test configuration - VPP Performance Test Configs 3n-tsh
4341 - type: "table"
4342   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4343   algorithm: "table_merged_details"
4344   output-file-ext: ".csv"
4345   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
4346   columns:
4347   - title: "Name"
4348     data: "data name"
4349   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4350     data: "data conf-history"
4351   rows: "generated"
4352   data: "vpp-perf-results-3n-tsh"
4353   filter: "not 'CFS_OPT'"
4354   parameters:
4355   - "parent"
4356   - "name"
4357   - "conf-history"
4358
4359 # Test configuration - VPP Performance Test Configs 3n-dnv
4360 - type: "table"
4361   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
4362   algorithm: "table_merged_details"
4363   output-file-ext: ".csv"
4364   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_test_configuration_3n_dnv"
4365   columns:
4366   - title: "Name"
4367     data: "data name"
4368   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4369     data: "data conf-history"
4370   rows: "generated"
4371   data: "vpp-perf-results-3n-dnv"
4372   filter: "'NDRPDR'"
4373   parameters:
4374   - "parent"
4375   - "name"
4376   - "conf-history"
4377
4378 # Test configuration - VPP Performance Test Configs 2n-dnv
4379 - type: "table"
4380   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
4381   algorithm: "table_merged_details"
4382   output-file-ext: ".csv"
4383   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
4384   columns:
4385   - title: "Name"
4386     data: "data name"
4387   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4388     data: "data conf-history"
4389   rows: "generated"
4390   data: "vpp-perf-results-2n-dnv"
4391   filter: "'NDRPDR'"
4392   parameters:
4393   - "parent"
4394   - "name"
4395   - "conf-history"
4396
4397 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4398 - type: "table"
4399   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4400   algorithm: "table_oper_data_html"
4401   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
4402   data: "vpp-perf-results-3n-hsw"
4403   filter: "'NDRPDR'"
4404
4405 ## Test Operational Data - VPP Performance Operational Data 3n-skx
4406 #- type: "table"
4407 #  title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4408 #  algorithm: "table_oper_data_html"
4409 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
4410 #  data: "vpp-perf-results-3n-skx"
4411 #  filter: "not 'CFS_OPT'"
4412 #
4413 ## Test Operational Data - VPP Performance Operational Data 2n-skx
4414 #- type: "table"
4415 #  title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
4416 #  algorithm: "table_oper_data_html"
4417 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
4418 #  data: "vpp-perf-results-2n-skx"
4419 #  filter: "not 'CFS_OPT'"
4420
4421 ## Test Operational Data - VPP Performance Operational Data 2n-clx
4422 #- type: "table"
4423 #  title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
4424 #  algorithm: "table_oper_data_html"
4425 #  output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_test_operational_2n_clx"
4426 #  data: "vpp-perf-results-2n-clx"
4427 #  filter: "not 'CFS_OPT'"
4428
4429 # Test Operational Data - VPP Performance Operational Data 3n-tsh
4430 - type: "table"
4431   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
4432   algorithm: "table_oper_data_html"
4433   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
4434   data: "vpp-perf-results-3n-tsh"
4435   filter: "not 'CFS_OPT'"
4436
4437 # Test Operational Data - VPP Performance Operational Data 3n-dnv
4438 - type: "table"
4439   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
4440   algorithm: "table_oper_data_html"
4441   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_test_operational_3n_dnv"
4442   data: "vpp-perf-results-3n-dnv"
4443   filter: "'NDRPDR'"
4444
4445 # Test Operational Data - VPP Performance Operational Data 2n-dnv
4446 - type: "table"
4447   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
4448   algorithm: "table_oper_data_html"
4449   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
4450   data: "vpp-perf-results-2n-dnv"
4451   filter: "'NDRPDR'"
4452
4453 # Detailed Test Results - VPP MRR Results 3n-hsw
4454 - type: "table"
4455   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
4456   algorithm: "table_details"
4457   output-file-ext: ".csv"
4458   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4459   columns:
4460   - title: " |prein| Test Name |preout| "
4461     data: "data name"
4462   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4463     data: "data msg"
4464   rows: "generated"
4465   data: "vpp-mrr-results-3n-hsw"
4466   filter: "'MRR'"
4467   parameters:
4468   - "name"
4469   - "parent"
4470   - "msg"
4471
4472 ## Detailed Test Results - VPP MRR Results 3n-skx
4473 #- type: "table"
4474 #  title: "Detailed Test Results - VPP MRR Results 3n-skx"
4475 #  algorithm: "table_details"
4476 #  output-file-ext: ".csv"
4477 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4478 #  columns:
4479 #  - title: " |prein| Test Name |preout| "
4480 #    data: "data name"
4481 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4482 #    data: "data msg"
4483 #  rows: "generated"
4484 #  data: "vpp-mrr-results-3n-skx"
4485 #  filter: "'MRR'"
4486 #  parameters:
4487 #  - "name"
4488 #  - "parent"
4489 #  - "msg"
4490 #
4491 ## Detailed Test Results - VPP MRR Results 2n-skx
4492 #- type: "table"
4493 #  title: "Detailed Test Results - VPP MRR Results 2n-skx"
4494 #  algorithm: "table_details"
4495 #  output-file-ext: ".csv"
4496 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4497 #  columns:
4498 #  - title: " |prein| Test Name |preout| "
4499 #    data: "data name"
4500 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4501 #    data: "data msg"
4502 #  rows: "generated"
4503 #  data: "vpp-mrr-results-2n-skx"
4504 #  filter: "'MRR'"
4505 #  parameters:
4506 #  - "name"
4507 #  - "parent"
4508 #  - "msg"
4509
4510 ## Detailed Test Results - VPP MRR Results 2n-clx
4511 #- type: "table"
4512 #  title: "Detailed Test Results - VPP MRR Results 2n-clx"
4513 #  algorithm: "table_details"
4514 #  output-file-ext: ".csv"
4515 #  output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
4516 #  columns:
4517 #  - title: " |prein| Test Name |preout| "
4518 #    data: "data name"
4519 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4520 #    data: "data msg"
4521 #  rows: "generated"
4522 #  data: "vpp-mrr-results-2n-clx"
4523 #  filter: "'MRR'"
4524 #  parameters:
4525 #  - "name"
4526 #  - "parent"
4527 #  - "msg"
4528
4529 ## Detailed Test Results - VPP MRR Results 3n-tsh
4530 #- type: "table"
4531 #  title: "Detailed Test Results - VPP MRR Results 3n-tsh"
4532 #  algorithm: "table_details"
4533 #  output-file-ext: ".csv"
4534 #  output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
4535 #  columns:
4536 #  - title: " |prein| Test Name |preout| "
4537 #    data: "data name"
4538 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4539 #    data: "data msg"
4540 #  rows: "generated"
4541 #  data: "vpp-mrr-results-3n-tsh"
4542 #  filter: "'MRR'"
4543 #  parameters:
4544 #  - "name"
4545 #  - "parent"
4546 #  - "msg"
4547
4548 # Detailed Test Results - VPP MRR Results 3n-dnv
4549 - type: "table"
4550   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
4551   algorithm: "table_details"
4552   output-file-ext: ".csv"
4553   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
4554   columns:
4555   - title: " |prein| Test Name |preout| "
4556     data: "data name"
4557   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4558     data: "data msg"
4559   rows: "generated"
4560   data: "vpp-mrr-results-3n-dnv"
4561   filter: "'MRR'"
4562   parameters:
4563   - "name"
4564   - "parent"
4565   - "msg"
4566
4567 # Detailed Test Results - VPP MRR Results 2n-dnv
4568 - type: "table"
4569   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
4570   algorithm: "table_details"
4571   output-file-ext: ".csv"
4572   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4573   columns:
4574   - title: " |prein| Test Name |preout| "
4575     data: "data name"
4576   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4577     data: "data msg"
4578   rows: "generated"
4579   data: "vpp-mrr-results-2n-dnv"
4580   filter: "'MRR'"
4581   parameters:
4582   - "name"
4583   - "parent"
4584   - "msg"
4585
4586 # Test configuration - VPP MRR Test Configs 3n-hsw
4587 - type: "table"
4588   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
4589   algorithm: "table_details"
4590   output-file-ext: ".csv"
4591   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
4592   columns:
4593   - title: "Name"
4594     data: "data name"
4595   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4596     data: "data conf-history"
4597   rows: "generated"
4598   data: "vpp-mrr-results-3n-hsw"
4599   filter: "'MRR'"
4600   parameters:
4601   - "parent"
4602   - "name"
4603   - "conf-history"
4604
4605 ## Test configuration - VPP MRR Test Configs 3n-skx
4606 #- type: "table"
4607 #  title: "Test configuration - VPP MRR Test Configs 3n-skx"
4608 #  algorithm: "table_details"
4609 #  output-file-ext: ".csv"
4610 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
4611 #  columns:
4612 #  - title: "Name"
4613 #    data: "data name"
4614 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4615 #    data: "data conf-history"
4616 #  rows: "generated"
4617 #  data: "vpp-mrr-results-3n-skx"
4618 #  filter: "'MRR'"
4619 #  parameters:
4620 #  - "parent"
4621 #  - "name"
4622 #  - "conf-history"
4623 #
4624 ## Test configuration - VPP MRR Test Configs 2n-skx
4625 #- type: "table"
4626 #  title: "Test configuration - VPP MRR Test Configs 2n-skx"
4627 #  algorithm: "table_details"
4628 #  output-file-ext: ".csv"
4629 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
4630 #  columns:
4631 #  - title: "Name"
4632 #    data: "data name"
4633 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4634 #    data: "data conf-history"
4635 #  rows: "generated"
4636 #  data: "vpp-mrr-results-2n-skx"
4637 #  filter: "'MRR'"
4638 #  parameters:
4639 #  - "parent"
4640 #  - "name"
4641 #  - "conf-history"
4642
4643 ## Test configuration - VPP MRR Test Configs 2n-clx
4644 #- type: "table"
4645 #  title: "Test configuration - VPP MRR Test Configs 2n-clx"
4646 #  algorithm: "table_details"
4647 #  output-file-ext: ".csv"
4648 #  output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_test_configuration_2n_clx"
4649 #  columns:
4650 #  - title: "Name"
4651 #    data: "data name"
4652 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4653 #    data: "data conf-history"
4654 #  rows: "generated"
4655 #  data: "vpp-mrr-results-2n-clx"
4656 #  filter: "'MRR'"
4657 #  parameters:
4658 #  - "parent"
4659 #  - "name"
4660 #  - "conf-history"
4661
4662 ## Test configuration - VPP MRR Test Configs 3n-tsh
4663 #- type: "table"
4664 #  title: "Test configuration - VPP MRR Test Configs 3n-tsh"
4665 #  algorithm: "table_details"
4666 #  output-file-ext: ".csv"
4667 #  output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
4668 #  columns:
4669 #  - title: "Name"
4670 #    data: "data name"
4671 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4672 #    data: "data conf-history"
4673 #  rows: "generated"
4674 #  data: "vpp-mrr-results-3n-tsh"
4675 #  filter: "'MRR'"
4676 #  parameters:
4677 #  - "parent"
4678 #  - "name"
4679 #  - "conf-history"
4680
4681 # Test configuration - VPP MRR Test Configs 3n-dnv
4682 - type: "table"
4683   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
4684   algorithm: "table_details"
4685   output-file-ext: ".csv"
4686   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_test_configuration_3n_dnv"
4687   columns:
4688   - title: "Name"
4689     data: "data name"
4690   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4691     data: "data conf-history"
4692   rows: "generated"
4693   data: "vpp-mrr-results-3n-dnv"
4694   filter: "'MRR'"
4695   parameters:
4696   - "parent"
4697   - "name"
4698   - "conf-history"
4699
4700 # Test configuration - VPP MRR Test Configs 2n-dnv
4701 - type: "table"
4702   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
4703   algorithm: "table_details"
4704   output-file-ext: ".csv"
4705   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
4706   columns:
4707   - title: "Name"
4708     data: "data name"
4709   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4710     data: "data conf-history"
4711   rows: "generated"
4712   data: "vpp-mrr-results-2n-dnv"
4713   filter: "'MRR'"
4714   parameters:
4715   - "parent"
4716   - "name"
4717   - "conf-history"
4718
4719 # Detailed Test Results - VPP Device Results - Ubuntu
4720 - type: "table"
4721   title: "Detailed Test Results - VPP Device Results - Ubuntu"
4722   algorithm: "table_details"
4723   output-file-ext: ".csv"
4724   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4725   columns:
4726   - title: " |prein| Test Name |preout| "
4727     data: "data name"
4728   - title: "Status"
4729     data: "data status"
4730   rows: "generated"
4731   data: "vpp-device-results-ubuntu"
4732   filter: "all"
4733   parameters:
4734   - "name"
4735   - "parent"
4736   - "doc"
4737   - "status"
4738
4739 # Test configuration - VPP Device Test Configs - Ubuntu
4740 - type: "table"
4741   title: "Test configuration - VPP Device Test Configs - Ubuntu"
4742   algorithm: "table_details"
4743   output-file-ext: ".csv"
4744   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4745   columns:
4746   - title: "Name"
4747     data: "data name"
4748   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4749     data: "data conf-history"
4750   rows: "generated"
4751   data: "vpp-device-results-ubuntu"
4752   filter: "all"
4753   parameters:
4754   - "parent"
4755   - "name"
4756   - "conf-history"
4757
4758 ################################################################################
4759
4760 # DPDK Performance Changes 3n-hsw 1t1c pdr
4761 - type: "table"
4762   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
4763   algorithm: "table_perf_comparison"
4764   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
4765   history:
4766     - title: "rls1904"
4767       data: "dpdk-performance-changes-3n-hsw-h1"
4768   reference:
4769     title: "rls1908"
4770     data: "dpdk-performance-changes-3n-hsw-ref"
4771   compare:
4772     title: "rls2001"
4773     data: "dpdk-performance-changes-3n-hsw-cmp"
4774   data: "dpdk-performance-changes-3n-hsw"
4775   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4776   filter: "'1T1C'"
4777   parameters:
4778   - "name"
4779   - "parent"
4780   - "throughput"
4781
4782 # DPDK Performance Changes 3n-hsw 2t2c pdr
4783 - type: "table"
4784   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
4785   algorithm: "table_perf_comparison"
4786   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
4787   history:
4788     - title: "rls1904"
4789       data: "dpdk-performance-changes-3n-hsw-h1"
4790   reference:
4791     title: "rls1908"
4792     data: "dpdk-performance-changes-3n-hsw-ref"
4793   compare:
4794     title: "rls2001"
4795     data: "dpdk-performance-changes-3n-hsw-cmp"
4796   data: "dpdk-performance-changes-3n-hsw"
4797   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4798   filter: "'2T2C'"
4799   parameters:
4800   - "name"
4801   - "parent"
4802   - "throughput"
4803
4804 # DPDK Performance Changes 3n-hsw 1t1c ndr
4805 - type: "table"
4806   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
4807   algorithm: "table_perf_comparison"
4808   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
4809   history:
4810     - title: "rls1904"
4811       data: "dpdk-performance-changes-3n-hsw-h1"
4812   reference:
4813     title: "rls1908"
4814     data: "dpdk-performance-changes-3n-hsw-ref"
4815   compare:
4816     title: "rls2001"
4817     data: "dpdk-performance-changes-3n-hsw-cmp"
4818   data: "dpdk-performance-changes-3n-hsw"
4819   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4820   filter: "'1T1C'"
4821   parameters:
4822   - "name"
4823   - "parent"
4824   - "throughput"
4825
4826 # DPDK Performance Changes 3n-hsw 2t2c ndr
4827 - type: "table"
4828   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
4829   algorithm: "table_perf_comparison"
4830   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
4831   history:
4832     - title: "rls1904"
4833       data: "dpdk-performance-changes-3n-hsw-h1"
4834   reference:
4835     title: "rls1908"
4836     data: "dpdk-performance-changes-3n-hsw-ref"
4837   compare:
4838     title: "rls2001"
4839     data: "dpdk-performance-changes-3n-hsw-cmp"
4840   data: "dpdk-performance-changes-3n-hsw"
4841   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4842   filter: "'2T2C'"
4843   parameters:
4844   - "name"
4845   - "parent"
4846   - "throughput"
4847
4848 ## DPDK Performance Changes 3n-skx 2t1c pdr
4849 #- type: "table"
4850 #  title: "DPDK Performance Changes 3n-skx 2t1c pdr"
4851 #  algorithm: "table_perf_comparison"
4852 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
4853 #  history:
4854 #    - title: "rls1904"
4855 #      data: "dpdk-performance-changes-3n-skx-h1"
4856 #  reference:
4857 #    title: "rls1908"
4858 #    data: "dpdk-performance-changes-3n-skx-ref"
4859 #  compare:
4860 #    title: "rls2001"
4861 #    data: "dpdk-performance-changes-3n-skx-cmp"
4862 #  data: "dpdk-performance-changes-3n-skx"
4863 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4864 #  filter: "'2T1C'"
4865 #  parameters:
4866 #  - "name"
4867 #  - "parent"
4868 #  - "throughput"
4869 #
4870 ## DPDK Performance Changes 3n-skx 4t2c pdr
4871 #- type: "table"
4872 #  title: "DPDK Performance Changes 3n-skx 4t2c pdr"
4873 #  algorithm: "table_perf_comparison"
4874 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
4875 #  history:
4876 #    - title: "rls1904"
4877 #      data: "dpdk-performance-changes-3n-skx-h1"
4878 #  reference:
4879 #    title: "rls1908"
4880 #    data: "dpdk-performance-changes-3n-skx-ref"
4881 #  compare:
4882 #    title: "rls2001"
4883 #    data: "dpdk-performance-changes-3n-skx-cmp"
4884 #  data: "dpdk-performance-changes-3n-skx"
4885 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4886 #  filter: "'4T2C'"
4887 #  parameters:
4888 #  - "name"
4889 #  - "parent"
4890 #  - "throughput"
4891 #
4892 ## DPDK Performance Changes 3n-skx 2t1c ndr
4893 #- type: "table"
4894 #  title: "DPDK Performance Changes 3n-skx 2t1c ndr"
4895 #  algorithm: "table_perf_comparison"
4896 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
4897 #  history:
4898 #    - title: "rls1904"
4899 #      data: "dpdk-performance-changes-3n-skx-h1"
4900 #  reference:
4901 #    title: "rls1908"
4902 #    data: "dpdk-performance-changes-3n-skx-ref"
4903 #  compare:
4904 #    title: "rls2001"
4905 #    data: "dpdk-performance-changes-3n-skx-cmp"
4906 #  data: "dpdk-performance-changes-3n-skx"
4907 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4908 #  filter: "'2T1C'"
4909 #  parameters:
4910 #  - "name"
4911 #  - "parent"
4912 #  - "throughput"
4913 #
4914 ## DPDK Performance Changes 3n-skx 4t2c ndr
4915 #- type: "table"
4916 #  title: "DPDK Performance Changes 3n-skx 4t2c ndr"
4917 #  algorithm: "table_perf_comparison"
4918 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
4919 #  history:
4920 #    - title: "rls1904"
4921 #      data: "dpdk-performance-changes-3n-skx-h1"
4922 #  reference:
4923 #    title: "rls1908"
4924 #    data: "dpdk-performance-changes-3n-skx-ref"
4925 #  compare:
4926 #    title: "rls2001"
4927 #    data: "dpdk-performance-changes-3n-skx-cmp"
4928 #  data: "dpdk-performance-changes-3n-skx"
4929 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4930 #  filter: "'4T2C'"
4931 #  parameters:
4932 #  - "name"
4933 #  - "parent"
4934 #  - "throughput"
4935 #
4936 ## DPDK Performance Changes 2n-skx 2t1c pdr
4937 #- type: "table"
4938 #  title: "DPDK Performance Changes 2n-skx 2t1c pdr"
4939 #  algorithm: "table_perf_comparison"
4940 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
4941 #  history:
4942 #    - title: "rls1904"
4943 #      data: "dpdk-performance-changes-2n-skx-h1"
4944 #  reference:
4945 #    title: "rls1908"
4946 #    data: "dpdk-performance-changes-2n-skx-ref"
4947 #  compare:
4948 #    title: "rls2001"
4949 #    data: "dpdk-performance-changes-2n-skx-cmp"
4950 #  data: "dpdk-performance-changes-2n-skx"
4951 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4952 #  filter: "'2T1C'"
4953 #  parameters:
4954 #  - "name"
4955 #  - "parent"
4956 #  - "throughput"
4957 #
4958 ## DPDK Performance Changes 2n-skx 4t2c pdr
4959 #- type: "table"
4960 #  title: "DPDK Performance Changes 2n-skx 4t2c pdr"
4961 #  algorithm: "table_perf_comparison"
4962 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
4963 #  history:
4964 #    - title: "rls1904"
4965 #      data: "dpdk-performance-changes-2n-skx-h1"
4966 #  reference:
4967 #    title: "rls1908"
4968 #    data: "dpdk-performance-changes-2n-skx-ref"
4969 #  compare:
4970 #    title: "rls2001"
4971 #    data: "dpdk-performance-changes-2n-skx-cmp"
4972 #  data: "dpdk-performance-changes-2n-skx"
4973 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4974 #  filter: "'4T2C'"
4975 #  parameters:
4976 #  - "name"
4977 #  - "parent"
4978 #  - "throughput"
4979 #
4980 ## DPDK Performance Changes 2n-skx 2t1c ndr
4981 #- type: "table"
4982 #  title: "DPDK Performance Changes 2n-skx 2t1c ndr"
4983 #  algorithm: "table_perf_comparison"
4984 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
4985 #  history:
4986 #    - title: "rls1904"
4987 #      data: "dpdk-performance-changes-2n-skx-h1"
4988 #  reference:
4989 #    title: "rls1908"
4990 #    data: "dpdk-performance-changes-2n-skx-ref"
4991 #  compare:
4992 #    title: "rls2001"
4993 #    data: "dpdk-performance-changes-2n-skx-cmp"
4994 #  data: "dpdk-performance-changes-2n-skx"
4995 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4996 #  filter: "'2T1C'"
4997 #  parameters:
4998 #  - "name"
4999 #  - "parent"
5000 #  - "throughput"
5001 #
5002 ## DPDK Performance Changes 2n-skx 4t2c ndr
5003 #- type: "table"
5004 #  title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5005 #  algorithm: "table_perf_comparison"
5006 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5007 #  history:
5008 #    - title: "rls1904"
5009 #      data: "dpdk-performance-changes-2n-skx-h1"
5010 #  reference:
5011 #    title: "rls1908"
5012 #    data: "dpdk-performance-changes-2n-skx-ref"
5013 #  compare:
5014 #    title: "rls2001"
5015 #    data: "dpdk-performance-changes-2n-skx-cmp"
5016 #  data: "dpdk-performance-changes-2n-skx"
5017 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5018 #  filter: "'4T2C'"
5019 #  parameters:
5020 #  - "name"
5021 #  - "parent"
5022 #  - "throughput"
5023 #
5024 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5025 #- type: "table"
5026 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5027 #  algorithm: "table_perf_comparison"
5028 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5029 #  reference:
5030 #    title: "3-Node Hsw"
5031 #    data: "dpdk-compare-testbeds-ref"
5032 #  compare:
5033 #    title: "3-Node Skx"
5034 #    data: "dpdk-compare-testbeds-cmp"
5035 #  data: "dpdk-compare-testbeds"
5036 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5037 #  filter: "'NIC_Intel-X710'"
5038 #  parameters:
5039 #  - "name"
5040 #  - "parent"
5041 #  - "throughput"
5042 #
5043 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5044 #- type: "table"
5045 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5046 #  algorithm: "table_perf_comparison"
5047 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5048 #  reference:
5049 #    title: "3-Node Hsw"
5050 #    data: "dpdk-compare-testbeds-ref"
5051 #  compare:
5052 #    title: "3-Node Skx"
5053 #    data: "dpdk-compare-testbeds-cmp"
5054 #  data: "dpdk-compare-testbeds"
5055 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5056 #  filter: "'NIC_Intel-X710'"
5057 #  parameters:
5058 #  - "name"
5059 #  - "parent"
5060 #  - "throughput"
5061 #
5062 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5063 #- type: "table"
5064 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5065 #  algorithm: "table_perf_comparison"
5066 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5067 #  reference:
5068 #    title: "2-Node Skx"
5069 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5070 #  compare:
5071 #    title: "2-Node Clx"
5072 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5073 #  data: "dpdk-compare-testbeds-skx-clx"
5074 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5075 #  filter: "'NDRPDR'"
5076 #  parameters:
5077 #  - "name"
5078 #  - "parent"
5079 #  - "throughput"
5080 #
5081 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5082 #- type: "table"
5083 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5084 #  algorithm: "table_perf_comparison"
5085 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5086 #  reference:
5087 #    title: "2-Node Skx"
5088 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5089 #  compare:
5090 #    title: "2-Node Clx"
5091 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5092 #  data: "dpdk-compare-testbeds-skx-clx"
5093 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5094 #  filter: "'NDRPDR'"
5095 #  parameters:
5096 #  - "name"
5097 #  - "parent"
5098 #  - "throughput"
5099 #
5100 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5101 #- type: "table"
5102 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5103 #  algorithm: "table_perf_comparison"
5104 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5105 #  reference:
5106 #    title: "3-Node Skx"
5107 #    data: "dpdk-compare-topologies-ref"
5108 #  compare:
5109 #    title: "2-Node Skx"
5110 #    data: "dpdk-compare-topologies-cmp"
5111 #  data: "dpdk-compare-topologies"
5112 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5113 #  filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
5114 #  parameters:
5115 #  - "name"
5116 #  - "parent"
5117 #  - "throughput"
5118 #
5119 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5120 #- type: "table"
5121 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5122 #  algorithm: "table_perf_comparison"
5123 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5124 #  reference:
5125 #    title: "3-Node Skx"
5126 #    data: "dpdk-compare-topologies-ref"
5127 #  compare:
5128 #    title: "2-Node Skx"
5129 #    data: "dpdk-compare-topologies-cmp"
5130 #  data: "dpdk-compare-topologies"
5131 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5132 #  filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
5133 #  parameters:
5134 #  - "name"
5135 #  - "parent"
5136 #  - "throughput"
5137
5138 # Detailed Test Results - DPDK Performance Results 3n-hsw
5139 - type: "table"
5140   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5141   algorithm: "table_merged_details"
5142   output-file-ext: ".csv"
5143   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5144   columns:
5145   - title: " |prein| Test Name |preout| "
5146     data: "data name"
5147   - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| Two sets of Uni-Dir Latency Percentiles in uSec at %PDR load: |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| "
5148     data: "data msg"
5149   rows: "generated"
5150   data: "dpdk-perf-results-3n-hsw"
5151   filter: "all"
5152   parameters:
5153   - "name"
5154   - "parent"
5155   - "msg"
5156
5157 ## Detailed Test Results - DPDK Performance Results 3n-skx
5158 #- type: "table"
5159 #  title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5160 #  algorithm: "table_details"
5161 #  output-file-ext: ".csv"
5162 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5163 #  columns:
5164 #  - title: " |prein| Test Name |preout| "
5165 #    data: "data name"
5166 #  - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| Two sets of Uni-Dir Latency Percentiles in uSec at %PDR load: |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| "
5167 #    data: "data msg"
5168 #  rows: "generated"
5169 #  data: "dpdk-perf-results-3n-skx"
5170 #  filter: "all"
5171 #  parameters:
5172 #  - "name"
5173 #  - "parent"
5174 #  - "msg"
5175 #
5176 ## Detailed Test Results - DPDK Performance Results 2n-skx
5177 #- type: "table"
5178 #  title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5179 #  algorithm: "table_details"
5180 #  output-file-ext: ".csv"
5181 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5182 #  columns:
5183 #  - title: " |prein| Test Name |preout| "
5184 #    data: "data name"
5185 #  - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| Two sets of Uni-Dir Latency Percentiles in uSec at %PDR load: |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| "
5186 #    data: "data msg"
5187 #  rows: "generated"
5188 #  data: "dpdk-perf-results-2n-skx"
5189 #  filter: "all"
5190 #  parameters:
5191 #  - "name"
5192 #  - "parent"
5193 #  - "msg"
5194
5195 ## Detailed Test Results - DPDK Performance Results 2n-clx
5196 #- type: "table"
5197 #  title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5198 #  algorithm: "table_details"
5199 #  output-file-ext: ".csv"
5200 #  output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5201 #  columns:
5202 #  - title: " |prein| Test Name |preout| "
5203 #    data: "data name"
5204 #  - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| Two sets of Uni-Dir Latency Percentiles in uSec at %PDR load: |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| "
5205 #    data: "data msg"
5206 #  rows: "generated"
5207 #  data: "dpdk-perf-results-2n-clx"
5208 #  filter: "all"
5209 #  parameters:
5210 #  - "name"
5211 #  - "parent"
5212 #  - "msg"
5213
5214 # Detailed Test Results - DPDK Performance Results 2n-dnv
5215 - type: "table"
5216   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5217   algorithm: "table_details"
5218   output-file-ext: ".csv"
5219   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5220   columns:
5221   - title: " |prein| Test Name |preout| "
5222     data: "data name"
5223   - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| Two sets of Uni-Dir Latency Percentiles in uSec at %PDR load: |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| "
5224     data: "data msg"
5225   rows: "generated"
5226   data: "dpdk-perf-results-2n-dnv"
5227   filter: "all"
5228   parameters:
5229   - "name"
5230   - "parent"
5231   - "msg"
5232
5233 # Detailed Test Results - DPDK Performance Results 3n-dnv
5234 - type: "table"
5235   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5236   algorithm: "table_details"
5237   output-file-ext: ".csv"
5238   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5239   columns:
5240   - title: " |prein| Test Name |preout| "
5241     data: "data name"
5242   - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| Two sets of Uni-Dir Latency Percentiles in uSec at %PDR load: |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| "
5243     data: "data msg"
5244   rows: "generated"
5245   data: "dpdk-perf-results-3n-dnv"
5246   filter: "all"
5247   parameters:
5248   - "name"
5249   - "parent"
5250   - "msg"
5251
5252 # Detailed Test Results - DPDK Performance Results 3n-tsh
5253 - type: "table"
5254   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
5255   algorithm: "table_details"
5256   output-file-ext: ".csv"
5257   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5258   columns:
5259   - title: " |prein| Test Name |preout| "
5260     data: "data name"
5261   - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| Two sets of Uni-Dir Latency Percentiles in uSec at %PDR load: |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| "
5262     data: "data msg"
5263   rows: "generated"
5264   data: "dpdk-perf-results-3n-tsh"
5265   filter: "all"
5266   parameters:
5267   - "name"
5268   - "parent"
5269   - "msg"
5270
5271 ################################################################################
5272 ###                                F I L E S                                 ###
5273 ################################################################################
5274
5275 # VPP Performance Results 3n-hsw
5276 - type: "file"
5277   title: "VPP Performance Results 3n-hsw"
5278   algorithm: "file_test_results"
5279   output-file-ext: ".rst"
5280   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
5281   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"
5282   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
5283   data: "vpp-perf-results-3n-hsw"
5284   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5285   parameters:
5286   - "name"
5287   - "doc"
5288   - "level"
5289   - "parent"
5290   data-start-level: 3
5291
5292 ## VPP Performance Results 3n-skx
5293 #- type: "file"
5294 #  title: "VPP Performance Results 3n-skx"
5295 #  algorithm: "file_test_results"
5296 #  output-file-ext: ".rst"
5297 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
5298 #  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"
5299 #  dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
5300 #  data: "vpp-perf-results-3n-skx"
5301 #  filter: "not 'CFS_OPT'"
5302 #  parameters:
5303 #  - "name"
5304 #  - "doc"
5305 #  - "level"
5306 #  - "parent"
5307 #  data-start-level: 3
5308 #
5309 ## VPP Performance Results 2n-skx
5310 #- type: "file"
5311 #  title: "VPP Performance Results 2n-skx"
5312 #  algorithm: "file_test_results"
5313 #  output-file-ext: ".rst"
5314 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
5315 #  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"
5316 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
5317 #  data: "vpp-perf-results-2n-skx"
5318 #  filter: "not 'CFS_OPT'"
5319 #  parameters:
5320 #  - "name"
5321 #  - "doc"
5322 #  - "level"
5323 #  - "parent"
5324 #  data-start-level: 3
5325
5326 ## VPP Performance Results 2n-clx
5327 #- type: "file"
5328 #  title: "VPP Performance Results 2n-clx"
5329 #  algorithm: "file_test_results"
5330 #  output-file-ext: ".rst"
5331 #  output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
5332 #  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"
5333 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,CLX]}"
5334 #  data: "vpp-perf-results-2n-clx"
5335 #  filter: "not 'CFS_OPT'"
5336 #  parameters:
5337 #  - "name"
5338 #  - "doc"
5339 #  - "level"
5340 #  - "parent"
5341 #  data-start-level: 3
5342
5343 # VPP Performance Results 3n-tsh
5344 - type: "file"
5345   title: "VPP Performance Results 3n-tsh"
5346   algorithm: "file_test_results"
5347   output-file-ext: ".rst"
5348   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
5349   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"
5350   dir-tables: "{DIR[DTR,PERF,VPP,3N,TSH]}"
5351   data: "vpp-perf-results-3n-tsh"
5352   filter: "not 'CFS_OPT'"
5353   parameters:
5354   - "name"
5355   - "doc"
5356   - "level"
5357   - "parent"
5358   data-start-level: 3
5359
5360 # VPP Performance Results 3n-dnv
5361 - type: "file"
5362   title: "VPP Performance Results 3n-dnv"
5363   algorithm: "file_test_results"
5364   output-file-ext: ".rst"
5365   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
5366   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"
5367   dir-tables: "{DIR[DTR,PERF,VPP,3N,DNV]}"
5368   data: "vpp-perf-results-3n-dnv"
5369   filter: "'NDRPDR'"
5370   parameters:
5371   - "name"
5372   - "doc"
5373   - "level"
5374   - "parent"
5375   data-start-level: 3
5376
5377 # VPP Performance Results 2n-dnv
5378 - type: "file"
5379   title: "VPP Performance Results 2n-dnv"
5380   algorithm: "file_test_results"
5381   output-file-ext: ".rst"
5382   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5383   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"
5384   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
5385   data: "vpp-perf-results-2n-dnv"
5386   filter: "'NDRPDR'"
5387   parameters:
5388   - "name"
5389   - "doc"
5390   - "level"
5391   - "parent"
5392   data-start-level: 3
5393
5394 # VPP Performance Configuration 3n-hsw
5395 - type: "file"
5396   title: "VPP Performance Configuration 3n-hsw"
5397   algorithm: "file_test_results"
5398   output-file-ext: ".rst"
5399   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
5400   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"
5401   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
5402   data: "vpp-perf-results-3n-hsw"
5403   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5404   parameters:
5405   - "name"
5406   - "doc"
5407   - "level"
5408   - "parent"
5409   data-start-level: 3
5410
5411 ## VPP Performance Configuration 3n-skx
5412 #- type: "file"
5413 #  title: "VPP Performance Configuration 3n-skx"
5414 #  algorithm: "file_test_results"
5415 #  output-file-ext: ".rst"
5416 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
5417 #  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"
5418 #  dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
5419 #  data: "vpp-perf-results-3n-skx"
5420 #  filter: "not 'CFS_OPT'"
5421 #  parameters:
5422 #  - "name"
5423 #  - "doc"
5424 #  - "level"
5425 #  - "parent"
5426 #  data-start-level: 3
5427 #
5428 ## VPP Performance Configuration 2n-skx
5429 #- type: "file"
5430 #  title: "VPP Performance Configuration 2n-skx"
5431 #  algorithm: "file_test_results"
5432 #  output-file-ext: ".rst"
5433 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
5434 #  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"
5435 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
5436 #  data: "vpp-perf-results-2n-skx"
5437 #  filter: "not 'CFS_OPT'"
5438 #  parameters:
5439 #  - "name"
5440 #  - "doc"
5441 #  - "level"
5442 #  - "parent"
5443 #  data-start-level: 3
5444
5445 ## VPP Performance Configuration 2n-clx
5446 #- type: "file"
5447 #  title: "VPP Performance Configuration 2n-clx"
5448 #  algorithm: "file_test_results"
5449 #  output-file-ext: ".rst"
5450 #  output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_performance_configuration_2n_clx"
5451 #  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"
5452 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,CLX]}"
5453 #  data: "vpp-perf-results-2n-clx"
5454 #  filter: "not 'CFS_OPT'"
5455 #  parameters:
5456 #  - "name"
5457 #  - "doc"
5458 #  - "level"
5459 #  - "parent"
5460 #  data-start-level: 3
5461
5462 # VPP Performance Configuration 3n-tsh
5463 - type: "file"
5464   title: "VPP Performance Configuration 3n-tsh"
5465   algorithm: "file_test_results"
5466   output-file-ext: ".rst"
5467   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_performance_configuration_3n_tsh"
5468   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"
5469   dir-tables: "{DIR[DTC,PERF,VPP,3N,TSH]}"
5470   data: "vpp-perf-results-3n-tsh"
5471   filter: "not 'CFS_OPT'"
5472   parameters:
5473   - "name"
5474   - "doc"
5475   - "level"
5476   - "parent"
5477   data-start-level: 3
5478
5479 # VPP Performance Configuration 3n-dnv
5480 - type: "file"
5481   title: "VPP Performance Configuration 3n-dnv"
5482   algorithm: "file_test_results"
5483   output-file-ext: ".rst"
5484   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_performance_configuration_3n_dnv"
5485   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"
5486   dir-tables: "{DIR[DTC,PERF,VPP,3N,DNV]}"
5487   data: "vpp-perf-results-3n-dnv"
5488   filter: "'NDRPDR'"
5489   parameters:
5490   - "name"
5491   - "doc"
5492   - "level"
5493   - "parent"
5494   data-start-level: 3
5495
5496 # VPP Performance Configuration 2n-dnv
5497 - type: "file"
5498   title: "VPP Performance Configuration 2n-dnv"
5499   algorithm: "file_test_results"
5500   output-file-ext: ".rst"
5501   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
5502   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"
5503   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
5504   data: "vpp-perf-results-2n-dnv"
5505   filter: "'NDRPDR'"
5506   parameters:
5507   - "name"
5508   - "doc"
5509   - "level"
5510   - "parent"
5511   data-start-level: 3
5512
5513 # VPP Performance Operational Data 3n-hsw
5514 - type: "file"
5515   title: "VPP Performance Operational Data 3n-hsw"
5516   algorithm: "file_test_results_html"
5517   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
5518   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"
5519   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
5520   data: "vpp-perf-results-3n-hsw"
5521   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5522   data-start-level: 3
5523
5524 ## VPP Performance Operational Data 3n-skx
5525 #- type: "file"
5526 #  title: "VPP Performance Operational Data 3n-skx"
5527 #  algorithm: "file_test_results_html"
5528 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
5529 #  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"
5530 #  dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
5531 #  data: "vpp-perf-results-3n-skx"
5532 #  filter: "not 'CFS_OPT'"
5533 #  data-start-level: 3
5534 #
5535 ## VPP Performance Operational Data 2n-skx
5536 #- type: "file"
5537 #  title: "VPP Performance Operational Data 2n-skx"
5538 #  algorithm: "file_test_results_html"
5539 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
5540 #  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"
5541 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
5542 #  data: "vpp-perf-results-2n-skx"
5543 #  filter: "not 'CFS_OPT'"
5544 #  data-start-level: 3
5545
5546 ## VPP Performance Operational Data 2n-clx
5547 #- type: "file"
5548 #  title: "VPP Performance Operational Data 2n-clx"
5549 #  algorithm: "file_test_results_html"
5550 #  output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_performance_operational_data_2n_clx"
5551 #  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"
5552 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,CLX]}"
5553 #  data: "vpp-perf-results-2n-clx"
5554 #  filter: "not 'CFS_OPT'"
5555 #  data-start-level: 3
5556
5557 # VPP Performance Operational Data 3n-tsh
5558 - type: "file"
5559   title: "VPP Performance Operational Data 3n-tsh"
5560   algorithm: "file_test_results_html"
5561   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_performance_operational_data_3n_tsh"
5562   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"
5563   dir-tables: "{DIR[DTO,PERF,VPP,3N,TSH]}"
5564   data: "vpp-perf-results-3n-tsh"
5565   filter: "not 'CFS_OPT'"
5566   data-start-level: 3
5567
5568 # VPP Performance Operational Data 3n-dnv
5569 - type: "file"
5570   title: "VPP Performance Operational Data 3n-dnv"
5571   algorithm: "file_test_results_html"
5572   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_performance_operational_data_3n_dnv"
5573   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"
5574   dir-tables: "{DIR[DTO,PERF,VPP,3N,DNV]}"
5575   data: "vpp-perf-results-3n-dnv"
5576   filter: "'NDRPDR'"
5577   data-start-level: 3
5578
5579 # VPP Performance Operational Data 2n-dnv
5580 - type: "file"
5581   title: "VPP Performance Operational Data 2n-dnv"
5582   algorithm: "file_test_results_html"
5583   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
5584   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"
5585   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
5586   data: "vpp-perf-results-2n-dnv"
5587   filter: "'NDRPDR'"
5588   data-start-level: 3
5589
5590 # VPP MRR Results 3n-hsw
5591 - type: "file"
5592   title: "VPP MRR Results 3n-hsw"
5593   algorithm: "file_test_results"
5594   output-file-ext: ".rst"
5595   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
5596   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"
5597   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
5598   data: "vpp-mrr-results-3n-hsw"
5599   filter: "'MRR'"
5600   parameters:
5601   - "name"
5602   - "doc"
5603   - "level"
5604   - "parent"
5605   data-start-level: 3
5606
5607 ## VPP MRR Results 3n-skx
5608 #- type: "file"
5609 #  title: "VPP MRR Results 3n-skx"
5610 #  algorithm: "file_test_results"
5611 #  output-file-ext: ".rst"
5612 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
5613 #  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"
5614 #  dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
5615 #  data: "vpp-mrr-results-3n-skx"
5616 #  filter: "'MRR'"
5617 #  parameters:
5618 #  - "name"
5619 #  - "doc"
5620 #  - "level"
5621 #  - "parent"
5622 #  data-start-level: 3
5623 #
5624 ## VPP MRR Results 2n-skx
5625 #- type: "file"
5626 #  title: "VPP MRR Results 2n-skx"
5627 #  algorithm: "file_test_results"
5628 #  output-file-ext: ".rst"
5629 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
5630 #  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"
5631 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
5632 #  data: "vpp-mrr-results-2n-skx"
5633 #  filter: "all"
5634 #  parameters:
5635 #  - "name"
5636 #  - "doc"
5637 #  - "level"
5638 #  - "parent"
5639 #  data-start-level: 3
5640
5641 ## VPP MRR Results 2n-clx
5642 #- type: "file"
5643 #  title: "VPP MRR Results 2n-clx"
5644 #  algorithm: "file_test_results"
5645 #  output-file-ext: ".rst"
5646 #  output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
5647 #  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"
5648 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,CLX]}"
5649 #  data: "vpp-mrr-results-2n-clx"
5650 #  filter: "all"
5651 #  parameters:
5652 #  - "name"
5653 #  - "doc"
5654 #  - "level"
5655 #  - "parent"
5656 #  data-start-level: 3
5657
5658 ## VPP MRR Results 3n-tsh
5659 #- type: "file"
5660 #  title: "VPP MRR Results 3n-tsh"
5661 #  algorithm: "file_test_results"
5662 #  output-file-ext: ".rst"
5663 #  output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
5664 #  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"
5665 #  dir-tables: "{DIR[DTR,MRR,VPP,3N,TSH]}"
5666 #  data: "vpp-mrr-results-3n-tsh"
5667 #  filter: "'MRR'"
5668 #  parameters:
5669 #  - "name"
5670 #  - "doc"
5671 #  - "level"
5672 #  - "parent"
5673 #  data-start-level: 3
5674
5675 # VPP MRR Results 3n-dnv
5676 - type: "file"
5677   title: "VPP MRR Results 3n-dnv"
5678   algorithm: "file_test_results"
5679   output-file-ext: ".rst"
5680   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
5681   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"
5682   dir-tables: "{DIR[DTR,MRR,VPP,3N,DNV]}"
5683   data: "vpp-mrr-results-3n-dnv"
5684   filter: "'MRR'"
5685   parameters:
5686   - "name"
5687   - "doc"
5688   - "level"
5689   - "parent"
5690   data-start-level: 3
5691
5692 # VPP MRR Results 2n-dnv
5693 - type: "file"
5694   title: "VPP MRR Results 2n-dnv"
5695   algorithm: "file_test_results"
5696   output-file-ext: ".rst"
5697   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
5698   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"
5699   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
5700   data: "vpp-mrr-results-2n-dnv"
5701   filter: "'MRR'"
5702   parameters:
5703   - "name"
5704   - "doc"
5705   - "level"
5706   - "parent"
5707   data-start-level: 3
5708
5709 # VPP MRR Configuration 3n-hsw
5710 - type: "file"
5711   title: "VPP MRR Configuration 3n-hsw"
5712   algorithm: "file_test_results"
5713   output-file-ext: ".rst"
5714   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
5715   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"
5716   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
5717   data: "vpp-mrr-results-3n-hsw"
5718   filter: "'MRR'"
5719   parameters:
5720   - "name"
5721   - "doc"
5722   - "level"
5723   - "parent"
5724   data-start-level: 3
5725
5726 ## VPP MRR Configuration 3n-skx
5727 #- type: "file"
5728 #  title: "VPP MRR Configuration 3n-skx"
5729 #  algorithm: "file_test_results"
5730 #  output-file-ext: ".rst"
5731 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
5732 #  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"
5733 #  dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
5734 #  data: "vpp-mrr-results-3n-skx"
5735 #  filter: "'MRR'"
5736 #  parameters:
5737 #  - "name"
5738 #  - "doc"
5739 #  - "level"
5740 #  - "parent"
5741 #  data-start-level: 3
5742 #
5743 ## VPP MRR Configuration 2n-skx
5744 #- type: "file"
5745 #  title: "VPP MRR Configuration 2n-skx"
5746 #  algorithm: "file_test_results"
5747 #  output-file-ext: ".rst"
5748 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
5749 #  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"
5750 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
5751 #  data: "vpp-mrr-results-2n-skx"
5752 #  filter: "'MRR'"
5753 #  parameters:
5754 #  - "name"
5755 #  - "doc"
5756 #  - "level"
5757 #  - "parent"
5758 #  data-start-level: 3
5759
5760 ## VPP MRR Configuration 2n-clx
5761 #- type: "file"
5762 #  title: "VPP MRR Configuration 2n-clx"
5763 #  algorithm: "file_test_results"
5764 #  output-file-ext: ".rst"
5765 #  output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_configuration_2n_clx"
5766 #  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"
5767 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,CLX]}"
5768 #  data: "vpp-mrr-results-2n-clx"
5769 #  filter: "'MRR'"
5770 #  parameters:
5771 #  - "name"
5772 #  - "doc"
5773 #  - "level"
5774 #  - "parent"
5775 #  data-start-level: 3
5776
5777 ## VPP MRR Configuration 3n-tsh
5778 #- type: "file"
5779 #  title: "VPP MRR Configuration 3n-tsh"
5780 #  algorithm: "file_test_results"
5781 #  output-file-ext: ".rst"
5782 #  output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
5783 #  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"
5784 #  dir-tables: "{DIR[DTC,MRR,VPP,3N,TSH]}"
5785 #  data: "vpp-mrr-results-3n-tsh"
5786 #  filter: "'MRR'"
5787 #  parameters:
5788 #  - "name"
5789 #  - "doc"
5790 #  - "level"
5791 #  - "parent"
5792 #  data-start-level: 3
5793
5794 # VPP MRR Configuration 3n-dnv
5795 - type: "file"
5796   title: "VPP MRR Configuration 3n-dnv"
5797   algorithm: "file_test_results"
5798   output-file-ext: ".rst"
5799   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_configuration_3n_dnv"
5800   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"
5801   dir-tables: "{DIR[DTC,MRR,VPP,3N,DNV]}"
5802   data: "vpp-mrr-results-3n-dnv"
5803   filter: "'MRR'"
5804   parameters:
5805   - "name"
5806   - "doc"
5807   - "level"
5808   - "parent"
5809   data-start-level: 3
5810
5811 # VPP MRR Configuration 2n-dnv
5812 - type: "file"
5813   title: "VPP MRR Configuration 2n-dnv"
5814   algorithm: "file_test_results"
5815   output-file-ext: ".rst"
5816   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
5817   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"
5818   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5819   data: "vpp-mrr-results-2n-dnv"
5820   filter: "'MRR'"
5821   parameters:
5822   - "name"
5823   - "doc"
5824   - "level"
5825   - "parent"
5826   data-start-level: 3
5827
5828 # VPP Device Results - Ubuntu
5829 - type: "file"
5830   title: "VPP Device Results - Ubuntu"
5831   algorithm: "file_test_results"
5832   output-file-ext: ".rst"
5833   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5834   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"
5835   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5836   data: "vpp-device-results-ubuntu"
5837   filter: "all"
5838   parameters:
5839   - "name"
5840   - "doc"
5841   - "level"
5842   - "parent"
5843   data-start-level: 3
5844
5845 # VPP Device Configuration - Ubuntu
5846 - type: "file"
5847   title: "VPP Device Configuration - Ubuntu"
5848   algorithm: "file_test_results"
5849   output-file-ext: ".rst"
5850   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5851   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"
5852   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5853   data: "vpp-device-results-ubuntu"
5854   filter: "all"
5855   parameters:
5856   - "name"
5857   - "doc"
5858   - "level"
5859   - "parent"
5860   data-start-level: 3
5861
5862 # DPDK Performance Results 3n-hsw
5863 - type: "file"
5864   title: "DPDK Performance Results 3n-hsw"
5865   algorithm: "file_test_results"
5866   output-file-ext: ".rst"
5867   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5868   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"
5869   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5870   data: "dpdk-perf-results-3n-hsw"
5871   filter: "all"
5872   parameters:
5873   - "name"
5874   - "doc"
5875   - "level"
5876   - "parent"
5877   data-start-level: 3
5878
5879 ## DPDK Performance Results 3n-skx
5880 #- type: "file"
5881 #  title: "DPDK Performance Results 3n-skx"
5882 #  algorithm: "file_test_results"
5883 #  output-file-ext: ".rst"
5884 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5885 #  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"
5886 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5887 #  data: "dpdk-perf-results-3n-skx"
5888 #  filter: "all"
5889 #  parameters:
5890 #  - "name"
5891 #  - "doc"
5892 #  - "level"
5893 #  - "parent"
5894 #  data-start-level: 3
5895 #
5896 ## DPDK Performance Results 2n-skx
5897 #- type: "file"
5898 #  title: "DPDK Performance Results 2n-skx"
5899 #  algorithm: "file_test_results"
5900 #  output-file-ext: ".rst"
5901 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5902 #  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"
5903 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5904 #  data: "dpdk-perf-results-2n-skx"
5905 #  filter: "all"
5906 #  parameters:
5907 #  - "name"
5908 #  - "doc"
5909 #  - "level"
5910 #  - "parent"
5911 #  data-start-level: 3
5912
5913 ## DPDK Performance Results 2n-clx
5914 #- type: "file"
5915 #  title: "DPDK Performance Results 2n-clx"
5916 #  algorithm: "file_test_results"
5917 #  output-file-ext: ".rst"
5918 #  output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5919 #  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"
5920 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5921 #  data: "dpdk-perf-results-2n-clx"
5922 #  filter: "all"
5923 #  parameters:
5924 #  - "name"
5925 #  - "doc"
5926 #  - "level"
5927 #  - "parent"
5928 #  data-start-level: 3
5929
5930 # DPDK Performance Results 2n-dnv
5931 - type: "file"
5932   title: "DPDK Performance Results 2n-dnv"
5933   algorithm: "file_test_results"
5934   output-file-ext: ".rst"
5935   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5936   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"
5937   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
5938   data: "dpdk-perf-results-2n-dnv"
5939   filter: "all"
5940   parameters:
5941   - "name"
5942   - "doc"
5943   - "level"
5944   - "parent"
5945   data-start-level: 3
5946
5947 # DPDK Performance Results 3n-dnv
5948 - type: "file"
5949   title: "DPDK Performance Results 3n-dnv"
5950   algorithm: "file_test_results"
5951   output-file-ext: ".rst"
5952   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5953   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"
5954   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
5955   data: "dpdk-perf-results-3n-dnv"
5956   filter: "all"
5957   parameters:
5958   - "name"
5959   - "doc"
5960   - "level"
5961   - "parent"
5962   data-start-level: 3
5963
5964 # DPDK Performance Results 3n-tsh
5965 - type: "file"
5966   title: "DPDK Performance Results 3n-tsh"
5967   algorithm: "file_test_results"
5968   output-file-ext: ".rst"
5969   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5970   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"
5971   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
5972   data: "dpdk-perf-results-3n-tsh"
5973   filter: "all"
5974   parameters:
5975   - "name"
5976   - "doc"
5977   - "level"
5978   - "parent"
5979   data-start-level: 3
5980
5981 ################################################################################
5982 ###                                P L O T S                                 ###
5983 ################################################################################
5984
5985 ## Plots VPP HTTP Server Performance
5986 #- type: "plot"
5987 #  title: "VPP HTTP Server Performance"
5988 #  algorithm: "plot_http_server_perf_box"
5989 #  output-file-type: ".html"
5990 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5991 #  data:
5992 #    "plot-vpp-http-server-performance"
5993 #  # Keep this formatting, the filter is enclosed with " (quotation mark) and
5994 #  # each tag is enclosed with ' (apostrophe).
5995 #  filter: "'HTTP' and 'TCP_CPS'"
5996 #  parameters:
5997 #  - "result"
5998 #  - "name"
5999 #  traces:
6000 #    hoverinfo: "y+name"
6001 #    boxpoints: "outliers"
6002 #    whiskerwidth: 0
6003 #  layout:
6004 #    title: "VPP HTTP Server Performance"
6005 #    layout:
6006 #      "plot-cps"
6007 #
6008 #- type: "plot"
6009 #  title: "VPP HTTP Server Performance"
6010 #  algorithm: "plot_http_server_perf_box"
6011 #  output-file-type: ".html"
6012 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6013 #  data:
6014 #    "plot-vpp-http-server-performance"
6015 #  filter: "'HTTP' and 'TCP_RPS'"
6016 #  parameters:
6017 #  - "result"
6018 #  - "name"
6019 #  traces:
6020 #    hoverinfo: "y+name"
6021 #    boxpoints: "outliers"
6022 #    whiskerwidth: 0
6023 #  layout:
6024 #    title: "VPP HTTP Server Performance"
6025 #    layout:
6026 #      "plot-rps"
6027
6028 ################################################################################
6029
6030 ## Soak Test (PLRsearch), boxes
6031 #- type: "plot"
6032 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6033 #  algorithm: "plot_perf_box_name"
6034 #  output-file-type: ".html"
6035 #  output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6036 #  data: "plot-vpp-soak-2n-skx"
6037 #  include:
6038 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Soak.64B-2t1c-avf-eth-l2patch-soak"
6039 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6040 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6041 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Soak.64B-2t1c-eth-l2patch-soak"
6042 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6043 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6044 #  layout:
6045 #    title: "30 Minutes Soak Test (PLRsearch)"
6046 #    layout: "plot-soak-throughput"
6047 #
6048 ## Soak Test (PLRsearch), boxes
6049 #- type: "plot"
6050 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6051 #  algorithm: "plot_perf_box_name"
6052 #  output-file-type: ".html"
6053 #  output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6054 #  data: "plot-vpp-soak-2n-skx"
6055 #  include:
6056 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-soak"
6057 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6058 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6059 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6060 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6061 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6062 #  layout:
6063 #    title: "30 Minutes Soak Test (PLRsearch)"
6064 #    layout: "plot-soak-throughput"
6065
6066 ###############################################################################
6067
6068 #- type: "plot"
6069 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6070 #  algorithm: "plot_nf_reconf_box_name"
6071 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6072 #  data: "plot-vpp-nfv-reconf-2n-skx"
6073 #  include:
6074 #    - "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"
6075 #    - "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"
6076 #    - "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"
6077 #    - "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"
6078 #    - "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"
6079 #    - "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"
6080 #  layout:
6081 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6082 #    layout: "plot-throughput"
6083 #
6084 #- type: "plot"
6085 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6086 #  algorithm: "plot_nf_reconf_box_name"
6087 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6088 #  data: "plot-vpp-nfv-reconf-2n-skx"
6089 #  include:
6090 #    - "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"
6091 #    - "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"
6092 #    - "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"
6093 #    - "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"
6094 #    - "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"
6095 #    - "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"
6096 #  layout:
6097 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6098 #    layout: "plot-throughput"
6099 #
6100 #- type: "plot"
6101 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6102 #  algorithm: "plot_nf_reconf_box_name"
6103 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6104 #  data: "plot-vpp-nfv-reconf-2n-skx"
6105 #  include:
6106 #    - "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"
6107 #    - "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"
6108 #    - "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"
6109 #    - "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"
6110 #    - "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"
6111 #    - "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"
6112 #  layout:
6113 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6114 #    layout: "plot-throughput"
6115 #
6116 ################################################################################
6117 ## Plots - NF Density - VSC - MRR 64b
6118 #- type: "plot"
6119 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6120 #  algorithm: "plot_nf_heatmap"
6121 #  output-file-type: ".html"
6122 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6123 #  data: "plot-vpp-nfv-2n-skx-mrr"
6124 #  filter: "'NIC_Intel-XXV710' and
6125 #           'NF_DENSITY' and
6126 #           'VHOST' and
6127 #           not 'VXLAN' and
6128 #           'CHAIN' and
6129 #           'NF_VPPIP4' and
6130 #           '64B' and
6131 #           '2T1C' and
6132 #           'MRR'"
6133 #  parameters:
6134 #  - "result"
6135 #  - "name"
6136 #  - "tags"
6137 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6138 #  x-axis: "X = VNFs per Service Chain"
6139 #  y-axis: "Y = Number of Service Chains"
6140 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6141 #  layout:
6142 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6143 #    layout: "plot-service-density"
6144 #
6145 #- type: "plot"
6146 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6147 #  algorithm: "plot_nf_heatmap"
6148 #  output-file-type: ".html"
6149 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6150 #  data: "plot-vpp-nfv-2n-skx-mrr"
6151 #  filter: "'NIC_Intel-XXV710' and
6152 #           'NF_DENSITY' and
6153 #           'VHOST' and
6154 #           not 'VXLAN' and
6155 #           'CHAIN' and
6156 #           'NF_VPPIP4' and
6157 #           '64B' and
6158 #           '4T2C' and
6159 #           'MRR'"
6160 #  parameters:
6161 #  - "result"
6162 #  - "name"
6163 #  - "tags"
6164 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6165 #  x-axis: "X = VNFs per Service Chain"
6166 #  y-axis: "Y = Number of Service Chains"
6167 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6168 #  layout:
6169 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6170 #    layout: "plot-service-density"
6171 #
6172 #- type: "plot"
6173 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6174 #  algorithm: "plot_nf_heatmap"
6175 #  output-file-type: ".html"
6176 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6177 #  data: "plot-vpp-nfv-2n-skx-mrr"
6178 #  filter: "'NIC_Intel-XXV710' and
6179 #           'NF_DENSITY' and
6180 #           'VHOST' and
6181 #           not 'VXLAN' and
6182 #           'CHAIN' and
6183 #           'NF_VPPIP4' and
6184 #           '64B' and
6185 #           '8T4C' and
6186 #           'MRR'"
6187 #  parameters:
6188 #  - "result"
6189 #  - "name"
6190 #  - "tags"
6191 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6192 #  x-axis: "X = VNFs per Service Chain"
6193 #  y-axis: "Y = Number of Service Chains"
6194 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6195 #  layout:
6196 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6197 #    layout: "plot-service-density"
6198 #
6199 ## Plots - NF Density - VSC - MRR IMIX
6200 #- type: "plot"
6201 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6202 #  algorithm: "plot_nf_heatmap"
6203 #  output-file-type: ".html"
6204 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6205 #  data: "plot-vpp-nfv-2n-skx-mrr"
6206 #  filter: "'NIC_Intel-XXV710' and
6207 #           'NF_DENSITY' and
6208 #           'VHOST' and
6209 #           not 'VXLAN' and
6210 #           'CHAIN' and
6211 #           'NF_VPPIP4' and
6212 #           'IMIX' and
6213 #           '2T1C' and
6214 #           'MRR'"
6215 #  parameters:
6216 #  - "result"
6217 #  - "name"
6218 #  - "tags"
6219 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6220 #  x-axis: "X = VNFs per Service Chain"
6221 #  y-axis: "Y = Number of Service Chains"
6222 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6223 #  layout:
6224 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6225 #    layout: "plot-service-density"
6226 #
6227 #- type: "plot"
6228 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6229 #  algorithm: "plot_nf_heatmap"
6230 #  output-file-type: ".html"
6231 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6232 #  data: "plot-vpp-nfv-2n-skx-mrr"
6233 #  filter: "'NIC_Intel-XXV710' and
6234 #           'NF_DENSITY' and
6235 #           'VHOST' and
6236 #           not 'VXLAN' and
6237 #           'CHAIN' and
6238 #           'NF_VPPIP4' and
6239 #           'IMIX' and
6240 #           '4T2C' and
6241 #           'MRR'"
6242 #  parameters:
6243 #  - "result"
6244 #  - "name"
6245 #  - "tags"
6246 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6247 #  x-axis: "X = VNFs per Service Chain"
6248 #  y-axis: "Y = Number of Service Chains"
6249 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6250 #  layout:
6251 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6252 #    layout: "plot-service-density"
6253 #
6254 #- type: "plot"
6255 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6256 #  algorithm: "plot_nf_heatmap"
6257 #  output-file-type: ".html"
6258 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6259 #  data: "plot-vpp-nfv-2n-skx-mrr"
6260 #  filter: "'NIC_Intel-XXV710' and
6261 #           'NF_DENSITY' and
6262 #           'VHOST' and
6263 #           not 'VXLAN' and
6264 #           'CHAIN' and
6265 #           'NF_VPPIP4' and
6266 #           'IMIX' and
6267 #           '8T4C' and
6268 #           'MRR'"
6269 #  parameters:
6270 #  - "result"
6271 #  - "name"
6272 #  - "tags"
6273 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6274 #  x-axis: "X = VNFs per Service Chain"
6275 #  y-axis: "Y = Number of Service Chains"
6276 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6277 #  layout:
6278 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6279 #    layout: "plot-service-density"
6280 #
6281 ## Plots - NF Density - VSC - NDR 64b
6282 #- type: "plot"
6283 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6284 #  algorithm: "plot_nf_heatmap"
6285 #  output-file-type: ".html"
6286 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6287 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6288 #  filter: "'NIC_Intel-XXV710' and
6289 #           'NF_DENSITY' and
6290 #           'VHOST' and
6291 #           not 'VXLAN' and
6292 #           'CHAIN' and
6293 #           'NF_VPPIP4' and
6294 #           '64B' and
6295 #           '2T1C' and
6296 #           'NDRPDR'"
6297 #  parameters:
6298 #  - "throughput"
6299 #  - "name"
6300 #  - "tags"
6301 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6302 #  x-axis: "X = VNFs per Service Chain"
6303 #  y-axis: "Y = Number of Service Chains"
6304 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6305 #  layout:
6306 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6307 #    layout: "plot-service-density"
6308 #
6309 #- type: "plot"
6310 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6311 #  algorithm: "plot_nf_heatmap"
6312 #  output-file-type: ".html"
6313 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6314 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6315 #  filter: "'NIC_Intel-XXV710' and
6316 #           'NF_DENSITY' and
6317 #           'VHOST' and
6318 #           not 'VXLAN' and
6319 #           'CHAIN' and
6320 #           'NF_VPPIP4' and
6321 #           '64B' and
6322 #           '4T2C' and
6323 #           'NDRPDR'"
6324 #  parameters:
6325 #  - "throughput"
6326 #  - "name"
6327 #  - "tags"
6328 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6329 #  x-axis: "X = VNFs per Service Chain"
6330 #  y-axis: "Y = Number of Service Chains"
6331 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6332 #  layout:
6333 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6334 #    layout: "plot-service-density"
6335 #
6336 #- type: "plot"
6337 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6338 #  algorithm: "plot_nf_heatmap"
6339 #  output-file-type: ".html"
6340 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6341 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6342 #  filter: "'NIC_Intel-XXV710' and
6343 #           'NF_DENSITY' and
6344 #           'VHOST' and
6345 #           not 'VXLAN' and
6346 #           'CHAIN' and
6347 #           'NF_VPPIP4' and
6348 #           '64B' and
6349 #           '8T4C' and
6350 #           'NDRPDR'"
6351 #  parameters:
6352 #  - "throughput"
6353 #  - "name"
6354 #  - "tags"
6355 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6356 #  x-axis: "X = VNFs per Service Chain"
6357 #  y-axis: "Y = Number of Service Chains"
6358 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6359 #  layout:
6360 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6361 #    layout: "plot-service-density"
6362 #
6363 ## Plots - NF Density - VSC - NDR IMIX
6364 #- type: "plot"
6365 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6366 #  algorithm: "plot_nf_heatmap"
6367 #  output-file-type: ".html"
6368 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6369 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6370 #  filter: "'NIC_Intel-XXV710' and
6371 #           'NF_DENSITY' and
6372 #           'VHOST' and
6373 #           not 'VXLAN' and
6374 #           'CHAIN' and
6375 #           'NF_VPPIP4' and
6376 #           'IMIX' and
6377 #           '2T1C' and
6378 #           'NDRPDR'"
6379 #  parameters:
6380 #  - "throughput"
6381 #  - "name"
6382 #  - "tags"
6383 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6384 #  x-axis: "X = VNFs per Service Chain"
6385 #  y-axis: "Y = Number of Service Chains"
6386 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6387 #  layout:
6388 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6389 #    layout: "plot-service-density"
6390 #
6391 #- type: "plot"
6392 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6393 #  algorithm: "plot_nf_heatmap"
6394 #  output-file-type: ".html"
6395 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6396 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6397 #  filter: "'NIC_Intel-XXV710' and
6398 #           'NF_DENSITY' and
6399 #           'VHOST' and
6400 #           not 'VXLAN' and
6401 #           'CHAIN' and
6402 #           'NF_VPPIP4' and
6403 #           'IMIX' and
6404 #           '4T2C' and
6405 #           'NDRPDR'"
6406 #  parameters:
6407 #  - "throughput"
6408 #  - "name"
6409 #  - "tags"
6410 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6411 #  x-axis: "X = VNFs per Service Chain"
6412 #  y-axis: "Y = Number of Service Chains"
6413 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6414 #  layout:
6415 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6416 #    layout: "plot-service-density"
6417 #
6418 #- type: "plot"
6419 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6420 #  algorithm: "plot_nf_heatmap"
6421 #  output-file-type: ".html"
6422 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6423 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6424 #  filter: "'NIC_Intel-XXV710' and
6425 #           'NF_DENSITY' and
6426 #           'VHOST' and
6427 #           not 'VXLAN' and
6428 #           'CHAIN' and
6429 #           'NF_VPPIP4' and
6430 #           'IMIX' and
6431 #           '8T4C' and
6432 #           'NDRPDR'"
6433 #  parameters:
6434 #  - "throughput"
6435 #  - "name"
6436 #  - "tags"
6437 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6438 #  x-axis: "X = VNFs per Service Chain"
6439 #  y-axis: "Y = Number of Service Chains"
6440 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6441 #  layout:
6442 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6443 #    layout: "plot-service-density"
6444 #
6445 ## Plots - NF Density - VSC - PDR 64b
6446 #- type: "plot"
6447 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6448 #  algorithm: "plot_nf_heatmap"
6449 #  output-file-type: ".html"
6450 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6451 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6452 #  filter: "'NIC_Intel-XXV710' and
6453 #           'NF_DENSITY' and
6454 #           'VHOST' and
6455 #           not 'VXLAN' and
6456 #           'CHAIN' and
6457 #           'NF_VPPIP4' and
6458 #           '64B' and
6459 #           '2T1C' and
6460 #           'NDRPDR'"
6461 #  parameters:
6462 #  - "throughput"
6463 #  - "name"
6464 #  - "tags"
6465 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6466 #  x-axis: "X = VNFs per Service Chain"
6467 #  y-axis: "Y = Number of Service Chains"
6468 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6469 #  layout:
6470 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6471 #    layout: "plot-service-density"
6472 #
6473 #- type: "plot"
6474 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6475 #  algorithm: "plot_nf_heatmap"
6476 #  output-file-type: ".html"
6477 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6478 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6479 #  filter: "'NIC_Intel-XXV710' and
6480 #           'NF_DENSITY' and
6481 #           'VHOST' and
6482 #           not 'VXLAN' and
6483 #           'CHAIN' and
6484 #           'NF_VPPIP4' and
6485 #           '64B' and
6486 #           '4T2C' and
6487 #           'NDRPDR'"
6488 #  parameters:
6489 #  - "throughput"
6490 #  - "name"
6491 #  - "tags"
6492 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6493 #  x-axis: "X = VNFs per Service Chain"
6494 #  y-axis: "Y = Number of Service Chains"
6495 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6496 #  layout:
6497 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6498 #    layout: "plot-service-density"
6499 #
6500 #- type: "plot"
6501 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6502 #  algorithm: "plot_nf_heatmap"
6503 #  output-file-type: ".html"
6504 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6505 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6506 #  filter: "'NIC_Intel-XXV710' and
6507 #           'NF_DENSITY' and
6508 #           'VHOST' and
6509 #           not 'VXLAN' and
6510 #           'CHAIN' and
6511 #           'NF_VPPIP4' and
6512 #           '64B' and
6513 #           '8T4C' and
6514 #           'NDRPDR'"
6515 #  parameters:
6516 #  - "throughput"
6517 #  - "name"
6518 #  - "tags"
6519 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6520 #  x-axis: "X = VNFs per Service Chain"
6521 #  y-axis: "Y = Number of Service Chains"
6522 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6523 #  layout:
6524 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6525 #    layout: "plot-service-density"
6526 #
6527 ## Plots - NF Density - VSC - PDR IMIX
6528 #- type: "plot"
6529 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6530 #  algorithm: "plot_nf_heatmap"
6531 #  output-file-type: ".html"
6532 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6533 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6534 #  filter: "'NIC_Intel-XXV710' and
6535 #           'NF_DENSITY' and
6536 #           'VHOST' and
6537 #           not 'VXLAN' and
6538 #           'CHAIN' and
6539 #           'NF_VPPIP4' and
6540 #           'IMIX' and
6541 #           '2T1C' and
6542 #           'NDRPDR'"
6543 #  parameters:
6544 #  - "throughput"
6545 #  - "name"
6546 #  - "tags"
6547 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6548 #  x-axis: "X = VNFs per Service Chain"
6549 #  y-axis: "Y = Number of Service Chains"
6550 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6551 #  layout:
6552 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6553 #    layout: "plot-service-density"
6554 #
6555 #- type: "plot"
6556 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6557 #  algorithm: "plot_nf_heatmap"
6558 #  output-file-type: ".html"
6559 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6560 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6561 #  filter: "'NIC_Intel-XXV710' and
6562 #           'NF_DENSITY' and
6563 #           'VHOST' and
6564 #           not 'VXLAN' and
6565 #           'CHAIN' and
6566 #           'NF_VPPIP4' and
6567 #           'IMIX' and
6568 #           '4T2C' and
6569 #           'NDRPDR'"
6570 #  parameters:
6571 #  - "throughput"
6572 #  - "name"
6573 #  - "tags"
6574 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6575 #  x-axis: "X = VNFs per Service Chain"
6576 #  y-axis: "Y = Number of Service Chains"
6577 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6578 #  layout:
6579 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6580 #    layout: "plot-service-density"
6581 #
6582 #- type: "plot"
6583 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6584 #  algorithm: "plot_nf_heatmap"
6585 #  output-file-type: ".html"
6586 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6587 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6588 #  filter: "'NIC_Intel-XXV710' and
6589 #           'NF_DENSITY' and
6590 #           'VHOST' and
6591 #           not 'VXLAN' and
6592 #           'CHAIN' and
6593 #           'NF_VPPIP4' and
6594 #           'IMIX' and
6595 #           '8T4C' and
6596 #           'NDRPDR'"
6597 #  parameters:
6598 #  - "throughput"
6599 #  - "name"
6600 #  - "tags"
6601 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6602 #  x-axis: "X = VNFs per Service Chain"
6603 #  y-axis: "Y = Number of Service Chains"
6604 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6605 #  layout:
6606 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6607 #    layout: "plot-service-density"
6608 #
6609 ################################################################################
6610 ## Plots - NF Density - VSC - MRR 64b
6611 #- type: "plot"
6612 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6613 #  algorithm: "plot_nf_heatmap"
6614 #  output-file-type: ".html"
6615 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6616 #  data: "plot-vpp-nfv-2n-skx-mrr"
6617 #  filter: "'NIC_Intel-XXV710' and
6618 #           'NF_DENSITY' and
6619 #           'VHOST' and
6620 #           'VXLAN' and
6621 #           'CHAIN' and
6622 #           '118' and
6623 #           '2T1C' and
6624 #           'MRR'"
6625 #  parameters:
6626 #  - "result"
6627 #  - "name"
6628 #  - "tags"
6629 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6630 #  x-axis: "X = VNFs per Service Chain"
6631 #  y-axis: "Y = Number of Service Chains"
6632 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6633 #  layout:
6634 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6635 #    layout: "plot-service-density"
6636 #
6637 #- type: "plot"
6638 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6639 #  algorithm: "plot_nf_heatmap"
6640 #  output-file-type: ".html"
6641 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6642 #  data: "plot-vpp-nfv-2n-skx-mrr"
6643 #  filter: "'NIC_Intel-XXV710' and
6644 #           'NF_DENSITY' and
6645 #           'VHOST' and
6646 #           'VXLAN' and
6647 #           'CHAIN' and
6648 #           '118' and
6649 #           '4T2C' and
6650 #           'MRR'"
6651 #  parameters:
6652 #  - "result"
6653 #  - "name"
6654 #  - "tags"
6655 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6656 #  x-axis: "X = VNFs per Service Chain"
6657 #  y-axis: "Y = Number of Service Chains"
6658 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6659 #  layout:
6660 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6661 #    layout: "plot-service-density"
6662 #
6663 #- type: "plot"
6664 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6665 #  algorithm: "plot_nf_heatmap"
6666 #  output-file-type: ".html"
6667 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6668 #  data: "plot-vpp-nfv-2n-skx-mrr"
6669 #  filter: "'NIC_Intel-XXV710' and
6670 #           'NF_DENSITY' and
6671 #           'VHOST' and
6672 #           'VXLAN' and
6673 #           'CHAIN' and
6674 #           '118' and
6675 #           '8T4C' and
6676 #           'MRR'"
6677 #  parameters:
6678 #  - "result"
6679 #  - "name"
6680 #  - "tags"
6681 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6682 #  x-axis: "X = VNFs per Service Chain"
6683 #  y-axis: "Y = Number of Service Chains"
6684 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6685 #  layout:
6686 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6687 #    layout: "plot-service-density"
6688 #
6689 ## Plots - NF Density - VSC - MRR IMIX
6690 #- type: "plot"
6691 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6692 #  algorithm: "plot_nf_heatmap"
6693 #  output-file-type: ".html"
6694 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6695 #  data: "plot-vpp-nfv-2n-skx-mrr"
6696 #  filter: "'NIC_Intel-XXV710' and
6697 #           'NF_DENSITY' and
6698 #           'VHOST' and
6699 #           'VXLAN' and
6700 #           'CHAIN' and
6701 #           'IMIX' and
6702 #           '2T1C' and
6703 #           'MRR'"
6704 #  parameters:
6705 #  - "result"
6706 #  - "name"
6707 #  - "tags"
6708 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6709 #  x-axis: "X = VNFs per Service Chain"
6710 #  y-axis: "Y = Number of Service Chains"
6711 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6712 #  layout:
6713 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6714 #    layout: "plot-service-density"
6715 #
6716 #- type: "plot"
6717 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6718 #  algorithm: "plot_nf_heatmap"
6719 #  output-file-type: ".html"
6720 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
6721 #  data: "plot-vpp-nfv-2n-skx-mrr"
6722 #  filter: "'NIC_Intel-XXV710' and
6723 #           'NF_DENSITY' and
6724 #           'VHOST' and
6725 #           'VXLAN' and
6726 #           'CHAIN' and
6727 #           'IMIX' and
6728 #           '4T2C' and
6729 #           'MRR'"
6730 #  parameters:
6731 #  - "result"
6732 #  - "name"
6733 #  - "tags"
6734 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6735 #  x-axis: "X = VNFs per Service Chain"
6736 #  y-axis: "Y = Number of Service Chains"
6737 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6738 #  layout:
6739 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6740 #    layout: "plot-service-density"
6741 #
6742 #- type: "plot"
6743 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6744 #  algorithm: "plot_nf_heatmap"
6745 #  output-file-type: ".html"
6746 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
6747 #  data: "plot-vpp-nfv-2n-skx-mrr"
6748 #  filter: "'NIC_Intel-XXV710' and
6749 #           'NF_DENSITY' and
6750 #           'VHOST' and
6751 #           'VXLAN' and
6752 #           'CHAIN' and
6753 #           'IMIX' and
6754 #           '8T4C' and
6755 #           'MRR'"
6756 #  parameters:
6757 #  - "result"
6758 #  - "name"
6759 #  - "tags"
6760 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6761 #  x-axis: "X = VNFs per Service Chain"
6762 #  y-axis: "Y = Number of Service Chains"
6763 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6764 #  layout:
6765 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6766 #    layout: "plot-service-density"
6767 #
6768 ## Plots - NF Density - VSC - NDR 64b
6769 #- type: "plot"
6770 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6771 #  algorithm: "plot_nf_heatmap"
6772 #  output-file-type: ".html"
6773 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
6774 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6775 #  filter: "'NIC_Intel-XXV710' and
6776 #           'NF_DENSITY' and
6777 #           'VHOST' and
6778 #           'VXLAN' and
6779 #           'CHAIN' and
6780 #           '118' and
6781 #           '2T1C' and
6782 #           'NDRPDR'"
6783 #  parameters:
6784 #  - "throughput"
6785 #  - "name"
6786 #  - "tags"
6787 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6788 #  x-axis: "X = VNFs per Service Chain"
6789 #  y-axis: "Y = Number of Service Chains"
6790 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6791 #  layout:
6792 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6793 #    layout: "plot-service-density"
6794 #
6795 #- type: "plot"
6796 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6797 #  algorithm: "plot_nf_heatmap"
6798 #  output-file-type: ".html"
6799 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
6800 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6801 #  filter: "'NIC_Intel-XXV710' and
6802 #           'NF_DENSITY' and
6803 #           'VHOST' and
6804 #           'VXLAN' and
6805 #           'CHAIN' and
6806 #           '118' and
6807 #           '4T2C' and
6808 #           'NDRPDR'"
6809 #  parameters:
6810 #  - "throughput"
6811 #  - "name"
6812 #  - "tags"
6813 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6814 #  x-axis: "X = VNFs per Service Chain"
6815 #  y-axis: "Y = Number of Service Chains"
6816 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6817 #  layout:
6818 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6819 #    layout: "plot-service-density"
6820 #
6821 #- type: "plot"
6822 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6823 #  algorithm: "plot_nf_heatmap"
6824 #  output-file-type: ".html"
6825 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
6826 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6827 #  filter: "'NIC_Intel-XXV710' and
6828 #           'NF_DENSITY' and
6829 #           'VHOST' and
6830 #           'VXLAN' and
6831 #           'CHAIN' and
6832 #           '118' and
6833 #           '8T4C' and
6834 #           'NDRPDR'"
6835 #  parameters:
6836 #  - "throughput"
6837 #  - "name"
6838 #  - "tags"
6839 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6840 #  x-axis: "X = VNFs per Service Chain"
6841 #  y-axis: "Y = Number of Service Chains"
6842 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6843 #  layout:
6844 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6845 #    layout: "plot-service-density"
6846 #
6847 ## Plots - NF Density - VSC - NDR IMIX
6848 #- type: "plot"
6849 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6850 #  algorithm: "plot_nf_heatmap"
6851 #  output-file-type: ".html"
6852 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
6853 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6854 #  filter: "'NIC_Intel-XXV710' and
6855 #           'NF_DENSITY' and
6856 #           'VHOST' and
6857 #           'VXLAN' and
6858 #           'CHAIN' and
6859 #           'IMIX' and
6860 #           '2T1C' and
6861 #           'NDRPDR'"
6862 #  parameters:
6863 #  - "throughput"
6864 #  - "name"
6865 #  - "tags"
6866 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6867 #  x-axis: "X = VNFs per Service Chain"
6868 #  y-axis: "Y = Number of Service Chains"
6869 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6870 #  layout:
6871 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6872 #    layout: "plot-service-density"
6873 #
6874 #- type: "plot"
6875 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6876 #  algorithm: "plot_nf_heatmap"
6877 #  output-file-type: ".html"
6878 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
6879 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6880 #  filter: "'NIC_Intel-XXV710' and
6881 #           'NF_DENSITY' and
6882 #           'VHOST' and
6883 #           'VXLAN' and
6884 #           'CHAIN' and
6885 #           'IMIX' and
6886 #           '4T2C' and
6887 #           'NDRPDR'"
6888 #  parameters:
6889 #  - "throughput"
6890 #  - "name"
6891 #  - "tags"
6892 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6893 #  x-axis: "X = VNFs per Service Chain"
6894 #  y-axis: "Y = Number of Service Chains"
6895 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6896 #  layout:
6897 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6898 #    layout: "plot-service-density"
6899 #
6900 #- type: "plot"
6901 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6902 #  algorithm: "plot_nf_heatmap"
6903 #  output-file-type: ".html"
6904 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
6905 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6906 #  filter: "'NIC_Intel-XXV710' and
6907 #           'NF_DENSITY' and
6908 #           'VHOST' and
6909 #           'VXLAN' and
6910 #           'CHAIN' and
6911 #           'IMIX' and
6912 #           '8T4C' and
6913 #           'NDRPDR'"
6914 #  parameters:
6915 #  - "throughput"
6916 #  - "name"
6917 #  - "tags"
6918 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6919 #  x-axis: "X = VNFs per Service Chain"
6920 #  y-axis: "Y = Number of Service Chains"
6921 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6922 #  layout:
6923 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6924 #    layout: "plot-service-density"
6925 #
6926 ## Plots - NF Density - VSC - PDR 64b
6927 #- type: "plot"
6928 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6929 #  algorithm: "plot_nf_heatmap"
6930 #  output-file-type: ".html"
6931 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
6932 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6933 #  filter: "'NIC_Intel-XXV710' and
6934 #           'NF_DENSITY' and
6935 #           'VHOST' and
6936 #           'VXLAN' and
6937 #           'CHAIN' and
6938 #           '118' and
6939 #           '2T1C' and
6940 #           'NDRPDR'"
6941 #  parameters:
6942 #  - "throughput"
6943 #  - "name"
6944 #  - "tags"
6945 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6946 #  x-axis: "X = VNFs per Service Chain"
6947 #  y-axis: "Y = Number of Service Chains"
6948 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6949 #  layout:
6950 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6951 #    layout: "plot-service-density"
6952 #
6953 #- type: "plot"
6954 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6955 #  algorithm: "plot_nf_heatmap"
6956 #  output-file-type: ".html"
6957 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
6958 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6959 #  filter: "'NIC_Intel-XXV710' and
6960 #           'NF_DENSITY' and
6961 #           'VHOST' and
6962 #           'VXLAN' and
6963 #           'CHAIN' and
6964 #           '118' and
6965 #           '4T2C' and
6966 #           'NDRPDR'"
6967 #  parameters:
6968 #  - "throughput"
6969 #  - "name"
6970 #  - "tags"
6971 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6972 #  x-axis: "X = VNFs per Service Chain"
6973 #  y-axis: "Y = Number of Service Chains"
6974 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6975 #  layout:
6976 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6977 #    layout: "plot-service-density"
6978 #
6979 #- type: "plot"
6980 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6981 #  algorithm: "plot_nf_heatmap"
6982 #  output-file-type: ".html"
6983 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
6984 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6985 #  filter: "'NIC_Intel-XXV710' and
6986 #           'NF_DENSITY' and
6987 #           'VHOST' and
6988 #           'VXLAN' and
6989 #           'CHAIN' and
6990 #           '118' and
6991 #           '8T4C' and
6992 #           'NDRPDR'"
6993 #  parameters:
6994 #  - "throughput"
6995 #  - "name"
6996 #  - "tags"
6997 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6998 #  x-axis: "X = VNFs per Service Chain"
6999 #  y-axis: "Y = Number of Service Chains"
7000 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7001 #  layout:
7002 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7003 #    layout: "plot-service-density"
7004 #
7005 ## Plots - NF Density - VSC - PDR IMIX
7006 #- type: "plot"
7007 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7008 #  algorithm: "plot_nf_heatmap"
7009 #  output-file-type: ".html"
7010 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7011 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7012 #  filter: "'NIC_Intel-XXV710' and
7013 #           'NF_DENSITY' and
7014 #           'VHOST' and
7015 #           'VXLAN' and
7016 #           'CHAIN' and
7017 #           'IMIX' and
7018 #           '2T1C' and
7019 #           'NDRPDR'"
7020 #  parameters:
7021 #  - "throughput"
7022 #  - "name"
7023 #  - "tags"
7024 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7025 #  x-axis: "X = VNFs per Service Chain"
7026 #  y-axis: "Y = Number of Service Chains"
7027 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7028 #  layout:
7029 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7030 #    layout: "plot-service-density"
7031 #
7032 #- type: "plot"
7033 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7034 #  algorithm: "plot_nf_heatmap"
7035 #  output-file-type: ".html"
7036 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7037 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7038 #  filter: "'NIC_Intel-XXV710' and
7039 #           'NF_DENSITY' and
7040 #           'VHOST' and
7041 #           'VXLAN' and
7042 #           'CHAIN' and
7043 #           'IMIX' and
7044 #           '4T2C' and
7045 #           'NDRPDR'"
7046 #  parameters:
7047 #  - "throughput"
7048 #  - "name"
7049 #  - "tags"
7050 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7051 #  x-axis: "X = VNFs per Service Chain"
7052 #  y-axis: "Y = Number of Service Chains"
7053 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7054 #  layout:
7055 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7056 #    layout: "plot-service-density"
7057 #
7058 #- type: "plot"
7059 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7060 #  algorithm: "plot_nf_heatmap"
7061 #  output-file-type: ".html"
7062 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7063 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7064 #  filter: "'NIC_Intel-XXV710' and
7065 #           'NF_DENSITY' and
7066 #           'VHOST' and
7067 #           'VXLAN' and
7068 #           'CHAIN' and
7069 #           'IMIX' and
7070 #           '8T4C' and
7071 #           'NDRPDR'"
7072 #  parameters:
7073 #  - "throughput"
7074 #  - "name"
7075 #  - "tags"
7076 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7077 #  x-axis: "X = VNFs per Service Chain"
7078 #  y-axis: "Y = Number of Service Chains"
7079 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7080 #  layout:
7081 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7082 #    layout: "plot-service-density"
7083 #
7084 ################################################################################
7085 ## Plots - NF Density - CSC - MRR 64b
7086 #- type: "plot"
7087 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7088 #  algorithm: "plot_nf_heatmap"
7089 #  output-file-type: ".html"
7090 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7091 #  data: "plot-vpp-nfv-2n-skx-mrr"
7092 #  filter: "'NIC_Intel-XXV710' and
7093 #           'NF_DENSITY' and
7094 #           'DOCKER' and
7095 #           'CHAIN' and
7096 #           'NF_VPPIP4' and
7097 #           '64B' and
7098 #           '2T1C' and
7099 #           'MRR'"
7100 #  parameters:
7101 #  - "result"
7102 #  - "name"
7103 #  - "tags"
7104 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7105 #  x-axis: "X = CNFs per Service Chain"
7106 #  y-axis: "Y = Number of Service Chains"
7107 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7108 #  layout:
7109 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7110 #    layout: "plot-service-density"
7111 #
7112 #- type: "plot"
7113 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7114 #  algorithm: "plot_nf_heatmap"
7115 #  output-file-type: ".html"
7116 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7117 #  data: "plot-vpp-nfv-2n-skx-mrr"
7118 #  filter: "'NIC_Intel-XXV710' and
7119 #           'NF_DENSITY' and
7120 #           'DOCKER' and
7121 #           'CHAIN' and
7122 #           'NF_VPPIP4' and
7123 #           '64B' and
7124 #           '4T2C' and
7125 #           'MRR'"
7126 #  parameters:
7127 #  - "result"
7128 #  - "name"
7129 #  - "tags"
7130 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7131 #  x-axis: "X = CNFs per Service Chain"
7132 #  y-axis: "Y = Number of Service Chains"
7133 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7134 #  layout:
7135 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7136 #    layout: "plot-service-density"
7137 #
7138 #- type: "plot"
7139 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7140 #  algorithm: "plot_nf_heatmap"
7141 #  output-file-type: ".html"
7142 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7143 #  data: "plot-vpp-nfv-2n-skx-mrr"
7144 #  filter: "'NIC_Intel-XXV710' and
7145 #           'NF_DENSITY' and
7146 #           'DOCKER' and
7147 #           'CHAIN' and
7148 #           'NF_VPPIP4' and
7149 #           '64B' and
7150 #           '8T4C' and
7151 #           'MRR'"
7152 #  parameters:
7153 #  - "result"
7154 #  - "name"
7155 #  - "tags"
7156 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7157 #  x-axis: "X = CNFs per Service Chain"
7158 #  y-axis: "Y = Number of Service Chains"
7159 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7160 #  layout:
7161 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7162 #    layout: "plot-service-density"
7163 #
7164 ## Plots - NF Density - CSC - MRR IMIX
7165 #- type: "plot"
7166 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7167 #  algorithm: "plot_nf_heatmap"
7168 #  output-file-type: ".html"
7169 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7170 #  data: "plot-vpp-nfv-2n-skx-mrr"
7171 #  filter: "'NIC_Intel-XXV710' and
7172 #           'NF_DENSITY' and
7173 #           'DOCKER' and
7174 #           'CHAIN' and
7175 #           'NF_VPPIP4' and
7176 #           'IMIX' and
7177 #           '2T1C' and
7178 #           'MRR'"
7179 #  parameters:
7180 #  - "result"
7181 #  - "name"
7182 #  - "tags"
7183 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7184 #  x-axis: "X = CNFs per Service Chain"
7185 #  y-axis: "Y = Number of Service Chains"
7186 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7187 #  layout:
7188 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7189 #    layout: "plot-service-density"
7190 #
7191 #- type: "plot"
7192 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7193 #  algorithm: "plot_nf_heatmap"
7194 #  output-file-type: ".html"
7195 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7196 #  data: "plot-vpp-nfv-2n-skx-mrr"
7197 #  filter: "'NIC_Intel-XXV710' and
7198 #           'NF_DENSITY' and
7199 #           'DOCKER' and
7200 #           'CHAIN' and
7201 #           'NF_VPPIP4' and
7202 #           'IMIX' and
7203 #           '4T2C' and
7204 #           'MRR'"
7205 #  parameters:
7206 #  - "result"
7207 #  - "name"
7208 #  - "tags"
7209 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7210 #  x-axis: "X = CNFs per Service Chain"
7211 #  y-axis: "Y = Number of Service Chains"
7212 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7213 #  layout:
7214 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7215 #    layout: "plot-service-density"
7216 #
7217 #- type: "plot"
7218 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7219 #  algorithm: "plot_nf_heatmap"
7220 #  output-file-type: ".html"
7221 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7222 #  data: "plot-vpp-nfv-2n-skx-mrr"
7223 #  filter: "'NIC_Intel-XXV710' and
7224 #           'NF_DENSITY' and
7225 #           'DOCKER' and
7226 #           'CHAIN' and
7227 #           'NF_VPPIP4' and
7228 #           'IMIX' and
7229 #           '8T4C' and
7230 #           'MRR'"
7231 #  parameters:
7232 #  - "result"
7233 #  - "name"
7234 #  - "tags"
7235 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7236 #  x-axis: "X = CNFs per Service Chain"
7237 #  y-axis: "Y = Number of Service Chains"
7238 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7239 #  layout:
7240 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7241 #    layout: "plot-service-density"
7242 #
7243 ## Plots - NF Density - CSC - NDR 64b
7244 #- type: "plot"
7245 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7246 #  algorithm: "plot_nf_heatmap"
7247 #  output-file-type: ".html"
7248 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7249 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7250 #  filter: "'NIC_Intel-XXV710' and
7251 #           'NF_DENSITY' and
7252 #           'DOCKER' and
7253 #           'CHAIN' and
7254 #           'NF_VPPIP4' and
7255 #           '64B' and
7256 #           '2T1C' and
7257 #           'NDRPDR'"
7258 #  parameters:
7259 #  - "throughput"
7260 #  - "name"
7261 #  - "tags"
7262 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7263 #  x-axis: "X = CNFs per Service Chain"
7264 #  y-axis: "Y = Number of Service Chains"
7265 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7266 #  layout:
7267 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7268 #    layout: "plot-service-density"
7269 #
7270 #- type: "plot"
7271 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7272 #  algorithm: "plot_nf_heatmap"
7273 #  output-file-type: ".html"
7274 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7275 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7276 #  filter: "'NIC_Intel-XXV710' and
7277 #           'NF_DENSITY' and
7278 #           'DOCKER' and
7279 #           'CHAIN' and
7280 #           'NF_VPPIP4' and
7281 #           '64B' and
7282 #           '4T2C' and
7283 #           'NDRPDR'"
7284 #  parameters:
7285 #  - "throughput"
7286 #  - "name"
7287 #  - "tags"
7288 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7289 #  x-axis: "X = CNFs per Service Chain"
7290 #  y-axis: "Y = Number of Service Chains"
7291 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7292 #  layout:
7293 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7294 #    layout: "plot-service-density"
7295 #
7296 #- type: "plot"
7297 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7298 #  algorithm: "plot_nf_heatmap"
7299 #  output-file-type: ".html"
7300 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7301 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7302 #  filter: "'NIC_Intel-XXV710' and
7303 #           'NF_DENSITY' and
7304 #           'DOCKER' and
7305 #           'CHAIN' and
7306 #           'NF_VPPIP4' and
7307 #           '64B' and
7308 #           '8T4C' and
7309 #           'NDRPDR'"
7310 #  parameters:
7311 #  - "throughput"
7312 #  - "name"
7313 #  - "tags"
7314 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7315 #  x-axis: "X = CNFs per Service Chain"
7316 #  y-axis: "Y = Number of Service Chains"
7317 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7318 #  layout:
7319 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7320 #    layout: "plot-service-density"
7321 #
7322 ## Plots - NF Density - CSC - NDR IMIX
7323 #- type: "plot"
7324 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7325 #  algorithm: "plot_nf_heatmap"
7326 #  output-file-type: ".html"
7327 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7328 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7329 #  filter: "'NIC_Intel-XXV710' and
7330 #           'NF_DENSITY' and
7331 #           'DOCKER' and
7332 #           'CHAIN' and
7333 #           'NF_VPPIP4' and
7334 #           'IMIX' and
7335 #           '2T1C' and
7336 #           'NDRPDR'"
7337 #  parameters:
7338 #  - "throughput"
7339 #  - "name"
7340 #  - "tags"
7341 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7342 #  x-axis: "X = CNFs per Service Chain"
7343 #  y-axis: "Y = Number of Service Chains"
7344 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7345 #  layout:
7346 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7347 #    layout: "plot-service-density"
7348 #
7349 #- type: "plot"
7350 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7351 #  algorithm: "plot_nf_heatmap"
7352 #  output-file-type: ".html"
7353 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7354 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7355 #  filter: "'NIC_Intel-XXV710' and
7356 #           'NF_DENSITY' and
7357 #           'DOCKER' and
7358 #           'CHAIN' and
7359 #           'NF_VPPIP4' and
7360 #           'IMIX' and
7361 #           '4T2C' and
7362 #           'NDRPDR'"
7363 #  parameters:
7364 #  - "throughput"
7365 #  - "name"
7366 #  - "tags"
7367 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7368 #  x-axis: "X = CNFs per Service Chain"
7369 #  y-axis: "Y = Number of Service Chains"
7370 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7371 #  layout:
7372 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7373 #    layout: "plot-service-density"
7374 #
7375 #- type: "plot"
7376 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7377 #  algorithm: "plot_nf_heatmap"
7378 #  output-file-type: ".html"
7379 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7380 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7381 #  filter: "'NIC_Intel-XXV710' and
7382 #           'NF_DENSITY' and
7383 #           'DOCKER' and
7384 #           'CHAIN' and
7385 #           'NF_VPPIP4' and
7386 #           'IMIX' and
7387 #           '8T4C' and
7388 #           'NDRPDR'"
7389 #  parameters:
7390 #  - "throughput"
7391 #  - "name"
7392 #  - "tags"
7393 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7394 #  x-axis: "X = CNFs per Service Chain"
7395 #  y-axis: "Y = Number of Service Chains"
7396 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7397 #  layout:
7398 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7399 #    layout: "plot-service-density"
7400 #
7401 ## Plots - NF Density - CSC - PDR 64b
7402 #- type: "plot"
7403 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7404 #  algorithm: "plot_nf_heatmap"
7405 #  output-file-type: ".html"
7406 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7407 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7408 #  filter: "'NIC_Intel-XXV710' and
7409 #           'NF_DENSITY' and
7410 #           'DOCKER' and
7411 #           'CHAIN' and
7412 #           'NF_VPPIP4' and
7413 #           '64B' and
7414 #           '2T1C' and
7415 #           'NDRPDR'"
7416 #  parameters:
7417 #  - "throughput"
7418 #  - "name"
7419 #  - "tags"
7420 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7421 #  x-axis: "X = CNFs per Service Chain"
7422 #  y-axis: "Y = Number of Service Chains"
7423 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7424 #  layout:
7425 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7426 #    layout: "plot-service-density"
7427 #
7428 #- type: "plot"
7429 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7430 #  algorithm: "plot_nf_heatmap"
7431 #  output-file-type: ".html"
7432 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7433 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7434 #  filter: "'NIC_Intel-XXV710' and
7435 #           'NF_DENSITY' and
7436 #           'DOCKER' and
7437 #           'CHAIN' and
7438 #           'NF_VPPIP4' and
7439 #           '64B' and
7440 #           '4T2C' and
7441 #           'NDRPDR'"
7442 #  parameters:
7443 #  - "throughput"
7444 #  - "name"
7445 #  - "tags"
7446 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7447 #  x-axis: "X = CNFs per Service Chain"
7448 #  y-axis: "Y = Number of Service Chains"
7449 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7450 #  layout:
7451 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7452 #    layout: "plot-service-density"
7453 #
7454 #- type: "plot"
7455 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7456 #  algorithm: "plot_nf_heatmap"
7457 #  output-file-type: ".html"
7458 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7459 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7460 #  filter: "'NIC_Intel-XXV710' and
7461 #           'NF_DENSITY' and
7462 #           'DOCKER' and
7463 #           'CHAIN' and
7464 #           'NF_VPPIP4' and
7465 #           '64B' and
7466 #           '8T4C' and
7467 #           'NDRPDR'"
7468 #  parameters:
7469 #  - "throughput"
7470 #  - "name"
7471 #  - "tags"
7472 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7473 #  x-axis: "X = CNFs per Service Chain"
7474 #  y-axis: "Y = Number of Service Chains"
7475 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7476 #  layout:
7477 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7478 #    layout: "plot-service-density"
7479 #
7480 ## Plots - NF Density - CSC - PDR IMIX
7481 #- type: "plot"
7482 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7483 #  algorithm: "plot_nf_heatmap"
7484 #  output-file-type: ".html"
7485 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7486 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7487 #  filter: "'NIC_Intel-XXV710' and
7488 #           'NF_DENSITY' and
7489 #           'DOCKER' and
7490 #           'CHAIN' and
7491 #           'NF_VPPIP4' and
7492 #           'IMIX' and
7493 #           '2T1C' and
7494 #           'NDRPDR'"
7495 #  parameters:
7496 #  - "throughput"
7497 #  - "name"
7498 #  - "tags"
7499 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7500 #  x-axis: "X = CNFs per Service Chain"
7501 #  y-axis: "Y = Number of Service Chains"
7502 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7503 #  layout:
7504 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7505 #    layout: "plot-service-density"
7506 #
7507 #- type: "plot"
7508 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7509 #  algorithm: "plot_nf_heatmap"
7510 #  output-file-type: ".html"
7511 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7512 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7513 #  filter: "'NIC_Intel-XXV710' and
7514 #           'NF_DENSITY' and
7515 #           'DOCKER' and
7516 #           'CHAIN' and
7517 #           'NF_VPPIP4' and
7518 #           'IMIX' and
7519 #           '4T2C' and
7520 #           'NDRPDR'"
7521 #  parameters:
7522 #  - "throughput"
7523 #  - "name"
7524 #  - "tags"
7525 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7526 #  x-axis: "X = CNFs per Service Chain"
7527 #  y-axis: "Y = Number of Service Chains"
7528 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7529 #  layout:
7530 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7531 #    layout: "plot-service-density"
7532 #
7533 #- type: "plot"
7534 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7535 #  algorithm: "plot_nf_heatmap"
7536 #  output-file-type: ".html"
7537 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7538 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7539 #  filter: "'NIC_Intel-XXV710' and
7540 #           'NF_DENSITY' and
7541 #           'DOCKER' and
7542 #           'CHAIN' and
7543 #           'NF_VPPIP4' and
7544 #           'IMIX' and
7545 #           '8T4C' and
7546 #           'NDRPDR'"
7547 #  parameters:
7548 #  - "throughput"
7549 #  - "name"
7550 #  - "tags"
7551 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7552 #  x-axis: "X = CNFs per Service Chain"
7553 #  y-axis: "Y = Number of Service Chains"
7554 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7555 #  layout:
7556 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7557 #    layout: "plot-service-density"
7558 #
7559 ################################################################################
7560 #
7561 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7562 #- type: "plot"
7563 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7564 #  algorithm: "plot_nf_heatmap"
7565 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7566 #  data: "plot-vpp-nfv-3n-skx-mrr"
7567 #  filter: "'NIC_Intel-XXV710' and
7568 #           'NF_DENSITY' and
7569 #           'DOCKER' and
7570 #           'CHAIN' and
7571 #           'NF_VPPIP4' and
7572 #           'IPSEC' and
7573 #           'TNL_4' and
7574 #           'IMIX' and
7575 #           '2T1C' and
7576 #           'MRR'"
7577 #  parameters:
7578 #  - "result"
7579 #  - "name"
7580 #  - "tags"
7581 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7582 #  x-axis: "X = CNFs per Service Chain"
7583 #  y-axis: "Y = Number of Service Chains"
7584 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7585 #  layout:
7586 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7587 #    layout: "plot-service-density"
7588 #
7589 #- type: "plot"
7590 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7591 #  algorithm: "plot_nf_heatmap"
7592 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7593 #  data: "plot-vpp-nfv-3n-skx-mrr"
7594 #  filter: "'NIC_Intel-XXV710' and
7595 #           'NF_DENSITY' and
7596 #           'DOCKER' and
7597 #           'CHAIN' and
7598 #           'NF_VPPIP4' and
7599 #           'IPSEC' and
7600 #           'TNL_4' and
7601 #           'IMIX' and
7602 #           '4T2C' and
7603 #           'MRR'"
7604 #  parameters:
7605 #  - "result"
7606 #  - "name"
7607 #  - "tags"
7608 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7609 #  x-axis: "X = CNFs per Service Chain"
7610 #  y-axis: "Y = Number of Service Chains"
7611 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7612 #  layout:
7613 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7614 #    layout: "plot-service-density"
7615 #
7616 #- type: "plot"
7617 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7618 #  algorithm: "plot_nf_heatmap"
7619 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7620 #  data: "plot-vpp-nfv-3n-skx-mrr"
7621 #  filter: "'NIC_Intel-XXV710' and
7622 #           'NF_DENSITY' and
7623 #           'DOCKER' and
7624 #           'CHAIN' and
7625 #           'NF_VPPIP4' and
7626 #           'IPSEC' and
7627 #           'TNL_4' and
7628 #           'IMIX' and
7629 #           '8T4C' and
7630 #           'MRR'"
7631 #  parameters:
7632 #  - "result"
7633 #  - "name"
7634 #  - "tags"
7635 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7636 #  x-axis: "X = CNFs per Service Chain"
7637 #  y-axis: "Y = Number of Service Chains"
7638 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7639 #  layout:
7640 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7641 #    layout: "plot-service-density"
7642 #
7643 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7644 #- type: "plot"
7645 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7646 #  algorithm: "plot_nf_heatmap"
7647 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7648 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7649 #  filter: "'NIC_Intel-XXV710' and
7650 #           'NF_DENSITY' and
7651 #           'DOCKER' and
7652 #           'CHAIN' and
7653 #           'NF_VPPIP4' and
7654 #           'IPSEC' and
7655 #           'TNL_4' and
7656 #           'IMIX' and
7657 #           '2T1C' and
7658 #           'NDRPDR'"
7659 #  parameters:
7660 #  - "throughput"
7661 #  - "name"
7662 #  - "tags"
7663 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7664 #  x-axis: "X = CNFs per Service Chain"
7665 #  y-axis: "Y = Number of Service Chains"
7666 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7667 #  layout:
7668 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7669 #    layout: "plot-service-density"
7670 #
7671 #- type: "plot"
7672 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7673 #  algorithm: "plot_nf_heatmap"
7674 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7675 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7676 #  filter: "'NIC_Intel-XXV710' and
7677 #           'NF_DENSITY' and
7678 #           'DOCKER' and
7679 #           'CHAIN' and
7680 #           'NF_VPPIP4' and
7681 #           'IPSEC' and
7682 #           'TNL_4' and
7683 #           'IMIX' and
7684 #           '4T2C' and
7685 #           'NDRPDR'"
7686 #  parameters:
7687 #  - "throughput"
7688 #  - "name"
7689 #  - "tags"
7690 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7691 #  x-axis: "X = CNFs per Service Chain"
7692 #  y-axis: "Y = Number of Service Chains"
7693 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7694 #  layout:
7695 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7696 #    layout: "plot-service-density"
7697 #
7698 #- type: "plot"
7699 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7700 #  algorithm: "plot_nf_heatmap"
7701 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7702 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7703 #  filter: "'NIC_Intel-XXV710' and
7704 #           'NF_DENSITY' and
7705 #           'DOCKER' and
7706 #           'CHAIN' and
7707 #           'NF_VPPIP4' and
7708 #           'IPSEC' and
7709 #           'TNL_4' and
7710 #           'IMIX' and
7711 #           '8T4C' and
7712 #           'NDRPDR'"
7713 #  parameters:
7714 #  - "throughput"
7715 #  - "name"
7716 #  - "tags"
7717 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7718 #  x-axis: "X = CNFs per Service Chain"
7719 #  y-axis: "Y = Number of Service Chains"
7720 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7721 #  layout:
7722 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7723 #    layout: "plot-service-density"
7724 #
7725 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7726 #- type: "plot"
7727 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7728 #  algorithm: "plot_nf_heatmap"
7729 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7730 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7731 #  filter: "'NIC_Intel-XXV710' and
7732 #           'NF_DENSITY' and
7733 #           'DOCKER' and
7734 #           'CHAIN' and
7735 #           'NF_VPPIP4' and
7736 #           'IPSEC' and
7737 #           'TNL_4' and
7738 #           'IMIX' and
7739 #           '2T1C' and
7740 #           'NDRPDR'"
7741 #  parameters:
7742 #  - "throughput"
7743 #  - "name"
7744 #  - "tags"
7745 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7746 #  x-axis: "X = CNFs per Service Chain"
7747 #  y-axis: "Y = Number of Service Chains"
7748 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7749 #  layout:
7750 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7751 #    layout: "plot-service-density"
7752 #
7753 #- type: "plot"
7754 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7755 #  algorithm: "plot_nf_heatmap"
7756 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7757 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7758 #  filter: "'NIC_Intel-XXV710' and
7759 #           'NF_DENSITY' and
7760 #           'DOCKER' and
7761 #           'CHAIN' and
7762 #           'NF_VPPIP4' and
7763 #           'IPSEC' and
7764 #           'TNL_4' and
7765 #           'IMIX' and
7766 #           '4T2C' and
7767 #           'NDRPDR'"
7768 #  parameters:
7769 #  - "throughput"
7770 #  - "name"
7771 #  - "tags"
7772 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7773 #  x-axis: "X = CNFs per Service Chain"
7774 #  y-axis: "Y = Number of Service Chains"
7775 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7776 #  layout:
7777 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7778 #    layout: "plot-service-density"
7779 #
7780 #- type: "plot"
7781 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7782 #  algorithm: "plot_nf_heatmap"
7783 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
7784 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7785 #  filter: "'NIC_Intel-XXV710' and
7786 #           'NF_DENSITY' and
7787 #           'DOCKER' and
7788 #           'CHAIN' and
7789 #           'NF_VPPIP4' and
7790 #           'IPSEC' and
7791 #           'TNL_4' and
7792 #           'IMIX' and
7793 #           '8T4C' and
7794 #           'NDRPDR'"
7795 #  parameters:
7796 #  - "throughput"
7797 #  - "name"
7798 #  - "tags"
7799 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7800 #  x-axis: "X = CNFs per Service Chain"
7801 #  y-axis: "Y = Number of Service Chains"
7802 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7803 #  layout:
7804 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7805 #    layout: "plot-service-density"
7806
7807 ###############################################################################
7808
7809 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7810 - type: "plot"
7811   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7812   algorithm: "plot_nf_heatmap"
7813   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
7814   data: "plot-vpp-nfv-3n-hsw-mrr"
7815   filter: "'NIC_Intel-XL710' and
7816            'NF_DENSITY' and
7817            'DOCKER' and
7818            'CHAIN' and
7819            'NF_VPPIP4' and
7820            'IMIX' and
7821            'TNL_4' and
7822            '1T1C' and
7823            'MRR'"
7824   parameters:
7825   - "result"
7826   - "name"
7827   - "tags"
7828   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7829   x-axis: "X = CNFs per Service Chain"
7830   y-axis: "Y = Number of Service Chains"
7831   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7832   layout:
7833     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7834     layout: "plot-service-density"
7835
7836 - type: "plot"
7837   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7838   algorithm: "plot_nf_heatmap"
7839   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
7840   data: "plot-vpp-nfv-3n-hsw-mrr"
7841   filter: "'NIC_Intel-XL710' and
7842            'NF_DENSITY' and
7843            'DOCKER' and
7844            'CHAIN' and
7845            'NF_VPPIP4' and
7846            'IPSEC' and
7847            'TNL_4' and
7848            'IMIX' and
7849            '2T2C' and
7850            'MRR'"
7851   parameters:
7852   - "result"
7853   - "name"
7854   - "tags"
7855   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7856   x-axis: "X = CNFs per Service Chain"
7857   y-axis: "Y = Number of Service Chains"
7858   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7859   layout:
7860     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7861     layout: "plot-service-density"
7862
7863 - type: "plot"
7864   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7865   algorithm: "plot_nf_heatmap"
7866   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
7867   data: "plot-vpp-nfv-3n-hsw-mrr"
7868   filter: "'NIC_Intel-XL710' and
7869            'NF_DENSITY' and
7870            'DOCKER' and
7871            'CHAIN' and
7872            'NF_VPPIP4' and
7873            'IPSEC' and
7874            'TNL_4' and
7875            'IMIX' and
7876            '4T4C' and
7877            'MRR'"
7878   parameters:
7879   - "result"
7880   - "name"
7881   - "tags"
7882   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7883   x-axis: "X = CNFs per Service Chain"
7884   y-axis: "Y = Number of Service Chains"
7885   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7886   layout:
7887     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7888     layout: "plot-service-density"
7889
7890 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7891 - type: "plot"
7892   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7893   algorithm: "plot_nf_heatmap"
7894   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
7895   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7896   filter: "'NIC_Intel-XL710' and
7897            'NF_DENSITY' and
7898            'DOCKER' and
7899            'CHAIN' and
7900            'NF_VPPIP4' and
7901            'IPSEC' and
7902            'TNL_4' and
7903            'IMIX' and
7904            '1T1C' and
7905            'NDRPDR'"
7906   parameters:
7907   - "throughput"
7908   - "name"
7909   - "tags"
7910   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7911   x-axis: "X = CNFs per Service Chain"
7912   y-axis: "Y = Number of Service Chains"
7913   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7914   layout:
7915     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7916     layout: "plot-service-density"
7917
7918 - type: "plot"
7919   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7920   algorithm: "plot_nf_heatmap"
7921   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
7922   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7923   filter: "'NIC_Intel-XL710' and
7924            'NF_DENSITY' and
7925            'DOCKER' and
7926            'CHAIN' and
7927            'NF_VPPIP4' and
7928            'IPSEC' and
7929            'TNL_4' and
7930            'IMIX' and
7931            '2T2C' and
7932            'NDRPDR'"
7933   parameters:
7934   - "throughput"
7935   - "name"
7936   - "tags"
7937   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7938   x-axis: "X = CNFs per Service Chain"
7939   y-axis: "Y = Number of Service Chains"
7940   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7941   layout:
7942     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7943     layout: "plot-service-density"
7944
7945 - type: "plot"
7946   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7947   algorithm: "plot_nf_heatmap"
7948   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
7949   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7950   filter: "'NIC_Intel-XL710' and
7951            'NF_DENSITY' and
7952            'DOCKER' and
7953            'CHAIN' and
7954            'NF_VPPIP4' and
7955            'IPSEC' and
7956            'TNL_4' and
7957            'IMIX' and
7958            '4T4C' and
7959            'NDRPDR'"
7960   parameters:
7961   - "throughput"
7962   - "name"
7963   - "tags"
7964   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7965   x-axis: "X = CNFs per Service Chain"
7966   y-axis: "Y = Number of Service Chains"
7967   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7968   layout:
7969     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7970     layout: "plot-service-density"
7971
7972 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7973 - type: "plot"
7974   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7975   algorithm: "plot_nf_heatmap"
7976   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
7977   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7978   filter: "'NIC_Intel-XL710' and
7979            'NF_DENSITY' and
7980            'DOCKER' and
7981            'CHAIN' and
7982            'NF_VPPIP4' and
7983            'IPSEC' and
7984            'TNL_4' and
7985            'IMIX' and
7986            '1T1C' and
7987            'NDRPDR'"
7988   parameters:
7989   - "throughput"
7990   - "name"
7991   - "tags"
7992   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7993   x-axis: "X = CNFs per Service Chain"
7994   y-axis: "Y = Number of Service Chains"
7995   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7996   layout:
7997     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7998     layout: "plot-service-density"
7999
8000 - type: "plot"
8001   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8002   algorithm: "plot_nf_heatmap"
8003   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8004   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8005   filter: "'NIC_Intel-XL710' and
8006            'NF_DENSITY' and
8007            'DOCKER' and
8008            'CHAIN' and
8009            'NF_VPPIP4' and
8010            'IPSEC' and
8011            'TNL_4' and
8012            'IMIX' and
8013            '2T2C' and
8014            'NDRPDR'"
8015   parameters:
8016   - "throughput"
8017   - "name"
8018   - "tags"
8019   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8020   x-axis: "X = CNFs per Service Chain"
8021   y-axis: "Y = Number of Service Chains"
8022   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8023   layout:
8024     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8025     layout: "plot-service-density"
8026
8027 - type: "plot"
8028   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8029   algorithm: "plot_nf_heatmap"
8030   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8031   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8032   filter: "'NIC_Intel-XL710' and
8033            'NF_DENSITY' and
8034            'DOCKER' and
8035            'CHAIN' and
8036            'NF_VPPIP4' and
8037            'IPSEC' and
8038            'TNL_4' and
8039            'IMIX' and
8040            '4T4C' and
8041            'NDRPDR'"
8042   parameters:
8043   - "throughput"
8044   - "name"
8045   - "tags"
8046   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8047   x-axis: "X = CNFs per Service Chain"
8048   y-axis: "Y = Number of Service Chains"
8049   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8050   layout:
8051     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8052     layout: "plot-service-density"
8053
8054 ###############################################################################
8055
8056 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8057 #- type: "plot"
8058 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8059 #  algorithm: "plot_nf_heatmap"
8060 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8061 #  data: "plot-vpp-nfv-3n-skx-mrr"
8062 #  filter: "'NIC_Intel-XXV710' and
8063 #           'NF_DENSITY' and
8064 #           'DOCKER' and
8065 #           'CHAIN' and
8066 #           'NF_VPPIP4' and
8067 #           'IPSEC' and
8068 #           'TNL_1000' and
8069 #           'IMIX' and
8070 #           '2T1C' and
8071 #           'MRR'"
8072 #  parameters:
8073 #  - "result"
8074 #  - "name"
8075 #  - "tags"
8076 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8077 #  x-axis: "X = CNFs per Service Chain"
8078 #  y-axis: "Y = Number of Service Chains"
8079 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8080 #  layout:
8081 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8082 #    layout: "plot-service-density"
8083 #
8084 #- type: "plot"
8085 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8086 #  algorithm: "plot_nf_heatmap"
8087 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8088 #  data: "plot-vpp-nfv-3n-skx-mrr"
8089 #  filter: "'NIC_Intel-XXV710' and
8090 #           'NF_DENSITY' and
8091 #           'DOCKER' and
8092 #           'CHAIN' and
8093 #           'NF_VPPIP4' and
8094 #           'IPSEC' and
8095 #           'TNL_1000' and
8096 #           'IMIX' and
8097 #           '4T2C' and
8098 #           'MRR'"
8099 #  parameters:
8100 #  - "result"
8101 #  - "name"
8102 #  - "tags"
8103 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8104 #  x-axis: "X = CNFs per Service Chain"
8105 #  y-axis: "Y = Number of Service Chains"
8106 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8107 #  layout:
8108 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8109 #    layout: "plot-service-density"
8110 #
8111 #- type: "plot"
8112 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8113 #  algorithm: "plot_nf_heatmap"
8114 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8115 #  data: "plot-vpp-nfv-3n-skx-mrr"
8116 #  filter: "'NIC_Intel-XXV710' and
8117 #           'NF_DENSITY' and
8118 #           'DOCKER' and
8119 #           'CHAIN' and
8120 #           'NF_VPPIP4' and
8121 #           'IPSEC' and
8122 #           'TNL_1000' and
8123 #           'IMIX' and
8124 #           '8T4C' and
8125 #           'MRR'"
8126 #  parameters:
8127 #  - "result"
8128 #  - "name"
8129 #  - "tags"
8130 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8131 #  x-axis: "X = CNFs per Service Chain"
8132 #  y-axis: "Y = Number of Service Chains"
8133 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8134 #  layout:
8135 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8136 #    layout: "plot-service-density"
8137 #
8138 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8139 #- type: "plot"
8140 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8141 #  algorithm: "plot_nf_heatmap"
8142 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8143 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8144 #  filter: "'NIC_Intel-XXV710' and
8145 #           'NF_DENSITY' and
8146 #           'DOCKER' and
8147 #           'CHAIN' and
8148 #           'NF_VPPIP4' and
8149 #           'IPSEC' and
8150 #           'TNL_1000' and
8151 #           'IMIX' and
8152 #           '2T1C' and
8153 #           'NDRPDR'"
8154 #  parameters:
8155 #  - "throughput"
8156 #  - "name"
8157 #  - "tags"
8158 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8159 #  x-axis: "X = CNFs per Service Chain"
8160 #  y-axis: "Y = Number of Service Chains"
8161 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8162 #  layout:
8163 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8164 #    layout: "plot-service-density"
8165 #
8166 #- type: "plot"
8167 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8168 #  algorithm: "plot_nf_heatmap"
8169 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8170 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8171 #  filter: "'NIC_Intel-XXV710' and
8172 #           'NF_DENSITY' and
8173 #           'DOCKER' and
8174 #           'CHAIN' and
8175 #           'NF_VPPIP4' and
8176 #           'IPSEC' and
8177 #           'TNL_1000' and
8178 #           'IMIX' and
8179 #           '4T2C' and
8180 #           'NDRPDR'"
8181 #  parameters:
8182 #  - "throughput"
8183 #  - "name"
8184 #  - "tags"
8185 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8186 #  x-axis: "X = CNFs per Service Chain"
8187 #  y-axis: "Y = Number of Service Chains"
8188 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8189 #  layout:
8190 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8191 #    layout: "plot-service-density"
8192 #
8193 #- type: "plot"
8194 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8195 #  algorithm: "plot_nf_heatmap"
8196 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8197 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8198 #  filter: "'NIC_Intel-XXV710' and
8199 #           'NF_DENSITY' and
8200 #           'DOCKER' and
8201 #           'CHAIN' and
8202 #           'NF_VPPIP4' and
8203 #           'IPSEC' and
8204 #           'TNL_1000' and
8205 #           'IMIX' and
8206 #           '8T4C' and
8207 #           'NDRPDR'"
8208 #  parameters:
8209 #  - "throughput"
8210 #  - "name"
8211 #  - "tags"
8212 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8213 #  x-axis: "X = CNFs per Service Chain"
8214 #  y-axis: "Y = Number of Service Chains"
8215 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8216 #  layout:
8217 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8218 #    layout: "plot-service-density"
8219 #
8220 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8221 #- type: "plot"
8222 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8223 #  algorithm: "plot_nf_heatmap"
8224 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8225 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8226 #  filter: "'NIC_Intel-XXV710' and
8227 #           'NF_DENSITY' and
8228 #           'DOCKER' and
8229 #           'CHAIN' and
8230 #           'NF_VPPIP4' and
8231 #           'IPSEC' and
8232 #           'TNL_1000' and
8233 #           'IMIX' and
8234 #           '2T1C' and
8235 #           'NDRPDR'"
8236 #  parameters:
8237 #  - "throughput"
8238 #  - "name"
8239 #  - "tags"
8240 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8241 #  x-axis: "X = CNFs per Service Chain"
8242 #  y-axis: "Y = Number of Service Chains"
8243 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8244 #  layout:
8245 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8246 #    layout: "plot-service-density"
8247 #
8248 #- type: "plot"
8249 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8250 #  algorithm: "plot_nf_heatmap"
8251 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8252 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8253 #  filter: "'NIC_Intel-XXV710' and
8254 #           'NF_DENSITY' and
8255 #           'DOCKER' and
8256 #           'CHAIN' and
8257 #           'NF_VPPIP4' and
8258 #           'IPSEC' and
8259 #           'TNL_1000' and
8260 #           'IMIX' and
8261 #           '4T2C' and
8262 #           'NDRPDR'"
8263 #  parameters:
8264 #  - "throughput"
8265 #  - "name"
8266 #  - "tags"
8267 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8268 #  x-axis: "X = CNFs per Service Chain"
8269 #  y-axis: "Y = Number of Service Chains"
8270 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8271 #  layout:
8272 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8273 #    layout: "plot-service-density"
8274 #
8275 #- type: "plot"
8276 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8277 #  algorithm: "plot_nf_heatmap"
8278 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8279 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8280 #  filter: "'NIC_Intel-XXV710' and
8281 #           'NF_DENSITY' and
8282 #           'DOCKER' and
8283 #           'CHAIN' and
8284 #           'NF_VPPIP4' and
8285 #           'IPSEC' and
8286 #           'TNL_1000' and
8287 #           'IMIX' and
8288 #           '8T4C' and
8289 #           'NDRPDR'"
8290 #  parameters:
8291 #  - "throughput"
8292 #  - "name"
8293 #  - "tags"
8294 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8295 #  x-axis: "X = CNFs per Service Chain"
8296 #  y-axis: "Y = Number of Service Chains"
8297 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8298 #  layout:
8299 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8300 #    layout: "plot-service-density"
8301
8302 ###############################################################################
8303
8304 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8305 - type: "plot"
8306   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8307   algorithm: "plot_nf_heatmap"
8308   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8309   data: "plot-vpp-nfv-3n-hsw-mrr"
8310   filter: "'NIC_Intel-XL710' and
8311            'NF_DENSITY' and
8312            'DOCKER' and
8313            'CHAIN' and
8314            'NF_VPPIP4' and
8315            'IMIX' and
8316            'TNL_1000' and
8317            '1T1C' and
8318            'MRR'"
8319   parameters:
8320   - "result"
8321   - "name"
8322   - "tags"
8323   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8324   x-axis: "X = CNFs per Service Chain"
8325   y-axis: "Y = Number of Service Chains"
8326   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8327   layout:
8328     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8329     layout: "plot-service-density"
8330
8331 - type: "plot"
8332   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8333   algorithm: "plot_nf_heatmap"
8334   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8335   data: "plot-vpp-nfv-3n-hsw-mrr"
8336   filter: "'NIC_Intel-XL710' and
8337            'NF_DENSITY' and
8338            'DOCKER' and
8339            'CHAIN' and
8340            'NF_VPPIP4' and
8341            'IPSEC' and
8342            'TNL_1000' and
8343            'IMIX' and
8344            '2T2C' and
8345            'MRR'"
8346   parameters:
8347   - "result"
8348   - "name"
8349   - "tags"
8350   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8351   x-axis: "X = CNFs per Service Chain"
8352   y-axis: "Y = Number of Service Chains"
8353   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8354   layout:
8355     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8356     layout: "plot-service-density"
8357
8358 - type: "plot"
8359   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8360   algorithm: "plot_nf_heatmap"
8361   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8362   data: "plot-vpp-nfv-3n-hsw-mrr"
8363   filter: "'NIC_Intel-XL710' and
8364            'NF_DENSITY' and
8365            'DOCKER' and
8366            'CHAIN' and
8367            'NF_VPPIP4' and
8368            'IPSEC' and
8369            'TNL_1000' and
8370            'IMIX' and
8371            '4T4C' and
8372            'MRR'"
8373   parameters:
8374   - "result"
8375   - "name"
8376   - "tags"
8377   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8378   x-axis: "X = CNFs per Service Chain"
8379   y-axis: "Y = Number of Service Chains"
8380   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8381   layout:
8382     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8383     layout: "plot-service-density"
8384
8385 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8386 - type: "plot"
8387   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8388   algorithm: "plot_nf_heatmap"
8389   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8390   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8391   filter: "'NIC_Intel-XL710' and
8392            'NF_DENSITY' and
8393            'DOCKER' and
8394            'CHAIN' and
8395            'NF_VPPIP4' and
8396            'IPSEC' and
8397            'TNL_1000' and
8398            'IMIX' and
8399            '1T1C' and
8400            'NDRPDR'"
8401   parameters:
8402   - "throughput"
8403   - "name"
8404   - "tags"
8405   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8406   x-axis: "X = CNFs per Service Chain"
8407   y-axis: "Y = Number of Service Chains"
8408   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8409   layout:
8410     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8411     layout: "plot-service-density"
8412
8413 - type: "plot"
8414   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8415   algorithm: "plot_nf_heatmap"
8416   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8417   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8418   filter: "'NIC_Intel-XL710' and
8419            'NF_DENSITY' and
8420            'DOCKER' and
8421            'CHAIN' and
8422            'NF_VPPIP4' and
8423            'IPSEC' and
8424            'TNL_1000' and
8425            'IMIX' and
8426            '2T2C' and
8427            'NDRPDR'"
8428   parameters:
8429   - "throughput"
8430   - "name"
8431   - "tags"
8432   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8433   x-axis: "X = CNFs per Service Chain"
8434   y-axis: "Y = Number of Service Chains"
8435   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8436   layout:
8437     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8438     layout: "plot-service-density"
8439
8440 - type: "plot"
8441   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8442   algorithm: "plot_nf_heatmap"
8443   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8444   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8445   filter: "'NIC_Intel-XL710' and
8446            'NF_DENSITY' and
8447            'DOCKER' and
8448            'CHAIN' and
8449            'NF_VPPIP4' and
8450            'IPSEC' and
8451            'TNL_1000' and
8452            'IMIX' and
8453            '4T4C' and
8454            'NDRPDR'"
8455   parameters:
8456   - "throughput"
8457   - "name"
8458   - "tags"
8459   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8460   x-axis: "X = CNFs per Service Chain"
8461   y-axis: "Y = Number of Service Chains"
8462   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8463   layout:
8464     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8465     layout: "plot-service-density"
8466
8467 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8468 - type: "plot"
8469   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8470   algorithm: "plot_nf_heatmap"
8471   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8472   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8473   filter: "'NIC_Intel-XL710' and
8474            'NF_DENSITY' and
8475            'DOCKER' and
8476            'CHAIN' and
8477            'NF_VPPIP4' and
8478            'IPSEC' and
8479            'TNL_1000' and
8480            'IMIX' and
8481            '1T1C' and
8482            'NDRPDR'"
8483   parameters:
8484   - "throughput"
8485   - "name"
8486   - "tags"
8487   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8488   x-axis: "X = CNFs per Service Chain"
8489   y-axis: "Y = Number of Service Chains"
8490   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8491   layout:
8492     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8493     layout: "plot-service-density"
8494
8495 - type: "plot"
8496   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8497   algorithm: "plot_nf_heatmap"
8498   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8499   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8500   filter: "'NIC_Intel-XL710' and
8501            'NF_DENSITY' and
8502            'DOCKER' and
8503            'CHAIN' and
8504            'NF_VPPIP4' and
8505            'IPSEC' and
8506            'TNL_1000' and
8507            'IMIX' and
8508            '2T2C' and
8509            'NDRPDR'"
8510   parameters:
8511   - "throughput"
8512   - "name"
8513   - "tags"
8514   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8515   x-axis: "X = CNFs per Service Chain"
8516   y-axis: "Y = Number of Service Chains"
8517   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8518   layout:
8519     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8520     layout: "plot-service-density"
8521
8522 - type: "plot"
8523   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8524   algorithm: "plot_nf_heatmap"
8525   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8526   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8527   filter: "'NIC_Intel-XL710' and
8528            'NF_DENSITY' and
8529            'DOCKER' and
8530            'CHAIN' and
8531            'NF_VPPIP4' and
8532            'IPSEC' and
8533            'TNL_1000' and
8534            'IMIX' and
8535            '4T4C' and
8536            'NDRPDR'"
8537   parameters:
8538   - "throughput"
8539   - "name"
8540   - "tags"
8541   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8542   x-axis: "X = CNFs per Service Chain"
8543   y-axis: "Y = Number of Service Chains"
8544   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8545   layout:
8546     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8547     layout: "plot-service-density"
8548
8549 ###############################################################################
8550
8551 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8552 #- type: "plot"
8553 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8554 #  algorithm: "plot_nf_heatmap"
8555 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8556 #  data: "plot-vpp-nfv-3n-skx-mrr"
8557 #  filter: "'NIC_Intel-XXV710' and
8558 #           'NF_DENSITY' and
8559 #           'DOCKER' and
8560 #           'CHAIN' and
8561 #           'NF_VPPIP4' and
8562 #           'IPSEC' and
8563 #           'TNL_10000' and
8564 #           'IMIX' and
8565 #           '2T1C' and
8566 #           'MRR'"
8567 #  parameters:
8568 #  - "result"
8569 #  - "name"
8570 #  - "tags"
8571 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8572 #  x-axis: "X = CNFs per Service Chain"
8573 #  y-axis: "Y = Number of Service Chains"
8574 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8575 #  layout:
8576 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8577 #    layout: "plot-service-density"
8578 #
8579 #- type: "plot"
8580 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8581 #  algorithm: "plot_nf_heatmap"
8582 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8583 #  data: "plot-vpp-nfv-3n-skx-mrr"
8584 #  filter: "'NIC_Intel-XXV710' and
8585 #           'NF_DENSITY' and
8586 #           'DOCKER' and
8587 #           'CHAIN' and
8588 #           'NF_VPPIP4' and
8589 #           'IPSEC' and
8590 #           'TNL_10000' and
8591 #           'IMIX' and
8592 #           '4T2C' and
8593 #           'MRR'"
8594 #  parameters:
8595 #  - "result"
8596 #  - "name"
8597 #  - "tags"
8598 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8599 #  x-axis: "X = CNFs per Service Chain"
8600 #  y-axis: "Y = Number of Service Chains"
8601 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8602 #  layout:
8603 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8604 #    layout: "plot-service-density"
8605 #
8606 #- type: "plot"
8607 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8608 #  algorithm: "plot_nf_heatmap"
8609 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8610 #  data: "plot-vpp-nfv-3n-skx-mrr"
8611 #  filter: "'NIC_Intel-XXV710' and
8612 #           'NF_DENSITY' and
8613 #           'DOCKER' and
8614 #           'CHAIN' and
8615 #           'NF_VPPIP4' and
8616 #           'IPSEC' and
8617 #           'TNL_10000' and
8618 #           'IMIX' and
8619 #           '8T4C' and
8620 #           'MRR'"
8621 #  parameters:
8622 #  - "result"
8623 #  - "name"
8624 #  - "tags"
8625 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8626 #  x-axis: "X = CNFs per Service Chain"
8627 #  y-axis: "Y = Number of Service Chains"
8628 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8629 #  layout:
8630 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8631 #    layout: "plot-service-density"
8632 #
8633 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8634 #- type: "plot"
8635 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8636 #  algorithm: "plot_nf_heatmap"
8637 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8638 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8639 #  filter: "'NIC_Intel-XXV710' and
8640 #           'NF_DENSITY' and
8641 #           'DOCKER' and
8642 #           'CHAIN' and
8643 #           'NF_VPPIP4' and
8644 #           'IPSEC' and
8645 #           'TNL_10000' and
8646 #           'IMIX' and
8647 #           '2T1C' and
8648 #           'NDRPDR'"
8649 #  parameters:
8650 #  - "throughput"
8651 #  - "name"
8652 #  - "tags"
8653 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8654 #  x-axis: "X = CNFs per Service Chain"
8655 #  y-axis: "Y = Number of Service Chains"
8656 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8657 #  layout:
8658 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8659 #    layout: "plot-service-density"
8660 #
8661 #- type: "plot"
8662 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8663 #  algorithm: "plot_nf_heatmap"
8664 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8665 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8666 #  filter: "'NIC_Intel-XXV710' and
8667 #           'NF_DENSITY' and
8668 #           'DOCKER' and
8669 #           'CHAIN' and
8670 #           'NF_VPPIP4' and
8671 #           'IPSEC' and
8672 #           'TNL_10000' and
8673 #           'IMIX' and
8674 #           '4T2C' and
8675 #           'NDRPDR'"
8676 #  parameters:
8677 #  - "throughput"
8678 #  - "name"
8679 #  - "tags"
8680 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8681 #  x-axis: "X = CNFs per Service Chain"
8682 #  y-axis: "Y = Number of Service Chains"
8683 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8684 #  layout:
8685 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8686 #    layout: "plot-service-density"
8687 #
8688 #- type: "plot"
8689 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8690 #  algorithm: "plot_nf_heatmap"
8691 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8692 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8693 #  filter: "'NIC_Intel-XXV710' and
8694 #           'NF_DENSITY' and
8695 #           'DOCKER' and
8696 #           'CHAIN' and
8697 #           'NF_VPPIP4' and
8698 #           'IPSEC' and
8699 #           'TNL_10000' and
8700 #           'IMIX' and
8701 #           '8T4C' and
8702 #           'NDRPDR'"
8703 #  parameters:
8704 #  - "throughput"
8705 #  - "name"
8706 #  - "tags"
8707 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8708 #  x-axis: "X = CNFs per Service Chain"
8709 #  y-axis: "Y = Number of Service Chains"
8710 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8711 #  layout:
8712 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8713 #    layout: "plot-service-density"
8714 #
8715 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8716 #- type: "plot"
8717 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8718 #  algorithm: "plot_nf_heatmap"
8719 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8720 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8721 #  filter: "'NIC_Intel-XXV710' and
8722 #           'NF_DENSITY' and
8723 #           'DOCKER' and
8724 #           'CHAIN' and
8725 #           'NF_VPPIP4' and
8726 #           'IPSEC' and
8727 #           'TNL_10000' and
8728 #           'IMIX' and
8729 #           '2T1C' and
8730 #           'NDRPDR'"
8731 #  parameters:
8732 #  - "throughput"
8733 #  - "name"
8734 #  - "tags"
8735 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8736 #  x-axis: "X = CNFs per Service Chain"
8737 #  y-axis: "Y = Number of Service Chains"
8738 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8739 #  layout:
8740 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8741 #    layout: "plot-service-density"
8742 #
8743 #- type: "plot"
8744 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8745 #  algorithm: "plot_nf_heatmap"
8746 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8747 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8748 #  filter: "'NIC_Intel-XXV710' and
8749 #           'NF_DENSITY' and
8750 #           'DOCKER' and
8751 #           'CHAIN' and
8752 #           'NF_VPPIP4' and
8753 #           'IPSEC' and
8754 #           'TNL_10000' and
8755 #           'IMIX' and
8756 #           '4T2C' and
8757 #           'NDRPDR'"
8758 #  parameters:
8759 #  - "throughput"
8760 #  - "name"
8761 #  - "tags"
8762 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8763 #  x-axis: "X = CNFs per Service Chain"
8764 #  y-axis: "Y = Number of Service Chains"
8765 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8766 #  layout:
8767 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8768 #    layout: "plot-service-density"
8769 #
8770 #- type: "plot"
8771 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8772 #  algorithm: "plot_nf_heatmap"
8773 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
8774 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8775 #  filter: "'NIC_Intel-XXV710' and
8776 #           'NF_DENSITY' and
8777 #           'DOCKER' and
8778 #           'CHAIN' and
8779 #           'NF_VPPIP4' and
8780 #           'IPSEC' and
8781 #           'TNL_10000' and
8782 #           'IMIX' and
8783 #           '8T4C' and
8784 #           'NDRPDR'"
8785 #  parameters:
8786 #  - "throughput"
8787 #  - "name"
8788 #  - "tags"
8789 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8790 #  x-axis: "X = CNFs per Service Chain"
8791 #  y-axis: "Y = Number of Service Chains"
8792 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8793 #  layout:
8794 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8795 #    layout: "plot-service-density"
8796
8797 ###############################################################################
8798
8799 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8800 - type: "plot"
8801   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8802   algorithm: "plot_nf_heatmap"
8803   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
8804   data: "plot-vpp-nfv-3n-hsw-mrr"
8805   filter: "'NIC_Intel-XL710' and
8806            'NF_DENSITY' and
8807            'DOCKER' and
8808            'CHAIN' and
8809            'NF_VPPIP4' and
8810            'IMIX' and
8811            'TNL_10000' and
8812            '1T1C' and
8813            'MRR'"
8814   parameters:
8815   - "result"
8816   - "name"
8817   - "tags"
8818   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8819   x-axis: "X = CNFs per Service Chain"
8820   y-axis: "Y = Number of Service Chains"
8821   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8822   layout:
8823     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8824     layout: "plot-service-density"
8825
8826 - type: "plot"
8827   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8828   algorithm: "plot_nf_heatmap"
8829   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
8830   data: "plot-vpp-nfv-3n-hsw-mrr"
8831   filter: "'NIC_Intel-XL710' and
8832            'NF_DENSITY' and
8833            'DOCKER' and
8834            'CHAIN' and
8835            'NF_VPPIP4' and
8836            'IPSEC' and
8837            'TNL_10000' and
8838            'IMIX' and
8839            '2T2C' and
8840            'MRR'"
8841   parameters:
8842   - "result"
8843   - "name"
8844   - "tags"
8845   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8846   x-axis: "X = CNFs per Service Chain"
8847   y-axis: "Y = Number of Service Chains"
8848   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8849   layout:
8850     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8851     layout: "plot-service-density"
8852
8853 - type: "plot"
8854   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8855   algorithm: "plot_nf_heatmap"
8856   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
8857   data: "plot-vpp-nfv-3n-hsw-mrr"
8858   filter: "'NIC_Intel-XL710' and
8859            'NF_DENSITY' and
8860            'DOCKER' and
8861            'CHAIN' and
8862            'NF_VPPIP4' and
8863            'IPSEC' and
8864            'TNL_10000' and
8865            'IMIX' and
8866            '4T4C' and
8867            'MRR'"
8868   parameters:
8869   - "result"
8870   - "name"
8871   - "tags"
8872   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8873   x-axis: "X = CNFs per Service Chain"
8874   y-axis: "Y = Number of Service Chains"
8875   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8876   layout:
8877     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8878     layout: "plot-service-density"
8879
8880 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8881 - type: "plot"
8882   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8883   algorithm: "plot_nf_heatmap"
8884   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
8885   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8886   filter: "'NIC_Intel-XL710' and
8887            'NF_DENSITY' and
8888            'DOCKER' and
8889            'CHAIN' and
8890            'NF_VPPIP4' and
8891            'IPSEC' and
8892            'TNL_10000' and
8893            'IMIX' and
8894            '1T1C' and
8895            'NDRPDR'"
8896   parameters:
8897   - "throughput"
8898   - "name"
8899   - "tags"
8900   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8901   x-axis: "X = CNFs per Service Chain"
8902   y-axis: "Y = Number of Service Chains"
8903   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8904   layout:
8905     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8906     layout: "plot-service-density"
8907
8908 - type: "plot"
8909   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8910   algorithm: "plot_nf_heatmap"
8911   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
8912   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8913   filter: "'NIC_Intel-XL710' and
8914            'NF_DENSITY' and
8915            'DOCKER' and
8916            'CHAIN' and
8917            'NF_VPPIP4' and
8918            'IPSEC' and
8919            'TNL_10000' and
8920            'IMIX' and
8921            '2T2C' and
8922            'NDRPDR'"
8923   parameters:
8924   - "throughput"
8925   - "name"
8926   - "tags"
8927   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8928   x-axis: "X = CNFs per Service Chain"
8929   y-axis: "Y = Number of Service Chains"
8930   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8931   layout:
8932     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8933     layout: "plot-service-density"
8934
8935 - type: "plot"
8936   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8937   algorithm: "plot_nf_heatmap"
8938   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
8939   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8940   filter: "'NIC_Intel-XL710' and
8941            'NF_DENSITY' and
8942            'DOCKER' and
8943            'CHAIN' and
8944            'NF_VPPIP4' and
8945            'IPSEC' and
8946            'TNL_10000' and
8947            'IMIX' and
8948            '4T4C' and
8949            'NDRPDR'"
8950   parameters:
8951   - "throughput"
8952   - "name"
8953   - "tags"
8954   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8955   x-axis: "X = CNFs per Service Chain"
8956   y-axis: "Y = Number of Service Chains"
8957   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8958   layout:
8959     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8960     layout: "plot-service-density"
8961
8962 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8963 - type: "plot"
8964   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8965   algorithm: "plot_nf_heatmap"
8966   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
8967   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8968   filter: "'NIC_Intel-XL710' and
8969            'NF_DENSITY' and
8970            'DOCKER' and
8971            'CHAIN' and
8972            'NF_VPPIP4' and
8973            'IPSEC' and
8974            'TNL_10000' and
8975            'IMIX' and
8976            '1T1C' and
8977            'NDRPDR'"
8978   parameters:
8979   - "throughput"
8980   - "name"
8981   - "tags"
8982   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8983   x-axis: "X = CNFs per Service Chain"
8984   y-axis: "Y = Number of Service Chains"
8985   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8986   layout:
8987     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8988     layout: "plot-service-density"
8989
8990 - type: "plot"
8991   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8992   algorithm: "plot_nf_heatmap"
8993   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
8994   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8995   filter: "'NIC_Intel-XL710' and
8996            'NF_DENSITY' and
8997            'DOCKER' and
8998            'CHAIN' and
8999            'NF_VPPIP4' and
9000            'IPSEC' and
9001            'TNL_10000' and
9002            'IMIX' and
9003            '2T2C' and
9004            'NDRPDR'"
9005   parameters:
9006   - "throughput"
9007   - "name"
9008   - "tags"
9009   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9010   x-axis: "X = CNFs per Service Chain"
9011   y-axis: "Y = Number of Service Chains"
9012   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9013   layout:
9014     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9015     layout: "plot-service-density"
9016
9017 - type: "plot"
9018   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9019   algorithm: "plot_nf_heatmap"
9020   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9021   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9022   filter: "'NIC_Intel-XL710' and
9023            'NF_DENSITY' and
9024            'DOCKER' and
9025            'CHAIN' and
9026            'NF_VPPIP4' and
9027            'IPSEC' and
9028            'TNL_10000' and
9029            'IMIX' and
9030            '4T4C' and
9031            'NDRPDR'"
9032   parameters:
9033   - "throughput"
9034   - "name"
9035   - "tags"
9036   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9037   x-axis: "X = CNFs per Service Chain"
9038   y-axis: "Y = Number of Service Chains"
9039   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9040   layout:
9041     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9042     layout: "plot-service-density"
9043
9044 ###############################################################################
9045
9046 # Plots - NF Density - CSP - MRR 64b
9047
9048 #- type: "plot"
9049 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9050 #  algorithm: "plot_nf_heatmap"
9051 #  output-file-type: ".html"
9052 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9053 #  data: "plot-vpp-nfv-2n-skx-mrr"
9054 #  filter: "'NIC_Intel-XXV710' and
9055 #           'NF_DENSITY' and
9056 #           'DOCKER' and
9057 #           'PIPELINE' and
9058 #           'NF_VPPIP4' and
9059 #           '64B' and
9060 #           '2T1C' and
9061 #           'MRR'"
9062 #  parameters:
9063 #  - "result"
9064 #  - "name"
9065 #  - "tags"
9066 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9067 #  x-axis: "X = CNFs per Service Pipeline"
9068 #  y-axis: "Y = Number of Service Pipelines"
9069 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9070 #  layout:
9071 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9072 #    layout: "plot-service-density"
9073 #
9074 #- type: "plot"
9075 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9076 #  algorithm: "plot_nf_heatmap"
9077 #  output-file-type: ".html"
9078 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9079 #  data: "plot-vpp-nfv-2n-skx-mrr"
9080 #  filter: "'NIC_Intel-XXV710' and
9081 #           'NF_DENSITY' and
9082 #           'DOCKER' and
9083 #           'PIPELINE' and
9084 #           'NF_VPPIP4' and
9085 #           '64B' and
9086 #           '4T2C' and
9087 #           'MRR'"
9088 #  parameters:
9089 #  - "result"
9090 #  - "name"
9091 #  - "tags"
9092 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9093 #  x-axis: "X = CNFs per Service Pipeline"
9094 #  y-axis: "Y = Number of Service Pipelines"
9095 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9096 #  layout:
9097 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9098 #    layout: "plot-service-density"
9099 #
9100 #- type: "plot"
9101 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9102 #  algorithm: "plot_nf_heatmap"
9103 #  output-file-type: ".html"
9104 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9105 #  data: "plot-vpp-nfv-2n-skx-mrr"
9106 #  filter: "'NIC_Intel-XXV710' and
9107 #           'NF_DENSITY' and
9108 #           'DOCKER' and
9109 #           'PIPELINE' and
9110 #           'NF_VPPIP4' and
9111 #           '64B' and
9112 #           '8T4C' and
9113 #           'MRR'"
9114 #  parameters:
9115 #  - "result"
9116 #  - "name"
9117 #  - "tags"
9118 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9119 #  x-axis: "X = CNFs per Service Pipeline"
9120 #  y-axis: "Y = Number of Service Pipelines"
9121 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9122 #  layout:
9123 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9124 #    layout: "plot-service-density"
9125 #
9126 ## Plots - NF Density - CSP - MRR IMIX
9127 #- type: "plot"
9128 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9129 #  algorithm: "plot_nf_heatmap"
9130 #  output-file-type: ".html"
9131 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9132 #  data: "plot-vpp-nfv-2n-skx-mrr"
9133 #  filter: "'NIC_Intel-XXV710' and
9134 #           'NF_DENSITY' and
9135 #           'DOCKER' and
9136 #           'PIPELINE' and
9137 #           'NF_VPPIP4' and
9138 #           'IMIX' and
9139 #           '2T1C' and
9140 #           'MRR'"
9141 #  parameters:
9142 #  - "result"
9143 #  - "name"
9144 #  - "tags"
9145 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9146 #  x-axis: "X = CNFs per Service Pipeline"
9147 #  y-axis: "Y = Number of Service Pipelines"
9148 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9149 #  layout:
9150 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9151 #    layout: "plot-service-density"
9152 #
9153 #- type: "plot"
9154 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9155 #  algorithm: "plot_nf_heatmap"
9156 #  output-file-type: ".html"
9157 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9158 #  data: "plot-vpp-nfv-2n-skx-mrr"
9159 #  filter: "'NIC_Intel-XXV710' and
9160 #           'NF_DENSITY' and
9161 #           'DOCKER' and
9162 #           'PIPELINE' and
9163 #           'NF_VPPIP4' and
9164 #           'IMIX' and
9165 #           '4T2C' and
9166 #           'MRR'"
9167 #  parameters:
9168 #  - "result"
9169 #  - "name"
9170 #  - "tags"
9171 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9172 #  x-axis: "X = CNFs per Service Pipeline"
9173 #  y-axis: "Y = Number of Service Pipelines"
9174 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9175 #  layout:
9176 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9177 #    layout: "plot-service-density"
9178 #
9179 #- type: "plot"
9180 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9181 #  algorithm: "plot_nf_heatmap"
9182 #  output-file-type: ".html"
9183 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9184 #  data: "plot-vpp-nfv-2n-skx-mrr"
9185 #  filter: "'NIC_Intel-XXV710' and
9186 #           'NF_DENSITY' and
9187 #           'DOCKER' and
9188 #           'PIPELINE' and
9189 #           'NF_VPPIP4' and
9190 #           'IMIX' and
9191 #           '8T4C' and
9192 #           'MRR'"
9193 #  parameters:
9194 #  - "result"
9195 #  - "name"
9196 #  - "tags"
9197 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9198 #  x-axis: "X = CNFs per Service Pipeline"
9199 #  y-axis: "Y = Number of Service Pipelines"
9200 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9201 #  layout:
9202 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9203 #    layout: "plot-service-density"
9204 #
9205 ## Plots - NF Density - CSP - NDR 64b
9206 #- type: "plot"
9207 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9208 #  algorithm: "plot_nf_heatmap"
9209 #  output-file-type: ".html"
9210 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9211 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9212 #  filter: "'NIC_Intel-XXV710' and
9213 #           'NF_DENSITY' and
9214 #           'DOCKER' and
9215 #           'PIPELINE' and
9216 #           'NF_VPPIP4' and
9217 #           '64B' and
9218 #           '2T1C' and
9219 #           'NDRPDR'"
9220 #  parameters:
9221 #  - "throughput"
9222 #  - "name"
9223 #  - "tags"
9224 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9225 #  x-axis: "X = CNFs per Service Pipeline"
9226 #  y-axis: "Y = Number of Service Pipelines"
9227 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9228 #  layout:
9229 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9230 #    layout: "plot-service-density"
9231 #
9232 #- type: "plot"
9233 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9234 #  algorithm: "plot_nf_heatmap"
9235 #  output-file-type: ".html"
9236 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9237 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9238 #  filter: "'NIC_Intel-XXV710' and
9239 #           'NF_DENSITY' and
9240 #           'DOCKER' and
9241 #           'PIPELINE' and
9242 #           'NF_VPPIP4' and
9243 #           '64B' and
9244 #           '4T2C' and
9245 #           'NDRPDR'"
9246 #  parameters:
9247 #  - "throughput"
9248 #  - "name"
9249 #  - "tags"
9250 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9251 #  x-axis: "X = CNFs per Service Pipeline"
9252 #  y-axis: "Y = Number of Service Pipelines"
9253 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9254 #  layout:
9255 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9256 #    layout: "plot-service-density"
9257 #
9258 #- type: "plot"
9259 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9260 #  algorithm: "plot_nf_heatmap"
9261 #  output-file-type: ".html"
9262 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9263 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9264 #  filter: "'NIC_Intel-XXV710' and
9265 #           'NF_DENSITY' and
9266 #           'DOCKER' and
9267 #           'PIPELINE' and
9268 #           'NF_VPPIP4' and
9269 #           '64B' and
9270 #           '8T4C' and
9271 #           'NDRPDR'"
9272 #  parameters:
9273 #  - "throughput"
9274 #  - "name"
9275 #  - "tags"
9276 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9277 #  x-axis: "X = CNFs per Service Pipeline"
9278 #  y-axis: "Y = Number of Service Pipelines"
9279 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9280 #  layout:
9281 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9282 #    layout: "plot-service-density"
9283 #
9284 ## Plots - NF Density - CSP - NDR IMIX
9285 #- type: "plot"
9286 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9287 #  algorithm: "plot_nf_heatmap"
9288 #  output-file-type: ".html"
9289 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9290 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9291 #  filter: "'NIC_Intel-XXV710' and
9292 #           'NF_DENSITY' and
9293 #           'DOCKER' and
9294 #           'PIPELINE' and
9295 #           'NF_VPPIP4' and
9296 #           'IMIX' and
9297 #           '2T1C' and
9298 #           'NDRPDR'"
9299 #  parameters:
9300 #  - "throughput"
9301 #  - "name"
9302 #  - "tags"
9303 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9304 #  x-axis: "X = CNFs per Service Pipeline"
9305 #  y-axis: "Y = Number of Service Pipelines"
9306 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9307 #  layout:
9308 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9309 #    layout: "plot-service-density"
9310 #
9311 #- type: "plot"
9312 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9313 #  algorithm: "plot_nf_heatmap"
9314 #  output-file-type: ".html"
9315 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9316 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9317 #  filter: "'NIC_Intel-XXV710' and
9318 #           'NF_DENSITY' and
9319 #           'DOCKER' and
9320 #           'PIPELINE' and
9321 #           'NF_VPPIP4' and
9322 #           'IMIX' and
9323 #           '4T2C' and
9324 #           'NDRPDR'"
9325 #  parameters:
9326 #  - "throughput"
9327 #  - "name"
9328 #  - "tags"
9329 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9330 #  x-axis: "X = CNFs per Service Pipeline"
9331 #  y-axis: "Y = Number of Service Pipelines"
9332 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9333 #  layout:
9334 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9335 #    layout: "plot-service-density"
9336 #
9337 #- type: "plot"
9338 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9339 #  algorithm: "plot_nf_heatmap"
9340 #  output-file-type: ".html"
9341 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9342 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9343 #  filter: "'NIC_Intel-XXV710' and
9344 #           'NF_DENSITY' and
9345 #           'DOCKER' and
9346 #           'PIPELINE' and
9347 #           'NF_VPPIP4' and
9348 #           'IMIX' and
9349 #           '8T4C' and
9350 #           'NDRPDR'"
9351 #  parameters:
9352 #  - "throughput"
9353 #  - "name"
9354 #  - "tags"
9355 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9356 #  x-axis: "X = CNFs per Service Pipeline"
9357 #  y-axis: "Y = Number of Service Pipelines"
9358 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9359 #  layout:
9360 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9361 #    layout: "plot-service-density"
9362 #
9363 ## Plots - NF Density - CSP - PDR 64b
9364 #- type: "plot"
9365 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9366 #  algorithm: "plot_nf_heatmap"
9367 #  output-file-type: ".html"
9368 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9369 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9370 #  filter: "'NIC_Intel-XXV710' and
9371 #           'NF_DENSITY' and
9372 #           'DOCKER' and
9373 #           'PIPELINE' and
9374 #           'NF_VPPIP4' and
9375 #           '64B' and
9376 #           '2T1C' and
9377 #           'NDRPDR'"
9378 #  parameters:
9379 #  - "throughput"
9380 #  - "name"
9381 #  - "tags"
9382 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9383 #  x-axis: "X = CNFs per Service Pipeline"
9384 #  y-axis: "Y = Number of Service Pipelines"
9385 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9386 #  layout:
9387 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9388 #    layout: "plot-service-density"
9389 #
9390 #- type: "plot"
9391 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9392 #  algorithm: "plot_nf_heatmap"
9393 #  output-file-type: ".html"
9394 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9395 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9396 #  filter: "'NIC_Intel-XXV710' and
9397 #           'NF_DENSITY' and
9398 #           'DOCKER' and
9399 #           'PIPELINE' and
9400 #           'NF_VPPIP4' and
9401 #           '64B' and
9402 #           '4T2C' and
9403 #           'NDRPDR'"
9404 #  parameters:
9405 #  - "throughput"
9406 #  - "name"
9407 #  - "tags"
9408 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9409 #  x-axis: "X = CNFs per Service Pipeline"
9410 #  y-axis: "Y = Number of Service Pipelines"
9411 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9412 #  layout:
9413 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9414 #    layout: "plot-service-density"
9415 #
9416 #- type: "plot"
9417 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9418 #  algorithm: "plot_nf_heatmap"
9419 #  output-file-type: ".html"
9420 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9421 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9422 #  filter: "'NIC_Intel-XXV710' and
9423 #           'NF_DENSITY' and
9424 #           'DOCKER' and
9425 #           'PIPELINE' and
9426 #           'NF_VPPIP4' and
9427 #           '64B' and
9428 #           '8T4C' and
9429 #           'NDRPDR'"
9430 #  parameters:
9431 #  - "throughput"
9432 #  - "name"
9433 #  - "tags"
9434 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9435 #  x-axis: "X = CNFs per Service Pipeline"
9436 #  y-axis: "Y = Number of Service Pipelines"
9437 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9438 #  layout:
9439 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9440 #    layout: "plot-service-density"
9441 #
9442 ## Plots - NF Density - CSP - PDR IMIX
9443 #- type: "plot"
9444 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9445 #  algorithm: "plot_nf_heatmap"
9446 #  output-file-type: ".html"
9447 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9448 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9449 #  filter: "'NIC_Intel-XXV710' and
9450 #           'NF_DENSITY' and
9451 #           'DOCKER' and
9452 #           'PIPELINE' and
9453 #           'NF_VPPIP4' and
9454 #           'IMIX' and
9455 #           '2T1C' and
9456 #           'NDRPDR'"
9457 #  parameters:
9458 #  - "throughput"
9459 #  - "name"
9460 #  - "tags"
9461 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9462 #  x-axis: "X = CNFs per Service Pipeline"
9463 #  y-axis: "Y = Number of Service Pipelines"
9464 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9465 #  layout:
9466 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9467 #    layout: "plot-service-density"
9468 #
9469 #- type: "plot"
9470 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9471 #  algorithm: "plot_nf_heatmap"
9472 #  output-file-type: ".html"
9473 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9474 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9475 #  filter: "'NIC_Intel-XXV710' and
9476 #           'NF_DENSITY' and
9477 #           'DOCKER' and
9478 #           'PIPELINE' and
9479 #           'NF_VPPIP4' and
9480 #           'IMIX' and
9481 #           '4T2C' and
9482 #           'NDRPDR'"
9483 #  parameters:
9484 #  - "throughput"
9485 #  - "name"
9486 #  - "tags"
9487 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9488 #  x-axis: "X = CNFs per Service Pipeline"
9489 #  y-axis: "Y = Number of Service Pipelines"
9490 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9491 #  layout:
9492 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9493 #    layout: "plot-service-density"
9494 #
9495 #- type: "plot"
9496 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9497 #  algorithm: "plot_nf_heatmap"
9498 #  output-file-type: ".html"
9499 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9500 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9501 #  filter: "'NIC_Intel-XXV710' and
9502 #           'NF_DENSITY' and
9503 #           'DOCKER' and
9504 #           'PIPELINE' and
9505 #           'NF_VPPIP4' and
9506 #           'IMIX' and
9507 #           '8T4C' and
9508 #           'NDRPDR'"
9509 #  parameters:
9510 #  - "throughput"
9511 #  - "name"
9512 #  - "tags"
9513 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9514 #  x-axis: "X = CNFs per Service Pipeline"
9515 #  y-axis: "Y = Number of Service Pipelines"
9516 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9517 #  layout:
9518 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9519 #    layout: "plot-service-density"
9520
9521 ###############################################################################
9522 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9523
9524 #- type: "plot"
9525 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9526 #  algorithm: "plot_nf_heatmap"
9527 #  output-file-type: ".html"
9528 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9529 #  data: "plot-vpp-nfv-2n-clx-mrr"
9530 #  filter: "'NIC_Intel-XXV710' and
9531 #           'NF_DENSITY' and
9532 #           'VHOST' and
9533 #           not 'VXLAN' and
9534 #           'CHAIN' and
9535 #           'NF_VPPIP4' and
9536 #           'IMIX' and
9537 #           '2T1C' and
9538 #           'MRR'"
9539 #  parameters:
9540 #  - "result"
9541 #  - "name"
9542 #  - "tags"
9543 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9544 #  x-axis: "X = VNFs per Service Chain"
9545 #  y-axis: "Y = Number of Service Chains"
9546 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9547 #  layout:
9548 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9549 #    layout: "plot-service-density"
9550 #
9551 #- type: "plot"
9552 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9553 #  algorithm: "plot_nf_heatmap"
9554 #  output-file-type: ".html"
9555 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9556 #  data: "plot-vpp-nfv-2n-clx-mrr"
9557 #  filter: "'NIC_Intel-XXV710' and
9558 #           'NF_DENSITY' and
9559 #           'VHOST' and
9560 #           not 'VXLAN' and
9561 #           'CHAIN' and
9562 #           'NF_VPPIP4' and
9563 #           'IMIX' and
9564 #           '4T2C' and
9565 #           'MRR'"
9566 #  parameters:
9567 #  - "result"
9568 #  - "name"
9569 #  - "tags"
9570 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9571 #  x-axis: "X = VNFs per Service Chain"
9572 #  y-axis: "Y = Number of Service Chains"
9573 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9574 #  layout:
9575 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9576 #    layout: "plot-service-density"
9577 #
9578 #- type: "plot"
9579 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9580 #  algorithm: "plot_nf_heatmap"
9581 #  output-file-type: ".html"
9582 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9583 #  data: "plot-vpp-nfv-2n-clx-mrr"
9584 #  filter: "'NIC_Intel-XXV710' and
9585 #           'NF_DENSITY' and
9586 #           'VHOST' and
9587 #           not 'VXLAN' and
9588 #           'CHAIN' and
9589 #           'NF_VPPIP4' and
9590 #           'IMIX' and
9591 #           '8T4C' and
9592 #           'MRR'"
9593 #  parameters:
9594 #  - "result"
9595 #  - "name"
9596 #  - "tags"
9597 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9598 #  x-axis: "X = VNFs per Service Chain"
9599 #  y-axis: "Y = Number of Service Chains"
9600 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9601 #  layout:
9602 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9603 #    layout: "plot-service-density"
9604 #
9605 ## Plots - NF Density - VSC - NDR IMIX
9606 #- type: "plot"
9607 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9608 #  algorithm: "plot_nf_heatmap"
9609 #  output-file-type: ".html"
9610 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9611 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9612 #  filter: "'NIC_Intel-XXV710' and
9613 #           'NF_DENSITY' and
9614 #           'VHOST' and
9615 #           not 'VXLAN' and
9616 #           'CHAIN' and
9617 #           'NF_VPPIP4' and
9618 #           'IMIX' and
9619 #           '2T1C' and
9620 #           'NDRPDR'"
9621 #  parameters:
9622 #  - "throughput"
9623 #  - "name"
9624 #  - "tags"
9625 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9626 #  x-axis: "X = VNFs per Service Chain"
9627 #  y-axis: "Y = Number of Service Chains"
9628 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9629 #  layout:
9630 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9631 #    layout: "plot-service-density"
9632 #
9633 #- type: "plot"
9634 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9635 #  algorithm: "plot_nf_heatmap"
9636 #  output-file-type: ".html"
9637 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9638 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9639 #  filter: "'NIC_Intel-XXV710' and
9640 #           'NF_DENSITY' and
9641 #           'VHOST' and
9642 #           not 'VXLAN' and
9643 #           'CHAIN' and
9644 #           'NF_VPPIP4' and
9645 #           'IMIX' and
9646 #           '4T2C' and
9647 #           'NDRPDR'"
9648 #  parameters:
9649 #  - "throughput"
9650 #  - "name"
9651 #  - "tags"
9652 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9653 #  x-axis: "X = VNFs per Service Chain"
9654 #  y-axis: "Y = Number of Service Chains"
9655 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9656 #  layout:
9657 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9658 #    layout: "plot-service-density"
9659 #
9660 #- type: "plot"
9661 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9662 #  algorithm: "plot_nf_heatmap"
9663 #  output-file-type: ".html"
9664 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9665 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9666 #  filter: "'NIC_Intel-XXV710' and
9667 #           'NF_DENSITY' and
9668 #           'VHOST' and
9669 #           not 'VXLAN' and
9670 #           'CHAIN' and
9671 #           'NF_VPPIP4' and
9672 #           'IMIX' and
9673 #           '8T4C' and
9674 #           'NDRPDR'"
9675 #  parameters:
9676 #  - "throughput"
9677 #  - "name"
9678 #  - "tags"
9679 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9680 #  x-axis: "X = VNFs per Service Chain"
9681 #  y-axis: "Y = Number of Service Chains"
9682 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9683 #  layout:
9684 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9685 #    layout: "plot-service-density"
9686 #
9687 ## Plots - NF Density - VSC - PDR IMIX
9688 #- type: "plot"
9689 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9690 #  algorithm: "plot_nf_heatmap"
9691 #  output-file-type: ".html"
9692 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9693 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9694 #  filter: "'NIC_Intel-XXV710' and
9695 #           'NF_DENSITY' and
9696 #           'VHOST' and
9697 #           not 'VXLAN' and
9698 #           'CHAIN' and
9699 #           'NF_VPPIP4' and
9700 #           'IMIX' and
9701 #           '2T1C' and
9702 #           'NDRPDR'"
9703 #  parameters:
9704 #  - "throughput"
9705 #  - "name"
9706 #  - "tags"
9707 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9708 #  x-axis: "X = VNFs per Service Chain"
9709 #  y-axis: "Y = Number of Service Chains"
9710 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9711 #  layout:
9712 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9713 #    layout: "plot-service-density"
9714 #
9715 #- type: "plot"
9716 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9717 #  algorithm: "plot_nf_heatmap"
9718 #  output-file-type: ".html"
9719 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9720 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9721 #  filter: "'NIC_Intel-XXV710' and
9722 #           'NF_DENSITY' and
9723 #           'VHOST' and
9724 #           not 'VXLAN' and
9725 #           'CHAIN' and
9726 #           'NF_VPPIP4' and
9727 #           'IMIX' and
9728 #           '4T2C' and
9729 #           'NDRPDR'"
9730 #  parameters:
9731 #  - "throughput"
9732 #  - "name"
9733 #  - "tags"
9734 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9735 #  x-axis: "X = VNFs per Service Chain"
9736 #  y-axis: "Y = Number of Service Chains"
9737 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9738 #  layout:
9739 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9740 #    layout: "plot-service-density"
9741 #
9742 #- type: "plot"
9743 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9744 #  algorithm: "plot_nf_heatmap"
9745 #  output-file-type: ".html"
9746 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9747 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9748 #  filter: "'NIC_Intel-XXV710' and
9749 #           'NF_DENSITY' and
9750 #           'VHOST' and
9751 #           not 'VXLAN' and
9752 #           'CHAIN' and
9753 #           'NF_VPPIP4' and
9754 #           'IMIX' and
9755 #           '8T4C' and
9756 #           'NDRPDR'"
9757 #  parameters:
9758 #  - "throughput"
9759 #  - "name"
9760 #  - "tags"
9761 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9762 #  x-axis: "X = VNFs per Service Chain"
9763 #  y-axis: "Y = Number of Service Chains"
9764 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9765 #  layout:
9766 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9767 #    layout: "plot-service-density"
9768 #
9769 ## Plots - NF Density - VSC - MRR IMIX
9770 #- type: "plot"
9771 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9772 #  algorithm: "plot_nf_heatmap"
9773 #  output-file-type: ".html"
9774 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9775 #  data: "plot-vpp-nfv-2n-clx-mrr"
9776 #  filter: "'NIC_Intel-XXV710' and
9777 #           'NF_DENSITY' and
9778 #           'VHOST' and
9779 #           'VXLAN' and
9780 #           'CHAIN' and
9781 #           'IMIX' and
9782 #           '2T1C' and
9783 #           'MRR'"
9784 #  parameters:
9785 #  - "result"
9786 #  - "name"
9787 #  - "tags"
9788 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9789 #  x-axis: "X = VNFs per Service Chain"
9790 #  y-axis: "Y = Number of Service Chains"
9791 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9792 #  layout:
9793 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9794 #    layout: "plot-service-density"
9795 #
9796 #- type: "plot"
9797 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9798 #  algorithm: "plot_nf_heatmap"
9799 #  output-file-type: ".html"
9800 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9801 #  data: "plot-vpp-nfv-2n-clx-mrr"
9802 #  filter: "'NIC_Intel-XXV710' and
9803 #           'NF_DENSITY' and
9804 #           'VHOST' and
9805 #           'VXLAN' and
9806 #           'CHAIN' and
9807 #           'IMIX' and
9808 #           '4T2C' and
9809 #           'MRR'"
9810 #  parameters:
9811 #  - "result"
9812 #  - "name"
9813 #  - "tags"
9814 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9815 #  x-axis: "X = VNFs per Service Chain"
9816 #  y-axis: "Y = Number of Service Chains"
9817 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9818 #  layout:
9819 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9820 #    layout: "plot-service-density"
9821 #
9822 #- type: "plot"
9823 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9824 #  algorithm: "plot_nf_heatmap"
9825 #  output-file-type: ".html"
9826 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
9827 #  data: "plot-vpp-nfv-2n-clx-mrr"
9828 #  filter: "'NIC_Intel-XXV710' and
9829 #           'NF_DENSITY' and
9830 #           'VHOST' and
9831 #           'VXLAN' and
9832 #           'CHAIN' and
9833 #           'IMIX' and
9834 #           '8T4C' and
9835 #           'MRR'"
9836 #  parameters:
9837 #  - "result"
9838 #  - "name"
9839 #  - "tags"
9840 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9841 #  x-axis: "X = VNFs per Service Chain"
9842 #  y-axis: "Y = Number of Service Chains"
9843 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9844 #  layout:
9845 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9846 #    layout: "plot-service-density"
9847 #
9848 ## Plots - NF Density - VSC - NDR IMIX
9849 #- type: "plot"
9850 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9851 #  algorithm: "plot_nf_heatmap"
9852 #  output-file-type: ".html"
9853 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
9854 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9855 #  filter: "'NIC_Intel-XXV710' and
9856 #           'NF_DENSITY' and
9857 #           'VHOST' and
9858 #           'VXLAN' and
9859 #           'CHAIN' a
9860 #           'IMIX' and
9861 #           '2T1C' and
9862 #           'NDRPDR'"
9863 #  parameters:
9864 #  - "throughput"
9865 #  - "name"
9866 #  - "tags"
9867 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9868 #  x-axis: "X = VNFs per Service Chain"
9869 #  y-axis: "Y = Number of Service Chains"
9870 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9871 #  layout:
9872 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9873 #    layout: "plot-service-density"
9874 #
9875 #- type: "plot"
9876 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9877 #  algorithm: "plot_nf_heatmap"
9878 #  output-file-type: ".html"
9879 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
9880 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9881 #  filter: "'NIC_Intel-XXV710' and
9882 #           'NF_DENSITY' and
9883 #           'VHOST' and
9884 #           'VXLAN' and
9885 #           'CHAIN' and
9886 #           'IMIX' and
9887 #           '4T2C' and
9888 #           'NDRPDR'"
9889 #  parameters:
9890 #  - "throughput"
9891 #  - "name"
9892 #  - "tags"
9893 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9894 #  x-axis: "X = VNFs per Service Chain"
9895 #  y-axis: "Y = Number of Service Chains"
9896 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9897 #  layout:
9898 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9899 #    layout: "plot-service-density"
9900 #
9901 #- type: "plot"
9902 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9903 #  algorithm: "plot_nf_heatmap"
9904 #  output-file-type: ".html"
9905 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
9906 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9907 #  filter: "'NIC_Intel-XXV710' and
9908 #           'NF_DENSITY' and
9909 #           'VHOST' and
9910 #           'VXLAN' and
9911 #           'CHAIN' and
9912 #           'IMIX' and
9913 #           '8T4C' and
9914 #           'NDRPDR'"
9915 #  parameters:
9916 #  - "throughput"
9917 #  - "name"
9918 #  - "tags"
9919 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9920 #  x-axis: "X = VNFs per Service Chain"
9921 #  y-axis: "Y = Number of Service Chains"
9922 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9923 #  layout:
9924 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9925 #    layout: "plot-service-density"
9926 #
9927 ## Plots - NF Density - VSC - PDR IMIX
9928 #- type: "plot"
9929 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9930 #  algorithm: "plot_nf_heatmap"
9931 #  output-file-type: ".html"
9932 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
9933 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9934 #  filter: "'NIC_Intel-XXV710' and
9935 #           'NF_DENSITY' and
9936 #           'VHOST' and
9937 #           'VXLAN' and
9938 #           'CHAIN' and
9939 #           'IMIX' and
9940 #           '2T1C' and
9941 #           'NDRPDR'"
9942 #  parameters:
9943 #  - "throughput"
9944 #  - "name"
9945 #  - "tags"
9946 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9947 #  x-axis: "X = VNFs per Service Chain"
9948 #  y-axis: "Y = Number of Service Chains"
9949 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9950 #  layout:
9951 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9952 #    layout: "plot-service-density"
9953 #
9954 #- type: "plot"
9955 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9956 #  algorithm: "plot_nf_heatmap"
9957 #  output-file-type: ".html"
9958 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
9959 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9960 #  filter: "'NIC_Intel-XXV710' and
9961 #           'NF_DENSITY' and
9962 #           'VHOST' and
9963 #           'VXLAN' and
9964 #           'CHAIN' and
9965 #           'IMIX' and
9966 #           '4T2C' and
9967 #           'NDRPDR'"
9968 #  parameters:
9969 #  - "throughput"
9970 #  - "name"
9971 #  - "tags"
9972 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9973 #  x-axis: "X = VNFs per Service Chain"
9974 #  y-axis: "Y = Number of Service Chains"
9975 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9976 #  layout:
9977 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9978 #    layout: "plot-service-density"
9979 #
9980 #- type: "plot"
9981 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9982 #  algorithm: "plot_nf_heatmap"
9983 #  output-file-type: ".html"
9984 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
9985 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9986 #  filter: "'NIC_Intel-XXV710' and
9987 #           'NF_DENSITY' and
9988 #           'VHOST' and
9989 #           'VXLAN' and
9990 #           'CHAIN' and
9991 #           'IMIX' and
9992 #           '8T4C' and
9993 #           'NDRPDR'"
9994 #  parameters:
9995 #  - "throughput"
9996 #  - "name"
9997 #  - "tags"
9998 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9999 #  x-axis: "X = VNFs per Service Chain"
10000 #  y-axis: "Y = Number of Service Chains"
10001 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10002 #  layout:
10003 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10004 #    layout: "plot-service-density"
10005 #
10006 ## Plots - NF Density - CSC - MRR IMIX
10007 #- type: "plot"
10008 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10009 #  algorithm: "plot_nf_heatmap"
10010 #  output-file-type: ".html"
10011 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10012 #  data: "plot-vpp-nfv-2n-clx-mrr"
10013 #  filter: "'NIC_Intel-XXV710' and
10014 #           'NF_DENSITY' and
10015 #           'DOCKER' and
10016 #           'CHAIN' and
10017 #           'NF_VPPIP4' and
10018 #           'IMIX' and
10019 #           '2T1C' and
10020 #           'MRR'"
10021 #  parameters:
10022 #  - "result"
10023 #  - "name"
10024 #  - "tags"
10025 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10026 #  x-axis: "X = CNFs per Service Chain"
10027 #  y-axis: "Y = Number of Service Chains"
10028 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10029 #  layout:
10030 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10031 #    layout: "plot-service-density"
10032 #
10033 #- type: "plot"
10034 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10035 #  algorithm: "plot_nf_heatmap"
10036 #  output-file-type: ".html"
10037 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10038 #  data: "plot-vpp-nfv-2n-clx-mrr"
10039 #  filter: "'NIC_Intel-XXV710' and
10040 #           'NF_DENSITY' and
10041 #           'DOCKER' and
10042 #           'CHAIN' and
10043 #           'NF_VPPIP4' and
10044 #           'IMIX' and
10045 #           '4T2C' and
10046 #           'MRR'"
10047 #  parameters:
10048 #  - "result"
10049 #  - "name"
10050 #  - "tags"
10051 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10052 #  x-axis: "X = CNFs per Service Chain"
10053 #  y-axis: "Y = Number of Service Chains"
10054 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10055 #  layout:
10056 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10057 #    layout: "plot-service-density"
10058 #
10059 #- type: "plot"
10060 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10061 #  algorithm: "plot_nf_heatmap"
10062 #  output-file-type: ".html"
10063 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10064 #  data: "plot-vpp-nfv-2n-clx-mrr"
10065 #  filter: "'NIC_Intel-XXV710' and
10066 #           'NF_DENSITY' and
10067 #           'DOCKER' and
10068 #           'CHAIN' and
10069 #           'NF_VPPIP4' and
10070 #           'IMIX' and
10071 #           '8T4C' and
10072 #           'MRR'"
10073 #  parameters:
10074 #  - "result"
10075 #  - "name"
10076 #  - "tags"
10077 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10078 #  x-axis: "X = CNFs per Service Chain"
10079 #  y-axis: "Y = Number of Service Chains"
10080 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10081 #  layout:
10082 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10083 #    layout: "plot-service-density"
10084 #
10085 ## Plots - NF Density - CSC - NDR IMIX
10086 #- type: "plot"
10087 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10088 #  algorithm: "plot_nf_heatmap"
10089 #  output-file-type: ".html"
10090 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10091 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10092 #  filter: "'NIC_Intel-XXV710' and
10093 #           'NF_DENSITY' and
10094 #           'DOCKER' and
10095 #           'CHAIN' and
10096 #           'NF_VPPIP4' and
10097 #           'IMIX' and
10098 #           '2T1C' and
10099 #           'NDRPDR'"
10100 #  parameters:
10101 #  - "throughput"
10102 #  - "name"
10103 #  - "tags"
10104 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10105 #  x-axis: "X = CNFs per Service Chain"
10106 #  y-axis: "Y = Number of Service Chains"
10107 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10108 #  layout:
10109 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10110 #    layout: "plot-service-density"
10111 #
10112 #- type: "plot"
10113 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10114 #  algorithm: "plot_nf_heatmap"
10115 #  output-file-type: ".html"
10116 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10117 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10118 #  filter: "'NIC_Intel-XXV710' and
10119 #           'NF_DENSITY' and
10120 #           'DOCKER' and
10121 #           'CHAIN' and
10122 #           'NF_VPPIP4' and
10123 #           'IMIX' and
10124 #           '4T2C' and
10125 #           'NDRPDR'"
10126 #  parameters:
10127 #  - "throughput"
10128 #  - "name"
10129 #  - "tags"
10130 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10131 #  x-axis: "X = CNFs per Service Chain"
10132 #  y-axis: "Y = Number of Service Chains"
10133 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10134 #  layout:
10135 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10136 #    layout: "plot-service-density"
10137 #
10138 #- type: "plot"
10139 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10140 #  algorithm: "plot_nf_heatmap"
10141 #  output-file-type: ".html"
10142 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10143 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10144 #  filter: "'NIC_Intel-XXV710' and
10145 #           'NF_DENSITY' and
10146 #           'DOCKER' and
10147 #           'CHAIN' and
10148 #           'NF_VPPIP4' and
10149 #           'IMIX' and
10150 #           '8T4C' and
10151 #           'NDRPDR'"
10152 #  parameters:
10153 #  - "throughput"
10154 #  - "name"
10155 #  - "tags"
10156 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10157 #  x-axis: "X = CNFs per Service Chain"
10158 #  y-axis: "Y = Number of Service Chains"
10159 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10160 #  layout:
10161 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10162 #    layout: "plot-service-density"
10163 #
10164 ## Plots - NF Density - CSC - PDR IMIX
10165 #- type: "plot"
10166 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10167 #  algorithm: "plot_nf_heatmap"
10168 #  output-file-type: ".html"
10169 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10170 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10171 #  filter: "'NIC_Intel-XXV710' and
10172 #           'NF_DENSITY' and
10173 #           'DOCKER' and
10174 #           'CHAIN' and
10175 #           'NF_VPPIP4' and
10176 #           'IMIX' and
10177 #           '2T1C' and
10178 #           'NDRPDR'"
10179 #  parameters:
10180 #  - "throughput"
10181 #  - "name"
10182 #  - "tags"
10183 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10184 #  x-axis: "X = CNFs per Service Chain"
10185 #  y-axis: "Y = Number of Service Chains"
10186 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10187 #  layout:
10188 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10189 #    layout: "plot-service-density"
10190 #
10191 #- type: "plot"
10192 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10193 #  algorithm: "plot_nf_heatmap"
10194 #  output-file-type: ".html"
10195 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10196 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10197 #  filter: "'NIC_Intel-XXV710' and
10198 #           'NF_DENSITY' and
10199 #           'DOCKER' and
10200 #           'CHAIN' and
10201 #           'NF_VPPIP4' and
10202 #           'IMIX' and
10203 #           '4T2C' and
10204 #           'NDRPDR'"
10205 #  parameters:
10206 #  - "throughput"
10207 #  - "name"
10208 #  - "tags"
10209 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10210 #  x-axis: "X = CNFs per Service Chain"
10211 #  y-axis: "Y = Number of Service Chains"
10212 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10213 #  layout:
10214 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10215 #    layout: "plot-service-density"
10216 #
10217 #- type: "plot"
10218 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10219 #  algorithm: "plot_nf_heatmap"
10220 #  output-file-type: ".html"
10221 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10222 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10223 #  filter: "'NIC_Intel-XXV710' and
10224 #           'NF_DENSITY' and
10225 #           'DOCKER' and
10226 #           'CHAIN' and
10227 #           'NF_VPPIP4' and
10228 #           'IMIX' and
10229 #           '8T4C' and
10230 #           'NDRPDR'"
10231 #  parameters:
10232 #  - "throughput"
10233 #  - "name"
10234 #  - "tags"
10235 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10236 #  x-axis: "X = CNFs per Service Chain"
10237 #  y-axis: "Y = Number of Service Chains"
10238 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10239 #  layout:
10240 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10241 #    layout: "plot-service-density"
10242 #
10243 ## Plots - NF Density - CSP - MRR IMIX
10244 #- type: "plot"
10245 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10246 #  algorithm: "plot_nf_heatmap"
10247 #  output-file-type: ".html"
10248 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10249 #  data: "plot-vpp-nfv-2n-clx-mrr"
10250 #  filter: "'NIC_Intel-XXV710' and
10251 #           'NF_DENSITY' and
10252 #           'DOCKER' and
10253 #           'PIPELINE' and
10254 #           'NF_VPPIP4' and
10255 #           'IMIX' and
10256 #           '2T1C' and
10257 #           'MRR'"
10258 #  parameters:
10259 #  - "result"
10260 #  - "name"
10261 #  - "tags"
10262 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10263 #  x-axis: "X = CNFs per Service Pipeline"
10264 #  y-axis: "Y = Number of Service Pipelines"
10265 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10266 #  layout:
10267 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10268 #    layout: "plot-service-density"
10269 #
10270 #- type: "plot"
10271 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10272 #  algorithm: "plot_nf_heatmap"
10273 #  output-file-type: ".html"
10274 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10275 #  data: "plot-vpp-nfv-2n-clx-mrr"
10276 #  filter: "'NIC_Intel-XXV710' and
10277 #           'NF_DENSITY' and
10278 #           'DOCKER' and
10279 #           'PIPELINE' and
10280 #           'NF_VPPIP4' and
10281 #           'IMIX' and
10282 #           '4T2C' and
10283 #           'MRR'"
10284 #  parameters:
10285 #  - "result"
10286 #  - "name"
10287 #  - "tags"
10288 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10289 #  x-axis: "X = CNFs per Service Pipeline"
10290 #  y-axis: "Y = Number of Service Pipelines"
10291 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10292 #  layout:
10293 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10294 #    layout: "plot-service-density"
10295 #
10296 #- type: "plot"
10297 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10298 #  algorithm: "plot_nf_heatmap"
10299 #  output-file-type: ".html"
10300 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10301 #  data: "plot-vpp-nfv-2n-clx-mrr"
10302 #  filter: "'NIC_Intel-XXV710' and
10303 #           'NF_DENSITY' and
10304 #           'DOCKER' and
10305 #           'PIPELINE' and
10306 #           'NF_VPPIP4' and
10307 #           'IMIX' and
10308 #           '8T4C' and
10309 #           'MRR'"
10310 #  parameters:
10311 #  - "result"
10312 #  - "name"
10313 #  - "tags"
10314 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10315 #  x-axis: "X = CNFs per Service Pipeline"
10316 #  y-axis: "Y = Number of Service Pipelines"
10317 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10318 #  layout:
10319 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10320 #    layout: "plot-service-density"
10321 #
10322 ## Plots - NF Density - CSP - NDR IMIX
10323 #- type: "plot"
10324 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10325 #  algorithm: "plot_nf_heatmap"
10326 #  output-file-type: ".html"
10327 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10328 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10329 #  filter: "'NIC_Intel-XXV710' and
10330 #           'NF_DENSITY' and
10331 #           'DOCKER' and
10332 #           'PIPELINE' and
10333 #           'NF_VPPIP4' and
10334 #           'IMIX' and
10335 #           '2T1C' and
10336 #           'NDRPDR'"
10337 #  parameters:
10338 #  - "throughput"
10339 #  - "name"
10340 #  - "tags"
10341 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10342 #  x-axis: "X = CNFs per Service Pipeline"
10343 #  y-axis: "Y = Number of Service Pipelines"
10344 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10345 #  layout:
10346 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10347 #    layout: "plot-service-density"
10348 #
10349 #- type: "plot"
10350 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10351 #  algorithm: "plot_nf_heatmap"
10352 #  output-file-type: ".html"
10353 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10354 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10355 #  filter: "'NIC_Intel-XXV710' and
10356 #           'NF_DENSITY' and
10357 #           'DOCKER' and
10358 #           'PIPELINE' and
10359 #           'NF_VPPIP4' and
10360 #           'IMIX' and
10361 #           '4T2C' and
10362 #           'NDRPDR'"
10363 #  parameters:
10364 #  - "throughput"
10365 #  - "name"
10366 #  - "tags"
10367 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10368 #  x-axis: "X = CNFs per Service Pipeline"
10369 #  y-axis: "Y = Number of Service Pipelines"
10370 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10371 #  layout:
10372 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10373 #    layout: "plot-service-density"
10374 #
10375 #- type: "plot"
10376 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10377 #  algorithm: "plot_nf_heatmap"
10378 #  output-file-type: ".html"
10379 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10380 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10381 #  filter: "'NIC_Intel-XXV710' and
10382 #           'NF_DENSITY' and
10383 #           'DOCKER' and
10384 #           'PIPELINE' and
10385 #           'NF_VPPIP4' and
10386 #           'IMIX' and
10387 #           '8T4C' and
10388 #           'NDRPDR'"
10389 #  parameters:
10390 #  - "throughput"
10391 #  - "name"
10392 #  - "tags"
10393 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10394 #  x-axis: "X = CNFs per Service Pipeline"
10395 #  y-axis: "Y = Number of Service Pipelines"
10396 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10397 #  layout:
10398 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10399 #    layout: "plot-service-density"
10400 #
10401 ## Plots - NF Density - CSP - PDR IMIX
10402 #- type: "plot"
10403 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10404 #  algorithm: "plot_nf_heatmap"
10405 #  output-file-type: ".html"
10406 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10407 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10408 #  filter: "'NIC_Intel-XXV710' and
10409 #           'NF_DENSITY' and
10410 #           'DOCKER' and
10411 #           'PIPELINE' and
10412 #           'NF_VPPIP4' and
10413 #           'IMIX' and
10414 #           '2T1C' and
10415 #           'NDRPDR'"
10416 #  parameters:
10417 #  - "throughput"
10418 #  - "name"
10419 #  - "tags"
10420 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10421 #  x-axis: "X = CNFs per Service Pipeline"
10422 #  y-axis: "Y = Number of Service Pipelines"
10423 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10424 #  layout:
10425 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10426 #    layout: "plot-service-density"
10427 #
10428 #- type: "plot"
10429 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10430 #  algorithm: "plot_nf_heatmap"
10431 #  output-file-type: ".html"
10432 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10433 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10434 #  filter: "'NIC_Intel-XXV710' and
10435 #           'NF_DENSITY' and
10436 #           'DOCKER' and
10437 #           'PIPELINE' and
10438 #           'NF_VPPIP4' and
10439 #           'IMIX' and
10440 #           '4T2C' and
10441 #           'NDRPDR'"
10442 #  parameters:
10443 #  - "throughput"
10444 #  - "name"
10445 #  - "tags"
10446 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10447 #  x-axis: "X = CNFs per Service Pipeline"
10448 #  y-axis: "Y = Number of Service Pipelines"
10449 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10450 #  layout:
10451 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10452 #    layout: "plot-service-density"
10453 #
10454 #- type: "plot"
10455 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10456 #  algorithm: "plot_nf_heatmap"
10457 #  output-file-type: ".html"
10458 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10459 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10460 #  filter: "'NIC_Intel-XXV710' and
10461 #           'NF_DENSITY' and
10462 #           'DOCKER' and
10463 #           'PIPELINE' and
10464 #           'NF_VPPIP4' and
10465 #           'IMIX' and
10466 #           '8T4C' and
10467 #           'NDRPDR'"
10468 #  parameters:
10469 #  - "throughput"
10470 #  - "name"
10471 #  - "tags"
10472 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10473 #  x-axis: "X = CNFs per Service Pipeline"
10474 #  y-axis: "Y = Number of Service Pipelines"
10475 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10476 #  layout:
10477 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10478 #    layout: "plot-service-density"
10479
10480 ################################################################################
10481
10482 # Packet Throughput
10483
10484 #- type: "plot"
10485 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10486 #  algorithm: "plot_perf_box_name"
10487 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10488 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10489 #  include:
10490 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10491 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10492 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10493 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10494 #  layout:
10495 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10496 #    layout: "plot-throughput"
10497 #
10498 #- type: "plot"
10499 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10500 #  algorithm: "plot_perf_box_name"
10501 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10502 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10503 #  include:
10504 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10505 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10506 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10507 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10508 #  layout:
10509 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10510 #    layout: "plot-throughput"
10511 #
10512 #- type: "plot"
10513 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10514 #  algorithm: "plot_perf_box_name"
10515 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10516 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10517 #  include:
10518 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10519 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10520 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10521 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10522 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10523 #  layout:
10524 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10525 #    layout: "plot-throughput"
10526 #
10527 #- type: "plot"
10528 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10529 #  algorithm: "plot_perf_box_name"
10530 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10531 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10532 #  include:
10533 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10534 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10535 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10536 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10537 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10538 #  layout:
10539 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10540 #    layout: "plot-throughput"
10541
10542 - type: "plot"
10543   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10544   algorithm: "plot_perf_box_name"
10545   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10546   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10547   include:
10548     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10549     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10550     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10551     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10552     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10553   layout:
10554     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10555     layout: "plot-throughput"
10556
10557 - type: "plot"
10558   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10559   algorithm: "plot_perf_box_name"
10560   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10561   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10562   include:
10563     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10564     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10565     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10566     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10567     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10568   layout:
10569     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10570     layout: "plot-throughput"
10571
10572 #- type: "plot"
10573 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10574 #  algorithm: "plot_perf_box_name"
10575 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10576 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10577 #  include:
10578 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10579 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10580 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10581 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10582 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10583 #  layout:
10584 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10585 #    layout: "plot-throughput"
10586 #
10587 #- type: "plot"
10588 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10589 #  algorithm: "plot_perf_box_name"
10590 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10591 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10592 #  include:
10593 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10594 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10595 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10596 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10597 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10598 #  layout:
10599 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10600 #    layout: "plot-throughput"
10601 #
10602 #- type: "plot"
10603 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10604 #  algorithm: "plot_perf_box_name"
10605 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10606 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10607 #  include:
10608 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10609 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10610 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10611 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10612 #  layout:
10613 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10614 #    layout: "plot-throughput"
10615 #
10616 #- type: "plot"
10617 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10618 #  algorithm: "plot_perf_box_name"
10619 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10620 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10621 #  include:
10622 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10623 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10624 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10625 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10626 #  layout:
10627 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10628 #    layout: "plot-throughput"
10629 #
10630 #- type: "plot"
10631 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10632 #  algorithm: "plot_perf_box_name"
10633 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10634 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10635 #  include:
10636 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10637 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10638 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10639 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10640 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10641 #  layout:
10642 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10643 #    layout: "plot-throughput"
10644 #
10645 #- type: "plot"
10646 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10647 #  algorithm: "plot_perf_box_name"
10648 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10649 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10650 #  include:
10651 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10652 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10653 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10654 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10655 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10656 #  layout:
10657 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10658 #    layout: "plot-throughput"
10659 #
10660 #- type: "plot"
10661 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10662 #  algorithm: "plot_perf_box_name"
10663 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10664 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10665 #  include:
10666 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10667 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10668 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10669 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10670 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10671 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10672 #  layout:
10673 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10674 #    layout: "plot-throughput"
10675 #
10676 #- type: "plot"
10677 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10678 #  algorithm: "plot_perf_box_name"
10679 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10680 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10681 #  include:
10682 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10683 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10684 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10685 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10686 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10687 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10688 #  layout:
10689 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10690 #    layout: "plot-throughput"
10691
10692 - type: "plot"
10693   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10694   algorithm: "plot_perf_box_name"
10695   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10696   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10697   include:
10698     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10699     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10700     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10701   layout:
10702     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10703     layout: "plot-throughput"
10704
10705 - type: "plot"
10706   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10707   algorithm: "plot_perf_box_name"
10708   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10709   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10710   include:
10711     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10712     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10713     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10714   layout:
10715     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10716     layout: "plot-throughput"
10717
10718 #- type: "plot"
10719 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10720 #  algorithm: "plot_perf_box_name"
10721 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10722 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10723 #  include:
10724 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10725 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10726 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10727 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10728 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10729 #  layout:
10730 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10731 #    layout: "plot-throughput"
10732 #
10733 #- type: "plot"
10734 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10735 #  algorithm: "plot_perf_box_name"
10736 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10737 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10738 #  include:
10739 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10740 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10741 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10742 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10743 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10744 #  layout:
10745 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10746 #    layout: "plot-throughput"
10747 #
10748 #- type: "plot"
10749 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10750 #  algorithm: "plot_perf_box_name"
10751 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10752 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10753 #  include:
10754 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10755 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10756 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10757 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10758 #  layout:
10759 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10760 #    layout: "plot-throughput"
10761 #
10762 #- type: "plot"
10763 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10764 #  algorithm: "plot_perf_box_name"
10765 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10766 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10767 #  include:
10768 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10769 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10770 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10771 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10772 #  layout:
10773 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10774 #    layout: "plot-throughput"
10775 #
10776 #- type: "plot"
10777 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10778 #  algorithm: "plot_perf_box_name"
10779 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10780 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10781 #  include:
10782 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10783 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10784 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10785 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10786 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10787 #  layout:
10788 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10789 #    layout: "plot-throughput"
10790 #
10791 #- type: "plot"
10792 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10793 #  algorithm: "plot_perf_box_name"
10794 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10795 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10796 #  include:
10797 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10798 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10799 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10800 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10801 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10802 #  layout:
10803 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10804 #    layout: "plot-throughput"
10805 #
10806 #- type: "plot"
10807 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10808 #  algorithm: "plot_perf_box_name"
10809 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10810 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10811 #  include:
10812 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10813 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10814 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10815 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10816 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10817 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10818 #  layout:
10819 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10820 #    layout: "plot-throughput"
10821 #
10822 #- type: "plot"
10823 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10824 #  algorithm: "plot_perf_box_name"
10825 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10826 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10827 #  include:
10828 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10829 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10830 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10831 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10832 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10833 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10834 #  layout:
10835 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10836 #    layout: "plot-throughput"
10837
10838 - type: "plot"
10839   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10840   algorithm: "plot_perf_box_name"
10841   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10842   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10843   include:
10844     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10845     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10846     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10847     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10848     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10849   layout:
10850     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10851     layout: "plot-throughput"
10852
10853 - type: "plot"
10854   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10855   algorithm: "plot_perf_box_name"
10856   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10857   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10858   include:
10859     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10860     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10861     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10862     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10863     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10864   layout:
10865     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10866     layout: "plot-throughput"
10867
10868 - type: "plot"
10869   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10870   algorithm: "plot_perf_box_name"
10871   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10872   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10873   include:
10874     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10875     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10876     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10877     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10878     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10879     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10880   layout:
10881     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10882     layout: "plot-throughput"
10883
10884 - type: "plot"
10885   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10886   algorithm: "plot_perf_box_name"
10887   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10888   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10889   include:
10890     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10891     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10892     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10893     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10894     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10895     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10896   layout:
10897     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10898     layout: "plot-throughput"
10899
10900 - type: "plot"
10901   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10902   algorithm: "plot_perf_box_name"
10903   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10904   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10905   include:
10906     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10907     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10908     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10909     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10910     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10911   layout:
10912     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10913     layout: "plot-throughput"
10914
10915 - type: "plot"
10916   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10917   algorithm: "plot_perf_box_name"
10918   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10919   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10920   include:
10921     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10922     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10923     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10924     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10925     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10926   layout:
10927     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10928     layout: "plot-throughput"
10929
10930 - type: "plot"
10931   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10932   algorithm: "plot_perf_box_name"
10933   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10934   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10935   include:
10936     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10937     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10938     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10939     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10940     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10941     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10942   layout:
10943     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10944     layout: "plot-throughput"
10945
10946 - type: "plot"
10947   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10948   algorithm: "plot_perf_box_name"
10949   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10950   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10951   include:
10952     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10953     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10954     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10955     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10956     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10957     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10958   layout:
10959     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10960     layout: "plot-throughput"
10961
10962 - type: "plot"
10963   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10964   algorithm: "plot_perf_box_name"
10965   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10966   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10967   include:
10968     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10969     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10970     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10971     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10972     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10973   layout:
10974     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10975     layout: "plot-throughput"
10976
10977 - type: "plot"
10978   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10979   algorithm: "plot_perf_box_name"
10980   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10981   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10982   include:
10983     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10984     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10985     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10986     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10987     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10988   layout:
10989     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10990     layout: "plot-throughput"
10991
10992 - type: "plot"
10993   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10994   algorithm: "plot_perf_box_name"
10995   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10996   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10997   include:
10998     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10999     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11000     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11001     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11002     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11003     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11004   layout:
11005     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11006     layout: "plot-throughput"
11007
11008 - type: "plot"
11009   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11010   algorithm: "plot_perf_box_name"
11011   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11012   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11013   include:
11014     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11015     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11016     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11017     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11018     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11019     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11020   layout:
11021     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11022     layout: "plot-throughput"
11023
11024 - type: "plot"
11025   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11026   algorithm: "plot_perf_box_name"
11027   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11028   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11029   include:
11030     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11031     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11032   layout:
11033     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11034     layout: "plot-throughput"
11035
11036 - type: "plot"
11037   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11038   algorithm: "plot_perf_box_name"
11039   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11040   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11041   include:
11042     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11043     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11044   layout:
11045     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11046     layout: "plot-throughput"
11047
11048 #- type: "plot"
11049 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11050 #  algorithm: "plot_perf_box_name"
11051 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11052 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11053 #  include:
11054 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11055 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11056 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11057 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11058 #  layout:
11059 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11060 #    layout: "plot-throughput"
11061 #
11062 #- type: "plot"
11063 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11064 #  algorithm: "plot_perf_box_name"
11065 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11066 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11067 #  include:
11068 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11069 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11070 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11071 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11072 #  layout:
11073 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11074 #    layout: "plot-throughput"
11075
11076 - type: "plot"
11077   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11078   algorithm: "plot_perf_box_name"
11079   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11080   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11081   include:
11082     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11083     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11084     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11085     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11086   layout:
11087     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11088     layout: "plot-throughput"
11089
11090 - type: "plot"
11091   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11092   algorithm: "plot_perf_box_name"
11093   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11094   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11095   include:
11096     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11097     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11098     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11099     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11100   layout:
11101     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11102     layout: "plot-throughput"
11103
11104 - type: "plot"
11105   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11106   algorithm: "plot_perf_box_name"
11107   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11108   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11109   include:
11110     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11111     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11112     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11113     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11114   layout:
11115     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11116     layout: "plot-throughput"
11117
11118 - type: "plot"
11119   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11120   algorithm: "plot_perf_box_name"
11121   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11122   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11123   include:
11124     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11125     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11126     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11127     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11128   layout:
11129     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11130     layout: "plot-throughput"
11131
11132 #- type: "plot"
11133 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11134 #  algorithm: "plot_perf_box_name"
11135 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11136 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11137 #  include:
11138 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11139 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11140 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11141 #  layout:
11142 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11143 #    layout: "plot-throughput"
11144 #
11145 #- type: "plot"
11146 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11147 #  algorithm: "plot_perf_box_name"
11148 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11149 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11150 #  include:
11151 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11152 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11153 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11154 #  layout:
11155 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11156 #    layout: "plot-throughput"
11157 #
11158 #- type: "plot"
11159 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11160 #  algorithm: "plot_perf_box_name"
11161 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11162 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11163 #  include:
11164 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11165 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11166 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11167 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11168 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11169 #  layout:
11170 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11171 #    layout: "plot-throughput"
11172 #
11173 #- type: "plot"
11174 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11175 #  algorithm: "plot_perf_box_name"
11176 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11177 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11178 #  include:
11179 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11180 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11181 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11182 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11183 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11184 #  layout:
11185 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11186 #    layout: "plot-throughput"
11187
11188 - type: "plot"
11189   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11190   algorithm: "plot_perf_box_name"
11191   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11192   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11193   include:
11194     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11195     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11196     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11197   layout:
11198     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11199     layout: "plot-throughput"
11200
11201 - type: "plot"
11202   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11203   algorithm: "plot_perf_box_name"
11204   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11205   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11206   include:
11207     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11208     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11209     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11210   layout:
11211     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11212     layout: "plot-throughput"
11213
11214 #- type: "plot"
11215 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11216 #  algorithm: "plot_perf_box_name"
11217 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11218 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11219 #  include:
11220 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11221 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11222 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11223 #  layout:
11224 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11225 #    layout: "plot-throughput"
11226 #
11227 #- type: "plot"
11228 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11229 #  algorithm: "plot_perf_box_name"
11230 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11231 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11232 #  include:
11233 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11234 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11235 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11236 #  layout:
11237 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11238 #    layout: "plot-throughput"
11239 #
11240 #- type: "plot"
11241 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11242 #  algorithm: "plot_perf_box_name"
11243 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11244 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11245 #  include:
11246 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11247 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11248 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11249 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11250 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11251 #  layout:
11252 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11253 #    layout: "plot-throughput"
11254 #
11255 #- type: "plot"
11256 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11257 #  algorithm: "plot_perf_box_name"
11258 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11259 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11260 #  include:
11261 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11262 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11263 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11264 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11265 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11266 #  layout:
11267 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11268 #    layout: "plot-throughput"
11269
11270 - type: "plot"
11271   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11272   algorithm: "plot_perf_box_name"
11273   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11274   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11275   include:
11276     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11277     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11278     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11279     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11280     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11281   layout:
11282     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11283     layout: "plot-throughput"
11284
11285 - type: "plot"
11286   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11287   algorithm: "plot_perf_box_name"
11288   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11289   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11290   include:
11291     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11292     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11293     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11294     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11295     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11296   layout:
11297     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11298     layout: "plot-throughput"
11299
11300 - type: "plot"
11301   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11302   algorithm: "plot_perf_box_name"
11303   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11304   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11305   include:
11306     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11307     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11308     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11309     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11310     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11311   layout:
11312     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11313     layout: "plot-throughput"
11314
11315 - type: "plot"
11316   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11317   algorithm: "plot_perf_box_name"
11318   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11319   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11320   include:
11321     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11322     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11323     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11324     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11325     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11326   layout:
11327     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11328     layout: "plot-throughput"
11329
11330 - type: "plot"
11331   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11332   algorithm: "plot_perf_box_name"
11333   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11334   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11335   include:
11336     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11337     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11338     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11339     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11340     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11341   layout:
11342     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11343     layout: "plot-throughput"
11344
11345 - type: "plot"
11346   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11347   algorithm: "plot_perf_box_name"
11348   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11349   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11350   include:
11351     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11352     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11353     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11354     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11355     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11356   layout:
11357     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11358     layout: "plot-throughput"
11359
11360 - type: "plot"
11361   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11362   algorithm: "plot_perf_box_name"
11363   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11364   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11365   include:
11366     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11367     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11368     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11369     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11370     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11371     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11372   layout:
11373     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11374     layout: "plot-throughput"
11375
11376 - type: "plot"
11377   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11378   algorithm: "plot_perf_box_name"
11379   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11380   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11381   include:
11382     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11383     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11384     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11385     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11386     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11387     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11388   layout:
11389     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11390     layout: "plot-throughput"
11391
11392 - type: "plot"
11393   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11394   algorithm: "plot_perf_box_name"
11395   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11396   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11397   include:
11398     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11399     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11400     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11401     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11402   layout:
11403     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11404     layout: "plot-throughput"
11405
11406 - type: "plot"
11407   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11408   algorithm: "plot_perf_box_name"
11409   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11410   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11411   include:
11412     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11413     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11414     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11415     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11416   layout:
11417     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11418     layout: "plot-throughput"
11419
11420 #- type: "plot"
11421 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11422 #  algorithm: "plot_perf_box_name"
11423 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11424 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11425 #  include:
11426 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11427 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11428 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11429 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11430 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11431 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11432 #  layout:
11433 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11434 #    layout: "plot-throughput"
11435 #
11436 #- type: "plot"
11437 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11438 #  algorithm: "plot_perf_box_name"
11439 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11440 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11441 #  include:
11442 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11443 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11444 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11445 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11446 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11447 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11448 #  layout:
11449 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11450 #    layout: "plot-throughput"
11451
11452 - type: "plot"
11453   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11454   algorithm: "plot_perf_box_name"
11455   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11456   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11457   include:
11458     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11459 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11460     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11461 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11462     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11463 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11464   layout:
11465     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11466     layout: "plot-throughput"
11467
11468 - type: "plot"
11469   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11470   algorithm: "plot_perf_box_name"
11471   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11472   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11473   include:
11474     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11475 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11476     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11477 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11478     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11479 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11480   layout:
11481     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11482     layout: "plot-throughput"
11483
11484 - type: "plot"
11485   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11486   algorithm: "plot_perf_box_name"
11487   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11488   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11489   include:
11490     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11491     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11492     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11493     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11494     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11495     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11496   layout:
11497     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11498     layout: "plot-throughput"
11499
11500 - type: "plot"
11501   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11502   algorithm: "plot_perf_box_name"
11503   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11504   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11505   include:
11506     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11507     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11508     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11509     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11510     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11511     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11512   layout:
11513     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11514     layout: "plot-throughput"
11515
11516 #- type: "plot"
11517 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11518 #  algorithm: "plot_perf_box_name"
11519 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11520 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11521 #  include:
11522 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11523 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11524 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11525 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11526 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11527 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11528 #  layout:
11529 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11530 #    layout: "plot-throughput"
11531 #
11532 #- type: "plot"
11533 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11534 #  algorithm: "plot_perf_box_name"
11535 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11536 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11537 #  include:
11538 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11539 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11540 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11541 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11542 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11543 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11544 #  layout:
11545 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11546 #    layout: "plot-throughput"
11547 #
11548 #- type: "plot"
11549 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11550 #  algorithm: "plot_perf_box_name"
11551 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11552 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11553 #  include:
11554 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11555 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11556 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11557 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11558 #  layout:
11559 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11560 #    layout: "plot-throughput"
11561 #
11562 #- type: "plot"
11563 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11564 #  algorithm: "plot_perf_box_name"
11565 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11566 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11567 #  include:
11568 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11569 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11570 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11571 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11572 #  layout:
11573 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11574 #    layout: "plot-throughput"
11575 #
11576 #- type: "plot"
11577 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11578 #  algorithm: "plot_perf_box_name"
11579 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11580 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11581 #  include:
11582 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11583 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11584 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11585 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11586 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11587 #  layout:
11588 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11589 #    layout: "plot-throughput"
11590 #
11591 #- type: "plot"
11592 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11593 #  algorithm: "plot_perf_box_name"
11594 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11595 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11596 #  include:
11597 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11598 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11599 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11600 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11601 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11602 #  layout:
11603 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11604 #    layout: "plot-throughput"
11605 #
11606 #- type: "plot"
11607 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11608 #  algorithm: "plot_perf_box_name"
11609 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11610 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11611 #  include:
11612 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11613 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11614 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11615 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11616 #  layout:
11617 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11618 #    layout: "plot-throughput"
11619 #
11620 #- type: "plot"
11621 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11622 #  algorithm: "plot_perf_box_name"
11623 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11624 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11625 #  include:
11626 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11627 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11628 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11629 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11630 #  layout:
11631 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11632 #    layout: "plot-throughput"
11633
11634 - type: "plot"
11635   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11636   algorithm: "plot_perf_box_name"
11637   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11638   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11639   include:
11640     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11641     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11642     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11643     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11644     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11645     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11646   layout:
11647     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11648     layout: "plot-throughput"
11649
11650 - type: "plot"
11651   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11652   algorithm: "plot_perf_box_name"
11653   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11654   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11655   include:
11656     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11657     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11658     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11659     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11660     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11661     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11662   layout:
11663     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11664     layout: "plot-throughput"
11665
11666 #- type: "plot"
11667 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11668 #  algorithm: "plot_perf_box_name"
11669 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11670 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11671 #  include:
11672 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11673 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11674 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11675 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11676 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11677 #  layout:
11678 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11679 #    layout: "plot-throughput"
11680 #
11681 #- type: "plot"
11682 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11683 #  algorithm: "plot_perf_box_name"
11684 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11685 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11686 #  include:
11687 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11688 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11689 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11690 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11691 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11692 #  layout:
11693 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11694 #    layout: "plot-throughput"
11695 #
11696 #- type: "plot"
11697 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11698 #  algorithm: "plot_perf_box_name"
11699 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11700 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11701 #  include:
11702 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11703 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11704 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11705 #  layout:
11706 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11707 #    layout: "plot-throughput"
11708 #
11709 #- type: "plot"
11710 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11711 #  algorithm: "plot_perf_box_name"
11712 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11713 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11714 #  include:
11715 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11716 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11717 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11718 #  layout:
11719 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11720 #    layout: "plot-throughput"
11721 #
11722 #- type: "plot"
11723 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11724 #  algorithm: "plot_perf_box_name"
11725 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11726 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11727 #  include:
11728 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11729 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11730 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11731 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11732 #  layout:
11733 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11734 #    layout: "plot-throughput"
11735 #
11736 #- type: "plot"
11737 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11738 #  algorithm: "plot_perf_box_name"
11739 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11740 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11741 #  include:
11742 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11743 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11744 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11745 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11746 #  layout:
11747 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11748 #    layout: "plot-throughput"
11749 #
11750 #- type: "plot"
11751 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11752 #  algorithm: "plot_perf_box_name"
11753 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11754 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11755 #  include:
11756 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11757 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11758 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11759 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11760 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11761 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11762 #  layout:
11763 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11764 #    layout: "plot-throughput"
11765 #
11766 #- type: "plot"
11767 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11768 #  algorithm: "plot_perf_box_name"
11769 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11770 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11771 #  include:
11772 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11773 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11774 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11775 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11776 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11777 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11778 #  layout:
11779 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11780 #    layout: "plot-throughput"
11781 #
11782 #- type: "plot"
11783 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11784 #  algorithm: "plot_perf_box_name"
11785 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11786 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11787 #  include:
11788 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11789 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11790 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11791 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11792 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11793 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11794 #  layout:
11795 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11796 #    layout: "plot-throughput"
11797 #
11798 #- type: "plot"
11799 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11800 #  algorithm: "plot_perf_box_name"
11801 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11802 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11803 #  include:
11804 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11805 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11806 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11807 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11808 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11809 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11810 #  layout:
11811 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11812 #    layout: "plot-throughput"
11813
11814 - type: "plot"
11815   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11816   algorithm: "plot_perf_box_name"
11817   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11818   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11819   include:
11820     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11821     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11822     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11823     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11824   layout:
11825     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11826     layout: "plot-throughput"
11827
11828 - type: "plot"
11829   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11830   algorithm: "plot_perf_box_name"
11831   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11832   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11833   include:
11834     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11835     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11836     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11837     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11838   layout:
11839     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11840     layout: "plot-throughput"
11841
11842 - type: "plot"
11843   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11844   algorithm: "plot_perf_box_name"
11845   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11846   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11847   include:
11848     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11849     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11850     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11851     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11852     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11853     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11854   layout:
11855     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11856     layout: "plot-throughput"
11857
11858 - type: "plot"
11859   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11860   algorithm: "plot_perf_box_name"
11861   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11862   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11863   include:
11864     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11865     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11866     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11867     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11868     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11869     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11870   layout:
11871     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11872     layout: "plot-throughput"
11873
11874 - type: "plot"
11875   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11876   algorithm: "plot_perf_box_name"
11877   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11878   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11879   include:
11880     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11881     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11882     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11883     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11884     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11885     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11886   layout:
11887     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11888     layout: "plot-throughput"
11889
11890 - type: "plot"
11891   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11892   algorithm: "plot_perf_box_name"
11893   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11894   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11895   include:
11896     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11897     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11898     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11899     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11900     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11901     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11902   layout:
11903     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11904     layout: "plot-throughput"
11905
11906 - type: "plot"
11907   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11908   algorithm: "plot_perf_box_name"
11909   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11910   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11911   include:
11912     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11913     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11914     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11915     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11916   layout:
11917     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11918     layout: "plot-throughput"
11919
11920 - type: "plot"
11921   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11922   algorithm: "plot_perf_box_name"
11923   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11924   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11925   include:
11926     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11927     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11928     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11929     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11930   layout:
11931     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11932     layout: "plot-throughput"
11933
11934 - type: "plot"
11935   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11936   algorithm: "plot_perf_box_name"
11937   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11938   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11939   include:
11940     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11941     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11942     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11943     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11944     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11945     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11946   layout:
11947     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11948     layout: "plot-throughput"
11949
11950 - type: "plot"
11951   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11952   algorithm: "plot_perf_box_name"
11953   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11954   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11955   include:
11956     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11957     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11958     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11959     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11960     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11961     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11962   layout:
11963     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11964     layout: "plot-throughput"
11965
11966 - type: "plot"
11967   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11968   algorithm: "plot_perf_box_name"
11969   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11970   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11971   include:
11972     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11973     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11974     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11975     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11976   layout:
11977     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11978     layout: "plot-throughput"
11979
11980 - type: "plot"
11981   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11982   algorithm: "plot_perf_box_name"
11983   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11984   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11985   include:
11986     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11987     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11988     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11989     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11990   layout:
11991     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11992     layout: "plot-throughput"
11993
11994 - type: "plot"
11995   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11996   algorithm: "plot_perf_box_name"
11997   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11998   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11999   include:
12000     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12001     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12002     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12003     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12004     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12005     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12006   layout:
12007     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12008     layout: "plot-throughput"
12009
12010 - type: "plot"
12011   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12012   algorithm: "plot_perf_box_name"
12013   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12014   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12015   include:
12016     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12017     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12018     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12019     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12020     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12021     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12022   layout:
12023     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12024     layout: "plot-throughput"
12025
12026 - type: "plot"
12027   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12028   algorithm: "plot_perf_box_name"
12029   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12030   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12031   include:
12032     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12033     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12034     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12035     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12036     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12037     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12038   layout:
12039     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12040     layout: "plot-throughput"
12041
12042 - type: "plot"
12043   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12044   algorithm: "plot_perf_box_name"
12045   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12046   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12047   include:
12048     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12049     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12050     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12051     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12052     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12053     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12054   layout:
12055     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12056     layout: "plot-throughput"
12057
12058 - type: "plot"
12059   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12060   algorithm: "plot_perf_box_name"
12061   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12062   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12063   include:
12064     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12065     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12066     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12067     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12068     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12069     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12070   layout:
12071     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12072     layout: "plot-throughput"
12073
12074 - type: "plot"
12075   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12076   algorithm: "plot_perf_box_name"
12077   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12078   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12079   include:
12080     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12081     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12082     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12083     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12084     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12085     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12086   layout:
12087     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12088     layout: "plot-throughput"
12089
12090 #- type: "plot"
12091 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12092 #  algorithm: "plot_perf_box_name"
12093 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12094 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12095 #  include:
12096 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12097 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12098 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12099 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12100 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12101 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12102 #  layout:
12103 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12104 #    layout: "plot-throughput"
12105 #
12106 #- type: "plot"
12107 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12108 #  algorithm: "plot_perf_box_name"
12109 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12110 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12111 #  include:
12112 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12113 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12114 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12115 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12116 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12117 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12118 #  layout:
12119 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12120 #    layout: "plot-throughput"
12121
12122 - type: "plot"
12123   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12124   algorithm: "plot_perf_box_name"
12125   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12126   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12127   include:
12128     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12129     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12130     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12131     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12132     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12133     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12134   layout:
12135     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12136     layout: "plot-throughput"
12137
12138 - type: "plot"
12139   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12140   algorithm: "plot_perf_box_name"
12141   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12142   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12143   include:
12144     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12145     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12146     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12147     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12148     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12149     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12150   layout:
12151     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12152     layout: "plot-throughput"
12153
12154 #- type: "plot"
12155 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12156 #  algorithm: "plot_perf_box_name"
12157 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12158 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12159 #  include:
12160 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12161 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12162 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12163 #  layout:
12164 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12165 #    layout: "plot-throughput"
12166 #
12167 #- type: "plot"
12168 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12169 #  algorithm: "plot_perf_box_name"
12170 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12171 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12172 #  include:
12173 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12174 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12175 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12176 #  layout:
12177 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12178 #    layout: "plot-throughput"
12179
12180 #- type: "plot"
12181 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12182 #  algorithm: "plot_perf_box_name"
12183 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12184 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12185 #  include:
12186 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12187 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12188 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12189 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12190 #  layout:
12191 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12192 #    layout: "plot-throughput"
12193 #
12194 #- type: "plot"
12195 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12196 #  algorithm: "plot_perf_box_name"
12197 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12198 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12199 #  include:
12200 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12201 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12202 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12203 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12204 #  layout:
12205 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12206 #    layout: "plot-throughput"
12207 #
12208 #- type: "plot"
12209 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12210 #  algorithm: "plot_perf_box_name"
12211 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12212 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12213 #  include:
12214 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12215 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12216 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12217 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12218 #  layout:
12219 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12220 #    layout: "plot-throughput"
12221 #
12222 #- type: "plot"
12223 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12224 #  algorithm: "plot_perf_box_name"
12225 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12226 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12227 #  include:
12228 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12229 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12230 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12231 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12232 #  layout:
12233 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12234 #    layout: "plot-throughput"
12235
12236 - type: "plot"
12237   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12238   algorithm: "plot_perf_box_name"
12239   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12240   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12241   include:
12242     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12243     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12244     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12245     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12246   layout:
12247     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12248     layout: "plot-throughput"
12249
12250 - type: "plot"
12251   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12252   algorithm: "plot_perf_box_name"
12253   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12254   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12255   include:
12256     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12257     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12258     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12259     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12260   layout:
12261     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12262     layout: "plot-throughput"
12263
12264 - type: "plot"
12265   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12266   algorithm: "plot_perf_box_name"
12267   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12268   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12269   include:
12270     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12271     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12272     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12273     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12274   layout:
12275     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12276     layout: "plot-throughput"
12277
12278 - type: "plot"
12279   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12280   algorithm: "plot_perf_box_name"
12281   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12282   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12283   include:
12284     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12285     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12286     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12287     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12288   layout:
12289     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12290     layout: "plot-throughput"
12291
12292 #- type: "plot"
12293 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12294 #  algorithm: "plot_perf_box_name"
12295 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12296 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12297 #  include:
12298 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12299 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12300 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12301 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12302 #  layout:
12303 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12304 #    layout: "plot-throughput"
12305 #
12306 #- type: "plot"
12307 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12308 #  algorithm: "plot_perf_box_name"
12309 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12310 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12311 #  include:
12312 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12313 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12314 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12315 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12316 #  layout:
12317 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12318 #    layout: "plot-throughput"
12319 #
12320 #- type: "plot"
12321 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12322 #  algorithm: "plot_perf_box_name"
12323 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12324 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12325 #  include:
12326 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12327 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12328 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12329 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12330 #  layout:
12331 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12332 #    layout: "plot-throughput"
12333 #
12334 #- type: "plot"
12335 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12336 #  algorithm: "plot_perf_box_name"
12337 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12338 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12339 #  include:
12340 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12341 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12342 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12343 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12344 #  layout:
12345 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12346 #    layout: "plot-throughput"
12347 #
12348 #- type: "plot"
12349 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12350 #  algorithm: "plot_perf_box_name"
12351 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12352 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12353 #  include:
12354 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12355 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12356 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12357 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12358 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12359 #  layout:
12360 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12361 #    layout: "plot-throughput"
12362 #
12363 #- type: "plot"
12364 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12365 #  algorithm: "plot_perf_box_name"
12366 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12367 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12368 #  include:
12369 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12370 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12371 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12372 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12373 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12374 #  layout:
12375 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12376 #    layout: "plot-throughput"
12377 #
12378 #- type: "plot"
12379 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12380 #  algorithm: "plot_perf_box_name"
12381 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12382 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12383 #  include:
12384 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12385 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12386 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12387 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12388 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12389 #  layout:
12390 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12391 #    layout: "plot-throughput"
12392 #
12393 #- type: "plot"
12394 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12395 #  algorithm: "plot_perf_box_name"
12396 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12397 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12398 #  include:
12399 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12400 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12401 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12402 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12403 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12404 #  layout:
12405 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12406 #    layout: "plot-throughput"
12407 #
12408 #- type: "plot"
12409 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12410 #  algorithm: "plot_perf_box_name"
12411 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12412 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12413 #  include:
12414 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12415 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12416 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12417 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12418 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12419 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12420 #  layout:
12421 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12422 #    layout: "plot-throughput"
12423 #
12424 #- type: "plot"
12425 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12426 #  algorithm: "plot_perf_box_name"
12427 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12428 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12429 #  include:
12430 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12431 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12432 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12433 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12434 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12435 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12436 #  layout:
12437 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12438 #    layout: "plot-throughput"
12439 #
12440 #- type: "plot"
12441 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12442 #  algorithm: "plot_perf_box_name"
12443 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12444 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12445 #  include:
12446 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12447 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12448 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12449 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12450 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12451 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12452 #  layout:
12453 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12454 #    layout: "plot-throughput"
12455 #
12456 #- type: "plot"
12457 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12458 #  algorithm: "plot_perf_box_name"
12459 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12460 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12461 #  include:
12462 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12463 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12464 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12465 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12466 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12467 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12468 #  layout:
12469 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12470 #    layout: "plot-throughput"
12471
12472 - type: "plot"
12473   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12474   algorithm: "plot_perf_box_name"
12475   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12476   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12477   include:
12478     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12479     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12480     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12481     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12482     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12483   layout:
12484     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12485     layout: "plot-throughput"
12486
12487 - type: "plot"
12488   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12489   algorithm: "plot_perf_box_name"
12490   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12491   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12492   include:
12493     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12494     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12495     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12496     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12497     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12498   layout:
12499     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12500     layout: "plot-throughput"
12501
12502 #- type: "plot"
12503 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12504 #  algorithm: "plot_perf_box_name"
12505 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12506 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12507 #  include:
12508 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12509 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12510 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12511 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12512 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12513 #  layout:
12514 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12515 #    layout: "plot-throughput"
12516 #
12517 #- type: "plot"
12518 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12519 #  algorithm: "plot_perf_box_name"
12520 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12521 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12522 #  include:
12523 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12524 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12525 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12526 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12527 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12528 #  layout:
12529 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12530 #    layout: "plot-throughput"
12531
12532 #- type: "plot"
12533 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12534 #  algorithm: "plot_perf_box_name"
12535 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12536 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12537 #  include:
12538 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12539 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12540 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12541 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12542 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12543 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12544 #  layout:
12545 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12546 #    layout: "plot-throughput"
12547 #
12548 #- type: "plot"
12549 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12550 #  algorithm: "plot_perf_box_name"
12551 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12552 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12553 #  include:
12554 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12555 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12556 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12557 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12558 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12559 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12560 #  layout:
12561 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12562 #    layout: "plot-throughput"
12563
12564 #- type: "plot"
12565 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12566 #  algorithm: "plot_perf_box_name"
12567 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12568 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12569 #  include:
12570 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12571 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12572 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12573 #  layout:
12574 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12575 #    layout: "plot-throughput"
12576 #
12577 #- type: "plot"
12578 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12579 #  algorithm: "plot_perf_box_name"
12580 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12581 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12582 #  include:
12583 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12584 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12585 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12586 #  layout:
12587 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12588 #    layout: "plot-throughput"
12589
12590 ################################################################################
12591
12592 # Packet Speedup
12593
12594 #- type: "plot"
12595 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12596 #  algorithm: "plot_tsa_name"
12597 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12598 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12599 #  include:
12600 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12601 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12602 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12603 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12604 #  layout:
12605 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
12606 #    layout: "plot-throughput-speedup-analysis"
12607 #
12608 #- type: "plot"
12609 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12610 #  algorithm: "plot_tsa_name"
12611 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12612 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12613 #  include:
12614 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12615 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12616 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12617 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12618 #  layout:
12619 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
12620 #    layout: "plot-throughput-speedup-analysis"
12621 #
12622 #- type: "plot"
12623 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12624 #  algorithm: "plot_tsa_name"
12625 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12626 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12627 #  include:
12628 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12629 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12630 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12631 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12632 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12633 #  layout:
12634 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
12635 #    layout: "plot-throughput-speedup-analysis"
12636 #
12637 #- type: "plot"
12638 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12639 #  algorithm: "plot_tsa_name"
12640 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12641 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12642 #  include:
12643 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12644 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12645 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12646 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12647 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12648 #  layout:
12649 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
12650 #    layout: "plot-throughput-speedup-analysis"
12651 #
12652 #- type: "plot"
12653 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12654 #  algorithm: "plot_tsa_name"
12655 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12656 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12657 #  include:
12658 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12659 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12660 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12661 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12662 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12663 #  layout:
12664 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12665 #    layout: "plot-throughput-speedup-analysis"
12666 #
12667 #- type: "plot"
12668 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12669 #  algorithm: "plot_tsa_name"
12670 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12671 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12672 #  include:
12673 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12674 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12675 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12676 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12677 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12678 #  layout:
12679 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12680 #    layout: "plot-throughput-speedup-analysis"
12681 #
12682 #- type: "plot"
12683 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12684 #  algorithm: "plot_tsa_name"
12685 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12686 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12687 #  include:
12688 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12689 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12690 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12691 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12692 #  layout:
12693 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12694 #    layout: "plot-throughput-speedup-analysis"
12695 #
12696 #- type: "plot"
12697 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12698 #  algorithm: "plot_tsa_name"
12699 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12700 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12701 #  include:
12702 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12703 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12704 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12705 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12706 #  layout:
12707 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12708 #    layout: "plot-throughput-speedup-analysis"
12709 #
12710 #- type: "plot"
12711 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12712 #  algorithm: "plot_tsa_name"
12713 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12714 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12715 #  include:
12716 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12717 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12718 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12719 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12720 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12721 #  layout:
12722 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12723 #    layout: "plot-throughput-speedup-analysis"
12724 #
12725 #- type: "plot"
12726 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12727 #  algorithm: "plot_tsa_name"
12728 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12729 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12730 #  include:
12731 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12732 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12733 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12734 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12735 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12736 #  layout:
12737 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12738 #    layout: "plot-throughput-speedup-analysis"
12739 #
12740 #- type: "plot"
12741 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12742 #  algorithm: "plot_tsa_name"
12743 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12744 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12745 #  include:
12746 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12747 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12748 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12749 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12750 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12751 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12752 #  layout:
12753 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12754 #    layout: "plot-throughput-speedup-analysis"
12755 #
12756 #- type: "plot"
12757 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12758 #  algorithm: "plot_tsa_name"
12759 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12760 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12761 #  include:
12762 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12763 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12764 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12765 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12766 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12767 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12768 #  layout:
12769 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12770 #    layout: "plot-throughput-speedup-analysis"
12771
12772 - type: "plot"
12773   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12774   algorithm: "plot_tsa_name"
12775   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12776   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12777   include:
12778     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12779     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12780     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12781   layout:
12782     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
12783     layout: "plot-throughput-speedup-analysis"
12784
12785 - type: "plot"
12786   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12787   algorithm: "plot_tsa_name"
12788   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12789   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12790   include:
12791     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12792     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12793     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12794   layout:
12795     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
12796     layout: "plot-throughput-speedup-analysis"
12797
12798 #- type: "plot"
12799 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12800 #  algorithm: "plot_tsa_name"
12801 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12802 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12803 #  include:
12804 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12805 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12806 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12807 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12808 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12809 #  layout:
12810 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12811 #    layout: "plot-throughput-speedup-analysis"
12812 #
12813 #- type: "plot"
12814 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12815 #  algorithm: "plot_tsa_name"
12816 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12817 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12818 #  include:
12819 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12820 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12821 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12822 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12823 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12824 #  layout:
12825 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12826 #    layout: "plot-throughput-speedup-analysis"
12827 #
12828 #- type: "plot"
12829 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12830 #  algorithm: "plot_tsa_name"
12831 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12832 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12833 #  include:
12834 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12835 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12836 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12837 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12838 #  layout:
12839 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12840 #    layout: "plot-throughput-speedup-analysis"
12841 #
12842 #- type: "plot"
12843 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12844 #  algorithm: "plot_tsa_name"
12845 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12846 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12847 #  include:
12848 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12849 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12850 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12851 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12852 #  layout:
12853 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12854 #    layout: "plot-throughput-speedup-analysis"
12855 #
12856 #- type: "plot"
12857 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12858 #  algorithm: "plot_tsa_name"
12859 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12860 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12861 #  include:
12862 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12863 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12864 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12865 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12866 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12867 #  layout:
12868 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12869 #    layout: "plot-throughput-speedup-analysis"
12870 #
12871 #- type: "plot"
12872 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12873 #  algorithm: "plot_tsa_name"
12874 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12875 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12876 #  include:
12877 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12878 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12879 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12880 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12881 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12882 #  layout:
12883 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12884 #    layout: "plot-throughput-speedup-analysis"
12885 #
12886 #- type: "plot"
12887 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12888 #  algorithm: "plot_tsa_name"
12889 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12890 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12891 #  include:
12892 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12893 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12894 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12895 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12896 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12897 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12898 #  layout:
12899 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12900 #    layout: "plot-throughput-speedup-analysis"
12901 #
12902 #- type: "plot"
12903 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12904 #  algorithm: "plot_tsa_name"
12905 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12906 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12907 #  include:
12908 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12909 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12910 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12911 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12912 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12913 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12914 #  layout:
12915 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12916 #    layout: "plot-throughput-speedup-analysis"
12917
12918 - type: "plot"
12919   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12920   algorithm: "plot_tsa_name"
12921   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12922   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12923   include:
12924     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12925     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12926   layout:
12927     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
12928     layout: "plot-throughput-speedup-analysis"
12929
12930 - type: "plot"
12931   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12932   algorithm: "plot_tsa_name"
12933   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12934   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12935   include:
12936     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12937     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12938   layout:
12939     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
12940     layout: "plot-throughput-speedup-analysis"
12941
12942 #- type: "plot"
12943 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12944 #  algorithm: "plot_tsa_name"
12945 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12946 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12947 #  include:
12948 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12949 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12950 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12951 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12952 #  layout:
12953 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
12954 #    layout: "plot-throughput-speedup-analysis"
12955 #
12956 #- type: "plot"
12957 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12958 #  algorithm: "plot_tsa_name"
12959 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12960 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12961 #  include:
12962 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12963 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12964 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12965 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12966 #  layout:
12967 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
12968 #    layout: "plot-throughput-speedup-analysis"
12969 #
12970 #- type: "plot"
12971 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12972 #  algorithm: "plot_tsa_name"
12973 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12974 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12975 #  include:
12976 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12977 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12978 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12979 #  layout:
12980 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
12981 #    layout: "plot-throughput-speedup-analysis"
12982 #
12983 #- type: "plot"
12984 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12985 #  algorithm: "plot_tsa_name"
12986 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12987 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12988 #  include:
12989 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12990 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12991 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12992 #  layout:
12993 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
12994 #    layout: "plot-throughput-speedup-analysis"
12995 #
12996 #- type: "plot"
12997 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12998 #  algorithm: "plot_tsa_name"
12999 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13000 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13001 #  include:
13002 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13003 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13004 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13005 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13006 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13007 #  layout:
13008 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13009 #    layout: "plot-throughput-speedup-analysis"
13010 #
13011 #- type: "plot"
13012 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13013 #  algorithm: "plot_tsa_name"
13014 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13015 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13016 #  include:
13017 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13018 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13019 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13020 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13021 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13022 #  layout:
13023 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13024 #    layout: "plot-throughput-speedup-analysis"
13025
13026 - type: "plot"
13027   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13028   algorithm: "plot_tsa_name"
13029   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13030   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13031   include:
13032     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13033     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13034     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13035   layout:
13036     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
13037     layout: "plot-throughput-speedup-analysis"
13038
13039 - type: "plot"
13040   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13041   algorithm: "plot_tsa_name"
13042   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13043   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13044   include:
13045     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13046     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13047     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13048   layout:
13049     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
13050     layout: "plot-throughput-speedup-analysis"
13051
13052 #- type: "plot"
13053 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13054 #  algorithm: "plot_tsa_name"
13055 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13056 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13057 #  include:
13058 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13059 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13060 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13061 #  layout:
13062 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
13063 #    layout: "plot-throughput-speedup-analysis"
13064 #
13065 #- type: "plot"
13066 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13067 #  algorithm: "plot_tsa_name"
13068 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13069 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13070 #  include:
13071 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13072 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13073 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13074 #  layout:
13075 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
13076 #    layout: "plot-throughput-speedup-analysis"
13077 #
13078 #- type: "plot"
13079 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13080 #  algorithm: "plot_tsa_name"
13081 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13082 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13083 #  include:
13084 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13085 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13086 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13087 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13088 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13089 #  layout:
13090 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13091 #    layout: "plot-throughput-speedup-analysis"
13092 #
13093 #- type: "plot"
13094 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13095 #  algorithm: "plot_tsa_name"
13096 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13097 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13098 #  include:
13099 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13100 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13101 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13102 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13103 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13104 #  layout:
13105 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13106 #    layout: "plot-throughput-speedup-analysis"
13107
13108 - type: "plot"
13109   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13110   algorithm: "plot_tsa_name"
13111   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13112   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13113   include:
13114     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13115     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13116     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13117     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13118     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13119     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13120   layout:
13121     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13122     layout: "plot-throughput-speedup-analysis"
13123
13124 - type: "plot"
13125   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13126   algorithm: "plot_tsa_name"
13127   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13128   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13129   include:
13130     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13131     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13132     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13133     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13134     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13135     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13136   layout:
13137     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13138     layout: "plot-throughput-speedup-analysis"
13139
13140 - type: "plot"
13141   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13142   algorithm: "plot_tsa_name"
13143   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13144   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13145   include:
13146     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13147     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13148     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13149     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13150   layout:
13151     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13152     layout: "plot-throughput-speedup-analysis"
13153
13154 - type: "plot"
13155   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13156   algorithm: "plot_tsa_name"
13157   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13158   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13159   include:
13160     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13161     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13162     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13163     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13164   layout:
13165     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13166     layout: "plot-throughput-speedup-analysis"
13167
13168 #- type: "plot"
13169 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13170 #  algorithm: "plot_tsa_name"
13171 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13172 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13173 #  include:
13174 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13175 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13176 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13177 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13178 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13179 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13180 #  layout:
13181 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
13182 #    layout: "plot-throughput-speedup-analysis"
13183 #
13184 #- type: "plot"
13185 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13186 #  algorithm: "plot_tsa_name"
13187 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13188 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13189 #  include:
13190 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13191 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13192 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13193 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13194 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13195 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13196 #  layout:
13197 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
13198 #    layout: "plot-throughput-speedup-analysis"
13199 #
13200 #- type: "plot"
13201 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13202 #  algorithm: "plot_tsa_name"
13203 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13204 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13205 #  include:
13206 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13207 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13208 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13209 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13210 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13211 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13212 #  layout:
13213 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13214 #    layout: "plot-throughput-speedup-analysis"
13215 #
13216 #- type: "plot"
13217 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13218 #  algorithm: "plot_tsa_name"
13219 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13220 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13221 #  include:
13222 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13223 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13224 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13225 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13226 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13227 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13228 #  layout:
13229 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13230 #    layout: "plot-throughput-speedup-analysis"
13231 #
13232 #- type: "plot"
13233 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13234 #  algorithm: "plot_tsa_name"
13235 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13236 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13237 #  include:
13238 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13239 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13240 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13241 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13242 #  layout:
13243 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
13244 #    layout: "plot-throughput-speedup-analysis"
13245 #
13246 #- type: "plot"
13247 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13248 #  algorithm: "plot_tsa_name"
13249 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13250 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13251 #  include:
13252 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13253 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13254 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13255 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13256 #  layout:
13257 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
13258 #    layout: "plot-throughput-speedup-analysis"
13259 #
13260 #- type: "plot"
13261 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13262 #  algorithm: "plot_tsa_name"
13263 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13264 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13265 #  include:
13266 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13267 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13268 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13269 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13270 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13271 #  layout:
13272 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13273 #    layout: "plot-throughput-speedup-analysis"
13274 #
13275 #- type: "plot"
13276 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13277 #  algorithm: "plot_tsa_name"
13278 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13279 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13280 #  include:
13281 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13282 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13283 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13284 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13285 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13286 #  layout:
13287 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13288 #    layout: "plot-throughput-speedup-analysis"
13289 #
13290 #- type: "plot"
13291 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13292 #  algorithm: "plot_tsa_name"
13293 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13294 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13295 #  include:
13296 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13297 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13298 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13299 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13300 #  layout:
13301 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13302 #    layout: "plot-throughput-speedup-analysis"
13303 #
13304 #- type: "plot"
13305 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13306 #  algorithm: "plot_tsa_name"
13307 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13308 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13309 #  include:
13310 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13311 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13312 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13313 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13314 #  layout:
13315 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13316 #    layout: "plot-throughput-speedup-analysis"
13317
13318 - type: "plot"
13319   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13320   algorithm: "plot_tsa_name"
13321   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13322   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13323   include:
13324     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13325     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13326     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13327     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13328     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13329     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13330   layout:
13331     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
13332     layout: "plot-throughput-speedup-analysis"
13333
13334 - type: "plot"
13335   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13336   algorithm: "plot_tsa_name"
13337   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13338   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13339   include:
13340     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13341     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13342     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13343     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13344     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13345     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13346   layout:
13347     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
13348     layout: "plot-throughput-speedup-analysis"
13349
13350 #- type: "plot"
13351 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13352 #  algorithm: "plot_tsa_name"
13353 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13354 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13355 #  include:
13356 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13357 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13358 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13359 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13360 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13361 #  layout:
13362 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13363 #    layout: "plot-throughput-speedup-analysis"
13364 #
13365 #- type: "plot"
13366 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13367 #  algorithm: "plot_tsa_name"
13368 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13369 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13370 #  include:
13371 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13372 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13373 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13374 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13375 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13376 #  layout:
13377 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13378 #    layout: "plot-throughput-speedup-analysis"
13379 #
13380 #- type: "plot"
13381 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13382 #  algorithm: "plot_tsa_name"
13383 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13384 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13385 #  include:
13386 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13387 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13388 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13389 #  layout:
13390 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
13391 #    layout: "plot-throughput-speedup-analysis"
13392 #
13393 #- type: "plot"
13394 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13395 #  algorithm: "plot_tsa_name"
13396 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13397 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13398 #  include:
13399 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13400 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13401 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13402 #  layout:
13403 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
13404 #    layout: "plot-throughput-speedup-analysis"
13405 #
13406 #- type: "plot"
13407 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13408 #  algorithm: "plot_tsa_name"
13409 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13410 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13411 #  include:
13412 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13413 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13414 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13415 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13416 #  layout:
13417 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13418 #    layout: "plot-throughput-speedup-analysis"
13419 #
13420 #- type: "plot"
13421 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13422 #  algorithm: "plot_tsa_name"
13423 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13424 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13425 #  include:
13426 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13427 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13428 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13429 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13430 #  layout:
13431 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13432 #    layout: "plot-throughput-speedup-analysis"
13433 #
13434 #- type: "plot"
13435 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13436 #  algorithm: "plot_tsa_name"
13437 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13438 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13439 #  include:
13440 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13441 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13442 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13443 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13444 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13445 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13446 #  layout:
13447 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13448 #    layout: "plot-throughput-speedup-analysis"
13449 #
13450 #- type: "plot"
13451 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13452 #  algorithm: "plot_tsa_name"
13453 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13454 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13455 #  include:
13456 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13457 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13458 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13459 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13460 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13461 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13462 #  layout:
13463 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13464 #    layout: "plot-throughput-speedup-analysis"
13465 #
13466 #- type: "plot"
13467 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13468 #  algorithm: "plot_tsa_name"
13469 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13470 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13471 #  include:
13472 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13473 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13474 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13475 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13476 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13477 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13478 #  layout:
13479 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr"
13480 #    layout: "plot-throughput-speedup-analysis"
13481 #
13482 #- type: "plot"
13483 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13484 #  algorithm: "plot_tsa_name"
13485 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13486 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13487 #  include:
13488 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13489 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13490 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13491 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13492 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13493 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13494 #  layout:
13495 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr"
13496 #    layout: "plot-throughput-speedup-analysis"
13497
13498 - type: "plot"
13499   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13500   algorithm: "plot_tsa_name"
13501   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13502   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13503   include:
13504     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13505     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13506     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13507     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13508     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13509     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13510   layout:
13511     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
13512     layout: "plot-throughput-speedup-analysis"
13513
13514 - type: "plot"
13515   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13516   algorithm: "plot_tsa_name"
13517   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13518   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13519   include:
13520     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13521     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13522     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13523     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13524     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13525     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13526   layout:
13527     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
13528     layout: "plot-throughput-speedup-analysis"
13529
13530 #- type: "plot"
13531 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13532 #  algorithm: "plot_tsa_name"
13533 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13534 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13535 #  include:
13536 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13537 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13538 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13539 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13540 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13541 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13542 #  layout:
13543 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr"
13544 #    layout: "plot-throughput-speedup-analysis"
13545 #
13546 #- type: "plot"
13547 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13548 #  algorithm: "plot_tsa_name"
13549 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13550 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13551 #  include:
13552 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13553 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13554 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13555 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13556 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13557 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13558 #  layout:
13559 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr"
13560 #    layout: "plot-throughput-speedup-analysis"
13561 #
13562 #- type: "plot"
13563 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13564 #  algorithm: "plot_tsa_name"
13565 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13566 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13567 #  include:
13568 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13569 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13570 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13571 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13572 #  layout:
13573 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13574 #    layout: "plot-throughput-speedup-analysis"
13575 #
13576 #- type: "plot"
13577 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13578 #  algorithm: "plot_tsa_name"
13579 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13580 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13581 #  include:
13582 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13583 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13584 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13585 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13586 #  layout:
13587 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13588 #    layout: "plot-throughput-speedup-analysis"
13589 #
13590 #- type: "plot"
13591 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13592 #  algorithm: "plot_tsa_name"
13593 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13594 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13595 #  include:
13596 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13597 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13598 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13599 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13600 #  layout:
13601 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13602 #    layout: "plot-throughput-speedup-analysis"
13603 #
13604 #- type: "plot"
13605 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13606 #  algorithm: "plot_tsa_name"
13607 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13608 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13609 #  include:
13610 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13611 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13612 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13613 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13614 #  layout:
13615 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13616 #    layout: "plot-throughput-speedup-analysis"
13617
13618 - type: "plot"
13619   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13620   algorithm: "plot_tsa_name"
13621   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
13622   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13623   include:
13624     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13625     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13626     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13627     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13628   layout:
13629     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13630     layout: "plot-throughput-speedup-analysis"
13631
13632 - type: "plot"
13633   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13634   algorithm: "plot_tsa_name"
13635   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
13636   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13637   include:
13638     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13639     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13640     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13641     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13642   layout:
13643     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13644     layout: "plot-throughput-speedup-analysis"
13645
13646 - type: "plot"
13647   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13648   algorithm: "plot_tsa_name"
13649   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13650   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13651   include:
13652     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13653     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13654     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13655     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13656   layout:
13657     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13658     layout: "plot-throughput-speedup-analysis"
13659
13660 - type: "plot"
13661   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13662   algorithm: "plot_tsa_name"
13663   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13664   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13665   include:
13666     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13667     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13668     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13669     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13670   layout:
13671     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13672     layout: "plot-throughput-speedup-analysis"
13673
13674 #- type: "plot"
13675 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13676 #  algorithm: "plot_tsa_name"
13677 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13678 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13679 #  include:
13680 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13681 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13682 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13683 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13684 #  layout:
13685 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13686 #    layout: "plot-throughput-speedup-analysis"
13687 #
13688 #- type: "plot"
13689 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13690 #  algorithm: "plot_tsa_name"
13691 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13692 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13693 #  include:
13694 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13695 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13696 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13697 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13698 #  layout:
13699 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13700 #    layout: "plot-throughput-speedup-analysis"
13701 #
13702 #- type: "plot"
13703 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13704 #  algorithm: "plot_tsa_name"
13705 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13706 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13707 #  include:
13708 #    - "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"
13709 #    - "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"
13710 #    - "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"
13711 #    - "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"
13712 #  layout:
13713 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13714 #    layout: "plot-throughput-speedup-analysis"
13715 #
13716 #- type: "plot"
13717 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13718 #  algorithm: "plot_tsa_name"
13719 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13720 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13721 #  include:
13722 #    - "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"
13723 #    - "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"
13724 #    - "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"
13725 #    - "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"
13726 #  layout:
13727 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13728 #    layout: "plot-throughput-speedup-analysis"
13729 #
13730 #- type: "plot"
13731 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13732 #  algorithm: "plot_tsa_name"
13733 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13734 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13735 #  include:
13736 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13737 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13738 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13739 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13740 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13741 #  layout:
13742 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13743 #    layout: "plot-throughput-speedup-analysis"
13744 #
13745 #- type: "plot"
13746 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13747 #  algorithm: "plot_tsa_name"
13748 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13749 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13750 #  include:
13751 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13752 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13753 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13754 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13755 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13756 #  layout:
13757 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13758 #    layout: "plot-throughput-speedup-analysis"
13759 #
13760 #- type: "plot"
13761 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13762 #  algorithm: "plot_tsa_name"
13763 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13764 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13765 #  include:
13766 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13767 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13768 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13769 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13770 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13771 #  layout:
13772 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13773 #    layout: "plot-throughput-speedup-analysis"
13774 #
13775 #- type: "plot"
13776 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13777 #  algorithm: "plot_tsa_name"
13778 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13779 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13780 #  include:
13781 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13782 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13783 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13784 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13785 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13786 #  layout:
13787 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13788 #    layout: "plot-throughput-speedup-analysis"
13789 #
13790 #- type: "plot"
13791 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13792 #  algorithm: "plot_tsa_name"
13793 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13794 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13795 #  include:
13796 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13797 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13798 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13799 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13800 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13801 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13802 #  layout:
13803 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13804 #    layout: "plot-throughput-speedup-analysis"
13805 #
13806 #- type: "plot"
13807 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13808 #  algorithm: "plot_tsa_name"
13809 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13810 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13811 #  include:
13812 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13813 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13814 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13815 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13816 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13817 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13818 #  layout:
13819 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13820 #    layout: "plot-throughput-speedup-analysis"
13821 #
13822 #- type: "plot"
13823 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13824 #  algorithm: "plot_tsa_name"
13825 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13826 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13827 #  include:
13828 #    - "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"
13829 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13830 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13831 #    - "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"
13832 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13833 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13834 #  layout:
13835 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13836 #    layout: "plot-throughput-speedup-analysis"
13837 #
13838 #- type: "plot"
13839 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13840 #  algorithm: "plot_tsa_name"
13841 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13842 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13843 #  include:
13844 #    - "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"
13845 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13846 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13847 #    - "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"
13848 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13849 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13850 #  layout:
13851 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13852 #    layout: "plot-throughput-speedup-analysis"
13853 #
13854 #- type: "plot"
13855 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13856 #  algorithm: "plot_tsa_name"
13857 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13858 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13859 #  include:
13860 #    - "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"
13861 #    - "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"
13862 #    - "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"
13863 #  layout:
13864 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr"
13865 #    layout: "plot-throughput-speedup-analysis"
13866 #
13867 #- type: "plot"
13868 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13869 #  algorithm: "plot_tsa_name"
13870 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13871 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13872 #  include:
13873 #    - "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"
13874 #    - "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"
13875 #    - "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"
13876 #  layout:
13877 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr"
13878 #    layout: "plot-throughput-speedup-analysis"
13879
13880 - type: "plot"
13881   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13882   algorithm: "plot_tsa_name"
13883   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13884   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13885   include:
13886     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13887     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13888     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13889     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13890     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13891   layout:
13892     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
13893     layout: "plot-throughput-speedup-analysis"
13894
13895 - type: "plot"
13896   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13897   algorithm: "plot_tsa_name"
13898   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13899   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13900   include:
13901     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13902     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13903     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13904     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13905     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13906   layout:
13907     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
13908     layout: "plot-throughput-speedup-analysis"
13909
13910 - type: "plot"
13911   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13912   algorithm: "plot_tsa_name"
13913   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13914   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13915   include:
13916     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13917     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13918     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13919     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13920     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13921   layout:
13922     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
13923     layout: "plot-throughput-speedup-analysis"
13924
13925 - type: "plot"
13926   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13927   algorithm: "plot_tsa_name"
13928   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13929   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13930   include:
13931     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13932     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13933     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13934     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13935     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13936   layout:
13937     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
13938     layout: "plot-throughput-speedup-analysis"
13939
13940 - type: "plot"
13941   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13942   algorithm: "plot_tsa_name"
13943   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13944   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13945   include:
13946     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13947     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13948     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13949     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13950     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13951     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13952   layout:
13953     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
13954     layout: "plot-throughput-speedup-analysis"
13955
13956 - type: "plot"
13957   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13958   algorithm: "plot_tsa_name"
13959   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13960   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13961   include:
13962     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13963     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13964     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13965     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13966     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13967     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13968   layout:
13969     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
13970     layout: "plot-throughput-speedup-analysis"
13971
13972 - type: "plot"
13973   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13974   algorithm: "plot_tsa_name"
13975   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13976   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13977   include:
13978     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13979     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13980     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13981     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13982   layout:
13983     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
13984     layout: "plot-throughput-speedup-analysis"
13985
13986 - type: "plot"
13987   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13988   algorithm: "plot_tsa_name"
13989   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13990   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13991   include:
13992     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13993     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13994     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13995     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13996   layout:
13997     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
13998     layout: "plot-throughput-speedup-analysis"
13999
14000 - type: "plot"
14001   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14002   algorithm: "plot_tsa_name"
14003   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14004   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14005   include:
14006     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14007     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14008     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14009     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14010     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14011   layout:
14012     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
14013     layout: "plot-throughput-speedup-analysis"
14014
14015 - type: "plot"
14016   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14017   algorithm: "plot_tsa_name"
14018   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14019   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14020   include:
14021     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14022     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14023     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14024     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14025     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14026   layout:
14027     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
14028     layout: "plot-throughput-speedup-analysis"
14029
14030 - type: "plot"
14031   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14032   algorithm: "plot_tsa_name"
14033   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14034   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14035   include:
14036     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14037     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14038     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14039     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14040     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14041     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14042   layout:
14043     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14044     layout: "plot-throughput-speedup-analysis"
14045
14046 - type: "plot"
14047   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14048   algorithm: "plot_tsa_name"
14049   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14050   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14051   include:
14052     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14053     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14054     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14055     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14056     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14057     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14058   layout:
14059     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14060     layout: "plot-throughput-speedup-analysis"
14061
14062 - type: "plot"
14063   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14064   algorithm: "plot_tsa_name"
14065   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14066   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14067   include:
14068     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14069     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14070     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14071     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14072   layout:
14073     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
14074     layout: "plot-throughput-speedup-analysis"
14075
14076 - type: "plot"
14077   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14078   algorithm: "plot_tsa_name"
14079   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14080   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14081   include:
14082     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14083     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14084     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14085     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14086   layout:
14087     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
14088     layout: "plot-throughput-speedup-analysis"
14089
14090 - type: "plot"
14091   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14092   algorithm: "plot_tsa_name"
14093   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14094   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14095   include:
14096     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14097     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14098     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14099     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14100     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14101     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14102   layout:
14103     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
14104     layout: "plot-throughput-speedup-analysis"
14105
14106 - type: "plot"
14107   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14108   algorithm: "plot_tsa_name"
14109   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14110   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14111   include:
14112     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14113     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14114     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14115     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14116     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14117     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14118   layout:
14119     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
14120     layout: "plot-throughput-speedup-analysis"
14121
14122 - type: "plot"
14123   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14124   algorithm: "plot_tsa_name"
14125   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14126   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14127   include:
14128     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14129     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14130     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14131     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14132     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14133     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14134   layout:
14135     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
14136     layout: "plot-throughput-speedup-analysis"
14137
14138 - type: "plot"
14139   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14140   algorithm: "plot_tsa_name"
14141   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14142   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14143   include:
14144     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14145     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14146     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14147     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14148     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14149     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14150   layout:
14151     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
14152     layout: "plot-throughput-speedup-analysis"
14153
14154 - type: "plot"
14155   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14156   algorithm: "plot_tsa_name"
14157   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14158   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14159   include:
14160     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14161     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14162     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14163     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14164     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14165     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14166   layout:
14167     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
14168     layout: "plot-throughput-speedup-analysis"
14169
14170 - type: "plot"
14171   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14172   algorithm: "plot_tsa_name"
14173   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14174   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14175   include:
14176     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14177     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14178     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14179     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14180     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14181     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14182   layout:
14183     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
14184     layout: "plot-throughput-speedup-analysis"
14185
14186 - type: "plot"
14187   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14188   algorithm: "plot_tsa_name"
14189   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14190   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14191   include:
14192     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14193     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14194     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14195     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14196     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14197   layout:
14198     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
14199     layout: "plot-throughput-speedup-analysis"
14200
14201 - type: "plot"
14202   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14203   algorithm: "plot_tsa_name"
14204   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14205   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14206   include:
14207     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14208     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14209     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14210     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14211     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14212   layout:
14213     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
14214     layout: "plot-throughput-speedup-analysis"
14215
14216 #- type: "plot"
14217 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14218 #  algorithm: "plot_tsa_name"
14219 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14220 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14221 #  include:
14222 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14223 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14224 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14225 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14226 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14227 #  layout:
14228 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
14229 #    layout: "plot-throughput-speedup-analysis"
14230 #
14231 #- type: "plot"
14232 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14233 #  algorithm: "plot_tsa_name"
14234 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14235 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14236 #  include:
14237 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14238 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14239 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14240 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14241 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14242 #  layout:
14243 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
14244 #    layout: "plot-throughput-speedup-analysis"
14245
14246 #- type: "plot"
14247 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14248 #  algorithm: "plot_tsa_name"
14249 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14250 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14251 #  include:
14252 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14253 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14254 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14255 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14256 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14257 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14258 #  layout:
14259 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
14260 #    layout: "plot-throughput-speedup-analysis"
14261 #
14262 #- type: "plot"
14263 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14264 #  algorithm: "plot_tsa_name"
14265 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14266 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14267 #  include:
14268 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14269 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14270 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14271 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14272 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14273 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14274 #  layout:
14275 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
14276 #    layout: "plot-throughput-speedup-analysis"
14277
14278 - type: "plot"
14279   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14280   algorithm: "plot_tsa_name"
14281   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14282   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14283   include:
14284     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14285     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14286     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14287     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14288     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14289   layout:
14290     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14291     layout: "plot-throughput-speedup-analysis"
14292
14293 - type: "plot"
14294   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14295   algorithm: "plot_tsa_name"
14296   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14297   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14298   include:
14299     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14300     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14301     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14302     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14303     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14304   layout:
14305     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14306     layout: "plot-throughput-speedup-analysis"
14307
14308 - type: "plot"
14309   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14310   algorithm: "plot_tsa_name"
14311   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14312   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14313   include:
14314     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14315     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14316     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14317     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14318     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14319     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14320   layout:
14321     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14322     layout: "plot-throughput-speedup-analysis"
14323
14324 - type: "plot"
14325   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14326   algorithm: "plot_tsa_name"
14327   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14328   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14329   include:
14330     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14331     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14332     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14333     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14334     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14335     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14336   layout:
14337     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14338     layout: "plot-throughput-speedup-analysis"
14339
14340 - type: "plot"
14341   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14342   algorithm: "plot_tsa_name"
14343   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14344   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14345   include:
14346     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14347     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14348     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14349     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14350     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14351   layout:
14352     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14353     layout: "plot-throughput-speedup-analysis"
14354
14355 - type: "plot"
14356   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14357   algorithm: "plot_tsa_name"
14358   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14359   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14360   include:
14361     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14362     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14363     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14364     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14365     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14366   layout:
14367     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14368     layout: "plot-throughput-speedup-analysis"
14369
14370 - type: "plot"
14371   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14372   algorithm: "plot_tsa_name"
14373   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14374   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14375   include:
14376     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14377     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14378     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14379     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14380   layout:
14381     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14382     layout: "plot-throughput-speedup-analysis"
14383
14384 - type: "plot"
14385   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14386   algorithm: "plot_tsa_name"
14387   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14388   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14389   include:
14390     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14391     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14392     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14393     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14394   layout:
14395     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14396     layout: "plot-throughput-speedup-analysis"
14397
14398 - type: "plot"
14399   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14400   algorithm: "plot_tsa_name"
14401   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14402   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14403   include:
14404     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14405     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14406     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14407     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14408     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14409     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14410   layout:
14411     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14412     layout: "plot-throughput-speedup-analysis"
14413
14414 - type: "plot"
14415   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14416   algorithm: "plot_tsa_name"
14417   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14418   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14419   include:
14420     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14421     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14422     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14423     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14424     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14425     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14426   layout:
14427     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14428     layout: "plot-throughput-speedup-analysis"
14429
14430 - type: "plot"
14431   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14432   algorithm: "plot_tsa_name"
14433   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14434   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14435   include:
14436     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14437     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14438     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14439     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14440     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14441   layout:
14442     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14443     layout: "plot-throughput-speedup-analysis"
14444
14445 - type: "plot"
14446   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14447   algorithm: "plot_tsa_name"
14448   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14449   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14450   include:
14451     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14452     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14453     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14454     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14455     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14456   layout:
14457     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14458     layout: "plot-throughput-speedup-analysis"
14459
14460 - type: "plot"
14461   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14462   algorithm: "plot_tsa_name"
14463   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14464   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14465   include:
14466     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14467     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14468     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14469     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14470     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14471     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14472   layout:
14473     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14474     layout: "plot-throughput-speedup-analysis"
14475
14476 - type: "plot"
14477   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14478   algorithm: "plot_tsa_name"
14479   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14480   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14481   include:
14482     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14483     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14484     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14485     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14486     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14487     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14488   layout:
14489     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14490     layout: "plot-throughput-speedup-analysis"
14491
14492 - type: "plot"
14493   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14494   algorithm: "plot_tsa_name"
14495   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14496   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14497   include:
14498     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14499     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14500     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14501     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14502   layout:
14503     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14504     layout: "plot-throughput-speedup-analysis"
14505
14506 - type: "plot"
14507   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14508   algorithm: "plot_tsa_name"
14509   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14510   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14511   include:
14512     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14513     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14514     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14515     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14516   layout:
14517     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14518     layout: "plot-throughput-speedup-analysis"
14519
14520 - type: "plot"
14521   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14522   algorithm: "plot_tsa_name"
14523   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14524   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14525   include:
14526     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14527     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14528     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14529     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14530     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14531   layout:
14532     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14533     layout: "plot-throughput-speedup-analysis"
14534
14535 - type: "plot"
14536   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14537   algorithm: "plot_tsa_name"
14538   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14539   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14540   include:
14541     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14542     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14543     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14544     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14545     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14546   layout:
14547     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14548     layout: "plot-throughput-speedup-analysis"
14549
14550 - type: "plot"
14551   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14552   algorithm: "plot_tsa_name"
14553   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14554   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14555   include:
14556     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14557     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14558     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14559     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14560     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14561     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14562   layout:
14563     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14564     layout: "plot-throughput-speedup-analysis"
14565
14566 - type: "plot"
14567   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14568   algorithm: "plot_tsa_name"
14569   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14570   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14571   include:
14572     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14573     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14574     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14575     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14576     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14577     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14578   layout:
14579     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14580     layout: "plot-throughput-speedup-analysis"
14581
14582 - type: "plot"
14583   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14584   algorithm: "plot_tsa_name"
14585   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14586   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14587   include:
14588     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14589     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14590     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14591     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14592   layout:
14593     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14594     layout: "plot-throughput-speedup-analysis"
14595
14596 - type: "plot"
14597   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14598   algorithm: "plot_tsa_name"
14599   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14600   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14601   include:
14602     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14603     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14604     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14605     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14606   layout:
14607     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14608     layout: "plot-throughput-speedup-analysis"
14609
14610 - type: "plot"
14611   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14612   algorithm: "plot_tsa_name"
14613   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14614   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14615   include:
14616     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14617     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14618     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14619     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14620     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14621     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14622   layout:
14623     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14624     layout: "plot-throughput-speedup-analysis"
14625
14626 - type: "plot"
14627   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14628   algorithm: "plot_tsa_name"
14629   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14630   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14631   include:
14632     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14633     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14634     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14635     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14636     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14637     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14638   layout:
14639     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14640     layout: "plot-throughput-speedup-analysis"
14641
14642 - type: "plot"
14643   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14644   algorithm: "plot_tsa_name"
14645   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14646   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14647   include:
14648     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14649     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14650     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14651     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14652     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14653     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14654   layout:
14655     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14656     layout: "plot-throughput-speedup-analysis"
14657
14658 - type: "plot"
14659   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14660   algorithm: "plot_tsa_name"
14661   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14662   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14663   include:
14664     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14665     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14666     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14667     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14668     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14669     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14670   layout:
14671     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14672     layout: "plot-throughput-speedup-analysis"
14673
14674 #- type: "plot"
14675 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14676 #  algorithm: "plot_tsa_name"
14677 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14678 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14679 #  include:
14680 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14681 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14682 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14683 #  layout:
14684 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14685 #    layout: "plot-throughput-speedup-analysis"
14686 #
14687 #- type: "plot"
14688 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14689 #  algorithm: "plot_tsa_name"
14690 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14691 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14692 #  include:
14693 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14694 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14695 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14696 #  layout:
14697 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14698 #    layout: "plot-throughput-speedup-analysis"
14699
14700 ################################################################################
14701
14702 # Packet Throughput - DPDK
14703
14704 # 2n-skx-xxv710
14705
14706 #- type: "plot"
14707 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
14708 #  algorithm: "plot_perf_box_name"
14709 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
14710 #  data: "plot-dpdk-throughput-latency-2n-skx"
14711 #  include:
14712 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14713 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14714 #  layout:
14715 #    title: "2n-skx-xxv710-64b-2t1c-base-ndr"
14716 #    layout: "plot-throughput"
14717 #
14718 #- type: "plot"
14719 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
14720 #  algorithm: "plot_perf_box_name"
14721 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
14722 #  data: "plot-dpdk-throughput-latency-2n-skx"
14723 #  include:
14724 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14725 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14726 #  layout:
14727 #    title: "2n-skx-xxv710-64b-4t2c-base-ndr"
14728 #    layout: "plot-throughput"
14729 #
14730 #- type: "plot"
14731 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
14732 #  algorithm: "plot_perf_box_name"
14733 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
14734 #  data: "plot-dpdk-throughput-latency-2n-skx"
14735 #  include:
14736 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14737 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14738 #  layout:
14739 #    title: "2n-skx-xxv710-64b-2t1c-base-pdr"
14740 #    layout: "plot-throughput"
14741 #
14742 #- type: "plot"
14743 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
14744 #  algorithm: "plot_perf_box_name"
14745 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
14746 #  data: "plot-dpdk-throughput-latency-2n-skx"
14747 #  include:
14748 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14749 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14750 #  layout:
14751 #    title: "2n-skx-xxv710-64b-4t2c-base-pdr"
14752 #    layout: "plot-throughput"
14753 #
14754 ## 2n-skx-x710
14755 #
14756 #- type: "plot"
14757 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
14758 #  algorithm: "plot_perf_box_name"
14759 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
14760 #  data: "plot-dpdk-throughput-latency-2n-skx"
14761 #  include:
14762 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14763 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14764 #  layout:
14765 #    title: "2n-skx-x710-64b-2t1c-base-ndr"
14766 #    layout: "plot-throughput"
14767 #
14768 #- type: "plot"
14769 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
14770 #  algorithm: "plot_perf_box_name"
14771 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
14772 #  data: "plot-dpdk-throughput-latency-2n-skx"
14773 #  include:
14774 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14775 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14776 #  layout:
14777 #    title: "2n-skx-x710-64b-4t2c-base-ndr"
14778 #    layout: "plot-throughput"
14779 #
14780 #- type: "plot"
14781 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
14782 #  algorithm: "plot_perf_box_name"
14783 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
14784 #  data: "plot-dpdk-throughput-latency-2n-skx"
14785 #  include:
14786 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14787 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14788 #  layout:
14789 #    title: "2n-skx-x710-64b-2t1c-base-pdr"
14790 #    layout: "plot-throughput"
14791 #
14792 #- type: "plot"
14793 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
14794 #  algorithm: "plot_perf_box_name"
14795 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
14796 #  data: "plot-dpdk-throughput-latency-2n-skx"
14797 #  include:
14798 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14799 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14800 #  layout:
14801 #    title: "2n-skx-x710-64b-4t2c-base-pdr"
14802 #    layout: "plot-throughput"
14803 #
14804 ## 3n-skx-xxv710
14805 #
14806 #- type: "plot"
14807 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
14808 #  algorithm: "plot_perf_box_name"
14809 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
14810 #  data: "plot-dpdk-throughput-latency-3n-skx"
14811 #  include:
14812 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14813 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14814 #  layout:
14815 #    title: "3n-skx-xxv710-64b-2t1c-base-ndr"
14816 #    layout: "plot-throughput"
14817 #
14818 #- type: "plot"
14819 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
14820 #  algorithm: "plot_perf_box_name"
14821 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
14822 #  data: "plot-dpdk-throughput-latency-3n-skx"
14823 #  include:
14824 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14825 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14826 #  layout:
14827 #    title: "3n-skx-xxv710-64b-4t2c-base-ndr"
14828 #    layout: "plot-throughput"
14829 #
14830 #- type: "plot"
14831 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
14832 #  algorithm: "plot_perf_box_name"
14833 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
14834 #  data: "plot-dpdk-throughput-latency-3n-skx"
14835 #  include:
14836 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14837 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14838 #  layout:
14839 #    title: "3n-skx-xxv710-64b-2t1c-base-pdr"
14840 #    layout: "plot-throughput"
14841 #
14842 #- type: "plot"
14843 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
14844 #  algorithm: "plot_perf_box_name"
14845 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
14846 #  data: "plot-dpdk-throughput-latency-3n-skx"
14847 #  include:
14848 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14849 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14850 #  layout:
14851 #    title: "3n-skx-xxv710-64b-4t2c-base-pdr"
14852 #    layout: "plot-throughput"
14853 #
14854 ## 3n-skx-x710
14855 #
14856 #- type: "plot"
14857 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
14858 #  algorithm: "plot_perf_box_name"
14859 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
14860 #  data: "plot-dpdk-throughput-latency-3n-skx"
14861 #  include:
14862 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14863 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14864 #  layout:
14865 #    title: "3n-skx-x710-64b-2t1c-base-ndr"
14866 #    layout: "plot-throughput"
14867 #
14868 #- type: "plot"
14869 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
14870 #  algorithm: "plot_perf_box_name"
14871 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
14872 #  data: "plot-dpdk-throughput-latency-3n-skx"
14873 #  include:
14874 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14875 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14876 #  layout:
14877 #    title: "3n-skx-x710-64b-4t2c-base-ndr"
14878 #    layout: "plot-throughput"
14879 #
14880 #- type: "plot"
14881 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
14882 #  algorithm: "plot_perf_box_name"
14883 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
14884 #  data: "plot-dpdk-throughput-latency-3n-skx"
14885 #  include:
14886 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14887 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14888 #  layout:
14889 #    title: "3n-skx-x710-64b-2t1c-base-pdr"
14890 #    layout: "plot-throughput"
14891 #
14892 #- type: "plot"
14893 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
14894 #  algorithm: "plot_perf_box_name"
14895 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
14896 #  data: "plot-dpdk-throughput-latency-3n-skx"
14897 #  include:
14898 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14899 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14900 #  layout:
14901 #    title: "3n-skx-x710-64b-4t2c-base-pdr"
14902 #    layout: "plot-throughput"
14903
14904 # 3n-hsw-xl710
14905
14906 - type: "plot"
14907   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
14908   algorithm: "plot_perf_box_name"
14909   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
14910   data: "plot-dpdk-throughput-latency-3n-hsw"
14911   include:
14912     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14913     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14914   layout:
14915     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
14916     layout: "plot-throughput"
14917
14918 - type: "plot"
14919   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
14920   algorithm: "plot_perf_box_name"
14921   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
14922   data: "plot-dpdk-throughput-latency-3n-hsw"
14923   include:
14924     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14925     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14926   layout:
14927     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
14928     layout: "plot-throughput"
14929
14930 - type: "plot"
14931   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
14932   algorithm: "plot_perf_box_name"
14933   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
14934   data: "plot-dpdk-throughput-latency-3n-hsw"
14935   include:
14936     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14937     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14938   layout:
14939     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
14940     layout: "plot-throughput"
14941
14942 - type: "plot"
14943   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
14944   algorithm: "plot_perf_box_name"
14945   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
14946   data: "plot-dpdk-throughput-latency-3n-hsw"
14947   include:
14948     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14949     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14950   layout:
14951     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
14952     layout: "plot-throughput"
14953
14954 # 3n-hsw-x710
14955
14956 - type: "plot"
14957   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
14958   algorithm: "plot_perf_box_name"
14959   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
14960   data: "plot-dpdk-throughput-latency-3n-hsw"
14961   include:
14962     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14963     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14964   layout:
14965     title: "3n-hsw-x710-64b-1t1c-base-ndr"
14966     layout: "plot-throughput"
14967
14968 - type: "plot"
14969   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
14970   algorithm: "plot_perf_box_name"
14971   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
14972   data: "plot-dpdk-throughput-latency-3n-hsw"
14973   include:
14974     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14975     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14976   layout:
14977     title: "3n-hsw-x710-64b-2t2c-base-ndr"
14978     layout: "plot-throughput"
14979
14980 - type: "plot"
14981   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
14982   algorithm: "plot_perf_box_name"
14983   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
14984   data: "plot-dpdk-throughput-latency-3n-hsw"
14985   include:
14986     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14987     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14988   layout:
14989     title: "3n-hsw-x710-64b-1t1c-base-pdr"
14990     layout: "plot-throughput"
14991
14992 - type: "plot"
14993   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
14994   algorithm: "plot_perf_box_name"
14995   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
14996   data: "plot-dpdk-throughput-latency-3n-hsw"
14997   include:
14998     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14999     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15000   layout:
15001     title: "3n-hsw-x710-64b-2t2c-base-pdr"
15002     layout: "plot-throughput"
15003
15004 # 2n-dnv-x553
15005
15006 - type: "plot"
15007   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
15008   algorithm: "plot_perf_box_name"
15009   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
15010   data: "plot-dpdk-throughput-latency-2n-dnv"
15011   include:
15012     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15013     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15014   layout:
15015     title: "2n-dnv-x553-64b-1t1c-base-ndr"
15016     layout: "plot-throughput"
15017
15018 - type: "plot"
15019   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
15020   algorithm: "plot_perf_box_name"
15021   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
15022   data: "plot-dpdk-throughput-latency-2n-dnv"
15023   include:
15024     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15025     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15026   layout:
15027     title: "2n-dnv-x553-64b-2t2c-base-ndr"
15028     layout: "plot-throughput"
15029
15030 - type: "plot"
15031   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
15032   algorithm: "plot_perf_box_name"
15033   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
15034   data: "plot-dpdk-throughput-latency-2n-dnv"
15035   include:
15036     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15037     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15038   layout:
15039     title: "2n-dnv-x553-64b-1t1c-base-pdr"
15040     layout: "plot-throughput"
15041
15042 - type: "plot"
15043   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
15044   algorithm: "plot_perf_box_name"
15045   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
15046   data: "plot-dpdk-throughput-latency-2n-dnv"
15047   include:
15048     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15049     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15050   layout:
15051     title: "2n-dnv-x553-64b-2t2c-base-pdr"
15052     layout: "plot-throughput"
15053
15054 # 3n-dnv-x553
15055
15056 - type: "plot"
15057   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
15058   algorithm: "plot_perf_box_name"
15059   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
15060   data: "plot-dpdk-throughput-latency-3n-dnv"
15061   include:
15062     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15063     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15064   layout:
15065     title: "3n-dnv-x553-64b-1t1c-base-ndr"
15066     layout: "plot-throughput"
15067
15068 - type: "plot"
15069   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
15070   algorithm: "plot_perf_box_name"
15071   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
15072   data: "plot-dpdk-throughput-latency-3n-dnv"
15073   include:
15074     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15075     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15076   layout:
15077     title: "3n-dnv-x553-64b-2t2c-base-ndr"
15078     layout: "plot-throughput"
15079
15080 - type: "plot"
15081   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
15082   algorithm: "plot_perf_box_name"
15083   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
15084   data: "plot-dpdk-throughput-latency-3n-dnv"
15085   include:
15086     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15087     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15088   layout:
15089     title: "3n-dnv-x553-64b-1t1c-base-pdr"
15090     layout: "plot-throughput"
15091
15092 - type: "plot"
15093   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
15094   algorithm: "plot_perf_box_name"
15095   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
15096   data: "plot-dpdk-throughput-latency-3n-dnv"
15097   include:
15098     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15099     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15100   layout:
15101     title: "3n-dnv-x553-64b-2t2c-base-pdr"
15102     layout: "plot-throughput"
15103
15104 # 3n-tsh-x520
15105
15106 - type: "plot"
15107   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
15108   algorithm: "plot_perf_box_name"
15109   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
15110   data: "plot-dpdk-throughput-latency-3n-tsh"
15111   include:
15112     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15113     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15114   layout:
15115     title: "3n-tsh-x520-64b-1t1c-base-ndr"
15116     layout: "plot-throughput"
15117
15118 - type: "plot"
15119   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
15120   algorithm: "plot_perf_box_name"
15121   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
15122   data: "plot-dpdk-throughput-latency-3n-tsh"
15123   include:
15124     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15125     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15126   layout:
15127     title: "3n-tsh-x520-64b-2t2c-base-ndr"
15128     layout: "plot-throughput"
15129
15130 - type: "plot"
15131   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
15132   algorithm: "plot_perf_box_name"
15133   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
15134   data: "plot-dpdk-throughput-latency-3n-tsh"
15135   include:
15136     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15137     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15138   layout:
15139     title: "3n-tsh-x520-64b-1t1c-base-pdr"
15140     layout: "plot-throughput"
15141
15142 - type: "plot"
15143   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
15144   algorithm: "plot_perf_box_name"
15145   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
15146   data: "plot-dpdk-throughput-latency-3n-tsh"
15147   include:
15148     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15149     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15150   layout:
15151     title: "3n-tsh-x520-64b-2t2c-base-pdr"
15152     layout: "plot-throughput"
15153
15154 ################################################################################
15155 ###   2n-clx                                                                 ###
15156 ################################################################################
15157
15158 # Packet Throughput
15159
15160 #- type: "plot"
15161 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15162 #  algorithm: "plot_perf_box_name"
15163 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15164 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15165 #  include:
15166 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15167 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15168 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15169 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15170 #  layout:
15171 #    title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15172 #    layout: "plot-throughput"
15173 #
15174 #- type: "plot"
15175 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15176 #  algorithm: "plot_perf_box_name"
15177 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15178 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15179 #  include:
15180 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15181 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15182 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15183 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15184 #  layout:
15185 #    title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15186 #    layout: "plot-throughput"
15187 #
15188 #- type: "plot"
15189 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15190 #  algorithm: "plot_perf_box_name"
15191 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15192 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15193 #  include:
15194 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15195 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15196 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15197 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15198 #  layout:
15199 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15200 #    layout: "plot-throughput"
15201 #
15202 #- type: "plot"
15203 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15204 #  algorithm: "plot_perf_box_name"
15205 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15206 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15207 #  include:
15208 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15209 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15210 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15211 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15212 #  layout:
15213 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15214 #    layout: "plot-throughput"
15215 #
15216 #- type: "plot"
15217 #  title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15218 #  algorithm: "plot_perf_box_name"
15219 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15220 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15221 #  include:
15222 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15223 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15224 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15225 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15226 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15227 #  layout:
15228 #    title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15229 #    layout: "plot-throughput"
15230 #
15231 #- type: "plot"
15232 #  title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15233 #  algorithm: "plot_perf_box_name"
15234 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15235 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15236 #  include:
15237 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15238 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15239 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15240 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15241 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15242 #  layout:
15243 #    title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15244 #    layout: "plot-throughput"
15245 #
15246 #- type: "plot"
15247 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15248 #  algorithm: "plot_perf_box_name"
15249 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15250 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15251 #  include:
15252 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15253 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15254 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15255 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15256 #  layout:
15257 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15258 #    layout: "plot-throughput"
15259 #
15260 #- type: "plot"
15261 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15262 #  algorithm: "plot_perf_box_name"
15263 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15264 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15265 #  include:
15266 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15267 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15268 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15269 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15270 #  layout:
15271 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15272 #    layout: "plot-throughput"
15273 #
15274 #- type: "plot"
15275 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15276 #  algorithm: "plot_perf_box_name"
15277 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15278 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15279 #  include:
15280 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15281 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15282 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15283 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15284 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15285 #  layout:
15286 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15287 #    layout: "plot-throughput"
15288 #
15289 #- type: "plot"
15290 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15291 #  algorithm: "plot_perf_box_name"
15292 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15293 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15294 #  include:
15295 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15296 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15297 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15298 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15299 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15300 #  layout:
15301 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15302 #    layout: "plot-throughput"
15303 #
15304 #- type: "plot"
15305 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15306 #  algorithm: "plot_perf_box_name"
15307 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15308 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15309 #  include:
15310 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15311 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15312 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15313 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15314 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15315 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15316 #  layout:
15317 #    title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15318 #    layout: "plot-throughput"
15319 #
15320 #- type: "plot"
15321 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15322 #  algorithm: "plot_perf_box_name"
15323 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15324 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15325 #  include:
15326 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15327 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15328 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15329 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15330 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15331 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15332 #  layout:
15333 #    title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15334 #    layout: "plot-throughput"
15335 #
15336 #- type: "plot"
15337 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15338 #  algorithm: "plot_perf_box_name"
15339 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15340 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15341 #  include:
15342 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15343 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15344 #  layout:
15345 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15346 #    layout: "plot-throughput"
15347 #
15348 #- type: "plot"
15349 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15350 #  algorithm: "plot_perf_box_name"
15351 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15352 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15353 #  include:
15354 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15355 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15356 #  layout:
15357 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15358 #    layout: "plot-throughput"
15359 #
15360 #- type: "plot"
15361 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15362 #  algorithm: "plot_perf_box_name"
15363 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15364 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15365 #  include:
15366 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15367 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15368 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15369 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15370 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15371 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15372 #  layout:
15373 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15374 #    layout: "plot-throughput"
15375 #
15376 #- type: "plot"
15377 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15378 #  algorithm: "plot_perf_box_name"
15379 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15380 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15381 #  include:
15382 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15383 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15384 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15385 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15386 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15387 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15388 #  layout:
15389 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15390 #    layout: "plot-throughput"
15391 #
15392 #- type: "plot"
15393 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15394 #  algorithm: "plot_perf_box_name"
15395 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15396 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15397 #  include:
15398 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15399 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15400 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15401 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15402 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15403 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15404 #  layout:
15405 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15406 #    layout: "plot-throughput"
15407 #
15408 #- type: "plot"
15409 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15410 #  algorithm: "plot_perf_box_name"
15411 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15412 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15413 #  include:
15414 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15415 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15416 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15417 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15418 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15419 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15420 #  layout:
15421 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15422 #    layout: "plot-throughput"
15423 #
15424 #- type: "plot"
15425 #  title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15426 #  algorithm: "plot_perf_box_name"
15427 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15428 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15429 #  include:
15430 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15431 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15432 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15433 #  layout:
15434 #    title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15435 #    layout: "plot-throughput"
15436 #
15437 #- type: "plot"
15438 #  title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15439 #  algorithm: "plot_perf_box_name"
15440 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15441 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15442 #  include:
15443 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15444 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15445 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15446 #  layout:
15447 #    title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15448 #    layout: "plot-throughput"
15449 #
15450 #- type: "plot"
15451 #  title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15452 #  algorithm: "plot_perf_box_name"
15453 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15454 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15455 #  include:
15456 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15457 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15458 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15459 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15460 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15461 #  layout:
15462 #    title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15463 #    layout: "plot-throughput"
15464 #
15465 #- type: "plot"
15466 #  title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15467 #  algorithm: "plot_perf_box_name"
15468 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15469 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15470 #  include:
15471 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15472 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15473 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15474 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15475 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15476 #  layout:
15477 #    title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15478 #    layout: "plot-throughput"
15479 #
15480 #- type: "plot"
15481 #  title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15482 #  algorithm: "plot_perf_box_name"
15483 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15484 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15485 #  include:
15486 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15487 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15488 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15489 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15490 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15491 #  layout:
15492 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15493 #    layout: "plot-throughput"
15494 #
15495 #- type: "plot"
15496 #  title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15497 #  algorithm: "plot_perf_box_name"
15498 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15499 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15500 #  include:
15501 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15502 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15503 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15504 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15505 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15506 #  layout:
15507 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15508 #    layout: "plot-throughput"
15509 #
15510 #- type: "plot"
15511 #  title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15512 #  algorithm: "plot_perf_box_name"
15513 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15514 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15515 #  include:
15516 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15517 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15518 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15519 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15520 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15521 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15522 #  layout:
15523 #    title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15524 #    layout: "plot-throughput"
15525 #
15526 #- type: "plot"
15527 #  title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15528 #  algorithm: "plot_perf_box_name"
15529 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15530 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15531 #  include:
15532 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15533 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15534 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15535 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15536 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15537 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15538 #  layout:
15539 #    title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15540 #    layout: "plot-throughput"
15541 #
15542 #- type: "plot"
15543 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15544 #  algorithm: "plot_perf_box_name"
15545 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15546 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15547 #  include:
15548 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15549 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15550 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15551 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15552 #  layout:
15553 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15554 #    layout: "plot-throughput"
15555 #
15556 #- type: "plot"
15557 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15558 #  algorithm: "plot_perf_box_name"
15559 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15560 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15561 #  include:
15562 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15563 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15564 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15565 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15566 #  layout:
15567 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15568 #    layout: "plot-throughput"
15569 #
15570 #- type: "plot"
15571 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15572 #  algorithm: "plot_perf_box_name"
15573 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15574 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15575 #  include:
15576 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15577 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15578 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15579 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15580 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15581 #  layout:
15582 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15583 #    layout: "plot-throughput"
15584 #
15585 #- type: "plot"
15586 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15587 #  algorithm: "plot_perf_box_name"
15588 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15589 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15590 #  include:
15591 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15592 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15593 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15594 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15595 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15596 #  layout:
15597 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15598 #    layout: "plot-throughput"
15599 #
15600 #- type: "plot"
15601 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15602 #  algorithm: "plot_perf_box_name"
15603 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15604 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15605 #  include:
15606 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15607 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15608 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15609 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15610 #  layout:
15611 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15612 #    layout: "plot-throughput"
15613 #
15614 #- type: "plot"
15615 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15616 #  algorithm: "plot_perf_box_name"
15617 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15618 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15619 #  include:
15620 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15621 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15622 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15623 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15624 #  layout:
15625 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15626 #    layout: "plot-throughput"
15627 #
15628 #- type: "plot"
15629 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15630 #  algorithm: "plot_perf_box_name"
15631 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15632 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15633 #  include:
15634 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15635 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15636 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15637 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15638 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15639 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15640 #  layout:
15641 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15642 #    layout: "plot-throughput"
15643 #
15644 #- type: "plot"
15645 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15646 #  algorithm: "plot_perf_box_name"
15647 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15648 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15649 #  include:
15650 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15651 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15652 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15653 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15654 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15655 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15656 #  layout:
15657 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15658 #    layout: "plot-throughput"
15659 #
15660 #- type: "plot"
15661 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15662 #  algorithm: "plot_perf_box_name"
15663 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15664 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15665 #  include:
15666 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15667 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15668 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15669 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15670 #  layout:
15671 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15672 #    layout: "plot-throughput"
15673 #
15674 #- type: "plot"
15675 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15676 #  algorithm: "plot_perf_box_name"
15677 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15678 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15679 #  include:
15680 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15681 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15682 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15683 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15684 #  layout:
15685 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15686 #    layout: "plot-throughput"
15687 #
15688 #- type: "plot"
15689 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15690 #  algorithm: "plot_perf_box_name"
15691 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15692 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15693 #  include:
15694 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15695 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15696 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15697 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15698 #  layout:
15699 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15700 #    layout: "plot-throughput"
15701 #
15702 #- type: "plot"
15703 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15704 #  algorithm: "plot_perf_box_name"
15705 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15706 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15707 #  include:
15708 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15709 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15710 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15711 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15712 #  layout:
15713 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15714 #    layout: "plot-throughput"
15715 #
15716 #- type: "plot"
15717 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15718 #  algorithm: "plot_perf_box_name"
15719 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15720 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15721 #  include:
15722 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15723 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15724 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15725 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15726 #  layout:
15727 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15728 #    layout: "plot-throughput"
15729 #
15730 #- type: "plot"
15731 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15732 #  algorithm: "plot_perf_box_name"
15733 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15734 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15735 #  include:
15736 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15737 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15738 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15739 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15740 #  layout:
15741 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15742 #    layout: "plot-throughput"
15743 #
15744 #- type: "plot"
15745 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15746 #  algorithm: "plot_perf_box_name"
15747 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15748 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15749 #  include:
15750 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15751 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15752 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15753 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15754 #  layout:
15755 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15756 #    layout: "plot-throughput"
15757 #
15758 #- type: "plot"
15759 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15760 #  algorithm: "plot_perf_box_name"
15761 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15762 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15763 #  include:
15764 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15765 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15766 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15767 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15768 #  layout:
15769 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15770 #    layout: "plot-throughput"
15771 #
15772 #- type: "plot"
15773 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15774 #  algorithm: "plot_perf_box_name"
15775 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15776 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15777 #  include:
15778 #    - "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"
15779 #    - "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"
15780 #    - "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"
15781 #    - "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"
15782 #  layout:
15783 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15784 #    layout: "plot-throughput"
15785 #
15786 #- type: "plot"
15787 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15788 #  algorithm: "plot_perf_box_name"
15789 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15790 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15791 #  include:
15792 #    - "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"
15793 #    - "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"
15794 #    - "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"
15795 #    - "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"
15796 #  layout:
15797 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15798 #    layout: "plot-throughput"
15799 #
15800 #################################################################################
15801 #
15802 ## Packet Speedup
15803 #
15804 #- type: "plot"
15805 #  title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15806 #  algorithm: "plot_tsa_name"
15807 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15808 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15809 #  include:
15810 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15811 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15812 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15813 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15814 #  layout:
15815 #    title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
15816 #    layout: "plot-throughput-speedup-analysis"
15817 #
15818 #- type: "plot"
15819 #  title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15820 #  algorithm: "plot_tsa_name"
15821 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15822 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15823 #  include:
15824 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15825 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15826 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15827 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15828 #  layout:
15829 #    title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
15830 #    layout: "plot-throughput-speedup-analysis"
15831 #
15832 #- type: "plot"
15833 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15834 #  algorithm: "plot_tsa_name"
15835 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15836 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15837 #  include:
15838 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15839 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15840 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15841 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15842 #  layout:
15843 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15844 #    layout: "plot-throughput"
15845 #
15846 #- type: "plot"
15847 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15848 #  algorithm: "plot_tsa_name"
15849 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15850 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15851 #  include:
15852 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15853 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15854 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15855 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15856 #  layout:
15857 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15858 #    layout: "plot-throughput"
15859 #
15860 #- type: "plot"
15861 #  title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15862 #  algorithm: "plot_tsa_name"
15863 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15864 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15865 #  include:
15866 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15867 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15868 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15869 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15870 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15871 #  layout:
15872 #    title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
15873 #    layout: "plot-throughput-speedup-analysis"
15874 #
15875 #- type: "plot"
15876 #  title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15877 #  algorithm: "plot_tsa_name"
15878 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15879 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15880 #  include:
15881 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15882 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15883 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15884 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15885 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15886 #  layout:
15887 #    title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
15888 #    layout: "plot-throughput-speedup-analysis"
15889 #
15890 #- type: "plot"
15891 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15892 #  algorithm: "plot_tsa_name"
15893 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15894 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15895 #  include:
15896 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15897 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15898 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15899 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15900 #  layout:
15901 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15902 #    layout: "plot-throughput-speedup-analysis"
15903 #
15904 #- type: "plot"
15905 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15906 #  algorithm: "plot_tsa_name"
15907 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15908 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15909 #  include:
15910 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15911 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15912 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15913 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15914 #  layout:
15915 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15916 #    layout: "plot-throughput-speedup-analysis"
15917 #
15918 #- type: "plot"
15919 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15920 #  algorithm: "plot_tsa_name"
15921 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15922 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15923 #  include:
15924 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15925 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15926 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15927 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15928 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15929 #  layout:
15930 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15931 #    layout: "plot-throughput-speedup-analysis"
15932 #
15933 #- type: "plot"
15934 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15935 #  algorithm: "plot_tsa_name"
15936 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15937 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15938 #  include:
15939 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15940 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15941 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15942 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15943 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15944 #  layout:
15945 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15946 #    layout: "plot-throughput-speedup-analysis"
15947 #
15948 #- type: "plot"
15949 #  title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15950 #  algorithm: "plot_tsa_name"
15951 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15952 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15953 #  include:
15954 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15955 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15956 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15957 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15958 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15959 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15960 #  layout:
15961 #    title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15962 #    layout: "plot-throughput-speedup-analysis"
15963 #
15964 #- type: "plot"
15965 #  title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15966 #  algorithm: "plot_tsa_name"
15967 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15968 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15969 #  include:
15970 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15971 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15972 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15973 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15974 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15975 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15976 #  layout:
15977 #    title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15978 #    layout: "plot-throughput-speedup-analysis"
15979 #
15980 #- type: "plot"
15981 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-tsa"
15982 #  algorithm: "plot_tsa_name"
15983 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-tsa"
15984 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15985 #  include:
15986 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15987 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15988 #  layout:
15989 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15990 #    layout: "plot-throughput"
15991 #
15992 #- type: "plot"
15993 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr-tsa"
15994 #  algorithm: "plot_tsa_name"
15995 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr-tsa"
15996 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15997 #  include:
15998 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15999 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16000 #  layout:
16001 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16002 #    layout: "plot-throughput"
16003 #
16004 #- type: "plot"
16005 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-tsa"
16006 #  algorithm: "plot_tsa_name"
16007 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-tsa"
16008 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16009 #  include:
16010 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16011 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16012 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16013 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16014 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16015 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16016 #  layout:
16017 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16018 #    layout: "plot-throughput"
16019 #
16020 #- type: "plot"
16021 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr-tsa"
16022 #  algorithm: "plot_tsa_name"
16023 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr-tsa"
16024 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16025 #  include:
16026 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16027 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16028 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16029 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16030 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16031 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16032 #  layout:
16033 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16034 #    layout: "plot-throughput"
16035 #
16036 #- type: "plot"
16037 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-tsa"
16038 #  algorithm: "plot_tsa_name"
16039 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-tsa"
16040 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16041 #  include:
16042 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16043 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16044 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16045 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16046 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16047 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16048 #  layout:
16049 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16050 #    layout: "plot-throughput"
16051 #
16052 #- type: "plot"
16053 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr-tsa"
16054 #  algorithm: "plot_tsa_name"
16055 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr-tsa"
16056 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16057 #  include:
16058 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16059 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16060 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16061 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16062 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16063 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16064 #  layout:
16065 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16066 #    layout: "plot-throughput"
16067 #
16068 #- type: "plot"
16069 #  title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16070 #  algorithm: "plot_tsa_name"
16071 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16072 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16073 #  include:
16074 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16075 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16076 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16077 #  layout:
16078 #    title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr"
16079 #    layout: "plot-throughput-speedup-analysis"
16080 #
16081 #- type: "plot"
16082 #  title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16083 #  algorithm: "plot_tsa_name"
16084 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16085 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16086 #  include:
16087 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16088 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16089 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16090 #  layout:
16091 #    title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr"
16092 #    layout: "plot-throughput-speedup-analysis"
16093 #
16094 #- type: "plot"
16095 #  title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16096 #  algorithm: "plot_tsa_name"
16097 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16098 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16099 #  include:
16100 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16101 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16102 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16103 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16104 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16105 #  layout:
16106 #    title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
16107 #    layout: "plot-throughput-speedup-analysis"
16108 #
16109 #- type: "plot"
16110 #  title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16111 #  algorithm: "plot_tsa_name"
16112 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16113 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16114 #  include:
16115 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16116 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16117 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16118 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16119 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16120 #  layout:
16121 #    title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
16122 #    layout: "plot-throughput-speedup-analysis"
16123 #
16124 #- type: "plot"
16125 #  title: "Speedup: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-tsa"
16126 #  algorithm: "plot_tsa_name"
16127 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-tsa"
16128 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16129 #  include:
16130 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16131 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16132 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16133 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16134 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16135 #  layout:
16136 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16137 #    layout: "plot-throughput"
16138 #
16139 #- type: "plot"
16140 #  title: "Speedup: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr-tsa"
16141 #  algorithm: "plot_tsa_name"
16142 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr-tsa"
16143 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16144 #  include:
16145 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16146 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16147 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16148 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16149 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16150 #  layout:
16151 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16152 #    layout: "plot-throughput"
16153 #
16154 #- type: "plot"
16155 #  title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16156 #  algorithm: "plot_tsa_name"
16157 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16158 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16159 #  include:
16160 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16161 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16162 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16163 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16164 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16165 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16166 #  layout:
16167 #    title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
16168 #    layout: "plot-throughput-speedup-analysis"
16169 #
16170 #- type: "plot"
16171 #  title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16172 #  algorithm: "plot_tsa_name"
16173 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16174 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16175 #  include:
16176 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16177 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16178 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16179 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16180 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16181 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16182 #  layout:
16183 #    title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
16184 #    layout: "plot-throughput-speedup-analysis"
16185 #
16186 #- type: "plot"
16187 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16188 #  algorithm: "plot_tsa_name"
16189 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16190 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16191 #  include:
16192 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16193 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16194 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16195 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16196 #  layout:
16197 #    title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
16198 #    layout: "plot-throughput-speedup-analysis"
16199 #
16200 #- type: "plot"
16201 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16202 #  algorithm: "plot_tsa_name"
16203 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16204 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16205 #  include:
16206 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16207 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16208 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16209 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16210 #  layout:
16211 #    title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
16212 #    layout: "plot-throughput-speedup-analysis"
16213 #
16214 #- type: "plot"
16215 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16216 #  algorithm: "plot_tsa_name"
16217 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16218 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16219 #  include:
16220 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16221 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16222 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16223 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16224 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16225 #  layout:
16226 #    title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
16227 #    layout: "plot-throughput-speedup-analysis"
16228 #
16229 #- type: "plot"
16230 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16231 #  algorithm: "plot_tsa_name"
16232 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16233 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16234 #  include:
16235 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16236 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16237 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16238 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16239 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16240 #  layout:
16241 #    title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
16242 #    layout: "plot-throughput-speedup-analysis"
16243 #
16244 #- type: "plot"
16245 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16246 #  algorithm: "plot_tsa_name"
16247 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16248 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16249 #  include:
16250 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16251 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16252 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16253 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16254 #  layout:
16255 #    title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
16256 #    layout: "plot-throughput-speedup-analysis"
16257 #
16258 #- type: "plot"
16259 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16260 #  algorithm: "plot_tsa_name"
16261 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16262 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16263 #  include:
16264 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16265 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16266 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16267 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16268 #  layout:
16269 #    title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
16270 #    layout: "plot-throughput-speedup-analysis"
16271 #
16272 #- type: "plot"
16273 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-tsa"
16274 #  algorithm: "plot_tsa_name"
16275 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-tsa"
16276 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16277 #  include:
16278 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
16279 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16280 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16281 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
16282 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
16283 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16284 #  layout:
16285 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
16286 #    layout: "plot-throughput"
16287 #
16288 #- type: "plot"
16289 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr-tsa"
16290 #  algorithm: "plot_tsa_name"
16291 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr-tsa"
16292 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16293 #  include:
16294 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
16295 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16296 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16297 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
16298 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
16299 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16300 #  layout:
16301 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
16302 #    layout: "plot-throughput"
16303 #
16304 #- type: "plot"
16305 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-tsa"
16306 #  algorithm: "plot_tsa_name"
16307 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-tsa"
16308 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16309 #  include:
16310 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16311 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16312 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16313 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16314 #  layout:
16315 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
16316 #    layout: "plot-throughput"
16317 #
16318 #- type: "plot"
16319 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr-tsa"
16320 #  algorithm: "plot_tsa_name"
16321 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr-tsa"
16322 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16323 #  include:
16324 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16325 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16326 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16327 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16328 #  layout:
16329 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
16330 #    layout: "plot-throughput"
16331 #
16332 #- type: "plot"
16333 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16334 #  algorithm: "plot_tsa_name"
16335 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16336 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16337 #  include:
16338 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16339 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16340 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16341 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16342 #  layout:
16343 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16344 #    layout: "plot-throughput-speedup-analysis"
16345 #
16346 #- type: "plot"
16347 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16348 #  algorithm: "plot_tsa_name"
16349 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16350 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16351 #  include:
16352 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16353 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16354 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16355 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16356 #  layout:
16357 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16358 #    layout: "plot-throughput-speedup-analysis"
16359 #
16360 #- type: "plot"
16361 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16362 #  algorithm: "plot_tsa_name"
16363 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16364 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16365 #  include:
16366 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16367 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16368 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16369 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16370 #  layout:
16371 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16372 #    layout: "plot-throughput-speedup-analysis"
16373 #
16374 #- type: "plot"
16375 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16376 #  algorithm: "plot_tsa_name"
16377 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16378 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16379 #  include:
16380 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16381 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16382 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16383 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16384 #  layout:
16385 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16386 #    layout: "plot-throughput-speedup-analysis"
16387 #
16388 #- type: "plot"
16389 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-tsa"
16390 #  algorithm: "plot_tsa_name"
16391 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-tsa"
16392 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16393 #  include:
16394 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16395 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16396 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16397 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16398 #  layout:
16399 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
16400 #    layout: "plot-throughput"
16401 #
16402 #- type: "plot"
16403 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr-tsa"
16404 #  algorithm: "plot_tsa_name"
16405 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr-tsa"
16406 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16407 #  include:
16408 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16409 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16410 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16411 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16412 #  layout:
16413 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
16414 #    layout: "plot-throughput"
16415 #
16416 #- type: "plot"
16417 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16418 #  algorithm: "plot_tsa_name"
16419 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16420 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16421 #  include:
16422 #    - "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"
16423 #    - "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"
16424 #    - "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"
16425 #    - "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"
16426 #  layout:
16427 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
16428 #    layout: "plot-throughput"
16429 #
16430 #- type: "plot"
16431 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
16432 #  algorithm: "plot_tsa_name"
16433 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
16434 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16435 #  include:
16436 #    - "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"
16437 #    - "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"
16438 #    - "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"
16439 #    - "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"
16440 #  layout:
16441 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
16442 #    layout: "plot-throughput"
16443
16444 ################################################################################
16445
16446 # Packet Throughput - DPDK
16447
16448 # 2n-clx-xxv710
16449
16450 #- type: "plot"
16451 #  title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
16452 #  algorithm: "plot_perf_box_name"
16453 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
16454 #  data: "plot-dpdk-throughput-latency-2n-clx"
16455 #  include:
16456 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16457 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16458 #  layout:
16459 #    title: "2n-clx-xxv710-64b-2t1c-base-ndr"
16460 #    layout: "plot-throughput"
16461 #
16462 #- type: "plot"
16463 #  title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
16464 #  algorithm: "plot_perf_box_name"
16465 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
16466 #  data: "plot-dpdk-throughput-latency-2n-clx"
16467 #  include:
16468 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16469 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16470 #  layout:
16471 #    title: "2n-clx-xxv710-64b-4t2c-base-ndr"
16472 #    layout: "plot-throughput"
16473 #
16474 #- type: "plot"
16475 #  title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
16476 #  algorithm: "plot_perf_box_name"
16477 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
16478 #  data: "plot-dpdk-throughput-latency-2n-clx"
16479 #  include:
16480 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16481 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16482 #  layout:
16483 #    title: "2n-clx-xxv710-64b-2t1c-base-pdr"
16484 #    layout: "plot-throughput"
16485 #
16486 #- type: "plot"
16487 #  title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
16488 #  algorithm: "plot_perf_box_name"
16489 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
16490 #  data: "plot-dpdk-throughput-latency-2n-clx"
16491 #  include:
16492 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16493 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16494 #  layout:
16495 #    title: "2n-clx-xxv710-64b-4t2c-base-pdr"
16496 #    layout: "plot-throughput"
16497 #
16498 ## 2n-clx-x710
16499 #
16500 #- type: "plot"
16501 #  title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
16502 #  algorithm: "plot_perf_box_name"
16503 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
16504 #  data: "plot-dpdk-throughput-latency-2n-clx"
16505 #  include:
16506 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16507 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16508 #  layout:
16509 #    title: "2n-clx-x710-64b-2t1c-base-ndr"
16510 #    layout: "plot-throughput"
16511 #
16512 #- type: "plot"
16513 #  title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
16514 #  algorithm: "plot_perf_box_name"
16515 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
16516 #  data: "plot-dpdk-throughput-latency-2n-clx"
16517 #  include:
16518 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16519 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16520 #  layout:
16521 #    title: "2n-clx-x710-64b-4t2c-base-ndr"
16522 #    layout: "plot-throughput"
16523 #
16524 #- type: "plot"
16525 #  title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
16526 #  algorithm: "plot_perf_box_name"
16527 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
16528 #  data: "plot-dpdk-throughput-latency-2n-clx"
16529 #  include:
16530 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16531 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16532 #  layout:
16533 #    title: "2n-clx-x710-64b-2t1c-base-pdr"
16534 #    layout: "plot-throughput"
16535 #
16536 #- type: "plot"
16537 #  title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
16538 #  algorithm: "plot_perf_box_name"
16539 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
16540 #  data: "plot-dpdk-throughput-latency-2n-clx"
16541 #  include:
16542 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16543 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16544 #  layout:
16545 #    title: "2n-clx-x710-64b-4t2c-base-pdr"
16546 #    layout: "plot-throughput"
16547
16548 ################################################################################
16549
16550 #- type: "plot"
16551 #  title: "Latency by percentile: 2n-skx"
16552 #  algorithm: "plot_hdrh_lat_by_percentile"
16553 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
16554 #  output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
16555 #  target-links: "../../_static/vpp"
16556 #  data: "plot-vpp-hdrh-lat-2n-skx"
16557 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16558 #  layout:
16559 #    layout: "plot-hdrh-latency-by-percentile"
16560
16561 #- type: "plot"
16562 #  title: "Latency by percentile: 3n-skx"
16563 #  algorithm: "plot_hdrh_lat_by_percentile"
16564 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
16565 #  output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
16566 #  target-links: "../../_static/vpp"
16567 #  data: "plot-vpp-hdrh-lat-3n-skx"
16568 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16569 #  layout:
16570 #    layout: "plot-hdrh-latency-by-percentile"
16571
16572 #- type: "plot"
16573 #  title: "Latency by percentile: 2n-clx"
16574 #  algorithm: "plot_hdrh_lat_by_percentile"
16575 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
16576 #  output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
16577 #  target-links: "../../_static/vpp"
16578 #  data: "plot-vpp-hdrh-lat-2n-clx"
16579 #  filter: "'2T1C' and 'NIC_Mellanox-CX556A'"
16580 #  layout:
16581 #    layout: "plot-hdrh-latency-by-percentile"
16582
16583 - type: "plot"
16584   title: "Latency by percentile: 3n-hsw"
16585   algorithm: "plot_hdrh_lat_by_percentile"
16586   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
16587   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
16588   target-links: "../../_static/vpp"
16589   data: "plot-vpp-hdrh-lat-3n-hsw"
16590   filter: "'1T1C' and 'NIC_Intel-XL710'"
16591   layout:
16592     layout: "plot-hdrh-latency-by-percentile"
16593
16594 - type: "plot"
16595   title: "Latency by percentile: 3n-tsh"
16596   algorithm: "plot_hdrh_lat_by_percentile"
16597   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
16598   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
16599   target-links: "../../_static/vpp"
16600   data: "plot-vpp-hdrh-lat-3n-tsh"
16601   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16602   layout:
16603     layout: "plot-hdrh-latency-by-percentile"
16604
16605 - type: "plot"
16606   title: "Latency by percentile: DPDK 3n-hsw"
16607   algorithm: "plot_hdrh_lat_by_percentile"
16608   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
16609   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
16610   target-links: "../../_static/dpdk"
16611   data: "plot-dpdk-hdrh-lat-3n-hsw"
16612   filter: "'1T1C' and 'NIC_Intel-XL710'"
16613   layout:
16614     layout: "plot-hdrh-latency-by-percentile"
16615
16616 - type: "plot"
16617   title: "Latency by percentile: DPDK 3n-tsh"
16618   algorithm: "plot_hdrh_lat_by_percentile"
16619   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
16620   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
16621   target-links: "../../_static/dpdk"
16622   data: "plot-dpdk-hdrh-lat-3n-tsh"
16623   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16624   layout:
16625     layout: "plot-hdrh-latency-by-percentile"