Report: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
37     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
38     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
39     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
40     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
41     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
42     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
43     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
44     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
45     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
46     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
47     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
48     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
49     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
50     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
51     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
52     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
57     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
58     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
59     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
60     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
61     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
62     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
63     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
64     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
65     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
66     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
67     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
68     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
69     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
70     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
71
72     # Detailed tests operational data
73     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
74     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
75     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
76     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
77     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
78     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
79     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
80     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
81
82     # Latencies:
83     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
84     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
85
86     # .css patch file to fix tables generated by Sphinx
87     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
88     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
89
90   urls:
91     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
92     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
93     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
94     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
95     DIR[NEXUS,DOC]: "report/_static/archive"
96
97   make-dirs:
98   # List the directories which are created while preparing the environment.
99   # All directories MUST be defined in "paths" section.
100   - "DIR[WORKING,DATA]"
101   - "DIR[STATIC,VPP]"
102   - "DIR[STATIC,DPDK]"
103   - "DIR[STATIC,ARCH]"
104   - "DIR[BUILD,LATEX]"
105   - "DIR[WORKING,SRC]"
106   - "DIR[WORKING,SRC,STATIC]"
107
108   remove-dirs:
109   # List the directories which are deleted while cleaning the environment.
110   # All directories MUST be defined in "paths" section.
111   #- "DIR[BUILD,HTML]"
112   - "DIR[WORKING,DATA]"
113
114   build-dirs:
115   # List the directories where the results (build) is stored.
116   # All directories MUST be defined in "paths" section.
117   - "DIR[BUILD,HTML]"
118   - "DIR[BUILD,LATEX]"
119
120 - type: "configuration"
121
122   limits:
123     nic:
124       x520: 24460000
125       x553: 29761905
126       x710: 35800000
127       xxv710: 35800000
128       xl710: 35800000
129
130     link:
131       10ge: 14880952.38
132       25ge: 37202380.95
133       40ge: 59523809.52
134       100ge: 148809523.81
135
136     pci:
137       pci-g3-x8: 74404761.90
138       pci-g3-x16: 148809523.81
139
140   data-sets:
141
142     ###########################################################################
143     # Replacements:
144
145     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
146       csit-vpp-perf-verify-1908-3n-hsw:
147         - 48  # NDRPDR sel vhost
148         - 49  # NDRPDR sel vhost
149         - 52  # NDRPDR sel vhost
150         - 53  # NDRPDR sel vhost
151         - 54  # NDRPDR sel vhost
152         - 55  # NDRPDR sel vhost
153         - 56  # NDRPDR sel vhost
154         - 57  # NDRPDR sel vhost
155         - 58  # NDRPDR sel vhost
156         - 59  # NDRPDR sel vhost
157
158     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
159       csit-vpp-perf-verify-1908-3n-skx:
160         - 52  # NDRPDR sel vhost
161         - 53  # NDRPDR sel vhost
162         - 55  # NDRPDR sel vhost
163         - 61  # NDRPDR sel vhost
164         - 62  # NDRPDR sel vhost
165         - 63  # NDRPDR sel vhost
166         - 64  # NDRPDR sel vhost
167         - 65  # NDRPDR sel vhost
168         - 66  # NDRPDR sel vhost
169         - 67  # NDRPDR sel vhost
170
171     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
172       csit-vpp-perf-verify-1908-2n-skx:
173         - 88  # NDRPDR sel vhost
174         - 89  # NDRPDR sel vhost
175         - 91  # NDRPDR sel vhost
176         - 92  # NDRPDR sel vhost
177         - 93  # NDRPDR sel vhost
178         - 94  # NDRPDR sel vhost
179         - 95  # NDRPDR sel vhost
180         - 96  # NDRPDR sel vhost
181         - 97  # NDRPDR sel vhost
182         - 98  # NDRPDR sel vhost
183
184     ###########################################################################
185     # Plots:
186
187     # 3n-hsw
188
189     plot-vpp-throughput-lat-tsa-3n-hsw:
190       csit-vpp-perf-verify-2001-3n-hsw:
191         - 21  # NDRPDR sel
192         - 22  # NDRPDR sel
193         - 23  # NDRPDR sel
194         - 24  # NDRPDR sel
195         - 25  # NDRPDR sel
196         - 29  # NDRPDR sel
197         - 30  # NDRPDR sel
198         - 31  # NDRPDR sel
199         - 32  # NDRPDR sel
200         - 34  # NDRPDR sel
201
202     plot-vpp-hdrh-lat-3n-hsw:
203       csit-vpp-perf-verify-2001-3n-hsw:
204         - 22  # NDRPDR sel
205
206     plot-vpp-nfv-3n-hsw-ndrpdr:
207       csit-vpp-perf-verify-2001-3n-hsw:
208         - 21  # NDRPDR sel
209         - 22  # NDRPDR sel
210         - 23  # NDRPDR sel
211         - 24  # NDRPDR sel
212         - 25  # NDRPDR sel
213         - 29  # NDRPDR sel
214         - 30  # NDRPDR sel
215         - 31  # NDRPDR sel
216         - 32  # NDRPDR sel
217         - 34  # NDRPDR sel
218
219     plot-vpp-nfv-3n-hsw-mrr:
220       csit-vpp-perf-verify-2001-3n-hsw:
221         - 17  # MRR sel
222
223     plot-dpdk-throughput-latency-3n-hsw:
224       csit-dpdk-perf-verify-2001-3n-hsw:
225         - 4   # NDRPDR sel
226         - 5   # NDRPDR sel
227         - 6   # NDRPDR sel
228         - 7   # NDRPDR sel
229         - 8   # NDRPDR sel
230         - 9   # NDRPDR sel
231         - 10  # NDRPDR sel
232         - 11  # NDRPDR sel
233         - 12  # NDRPDR sel
234         - 13  # NDRPDR sel
235         - 15  # NDRPDR sel
236         - 16  # NDRPDR sel
237         - 17  # NDRPDR sel
238         - 18  # NDRPDR sel
239         - 19  # NDRPDR sel
240         - 20  # NDRPDR sel
241         - 21  # NDRPDR sel
242         - 22  # NDRPDR sel
243         - 23  # NDRPDR sel
244         - 24  # NDRPDR sel
245
246     plot-dpdk-hdrh-lat-3n-hsw:
247       csit-dpdk-perf-verify-2001-3n-hsw:
248         - 16  # NDRPDR sel
249
250     # 3n-skx
251
252     plot-vpp-throughput-lat-tsa-3n-skx:
253       # TODO: Add the data
254       csit-vpp-perf-verify-2001-3n-skx:
255         - 14  # NDRPDR sel
256         - 15  # NDRPDR sel
257         - 16  # NDRPDR sel
258
259     plot-vpp-hdrh-lat-3n-skx:
260       csit-vpp-perf-verify-2001-3n-skx:
261         - 14  # NDRPDR sel
262
263     plot-vpp-nfv-3n-skx-ndrpdr:
264       # TODO: Add data
265       csit-vpp-perf-verify-2001-3n-skx:
266         - 14  # NDRPDR sel
267         - 15  # NDRPDR sel
268         - 16  # NDRPDR sel
269
270     plot-vpp-nfv-3n-skx-mrr:
271       # TODO: Replace
272       # csit-vpp-perf-verify-2001-3n-skx:
273       csit-vpp-perf-verify-1908-3n-skx:
274         - 36  # MRR sel
275
276     plot-dpdk-throughput-latency-3n-skx:
277       csit-dpdk-perf-verify-2001-3n-skx:
278         - 1   # NDRPDR sel
279         - 2   # NDRPDR sel
280         - 3   # NDRPDR sel
281         - 4   # NDRPDR sel
282         - 5   # NDRPDR sel
283         - 6   # NDRPDR sel
284         - 7   # NDRPDR sel
285         - 8   # NDRPDR sel
286         - 9   # NDRPDR sel
287         - 10  # NDRPDR sel
288
289     plot-dpdk-hdrh-lat-3n-skx:
290       csit-dpdk-perf-verify-2001-3n-skx:
291         - 1   # NDRPDR sel
292         - 19  # NDRPDR sel
293
294     # 2n-skx
295
296     plot-vpp-throughput-lat-tsa-2n-skx:
297       # TODO: Add the data
298       csit-vpp-perf-verify-2001-2n-skx:
299         - 21  # NDRPDR sel
300         - 22  # NDRPDR sel
301         - 23  # NDRPDR sel
302         - 26  # NDRPDR sel
303         - 27  # NDRPDR sel
304         - 29  # NDRPDR sel
305
306     plot-vpp-hdrh-lat-2n-skx:
307       csit-vpp-perf-verify-2001-2n-skx:
308         - 21  # NDRPDR sel
309
310     plot-vpp-http-server-performance:
311       # TODO: Replace:
312       # csit-vpp-perf-verify-2001-2n-skx:
313       csit-vpp-perf-verify-1908-2n-skx:
314         - 29  # TCP
315         - 30  # TCP
316         - 58  # TCP
317
318     plot-vpp-soak-2n-skx:
319       # TODO: Replace the data
320       # csit-vpp-perf-verify-2001-2n-skx:
321       csit-vpp-perf-verify-1908-2n-skx:
322         - 83  # SOAK
323         - 86  # SOAK
324
325     plot-vpp-nfv-2n-skx-ndrpdr:
326       # TODO: Add the data
327       csit-vpp-perf-verify-2001-2n-skx:
328         - 30  # NFV
329         - 31  # NFV
330
331     plot-vpp-nfv-2n-skx-mrr:
332       # TODO: Replace the data
333       # csit-vpp-perf-verify-2001-2n-skx:
334       csit-vpp-perf-verify-1908-2n-skx:
335         - 71  # NFV MRR
336
337     plot-vpp-nfv-reconf-2n-skx:
338       # TODO: Replace the data
339       # csit-vpp-perf-verify-2001-2n-skx:
340       csit-vpp-perf-verify-1908-2n-skx:
341         - 113 # NFV reconf sel
342         - 114 # NFV reconf sel
343         - 115 # NFV reconf sel
344
345     plot-dpdk-throughput-latency-2n-skx:
346       csit-dpdk-perf-verify-2001-2n-skx:
347         - 1   # NDRPDR sel
348         - 2   # NDRPDR sel
349         - 3   # NDRPDR sel
350         - 4   # NDRPDR sel
351         - 5   # NDRPDR sel
352         - 6   # NDRPDR sel
353         - 7   # NDRPDR sel
354         - 8   # NDRPDR sel
355         - 9   # NDRPDR sel
356         - 10  # NDRPDR sel
357         - 11  # NDRPDR sel
358         - 13  # NDRPDR sel
359         - 26  # NDRPDR sel
360         - 16  # NDRPDR sel
361         - 17  # NDRPDR sel
362         - 18  # NDRPDR sel
363         - 19  # NDRPDR sel
364         - 27  # NDRPDR sel
365         - 21  # NDRPDR sel
366         - 25  # NDRPDR sel
367
368     plot-dpdk-hdrh-lat-2n-skx:
369       csit-dpdk-perf-verify-2001-2n-skx:
370         - 1   # NDRPDR sel
371         - 19  # NDRPDR sel
372
373     # 2n-clx
374
375     plot-vpp-throughput-lat-tsa-2n-clx:
376       # TODO: Add the data
377       csit-vpp-perf-verify-2001-2n-clx:
378         - 22  # NDRPDR sel
379         - 23  # NDRPDR sel
380         - 24  # NDRPDR sel
381         - 25  # NDRPDR sel
382
383     plot-vpp-hdrh-lat-2n-clx:
384       csit-vpp-perf-verify-2001-2n-clx:
385         - 22  # NDRPDR sel
386
387     plot-vpp-nfv-2n-clx-ndrpdr:
388       # TODO: Add the data
389       csit-vpp-perf-verify-2001-2n-clx:
390         - 22  # NDRPDR sel
391         - 23  # NDRPDR sel
392         - 24  # NDRPDR sel
393
394     plot-vpp-nfv-2n-clx-mrr:
395       # TODO: Replace the data
396       csit-vpp-perf-verify-2001-2n-clx:
397         - 3   # NDRPDR sel RC2
398         - 4   # NDRPDR sel RC2
399
400     plot-dpdk-throughput-latency-2n-clx:
401       csit-dpdk-perf-verify-2001-2n-clx:
402         - 1   # NDRPDR sel
403         - 2   # NDRPDR sel
404         - 3   # NDRPDR sel
405         - 4   # NDRPDR sel
406         - 5   # NDRPDR sel
407         - 6   # NDRPDR sel
408         - 7   # NDRPDR sel
409         - 8   # NDRPDR sel
410         - 9   # NDRPDR sel
411         - 10  # NDRPDR sel
412
413     plot-dpdk-hdrh-lat-2n-clx:
414       csit-dpdk-perf-verify-2001-2n-clx:
415         - 1   # NDRPDR sel
416
417     # 3n-tsh
418
419     plot-vpp-throughput-lat-tsa-3n-tsh:
420       # TODO: Add the data
421       csit-vpp-perf-verify-2001-3n-tsh:
422         - 3   # NDRPDR sel
423         - 4   # NDRPDR sel
424         - 7   # NDRPDR sel
425         - 8   # NDRPDR sel
426
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         - 11  # NDRPDR sel
439         - 12  # NDRPDR sel
440
441     plot-dpdk-hdrh-lat-3n-tsh:
442       csit-dpdk-perf-verify-2001-3n-tsh:
443         - 3   # NDRPDR sel
444
445     # 3n-dnv
446
447     plot-vpp-throughput-lat-tsa-3n-dnv:
448       csit-vpp-perf-verify-2001-3n-dnv:
449         - 5   # NDRPDR sel
450         - 6   # NDRPDR sel
451         - 7   # NDRPDR sel
452         - 8   # NDRPDR sel
453         - 9   # NDRPDR sel
454         - 10  # NDRPDR sel
455         - 12  # NDRPDR sel
456         - 16  # NDRPDR sel
457         - 17  # NDRPDR sel
458         - 18  # NDRPDR sel
459
460     plot-dpdk-throughput-latency-3n-dnv:
461       csit-dpdk-perf-verify-2001-3n-dnv:
462         - 12  # NDRPDR sel
463         - 13  # NDRPDR sel
464         - 14  # NDRPDR sel
465         - 15  # NDRPDR sel
466         - 16  # NDRPDR sel
467         - 17  # NDRPDR sel
468         - 18  # NDRPDR sel
469         - 19  # NDRPDR sel
470         - 20  # NDRPDR sel
471         - 22  # NDRPDR sel
472
473     # 2n-dnv
474
475     plot-vpp-throughput-lat-tsa-2n-dnv:
476       csit-vpp-perf-verify-2001-2n-dnv:
477         - 4   # NDRPDR sel
478         - 5   # NDRPDR sel
479         - 6   # NDRPDR sel
480         - 7   # NDRPDR sel
481         - 8   # NDRPDR sel
482         - 9   # NDRPDR sel
483         - 10  # NDRPDR sel
484         - 11  # NDRPDR sel
485         - 13  # NDRPDR sel
486         - 16  # NDRPDR sel
487
488     plot-dpdk-throughput-latency-2n-dnv:
489       csit-dpdk-perf-verify-2001-2n-dnv:
490         - 9   # NDRPDR sel
491         - 10  # NDRPDR sel
492         - 11  # NDRPDR sel
493         - 12  # NDRPDR sel
494         - 13  # NDRPDR sel
495         - 14  # NDRPDR sel
496         - 15  # NDRPDR sel
497         - 16  # NDRPDR sel
498         - 17  # NDRPDR sel
499         - 18  # NDRPDR sel
500
501     ###########################################################################
502     # Simple tables (only one data set):
503
504     # NIC Comparisons
505
506     vpp-nic-comparison-3n-skx:
507       # TODO: Add the data
508       csit-vpp-perf-verify-2001-3n-skx:
509         - 14  # NDRPDR sel
510         - 15  # NDRPDR sel
511         - 16  # NDRPDR sel
512
513     vpp-nic-comparison-2n-skx:
514       # TODO: Add the data
515       csit-vpp-perf-verify-2001-2n-skx:
516         - 21  # NDRPDR sel
517         - 22  # NDRPDR sel
518         - 23  # NDRPDR sel
519         - 26  # NDRPDR sel
520
521     vpp-nic-comparison-3n-skx-mrr:
522       # TODO: Replace
523       # csit-vpp-perf-verify-2001-3n-skx:
524       csit-vpp-perf-verify-1908-3n-skx:
525         - 36  # MRR sel
526
527     vpp-nic-comparison-2n-skx-mrr:
528       # TODO: Replace
529       # csit-vpp-perf-verify-2001-2n-skx:
530       csit-vpp-perf-verify-1908-2n-skx:
531         - 69  # MRR sel
532
533     # Results
534
535     vpp-perf-results-3n-hsw:
536       csit-vpp-perf-verify-2001-3n-hsw:
537         - 18  # NDRPDR full
538         - 20  # NDRPDR full
539         - 28  # NDRPDR full
540         - 35  # NDRPDR full
541         - 46  # NDRPDR full
542
543     vpp-perf-results-3n-skx:
544       # TODO: Replace
545       csit-vpp-perf-verify-2001-3n-skx:
546         - 14  # NDRPDR sel
547
548     vpp-perf-results-2n-skx:
549       csit-vpp-perf-verify-2001-2n-skx:
550         - 32  # NDRPDR full
551         - 33  # NDRPDR full
552
553     vpp-perf-results-2n-clx:
554       # TODO: Replace
555       csit-vpp-perf-verify-2001-2n-clx:
556         - 22  # NDRPDR sel
557
558     vpp-perf-results-3n-tsh:
559       # TODO: Replace
560       csit-vpp-perf-verify-2001-3n-tsh:
561         - 3   # NDRPDR sel
562
563     vpp-perf-results-3n-dnv:
564       csit-vpp-perf-verify-2001-3n-dnv:
565         - 19  # NDRPDR full
566         - 20  # NDRPDR full
567         - 21  # NDRPDR full
568         - 22  # NDRPDR full
569         - 23  # NDRPDR full
570         - 24  # NDRPDR full
571         - 25  # NDRPDR full
572         - 26  # NDRPDR full
573
574     vpp-perf-results-2n-dnv:
575       csit-vpp-perf-verify-2001-2n-dnv:
576         - 21  # NDRPDR full
577         - 22  # NDRPDR full
578         - 25  # NDRPDR full
579         - 26  # NDRPDR full
580         - 27  # NDRPDR full
581         - 28  # NDRPDR full
582
583     vpp-mrr-results-3n-hsw:
584       csit-vpp-perf-verify-2001-3n-hsw:
585         - 17  # MRR sel
586
587     vpp-mrr-results-3n-skx:
588       # TODO: Replace
589       # csit-vpp-perf-verify-2001-3n-skx:
590       csit-vpp-perf-verify-1908-3n-skx:
591         - 36  # MRR sel
592
593     vpp-mrr-results-2n-skx:
594       # TODO: Replace
595       # csit-vpp-perf-verify-2001-2n-skx:
596       csit-vpp-perf-verify-1908-2n-skx:
597         - 69  # MRR sel
598
599     vpp-mrr-results-2n-clx:
600       # TODO: Replace
601       # csit-vpp-perf-verify-2001-2n-clx:
602       csit-vpp-perf-verify-1908-2n-skx:
603         - 69  # MRR sel
604
605     vpp-mrr-results-3n-tsh:
606       # TODO: Replace
607       # csit-vpp-perf-verify-2001-3n-tsh:
608       csit-vpp-perf-verify-1908-3n-tsh:
609         - 17  # MRR sel
610
611     vpp-mrr-results-3n-dnv:
612       csit-vpp-perf-verify-2001-3n-dnv:
613         - 11  # MRR sel
614
615     vpp-mrr-results-2n-dnv:
616       csit-vpp-perf-verify-2001-2n-dnv:
617         - 12  # MRR sel
618
619     vpp-device-results-ubuntu:
620       csit-vpp-device-2001-ubuntu1804-1n-skx:
621         - 57
622
623     dpdk-perf-results-3n-hsw:
624       csit-dpdk-perf-verify-2001-3n-hsw:
625         - 25  # NDRPDR full
626         - 26  # NDRPDR full
627
628     dpdk-perf-results-3n-skx:
629       csit-dpdk-perf-verify-2001-3n-skx:
630         - 1   # NDRPDR sel
631
632     dpdk-perf-results-2n-skx:
633       csit-dpdk-perf-verify-2001-2n-skx:
634         - 1   # NDRPDR sel
635
636     dpdk-perf-results-2n-clx:
637       csit-dpdk-perf-verify-2001-2n-clx:
638         - 1   # NDRPDR sel
639
640     dpdk-perf-results-2n-dnv:
641       csit-dpdk-perf-verify-2001-2n-dnv:
642         - 16  # NDRPDR sel
643
644     dpdk-perf-results-3n-dnv:
645       csit-dpdk-perf-verify-2001-3n-dnv:
646         - 12  # NDRPDR sel
647
648     dpdk-perf-results-3n-tsh:
649       csit-dpdk-perf-verify-2001-3n-tsh:
650         - 3   # NDRPDR sel
651
652 ###########################################################################
653     # Tables (more than one data set)
654
655     # Performance changes
656
657     vpp-performance-changes-3n-hsw-h1:
658       csit-vpp-perf-verify-1904-3n-hsw:
659         - 11  # NDRPDR sel
660         - 12  # NDRPDR sel
661         - 20  # NDRPDR sel
662         - 21  # NDRPDR sel
663         - 23  # NDRPDR sel
664         - 24  # NDRPDR sel
665         - 25  # NDRPDR sel
666         - 26  # NDRPDR sel
667         - 29  # NDRPDR sel
668         - 30  # NDRPDR sel
669     vpp-performance-changes-3n-hsw-ref:
670       csit-vpp-perf-verify-1908-3n-hsw:
671         - 12  # NDRPDR sel
672         - 13  # NDRPDR sel
673         - 14  # NDRPDR sel
674         - 15  # NDRPDR sel
675         - 16  # NDRPDR sel
676         - 17  # NDRPDR sel
677         - 18  # NDRPDR sel
678         - 19  # NDRPDR sel
679         - 20  # NDRPDR sel
680         - 21  # NDRPDR sel
681     vpp-performance-changes-3n-hsw-cmp:
682       csit-vpp-perf-verify-2001-3n-hsw:
683         - 21  # NDRPDR sel
684         - 22  # NDRPDR sel
685         - 23  # NDRPDR sel
686         - 24  # NDRPDR sel
687         - 25  # NDRPDR sel
688         - 29  # NDRPDR sel
689         - 30  # NDRPDR sel
690         - 31  # NDRPDR sel
691         - 32  # NDRPDR sel
692         - 34  # NDRPDR sel
693     vpp-performance-changes-3n-hsw:
694       - "vpp-performance-changes-3n-hsw-h1"
695       - "vpp-performance-changes-3n-hsw-ref"
696       - "vpp-performance-changes-3n-hsw-cmp"
697
698     vpp-performance-changes-3n-skx-h1:
699       csit-vpp-perf-verify-1904-3n-skx:
700         - 8   # NDRPDR sel
701         - 9   # NDRPDR sel
702         - 10  # NDRPDR sel
703         - 11  # NDRPDR sel
704         - 12  # NDRPDR sel
705         - 14  # NDRPDR sel
706         - 16  # NDRPDR sel
707         - 21  # NDRPDR sel
708         - 23  # NDRPDR sel
709         - 25  # NDRPDR sel
710     vpp-performance-changes-3n-skx-ref:
711       csit-vpp-perf-verify-1908-3n-skx:
712         - 14  # NDRPDR sel
713         - 16  # NDRPDR sel
714         - 19  # NDRPDR sel
715         - 20  # NDRPDR sel
716         - 22  # NDRPDR sel
717         - 23  # NDRPDR sel
718         - 24  # NDRPDR sel
719         - 25  # NDRPDR sel
720         - 26  # NDRPDR sel
721         - 29  # NDRPDR sel
722     vpp-performance-changes-3n-skx-cmp:
723       # TODO: Add the data
724       csit-vpp-perf-verify-2001-3n-skx:
725         - 14  # NDRPDR sel
726         - 15  # NDRPDR sel
727         - 16  # NDRPDR sel
728     vpp-performance-changes-3n-skx:
729       - "vpp-performance-changes-3n-skx-h1"
730       - "vpp-performance-changes-3n-skx-ref"
731       - "vpp-performance-changes-3n-skx-cmp"
732
733     vpp-performance-changes-2n-skx-h1:
734       csit-vpp-perf-verify-1904-2n-skx:
735         - 12  # NDRPDR sel
736         - 14  # NDRPDR sel
737         - 16  # NDRPDR sel
738         - 17  # NDRPDR sel
739         - 18  # NDRPDR sel
740         - 21  # NDRPDR sel
741         - 27  # NDRPDR sel
742         - 30  # NDRPDR sel
743         - 31  # NDRPDR sel
744         - 32  # NDRPDR sel
745     vpp-performance-changes-2n-skx-ref:
746       csit-vpp-perf-verify-1908-2n-skx:
747         - 26  # NDRPDR sel
748         - 27  # NDRPDR sel
749         - 34  # NDRPDR sel
750         - 35  # NDRPDR sel
751         - 36  # NDRPDR sel
752         - 42  # NDRPDR sel
753         - 43  # NDRPDR sel
754         - 44  # NDRPDR sel
755         - 45  # NDRPDR sel
756         - 46  # NDRPDR sel
757     vpp-performance-changes-2n-skx-cmp:
758       # TODO: Add the data
759       csit-vpp-perf-verify-2001-2n-skx:
760         - 21  # NDRPDR sel
761         - 22  # NDRPDR sel
762         - 23  # NDRPDR sel
763         - 26  # NDRPDR sel
764         - 27  # NDRPDR sel
765         - 29  # NDRPDR sel
766     vpp-performance-changes-2n-skx:
767       - "vpp-performance-changes-2n-skx-h1"
768       - "vpp-performance-changes-2n-skx-ref"
769       - "vpp-performance-changes-2n-skx-cmp"
770
771     vpp-performance-changes-nfv-2n-skx-ref:
772       csit-vpp-perf-verify-1908-2n-skx:
773         - 22  # NFV
774         - 31  # NFV
775         - 32  # NFV
776     vpp-performance-changes-nfv-2n-skx-cmp:
777       # TODO: Add the data
778       csit-vpp-perf-verify-2001-2n-skx:
779         - 30  # NFV
780         - 31  # NFV
781     vpp-performance-changes-nfv-2n-skx:
782       - "vpp-performance-changes-nfv-2n-skx-ref"
783       - "vpp-performance-changes-nfv-2n-skx-cmp"
784
785     vpp-performance-changes-2n-dnv-ref:
786       csit-vpp-perf-verify-1908-2n-dnv:
787         - 1   # NDRPDR sel
788         - 2   # NDRPDR sel
789         - 3   # NDRPDR sel
790         - 4   # NDRPDR sel
791         - 5   # NDRPDR sel
792         - 6   # NDRPDR sel
793         - 7   # NDRPDR sel
794         - 8   # NDRPDR sel
795         - 9   # NDRPDR sel
796         - 10  # NDRPDR sel
797     vpp-performance-changes-2n-dnv-cmp:
798       csit-vpp-perf-verify-2001-2n-dnv:
799         - 4   # NDRPDR sel
800         - 5   # NDRPDR sel
801         - 6   # NDRPDR sel
802         - 7   # NDRPDR sel
803         - 8   # NDRPDR sel
804         - 9   # NDRPDR sel
805         - 10  # NDRPDR sel
806         - 11  # NDRPDR sel
807         - 13  # NDRPDR sel
808         - 16  # NDRPDR sel
809     vpp-performance-changes-2n-dnv:
810       - "vpp-performance-changes-2n-dnv-ref"
811       - "vpp-performance-changes-2n-dnv-cmp"
812
813     vpp-performance-changes-3n-dnv-ref:
814       csit-vpp-perf-verify-1908-3n-dnv:
815         - 6   # NDRPDR sel
816         - 7   # NDRPDR sel
817         - 8   # NDRPDR sel
818         - 9   # NDRPDR sel
819         - 10  # NDRPDR sel
820         - 12  # NDRPDR sel
821         - 13  # NDRPDR sel
822         - 14  # NDRPDR sel
823         - 15  # NDRPDR sel
824         - 16  # NDRPDR sel
825     vpp-performance-changes-3n-dnv-cmp:
826       csit-vpp-perf-verify-2001-3n-dnv:
827         - 5   # NDRPDR sel
828         - 6   # NDRPDR sel
829         - 7   # NDRPDR sel
830         - 8   # NDRPDR sel
831         - 9   # NDRPDR sel
832         - 10  # NDRPDR sel
833         - 12  # NDRPDR sel
834         - 16  # NDRPDR sel
835         - 17  # NDRPDR sel
836         - 18  # NDRPDR sel
837     vpp-performance-changes-3n-dnv:
838       - "vpp-performance-changes-3n-dnv-ref"
839       - "vpp-performance-changes-3n-dnv-cmp"
840
841     vpp-performance-changes-3n-tsh-ref:
842       csit-vpp-perf-verify-1908-3n-tsh:
843         - 7   # NDRPDR sel
844         - 8   # NDRPDR sel
845         - 9   # NDRPDR sel
846         - 10  # NDRPDR sel
847         - 11  # NDRPDR sel
848         - 12  # NDRPDR sel
849         - 13  # NDRPDR sel
850         - 14  # NDRPDR sel
851         - 15  # NDRPDR sel
852         - 16  # NDRPDR sel
853     vpp-performance-changes-3n-tsh-cmp:
854       # TODO: Add the data
855       csit-vpp-perf-verify-2001-3n-tsh:
856         - 3   # NDRPDR sel
857         - 4   # NDRPDR sel
858         - 7   # NDRPDR sel
859         - 8   # NDRPDR sel
860     vpp-performance-changes-3n-tsh:
861       - "vpp-performance-changes-3n-tsh-ref"
862       - "vpp-performance-changes-3n-tsh-cmp"
863
864     vpp-soak-vs-ndr-2n-skx-ref:
865       # TODO: Replace
866       # csit-vpp-perf-verify-2001-2n-skx:
867       csit-vpp-perf-verify-1908-2n-skx:
868         - 26  # NDRPDR sel
869         - 27  # NDRPDR sel
870         - 34  # NDRPDR sel
871     vpp-soak-vs-ndr-2n-skx-cmp:
872       # TODO: Replace
873       # csit-vpp-perf-verify-2001-2n-skx:
874       csit-vpp-perf-verify-1908-2n-skx:
875         - 83  # SOAK
876         - 86  # SOAK
877     vpp-soak-vs-ndr-2n-skx:
878       # TODO: Replace
879       # csit-vpp-perf-verify-2001-2n-skx:
880       csit-vpp-perf-verify-1908-2n-skx:
881         - 26  # NDRPDR sel
882         - 27  # NDRPDR sel
883         - 34  # NDRPDR sel
884         - 83  # SOAK
885         - 86  # SOAK
886
887     vpp-performance-changes-3n-hsw-mrr-h1:
888       csit-vpp-perf-verify-1904-3n-hsw:
889         - 9   # MRR sel
890     vpp-performance-changes-3n-hsw-mrr-ref:
891       csit-vpp-perf-verify-1908-3n-hsw:
892         - 39  # MRR sel
893     vpp-performance-changes-3n-hsw-mrr-cmp:
894       csit-vpp-perf-verify-2001-3n-hsw:
895         - 17  # MRR sel
896     vpp-performance-changes-3n-hsw-mrr:
897       - "vpp-performance-changes-3n-hsw-mrr-h1"
898       - "vpp-performance-changes-3n-hsw-mrr-ref"
899       - "vpp-performance-changes-3n-hsw-mrr-cmp"
900
901     vpp-performance-changes-3n-skx-mrr-h1:
902       csit-vpp-perf-verify-1904-3n-skx:
903         - 7   # MRR sel
904     vpp-performance-changes-3n-skx-mrr-ref:
905       csit-vpp-perf-verify-1908-3n-skx:
906         - 36  # MRR sel
907     vpp-performance-changes-3n-skx-mrr-cmp:
908       # TODO: Replace
909       # csit-vpp-perf-verify-2001-3n-skx:
910       csit-vpp-perf-verify-1908-3n-skx:
911         - 36  # MRR sel
912     vpp-performance-changes-3n-skx-mrr:
913       - "vpp-performance-changes-3n-skx-mrr-h1"
914       - "vpp-performance-changes-3n-skx-mrr-ref"
915       - "vpp-performance-changes-3n-skx-mrr-cmp"
916
917     vpp-performance-changes-2n-skx-mrr-h1:
918       csit-vpp-perf-verify-1904-2n-skx:
919         - 11  # MRR sel
920     vpp-performance-changes-2n-skx-mrr-ref:
921       csit-vpp-perf-verify-1908-2n-skx:
922         - 69  # MRR sel
923     vpp-performance-changes-2n-skx-mrr-cmp:
924       # TODO: Replace
925       # csit-vpp-perf-verify-2001-2n-skx:
926       csit-vpp-perf-verify-1908-2n-skx:
927         - 69  # MRR sel
928     vpp-performance-changes-2n-skx-mrr:
929       - "vpp-performance-changes-2n-skx-mrr-h1"
930       - "vpp-performance-changes-2n-skx-mrr-ref"
931       - "vpp-performance-changes-2n-skx-mrr-cmp"
932
933     vpp-performance-changes-nfv-2n-skx-mrr-ref:
934       csit-vpp-perf-verify-1908-2n-skx:
935         - 71  # NFV MRR
936     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
937       # TODO: Replace
938       # csit-vpp-perf-verify-2001-2n-skx:
939       csit-vpp-perf-verify-1908-2n-skx:
940         - 71  # NFV MRR
941     vpp-performance-changes-nfv-2n-skx-mrr:
942       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
943       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
944
945     vpp-performance-changes-2n-dnv-mrr-ref:
946       csit-vpp-perf-verify-1908-2n-dnv:
947         - 11  # MRR sel
948     vpp-performance-changes-2n-dnv-mrr-cmp:
949       csit-vpp-perf-verify-2001-2n-dnv:
950         - 12  # MRR sel
951     vpp-performance-changes-2n-dnv-mrr:
952       - "vpp-performance-changes-2n-dnv-mrr-ref"
953       - "vpp-performance-changes-2n-dnv-mrr-cmp"
954
955     vpp-performance-changes-3n-dnv-mrr-ref:
956       csit-vpp-perf-verify-1908-3n-dnv:
957         - 17  # MRR sel
958     vpp-performance-changes-3n-dnv-mrr-cmp:
959       csit-vpp-perf-verify-2001-3n-dnv:
960         - 11  # MRR sel
961     vpp-performance-changes-3n-dnv-mrr:
962       - "vpp-performance-changes-3n-dnv-mrr-ref"
963       - "vpp-performance-changes-3n-dnv-mrr-cmp"
964
965     vpp-performance-changes-3n-tsh-mrr-ref:
966       csit-vpp-perf-verify-1908-3n-tsh:
967         - 17  # MRR sel
968     vpp-performance-changes-3n-tsh-mrr-cmp:
969       # TODO: Replace
970       # csit-vpp-perf-verify-2001-3n-tsh:
971       csit-vpp-perf-verify-1908-3n-tsh:
972         - 17  # MRR sel
973     vpp-performance-changes-3n-tsh-mrr:
974       - "vpp-performance-changes-3n-tsh-mrr-ref"
975       - "vpp-performance-changes-3n-tsh-mrr-cmp"
976
977     dpdk-performance-changes-3n-hsw-h1:
978       csit-dpdk-perf-verify-1904-3n-hsw:
979         - 2   # NDRPDR sel
980         - 3   # NDRPDR sel
981         - 5   # NDRPDR sel
982         - 6   # NDRPDR sel
983         - 13  # NDRPDR sel
984         - 14  # NDRPDR sel
985         - 15  # NDRPDR sel
986         - 18  # NDRPDR sel
987         - 19  # NDRPDR sel
988         - 20  # NDRPDR sel
989     dpdk-performance-changes-3n-hsw-ref:
990       csit-dpdk-perf-verify-1908-3n-hsw:
991         - 2   # NDRPDR sel
992         - 3   # NDRPDR sel
993         - 4   # NDRPDR sel
994         - 5   # NDRPDR sel
995         - 6   # NDRPDR sel
996         - 7   # NDRPDR sel
997         - 8   # NDRPDR sel
998         - 9   # NDRPDR sel
999         - 10  # NDRPDR sel
1000         - 11  # NDRPDR sel
1001     dpdk-performance-changes-3n-hsw-cmp:
1002       csit-dpdk-perf-verify-2001-3n-hsw:
1003         - 4   # NDRPDR sel
1004         - 5   # NDRPDR sel
1005         - 6   # NDRPDR sel
1006         - 7   # NDRPDR sel
1007         - 8   # NDRPDR sel
1008         - 9   # NDRPDR sel
1009         - 10  # NDRPDR sel
1010         - 11  # NDRPDR sel
1011         - 12  # NDRPDR sel
1012         - 13  # NDRPDR sel
1013         - 15  # NDRPDR sel
1014         - 16  # NDRPDR sel
1015         - 17  # NDRPDR sel
1016         - 18  # NDRPDR sel
1017         - 19  # NDRPDR sel
1018         - 20  # NDRPDR sel
1019         - 21  # NDRPDR sel
1020         - 22  # NDRPDR sel
1021         - 23  # NDRPDR sel
1022         - 24  # NDRPDR sel
1023     dpdk-performance-changes-3n-hsw:
1024       - "dpdk-performance-changes-3n-hsw-h1"
1025       - "dpdk-performance-changes-3n-hsw-ref"
1026       - "dpdk-performance-changes-3n-hsw-cmp"
1027
1028     dpdk-performance-changes-3n-skx-h1:
1029       csit-dpdk-perf-verify-1904-3n-skx:
1030         - 2   # NDRPDR sel
1031         - 3   # NDRPDR sel
1032         - 4   # NDRPDR sel
1033         - 5   # NDRPDR sel
1034         - 6   # NDRPDR sel
1035         - 7   # NDRPDR sel
1036         - 11  # NDRPDR sel
1037         - 12  # NDRPDR sel
1038         - 13  # NDRPDR sel
1039         - 14  # NDRPDR sel
1040     dpdk-performance-changes-3n-skx-ref:
1041       csit-dpdk-perf-verify-1908-3n-skx:
1042         - 3   # NDRPDR sel
1043         - 4   # NDRPDR sel
1044         - 5   # NDRPDR sel
1045         - 6   # NDRPDR sel
1046         - 7   # NDRPDR sel
1047         - 8   # NDRPDR sel
1048         - 9   # NDRPDR sel
1049         - 10  # NDRPDR sel
1050         - 11  # NDRPDR sel
1051         - 12  # NDRPDR sel
1052     dpdk-performance-changes-3n-skx-cmp:
1053       csit-dpdk-perf-verify-2001-3n-skx:
1054         - 1   # NDRPDR sel
1055         - 2   # NDRPDR sel
1056         - 3   # NDRPDR sel
1057         - 4   # NDRPDR sel
1058         - 5   # NDRPDR sel
1059         - 6   # NDRPDR sel
1060         - 7   # NDRPDR sel
1061         - 8   # NDRPDR sel
1062         - 9   # NDRPDR sel
1063         - 10  # NDRPDR sel
1064     dpdk-performance-changes-3n-skx:
1065       - "dpdk-performance-changes-3n-skx-h1"
1066       - "dpdk-performance-changes-3n-skx-ref"
1067       - "dpdk-performance-changes-3n-skx-cmp"
1068
1069     dpdk-performance-changes-2n-skx-h1:
1070       csit-dpdk-perf-verify-1904-2n-skx:
1071         - 2   # NDRPDR sel
1072         - 3   # NDRPDR sel
1073         - 4   # NDRPDR sel
1074         - 5   # NDRPDR sel
1075         - 7   # NDRPDR sel
1076         - 8   # NDRPDR sel
1077         - 9   # NDRPDR sel
1078         - 10  # NDRPDR sel
1079         - 11  # NDRPDR sel
1080         - 12  # NDRPDR sel
1081     dpdk-performance-changes-2n-skx-ref:
1082       csit-dpdk-perf-verify-1908-2n-skx:
1083         - 2   # NDRPDR sel
1084         - 3   # NDRPDR sel
1085         - 4   # NDRPDR sel
1086         - 5   # NDRPDR sel
1087         - 7   # NDRPDR sel
1088         - 8   # NDRPDR sel
1089         - 9   # NDRPDR sel
1090         - 10  # NDRPDR sel
1091         - 11  # NDRPDR sel
1092         - 12  # NDRPDR sel
1093     dpdk-performance-changes-2n-skx-cmp:
1094       csit-dpdk-perf-verify-2001-2n-skx:
1095         - 1   # NDRPDR sel
1096         - 2   # NDRPDR sel
1097         - 3   # NDRPDR sel
1098         - 4   # NDRPDR sel
1099         - 5   # NDRPDR sel
1100         - 6   # NDRPDR sel
1101         - 7   # NDRPDR sel
1102         - 8   # NDRPDR sel
1103         - 9   # NDRPDR sel
1104         - 10  # NDRPDR sel
1105         - 11  # NDRPDR sel
1106         - 13  # NDRPDR sel
1107         - 26  # NDRPDR sel
1108         - 16  # NDRPDR sel
1109         - 17  # NDRPDR sel
1110         - 18  # NDRPDR sel
1111         - 19  # NDRPDR sel
1112         - 27  # NDRPDR sel
1113         - 21  # NDRPDR sel
1114         - 25  # NDRPDR sel
1115     dpdk-performance-changes-2n-skx:
1116       - "dpdk-performance-changes-2n-skx-h1"
1117       - "dpdk-performance-changes-2n-skx-ref"
1118       - "dpdk-performance-changes-2n-skx-cmp"
1119
1120     # Compare testbeds
1121
1122     vpp-compare-testbeds-ref:
1123       csit-vpp-perf-verify-2001-3n-hsw:
1124         - 21  # NDRPDR sel
1125         - 22  # NDRPDR sel
1126         - 23  # NDRPDR sel
1127         - 24  # NDRPDR sel
1128         - 25  # NDRPDR sel
1129         - 29  # NDRPDR sel
1130         - 30  # NDRPDR sel
1131         - 31  # NDRPDR sel
1132         - 32  # NDRPDR sel
1133         - 34  # NDRPDR sel
1134     vpp-compare-testbeds-cmp:
1135       # TODO: Add the data
1136       csit-vpp-perf-verify-2001-3n-skx:
1137         - 14  # NDRPDR sel
1138         - 15  # NDRPDR sel
1139         - 16  # NDRPDR sel
1140     vpp-compare-testbeds:
1141       - "vpp-compare-testbeds-ref"
1142       - "vpp-compare-testbeds-cmp"
1143
1144     vpp-compare-testbeds-skx-clx-ref:
1145       # TODO: Add the data
1146       csit-vpp-perf-verify-2001-2n-skx:
1147         - 21  # NDRPDR sel
1148         - 22  # NDRPDR sel
1149         - 23  # NDRPDR sel
1150         - 26  # NDRPDR sel
1151         - 27  # NDRPDR sel
1152         - 29  # NDRPDR sel
1153     vpp-compare-testbeds-skx-clx-cmp:
1154       # TODO: Add the data
1155       csit-vpp-perf-verify-2001-2n-clx:
1156         - 22  # NDRPDR sel
1157         - 23  # NDRPDR sel
1158         - 24  # NDRPDR sel
1159         - 25  # NDRPDR sel
1160     vpp-compare-testbeds-skx-clx:
1161       - "vpp-compare-testbeds-skx-clx-ref"
1162       - "vpp-compare-testbeds-skx-clx-cmp"
1163
1164     vpp-compare-testbeds-mrr-ref:
1165       csit-vpp-perf-verify-2001-3n-hsw:
1166         - 17  # MRR sel
1167     vpp-compare-testbeds-mrr-cmp:
1168       # TODO: Replace
1169       # csit-vpp-perf-verify-2001-3n-skx:
1170       csit-vpp-perf-verify-1908-3n-skx:
1171         - 36  # MRR sel
1172     vpp-compare-testbeds-mrr:
1173       - "vpp-compare-testbeds-mrr-ref"
1174       - "vpp-compare-testbeds-mrr-cmp"
1175
1176     vpp-compare-testbeds-mrr-skx-clx-ref:
1177       # TODO: Replace
1178       # csit-vpp-perf-verify-2001-2n-skx:
1179       csit-vpp-perf-verify-1908-2n-skx:
1180         - 69  # MRR sel
1181     vpp-compare-testbeds-mrr-skx-clx-cmp:
1182       # TODO: Replace
1183       # csit-vpp-perf-verify-2001-2n-clx:
1184       csit-vpp-perf-verify-1908-2n-skx:
1185         - 69  # MRR sel
1186     vpp-compare-testbeds-mrr-skx-clx:
1187       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1188       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1189
1190     dpdk-compare-testbeds-ref:
1191       csit-dpdk-perf-verify-2001-3n-hsw:
1192         - 4   # NDRPDR sel
1193         - 5   # NDRPDR sel
1194         - 6   # NDRPDR sel
1195         - 7   # NDRPDR sel
1196         - 8   # NDRPDR sel
1197         - 9   # NDRPDR sel
1198         - 10  # NDRPDR sel
1199         - 11  # NDRPDR sel
1200         - 12  # NDRPDR sel
1201         - 13  # NDRPDR sel
1202         - 15  # NDRPDR sel
1203         - 16  # NDRPDR sel
1204         - 17  # NDRPDR sel
1205         - 18  # NDRPDR sel
1206         - 19  # NDRPDR sel
1207         - 20  # NDRPDR sel
1208         - 21  # NDRPDR sel
1209         - 22  # NDRPDR sel
1210         - 23  # NDRPDR sel
1211         - 24  # NDRPDR sel
1212     dpdk-compare-testbeds-cmp:
1213       csit-dpdk-perf-verify-2001-3n-skx:
1214         - 1   # NDRPDR sel
1215         - 2   # NDRPDR sel
1216         - 3   # NDRPDR sel
1217         - 4   # NDRPDR sel
1218         - 5   # NDRPDR sel
1219         - 6   # NDRPDR sel
1220         - 7   # NDRPDR sel
1221         - 8   # NDRPDR sel
1222         - 9   # NDRPDR sel
1223         - 10  # NDRPDR sel
1224     dpdk-compare-testbeds:
1225       - "dpdk-compare-testbeds-ref"
1226       - "dpdk-compare-testbeds-cmp"
1227
1228     dpdk-compare-testbeds-skx-clx-ref:
1229       csit-dpdk-perf-verify-2001-2n-skx:
1230         - 1   # NDRPDR sel
1231         - 2   # NDRPDR sel
1232         - 3   # NDRPDR sel
1233         - 4   # NDRPDR sel
1234         - 5   # NDRPDR sel
1235         - 6   # NDRPDR sel
1236         - 7   # NDRPDR sel
1237         - 8   # NDRPDR sel
1238         - 9   # NDRPDR sel
1239         - 10  # NDRPDR sel
1240         - 11  # NDRPDR sel
1241         - 13  # NDRPDR sel
1242         - 26  # NDRPDR sel
1243         - 16  # NDRPDR sel
1244         - 17  # NDRPDR sel
1245         - 18  # NDRPDR sel
1246         - 19  # NDRPDR sel
1247         - 27  # NDRPDR sel
1248         - 21  # NDRPDR sel
1249         - 25  # NDRPDR sel
1250     dpdk-compare-testbeds-skx-clx-cmp:
1251       csit-dpdk-perf-verify-2001-2n-clx:
1252         - 1   # NDRPDR sel
1253         - 2   # NDRPDR sel
1254         - 3   # NDRPDR sel
1255         - 4   # NDRPDR sel
1256         - 5   # NDRPDR sel
1257         - 6   # NDRPDR sel
1258         - 7   # NDRPDR sel
1259         - 8   # NDRPDR sel
1260         - 9   # NDRPDR sel
1261         - 10  # NDRPDR sel
1262     dpdk-compare-testbeds-skx-clx:
1263       - "dpdk-compare-testbeds-skx-clx-ref"
1264       - "dpdk-compare-testbeds-skx-clx-cmp"
1265
1266     # Compare topologies
1267
1268     vpp-compare-topologies-ref:
1269       # TODO: Add the data
1270       csit-vpp-perf-verify-2001-3n-skx:
1271         - 14  # NDRPDR sel
1272         - 15  # NDRPDR sel
1273         - 16  # NDRPDR sel
1274     vpp-compare-topologies-cmp:
1275       # TODO: Add the data
1276       csit-vpp-perf-verify-2001-2n-skx:
1277         - 21  # NDRPDR sel
1278         - 22  # NDRPDR sel
1279         - 23  # NDRPDR sel
1280         - 26  # NDRPDR sel
1281         - 27  # NDRPDR sel
1282         - 29  # NDRPDR sel
1283     vpp-compare-topologies:
1284       - "vpp-compare-topologies-ref"
1285       - "vpp-compare-topologies-cmp"
1286
1287     vpp-compare-topologies-mrr-ref:
1288       # TODO: Replace
1289       # csit-vpp-perf-verify-2001-3n-skx:
1290       csit-vpp-perf-verify-1908-3n-skx:
1291         - 36  # MRR sel
1292     vpp-compare-topologies-mrr-cmp:
1293       # TODO: Replace
1294       # csit-vpp-perf-verify-2001-2n-skx:
1295       csit-vpp-perf-verify-1908-2n-skx:
1296         - 69  # MRR sel
1297     vpp-compare-topologies-mrr:
1298       - "vpp-compare-topologies-mrr-ref"
1299       - "vpp-compare-topologies-mrr-cmp"
1300
1301     dpdk-compare-topologies-ref:
1302       csit-dpdk-perf-verify-2001-3n-skx:
1303         - 1   # NDRPDR sel
1304         - 2   # NDRPDR sel
1305         - 3   # NDRPDR sel
1306         - 4   # NDRPDR sel
1307         - 5   # NDRPDR sel
1308         - 6   # NDRPDR sel
1309         - 7   # NDRPDR sel
1310         - 8   # NDRPDR sel
1311         - 9   # NDRPDR sel
1312         - 10  # NDRPDR sel
1313     dpdk-compare-topologies-cmp:
1314       csit-dpdk-perf-verify-2001-2n-skx:
1315         - 1   # NDRPDR sel
1316         - 2   # NDRPDR sel
1317         - 3   # NDRPDR sel
1318         - 4   # NDRPDR sel
1319         - 5   # NDRPDR sel
1320         - 6   # NDRPDR sel
1321         - 7   # NDRPDR sel
1322         - 8   # NDRPDR sel
1323         - 9   # NDRPDR sel
1324         - 10  # NDRPDR sel
1325         - 11  # NDRPDR sel
1326         - 13  # NDRPDR sel
1327         - 26  # NDRPDR sel
1328         - 16  # NDRPDR sel
1329         - 17  # NDRPDR sel
1330         - 18  # NDRPDR sel
1331         - 19  # NDRPDR sel
1332         - 27  # NDRPDR sel
1333         - 21  # NDRPDR sel
1334         - 25  # NDRPDR sel
1335     dpdk-compare-topologies:
1336       - "dpdk-compare-topologies-ref"
1337       - "dpdk-compare-topologies-cmp"
1338
1339   plot-layouts:
1340
1341     plot-soak-throughput:
1342       titlefont:
1343         size: 18
1344       xaxis:
1345         title: "<b>Test Cases [Index]</b>"
1346         titlefont:
1347           size: 16
1348         autorange: True
1349         fixedrange: False
1350         gridcolor: "rgb(230, 230, 230)"
1351         linecolor: "rgb(220, 220, 220)"
1352         linewidth: 1
1353         showgrid: True
1354         showline: True
1355         showticklabels: True
1356         tickcolor: "rgb(220, 220, 220)"
1357         tickmode: "linear"
1358         tickfont:
1359           size: 16
1360         zeroline: False
1361       yaxis:
1362         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1363         titlefont:
1364           size: 16
1365         gridcolor: "rgb(230, 230, 230)"
1366         hoverformat: ".4r"
1367         tickformat: ".3r"
1368         linecolor: "rgb(220, 220, 220)"
1369         linewidth: 1
1370         showgrid: True
1371         showline: True
1372         showticklabels: True
1373         tickcolor: "rgb(220, 220, 220)"
1374         tickfont:
1375           size: 16
1376         zeroline: False
1377         range: [0,50]
1378       autosize: False
1379       margin:
1380         t: 50
1381         b: 0
1382         l: 80
1383         r: 20
1384       showlegend: True
1385       legend:
1386         orientation: "h"
1387         font:
1388           size: 16
1389       width: 700
1390       height: 900
1391       paper_bgcolor: "#fff"
1392       plot_bgcolor: "#fff"
1393       hoverlabel:
1394         namelength: -1
1395
1396     plot-service-density:
1397       titlefont:
1398         size: 18
1399       xaxis:
1400         side: "top"
1401         autorange: True
1402         fixedrange: False
1403         showgrid: False
1404         showline: False
1405         showticklabels: False
1406         ticks: ""
1407         ticklen: 0
1408         tickwidth: 0
1409         zeroline: False
1410       yaxis:
1411         autorange: "reversed"
1412         showgrid: False
1413         showline: False
1414         showticklabels: False
1415         ticks: ""
1416         ticklen: 0
1417         tickwidth: 0
1418         zeroline: False
1419       showlegend: False
1420       paper_bgcolor: "#fff"
1421       plot_bgcolor: "#fff"
1422       width: 700
1423       height: 700
1424       hoverlabel:
1425         namelength: -1
1426
1427     plot-cps:
1428       titlefont:
1429         size: 18
1430       xaxis:
1431         title: "<b>Test Cases [Index]</b>"
1432         titlefont:
1433           size: 16
1434         autorange: True
1435         fixedrange: False
1436         gridcolor: "rgb(230, 230, 230)"
1437         linecolor: "rgb(220, 220, 220)"
1438         linewidth: 1
1439         showgrid: True
1440         showline: True
1441         showticklabels: True
1442         tickcolor: "rgb(220, 220, 220)"
1443         tickmode: "linear"
1444         tickfont:
1445           size: 16
1446         zeroline: False
1447       yaxis:
1448         title: "<b>Connections Per Second [cps]</b>"
1449         titlefont:
1450           size: 16
1451         gridcolor: "rgb(230, 230, 230)"
1452         hoverformat: ".4s"
1453         linecolor: "rgb(220, 220, 220)"
1454         linewidth: 1
1455         rangemode: "tozero"
1456         showgrid: True
1457         showline: True
1458         showticklabels: True
1459         tickcolor: "rgb(220, 220, 220)"
1460         tickformat: ".3s"
1461         tickfont:
1462           size: 16
1463         zeroline: False
1464       boxmode: "group"
1465       boxgroupgap: 0.5
1466       autosize: False
1467       margin:
1468         t: 50
1469         b: 20
1470         l: 80
1471         r: 20
1472       showlegend: True
1473       legend:
1474         orientation: "h"
1475         font:
1476           size: 16
1477       width: 700
1478       height: 800
1479       paper_bgcolor: "#fff"
1480       plot_bgcolor: "#fff"
1481       hoverlabel:
1482         namelength: -1
1483
1484     plot-rps:
1485       titlefont:
1486         size: 18
1487       xaxis:
1488         title: "<b>Test Cases [Index]</b>"
1489         titlefont:
1490           size: 16
1491         autorange: True
1492         fixedrange: False
1493         gridcolor: "rgb(230, 230, 230)"
1494         linecolor: "rgb(220, 220, 220)"
1495         linewidth: 1
1496         showgrid: True
1497         showline: True
1498         showticklabels: True
1499         tickcolor: "rgb(220, 220, 220)"
1500         tickmode: "linear"
1501         tickfont:
1502           size: 16
1503         zeroline: False
1504       yaxis:
1505         title: "<b>Requests Per Second [rps]</b>"
1506         titlefont:
1507           size: 16
1508         gridcolor: "rgb(230, 230, 230)"
1509         hoverformat: ".4s"
1510         linecolor: "rgb(220, 220, 220)"
1511         linewidth: 1
1512         rangemode: "tozero"
1513         showgrid: True
1514         showline: True
1515         showticklabels: True
1516         tickcolor: "rgb(230, 230, 230)"
1517         tickformat: ".3s"
1518         tickfont:
1519           size: 16
1520         zeroline: False
1521       boxmode: "group"
1522       boxgroupgap: 0.5
1523       autosize: False
1524       margin:
1525         t: 50
1526         b: 20
1527         l: 80
1528         r: 20
1529       showlegend: True
1530       legend:
1531         orientation: "h"
1532         font:
1533           size: 16
1534       width: 700
1535       height: 800
1536       paper_bgcolor: "#fff"
1537       plot_bgcolor: "#fff"
1538       hoverlabel:
1539         namelength: -1
1540
1541     plot-throughput:
1542       titlefont:
1543         size: 18
1544       xaxis:
1545         title: "<b>Test Cases [Index]</b>"
1546         titlefont:
1547           size: 16
1548         autorange: True
1549         fixedrange: False
1550         gridcolor: "rgb(230, 230, 230)"
1551         linecolor: "rgb(220, 220, 220)"
1552         linewidth: 1
1553         showgrid: True
1554         showline: True
1555         showticklabels: True
1556         tickcolor: "rgb(220, 220, 220)"
1557         tickmode: "linear"
1558         tickfont:
1559           size: 16
1560         zeroline: False
1561       yaxis:
1562         title: "<b>Packet Throughput [Mpps]</b>"
1563         titlefont:
1564           size: 16
1565         gridcolor: "rgb(230, 230, 230)"
1566         hoverformat: ".4r"
1567         tickformat: ".3r"
1568         linecolor: "rgb(220, 220, 220)"
1569         linewidth: 1
1570         showgrid: True
1571         showline: True
1572         showticklabels: True
1573         tickcolor: "rgb(220, 220, 220)"
1574         tickfont:
1575           size: 16
1576         zeroline: False
1577         range: [0,50]
1578       autosize: False
1579       margin:
1580         t: 50
1581         b: 0
1582         l: 80
1583         r: 20
1584       showlegend: True
1585       legend:
1586         orientation: "h"
1587         font:
1588           size: 16
1589       width: 700
1590       height: 900
1591       paper_bgcolor: "#fff"
1592       plot_bgcolor: "#fff"
1593       hoverlabel:
1594         namelength: -1
1595
1596     plot-throughput-speedup-analysis:
1597       titlefont:
1598         size: 18
1599       xaxis:
1600         title: "<b>Number of Cores [Qty]</b>"
1601         titlefont:
1602           size: 16
1603         autorange: True
1604         fixedrange: False
1605         gridcolor: "rgb(230, 230, 230)"
1606         linecolor: "rgb(220, 220, 220)"
1607         linewidth: 1
1608         showgrid: True
1609         showline: True
1610         showticklabels: True
1611         tickcolor: "rgb(238, 238, 238)"
1612         tickmode: "linear"
1613         tickfont:
1614           size: 16
1615         zeroline: False
1616       yaxis:
1617         title: "<b>Packet Throughput [Mpps]</b>"
1618         titlefont:
1619           size: 16
1620         type: "linear"
1621         gridcolor: "rgb(230, 230, 230)"
1622         hoverformat: ".4s"
1623         linecolor: "rgb(220, 220, 220)"
1624         linewidth: 1
1625         showgrid: True
1626         showline: True
1627         showticklabels: True
1628         tickcolor: "rgb(220, 220, 220)"
1629         tickformat: ".4s"
1630         tickfont:
1631           size: 16
1632         zeroline: True
1633         rangemode: "tozero"
1634         range: [0,100]
1635       legend:
1636         orientation: "h"
1637         font:
1638           size: 16
1639         xanchor: "left"
1640         yanchor: "top"
1641         x: 0
1642         y: -0.2
1643         bgcolor: "rgba(255, 255, 255, 0)"
1644         bordercolor: "rgba(255, 255, 255, 0)"
1645         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1646       autosize: False
1647       margin:
1648           't': 50
1649           'b': 150
1650           'l': 85
1651           'r': 10
1652       showlegend: True
1653       width: 700
1654       height: 700
1655       paper_bgcolor: "#fff"
1656       plot_bgcolor: "#fff"
1657       hoverlabel:
1658         namelength: -1
1659       annotations: [
1660         {
1661           text: "_ _          __          ...",
1662           align: "left",
1663           showarrow: False,
1664           xref: "paper",
1665           yref: "paper",
1666           xanchor: "left",
1667           yanchor: "top",
1668           x: 0,
1669           y: -0.13,
1670           font: {
1671             family: "Consolas, Courier New",
1672             size: 15
1673           },
1674         },
1675         {
1676           text: "    Perfect     Measured     Limit",
1677           align: "left",
1678           showarrow: False,
1679           xref: "paper",
1680           yref: "paper",
1681           xanchor: "left",
1682           yanchor: "top",
1683           x: 0,
1684           y: -0.15,
1685           font: {
1686             family: "Consolas, Courier New",
1687             size: 15
1688           },
1689         },
1690       ]
1691
1692     plot-latency:
1693       titlefont:
1694         size: 18
1695       xaxis:
1696         title: "<b>Direction</b>"
1697         titlefont:
1698           size: 16
1699         autorange: True
1700         fixedrange: False
1701         gridcolor: "rgb(230, 230, 230)"
1702         linecolor: "rgb(220, 220, 220)"
1703         linewidth: 1
1704         showgrid: True
1705         showline: True
1706         showticklabels: False
1707         tickcolor: "rgb(220, 220, 220)"
1708         tickmode: "linear"
1709         tickfont:
1710           size: 16
1711         zeroline: False
1712       yaxis:
1713         title: "<b>Packet Latency [uSec]</b>"
1714         titlefont:
1715           size: 16
1716         type: "linear"
1717         gridcolor: "rgb(230, 230, 230)"
1718         hoverformat: ".4s"
1719         linecolor: "rgb(220, 220, 220)"
1720         linewidth: 1
1721         showgrid: True
1722         showline: True
1723         showticklabels: True
1724         tickcolor: "rgb(220, 220, 220)"
1725         tickformat: ".4s"
1726         tickfont:
1727           size: 16
1728         zeroline: True
1729         rangemode: "tozero"
1730       legend:
1731         orientation: "h"
1732         font:
1733           size: 16
1734         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1735       autosize: False
1736       margin:
1737           't': 50
1738           'b': 150
1739           'l': 80
1740           'r': 10
1741       showlegend: True
1742       width: 700
1743       height: 700
1744       paper_bgcolor: "#fff"
1745       plot_bgcolor: "#fff"
1746       hoverlabel:
1747         namelength: -1
1748
1749     plot-hdrh-latency:
1750       title:
1751         text: ""
1752         xanchor: "center"
1753         x: 0.5
1754         font:
1755           size: 16
1756       width: 700
1757       plot_bgcolor: "white"
1758       annotations:
1759         - font:
1760             size: 14
1761           showarrow: False
1762           text: "<b>Packet Latency [uSec]</b>"
1763           x: 1
1764           xanchor: "right"
1765           xref: "paper"
1766           y: -0.045
1767           yanchor: "top"
1768           yref: "paper"
1769         - font:
1770             size: 14
1771           showarrow: False
1772           text: "<b>Probability [%]</b>"
1773           textangle: 270
1774           x: -0.06
1775           xanchor: "center"
1776           xref: "paper"
1777           y: 0.5
1778           yanchor: "middle"
1779           yref: "paper"
1780         - font:
1781             size: 14
1782           showarrow: False
1783           text: "<b>Direction: E-W</b>"
1784           x: 0.24
1785           xanchor: "center"
1786           xref: "paper"
1787           y: 1.05
1788           yanchor: "bottom"
1789           yref: "paper"
1790         - font:
1791             size: 14
1792           showarrow: False
1793           text: "<b>Direction: W-E</b>"
1794           x: 0.74
1795           xanchor: "center"
1796           xref: "paper"
1797           y: 1.05
1798           yanchor: "bottom"
1799           yref: "paper"
1800
1801     plot-hdrh-latency-percentile:
1802       title:
1803         text: ""
1804         xanchor: "center"
1805         x: 0.5
1806         font:
1807           size: 18
1808       xaxis:
1809         type: "log"
1810         title: "<b>Percentile [%]</b>"
1811         titlefont:
1812           size: 16
1813         autorange: True
1814         fixedrange: False
1815         gridcolor: "rgb(230, 230, 230)"
1816         linecolor: "rgb(220, 220, 220)"
1817         linewidth: 1
1818         showgrid: True
1819         showline: True
1820         showticklabels: True
1821         tickcolor: "rgb(220, 220, 220)"
1822         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
1823         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
1824         tickfont:
1825           size: 16
1826       yaxis:
1827         title: "<b>Packet Latency [uSec]</b>"
1828         titlefont:
1829           size: 16
1830         gridcolor: "rgb(230, 230, 230)"
1831         linecolor: "rgb(220, 220, 220)"
1832         linewidth: 1
1833         showgrid: True
1834         showline: True
1835         showticklabels: True
1836         tickcolor: "rgb(220, 220, 220)"
1837         tickfont:
1838           size: 16
1839       autosize: False
1840       showlegend: True
1841       legend:
1842         traceorder: "normal"
1843         orientation: "h"
1844         font:
1845           size: 16
1846         xanchor: "left"
1847         yanchor: "top"
1848         x: 0
1849         y: -0.15
1850         bgcolor: "rgba(255, 255, 255, 0)"
1851         bordercolor: "rgba(255, 255, 255, 0)"
1852       width: 700
1853       height: 700
1854       paper_bgcolor: "white"
1855       plot_bgcolor: "white"
1856
1857     plot-hdrh-latency-by-percentile:
1858       title:
1859         text: "<b>Latency by Percentile Distribution</b>"
1860         xanchor: "center"
1861         x: 0.5
1862         font:
1863           size: 18
1864       showlegend: True
1865       legend:
1866         traceorder: "normal"
1867         orientation: "h"
1868         font:
1869           size: 16
1870         xanchor: "left"
1871         yanchor: "top"
1872         x: 0
1873         y: -0.2
1874         bgcolor: "rgba(255, 255, 255, 0)"
1875         bordercolor: "rgba(255, 255, 255, 0)"
1876       xaxis:
1877         type: "linear"
1878         title: "<b>Percentile [%]</b>"
1879         titlefont:
1880           size: 14
1881         autorange: False
1882         fixedrange: False
1883         range: [0, 100]
1884         gridcolor: "rgb(230, 230, 230)"
1885         linecolor: "rgb(220, 220, 220)"
1886         linewidth: 1
1887         showgrid: True
1888         showline: True
1889         showticklabels: True
1890         tickcolor: "rgb(220, 220, 220)"
1891         tickvals: [0, 25, 50, 75, 100]
1892         ticktext: [0, 25, 50, 75, 100]
1893         tickfont:
1894           size: 14
1895       yaxis:
1896         title: "<b>One-Way Latency per Direction [uSec]</b>"
1897         titlefont:
1898           size: 14
1899         gridcolor: "rgb(230, 230, 230)"
1900         linecolor: "rgb(220, 220, 220)"
1901         linewidth: 1
1902         showgrid: True
1903         showline: True
1904         showticklabels: True
1905         tickcolor: "rgb(220, 220, 220)"
1906         tickfont:
1907           size: 14
1908       width: 700
1909       height: 700
1910       paper_bgcolor: "white"
1911       plot_bgcolor: "white"
1912
1913 - type: "static"
1914   src-path: "{DIR[RST]}"
1915   dst-path: "{DIR[WORKING,SRC]}"
1916
1917 - type: "input"
1918   general:
1919     file-name: "output_info.xml.gz"
1920     file-format: ".gz"
1921     arch-file-format:
1922       - ".gz"
1923       - ".zip"
1924     download-path: "{job}/{build}/archives/{filename}"
1925     extract: "output.xml"
1926
1927     zip-file-name: "robot-plugin.zip"
1928     zip-file-format: ".zip"
1929     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1930     zip-extract: "robot-plugin/output.xml"
1931
1932   builds:
1933
1934     csit-vpp-perf-verify-1904-3n-hsw:
1935       - 9   # MRR sel
1936       - 11  # NDRPDR sel
1937       - 12  # NDRPDR sel
1938       - 20  # NDRPDR sel
1939       - 21  # NDRPDR sel
1940       - 23  # NDRPDR sel
1941       - 24  # NDRPDR sel
1942       - 25  # NDRPDR sel
1943       - 26  # NDRPDR sel
1944       - 29  # NDRPDR sel
1945       - 30  # NDRPDR sel
1946     csit-vpp-perf-verify-1908-3n-hsw:
1947       - 12  # NDRPDR sel
1948       - 13  # NDRPDR sel
1949       - 14  # NDRPDR sel
1950       - 15  # NDRPDR sel
1951       - 16  # NDRPDR sel
1952       - 17  # NDRPDR sel
1953       - 18  # NDRPDR sel
1954       - 19  # NDRPDR sel
1955       - 20  # NDRPDR sel
1956       - 21  # NDRPDR sel
1957       - 48  # NDRPDR sel vhost
1958       - 49  # NDRPDR sel vhost
1959       - 52  # NDRPDR sel vhost
1960       - 53  # NDRPDR sel vhost
1961       - 54  # NDRPDR sel vhost
1962       - 55  # NDRPDR sel vhost
1963       - 56  # NDRPDR sel vhost
1964       - 57  # NDRPDR sel vhost
1965       - 58  # NDRPDR sel vhost
1966       - 59  # NDRPDR sel vhost
1967       - 39  # MRR sel
1968     csit-vpp-perf-verify-2001-3n-hsw:
1969       - 21  # NDRPDR sel
1970       - 22  # NDRPDR sel
1971       - 23  # NDRPDR sel
1972       - 24  # NDRPDR sel
1973       - 25  # NDRPDR sel
1974       - 29  # NDRPDR sel
1975       - 30  # NDRPDR sel
1976       - 31  # NDRPDR sel
1977       - 32  # NDRPDR sel
1978       - 34  # NDRPDR sel
1979       - 17  # MRR sel
1980       - 18  # NDRPDR full
1981       - 20  # NDRPDR full
1982       - 28  # NDRPDR full
1983       - 35  # NDRPDR full
1984       - 46  # NDRPDR full
1985
1986 #    csit-vpp-perf-verify-1904-3n-skx:
1987 #      - 7   # MRR sel
1988 #      - 8   # NDRPDR sel
1989 #      - 9   # NDRPDR sel
1990 #      - 10  # NDRPDR sel
1991 #      - 11  # NDRPDR sel
1992 #      - 12  # NDRPDR sel
1993 #      - 14  # NDRPDR sel
1994 #      - 16  # NDRPDR sel
1995 #      - 21  # NDRPDR sel
1996 #      - 23  # NDRPDR sel
1997 #      - 25  # NDRPDR sel
1998 #    csit-vpp-perf-verify-1908-3n-skx:
1999 #      - 14  # NDRPDR sel
2000 #      - 16  # NDRPDR sel
2001 #      - 19  # NDRPDR sel
2002 #      - 20  # NDRPDR sel
2003 #      - 22  # NDRPDR sel
2004 #      - 23  # NDRPDR sel
2005 #      - 24  # NDRPDR sel
2006 #      - 25  # NDRPDR sel
2007 #      - 26  # NDRPDR sel
2008 #      - 29  # NDRPDR sel
2009 #      - 52  # NDRPDR sel vhost
2010 #      - 53  # NDRPDR sel vhost
2011 #      - 55  # NDRPDR sel vhost
2012 #      - 61  # NDRPDR sel vhost
2013 #      - 62  # NDRPDR sel vhost
2014 #      - 63  # NDRPDR sel vhost
2015 #      - 64  # NDRPDR sel vhost
2016 #      - 65  # NDRPDR sel vhost
2017 #      - 66  # NDRPDR sel vhost
2018 #      - 67  # NDRPDR sel vhost
2019 #      - 36  # MRR sel
2020 #    csit-vpp-perf-verify-2001-3n-skx:
2021 #      - 14  # NDRPDR sel
2022 #      - 15  # NDRPDR sel
2023 #      - 16  # NDRPDR sel
2024
2025 #    csit-vpp-perf-verify-1904-2n-skx:
2026 #      - 11  # MRR sel
2027 #      - 12  # NDRPDR sel
2028 #      - 14  # NDRPDR sel
2029 #      - 16  # NDRPDR sel
2030 #      - 17  # NDRPDR sel
2031 #      - 18  # NDRPDR sel
2032 #      - 21  # NDRPDR sel
2033 #      - 27  # NDRPDR sel
2034 #      - 30  # NDRPDR sel
2035 #      - 31  # NDRPDR sel
2036 #      - 32  # NDRPDR sel
2037 #    csit-vpp-perf-verify-1908-2n-skx:
2038 #      - 26  # NDRPDR sel
2039 #      - 27  # NDRPDR sel
2040 #      - 34  # NDRPDR sel
2041 #      - 35  # NDRPDR sel
2042 #      - 36  # NDRPDR sel
2043 #      - 42  # NDRPDR sel
2044 #      - 43  # NDRPDR sel
2045 #      - 44  # NDRPDR sel
2046 #      - 45  # NDRPDR sel
2047 #      - 46  # NDRPDR sel
2048 #      - 88  # NDRPDR sel vhost
2049 #      - 89  # NDRPDR sel vhost
2050 #      - 91  # NDRPDR sel vhost
2051 #      - 92  # NDRPDR sel vhost
2052 #      - 93  # NDRPDR sel vhost
2053 #      - 94  # NDRPDR sel vhost
2054 #      - 95  # NDRPDR sel vhost
2055 #      - 96  # NDRPDR sel vhost
2056 #      - 97  # NDRPDR sel vhost
2057 #      - 98  # NDRPDR sel vhost
2058 #      - 69  # MRR sel
2059 #      - 29  # TCP
2060 #      - 30  # TCP
2061 #      - 58  # TCP
2062 #      - 22  # NFV
2063 #      - 31  # NFV
2064 #      - 32  # NFV
2065 #      - 71  # NFV MRR
2066 #      - 113 # NFV reconf sel
2067 #      - 114 # NFV reconf sel
2068 #      - 115 # NFV reconf sel
2069 #      - 83  # SOAK
2070 #      - 86  # SOAK
2071 #    csit-vpp-perf-verify-2001-2n-skx:
2072 #      - 21  # NDRPDR sel
2073 #      - 22  # NDRPDR sel
2074 #      - 23  # NDRPDR sel
2075 #      - 26  # NDRPDR sel
2076 #      - 27  # NDRPDR sel
2077 #      - 29  # NDRPDR sel
2078 #      - 32  # NDRPDR full
2079 #      - 33  # NDRPDR full
2080 #      - 30  # NFV
2081 #      - 31  # NFV
2082
2083 #    csit-vpp-perf-verify-2001-2n-clx:
2084 #      - 22  # NDRPDR sel
2085 #      - 23  # NDRPDR sel
2086 #      - 24  # NDRPDR sel
2087 #      - 25  # NDRPDR sel
2088
2089     csit-vpp-perf-verify-1908-3n-tsh:
2090       - 7   # NDRPDR sel
2091       - 8   # NDRPDR sel
2092       - 9   # NDRPDR sel
2093       - 10  # NDRPDR sel
2094       - 11  # NDRPDR sel
2095       - 12  # NDRPDR sel
2096       - 13  # NDRPDR sel
2097       - 14  # NDRPDR sel
2098       - 15  # NDRPDR sel
2099       - 16  # NDRPDR sel
2100       - 17  # MRR sel
2101     csit-vpp-perf-verify-2001-3n-tsh:
2102       - 3   # NDRPDR sel
2103       - 4   # NDRPDR sel
2104       - 7   # NDRPDR sel
2105       - 8   # NDRPDR sel
2106
2107     csit-vpp-perf-verify-1908-3n-dnv:
2108       - 6   # NDRPDR sel
2109       - 7   # NDRPDR sel
2110       - 8   # NDRPDR sel
2111       - 9   # NDRPDR sel
2112       - 10  # NDRPDR sel
2113       - 12  # NDRPDR sel
2114       - 13  # NDRPDR sel
2115       - 14  # NDRPDR sel
2116       - 15  # NDRPDR sel
2117       - 16  # NDRPDR sel
2118       - 17  # MRR sel
2119     csit-vpp-perf-verify-2001-3n-dnv:
2120       - 5   # NDRPDR sel
2121       - 6   # NDRPDR sel
2122       - 7   # NDRPDR sel
2123       - 8   # NDRPDR sel
2124       - 9   # NDRPDR sel
2125       - 10  # NDRPDR sel
2126       - 12  # NDRPDR sel
2127       - 16  # NDRPDR sel
2128       - 17  # NDRPDR sel
2129       - 18  # NDRPDR sel
2130       - 11  # MRR sel
2131       - 19  # NDRPDR full
2132       - 20  # NDRPDR full
2133       - 21  # NDRPDR full
2134       - 22  # NDRPDR full
2135       - 23  # NDRPDR full
2136       - 24  # NDRPDR full
2137       - 25  # NDRPDR full
2138       - 26  # NDRPDR full
2139
2140     csit-vpp-perf-verify-1908-2n-dnv:
2141       - 1   # NDRPDR sel
2142       - 2   # NDRPDR sel
2143       - 3   # NDRPDR sel
2144       - 4   # NDRPDR sel
2145       - 5   # NDRPDR sel
2146       - 6   # NDRPDR sel
2147       - 7   # NDRPDR sel
2148       - 8   # NDRPDR sel
2149       - 9   # NDRPDR sel
2150       - 10  # NDRPDR sel
2151       - 11  # MRR sel
2152     csit-vpp-perf-verify-2001-2n-dnv:
2153       - 4   # NDRPDR sel
2154       - 5   # NDRPDR sel
2155       - 6   # NDRPDR sel
2156       - 7   # NDRPDR sel
2157       - 8   # NDRPDR sel
2158       - 9   # NDRPDR sel
2159       - 10  # NDRPDR sel
2160       - 11  # NDRPDR sel
2161       - 13  # NDRPDR sel
2162       - 16  # NDRPDR sel
2163       - 12  # MRR sel
2164       - 21  # NDRPDR full
2165       - 22  # NDRPDR full
2166       - 25  # NDRPDR full
2167       - 26  # NDRPDR full
2168       - 27  # NDRPDR full
2169       - 28  # NDRPDR full
2170
2171     csit-dpdk-perf-verify-1904-3n-hsw:
2172       - 2   # NDRPDR sel
2173       - 3   # NDRPDR sel
2174       - 5   # NDRPDR sel
2175       - 6   # NDRPDR sel
2176       - 13  # NDRPDR sel
2177       - 14  # NDRPDR sel
2178       - 15  # NDRPDR sel
2179       - 18  # NDRPDR sel
2180       - 19  # NDRPDR sel
2181       - 20  # NDRPDR sel
2182     csit-dpdk-perf-verify-1908-3n-hsw:
2183       - 2   # NDRPDR sel
2184       - 3   # NDRPDR sel
2185       - 4   # NDRPDR sel
2186       - 5   # NDRPDR sel
2187       - 6   # NDRPDR sel
2188       - 7   # NDRPDR sel
2189       - 8   # NDRPDR sel
2190       - 9   # NDRPDR sel
2191       - 10  # NDRPDR sel
2192       - 11  # NDRPDR sel
2193     csit-dpdk-perf-verify-2001-3n-hsw:
2194       - 4   # NDRPDR sel
2195       - 5   # NDRPDR sel
2196       - 6   # NDRPDR sel
2197       - 7   # NDRPDR sel
2198       - 8   # NDRPDR sel
2199       - 9   # NDRPDR sel
2200       - 10  # NDRPDR sel
2201       - 11  # NDRPDR sel
2202       - 12  # NDRPDR sel
2203       - 13  # NDRPDR sel
2204       - 15  # NDRPDR sel
2205       - 16  # NDRPDR sel
2206       - 17  # NDRPDR sel
2207       - 18  # NDRPDR sel
2208       - 19  # NDRPDR sel
2209       - 20  # NDRPDR sel
2210       - 21  # NDRPDR sel
2211       - 22  # NDRPDR sel
2212       - 23  # NDRPDR sel
2213       - 24  # NDRPDR sel
2214       - 25  # NDRPDR full
2215       - 26  # NDRPDR full
2216
2217 #    csit-dpdk-perf-verify-1904-3n-skx:
2218 #      - 2   # NDRPDR sel
2219 #      - 3   # NDRPDR sel
2220 #      - 4   # NDRPDR sel
2221 #      - 5   # NDRPDR sel
2222 #      - 6   # NDRPDR sel
2223 #      - 7   # NDRPDR sel
2224 #      - 11  # NDRPDR sel
2225 #      - 12  # NDRPDR sel
2226 #      - 13  # NDRPDR sel
2227 #      - 14  # NDRPDR sel
2228 #    csit-dpdk-perf-verify-1908-3n-skx:
2229 #      - 3   # NDRPDR sel
2230 #      - 4   # NDRPDR sel
2231 #      - 5   # NDRPDR sel
2232 #      - 6   # NDRPDR sel
2233 #      - 7   # NDRPDR sel
2234 #      - 8   # NDRPDR sel
2235 #      - 9   # NDRPDR sel
2236 #      - 10  # NDRPDR sel
2237 #      - 11  # NDRPDR sel
2238 #      - 12  # NDRPDR sel
2239 #    csit-dpdk-perf-verify-2001-3n-skx:
2240 #      - 1   # NDRPDR sel
2241 #      - 2   # NDRPDR sel
2242 #      - 3   # NDRPDR sel
2243 #      - 4   # NDRPDR sel
2244 #      - 5   # NDRPDR sel
2245 #      - 6   # NDRPDR sel
2246 #      - 7   # NDRPDR sel
2247 #      - 8   # NDRPDR sel
2248 #      - 9   # NDRPDR sel
2249 #      - 10  # NDRPDR sel
2250
2251 #    csit-dpdk-perf-verify-1904-2n-skx:
2252 #      - 2   # NDRPDR sel
2253 #      - 3   # NDRPDR sel
2254 #      - 4   # NDRPDR sel
2255 #      - 5   # NDRPDR sel
2256 #      - 7   # NDRPDR sel
2257 #      - 8   # NDRPDR sel
2258 #      - 9   # NDRPDR sel
2259 #      - 10  # NDRPDR sel
2260 #      - 11  # NDRPDR sel
2261 #      - 12  # NDRPDR sel
2262 #    csit-dpdk-perf-verify-1908-2n-skx:
2263 #      - 2   # NDRPDR sel
2264 #      - 3   # NDRPDR sel
2265 #      - 4   # NDRPDR sel
2266 #      - 5   # NDRPDR sel
2267 #      - 7   # NDRPDR sel
2268 #      - 8   # NDRPDR sel
2269 #      - 9   # NDRPDR sel
2270 #      - 10  # NDRPDR sel
2271 #      - 11  # NDRPDR sel
2272 #      - 12  # NDRPDR sel
2273 #    csit-dpdk-perf-verify-2001-2n-skx:
2274 #      - 1   # NDRPDR sel
2275 #      - 2   # NDRPDR sel
2276 #      - 3   # NDRPDR sel
2277 #      - 4   # NDRPDR sel
2278 #      - 5   # NDRPDR sel
2279 #      - 6   # NDRPDR sel
2280 #      - 7   # NDRPDR sel
2281 #      - 8   # NDRPDR sel
2282 #      - 9   # NDRPDR sel
2283 #      - 10  # NDRPDR sel
2284 #      - 11  # NDRPDR sel
2285 #      - 13  # NDRPDR sel
2286 #      - 26  # NDRPDR sel
2287 #      - 16  # NDRPDR sel
2288 #      - 17  # NDRPDR sel
2289 #      - 18  # NDRPDR sel
2290 #      - 19  # NDRPDR sel
2291 #      - 27  # NDRPDR sel
2292 #      - 21  # NDRPDR sel
2293 #      - 25  # NDRPDR sel
2294
2295 #    csit-dpdk-perf-verify-2001-2n-clx:
2296 #      - 1   # NDRPDR sel
2297 #      - 2   # NDRPDR sel
2298 #      - 3   # NDRPDR sel
2299 #      - 4   # NDRPDR sel
2300 #      - 5   # NDRPDR sel
2301 #      - 6   # NDRPDR sel
2302 #      - 7   # NDRPDR sel
2303 #      - 8   # NDRPDR sel
2304 #      - 9   # NDRPDR sel
2305 #      - 10  # NDRPDR sel
2306
2307     csit-dpdk-perf-verify-2001-2n-dnv:
2308       - 9   # NDRPDR sel
2309       - 10  # NDRPDR sel
2310       - 11  # NDRPDR sel
2311       - 12  # NDRPDR sel
2312       - 13  # NDRPDR sel
2313       - 14  # NDRPDR sel
2314       - 15  # NDRPDR sel
2315       - 16  # NDRPDR sel
2316       - 17  # NDRPDR sel
2317       - 18  # NDRPDR sel
2318
2319     csit-dpdk-perf-verify-2001-3n-dnv:
2320       - 12  # NDRPDR sel
2321       - 13  # NDRPDR sel
2322       - 14  # NDRPDR sel
2323       - 15  # NDRPDR sel
2324       - 16  # NDRPDR sel
2325       - 17  # NDRPDR sel
2326       - 18  # NDRPDR sel
2327       - 19  # NDRPDR sel
2328       - 20  # NDRPDR sel
2329       - 22  # NDRPDR sel
2330
2331     csit-dpdk-perf-verify-2001-3n-tsh:
2332       - 3   # NDRPDR sel
2333       - 4   # NDRPDR sel
2334       - 5   # NDRPDR sel
2335       - 9   # NDRPDR sel
2336       - 10  # NDRPDR sel
2337       - 11  # NDRPDR sel
2338       - 12  # NDRPDR sel
2339
2340     csit-vpp-device-2001-ubuntu1804-1n-skx:
2341       - 57
2342
2343 - type: "output"
2344   output: "report"
2345   format:
2346     html:
2347     - full
2348 # TODO: Enable for release runs:
2349 #    pdf:
2350 #    - minimal
2351
2352 ################################################################################
2353 ###                               T A B L E S                                ###
2354 ################################################################################
2355
2356 ## VPP Soak vs NDR
2357 #- type: "table"
2358 #  title: "VPP Soak vs NDR 2n-skx"
2359 #  algorithm: "table_soak_vs_ndr"
2360 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2361 #  reference:
2362 #    title: "NDR"
2363 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2364 #  compare:
2365 #    title: "Soak"
2366 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2367 #  data: "vpp-soak-vs-ndr-2n-skx"
2368 #  include-tests: "NDR"
2369 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2370 #  parameters:
2371 #    - "throughput"
2372 #    - "name"
2373 #    - "parent"
2374
2375 ################################################################################
2376
2377 ## VPP Compare NICs 3n-skx 2t1c ndr
2378 #- type: "table"
2379 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2380 #  algorithm: "table_nics_comparison"
2381 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2382 #  reference:
2383 #    title: "x710"
2384 #    nic: "NIC_Intel-X710"
2385 #  compare:
2386 #    title: "xxv710"
2387 #    nic: "NIC_Intel-XXV710"
2388 #  data: "vpp-nic-comparison-3n-skx"
2389 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2390 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2391 #  parameters:
2392 #  - "name"
2393 #  - "parent"
2394 #  - "throughput"
2395 #  - "tags"
2396 #
2397 ## VPP Compare NICs 3n-skx 4t2c ndr
2398 #- type: "table"
2399 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2400 #  algorithm: "table_nics_comparison"
2401 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2402 #  reference:
2403 #    title: "x710"
2404 #    nic: "NIC_Intel-X710"
2405 #  compare:
2406 #    title: "xxv710"
2407 #    nic: "NIC_Intel-XXV710"
2408 #  data: "vpp-nic-comparison-3n-skx"
2409 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2410 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2411 #  parameters:
2412 #  - "name"
2413 #  - "parent"
2414 #  - "throughput"
2415 #  - "tags"
2416 #
2417 ## VPP Compare NICs 3n-skx 2t1c pdr
2418 #- type: "table"
2419 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2420 #  algorithm: "table_nics_comparison"
2421 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2422 #  reference:
2423 #    title: "x710"
2424 #    nic: "NIC_Intel-X710"
2425 #  compare:
2426 #    title: "xxv710"
2427 #    nic: "NIC_Intel-XXV710"
2428 #  data: "vpp-nic-comparison-3n-skx"
2429 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2430 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2431 #  parameters:
2432 #  - "name"
2433 #  - "parent"
2434 #  - "throughput"
2435 #  - "tags"
2436 #
2437 # # VPP Compare NICs 3n-skx 4t2c pdr
2438 #- type: "table"
2439 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2440 #  algorithm: "table_nics_comparison"
2441 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2442 #  reference:
2443 #    title: "x710"
2444 #    nic: "NIC_Intel-X710"
2445 #  compare:
2446 #    title: "xxv710"
2447 #    nic: "NIC_Intel-XXV710"
2448 #  data: "vpp-nic-comparison-3n-skx"
2449 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2450 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2451 #  parameters:
2452 #  - "name"
2453 #  - "parent"
2454 #  - "throughput"
2455 #  - "tags"
2456 #
2457 ## VPP Compare NICs 3n-skx 2t1c mrr
2458 #- type: "table"
2459 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2460 #  algorithm: "table_nics_comparison"
2461 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2462 #  reference:
2463 #    title: "x710"
2464 #    nic: "NIC_Intel-X710"
2465 #  compare:
2466 #    title: "xxv710"
2467 #    nic: "NIC_Intel-XXV710"
2468 #  data: "vpp-nic-comparison-3n-skx-mrr"
2469 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2470 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2471 #  parameters:
2472 #  - "name"
2473 #  - "parent"
2474 #  - "result"
2475 #  - "tags"
2476 #
2477 ## VPP Compare NICs 3n-skx 4t2c mrr
2478 #- type: "table"
2479 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2480 #  algorithm: "table_nics_comparison"
2481 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2482 #  reference:
2483 #    title: "x710"
2484 #    nic: "NIC_Intel-X710"
2485 #  compare:
2486 #    title: "xxv710"
2487 #    nic: "NIC_Intel-XXV710"
2488 #  data: "vpp-nic-comparison-3n-skx-mrr"
2489 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2490 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2491 #  parameters:
2492 #  - "name"
2493 #  - "parent"
2494 #  - "result"
2495 #  - "tags"
2496 #
2497 # # VPP Compare NICs 3n-skx 8t4c mrr
2498 #- type: "table"
2499 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2500 #  algorithm: "table_nics_comparison"
2501 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2502 #  reference:
2503 #    title: "x710"
2504 #    nic: "NIC_Intel-X710"
2505 #  compare:
2506 #    title: "xxv710"
2507 #    nic: "NIC_Intel-XXV710"
2508 #  data: "vpp-nic-comparison-3n-skx-mrr"
2509 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2510 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2511 #  parameters:
2512 #  - "name"
2513 #  - "parent"
2514 #  - "result"
2515 #  - "tags"
2516 #
2517 ## VPP Compare NICs 2n-skx 2t1c ndr
2518 #- type: "table"
2519 #  title: "VPP Compare NICs 2n-skx 2t1c ndr"
2520 #  algorithm: "table_nics_comparison"
2521 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2522 #  reference:
2523 #    title: "x710"
2524 #    nic: "NIC_Intel-X710"
2525 #  compare:
2526 #    title: "xxv710"
2527 #    nic: "NIC_Intel-XXV710"
2528 #  data: "vpp-nic-comparison-2n-skx"
2529 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2530 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2531 #  parameters:
2532 #  - "name"
2533 #  - "parent"
2534 #  - "throughput"
2535 #  - "tags"
2536 #
2537 ## VPP Compare NICs 2n-skx 4t2c ndr
2538 #- type: "table"
2539 #  title: "VPP Compare NICs 2n-skx 4t2c ndr"
2540 #  algorithm: "table_nics_comparison"
2541 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2542 #  reference:
2543 #    title: "x710"
2544 #    nic: "NIC_Intel-X710"
2545 #  compare:
2546 #    title: "xxv710"
2547 #    nic: "NIC_Intel-XXV710"
2548 #  data: "vpp-nic-comparison-2n-skx"
2549 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2550 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2551 #  parameters:
2552 #  - "name"
2553 #  - "parent"
2554 #  - "throughput"
2555 #  - "tags"
2556 #
2557 # # VPP Compare NICs 2n-skx 2t1c pdr
2558 #- type: "table"
2559 #  title: "VPP Compare NICs 2n-skx 2t1c pdr"
2560 #  algorithm: "table_nics_comparison"
2561 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2562 #  reference:
2563 #    title: "x710"
2564 #    nic: "NIC_Intel-X710"
2565 #  compare:
2566 #    title: "xxv710"
2567 #    nic: "NIC_Intel-XXV710"
2568 #  data: "vpp-nic-comparison-2n-skx"
2569 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2570 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2571 #  parameters:
2572 #  - "name"
2573 #  - "parent"
2574 #  - "throughput"
2575 #  - "tags"
2576 #
2577 ## VPP Compare NICs 2n-skx 4t2c pdr
2578 #- type: "table"
2579 #  title: "VPP Compare NICs 2n-skx 4t2c pdr"
2580 #  algorithm: "table_nics_comparison"
2581 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2582 #  reference:
2583 #    title: "x710"
2584 #    nic: "NIC_Intel-X710"
2585 #  compare:
2586 #    title: "xxv710"
2587 #    nic: "NIC_Intel-XXV710"
2588 #  data: "vpp-nic-comparison-2n-skx"
2589 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2590 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2591 #  parameters:
2592 #  - "name"
2593 #  - "parent"
2594 #  - "throughput"
2595 #  - "tags"
2596 #
2597 ## VPP Compare NICs 2n-skx 2t1c mrr
2598 #- type: "table"
2599 #  title: "VPP Compare NICs 2n-skx 2t1c mrr"
2600 #  algorithm: "table_nics_comparison"
2601 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2602 #  reference:
2603 #    title: "x710"
2604 #    nic: "NIC_Intel-X710"
2605 #  compare:
2606 #    title: "xxv710"
2607 #    nic: "NIC_Intel-XXV710"
2608 #  data: "vpp-nic-comparison-2n-skx-mrr"
2609 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2610 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2611 #  parameters:
2612 #  - "name"
2613 #  - "parent"
2614 #  - "result"
2615 #  - "tags"
2616 #
2617 ## VPP Compare NICs 2n-skx 4t2c mrr
2618 #- type: "table"
2619 #  title: "VPP Compare NICs 2n-skx 4t2c mrr"
2620 #  algorithm: "table_nics_comparison"
2621 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2622 #  reference:
2623 #    title: "x710"
2624 #    nic: "NIC_Intel-X710"
2625 #  compare:
2626 #    title: "xxv710"
2627 #    nic: "NIC_Intel-XXV710"
2628 #  data: "vpp-nic-comparison-2n-skx-mrr"
2629 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2630 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2631 #  parameters:
2632 #  - "name"
2633 #  - "parent"
2634 #  - "result"
2635 #  - "tags"
2636 #
2637 ## VPP Compare NICs 2n-skx 8t4c mrr
2638 #- type: "table"
2639 #  title: "VPP Compare NICs 2n-skx 8t4c mrr"
2640 #  algorithm: "table_nics_comparison"
2641 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2642 #  reference:
2643 #    title: "x710"
2644 #    nic: "NIC_Intel-X710"
2645 #  compare:
2646 #    title: "xxv710"
2647 #    nic: "NIC_Intel-XXV710"
2648 #  data: "vpp-nic-comparison-2n-skx-mrr"
2649 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2650 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2651 #  parameters:
2652 #  - "name"
2653 #  - "parent"
2654 #  - "result"
2655 #  - "tags"
2656
2657 ################################################################################
2658 # VPP
2659
2660 # VPP Performance Changes 3n-hsw 1t1c pdr
2661 - type: "table"
2662   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2663   algorithm: "table_perf_comparison"
2664   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2665   history:
2666     - title: "rls1904"
2667       data: "vpp-performance-changes-3n-hsw-h1"
2668   reference:
2669     title: "rls1908"
2670     data: "vpp-performance-changes-3n-hsw-ref"
2671     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2672   compare:
2673     title: "rls2001"
2674     data: "vpp-performance-changes-3n-hsw-cmp"
2675   data: "vpp-performance-changes-3n-hsw"
2676   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2677   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2678   parameters:
2679   - "name"
2680   - "parent"
2681   - "throughput"
2682
2683 # VPP Performance Changes 3n-hsw 2t2c pdr
2684 - type: "table"
2685   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2686   algorithm: "table_perf_comparison"
2687   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2688   history:
2689     - title: "rls1904"
2690       data: "vpp-performance-changes-3n-hsw-h1"
2691   reference:
2692     title: "rls1908"
2693     data: "vpp-performance-changes-3n-hsw-ref"
2694     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2695   compare:
2696     title: "rls2001"
2697     data: "vpp-performance-changes-3n-hsw-cmp"
2698   data: "vpp-performance-changes-3n-hsw"
2699   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2700   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2701   parameters:
2702   - "name"
2703   - "parent"
2704   - "throughput"
2705
2706 # VPP Performance Changes 3n-hsw 1t1c ndr
2707 - type: "table"
2708   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2709   algorithm: "table_perf_comparison"
2710   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2711   history:
2712     - title: "rls1904"
2713       data: "vpp-performance-changes-3n-hsw-h1"
2714   reference:
2715     title: "rls1908"
2716     data: "vpp-performance-changes-3n-hsw-ref"
2717     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2718   compare:
2719     title: "rls2001"
2720     data: "vpp-performance-changes-3n-hsw-cmp"
2721   data: "vpp-performance-changes-3n-hsw"
2722   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2723   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2724   parameters:
2725   - "name"
2726   - "parent"
2727   - "throughput"
2728
2729 # VPP Performance Changes 3n-hsw 2t2c ndr
2730 - type: "table"
2731   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2732   algorithm: "table_perf_comparison"
2733   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2734   history:
2735     - title: "rls1904"
2736       data: "vpp-performance-changes-3n-hsw-h1"
2737   reference:
2738     title: "rls1908"
2739     data: "vpp-performance-changes-3n-hsw-ref"
2740     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2741   compare:
2742     title: "rls2001"
2743     data: "vpp-performance-changes-3n-hsw-cmp"
2744   data: "vpp-performance-changes-3n-hsw"
2745   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2746   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2747   parameters:
2748   - "name"
2749   - "parent"
2750   - "throughput"
2751
2752 ## VPP Performance Changes 3n-skx 2t1c pdr
2753 #- type: "table"
2754 #  title: "VPP Performance Changes 3n-skx 2t1c pdr"
2755 #  algorithm: "table_perf_comparison_nic"
2756 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2757 #  history:
2758 #    - title: "rls1904 x710"
2759 #      data: "vpp-performance-changes-3n-skx-h1"
2760 #      nic: "NIC_Intel-X710"
2761 #  reference:
2762 #    title: "rls1908 xxv710"
2763 #    data: "vpp-performance-changes-3n-skx-ref"
2764 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2765 #    nic: "NIC_Intel-XXV710"
2766 #  compare:
2767 #    title: "rls2001 xxv710"
2768 #    data: "vpp-performance-changes-3n-skx-cmp"
2769 #    nic: "NIC_Intel-XXV710"
2770 #  data: "vpp-performance-changes-3n-skx"
2771 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2772 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2773 #  parameters:
2774 #  - "name"
2775 #  - "parent"
2776 #  - "throughput"
2777 #  - "tags"
2778 #
2779 ## VPP Performance Changes 3n-skx 4t2c pdr
2780 #- type: "table"
2781 #  title: "VPP Performance Changes 3n-skx 4t2c pdr"
2782 #  algorithm: "table_perf_comparison_nic"
2783 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2784 #  history:
2785 #    - title: "rls1904 x710"
2786 #      data: "vpp-performance-changes-3n-skx-h1"
2787 #      nic: "NIC_Intel-X710"
2788 #  reference:
2789 #    title: "rls1908 x710"
2790 #    data: "vpp-performance-changes-3n-skx-ref"
2791 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2792 #    nic: "NIC_Intel-X710"
2793 #  compare:
2794 #    title: "rls2001 xxv710"
2795 #    data: "vpp-performance-changes-3n-skx-cmp"
2796 #    nic: "NIC_Intel-XXV710"
2797 #  data: "vpp-performance-changes-3n-skx"
2798 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2799 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2800 #  parameters:
2801 #  - "name"
2802 #  - "parent"
2803 #  - "throughput"
2804 #  - "tags"
2805 #
2806 ## VPP Performance Changes 3n-skx 2t1c ndr
2807 #- type: "table"
2808 #  title: "VPP Performance Changes 3n-skx 2t1c ndr"
2809 #  algorithm: "table_perf_comparison_nic"
2810 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2811 #  history:
2812 #    - title: "rls1904 x710"
2813 #      data: "vpp-performance-changes-3n-skx-h1"
2814 #      nic: "NIC_Intel-X710"
2815 #  reference:
2816 #    title: "rls1908 x710"
2817 #    data: "vpp-performance-changes-3n-skx-ref"
2818 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2819 #    nic: "NIC_Intel-X710"
2820 #  compare:
2821 #    title: "rls2001 xxv710"
2822 #    data: "vpp-performance-changes-3n-skx-cmp"
2823 #    nic: "NIC_Intel-XXV710"
2824 #  data: "vpp-performance-changes-3n-skx"
2825 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2826 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2827 #  parameters:
2828 #  - "name"
2829 #  - "parent"
2830 #  - "throughput"
2831 #  - "tags"
2832 #
2833 ## VPP Performance Changes 3n-skx 4t2c ndr
2834 #- type: "table"
2835 #  title: "VPP Performance Changes 3n-skx 4t2c ndr"
2836 #  algorithm: "table_perf_comparison_nic"
2837 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2838 #  history:
2839 #    - title: "rls1904 x710"
2840 #      data: "vpp-performance-changes-3n-skx-h1"
2841 #      nic: "NIC_Intel-X710"
2842 #  reference:
2843 #    title: "rls1908 x710"
2844 #    data: "vpp-performance-changes-3n-skx-ref"
2845 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2846 #    nic: "NIC_Intel-X710"
2847 #  compare:
2848 #    title: "rls2001 xxv710"
2849 #    data: "vpp-performance-changes-3n-skx-cmp"
2850 #    nic: "NIC_Intel-XXV710"
2851 #  data: "vpp-performance-changes-3n-skx"
2852 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2853 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2854 #  parameters:
2855 #  - "name"
2856 #  - "parent"
2857 #  - "throughput"
2858 #  - "tags"
2859 #
2860 ## VPP Performance Changes 2n-skx 2t1c pdr
2861 #- type: "table"
2862 #  title: "VPP Performance Changes 2n-skx 2t1c pdr"
2863 #  algorithm: "table_perf_comparison_nic"
2864 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2865 #  history:
2866 #    - title: "rls1904 x710"
2867 #      data: "vpp-performance-changes-2n-skx-h1"
2868 #      nic: "NIC_Intel-X710"
2869 #  reference:
2870 #    title: "rls1908 xxv710"
2871 #    data: "vpp-performance-changes-2n-skx-ref"
2872 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2873 #    nic: "NIC_Intel-XXV710"
2874 #  compare:
2875 #    title: "rls2001 xxv710"
2876 #    data: "vpp-performance-changes-2n-skx-cmp"
2877 #    nic: "NIC_Intel-XXV710"
2878 #  data: "vpp-performance-changes-2n-skx"
2879 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2880 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2881 #  parameters:
2882 #  - "name"
2883 #  - "parent"
2884 #  - "throughput"
2885 #  - "tags"
2886 #
2887 ## VPP Performance Changes 2n-skx 4t2c pdr
2888 #- type: "table"
2889 #  title: "VPP Performance Changes 2n-skx 4t2c pdr"
2890 #  algorithm: "table_perf_comparison_nic"
2891 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2892 #  history:
2893 #    - title: "rls1904 x710"
2894 #      data: "vpp-performance-changes-2n-skx-h1"
2895 #      nic: "NIC_Intel-X710"
2896 #  reference:
2897 #    title: "rls1908 xxv710"
2898 #    data: "vpp-performance-changes-2n-skx-ref"
2899 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2900 #    nic: "NIC_Intel-XXV710"
2901 #  compare:
2902 #    title: "rls2001 xxv710"
2903 #    data: "vpp-performance-changes-2n-skx-cmp"
2904 #    nic: "NIC_Intel-XXV710"
2905 #  data: "vpp-performance-changes-2n-skx"
2906 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2907 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2908 #  parameters:
2909 #  - "name"
2910 #  - "parent"
2911 #  - "throughput"
2912 #  - "tags"
2913 #
2914 ## VPP Performance Changes 2n-skx 2t1c ndr
2915 #- type: "table"
2916 #  title: "VPP Performance Changes 2n-skx 2t1c ndr"
2917 #  algorithm: "table_perf_comparison_nic"
2918 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2919 #  history:
2920 #    - title: "rls1904 x710"
2921 #      data: "vpp-performance-changes-2n-skx-h1"
2922 #      nic: "NIC_Intel-X710"
2923 #  reference:
2924 #    title: "rls1908 xxv710"
2925 #    data: "vpp-performance-changes-2n-skx-ref"
2926 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2927 #    nic: "NIC_Intel-XXV710"
2928 #  compare:
2929 #    title: "rls2001 xxv710"
2930 #    data: "vpp-performance-changes-2n-skx-cmp"
2931 #    nic: "NIC_Intel-XXV710"
2932 #  data: "vpp-performance-changes-2n-skx"
2933 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2934 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2935 #  parameters:
2936 #  - "name"
2937 #  - "parent"
2938 #  - "throughput"
2939 #  - "tags"
2940 #
2941 ## VPP Performance Changes 2n-skx 4t2c ndr
2942 #- type: "table"
2943 #  title: "VPP Performance Changes 2n-skx 4t2c ndr"
2944 #  algorithm: "table_perf_comparison_nic"
2945 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2946 #  history:
2947 #    - title: "rls1904 x710"
2948 #      data: "vpp-performance-changes-2n-skx-h1"
2949 #      nic: "NIC_Intel-X710"
2950 #  reference:
2951 #    title: "rls1908 xxv710"
2952 #    data: "vpp-performance-changes-2n-skx-ref"
2953 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2954 #    nic: "NIC_Intel-XXV710"
2955 #  compare:
2956 #    title: "rls2001 xxv710"
2957 #    data: "vpp-performance-changes-2n-skx-cmp"
2958 #    nic: "NIC_Intel-XXV710"
2959 #  data: "vpp-performance-changes-2n-skx"
2960 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2961 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2962 #  parameters:
2963 #  - "name"
2964 #  - "parent"
2965 #  - "throughput"
2966 #  - "tags"
2967 #
2968 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
2969 #- type: "table"
2970 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
2971 #  algorithm: "table_perf_comparison"
2972 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
2973 #  reference:
2974 #    title: "rls1908"
2975 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
2976 #  compare:
2977 #    title: "rls2001"
2978 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
2979 #  data: "vpp-performance-changes-nfv-2n-skx"
2980 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2981 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
2982 #  parameters:
2983 #  - "name"
2984 #  - "parent"
2985 #  - "throughput"
2986 #  - "tags"
2987 #
2988 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
2989 #- type: "table"
2990 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
2991 #  algorithm: "table_perf_comparison"
2992 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
2993 #  reference:
2994 #    title: "rls1908"
2995 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
2996 #  compare:
2997 #    title: "rls2001"
2998 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
2999 #  data: "vpp-performance-changes-nfv-2n-skx"
3000 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3001 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3002 #  parameters:
3003 #  - "name"
3004 #  - "parent"
3005 #  - "throughput"
3006 #  - "tags"
3007 #
3008 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3009 #- type: "table"
3010 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3011 #  algorithm: "table_perf_comparison"
3012 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3013 #  reference:
3014 #    title: "rls1908"
3015 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3016 #  compare:
3017 #    title: "rls2001"
3018 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3019 #  data: "vpp-performance-changes-nfv-2n-skx"
3020 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3021 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3022 #  parameters:
3023 #  - "name"
3024 #  - "parent"
3025 #  - "throughput"
3026 #  - "tags"
3027 #
3028 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3029 #- type: "table"
3030 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3031 #  algorithm: "table_perf_comparison"
3032 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3033 #  reference:
3034 #    title: "rls1908"
3035 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3036 #  compare:
3037 #    title: "rls2001"
3038 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3039 #  data: "vpp-performance-changes-nfv-2n-skx"
3040 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3041 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3042 #  parameters:
3043 #  - "name"
3044 #  - "parent"
3045 #  - "throughput"
3046 #  - "tags"
3047
3048 # VPP Performance Changes 2n-dnv 1t1c pdr
3049 - type: "table"
3050   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3051   algorithm: "table_perf_comparison"
3052   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3053   reference:
3054     title: "rls1908"
3055     data: "vpp-performance-changes-2n-dnv-ref"
3056   compare:
3057     title: "rls2001"
3058     data: "vpp-performance-changes-2n-dnv-cmp"
3059   data: "vpp-performance-changes-2n-dnv"
3060   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3061   filter: "'1T1C'"
3062   parameters:
3063   - "name"
3064   - "parent"
3065   - "throughput"
3066   - "tags"
3067
3068 # VPP Performance Changes 2n-dnv 2t2c pdr
3069 - type: "table"
3070   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3071   algorithm: "table_perf_comparison"
3072   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3073   reference:
3074     title: "rls1908"
3075     data: "vpp-performance-changes-2n-dnv-ref"
3076   compare:
3077     title: "rls2001"
3078     data: "vpp-performance-changes-2n-dnv-cmp"
3079   data: "vpp-performance-changes-2n-dnv"
3080   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3081   filter: "'2T2C'"
3082   parameters:
3083   - "name"
3084   - "parent"
3085   - "throughput"
3086   - "tags"
3087
3088 # VPP Performance Changes 2n-dnv 1t1c ndr
3089 - type: "table"
3090   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3091   algorithm: "table_perf_comparison"
3092   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3093   reference:
3094     title: "rls1908"
3095     data: "vpp-performance-changes-2n-dnv-ref"
3096   compare:
3097     title: "rls2001"
3098     data: "vpp-performance-changes-2n-dnv-cmp"
3099   data: "vpp-performance-changes-2n-dnv"
3100   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3101   filter: "'1T1C'"
3102   parameters:
3103   - "name"
3104   - "parent"
3105   - "throughput"
3106   - "tags"
3107
3108 # VPP Performance Changes 2n-dnv 2t2c ndr
3109 - type: "table"
3110   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3111   algorithm: "table_perf_comparison"
3112   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3113   reference:
3114     title: "rls1908 "
3115     data: "vpp-performance-changes-2n-dnv-ref"
3116   compare:
3117     title: "rls2001"
3118     data: "vpp-performance-changes-2n-dnv-cmp"
3119   data: "vpp-performance-changes-2n-dnv"
3120   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3121   filter: "'2T2C'"
3122   parameters:
3123   - "name"
3124   - "parent"
3125   - "throughput"
3126   - "tags"
3127
3128 # VPP Performance Changes 3n-dnv 1t1c pdr
3129 - type: "table"
3130   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3131   algorithm: "table_perf_comparison"
3132   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3133   reference:
3134     title: "rls1908"
3135     data: "vpp-performance-changes-3n-dnv-ref"
3136   compare:
3137     title: "rls2001"
3138     data: "vpp-performance-changes-3n-dnv-cmp"
3139   data: "vpp-performance-changes-3n-dnv"
3140   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3141   filter: "'1T1C'"
3142   parameters:
3143   - "name"
3144   - "parent"
3145   - "throughput"
3146   - "tags"
3147
3148 # VPP Performance Changes 3n-dnv 2t2c pdr
3149 - type: "table"
3150   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3151   algorithm: "table_perf_comparison"
3152   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3153   reference:
3154     title: "rls1908"
3155     data: "vpp-performance-changes-3n-dnv-ref"
3156   compare:
3157     title: "rls2001"
3158     data: "vpp-performance-changes-3n-dnv-cmp"
3159   data: "vpp-performance-changes-3n-dnv"
3160   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3161   filter: "'2T2C'"
3162   parameters:
3163   - "name"
3164   - "parent"
3165   - "throughput"
3166   - "tags"
3167
3168 # VPP Performance Changes 3n-dnv 1t1c ndr
3169 - type: "table"
3170   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3171   algorithm: "table_perf_comparison"
3172   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3173   reference:
3174     title: "rls1908"
3175     data: "vpp-performance-changes-3n-dnv-ref"
3176   compare:
3177     title: "rls2001"
3178     data: "vpp-performance-changes-3n-dnv-cmp"
3179   data: "vpp-performance-changes-3n-dnv"
3180   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3181   filter: "'1T1C'"
3182   parameters:
3183   - "name"
3184   - "parent"
3185   - "throughput"
3186   - "tags"
3187
3188 # VPP Performance Changes 3n-dnv 2t2c ndr
3189 - type: "table"
3190   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3191   algorithm: "table_perf_comparison"
3192   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3193   reference:
3194     title: "rls1908"
3195     data: "vpp-performance-changes-3n-dnv-ref"
3196   compare:
3197     title: "rls2001"
3198     data: "vpp-performance-changes-3n-dnv-cmp"
3199   data: "vpp-performance-changes-3n-dnv"
3200   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3201   filter: "'2T2C'"
3202   parameters:
3203   - "name"
3204   - "parent"
3205   - "throughput"
3206   - "tags"
3207
3208 # VPP Performance Changes 3n-tsh 1t1c pdr
3209 - type: "table"
3210   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3211   algorithm: "table_perf_comparison"
3212   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3213   reference:
3214     title: "rls1908"
3215     data: "vpp-performance-changes-3n-tsh-ref"
3216   compare:
3217     title: "rls2001"
3218     data: "vpp-performance-changes-3n-tsh-cmp"
3219   data: "vpp-performance-changes-3n-tsh"
3220   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3221   filter: "'1T1C'"
3222   parameters:
3223   - "name"
3224   - "parent"
3225   - "throughput"
3226   - "tags"
3227
3228 # VPP Performance Changes 3n-tsh 2t2c pdr
3229 - type: "table"
3230   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3231   algorithm: "table_perf_comparison"
3232   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3233   reference:
3234     title: "rls1908"
3235     data: "vpp-performance-changes-3n-tsh-ref"
3236   compare:
3237     title: "rls2001"
3238     data: "vpp-performance-changes-3n-tsh-cmp"
3239   data: "vpp-performance-changes-3n-tsh"
3240   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3241   filter: "'2T2C'"
3242   parameters:
3243   - "name"
3244   - "parent"
3245   - "throughput"
3246   - "tags"
3247
3248 # VPP Performance Changes 3n-tsh 1t1c ndr
3249 - type: "table"
3250   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3251   algorithm: "table_perf_comparison"
3252   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3253   reference:
3254     title: "rls1908"
3255     data: "vpp-performance-changes-3n-tsh-ref"
3256   compare:
3257     title: "rls2001"
3258     data: "vpp-performance-changes-3n-tsh-cmp"
3259   data: "vpp-performance-changes-3n-tsh"
3260   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3261   filter: "'1T1C'"
3262   parameters:
3263   - "name"
3264   - "parent"
3265   - "throughput"
3266   - "tags"
3267
3268 # VPP Performance Changes 3n-tsh 2t2c ndr
3269 - type: "table"
3270   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3271   algorithm: "table_perf_comparison"
3272   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3273   reference:
3274     title: "rls1908"
3275     data: "vpp-performance-changes-3n-tsh-ref"
3276   compare:
3277     title: "rls2001"
3278     data: "vpp-performance-changes-3n-tsh-cmp"
3279   data: "vpp-performance-changes-3n-tsh"
3280   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3281   filter: "'2T2C'"
3282   parameters:
3283   - "name"
3284   - "parent"
3285   - "throughput"
3286   - "tags"
3287
3288 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3289 #- type: "table"
3290 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3291 #  algorithm: "table_perf_comparison_nic"
3292 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3293 #  reference:
3294 #    title: "3n-hsw xl710"
3295 #    data: "vpp-compare-testbeds-ref"
3296 #    nic: "NIC_Intel-XL710"
3297 #  compare:
3298 #    title: "3n-skx xxv710"
3299 #    data: "vpp-compare-testbeds-cmp"
3300 #    nic: "NIC_Intel-XXV710"
3301 #  data: "vpp-compare-testbeds"
3302 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3303 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3304 #  parameters:
3305 #  - "name"
3306 #  - "parent"
3307 #  - "throughput"
3308 #  - "tags"
3309 #
3310 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3311 #- type: "table"
3312 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3313 #  algorithm: "table_perf_comparison_nic"
3314 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3315 #  reference:
3316 #    title: "3n-hsw xl710"
3317 #    data: "vpp-compare-testbeds-ref"
3318 #    nic: "NIC_Intel-XL710"
3319 #  compare:
3320 #    title: "3n-skx xxv710"
3321 #    data: "vpp-compare-testbeds-cmp"
3322 #    nic: "NIC_Intel-XXV710"
3323 #  data: "vpp-compare-testbeds"
3324 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3325 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3326 #  parameters:
3327 #  - "name"
3328 #  - "parent"
3329 #  - "throughput"
3330 #  - "tags"
3331 #
3332 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3333 #- type: "table"
3334 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3335 #  algorithm: "table_perf_comparison_nic"
3336 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3337 #  reference:
3338 #    title: "3n-hsw xl710"
3339 #    data: "vpp-compare-testbeds-ref"
3340 #    nic: "NIC_Intel-XL710"
3341 #  compare:
3342 #    title: "3n-skx xxv710"
3343 #    data: "vpp-compare-testbeds-cmp"
3344 #    nic: "NIC_Intel-XXV710"
3345 #  data: "vpp-compare-testbeds"
3346 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3347 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3348 #  parameters:
3349 #  - "name"
3350 #  - "parent"
3351 #  - "throughput"
3352 #  - "tags"
3353 #
3354 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3355 #- type: "table"
3356 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3357 #  algorithm: "table_perf_comparison_nic"
3358 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3359 #  reference:
3360 #    title: "3n-hsw xl710"
3361 #    data: "vpp-compare-testbeds-ref"
3362 #    nic: "NIC_Intel-XL710"
3363 #  compare:
3364 #    title: "3n-skx xxv710"
3365 #    data: "vpp-compare-testbeds-cmp"
3366 #    nic: "NIC_Intel-XXV710"
3367 #  data: "vpp-compare-testbeds"
3368 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3369 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3370 #  parameters:
3371 #  - "name"
3372 #  - "parent"
3373 #  - "throughput"
3374 #  - "tags"
3375 #
3376 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3377 #- type: "table"
3378 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3379 #  algorithm: "table_perf_comparison"
3380 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3381 #  reference:
3382 #    title: "2n-skx"
3383 #    data: "vpp-compare-testbeds-skx-clx-ref"
3384 #  compare:
3385 #    title: "2n-clx"
3386 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3387 #  data: "vpp-compare-testbeds-skx-clx"
3388 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3389 #  filter: "'2T1C'"
3390 #  parameters:
3391 #  - "name"
3392 #  - "parent"
3393 #  - "throughput"
3394 #  - "tags"
3395 #
3396 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3397 #- type: "table"
3398 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3399 #  algorithm: "table_perf_comparison"
3400 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3401 #  reference:
3402 #    title: "2n-skx"
3403 #    data: "vpp-compare-testbeds-skx-clx-ref"
3404 #  compare:
3405 #    title: "2n-clx"
3406 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3407 #  data: "vpp-compare-testbeds-skx-clx"
3408 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3409 #  filter: "'4T2C'"
3410 #  parameters:
3411 #  - "name"
3412 #  - "parent"
3413 #  - "throughput"
3414 #  - "tags"
3415 #
3416 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3417 #- type: "table"
3418 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3419 #  algorithm: "table_perf_comparison"
3420 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3421 #  reference:
3422 #    title: "2n-skx"
3423 #    data: "vpp-compare-testbeds-skx-clx-ref"
3424 #  compare:
3425 #    title: "2n-clx"
3426 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3427 #  data: "vpp-compare-testbeds-skx-clx"
3428 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3429 #  filter: "'2T1C'"
3430 #  parameters:
3431 #  - "name"
3432 #  - "parent"
3433 #  - "throughput"
3434 #  - "tags"
3435 #
3436 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3437 #- type: "table"
3438 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3439 #  algorithm: "table_perf_comparison"
3440 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3441 #  reference:
3442 #    title: "2n-skx"
3443 #    data: "vpp-compare-testbeds-skx-clx-ref"
3444 #  compare:
3445 #    title: "2n-clx"
3446 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3447 #  data: "vpp-compare-testbeds-skx-clx"
3448 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3449 #  filter: "'4T2C'"
3450 #  parameters:
3451 #  - "name"
3452 #  - "parent"
3453 #  - "throughput"
3454 #  - "tags"
3455 #
3456 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3457 #- type: "table"
3458 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3459 #  algorithm: "table_perf_comparison"
3460 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3461 #  reference:
3462 #    title: "3-Node Skx"
3463 #    data: "vpp-compare-topologies-ref"
3464 #  compare:
3465 #    title: "2-Node Skx"
3466 #    data: "vpp-compare-topologies-cmp"
3467 #  data: "vpp-compare-topologies"
3468 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3469 #  filter: "'NDRPDR' and '1C'"
3470 #  parameters:
3471 #  - "name"
3472 #  - "parent"
3473 #  - "throughput"
3474 #
3475 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
3476 #- type: "table"
3477 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
3478 #  algorithm: "table_perf_comparison"
3479 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
3480 #  reference:
3481 #    title: "3-Node Skx"
3482 #    data: "vpp-compare-topologies-ref"
3483 #  compare:
3484 #    title: "2-Node Skx"
3485 #    data: "vpp-compare-topologies-cmp"
3486 #  data: "vpp-compare-topologies"
3487 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3488 #  filter: "'NDRPDR' and '2C'"
3489 #  parameters:
3490 #  - "name"
3491 #  - "parent"
3492 #  - "throughput"
3493 #
3494 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
3495 #- type: "table"
3496 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
3497 #  algorithm: "table_perf_comparison"
3498 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
3499 #  reference:
3500 #    title: "3-Node Skx"
3501 #    data: "vpp-compare-topologies-ref"
3502 #  compare:
3503 #    title: "2-Node Skx"
3504 #    data: "vpp-compare-topologies-cmp"
3505 #  data: "vpp-compare-topologies"
3506 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3507 #  filter: "'NDRPDR' and '1C'"
3508 #  parameters:
3509 #  - "name"
3510 #  - "parent"
3511 #  - "throughput"
3512 #
3513 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
3514 #- type: "table"
3515 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
3516 #  algorithm: "table_perf_comparison"
3517 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
3518 #  reference:
3519 #    title: "3-Node Skx"
3520 #    data: "vpp-compare-topologies-ref"
3521 #  compare:
3522 #    title: "2-Node Skx"
3523 #    data: "vpp-compare-topologies-cmp"
3524 #  data: "vpp-compare-topologies"
3525 #  include-tests: "PDR"
3526 #  filter: "'NDRPDR' and '2C'"
3527 #  parameters:
3528 #  - "name"
3529 #  - "parent"
3530 #  - "throughput"
3531
3532 # VPP Performance Changes 3n-hsw 1t1c MRR
3533 - type: "table"
3534   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
3535   algorithm: "table_perf_comparison"
3536   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
3537   history:
3538     - title: "rls1904"
3539       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3540   reference:
3541     title: "rls1908"
3542     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3543   compare:
3544     title: "rls2001"
3545     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3546   data: "vpp-performance-changes-3n-hsw-mrr"
3547   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3548   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
3549   parameters:
3550   - "name"
3551   - "parent"
3552   - "result"
3553
3554 # VPP Performance Changes 3n-hsw 2t2c MRR
3555 - type: "table"
3556   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
3557   algorithm: "table_perf_comparison"
3558   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
3559   history:
3560     - title: "rls1904"
3561       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3562   reference:
3563     title: "rls1908"
3564     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3565   compare:
3566     title: "rls2001"
3567     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3568   data: "vpp-performance-changes-3n-hsw-mrr"
3569   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3570   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
3571   parameters:
3572   - "name"
3573   - "parent"
3574   - "result"
3575
3576 # VPP Performance Changes 3n-hsw 4t4c MRR
3577 - type: "table"
3578   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
3579   algorithm: "table_perf_comparison"
3580   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
3581   history:
3582     - title: "rls1904"
3583       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3584   reference:
3585     title: "rls1908"
3586     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3587   compare:
3588     title: "rls2001"
3589     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3590   data: "vpp-performance-changes-3n-hsw-mrr"
3591   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3592   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
3593   parameters:
3594   - "name"
3595   - "parent"
3596   - "result"
3597
3598 ## VPP Performance Changes 3n-skx 2t1c MRR
3599 #- type: "table"
3600 #  title: "VPP Performance Changes 3n-skx 2t1c MRR"
3601 #  algorithm: "table_perf_comparison"
3602 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
3603 #  history:
3604 #    - title: "rls1904"
3605 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3606 #  reference:
3607 #    title: "rls1908"
3608 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3609 #  compare:
3610 #    title: "rls2001"
3611 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3612 #  data: "vpp-performance-changes-3n-skx-mrr"
3613 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3614 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3615 #  parameters:
3616 #  - "name"
3617 #  - "parent"
3618 #  - "result"
3619 #
3620 ## VPP Performance Changes 3n-skx 4t2c MRR
3621 #- type: "table"
3622 #  title: "VPP Performance Changes 3n-skx 4t2c MRR"
3623 #  algorithm: "table_perf_comparison"
3624 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
3625 #  history:
3626 #    - title: "rls1904"
3627 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3628 #  reference:
3629 #    title: "rls1908"
3630 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3631 #  compare:
3632 #    title: "rls2001"
3633 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3634 #  data: "vpp-performance-changes-3n-skx-mrr"
3635 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3636 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3637 #  parameters:
3638 #  - "name"
3639 #  - "parent"
3640 #  - "result"
3641 #
3642 ## VPP Performance Changes 3n-skx 8t4c MRR
3643 #- type: "table"
3644 #  title: "VPP Performance Changes 3n-skx 8t4c MRR"
3645 #  algorithm: "table_perf_comparison"
3646 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
3647 #  history:
3648 #    - title: "rls1904"
3649 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3650 #  reference:
3651 #    title: "rls1908"
3652 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3653 #  compare:
3654 #    title: "rls2001"
3655 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3656 #  data: "vpp-performance-changes-3n-skx-mrr"
3657 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3658 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3659 #  parameters:
3660 #  - "name"
3661 #  - "parent"
3662 #  - "result"
3663 #
3664 ## VPP Performance Changes 2n-skx 2t1c MRR
3665 #- type: "table"
3666 #  title: "VPP Performance Changes 2n-skx 2t1c MRR"
3667 #  algorithm: "table_perf_comparison"
3668 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
3669 #  history:
3670 #    - title: "rls1904"
3671 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3672 #  reference:
3673 #    title: "rls1908"
3674 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3675 #  compare:
3676 #    title: "rls2001"
3677 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3678 #  data: "vpp-performance-changes-2n-skx-mrr"
3679 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3680 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3681 #  parameters:
3682 #  - "name"
3683 #  - "parent"
3684 #  - "result"
3685 #
3686 ## VPP Performance Changes 2n-skx 4t2c MRR
3687 #- type: "table"
3688 #  title: "VPP Performance Changes 2n-skx 4t2c MRR"
3689 #  algorithm: "table_perf_comparison"
3690 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
3691 #  history:
3692 #    - title: "rls1904"
3693 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3694 #  reference:
3695 #    title: "rls1908"
3696 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3697 #  compare:
3698 #    title: "rls2001"
3699 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3700 #  data: "vpp-performance-changes-2n-skx-mrr"
3701 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3702 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3703 #  parameters:
3704 #  - "name"
3705 #  - "parent"
3706 #  - "result"
3707 #
3708 ## VPP Performance Changes 2n-skx 8t4c MRR
3709 #- type: "table"
3710 #  title: "VPP Performance Changes 2n-skx 8t4c MRR"
3711 #  algorithm: "table_perf_comparison"
3712 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
3713 #  history:
3714 #    - title: "rls1904"
3715 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3716 #  reference:
3717 #    title: "rls1908"
3718 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3719 #  compare:
3720 #    title: "rls2001"
3721 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3722 #  data: "vpp-performance-changes-2n-skx-mrr"
3723 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3724 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3725 #  parameters:
3726 #  - "name"
3727 #  - "parent"
3728 #  - "result"
3729 #
3730 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
3731 #- type: "table"
3732 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
3733 #  algorithm: "table_perf_comparison"
3734 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
3735 #  reference:
3736 #    title: "rls1908"
3737 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3738 #  compare:
3739 #    title: "rls2001"
3740 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3741 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3742 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3743 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
3744 #  parameters:
3745 #  - "name"
3746 #  - "parent"
3747 #  - "result"
3748 #
3749 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
3750 #- type: "table"
3751 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
3752 #  algorithm: "table_perf_comparison"
3753 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
3754 #  reference:
3755 #    title: "rls1908"
3756 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3757 #  compare:
3758 #    title: "rls2001"
3759 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3760 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3761 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3762 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
3763 #  parameters:
3764 #  - "name"
3765 #  - "parent"
3766 #  - "result"
3767 #
3768 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
3769 #- type: "table"
3770 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
3771 #  algorithm: "table_perf_comparison"
3772 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
3773 #  reference:
3774 #    title: "rls1908"
3775 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3776 #  compare:
3777 #    title: "rls2001"
3778 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3779 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3780 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3781 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
3782 #  parameters:
3783 #  - "name"
3784 #  - "parent"
3785 #  - "result"
3786
3787 # VPP Performance Changes 2n-dnv 1t1c MRR
3788 - type: "table"
3789   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
3790   algorithm: "table_perf_comparison"
3791   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
3792   reference:
3793     title: "rls1908"
3794     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3795   compare:
3796     title: "rls2001"
3797     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3798   data: "vpp-performance-changes-2n-dnv-mrr"
3799   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3800   filter: "'1T1C' and 'MRR'"
3801   parameters:
3802   - "name"
3803   - "parent"
3804   - "result"
3805
3806 # VPP Performance Changes 2n-dnv 2t2c MRR
3807 - type: "table"
3808   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
3809   algorithm: "table_perf_comparison"
3810   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
3811   reference:
3812     title: "rls1908"
3813     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3814   compare:
3815     title: "rls2001"
3816     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3817   data: "vpp-performance-changes-2n-dnv-mrr"
3818   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3819   filter: "'2T2C' and 'MRR'"
3820   parameters:
3821   - "name"
3822   - "parent"
3823   - "result"
3824
3825 # VPP Performance Changes 2n-dnv 4t4c MRR
3826 - type: "table"
3827   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
3828   algorithm: "table_perf_comparison"
3829   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
3830   reference:
3831     title: "rls1908"
3832     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3833   compare:
3834     title: "rls2001"
3835     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3836   data: "vpp-performance-changes-2n-dnv-mrr"
3837   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3838   filter: "'4T4C' and 'MRR'"
3839   parameters:
3840   - "name"
3841   - "parent"
3842   - "result"
3843
3844 # VPP Performance Changes 3n-dnv 1t1c MRR
3845 - type: "table"
3846   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
3847   algorithm: "table_perf_comparison"
3848   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
3849   reference:
3850     title: "rls1908"
3851     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3852   compare:
3853     title: "rls2001"
3854     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3855   data: "vpp-performance-changes-3n-dnv-mrr"
3856   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3857   filter: "'1T1C' and 'MRR'"
3858   parameters:
3859   - "name"
3860   - "parent"
3861   - "result"
3862
3863 # VPP Performance Changes 3n-dnv 2t2c MRR
3864 - type: "table"
3865   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
3866   algorithm: "table_perf_comparison"
3867   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
3868   reference:
3869     title: "rls1908"
3870     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3871   compare:
3872     title: "rls2001"
3873     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3874   data: "vpp-performance-changes-3n-dnv-mrr"
3875   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3876   filter: "'2T2C' and 'MRR'"
3877   parameters:
3878   - "name"
3879   - "parent"
3880   - "result"
3881
3882 # VPP Performance Changes 3n-dnv 4t4c MRR
3883 - type: "table"
3884   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
3885   algorithm: "table_perf_comparison"
3886   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
3887   reference:
3888     title: "rls1908"
3889     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3890   compare:
3891     title: "rls2001"
3892     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3893   data: "vpp-performance-changes-3n-dnv-mrr"
3894   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3895   filter: "'4T4C' and 'MRR'"
3896   parameters:
3897   - "name"
3898   - "parent"
3899   - "result"
3900
3901 # VPP Performance Changes 3n-tsh 1t1c MRR
3902 - type: "table"
3903   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
3904   algorithm: "table_perf_comparison"
3905   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
3906   reference:
3907     title: "rls1908"
3908     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3909   compare:
3910     title: "rls2001"
3911     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3912   data: "vpp-performance-changes-3n-tsh-mrr"
3913   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3914   filter: "'1T1C' and 'MRR'"
3915   parameters:
3916   - "name"
3917   - "parent"
3918   - "result"
3919
3920 # VPP Performance Changes 3n-tsh 2t2c MRR
3921 - type: "table"
3922   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
3923   algorithm: "table_perf_comparison"
3924   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
3925   reference:
3926     title: "rls1908"
3927     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3928   compare:
3929     title: "rls2001"
3930     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3931   data: "vpp-performance-changes-3n-tsh-mrr"
3932   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3933   filter: "'2T2C' and 'MRR'"
3934   parameters:
3935   - "name"
3936   - "parent"
3937   - "result"
3938
3939 # VPP Performance Changes 3n-tsh 4t4c MRR
3940 - type: "table"
3941   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
3942   algorithm: "table_perf_comparison"
3943   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
3944   reference:
3945     title: "rls1908"
3946     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3947   compare:
3948     title: "rls2001"
3949     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3950   data: "vpp-performance-changes-3n-tsh-mrr"
3951   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3952   filter: "'4T4C' and 'MRR'"
3953   parameters:
3954   - "name"
3955   - "parent"
3956   - "result"
3957
3958 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
3959 #- type: "table"
3960 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
3961 #  algorithm: "table_perf_comparison_nic"
3962 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
3963 #  reference:
3964 #    title: "3n-hsw xl710"
3965 #    data: "vpp-compare-testbeds-mrr-ref"
3966 #    nic: "NIC_Intel-XL710"
3967 #  compare:
3968 #    title: "3n-skx xxv710"
3969 #    data: "vpp-compare-testbeds-mrr-cmp"
3970 #    nic: "NIC_Intel-XXV710"
3971 #  data: "vpp-compare-testbeds-mrr"
3972 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3973 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
3974 #  parameters:
3975 #  - "name"
3976 #  - "parent"
3977 #  - "result"
3978 #  - "tags"
3979 #
3980 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
3981 #- type: "table"
3982 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
3983 #  algorithm: "table_perf_comparison_nic"
3984 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
3985 #  reference:
3986 #    title: "3n-hsw xl710"
3987 #    data: "vpp-compare-testbeds-mrr-ref"
3988 #    nic: "NIC_Intel-XL710"
3989 #  compare:
3990 #    title: "3n-skx xxv710"
3991 #    data: "vpp-compare-testbeds-mrr-cmp"
3992 #    nic: "NIC_Intel-XXV710"
3993 #  data: "vpp-compare-testbeds-mrr"
3994 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3995 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
3996 #  parameters:
3997 #  - "name"
3998 #  - "parent"
3999 #  - "result"
4000 #  - "tags"
4001 #
4002 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4003 #- type: "table"
4004 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4005 #  algorithm: "table_perf_comparison_nic"
4006 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4007 #  reference:
4008 #    title: "3n-hsw xl710"
4009 #    data: "vpp-compare-testbeds-mrr-ref"
4010 #    nic: "NIC_Intel-XL710"
4011 #  compare:
4012 #    title: "3n-skx xxv710"
4013 #    data: "vpp-compare-testbeds-mrr-cmp"
4014 #    nic: "NIC_Intel-XXV710"
4015 #  data: "vpp-compare-testbeds-mrr"
4016 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4017 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4018 #  parameters:
4019 #  - "name"
4020 #  - "parent"
4021 #  - "result"
4022 #  - "tags"
4023 #
4024 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4025 #- type: "table"
4026 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4027 #  algorithm: "table_perf_comparison"
4028 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4029 #  reference:
4030 #    title: "2n-skx"
4031 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4032 #  compare:
4033 #    title: "2n-clx"
4034 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4035 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4036 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4037 #  filter: "'2T1C'"
4038 #  parameters:
4039 #  - "name"
4040 #  - "parent"
4041 #  - "result"
4042 #  - "tags"
4043 #
4044 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4045 #- type: "table"
4046 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4047 #  algorithm: "table_perf_comparison"
4048 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4049 #  reference:
4050 #    title: "2n-skx"
4051 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4052 #  compare:
4053 #    title: "2n-clx"
4054 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4055 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4056 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4057 #  filter: "'4T2C'"
4058 #  parameters:
4059 #  - "name"
4060 #  - "parent"
4061 #  - "result"
4062 #  - "tags"
4063 #
4064 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4065 #- type: "table"
4066 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4067 #  algorithm: "table_perf_comparison"
4068 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4069 #  reference:
4070 #    title: "2n-skx"
4071 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4072 #  compare:
4073 #    title: "2n-clx"
4074 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4075 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4076 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4077 #  filter: "'8T4C'"
4078 #  parameters:
4079 #  - "name"
4080 #  - "parent"
4081 #  - "result"
4082 #  - "tags"
4083 #
4084 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4085 #- type: "table"
4086 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4087 #  algorithm: "table_perf_comparison"
4088 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4089 #  reference:
4090 #    title: "3-Node Skx"
4091 #    data: "vpp-compare-topologies-mrr-ref"
4092 #  compare:
4093 #    title: "2-Node Skx"
4094 #    data: "vpp-compare-topologies-mrr-cmp"
4095 #  data: "vpp-compare-topologies-mrr"
4096 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4097 #  filter: "'MRR' and '1C'"
4098 #  parameters:
4099 #  - "name"
4100 #  - "parent"
4101 #  - "result"
4102 #
4103 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4104 #- type: "table"
4105 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4106 #  algorithm: "table_perf_comparison"
4107 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4108 #  reference:
4109 #    title: "3-Node Skx"
4110 #    data: "vpp-compare-topologies-mrr-ref"
4111 #  compare:
4112 #    title: "2-Node Skx"
4113 #    data: "vpp-compare-topologies-mrr-cmp"
4114 #  data: "vpp-compare-topologies-mrr"
4115 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4116 #  filter: "'MRR' and '2C'"
4117 #  parameters:
4118 #  - "name"
4119 #  - "parent"
4120 #  - "result"
4121 #
4122 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4123 #- type: "table"
4124 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4125 #  algorithm: "table_perf_comparison"
4126 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4127 #  reference:
4128 #    title: "3-Node Skx"
4129 #    data: "vpp-compare-topologies-mrr-ref"
4130 #  compare:
4131 #    title: "2-Node Skx"
4132 #    data: "vpp-compare-topologies-mrr-cmp"
4133 #  data: "vpp-compare-topologies-mrr"
4134 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4135 #  filter: "'MRR' and '4C'"
4136 #  parameters:
4137 #  - "name"
4138 #  - "parent"
4139 #  - "result"
4140
4141 # Detailed Test Results - VPP Performance Results 3n-hsw
4142 - type: "table"
4143   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4144   algorithm: "table_merged_details"
4145   output-file-ext: ".csv"
4146   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4147   columns:
4148   - title: " |prein| Test Name |preout| "
4149     data: "data name"
4150   - 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| "
4151     data: "data msg"
4152   rows: "generated"
4153   data: "vpp-perf-results-3n-hsw"
4154   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4155   parameters:
4156   - "name"
4157   - "parent"
4158   - "msg"
4159
4160 ## Detailed Test Results - VPP Performance Results 3n-skx
4161 #- type: "table"
4162 #  title: "Detailed Test Results - VPP Performance Results 3n-skx"
4163 #  algorithm: "table_merged_details"
4164 #  output-file-ext: ".csv"
4165 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4166 #  columns:
4167 #  - title: " |prein| Test Name |preout| "
4168 #    data: "data name"
4169 #  - 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| "
4170 #    data: "data msg"
4171 #  rows: "generated"
4172 #  data: "vpp-perf-results-3n-skx"
4173 #  filter: "not 'CFS_OPT'"
4174 #  parameters:
4175 #  - "name"
4176 #  - "parent"
4177 #  - "msg"
4178 #
4179 ## Detailed Test Results - VPP Performance Results 2n-skx
4180 #- type: "table"
4181 #  title: "Detailed Test Results - VPP Performance Results 2n-skx"
4182 #  algorithm: "table_merged_details"
4183 #  output-file-ext: ".csv"
4184 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4185 #  columns:
4186 #  - title: " |prein| Test Name |preout| "
4187 #    data: "data name"
4188 #  - 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| "
4189 #    data: "data msg"
4190 #  rows: "generated"
4191 #  data: "vpp-perf-results-2n-skx"
4192 #  filter: "not 'CFS_OPT'"
4193 #  parameters:
4194 #  - "name"
4195 #  - "parent"
4196 #  - "msg"
4197
4198 ## Detailed Test Results - VPP Performance Results 2n-clx
4199 #- type: "table"
4200 #  title: "Detailed Test Results - VPP Performance Results 2n-clx"
4201 #  algorithm: "table_merged_details"
4202 #  output-file-ext: ".csv"
4203 #  output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
4204 #  columns:
4205 #  - title: " |prein| Test Name |preout| "
4206 #    data: "data name"
4207 #  - 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| "
4208 #    data: "data msg"
4209 #  rows: "generated"
4210 #  data: "vpp-perf-results-2n-clx"
4211 #  filter: "not 'CFS_OPT'"
4212 #  parameters:
4213 #  - "name"
4214 #  - "parent"
4215 #  - "msg"
4216
4217 # Detailed Test Results - VPP Performance Results 3n-tsh
4218 - type: "table"
4219   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4220   algorithm: "table_merged_details"
4221   output-file-ext: ".csv"
4222   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
4223   columns:
4224   - title: " |prein| Test Name |preout| "
4225     data: "data name"
4226   - 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| "
4227     data: "data msg"
4228   rows: "generated"
4229   data: "vpp-perf-results-3n-tsh"
4230   filter: "not 'CFS_OPT'"
4231   parameters:
4232   - "name"
4233   - "parent"
4234   - "msg"
4235
4236 # Detailed Test Results - VPP Performance Results 3n-dnv
4237 - type: "table"
4238   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4239   algorithm: "table_merged_details"
4240   output-file-ext: ".csv"
4241   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
4242   columns:
4243   - title: " |prein| Test Name |preout| "
4244     data: "data name"
4245   - 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| "
4246     data: "data msg"
4247   rows: "generated"
4248   data: "vpp-perf-results-3n-dnv"
4249   filter: "'NDRPDR'"
4250   parameters:
4251   - "name"
4252   - "parent"
4253   - "msg"
4254
4255 # Detailed Test Results - VPP Performance Results 2n-dnv
4256 - type: "table"
4257   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4258   algorithm: "table_merged_details"
4259   output-file-ext: ".csv"
4260   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4261   columns:
4262   - title: " |prein| Test Name |preout| "
4263     data: "data name"
4264   - 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| "
4265     data: "data msg"
4266   rows: "generated"
4267   data: "vpp-perf-results-2n-dnv"
4268   filter: "'NDRPDR'"
4269   parameters:
4270   - "name"
4271   - "parent"
4272   - "msg"
4273
4274 # Test configuration - VPP Performance Test Configs 3n-hsw
4275 - type: "table"
4276   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4277   algorithm: "table_merged_details"
4278   output-file-ext: ".csv"
4279   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
4280   columns:
4281   - title: "Name"
4282     data: "data name"
4283   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4284     data: "data conf-history"
4285   rows: "generated"
4286   data: "vpp-perf-results-3n-hsw"
4287   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4288   parameters:
4289   - "parent"
4290   - "name"
4291   - "conf-history"
4292
4293 ## Test configuration - VPP Performance Test Configs 3n-skx
4294 #- type: "table"
4295 #  title: "Test configuration - VPP Performance Test Configs 3n-skx"
4296 #  algorithm: "table_merged_details"
4297 #  output-file-ext: ".csv"
4298 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
4299 #  columns:
4300 #  - title: "Name"
4301 #    data: "data name"
4302 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4303 #    data: "data conf-history"
4304 #  rows: "generated"
4305 #  data: "vpp-perf-results-3n-skx"
4306 #  filter: "not 'CFS_OPT'"
4307 #  parameters:
4308 #  - "parent"
4309 #  - "name"
4310 #  - "conf-history"
4311 #
4312 ## Test configuration - VPP Performance Test Configs 2n-skx
4313 #- type: "table"
4314 #  title: "Test configuration - VPP Performance Test Configs 2n-skx"
4315 #  algorithm: "table_merged_details"
4316 #  output-file-ext: ".csv"
4317 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
4318 #  columns:
4319 #  - title: "Name"
4320 #    data: "data name"
4321 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4322 #    data: "data conf-history"
4323 #  rows: "generated"
4324 #  data: "vpp-perf-results-2n-skx"
4325 #  filter: "not 'CFS_OPT'"
4326 #  parameters:
4327 #  - "parent"
4328 #  - "name"
4329 #  - "conf-history"
4330
4331 ## Test configuration - VPP Performance Test Configs 2n-clx
4332 #- type: "table"
4333 #  title: "Test configuration - VPP Performance Test Configs 2n-clx"
4334 #  algorithm: "table_merged_details"
4335 #  output-file-ext: ".csv"
4336 #  output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_test_configuration_2n_clx"
4337 #  columns:
4338 #  - title: "Name"
4339 #    data: "data name"
4340 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4341 #    data: "data conf-history"
4342 #  rows: "generated"
4343 #  data: "vpp-perf-results-2n-clx"
4344 #  filter: "not 'CFS_OPT'"
4345 #  parameters:
4346 #  - "parent"
4347 #  - "name"
4348 #  - "conf-history"
4349
4350 # Test configuration - VPP Performance Test Configs 3n-tsh
4351 - type: "table"
4352   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4353   algorithm: "table_merged_details"
4354   output-file-ext: ".csv"
4355   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
4356   columns:
4357   - title: "Name"
4358     data: "data name"
4359   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4360     data: "data conf-history"
4361   rows: "generated"
4362   data: "vpp-perf-results-3n-tsh"
4363   filter: "not 'CFS_OPT'"
4364   parameters:
4365   - "parent"
4366   - "name"
4367   - "conf-history"
4368
4369 # Test configuration - VPP Performance Test Configs 3n-dnv
4370 - type: "table"
4371   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
4372   algorithm: "table_merged_details"
4373   output-file-ext: ".csv"
4374   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_test_configuration_3n_dnv"
4375   columns:
4376   - title: "Name"
4377     data: "data name"
4378   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4379     data: "data conf-history"
4380   rows: "generated"
4381   data: "vpp-perf-results-3n-dnv"
4382   filter: "'NDRPDR'"
4383   parameters:
4384   - "parent"
4385   - "name"
4386   - "conf-history"
4387
4388 # Test configuration - VPP Performance Test Configs 2n-dnv
4389 - type: "table"
4390   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
4391   algorithm: "table_merged_details"
4392   output-file-ext: ".csv"
4393   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
4394   columns:
4395   - title: "Name"
4396     data: "data name"
4397   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4398     data: "data conf-history"
4399   rows: "generated"
4400   data: "vpp-perf-results-2n-dnv"
4401   filter: "'NDRPDR'"
4402   parameters:
4403   - "parent"
4404   - "name"
4405   - "conf-history"
4406
4407 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4408 - type: "table"
4409   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4410   algorithm: "table_oper_data_html"
4411   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
4412   data: "vpp-perf-results-3n-hsw"
4413   filter: "'NDRPDR'"
4414
4415 ## Test Operational Data - VPP Performance Operational Data 3n-skx
4416 #- type: "table"
4417 #  title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4418 #  algorithm: "table_oper_data_html"
4419 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
4420 #  data: "vpp-perf-results-3n-skx"
4421 #  filter: "not 'CFS_OPT'"
4422 #
4423 ## Test Operational Data - VPP Performance Operational Data 2n-skx
4424 #- type: "table"
4425 #  title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
4426 #  algorithm: "table_oper_data_html"
4427 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
4428 #  data: "vpp-perf-results-2n-skx"
4429 #  filter: "not 'CFS_OPT'"
4430
4431 ## Test Operational Data - VPP Performance Operational Data 2n-clx
4432 #- type: "table"
4433 #  title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
4434 #  algorithm: "table_oper_data_html"
4435 #  output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_test_operational_2n_clx"
4436 #  data: "vpp-perf-results-2n-clx"
4437 #  filter: "not 'CFS_OPT'"
4438
4439 # Test Operational Data - VPP Performance Operational Data 3n-tsh
4440 - type: "table"
4441   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
4442   algorithm: "table_oper_data_html"
4443   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
4444   data: "vpp-perf-results-3n-tsh"
4445   filter: "not 'CFS_OPT'"
4446
4447 # Test Operational Data - VPP Performance Operational Data 3n-dnv
4448 - type: "table"
4449   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
4450   algorithm: "table_oper_data_html"
4451   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_test_operational_3n_dnv"
4452   data: "vpp-perf-results-3n-dnv"
4453   filter: "'NDRPDR'"
4454
4455 # Test Operational Data - VPP Performance Operational Data 2n-dnv
4456 - type: "table"
4457   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
4458   algorithm: "table_oper_data_html"
4459   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
4460   data: "vpp-perf-results-2n-dnv"
4461   filter: "'NDRPDR'"
4462
4463 # Detailed Test Results - VPP MRR Results 3n-hsw
4464 - type: "table"
4465   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
4466   algorithm: "table_details"
4467   output-file-ext: ".csv"
4468   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4469   columns:
4470   - title: " |prein| Test Name |preout| "
4471     data: "data name"
4472   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4473     data: "data msg"
4474   rows: "generated"
4475   data: "vpp-mrr-results-3n-hsw"
4476   filter: "'MRR'"
4477   parameters:
4478   - "name"
4479   - "parent"
4480   - "msg"
4481
4482 ## Detailed Test Results - VPP MRR Results 3n-skx
4483 #- type: "table"
4484 #  title: "Detailed Test Results - VPP MRR Results 3n-skx"
4485 #  algorithm: "table_details"
4486 #  output-file-ext: ".csv"
4487 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4488 #  columns:
4489 #  - title: " |prein| Test Name |preout| "
4490 #    data: "data name"
4491 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4492 #    data: "data msg"
4493 #  rows: "generated"
4494 #  data: "vpp-mrr-results-3n-skx"
4495 #  filter: "'MRR'"
4496 #  parameters:
4497 #  - "name"
4498 #  - "parent"
4499 #  - "msg"
4500 #
4501 ## Detailed Test Results - VPP MRR Results 2n-skx
4502 #- type: "table"
4503 #  title: "Detailed Test Results - VPP MRR Results 2n-skx"
4504 #  algorithm: "table_details"
4505 #  output-file-ext: ".csv"
4506 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4507 #  columns:
4508 #  - title: " |prein| Test Name |preout| "
4509 #    data: "data name"
4510 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4511 #    data: "data msg"
4512 #  rows: "generated"
4513 #  data: "vpp-mrr-results-2n-skx"
4514 #  filter: "'MRR'"
4515 #  parameters:
4516 #  - "name"
4517 #  - "parent"
4518 #  - "msg"
4519
4520 ## Detailed Test Results - VPP MRR Results 2n-clx
4521 #- type: "table"
4522 #  title: "Detailed Test Results - VPP MRR Results 2n-clx"
4523 #  algorithm: "table_details"
4524 #  output-file-ext: ".csv"
4525 #  output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
4526 #  columns:
4527 #  - title: " |prein| Test Name |preout| "
4528 #    data: "data name"
4529 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4530 #    data: "data msg"
4531 #  rows: "generated"
4532 #  data: "vpp-mrr-results-2n-clx"
4533 #  filter: "'MRR'"
4534 #  parameters:
4535 #  - "name"
4536 #  - "parent"
4537 #  - "msg"
4538
4539 ## Detailed Test Results - VPP MRR Results 3n-tsh
4540 #- type: "table"
4541 #  title: "Detailed Test Results - VPP MRR Results 3n-tsh"
4542 #  algorithm: "table_details"
4543 #  output-file-ext: ".csv"
4544 #  output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
4545 #  columns:
4546 #  - title: " |prein| Test Name |preout| "
4547 #    data: "data name"
4548 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4549 #    data: "data msg"
4550 #  rows: "generated"
4551 #  data: "vpp-mrr-results-3n-tsh"
4552 #  filter: "'MRR'"
4553 #  parameters:
4554 #  - "name"
4555 #  - "parent"
4556 #  - "msg"
4557
4558 # Detailed Test Results - VPP MRR Results 3n-dnv
4559 - type: "table"
4560   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
4561   algorithm: "table_details"
4562   output-file-ext: ".csv"
4563   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
4564   columns:
4565   - title: " |prein| Test Name |preout| "
4566     data: "data name"
4567   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4568     data: "data msg"
4569   rows: "generated"
4570   data: "vpp-mrr-results-3n-dnv"
4571   filter: "'MRR'"
4572   parameters:
4573   - "name"
4574   - "parent"
4575   - "msg"
4576
4577 # Detailed Test Results - VPP MRR Results 2n-dnv
4578 - type: "table"
4579   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
4580   algorithm: "table_details"
4581   output-file-ext: ".csv"
4582   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4583   columns:
4584   - title: " |prein| Test Name |preout| "
4585     data: "data name"
4586   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4587     data: "data msg"
4588   rows: "generated"
4589   data: "vpp-mrr-results-2n-dnv"
4590   filter: "'MRR'"
4591   parameters:
4592   - "name"
4593   - "parent"
4594   - "msg"
4595
4596 # Test configuration - VPP MRR Test Configs 3n-hsw
4597 - type: "table"
4598   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
4599   algorithm: "table_details"
4600   output-file-ext: ".csv"
4601   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
4602   columns:
4603   - title: "Name"
4604     data: "data name"
4605   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4606     data: "data conf-history"
4607   rows: "generated"
4608   data: "vpp-mrr-results-3n-hsw"
4609   filter: "'MRR'"
4610   parameters:
4611   - "parent"
4612   - "name"
4613   - "conf-history"
4614
4615 ## Test configuration - VPP MRR Test Configs 3n-skx
4616 #- type: "table"
4617 #  title: "Test configuration - VPP MRR Test Configs 3n-skx"
4618 #  algorithm: "table_details"
4619 #  output-file-ext: ".csv"
4620 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
4621 #  columns:
4622 #  - title: "Name"
4623 #    data: "data name"
4624 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4625 #    data: "data conf-history"
4626 #  rows: "generated"
4627 #  data: "vpp-mrr-results-3n-skx"
4628 #  filter: "'MRR'"
4629 #  parameters:
4630 #  - "parent"
4631 #  - "name"
4632 #  - "conf-history"
4633 #
4634 ## Test configuration - VPP MRR Test Configs 2n-skx
4635 #- type: "table"
4636 #  title: "Test configuration - VPP MRR Test Configs 2n-skx"
4637 #  algorithm: "table_details"
4638 #  output-file-ext: ".csv"
4639 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
4640 #  columns:
4641 #  - title: "Name"
4642 #    data: "data name"
4643 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4644 #    data: "data conf-history"
4645 #  rows: "generated"
4646 #  data: "vpp-mrr-results-2n-skx"
4647 #  filter: "'MRR'"
4648 #  parameters:
4649 #  - "parent"
4650 #  - "name"
4651 #  - "conf-history"
4652
4653 ## Test configuration - VPP MRR Test Configs 2n-clx
4654 #- type: "table"
4655 #  title: "Test configuration - VPP MRR Test Configs 2n-clx"
4656 #  algorithm: "table_details"
4657 #  output-file-ext: ".csv"
4658 #  output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_test_configuration_2n_clx"
4659 #  columns:
4660 #  - title: "Name"
4661 #    data: "data name"
4662 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4663 #    data: "data conf-history"
4664 #  rows: "generated"
4665 #  data: "vpp-mrr-results-2n-clx"
4666 #  filter: "'MRR'"
4667 #  parameters:
4668 #  - "parent"
4669 #  - "name"
4670 #  - "conf-history"
4671
4672 ## Test configuration - VPP MRR Test Configs 3n-tsh
4673 #- type: "table"
4674 #  title: "Test configuration - VPP MRR Test Configs 3n-tsh"
4675 #  algorithm: "table_details"
4676 #  output-file-ext: ".csv"
4677 #  output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
4678 #  columns:
4679 #  - title: "Name"
4680 #    data: "data name"
4681 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4682 #    data: "data conf-history"
4683 #  rows: "generated"
4684 #  data: "vpp-mrr-results-3n-tsh"
4685 #  filter: "'MRR'"
4686 #  parameters:
4687 #  - "parent"
4688 #  - "name"
4689 #  - "conf-history"
4690
4691 # Test configuration - VPP MRR Test Configs 3n-dnv
4692 - type: "table"
4693   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
4694   algorithm: "table_details"
4695   output-file-ext: ".csv"
4696   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_test_configuration_3n_dnv"
4697   columns:
4698   - title: "Name"
4699     data: "data name"
4700   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4701     data: "data conf-history"
4702   rows: "generated"
4703   data: "vpp-mrr-results-3n-dnv"
4704   filter: "'MRR'"
4705   parameters:
4706   - "parent"
4707   - "name"
4708   - "conf-history"
4709
4710 # Test configuration - VPP MRR Test Configs 2n-dnv
4711 - type: "table"
4712   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
4713   algorithm: "table_details"
4714   output-file-ext: ".csv"
4715   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
4716   columns:
4717   - title: "Name"
4718     data: "data name"
4719   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4720     data: "data conf-history"
4721   rows: "generated"
4722   data: "vpp-mrr-results-2n-dnv"
4723   filter: "'MRR'"
4724   parameters:
4725   - "parent"
4726   - "name"
4727   - "conf-history"
4728
4729 # Detailed Test Results - VPP Device Results - Ubuntu
4730 - type: "table"
4731   title: "Detailed Test Results - VPP Device Results - Ubuntu"
4732   algorithm: "table_details"
4733   output-file-ext: ".csv"
4734   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4735   columns:
4736   - title: " |prein| Test Name |preout| "
4737     data: "data name"
4738   - title: "Status"
4739     data: "data status"
4740   rows: "generated"
4741   data: "vpp-device-results-ubuntu"
4742   filter: "all"
4743   parameters:
4744   - "name"
4745   - "parent"
4746   - "doc"
4747   - "status"
4748
4749 # Test configuration - VPP Device Test Configs - Ubuntu
4750 - type: "table"
4751   title: "Test configuration - VPP Device Test Configs - Ubuntu"
4752   algorithm: "table_details"
4753   output-file-ext: ".csv"
4754   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4755   columns:
4756   - title: "Name"
4757     data: "data name"
4758   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4759     data: "data conf-history"
4760   rows: "generated"
4761   data: "vpp-device-results-ubuntu"
4762   filter: "all"
4763   parameters:
4764   - "parent"
4765   - "name"
4766   - "conf-history"
4767
4768 ################################################################################
4769
4770 # DPDK Performance Changes 3n-hsw 1t1c pdr
4771 - type: "table"
4772   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
4773   algorithm: "table_perf_comparison"
4774   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
4775   history:
4776     - title: "rls1904"
4777       data: "dpdk-performance-changes-3n-hsw-h1"
4778   reference:
4779     title: "rls1908"
4780     data: "dpdk-performance-changes-3n-hsw-ref"
4781   compare:
4782     title: "rls2001"
4783     data: "dpdk-performance-changes-3n-hsw-cmp"
4784   data: "dpdk-performance-changes-3n-hsw"
4785   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4786   filter: "'1T1C'"
4787   parameters:
4788   - "name"
4789   - "parent"
4790   - "throughput"
4791
4792 # DPDK Performance Changes 3n-hsw 2t2c pdr
4793 - type: "table"
4794   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
4795   algorithm: "table_perf_comparison"
4796   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
4797   history:
4798     - title: "rls1904"
4799       data: "dpdk-performance-changes-3n-hsw-h1"
4800   reference:
4801     title: "rls1908"
4802     data: "dpdk-performance-changes-3n-hsw-ref"
4803   compare:
4804     title: "rls2001"
4805     data: "dpdk-performance-changes-3n-hsw-cmp"
4806   data: "dpdk-performance-changes-3n-hsw"
4807   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4808   filter: "'2T2C'"
4809   parameters:
4810   - "name"
4811   - "parent"
4812   - "throughput"
4813
4814 # DPDK Performance Changes 3n-hsw 1t1c ndr
4815 - type: "table"
4816   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
4817   algorithm: "table_perf_comparison"
4818   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
4819   history:
4820     - title: "rls1904"
4821       data: "dpdk-performance-changes-3n-hsw-h1"
4822   reference:
4823     title: "rls1908"
4824     data: "dpdk-performance-changes-3n-hsw-ref"
4825   compare:
4826     title: "rls2001"
4827     data: "dpdk-performance-changes-3n-hsw-cmp"
4828   data: "dpdk-performance-changes-3n-hsw"
4829   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4830   filter: "'1T1C'"
4831   parameters:
4832   - "name"
4833   - "parent"
4834   - "throughput"
4835
4836 # DPDK Performance Changes 3n-hsw 2t2c ndr
4837 - type: "table"
4838   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
4839   algorithm: "table_perf_comparison"
4840   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
4841   history:
4842     - title: "rls1904"
4843       data: "dpdk-performance-changes-3n-hsw-h1"
4844   reference:
4845     title: "rls1908"
4846     data: "dpdk-performance-changes-3n-hsw-ref"
4847   compare:
4848     title: "rls2001"
4849     data: "dpdk-performance-changes-3n-hsw-cmp"
4850   data: "dpdk-performance-changes-3n-hsw"
4851   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4852   filter: "'2T2C'"
4853   parameters:
4854   - "name"
4855   - "parent"
4856   - "throughput"
4857
4858 ## DPDK Performance Changes 3n-skx 2t1c pdr
4859 #- type: "table"
4860 #  title: "DPDK Performance Changes 3n-skx 2t1c pdr"
4861 #  algorithm: "table_perf_comparison"
4862 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
4863 #  history:
4864 #    - title: "rls1904"
4865 #      data: "dpdk-performance-changes-3n-skx-h1"
4866 #  reference:
4867 #    title: "rls1908"
4868 #    data: "dpdk-performance-changes-3n-skx-ref"
4869 #  compare:
4870 #    title: "rls2001"
4871 #    data: "dpdk-performance-changes-3n-skx-cmp"
4872 #  data: "dpdk-performance-changes-3n-skx"
4873 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4874 #  filter: "'2T1C'"
4875 #  parameters:
4876 #  - "name"
4877 #  - "parent"
4878 #  - "throughput"
4879 #
4880 ## DPDK Performance Changes 3n-skx 4t2c pdr
4881 #- type: "table"
4882 #  title: "DPDK Performance Changes 3n-skx 4t2c pdr"
4883 #  algorithm: "table_perf_comparison"
4884 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
4885 #  history:
4886 #    - title: "rls1904"
4887 #      data: "dpdk-performance-changes-3n-skx-h1"
4888 #  reference:
4889 #    title: "rls1908"
4890 #    data: "dpdk-performance-changes-3n-skx-ref"
4891 #  compare:
4892 #    title: "rls2001"
4893 #    data: "dpdk-performance-changes-3n-skx-cmp"
4894 #  data: "dpdk-performance-changes-3n-skx"
4895 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4896 #  filter: "'4T2C'"
4897 #  parameters:
4898 #  - "name"
4899 #  - "parent"
4900 #  - "throughput"
4901 #
4902 ## DPDK Performance Changes 3n-skx 2t1c ndr
4903 #- type: "table"
4904 #  title: "DPDK Performance Changes 3n-skx 2t1c ndr"
4905 #  algorithm: "table_perf_comparison"
4906 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
4907 #  history:
4908 #    - title: "rls1904"
4909 #      data: "dpdk-performance-changes-3n-skx-h1"
4910 #  reference:
4911 #    title: "rls1908"
4912 #    data: "dpdk-performance-changes-3n-skx-ref"
4913 #  compare:
4914 #    title: "rls2001"
4915 #    data: "dpdk-performance-changes-3n-skx-cmp"
4916 #  data: "dpdk-performance-changes-3n-skx"
4917 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4918 #  filter: "'2T1C'"
4919 #  parameters:
4920 #  - "name"
4921 #  - "parent"
4922 #  - "throughput"
4923 #
4924 ## DPDK Performance Changes 3n-skx 4t2c ndr
4925 #- type: "table"
4926 #  title: "DPDK Performance Changes 3n-skx 4t2c ndr"
4927 #  algorithm: "table_perf_comparison"
4928 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
4929 #  history:
4930 #    - title: "rls1904"
4931 #      data: "dpdk-performance-changes-3n-skx-h1"
4932 #  reference:
4933 #    title: "rls1908"
4934 #    data: "dpdk-performance-changes-3n-skx-ref"
4935 #  compare:
4936 #    title: "rls2001"
4937 #    data: "dpdk-performance-changes-3n-skx-cmp"
4938 #  data: "dpdk-performance-changes-3n-skx"
4939 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4940 #  filter: "'4T2C'"
4941 #  parameters:
4942 #  - "name"
4943 #  - "parent"
4944 #  - "throughput"
4945 #
4946 ## DPDK Performance Changes 2n-skx 2t1c pdr
4947 #- type: "table"
4948 #  title: "DPDK Performance Changes 2n-skx 2t1c pdr"
4949 #  algorithm: "table_perf_comparison"
4950 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
4951 #  history:
4952 #    - title: "rls1904"
4953 #      data: "dpdk-performance-changes-2n-skx-h1"
4954 #  reference:
4955 #    title: "rls1908"
4956 #    data: "dpdk-performance-changes-2n-skx-ref"
4957 #  compare:
4958 #    title: "rls2001"
4959 #    data: "dpdk-performance-changes-2n-skx-cmp"
4960 #  data: "dpdk-performance-changes-2n-skx"
4961 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4962 #  filter: "'2T1C'"
4963 #  parameters:
4964 #  - "name"
4965 #  - "parent"
4966 #  - "throughput"
4967 #
4968 ## DPDK Performance Changes 2n-skx 4t2c pdr
4969 #- type: "table"
4970 #  title: "DPDK Performance Changes 2n-skx 4t2c pdr"
4971 #  algorithm: "table_perf_comparison"
4972 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
4973 #  history:
4974 #    - title: "rls1904"
4975 #      data: "dpdk-performance-changes-2n-skx-h1"
4976 #  reference:
4977 #    title: "rls1908"
4978 #    data: "dpdk-performance-changes-2n-skx-ref"
4979 #  compare:
4980 #    title: "rls2001"
4981 #    data: "dpdk-performance-changes-2n-skx-cmp"
4982 #  data: "dpdk-performance-changes-2n-skx"
4983 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4984 #  filter: "'4T2C'"
4985 #  parameters:
4986 #  - "name"
4987 #  - "parent"
4988 #  - "throughput"
4989 #
4990 ## DPDK Performance Changes 2n-skx 2t1c ndr
4991 #- type: "table"
4992 #  title: "DPDK Performance Changes 2n-skx 2t1c ndr"
4993 #  algorithm: "table_perf_comparison"
4994 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
4995 #  history:
4996 #    - title: "rls1904"
4997 #      data: "dpdk-performance-changes-2n-skx-h1"
4998 #  reference:
4999 #    title: "rls1908"
5000 #    data: "dpdk-performance-changes-2n-skx-ref"
5001 #  compare:
5002 #    title: "rls2001"
5003 #    data: "dpdk-performance-changes-2n-skx-cmp"
5004 #  data: "dpdk-performance-changes-2n-skx"
5005 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5006 #  filter: "'2T1C'"
5007 #  parameters:
5008 #  - "name"
5009 #  - "parent"
5010 #  - "throughput"
5011 #
5012 ## DPDK Performance Changes 2n-skx 4t2c ndr
5013 #- type: "table"
5014 #  title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5015 #  algorithm: "table_perf_comparison"
5016 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5017 #  history:
5018 #    - title: "rls1904"
5019 #      data: "dpdk-performance-changes-2n-skx-h1"
5020 #  reference:
5021 #    title: "rls1908"
5022 #    data: "dpdk-performance-changes-2n-skx-ref"
5023 #  compare:
5024 #    title: "rls2001"
5025 #    data: "dpdk-performance-changes-2n-skx-cmp"
5026 #  data: "dpdk-performance-changes-2n-skx"
5027 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5028 #  filter: "'4T2C'"
5029 #  parameters:
5030 #  - "name"
5031 #  - "parent"
5032 #  - "throughput"
5033 #
5034 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5035 #- type: "table"
5036 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5037 #  algorithm: "table_perf_comparison"
5038 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5039 #  reference:
5040 #    title: "3-Node Hsw"
5041 #    data: "dpdk-compare-testbeds-ref"
5042 #  compare:
5043 #    title: "3-Node Skx"
5044 #    data: "dpdk-compare-testbeds-cmp"
5045 #  data: "dpdk-compare-testbeds"
5046 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5047 #  filter: "'NIC_Intel-X710'"
5048 #  parameters:
5049 #  - "name"
5050 #  - "parent"
5051 #  - "throughput"
5052 #
5053 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5054 #- type: "table"
5055 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5056 #  algorithm: "table_perf_comparison"
5057 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5058 #  reference:
5059 #    title: "3-Node Hsw"
5060 #    data: "dpdk-compare-testbeds-ref"
5061 #  compare:
5062 #    title: "3-Node Skx"
5063 #    data: "dpdk-compare-testbeds-cmp"
5064 #  data: "dpdk-compare-testbeds"
5065 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5066 #  filter: "'NIC_Intel-X710'"
5067 #  parameters:
5068 #  - "name"
5069 #  - "parent"
5070 #  - "throughput"
5071 #
5072 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5073 #- type: "table"
5074 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5075 #  algorithm: "table_perf_comparison"
5076 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5077 #  reference:
5078 #    title: "2-Node Skx"
5079 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5080 #  compare:
5081 #    title: "2-Node Clx"
5082 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5083 #  data: "dpdk-compare-testbeds-skx-clx"
5084 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5085 #  filter: "'NDRPDR'"
5086 #  parameters:
5087 #  - "name"
5088 #  - "parent"
5089 #  - "throughput"
5090 #
5091 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5092 #- type: "table"
5093 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5094 #  algorithm: "table_perf_comparison"
5095 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5096 #  reference:
5097 #    title: "2-Node Skx"
5098 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5099 #  compare:
5100 #    title: "2-Node Clx"
5101 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5102 #  data: "dpdk-compare-testbeds-skx-clx"
5103 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5104 #  filter: "'NDRPDR'"
5105 #  parameters:
5106 #  - "name"
5107 #  - "parent"
5108 #  - "throughput"
5109 #
5110 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5111 #- type: "table"
5112 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5113 #  algorithm: "table_perf_comparison"
5114 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5115 #  reference:
5116 #    title: "3-Node Skx"
5117 #    data: "dpdk-compare-topologies-ref"
5118 #  compare:
5119 #    title: "2-Node Skx"
5120 #    data: "dpdk-compare-topologies-cmp"
5121 #  data: "dpdk-compare-topologies"
5122 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5123 #  filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
5124 #  parameters:
5125 #  - "name"
5126 #  - "parent"
5127 #  - "throughput"
5128 #
5129 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5130 #- type: "table"
5131 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5132 #  algorithm: "table_perf_comparison"
5133 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5134 #  reference:
5135 #    title: "3-Node Skx"
5136 #    data: "dpdk-compare-topologies-ref"
5137 #  compare:
5138 #    title: "2-Node Skx"
5139 #    data: "dpdk-compare-topologies-cmp"
5140 #  data: "dpdk-compare-topologies"
5141 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5142 #  filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
5143 #  parameters:
5144 #  - "name"
5145 #  - "parent"
5146 #  - "throughput"
5147
5148 # Detailed Test Results - DPDK Performance Results 3n-hsw
5149 - type: "table"
5150   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5151   algorithm: "table_merged_details"
5152   output-file-ext: ".csv"
5153   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5154   columns:
5155   - title: " |prein| Test Name |preout| "
5156     data: "data name"
5157   - 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| "
5158     data: "data msg"
5159   rows: "generated"
5160   data: "dpdk-perf-results-3n-hsw"
5161   filter: "all"
5162   parameters:
5163   - "name"
5164   - "parent"
5165   - "msg"
5166
5167 ## Detailed Test Results - DPDK Performance Results 3n-skx
5168 #- type: "table"
5169 #  title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5170 #  algorithm: "table_details"
5171 #  output-file-ext: ".csv"
5172 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5173 #  columns:
5174 #  - title: " |prein| Test Name |preout| "
5175 #    data: "data name"
5176 #  - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| 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| "
5177 #    data: "data msg"
5178 #  rows: "generated"
5179 #  data: "dpdk-perf-results-3n-skx"
5180 #  filter: "all"
5181 #  parameters:
5182 #  - "name"
5183 #  - "parent"
5184 #  - "msg"
5185 #
5186 ## Detailed Test Results - DPDK Performance Results 2n-skx
5187 #- type: "table"
5188 #  title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5189 #  algorithm: "table_details"
5190 #  output-file-ext: ".csv"
5191 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5192 #  columns:
5193 #  - title: " |prein| Test Name |preout| "
5194 #    data: "data name"
5195 #  - 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| "
5196 #    data: "data msg"
5197 #  rows: "generated"
5198 #  data: "dpdk-perf-results-2n-skx"
5199 #  filter: "all"
5200 #  parameters:
5201 #  - "name"
5202 #  - "parent"
5203 #  - "msg"
5204
5205 ## Detailed Test Results - DPDK Performance Results 2n-clx
5206 #- type: "table"
5207 #  title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5208 #  algorithm: "table_details"
5209 #  output-file-ext: ".csv"
5210 #  output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5211 #  columns:
5212 #  - title: " |prein| Test Name |preout| "
5213 #    data: "data name"
5214 #  - 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| "
5215 #    data: "data msg"
5216 #  rows: "generated"
5217 #  data: "dpdk-perf-results-2n-clx"
5218 #  filter: "all"
5219 #  parameters:
5220 #  - "name"
5221 #  - "parent"
5222 #  - "msg"
5223
5224 # Detailed Test Results - DPDK Performance Results 2n-dnv
5225 - type: "table"
5226   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5227   algorithm: "table_details"
5228   output-file-ext: ".csv"
5229   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5230   columns:
5231   - title: " |prein| Test Name |preout| "
5232     data: "data name"
5233   - 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| "
5234     data: "data msg"
5235   rows: "generated"
5236   data: "dpdk-perf-results-2n-dnv"
5237   filter: "all"
5238   parameters:
5239   - "name"
5240   - "parent"
5241   - "msg"
5242
5243 # Detailed Test Results - DPDK Performance Results 3n-dnv
5244 - type: "table"
5245   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5246   algorithm: "table_details"
5247   output-file-ext: ".csv"
5248   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5249   columns:
5250   - title: " |prein| Test Name |preout| "
5251     data: "data name"
5252   - 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| "
5253     data: "data msg"
5254   rows: "generated"
5255   data: "dpdk-perf-results-3n-dnv"
5256   filter: "all"
5257   parameters:
5258   - "name"
5259   - "parent"
5260   - "msg"
5261
5262 # Detailed Test Results - DPDK Performance Results 3n-tsh
5263 - type: "table"
5264   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
5265   algorithm: "table_details"
5266   output-file-ext: ".csv"
5267   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5268   columns:
5269   - title: " |prein| Test Name |preout| "
5270     data: "data name"
5271   - 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| "
5272     data: "data msg"
5273   rows: "generated"
5274   data: "dpdk-perf-results-3n-tsh"
5275   filter: "all"
5276   parameters:
5277   - "name"
5278   - "parent"
5279   - "msg"
5280
5281 ################################################################################
5282 ###                                F I L E S                                 ###
5283 ################################################################################
5284
5285 # VPP Performance Results 3n-hsw
5286 - type: "file"
5287   title: "VPP Performance Results 3n-hsw"
5288   algorithm: "file_test_results"
5289   output-file-ext: ".rst"
5290   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
5291   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"
5292   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
5293   data: "vpp-perf-results-3n-hsw"
5294   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5295   parameters:
5296   - "name"
5297   - "doc"
5298   - "level"
5299   - "parent"
5300   data-start-level: 3
5301
5302 ## VPP Performance Results 3n-skx
5303 #- type: "file"
5304 #  title: "VPP Performance Results 3n-skx"
5305 #  algorithm: "file_test_results"
5306 #  output-file-ext: ".rst"
5307 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
5308 #  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"
5309 #  dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
5310 #  data: "vpp-perf-results-3n-skx"
5311 #  filter: "not 'CFS_OPT'"
5312 #  parameters:
5313 #  - "name"
5314 #  - "doc"
5315 #  - "level"
5316 #  - "parent"
5317 #  data-start-level: 3
5318 #
5319 ## VPP Performance Results 2n-skx
5320 #- type: "file"
5321 #  title: "VPP Performance Results 2n-skx"
5322 #  algorithm: "file_test_results"
5323 #  output-file-ext: ".rst"
5324 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
5325 #  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"
5326 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
5327 #  data: "vpp-perf-results-2n-skx"
5328 #  filter: "not 'CFS_OPT'"
5329 #  parameters:
5330 #  - "name"
5331 #  - "doc"
5332 #  - "level"
5333 #  - "parent"
5334 #  data-start-level: 3
5335
5336 ## VPP Performance Results 2n-clx
5337 #- type: "file"
5338 #  title: "VPP Performance Results 2n-clx"
5339 #  algorithm: "file_test_results"
5340 #  output-file-ext: ".rst"
5341 #  output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
5342 #  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"
5343 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,CLX]}"
5344 #  data: "vpp-perf-results-2n-clx"
5345 #  filter: "not 'CFS_OPT'"
5346 #  parameters:
5347 #  - "name"
5348 #  - "doc"
5349 #  - "level"
5350 #  - "parent"
5351 #  data-start-level: 3
5352
5353 # VPP Performance Results 3n-tsh
5354 - type: "file"
5355   title: "VPP Performance Results 3n-tsh"
5356   algorithm: "file_test_results"
5357   output-file-ext: ".rst"
5358   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
5359   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"
5360   dir-tables: "{DIR[DTR,PERF,VPP,3N,TSH]}"
5361   data: "vpp-perf-results-3n-tsh"
5362   filter: "not 'CFS_OPT'"
5363   parameters:
5364   - "name"
5365   - "doc"
5366   - "level"
5367   - "parent"
5368   data-start-level: 3
5369
5370 # VPP Performance Results 3n-dnv
5371 - type: "file"
5372   title: "VPP Performance Results 3n-dnv"
5373   algorithm: "file_test_results"
5374   output-file-ext: ".rst"
5375   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
5376   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"
5377   dir-tables: "{DIR[DTR,PERF,VPP,3N,DNV]}"
5378   data: "vpp-perf-results-3n-dnv"
5379   filter: "'NDRPDR'"
5380   parameters:
5381   - "name"
5382   - "doc"
5383   - "level"
5384   - "parent"
5385   data-start-level: 3
5386
5387 # VPP Performance Results 2n-dnv
5388 - type: "file"
5389   title: "VPP Performance Results 2n-dnv"
5390   algorithm: "file_test_results"
5391   output-file-ext: ".rst"
5392   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5393   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"
5394   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
5395   data: "vpp-perf-results-2n-dnv"
5396   filter: "'NDRPDR'"
5397   parameters:
5398   - "name"
5399   - "doc"
5400   - "level"
5401   - "parent"
5402   data-start-level: 3
5403
5404 # VPP Performance Configuration 3n-hsw
5405 - type: "file"
5406   title: "VPP Performance Configuration 3n-hsw"
5407   algorithm: "file_test_results"
5408   output-file-ext: ".rst"
5409   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
5410   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"
5411   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
5412   data: "vpp-perf-results-3n-hsw"
5413   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5414   parameters:
5415   - "name"
5416   - "doc"
5417   - "level"
5418   - "parent"
5419   data-start-level: 3
5420
5421 ## VPP Performance Configuration 3n-skx
5422 #- type: "file"
5423 #  title: "VPP Performance Configuration 3n-skx"
5424 #  algorithm: "file_test_results"
5425 #  output-file-ext: ".rst"
5426 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
5427 #  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"
5428 #  dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
5429 #  data: "vpp-perf-results-3n-skx"
5430 #  filter: "not 'CFS_OPT'"
5431 #  parameters:
5432 #  - "name"
5433 #  - "doc"
5434 #  - "level"
5435 #  - "parent"
5436 #  data-start-level: 3
5437 #
5438 ## VPP Performance Configuration 2n-skx
5439 #- type: "file"
5440 #  title: "VPP Performance Configuration 2n-skx"
5441 #  algorithm: "file_test_results"
5442 #  output-file-ext: ".rst"
5443 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
5444 #  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"
5445 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
5446 #  data: "vpp-perf-results-2n-skx"
5447 #  filter: "not 'CFS_OPT'"
5448 #  parameters:
5449 #  - "name"
5450 #  - "doc"
5451 #  - "level"
5452 #  - "parent"
5453 #  data-start-level: 3
5454
5455 ## VPP Performance Configuration 2n-clx
5456 #- type: "file"
5457 #  title: "VPP Performance Configuration 2n-clx"
5458 #  algorithm: "file_test_results"
5459 #  output-file-ext: ".rst"
5460 #  output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_performance_configuration_2n_clx"
5461 #  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"
5462 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,CLX]}"
5463 #  data: "vpp-perf-results-2n-clx"
5464 #  filter: "not 'CFS_OPT'"
5465 #  parameters:
5466 #  - "name"
5467 #  - "doc"
5468 #  - "level"
5469 #  - "parent"
5470 #  data-start-level: 3
5471
5472 # VPP Performance Configuration 3n-tsh
5473 - type: "file"
5474   title: "VPP Performance Configuration 3n-tsh"
5475   algorithm: "file_test_results"
5476   output-file-ext: ".rst"
5477   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_performance_configuration_3n_tsh"
5478   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"
5479   dir-tables: "{DIR[DTC,PERF,VPP,3N,TSH]}"
5480   data: "vpp-perf-results-3n-tsh"
5481   filter: "not 'CFS_OPT'"
5482   parameters:
5483   - "name"
5484   - "doc"
5485   - "level"
5486   - "parent"
5487   data-start-level: 3
5488
5489 # VPP Performance Configuration 3n-dnv
5490 - type: "file"
5491   title: "VPP Performance Configuration 3n-dnv"
5492   algorithm: "file_test_results"
5493   output-file-ext: ".rst"
5494   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_performance_configuration_3n_dnv"
5495   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"
5496   dir-tables: "{DIR[DTC,PERF,VPP,3N,DNV]}"
5497   data: "vpp-perf-results-3n-dnv"
5498   filter: "'NDRPDR'"
5499   parameters:
5500   - "name"
5501   - "doc"
5502   - "level"
5503   - "parent"
5504   data-start-level: 3
5505
5506 # VPP Performance Configuration 2n-dnv
5507 - type: "file"
5508   title: "VPP Performance Configuration 2n-dnv"
5509   algorithm: "file_test_results"
5510   output-file-ext: ".rst"
5511   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
5512   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"
5513   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
5514   data: "vpp-perf-results-2n-dnv"
5515   filter: "'NDRPDR'"
5516   parameters:
5517   - "name"
5518   - "doc"
5519   - "level"
5520   - "parent"
5521   data-start-level: 3
5522
5523 # VPP Performance Operational Data 3n-hsw
5524 - type: "file"
5525   title: "VPP Performance Operational Data 3n-hsw"
5526   algorithm: "file_test_results_html"
5527   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
5528   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"
5529   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
5530   data: "vpp-perf-results-3n-hsw"
5531   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5532   data-start-level: 3
5533
5534 ## VPP Performance Operational Data 3n-skx
5535 #- type: "file"
5536 #  title: "VPP Performance Operational Data 3n-skx"
5537 #  algorithm: "file_test_results_html"
5538 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
5539 #  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"
5540 #  dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
5541 #  data: "vpp-perf-results-3n-skx"
5542 #  filter: "not 'CFS_OPT'"
5543 #  data-start-level: 3
5544 #
5545 ## VPP Performance Operational Data 2n-skx
5546 #- type: "file"
5547 #  title: "VPP Performance Operational Data 2n-skx"
5548 #  algorithm: "file_test_results_html"
5549 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
5550 #  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"
5551 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
5552 #  data: "vpp-perf-results-2n-skx"
5553 #  filter: "not 'CFS_OPT'"
5554 #  data-start-level: 3
5555
5556 ## VPP Performance Operational Data 2n-clx
5557 #- type: "file"
5558 #  title: "VPP Performance Operational Data 2n-clx"
5559 #  algorithm: "file_test_results_html"
5560 #  output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_performance_operational_data_2n_clx"
5561 #  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"
5562 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,CLX]}"
5563 #  data: "vpp-perf-results-2n-clx"
5564 #  filter: "not 'CFS_OPT'"
5565 #  data-start-level: 3
5566
5567 # VPP Performance Operational Data 3n-tsh
5568 - type: "file"
5569   title: "VPP Performance Operational Data 3n-tsh"
5570   algorithm: "file_test_results_html"
5571   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_performance_operational_data_3n_tsh"
5572   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"
5573   dir-tables: "{DIR[DTO,PERF,VPP,3N,TSH]}"
5574   data: "vpp-perf-results-3n-tsh"
5575   filter: "not 'CFS_OPT'"
5576   data-start-level: 3
5577
5578 # VPP Performance Operational Data 3n-dnv
5579 - type: "file"
5580   title: "VPP Performance Operational Data 3n-dnv"
5581   algorithm: "file_test_results_html"
5582   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_performance_operational_data_3n_dnv"
5583   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"
5584   dir-tables: "{DIR[DTO,PERF,VPP,3N,DNV]}"
5585   data: "vpp-perf-results-3n-dnv"
5586   filter: "'NDRPDR'"
5587   data-start-level: 3
5588
5589 # VPP Performance Operational Data 2n-dnv
5590 - type: "file"
5591   title: "VPP Performance Operational Data 2n-dnv"
5592   algorithm: "file_test_results_html"
5593   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
5594   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"
5595   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
5596   data: "vpp-perf-results-2n-dnv"
5597   filter: "'NDRPDR'"
5598   data-start-level: 3
5599
5600 # VPP MRR Results 3n-hsw
5601 - type: "file"
5602   title: "VPP MRR Results 3n-hsw"
5603   algorithm: "file_test_results"
5604   output-file-ext: ".rst"
5605   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
5606   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"
5607   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
5608   data: "vpp-mrr-results-3n-hsw"
5609   filter: "'MRR'"
5610   parameters:
5611   - "name"
5612   - "doc"
5613   - "level"
5614   - "parent"
5615   data-start-level: 3
5616
5617 ## VPP MRR Results 3n-skx
5618 #- type: "file"
5619 #  title: "VPP MRR Results 3n-skx"
5620 #  algorithm: "file_test_results"
5621 #  output-file-ext: ".rst"
5622 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
5623 #  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"
5624 #  dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
5625 #  data: "vpp-mrr-results-3n-skx"
5626 #  filter: "'MRR'"
5627 #  parameters:
5628 #  - "name"
5629 #  - "doc"
5630 #  - "level"
5631 #  - "parent"
5632 #  data-start-level: 3
5633 #
5634 ## VPP MRR Results 2n-skx
5635 #- type: "file"
5636 #  title: "VPP MRR Results 2n-skx"
5637 #  algorithm: "file_test_results"
5638 #  output-file-ext: ".rst"
5639 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
5640 #  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"
5641 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
5642 #  data: "vpp-mrr-results-2n-skx"
5643 #  filter: "all"
5644 #  parameters:
5645 #  - "name"
5646 #  - "doc"
5647 #  - "level"
5648 #  - "parent"
5649 #  data-start-level: 3
5650
5651 ## VPP MRR Results 2n-clx
5652 #- type: "file"
5653 #  title: "VPP MRR Results 2n-clx"
5654 #  algorithm: "file_test_results"
5655 #  output-file-ext: ".rst"
5656 #  output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
5657 #  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"
5658 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,CLX]}"
5659 #  data: "vpp-mrr-results-2n-clx"
5660 #  filter: "all"
5661 #  parameters:
5662 #  - "name"
5663 #  - "doc"
5664 #  - "level"
5665 #  - "parent"
5666 #  data-start-level: 3
5667
5668 ## VPP MRR Results 3n-tsh
5669 #- type: "file"
5670 #  title: "VPP MRR Results 3n-tsh"
5671 #  algorithm: "file_test_results"
5672 #  output-file-ext: ".rst"
5673 #  output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
5674 #  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"
5675 #  dir-tables: "{DIR[DTR,MRR,VPP,3N,TSH]}"
5676 #  data: "vpp-mrr-results-3n-tsh"
5677 #  filter: "'MRR'"
5678 #  parameters:
5679 #  - "name"
5680 #  - "doc"
5681 #  - "level"
5682 #  - "parent"
5683 #  data-start-level: 3
5684
5685 # VPP MRR Results 3n-dnv
5686 - type: "file"
5687   title: "VPP MRR Results 3n-dnv"
5688   algorithm: "file_test_results"
5689   output-file-ext: ".rst"
5690   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
5691   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"
5692   dir-tables: "{DIR[DTR,MRR,VPP,3N,DNV]}"
5693   data: "vpp-mrr-results-3n-dnv"
5694   filter: "'MRR'"
5695   parameters:
5696   - "name"
5697   - "doc"
5698   - "level"
5699   - "parent"
5700   data-start-level: 3
5701
5702 # VPP MRR Results 2n-dnv
5703 - type: "file"
5704   title: "VPP MRR Results 2n-dnv"
5705   algorithm: "file_test_results"
5706   output-file-ext: ".rst"
5707   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
5708   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"
5709   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
5710   data: "vpp-mrr-results-2n-dnv"
5711   filter: "'MRR'"
5712   parameters:
5713   - "name"
5714   - "doc"
5715   - "level"
5716   - "parent"
5717   data-start-level: 3
5718
5719 # VPP MRR Configuration 3n-hsw
5720 - type: "file"
5721   title: "VPP MRR Configuration 3n-hsw"
5722   algorithm: "file_test_results"
5723   output-file-ext: ".rst"
5724   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
5725   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"
5726   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
5727   data: "vpp-mrr-results-3n-hsw"
5728   filter: "'MRR'"
5729   parameters:
5730   - "name"
5731   - "doc"
5732   - "level"
5733   - "parent"
5734   data-start-level: 3
5735
5736 ## VPP MRR Configuration 3n-skx
5737 #- type: "file"
5738 #  title: "VPP MRR Configuration 3n-skx"
5739 #  algorithm: "file_test_results"
5740 #  output-file-ext: ".rst"
5741 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
5742 #  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"
5743 #  dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
5744 #  data: "vpp-mrr-results-3n-skx"
5745 #  filter: "'MRR'"
5746 #  parameters:
5747 #  - "name"
5748 #  - "doc"
5749 #  - "level"
5750 #  - "parent"
5751 #  data-start-level: 3
5752 #
5753 ## VPP MRR Configuration 2n-skx
5754 #- type: "file"
5755 #  title: "VPP MRR Configuration 2n-skx"
5756 #  algorithm: "file_test_results"
5757 #  output-file-ext: ".rst"
5758 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
5759 #  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"
5760 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
5761 #  data: "vpp-mrr-results-2n-skx"
5762 #  filter: "'MRR'"
5763 #  parameters:
5764 #  - "name"
5765 #  - "doc"
5766 #  - "level"
5767 #  - "parent"
5768 #  data-start-level: 3
5769
5770 ## VPP MRR Configuration 2n-clx
5771 #- type: "file"
5772 #  title: "VPP MRR Configuration 2n-clx"
5773 #  algorithm: "file_test_results"
5774 #  output-file-ext: ".rst"
5775 #  output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_configuration_2n_clx"
5776 #  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"
5777 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,CLX]}"
5778 #  data: "vpp-mrr-results-2n-clx"
5779 #  filter: "'MRR'"
5780 #  parameters:
5781 #  - "name"
5782 #  - "doc"
5783 #  - "level"
5784 #  - "parent"
5785 #  data-start-level: 3
5786
5787 ## VPP MRR Configuration 3n-tsh
5788 #- type: "file"
5789 #  title: "VPP MRR Configuration 3n-tsh"
5790 #  algorithm: "file_test_results"
5791 #  output-file-ext: ".rst"
5792 #  output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
5793 #  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"
5794 #  dir-tables: "{DIR[DTC,MRR,VPP,3N,TSH]}"
5795 #  data: "vpp-mrr-results-3n-tsh"
5796 #  filter: "'MRR'"
5797 #  parameters:
5798 #  - "name"
5799 #  - "doc"
5800 #  - "level"
5801 #  - "parent"
5802 #  data-start-level: 3
5803
5804 # VPP MRR Configuration 3n-dnv
5805 - type: "file"
5806   title: "VPP MRR Configuration 3n-dnv"
5807   algorithm: "file_test_results"
5808   output-file-ext: ".rst"
5809   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_configuration_3n_dnv"
5810   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"
5811   dir-tables: "{DIR[DTC,MRR,VPP,3N,DNV]}"
5812   data: "vpp-mrr-results-3n-dnv"
5813   filter: "'MRR'"
5814   parameters:
5815   - "name"
5816   - "doc"
5817   - "level"
5818   - "parent"
5819   data-start-level: 3
5820
5821 # VPP MRR Configuration 2n-dnv
5822 - type: "file"
5823   title: "VPP MRR Configuration 2n-dnv"
5824   algorithm: "file_test_results"
5825   output-file-ext: ".rst"
5826   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
5827   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"
5828   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5829   data: "vpp-mrr-results-2n-dnv"
5830   filter: "'MRR'"
5831   parameters:
5832   - "name"
5833   - "doc"
5834   - "level"
5835   - "parent"
5836   data-start-level: 3
5837
5838 # VPP Device Results - Ubuntu
5839 - type: "file"
5840   title: "VPP Device Results - Ubuntu"
5841   algorithm: "file_test_results"
5842   output-file-ext: ".rst"
5843   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5844   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"
5845   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5846   data: "vpp-device-results-ubuntu"
5847   filter: "all"
5848   parameters:
5849   - "name"
5850   - "doc"
5851   - "level"
5852   - "parent"
5853   data-start-level: 3
5854
5855 # VPP Device Configuration - Ubuntu
5856 - type: "file"
5857   title: "VPP Device Configuration - Ubuntu"
5858   algorithm: "file_test_results"
5859   output-file-ext: ".rst"
5860   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5861   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"
5862   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5863   data: "vpp-device-results-ubuntu"
5864   filter: "all"
5865   parameters:
5866   - "name"
5867   - "doc"
5868   - "level"
5869   - "parent"
5870   data-start-level: 3
5871
5872 # DPDK Performance Results 3n-hsw
5873 - type: "file"
5874   title: "DPDK Performance Results 3n-hsw"
5875   algorithm: "file_test_results"
5876   output-file-ext: ".rst"
5877   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5878   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"
5879   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5880   data: "dpdk-perf-results-3n-hsw"
5881   filter: "all"
5882   parameters:
5883   - "name"
5884   - "doc"
5885   - "level"
5886   - "parent"
5887   data-start-level: 3
5888
5889 ## DPDK Performance Results 3n-skx
5890 #- type: "file"
5891 #  title: "DPDK Performance Results 3n-skx"
5892 #  algorithm: "file_test_results"
5893 #  output-file-ext: ".rst"
5894 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5895 #  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"
5896 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5897 #  data: "dpdk-perf-results-3n-skx"
5898 #  filter: "all"
5899 #  parameters:
5900 #  - "name"
5901 #  - "doc"
5902 #  - "level"
5903 #  - "parent"
5904 #  data-start-level: 3
5905 #
5906 ## DPDK Performance Results 2n-skx
5907 #- type: "file"
5908 #  title: "DPDK Performance Results 2n-skx"
5909 #  algorithm: "file_test_results"
5910 #  output-file-ext: ".rst"
5911 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5912 #  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"
5913 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5914 #  data: "dpdk-perf-results-2n-skx"
5915 #  filter: "all"
5916 #  parameters:
5917 #  - "name"
5918 #  - "doc"
5919 #  - "level"
5920 #  - "parent"
5921 #  data-start-level: 3
5922
5923 ## DPDK Performance Results 2n-clx
5924 #- type: "file"
5925 #  title: "DPDK Performance Results 2n-clx"
5926 #  algorithm: "file_test_results"
5927 #  output-file-ext: ".rst"
5928 #  output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5929 #  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"
5930 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5931 #  data: "dpdk-perf-results-2n-clx"
5932 #  filter: "all"
5933 #  parameters:
5934 #  - "name"
5935 #  - "doc"
5936 #  - "level"
5937 #  - "parent"
5938 #  data-start-level: 3
5939
5940 # DPDK Performance Results 2n-dnv
5941 - type: "file"
5942   title: "DPDK Performance Results 2n-dnv"
5943   algorithm: "file_test_results"
5944   output-file-ext: ".rst"
5945   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5946   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"
5947   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
5948   data: "dpdk-perf-results-2n-dnv"
5949   filter: "all"
5950   parameters:
5951   - "name"
5952   - "doc"
5953   - "level"
5954   - "parent"
5955   data-start-level: 3
5956
5957 # DPDK Performance Results 3n-dnv
5958 - type: "file"
5959   title: "DPDK Performance Results 3n-dnv"
5960   algorithm: "file_test_results"
5961   output-file-ext: ".rst"
5962   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5963   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"
5964   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
5965   data: "dpdk-perf-results-3n-dnv"
5966   filter: "all"
5967   parameters:
5968   - "name"
5969   - "doc"
5970   - "level"
5971   - "parent"
5972   data-start-level: 3
5973
5974 # DPDK Performance Results 3n-tsh
5975 - type: "file"
5976   title: "DPDK Performance Results 3n-tsh"
5977   algorithm: "file_test_results"
5978   output-file-ext: ".rst"
5979   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5980   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"
5981   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
5982   data: "dpdk-perf-results-3n-tsh"
5983   filter: "all"
5984   parameters:
5985   - "name"
5986   - "doc"
5987   - "level"
5988   - "parent"
5989   data-start-level: 3
5990
5991 ################################################################################
5992 ###                                P L O T S                                 ###
5993 ################################################################################
5994
5995 ## Plots VPP HTTP Server Performance
5996 #- type: "plot"
5997 #  title: "VPP HTTP Server Performance"
5998 #  algorithm: "plot_http_server_perf_box"
5999 #  output-file-type: ".html"
6000 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6001 #  data:
6002 #    "plot-vpp-http-server-performance"
6003 #  # Keep this formatting, the filter is enclosed with " (quotation mark) and
6004 #  # each tag is enclosed with ' (apostrophe).
6005 #  filter: "'HTTP' and 'TCP_CPS'"
6006 #  parameters:
6007 #  - "result"
6008 #  - "name"
6009 #  traces:
6010 #    hoverinfo: "y+name"
6011 #    boxpoints: "outliers"
6012 #    whiskerwidth: 0
6013 #  layout:
6014 #    title: "VPP HTTP Server Performance"
6015 #    layout:
6016 #      "plot-cps"
6017 #
6018 #- type: "plot"
6019 #  title: "VPP HTTP Server Performance"
6020 #  algorithm: "plot_http_server_perf_box"
6021 #  output-file-type: ".html"
6022 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6023 #  data:
6024 #    "plot-vpp-http-server-performance"
6025 #  filter: "'HTTP' and 'TCP_RPS'"
6026 #  parameters:
6027 #  - "result"
6028 #  - "name"
6029 #  traces:
6030 #    hoverinfo: "y+name"
6031 #    boxpoints: "outliers"
6032 #    whiskerwidth: 0
6033 #  layout:
6034 #    title: "VPP HTTP Server Performance"
6035 #    layout:
6036 #      "plot-rps"
6037
6038 ################################################################################
6039
6040 ## Soak Test (PLRsearch), boxes
6041 #- type: "plot"
6042 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6043 #  algorithm: "plot_perf_box_name"
6044 #  output-file-type: ".html"
6045 #  output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6046 #  data: "plot-vpp-soak-2n-skx"
6047 #  include:
6048 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Soak.64B-2t1c-avf-eth-l2patch-soak"
6049 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6050 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6051 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Soak.64B-2t1c-eth-l2patch-soak"
6052 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6053 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6054 #  layout:
6055 #    title: "30 Minutes Soak Test (PLRsearch)"
6056 #    layout: "plot-soak-throughput"
6057 #
6058 ## Soak Test (PLRsearch), boxes
6059 #- type: "plot"
6060 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6061 #  algorithm: "plot_perf_box_name"
6062 #  output-file-type: ".html"
6063 #  output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6064 #  data: "plot-vpp-soak-2n-skx"
6065 #  include:
6066 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-soak"
6067 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6068 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6069 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6070 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6071 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6072 #  layout:
6073 #    title: "30 Minutes Soak Test (PLRsearch)"
6074 #    layout: "plot-soak-throughput"
6075
6076 ###############################################################################
6077
6078 #- type: "plot"
6079 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6080 #  algorithm: "plot_nf_reconf_box_name"
6081 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6082 #  data: "plot-vpp-nfv-reconf-2n-skx"
6083 #  include:
6084 #    - "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"
6085 #    - "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"
6086 #    - "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"
6087 #    - "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"
6088 #    - "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"
6089 #    - "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"
6090 #  layout:
6091 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6092 #    layout: "plot-throughput"
6093 #
6094 #- type: "plot"
6095 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6096 #  algorithm: "plot_nf_reconf_box_name"
6097 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6098 #  data: "plot-vpp-nfv-reconf-2n-skx"
6099 #  include:
6100 #    - "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"
6101 #    - "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"
6102 #    - "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"
6103 #    - "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"
6104 #    - "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"
6105 #    - "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"
6106 #  layout:
6107 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6108 #    layout: "plot-throughput"
6109 #
6110 #- type: "plot"
6111 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6112 #  algorithm: "plot_nf_reconf_box_name"
6113 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6114 #  data: "plot-vpp-nfv-reconf-2n-skx"
6115 #  include:
6116 #    - "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"
6117 #    - "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"
6118 #    - "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"
6119 #    - "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"
6120 #    - "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"
6121 #    - "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"
6122 #  layout:
6123 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6124 #    layout: "plot-throughput"
6125 #
6126 ################################################################################
6127 ## Plots - NF Density - VSC - MRR 64b
6128 #- type: "plot"
6129 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6130 #  algorithm: "plot_nf_heatmap"
6131 #  output-file-type: ".html"
6132 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6133 #  data: "plot-vpp-nfv-2n-skx-mrr"
6134 #  filter: "'NIC_Intel-XXV710' and
6135 #           'NF_DENSITY' and
6136 #           'VHOST' and
6137 #           not 'VXLAN' and
6138 #           'CHAIN' and
6139 #           'NF_VPPIP4' and
6140 #           '64B' and
6141 #           '2T1C' and
6142 #           'MRR'"
6143 #  parameters:
6144 #  - "result"
6145 #  - "name"
6146 #  - "tags"
6147 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6148 #  x-axis: "X = VNFs per Service Chain"
6149 #  y-axis: "Y = Number of Service Chains"
6150 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6151 #  layout:
6152 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6153 #    layout: "plot-service-density"
6154 #
6155 #- type: "plot"
6156 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6157 #  algorithm: "plot_nf_heatmap"
6158 #  output-file-type: ".html"
6159 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6160 #  data: "plot-vpp-nfv-2n-skx-mrr"
6161 #  filter: "'NIC_Intel-XXV710' and
6162 #           'NF_DENSITY' and
6163 #           'VHOST' and
6164 #           not 'VXLAN' and
6165 #           'CHAIN' and
6166 #           'NF_VPPIP4' and
6167 #           '64B' and
6168 #           '4T2C' and
6169 #           'MRR'"
6170 #  parameters:
6171 #  - "result"
6172 #  - "name"
6173 #  - "tags"
6174 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6175 #  x-axis: "X = VNFs per Service Chain"
6176 #  y-axis: "Y = Number of Service Chains"
6177 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6178 #  layout:
6179 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6180 #    layout: "plot-service-density"
6181 #
6182 #- type: "plot"
6183 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6184 #  algorithm: "plot_nf_heatmap"
6185 #  output-file-type: ".html"
6186 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6187 #  data: "plot-vpp-nfv-2n-skx-mrr"
6188 #  filter: "'NIC_Intel-XXV710' and
6189 #           'NF_DENSITY' and
6190 #           'VHOST' and
6191 #           not 'VXLAN' and
6192 #           'CHAIN' and
6193 #           'NF_VPPIP4' and
6194 #           '64B' and
6195 #           '8T4C' and
6196 #           'MRR'"
6197 #  parameters:
6198 #  - "result"
6199 #  - "name"
6200 #  - "tags"
6201 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6202 #  x-axis: "X = VNFs per Service Chain"
6203 #  y-axis: "Y = Number of Service Chains"
6204 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6205 #  layout:
6206 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6207 #    layout: "plot-service-density"
6208 #
6209 ## Plots - NF Density - VSC - MRR IMIX
6210 #- type: "plot"
6211 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6212 #  algorithm: "plot_nf_heatmap"
6213 #  output-file-type: ".html"
6214 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6215 #  data: "plot-vpp-nfv-2n-skx-mrr"
6216 #  filter: "'NIC_Intel-XXV710' and
6217 #           'NF_DENSITY' and
6218 #           'VHOST' and
6219 #           not 'VXLAN' and
6220 #           'CHAIN' and
6221 #           'NF_VPPIP4' and
6222 #           'IMIX' and
6223 #           '2T1C' and
6224 #           'MRR'"
6225 #  parameters:
6226 #  - "result"
6227 #  - "name"
6228 #  - "tags"
6229 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6230 #  x-axis: "X = VNFs per Service Chain"
6231 #  y-axis: "Y = Number of Service Chains"
6232 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6233 #  layout:
6234 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6235 #    layout: "plot-service-density"
6236 #
6237 #- type: "plot"
6238 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6239 #  algorithm: "plot_nf_heatmap"
6240 #  output-file-type: ".html"
6241 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6242 #  data: "plot-vpp-nfv-2n-skx-mrr"
6243 #  filter: "'NIC_Intel-XXV710' and
6244 #           'NF_DENSITY' and
6245 #           'VHOST' and
6246 #           not 'VXLAN' and
6247 #           'CHAIN' and
6248 #           'NF_VPPIP4' and
6249 #           'IMIX' and
6250 #           '4T2C' and
6251 #           'MRR'"
6252 #  parameters:
6253 #  - "result"
6254 #  - "name"
6255 #  - "tags"
6256 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6257 #  x-axis: "X = VNFs per Service Chain"
6258 #  y-axis: "Y = Number of Service Chains"
6259 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6260 #  layout:
6261 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6262 #    layout: "plot-service-density"
6263 #
6264 #- type: "plot"
6265 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6266 #  algorithm: "plot_nf_heatmap"
6267 #  output-file-type: ".html"
6268 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6269 #  data: "plot-vpp-nfv-2n-skx-mrr"
6270 #  filter: "'NIC_Intel-XXV710' and
6271 #           'NF_DENSITY' and
6272 #           'VHOST' and
6273 #           not 'VXLAN' and
6274 #           'CHAIN' and
6275 #           'NF_VPPIP4' and
6276 #           'IMIX' and
6277 #           '8T4C' and
6278 #           'MRR'"
6279 #  parameters:
6280 #  - "result"
6281 #  - "name"
6282 #  - "tags"
6283 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6284 #  x-axis: "X = VNFs per Service Chain"
6285 #  y-axis: "Y = Number of Service Chains"
6286 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6287 #  layout:
6288 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6289 #    layout: "plot-service-density"
6290 #
6291 ## Plots - NF Density - VSC - NDR 64b
6292 #- type: "plot"
6293 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6294 #  algorithm: "plot_nf_heatmap"
6295 #  output-file-type: ".html"
6296 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6297 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6298 #  filter: "'NIC_Intel-XXV710' and
6299 #           'NF_DENSITY' and
6300 #           'VHOST' and
6301 #           not 'VXLAN' and
6302 #           'CHAIN' and
6303 #           'NF_VPPIP4' and
6304 #           '64B' and
6305 #           '2T1C' and
6306 #           'NDRPDR'"
6307 #  parameters:
6308 #  - "throughput"
6309 #  - "name"
6310 #  - "tags"
6311 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6312 #  x-axis: "X = VNFs per Service Chain"
6313 #  y-axis: "Y = Number of Service Chains"
6314 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6315 #  layout:
6316 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6317 #    layout: "plot-service-density"
6318 #
6319 #- type: "plot"
6320 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6321 #  algorithm: "plot_nf_heatmap"
6322 #  output-file-type: ".html"
6323 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6324 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6325 #  filter: "'NIC_Intel-XXV710' and
6326 #           'NF_DENSITY' and
6327 #           'VHOST' and
6328 #           not 'VXLAN' and
6329 #           'CHAIN' and
6330 #           'NF_VPPIP4' and
6331 #           '64B' and
6332 #           '4T2C' and
6333 #           'NDRPDR'"
6334 #  parameters:
6335 #  - "throughput"
6336 #  - "name"
6337 #  - "tags"
6338 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6339 #  x-axis: "X = VNFs per Service Chain"
6340 #  y-axis: "Y = Number of Service Chains"
6341 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6342 #  layout:
6343 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6344 #    layout: "plot-service-density"
6345 #
6346 #- type: "plot"
6347 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6348 #  algorithm: "plot_nf_heatmap"
6349 #  output-file-type: ".html"
6350 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6351 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6352 #  filter: "'NIC_Intel-XXV710' and
6353 #           'NF_DENSITY' and
6354 #           'VHOST' and
6355 #           not 'VXLAN' and
6356 #           'CHAIN' and
6357 #           'NF_VPPIP4' and
6358 #           '64B' and
6359 #           '8T4C' and
6360 #           'NDRPDR'"
6361 #  parameters:
6362 #  - "throughput"
6363 #  - "name"
6364 #  - "tags"
6365 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6366 #  x-axis: "X = VNFs per Service Chain"
6367 #  y-axis: "Y = Number of Service Chains"
6368 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6369 #  layout:
6370 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6371 #    layout: "plot-service-density"
6372 #
6373 ## Plots - NF Density - VSC - NDR IMIX
6374 #- type: "plot"
6375 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6376 #  algorithm: "plot_nf_heatmap"
6377 #  output-file-type: ".html"
6378 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6379 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6380 #  filter: "'NIC_Intel-XXV710' and
6381 #           'NF_DENSITY' and
6382 #           'VHOST' and
6383 #           not 'VXLAN' and
6384 #           'CHAIN' and
6385 #           'NF_VPPIP4' and
6386 #           'IMIX' and
6387 #           '2T1C' and
6388 #           'NDRPDR'"
6389 #  parameters:
6390 #  - "throughput"
6391 #  - "name"
6392 #  - "tags"
6393 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6394 #  x-axis: "X = VNFs per Service Chain"
6395 #  y-axis: "Y = Number of Service Chains"
6396 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6397 #  layout:
6398 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6399 #    layout: "plot-service-density"
6400 #
6401 #- type: "plot"
6402 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6403 #  algorithm: "plot_nf_heatmap"
6404 #  output-file-type: ".html"
6405 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6406 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6407 #  filter: "'NIC_Intel-XXV710' and
6408 #           'NF_DENSITY' and
6409 #           'VHOST' and
6410 #           not 'VXLAN' and
6411 #           'CHAIN' and
6412 #           'NF_VPPIP4' and
6413 #           'IMIX' and
6414 #           '4T2C' and
6415 #           'NDRPDR'"
6416 #  parameters:
6417 #  - "throughput"
6418 #  - "name"
6419 #  - "tags"
6420 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6421 #  x-axis: "X = VNFs per Service Chain"
6422 #  y-axis: "Y = Number of Service Chains"
6423 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6424 #  layout:
6425 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6426 #    layout: "plot-service-density"
6427 #
6428 #- type: "plot"
6429 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6430 #  algorithm: "plot_nf_heatmap"
6431 #  output-file-type: ".html"
6432 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6433 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6434 #  filter: "'NIC_Intel-XXV710' and
6435 #           'NF_DENSITY' and
6436 #           'VHOST' and
6437 #           not 'VXLAN' and
6438 #           'CHAIN' and
6439 #           'NF_VPPIP4' and
6440 #           'IMIX' and
6441 #           '8T4C' and
6442 #           'NDRPDR'"
6443 #  parameters:
6444 #  - "throughput"
6445 #  - "name"
6446 #  - "tags"
6447 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6448 #  x-axis: "X = VNFs per Service Chain"
6449 #  y-axis: "Y = Number of Service Chains"
6450 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6451 #  layout:
6452 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6453 #    layout: "plot-service-density"
6454 #
6455 ## Plots - NF Density - VSC - PDR 64b
6456 #- type: "plot"
6457 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6458 #  algorithm: "plot_nf_heatmap"
6459 #  output-file-type: ".html"
6460 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6461 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6462 #  filter: "'NIC_Intel-XXV710' and
6463 #           'NF_DENSITY' and
6464 #           'VHOST' and
6465 #           not 'VXLAN' and
6466 #           'CHAIN' and
6467 #           'NF_VPPIP4' and
6468 #           '64B' and
6469 #           '2T1C' and
6470 #           'NDRPDR'"
6471 #  parameters:
6472 #  - "throughput"
6473 #  - "name"
6474 #  - "tags"
6475 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6476 #  x-axis: "X = VNFs per Service Chain"
6477 #  y-axis: "Y = Number of Service Chains"
6478 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6479 #  layout:
6480 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6481 #    layout: "plot-service-density"
6482 #
6483 #- type: "plot"
6484 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6485 #  algorithm: "plot_nf_heatmap"
6486 #  output-file-type: ".html"
6487 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6488 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6489 #  filter: "'NIC_Intel-XXV710' and
6490 #           'NF_DENSITY' and
6491 #           'VHOST' and
6492 #           not 'VXLAN' and
6493 #           'CHAIN' and
6494 #           'NF_VPPIP4' and
6495 #           '64B' and
6496 #           '4T2C' and
6497 #           'NDRPDR'"
6498 #  parameters:
6499 #  - "throughput"
6500 #  - "name"
6501 #  - "tags"
6502 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6503 #  x-axis: "X = VNFs per Service Chain"
6504 #  y-axis: "Y = Number of Service Chains"
6505 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6506 #  layout:
6507 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6508 #    layout: "plot-service-density"
6509 #
6510 #- type: "plot"
6511 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6512 #  algorithm: "plot_nf_heatmap"
6513 #  output-file-type: ".html"
6514 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6515 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6516 #  filter: "'NIC_Intel-XXV710' and
6517 #           'NF_DENSITY' and
6518 #           'VHOST' and
6519 #           not 'VXLAN' and
6520 #           'CHAIN' and
6521 #           'NF_VPPIP4' and
6522 #           '64B' and
6523 #           '8T4C' and
6524 #           'NDRPDR'"
6525 #  parameters:
6526 #  - "throughput"
6527 #  - "name"
6528 #  - "tags"
6529 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6530 #  x-axis: "X = VNFs per Service Chain"
6531 #  y-axis: "Y = Number of Service Chains"
6532 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6533 #  layout:
6534 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6535 #    layout: "plot-service-density"
6536 #
6537 ## Plots - NF Density - VSC - PDR IMIX
6538 #- type: "plot"
6539 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6540 #  algorithm: "plot_nf_heatmap"
6541 #  output-file-type: ".html"
6542 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6543 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6544 #  filter: "'NIC_Intel-XXV710' and
6545 #           'NF_DENSITY' and
6546 #           'VHOST' and
6547 #           not 'VXLAN' and
6548 #           'CHAIN' and
6549 #           'NF_VPPIP4' and
6550 #           'IMIX' and
6551 #           '2T1C' and
6552 #           'NDRPDR'"
6553 #  parameters:
6554 #  - "throughput"
6555 #  - "name"
6556 #  - "tags"
6557 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6558 #  x-axis: "X = VNFs per Service Chain"
6559 #  y-axis: "Y = Number of Service Chains"
6560 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6561 #  layout:
6562 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6563 #    layout: "plot-service-density"
6564 #
6565 #- type: "plot"
6566 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6567 #  algorithm: "plot_nf_heatmap"
6568 #  output-file-type: ".html"
6569 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6570 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6571 #  filter: "'NIC_Intel-XXV710' and
6572 #           'NF_DENSITY' and
6573 #           'VHOST' and
6574 #           not 'VXLAN' and
6575 #           'CHAIN' and
6576 #           'NF_VPPIP4' and
6577 #           'IMIX' and
6578 #           '4T2C' and
6579 #           'NDRPDR'"
6580 #  parameters:
6581 #  - "throughput"
6582 #  - "name"
6583 #  - "tags"
6584 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6585 #  x-axis: "X = VNFs per Service Chain"
6586 #  y-axis: "Y = Number of Service Chains"
6587 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6588 #  layout:
6589 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6590 #    layout: "plot-service-density"
6591 #
6592 #- type: "plot"
6593 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6594 #  algorithm: "plot_nf_heatmap"
6595 #  output-file-type: ".html"
6596 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6597 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6598 #  filter: "'NIC_Intel-XXV710' and
6599 #           'NF_DENSITY' and
6600 #           'VHOST' and
6601 #           not 'VXLAN' and
6602 #           'CHAIN' and
6603 #           'NF_VPPIP4' and
6604 #           'IMIX' and
6605 #           '8T4C' and
6606 #           'NDRPDR'"
6607 #  parameters:
6608 #  - "throughput"
6609 #  - "name"
6610 #  - "tags"
6611 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6612 #  x-axis: "X = VNFs per Service Chain"
6613 #  y-axis: "Y = Number of Service Chains"
6614 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6615 #  layout:
6616 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6617 #    layout: "plot-service-density"
6618 #
6619 ################################################################################
6620 ## Plots - NF Density - VSC - MRR 64b
6621 #- type: "plot"
6622 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6623 #  algorithm: "plot_nf_heatmap"
6624 #  output-file-type: ".html"
6625 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6626 #  data: "plot-vpp-nfv-2n-skx-mrr"
6627 #  filter: "'NIC_Intel-XXV710' and
6628 #           'NF_DENSITY' and
6629 #           'VHOST' and
6630 #           'VXLAN' and
6631 #           'CHAIN' and
6632 #           '118' and
6633 #           '2T1C' and
6634 #           'MRR'"
6635 #  parameters:
6636 #  - "result"
6637 #  - "name"
6638 #  - "tags"
6639 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6640 #  x-axis: "X = VNFs per Service Chain"
6641 #  y-axis: "Y = Number of Service Chains"
6642 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6643 #  layout:
6644 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6645 #    layout: "plot-service-density"
6646 #
6647 #- type: "plot"
6648 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6649 #  algorithm: "plot_nf_heatmap"
6650 #  output-file-type: ".html"
6651 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6652 #  data: "plot-vpp-nfv-2n-skx-mrr"
6653 #  filter: "'NIC_Intel-XXV710' and
6654 #           'NF_DENSITY' and
6655 #           'VHOST' and
6656 #           'VXLAN' and
6657 #           'CHAIN' and
6658 #           '118' and
6659 #           '4T2C' and
6660 #           'MRR'"
6661 #  parameters:
6662 #  - "result"
6663 #  - "name"
6664 #  - "tags"
6665 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6666 #  x-axis: "X = VNFs per Service Chain"
6667 #  y-axis: "Y = Number of Service Chains"
6668 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6669 #  layout:
6670 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6671 #    layout: "plot-service-density"
6672 #
6673 #- type: "plot"
6674 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6675 #  algorithm: "plot_nf_heatmap"
6676 #  output-file-type: ".html"
6677 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6678 #  data: "plot-vpp-nfv-2n-skx-mrr"
6679 #  filter: "'NIC_Intel-XXV710' and
6680 #           'NF_DENSITY' and
6681 #           'VHOST' and
6682 #           'VXLAN' and
6683 #           'CHAIN' and
6684 #           '118' and
6685 #           '8T4C' and
6686 #           'MRR'"
6687 #  parameters:
6688 #  - "result"
6689 #  - "name"
6690 #  - "tags"
6691 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6692 #  x-axis: "X = VNFs per Service Chain"
6693 #  y-axis: "Y = Number of Service Chains"
6694 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6695 #  layout:
6696 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6697 #    layout: "plot-service-density"
6698 #
6699 ## Plots - NF Density - VSC - MRR IMIX
6700 #- type: "plot"
6701 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6702 #  algorithm: "plot_nf_heatmap"
6703 #  output-file-type: ".html"
6704 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6705 #  data: "plot-vpp-nfv-2n-skx-mrr"
6706 #  filter: "'NIC_Intel-XXV710' and
6707 #           'NF_DENSITY' and
6708 #           'VHOST' and
6709 #           'VXLAN' and
6710 #           'CHAIN' and
6711 #           'IMIX' and
6712 #           '2T1C' and
6713 #           'MRR'"
6714 #  parameters:
6715 #  - "result"
6716 #  - "name"
6717 #  - "tags"
6718 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6719 #  x-axis: "X = VNFs per Service Chain"
6720 #  y-axis: "Y = Number of Service Chains"
6721 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6722 #  layout:
6723 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6724 #    layout: "plot-service-density"
6725 #
6726 #- type: "plot"
6727 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6728 #  algorithm: "plot_nf_heatmap"
6729 #  output-file-type: ".html"
6730 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
6731 #  data: "plot-vpp-nfv-2n-skx-mrr"
6732 #  filter: "'NIC_Intel-XXV710' and
6733 #           'NF_DENSITY' and
6734 #           'VHOST' and
6735 #           'VXLAN' and
6736 #           'CHAIN' and
6737 #           'IMIX' and
6738 #           '4T2C' and
6739 #           'MRR'"
6740 #  parameters:
6741 #  - "result"
6742 #  - "name"
6743 #  - "tags"
6744 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6745 #  x-axis: "X = VNFs per Service Chain"
6746 #  y-axis: "Y = Number of Service Chains"
6747 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6748 #  layout:
6749 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6750 #    layout: "plot-service-density"
6751 #
6752 #- type: "plot"
6753 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6754 #  algorithm: "plot_nf_heatmap"
6755 #  output-file-type: ".html"
6756 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
6757 #  data: "plot-vpp-nfv-2n-skx-mrr"
6758 #  filter: "'NIC_Intel-XXV710' and
6759 #           'NF_DENSITY' and
6760 #           'VHOST' and
6761 #           'VXLAN' and
6762 #           'CHAIN' and
6763 #           'IMIX' and
6764 #           '8T4C' and
6765 #           'MRR'"
6766 #  parameters:
6767 #  - "result"
6768 #  - "name"
6769 #  - "tags"
6770 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6771 #  x-axis: "X = VNFs per Service Chain"
6772 #  y-axis: "Y = Number of Service Chains"
6773 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6774 #  layout:
6775 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6776 #    layout: "plot-service-density"
6777 #
6778 ## Plots - NF Density - VSC - NDR 64b
6779 #- type: "plot"
6780 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6781 #  algorithm: "plot_nf_heatmap"
6782 #  output-file-type: ".html"
6783 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
6784 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6785 #  filter: "'NIC_Intel-XXV710' and
6786 #           'NF_DENSITY' and
6787 #           'VHOST' and
6788 #           'VXLAN' and
6789 #           'CHAIN' and
6790 #           '118' and
6791 #           '2T1C' and
6792 #           'NDRPDR'"
6793 #  parameters:
6794 #  - "throughput"
6795 #  - "name"
6796 #  - "tags"
6797 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6798 #  x-axis: "X = VNFs per Service Chain"
6799 #  y-axis: "Y = Number of Service Chains"
6800 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6801 #  layout:
6802 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6803 #    layout: "plot-service-density"
6804 #
6805 #- type: "plot"
6806 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6807 #  algorithm: "plot_nf_heatmap"
6808 #  output-file-type: ".html"
6809 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
6810 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6811 #  filter: "'NIC_Intel-XXV710' and
6812 #           'NF_DENSITY' and
6813 #           'VHOST' and
6814 #           'VXLAN' and
6815 #           'CHAIN' and
6816 #           '118' and
6817 #           '4T2C' and
6818 #           'NDRPDR'"
6819 #  parameters:
6820 #  - "throughput"
6821 #  - "name"
6822 #  - "tags"
6823 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6824 #  x-axis: "X = VNFs per Service Chain"
6825 #  y-axis: "Y = Number of Service Chains"
6826 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6827 #  layout:
6828 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6829 #    layout: "plot-service-density"
6830 #
6831 #- type: "plot"
6832 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6833 #  algorithm: "plot_nf_heatmap"
6834 #  output-file-type: ".html"
6835 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
6836 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6837 #  filter: "'NIC_Intel-XXV710' and
6838 #           'NF_DENSITY' and
6839 #           'VHOST' and
6840 #           'VXLAN' and
6841 #           'CHAIN' and
6842 #           '118' and
6843 #           '8T4C' and
6844 #           'NDRPDR'"
6845 #  parameters:
6846 #  - "throughput"
6847 #  - "name"
6848 #  - "tags"
6849 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6850 #  x-axis: "X = VNFs per Service Chain"
6851 #  y-axis: "Y = Number of Service Chains"
6852 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6853 #  layout:
6854 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6855 #    layout: "plot-service-density"
6856 #
6857 ## Plots - NF Density - VSC - NDR IMIX
6858 #- type: "plot"
6859 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6860 #  algorithm: "plot_nf_heatmap"
6861 #  output-file-type: ".html"
6862 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
6863 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6864 #  filter: "'NIC_Intel-XXV710' and
6865 #           'NF_DENSITY' and
6866 #           'VHOST' and
6867 #           'VXLAN' and
6868 #           'CHAIN' and
6869 #           'IMIX' and
6870 #           '2T1C' and
6871 #           'NDRPDR'"
6872 #  parameters:
6873 #  - "throughput"
6874 #  - "name"
6875 #  - "tags"
6876 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6877 #  x-axis: "X = VNFs per Service Chain"
6878 #  y-axis: "Y = Number of Service Chains"
6879 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6880 #  layout:
6881 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6882 #    layout: "plot-service-density"
6883 #
6884 #- type: "plot"
6885 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6886 #  algorithm: "plot_nf_heatmap"
6887 #  output-file-type: ".html"
6888 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
6889 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6890 #  filter: "'NIC_Intel-XXV710' and
6891 #           'NF_DENSITY' and
6892 #           'VHOST' and
6893 #           'VXLAN' and
6894 #           'CHAIN' and
6895 #           'IMIX' and
6896 #           '4T2C' and
6897 #           'NDRPDR'"
6898 #  parameters:
6899 #  - "throughput"
6900 #  - "name"
6901 #  - "tags"
6902 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6903 #  x-axis: "X = VNFs per Service Chain"
6904 #  y-axis: "Y = Number of Service Chains"
6905 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6906 #  layout:
6907 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6908 #    layout: "plot-service-density"
6909 #
6910 #- type: "plot"
6911 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6912 #  algorithm: "plot_nf_heatmap"
6913 #  output-file-type: ".html"
6914 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
6915 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6916 #  filter: "'NIC_Intel-XXV710' and
6917 #           'NF_DENSITY' and
6918 #           'VHOST' and
6919 #           'VXLAN' and
6920 #           'CHAIN' and
6921 #           'IMIX' and
6922 #           '8T4C' and
6923 #           'NDRPDR'"
6924 #  parameters:
6925 #  - "throughput"
6926 #  - "name"
6927 #  - "tags"
6928 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6929 #  x-axis: "X = VNFs per Service Chain"
6930 #  y-axis: "Y = Number of Service Chains"
6931 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6932 #  layout:
6933 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6934 #    layout: "plot-service-density"
6935 #
6936 ## Plots - NF Density - VSC - PDR 64b
6937 #- type: "plot"
6938 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6939 #  algorithm: "plot_nf_heatmap"
6940 #  output-file-type: ".html"
6941 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
6942 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6943 #  filter: "'NIC_Intel-XXV710' and
6944 #           'NF_DENSITY' and
6945 #           'VHOST' and
6946 #           'VXLAN' and
6947 #           'CHAIN' and
6948 #           '118' and
6949 #           '2T1C' and
6950 #           'NDRPDR'"
6951 #  parameters:
6952 #  - "throughput"
6953 #  - "name"
6954 #  - "tags"
6955 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6956 #  x-axis: "X = VNFs per Service Chain"
6957 #  y-axis: "Y = Number of Service Chains"
6958 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6959 #  layout:
6960 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6961 #    layout: "plot-service-density"
6962 #
6963 #- type: "plot"
6964 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6965 #  algorithm: "plot_nf_heatmap"
6966 #  output-file-type: ".html"
6967 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
6968 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6969 #  filter: "'NIC_Intel-XXV710' and
6970 #           'NF_DENSITY' and
6971 #           'VHOST' and
6972 #           'VXLAN' and
6973 #           'CHAIN' and
6974 #           '118' and
6975 #           '4T2C' and
6976 #           'NDRPDR'"
6977 #  parameters:
6978 #  - "throughput"
6979 #  - "name"
6980 #  - "tags"
6981 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6982 #  x-axis: "X = VNFs per Service Chain"
6983 #  y-axis: "Y = Number of Service Chains"
6984 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6985 #  layout:
6986 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6987 #    layout: "plot-service-density"
6988 #
6989 #- type: "plot"
6990 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6991 #  algorithm: "plot_nf_heatmap"
6992 #  output-file-type: ".html"
6993 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
6994 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6995 #  filter: "'NIC_Intel-XXV710' and
6996 #           'NF_DENSITY' and
6997 #           'VHOST' and
6998 #           'VXLAN' and
6999 #           'CHAIN' and
7000 #           '118' and
7001 #           '8T4C' and
7002 #           'NDRPDR'"
7003 #  parameters:
7004 #  - "throughput"
7005 #  - "name"
7006 #  - "tags"
7007 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7008 #  x-axis: "X = VNFs per Service Chain"
7009 #  y-axis: "Y = Number of Service Chains"
7010 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7011 #  layout:
7012 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7013 #    layout: "plot-service-density"
7014 #
7015 ## Plots - NF Density - VSC - PDR IMIX
7016 #- type: "plot"
7017 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7018 #  algorithm: "plot_nf_heatmap"
7019 #  output-file-type: ".html"
7020 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7021 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7022 #  filter: "'NIC_Intel-XXV710' and
7023 #           'NF_DENSITY' and
7024 #           'VHOST' and
7025 #           'VXLAN' and
7026 #           'CHAIN' and
7027 #           'IMIX' and
7028 #           '2T1C' and
7029 #           'NDRPDR'"
7030 #  parameters:
7031 #  - "throughput"
7032 #  - "name"
7033 #  - "tags"
7034 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7035 #  x-axis: "X = VNFs per Service Chain"
7036 #  y-axis: "Y = Number of Service Chains"
7037 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7038 #  layout:
7039 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7040 #    layout: "plot-service-density"
7041 #
7042 #- type: "plot"
7043 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7044 #  algorithm: "plot_nf_heatmap"
7045 #  output-file-type: ".html"
7046 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7047 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7048 #  filter: "'NIC_Intel-XXV710' and
7049 #           'NF_DENSITY' and
7050 #           'VHOST' and
7051 #           'VXLAN' and
7052 #           'CHAIN' and
7053 #           'IMIX' and
7054 #           '4T2C' and
7055 #           'NDRPDR'"
7056 #  parameters:
7057 #  - "throughput"
7058 #  - "name"
7059 #  - "tags"
7060 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7061 #  x-axis: "X = VNFs per Service Chain"
7062 #  y-axis: "Y = Number of Service Chains"
7063 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7064 #  layout:
7065 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7066 #    layout: "plot-service-density"
7067 #
7068 #- type: "plot"
7069 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7070 #  algorithm: "plot_nf_heatmap"
7071 #  output-file-type: ".html"
7072 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7073 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7074 #  filter: "'NIC_Intel-XXV710' and
7075 #           'NF_DENSITY' and
7076 #           'VHOST' and
7077 #           'VXLAN' and
7078 #           'CHAIN' and
7079 #           'IMIX' and
7080 #           '8T4C' and
7081 #           'NDRPDR'"
7082 #  parameters:
7083 #  - "throughput"
7084 #  - "name"
7085 #  - "tags"
7086 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7087 #  x-axis: "X = VNFs per Service Chain"
7088 #  y-axis: "Y = Number of Service Chains"
7089 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7090 #  layout:
7091 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7092 #    layout: "plot-service-density"
7093 #
7094 ################################################################################
7095 ## Plots - NF Density - CSC - MRR 64b
7096 #- type: "plot"
7097 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7098 #  algorithm: "plot_nf_heatmap"
7099 #  output-file-type: ".html"
7100 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7101 #  data: "plot-vpp-nfv-2n-skx-mrr"
7102 #  filter: "'NIC_Intel-XXV710' and
7103 #           'NF_DENSITY' and
7104 #           'DOCKER' and
7105 #           'CHAIN' and
7106 #           'NF_VPPIP4' and
7107 #           '64B' and
7108 #           '2T1C' and
7109 #           'MRR'"
7110 #  parameters:
7111 #  - "result"
7112 #  - "name"
7113 #  - "tags"
7114 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7115 #  x-axis: "X = CNFs per Service Chain"
7116 #  y-axis: "Y = Number of Service Chains"
7117 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7118 #  layout:
7119 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7120 #    layout: "plot-service-density"
7121 #
7122 #- type: "plot"
7123 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7124 #  algorithm: "plot_nf_heatmap"
7125 #  output-file-type: ".html"
7126 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7127 #  data: "plot-vpp-nfv-2n-skx-mrr"
7128 #  filter: "'NIC_Intel-XXV710' and
7129 #           'NF_DENSITY' and
7130 #           'DOCKER' and
7131 #           'CHAIN' and
7132 #           'NF_VPPIP4' and
7133 #           '64B' and
7134 #           '4T2C' and
7135 #           'MRR'"
7136 #  parameters:
7137 #  - "result"
7138 #  - "name"
7139 #  - "tags"
7140 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7141 #  x-axis: "X = CNFs per Service Chain"
7142 #  y-axis: "Y = Number of Service Chains"
7143 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7144 #  layout:
7145 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7146 #    layout: "plot-service-density"
7147 #
7148 #- type: "plot"
7149 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7150 #  algorithm: "plot_nf_heatmap"
7151 #  output-file-type: ".html"
7152 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7153 #  data: "plot-vpp-nfv-2n-skx-mrr"
7154 #  filter: "'NIC_Intel-XXV710' and
7155 #           'NF_DENSITY' and
7156 #           'DOCKER' and
7157 #           'CHAIN' and
7158 #           'NF_VPPIP4' and
7159 #           '64B' and
7160 #           '8T4C' and
7161 #           'MRR'"
7162 #  parameters:
7163 #  - "result"
7164 #  - "name"
7165 #  - "tags"
7166 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7167 #  x-axis: "X = CNFs per Service Chain"
7168 #  y-axis: "Y = Number of Service Chains"
7169 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7170 #  layout:
7171 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7172 #    layout: "plot-service-density"
7173 #
7174 ## Plots - NF Density - CSC - MRR IMIX
7175 #- type: "plot"
7176 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7177 #  algorithm: "plot_nf_heatmap"
7178 #  output-file-type: ".html"
7179 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7180 #  data: "plot-vpp-nfv-2n-skx-mrr"
7181 #  filter: "'NIC_Intel-XXV710' and
7182 #           'NF_DENSITY' and
7183 #           'DOCKER' and
7184 #           'CHAIN' and
7185 #           'NF_VPPIP4' and
7186 #           'IMIX' and
7187 #           '2T1C' and
7188 #           'MRR'"
7189 #  parameters:
7190 #  - "result"
7191 #  - "name"
7192 #  - "tags"
7193 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7194 #  x-axis: "X = CNFs per Service Chain"
7195 #  y-axis: "Y = Number of Service Chains"
7196 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7197 #  layout:
7198 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7199 #    layout: "plot-service-density"
7200 #
7201 #- type: "plot"
7202 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7203 #  algorithm: "plot_nf_heatmap"
7204 #  output-file-type: ".html"
7205 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7206 #  data: "plot-vpp-nfv-2n-skx-mrr"
7207 #  filter: "'NIC_Intel-XXV710' and
7208 #           'NF_DENSITY' and
7209 #           'DOCKER' and
7210 #           'CHAIN' and
7211 #           'NF_VPPIP4' and
7212 #           'IMIX' and
7213 #           '4T2C' and
7214 #           'MRR'"
7215 #  parameters:
7216 #  - "result"
7217 #  - "name"
7218 #  - "tags"
7219 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7220 #  x-axis: "X = CNFs per Service Chain"
7221 #  y-axis: "Y = Number of Service Chains"
7222 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7223 #  layout:
7224 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7225 #    layout: "plot-service-density"
7226 #
7227 #- type: "plot"
7228 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7229 #  algorithm: "plot_nf_heatmap"
7230 #  output-file-type: ".html"
7231 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7232 #  data: "plot-vpp-nfv-2n-skx-mrr"
7233 #  filter: "'NIC_Intel-XXV710' and
7234 #           'NF_DENSITY' and
7235 #           'DOCKER' and
7236 #           'CHAIN' and
7237 #           'NF_VPPIP4' and
7238 #           'IMIX' and
7239 #           '8T4C' and
7240 #           'MRR'"
7241 #  parameters:
7242 #  - "result"
7243 #  - "name"
7244 #  - "tags"
7245 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7246 #  x-axis: "X = CNFs per Service Chain"
7247 #  y-axis: "Y = Number of Service Chains"
7248 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7249 #  layout:
7250 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7251 #    layout: "plot-service-density"
7252 #
7253 ## Plots - NF Density - CSC - NDR 64b
7254 #- type: "plot"
7255 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7256 #  algorithm: "plot_nf_heatmap"
7257 #  output-file-type: ".html"
7258 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7259 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7260 #  filter: "'NIC_Intel-XXV710' and
7261 #           'NF_DENSITY' and
7262 #           'DOCKER' and
7263 #           'CHAIN' and
7264 #           'NF_VPPIP4' and
7265 #           '64B' and
7266 #           '2T1C' and
7267 #           'NDRPDR'"
7268 #  parameters:
7269 #  - "throughput"
7270 #  - "name"
7271 #  - "tags"
7272 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7273 #  x-axis: "X = CNFs per Service Chain"
7274 #  y-axis: "Y = Number of Service Chains"
7275 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7276 #  layout:
7277 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7278 #    layout: "plot-service-density"
7279 #
7280 #- type: "plot"
7281 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7282 #  algorithm: "plot_nf_heatmap"
7283 #  output-file-type: ".html"
7284 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7285 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7286 #  filter: "'NIC_Intel-XXV710' and
7287 #           'NF_DENSITY' and
7288 #           'DOCKER' and
7289 #           'CHAIN' and
7290 #           'NF_VPPIP4' and
7291 #           '64B' and
7292 #           '4T2C' and
7293 #           'NDRPDR'"
7294 #  parameters:
7295 #  - "throughput"
7296 #  - "name"
7297 #  - "tags"
7298 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7299 #  x-axis: "X = CNFs per Service Chain"
7300 #  y-axis: "Y = Number of Service Chains"
7301 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7302 #  layout:
7303 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7304 #    layout: "plot-service-density"
7305 #
7306 #- type: "plot"
7307 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7308 #  algorithm: "plot_nf_heatmap"
7309 #  output-file-type: ".html"
7310 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7311 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7312 #  filter: "'NIC_Intel-XXV710' and
7313 #           'NF_DENSITY' and
7314 #           'DOCKER' and
7315 #           'CHAIN' and
7316 #           'NF_VPPIP4' and
7317 #           '64B' and
7318 #           '8T4C' and
7319 #           'NDRPDR'"
7320 #  parameters:
7321 #  - "throughput"
7322 #  - "name"
7323 #  - "tags"
7324 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7325 #  x-axis: "X = CNFs per Service Chain"
7326 #  y-axis: "Y = Number of Service Chains"
7327 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7328 #  layout:
7329 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7330 #    layout: "plot-service-density"
7331 #
7332 ## Plots - NF Density - CSC - NDR IMIX
7333 #- type: "plot"
7334 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7335 #  algorithm: "plot_nf_heatmap"
7336 #  output-file-type: ".html"
7337 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7338 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7339 #  filter: "'NIC_Intel-XXV710' and
7340 #           'NF_DENSITY' and
7341 #           'DOCKER' and
7342 #           'CHAIN' and
7343 #           'NF_VPPIP4' and
7344 #           'IMIX' and
7345 #           '2T1C' and
7346 #           'NDRPDR'"
7347 #  parameters:
7348 #  - "throughput"
7349 #  - "name"
7350 #  - "tags"
7351 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7352 #  x-axis: "X = CNFs per Service Chain"
7353 #  y-axis: "Y = Number of Service Chains"
7354 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7355 #  layout:
7356 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7357 #    layout: "plot-service-density"
7358 #
7359 #- type: "plot"
7360 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7361 #  algorithm: "plot_nf_heatmap"
7362 #  output-file-type: ".html"
7363 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7364 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7365 #  filter: "'NIC_Intel-XXV710' and
7366 #           'NF_DENSITY' and
7367 #           'DOCKER' and
7368 #           'CHAIN' and
7369 #           'NF_VPPIP4' and
7370 #           'IMIX' and
7371 #           '4T2C' and
7372 #           'NDRPDR'"
7373 #  parameters:
7374 #  - "throughput"
7375 #  - "name"
7376 #  - "tags"
7377 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7378 #  x-axis: "X = CNFs per Service Chain"
7379 #  y-axis: "Y = Number of Service Chains"
7380 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7381 #  layout:
7382 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7383 #    layout: "plot-service-density"
7384 #
7385 #- type: "plot"
7386 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7387 #  algorithm: "plot_nf_heatmap"
7388 #  output-file-type: ".html"
7389 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7390 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7391 #  filter: "'NIC_Intel-XXV710' and
7392 #           'NF_DENSITY' and
7393 #           'DOCKER' and
7394 #           'CHAIN' and
7395 #           'NF_VPPIP4' and
7396 #           'IMIX' and
7397 #           '8T4C' and
7398 #           'NDRPDR'"
7399 #  parameters:
7400 #  - "throughput"
7401 #  - "name"
7402 #  - "tags"
7403 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7404 #  x-axis: "X = CNFs per Service Chain"
7405 #  y-axis: "Y = Number of Service Chains"
7406 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7407 #  layout:
7408 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7409 #    layout: "plot-service-density"
7410 #
7411 ## Plots - NF Density - CSC - PDR 64b
7412 #- type: "plot"
7413 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7414 #  algorithm: "plot_nf_heatmap"
7415 #  output-file-type: ".html"
7416 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7417 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7418 #  filter: "'NIC_Intel-XXV710' and
7419 #           'NF_DENSITY' and
7420 #           'DOCKER' and
7421 #           'CHAIN' and
7422 #           'NF_VPPIP4' and
7423 #           '64B' and
7424 #           '2T1C' and
7425 #           'NDRPDR'"
7426 #  parameters:
7427 #  - "throughput"
7428 #  - "name"
7429 #  - "tags"
7430 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7431 #  x-axis: "X = CNFs per Service Chain"
7432 #  y-axis: "Y = Number of Service Chains"
7433 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7434 #  layout:
7435 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7436 #    layout: "plot-service-density"
7437 #
7438 #- type: "plot"
7439 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7440 #  algorithm: "plot_nf_heatmap"
7441 #  output-file-type: ".html"
7442 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7443 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7444 #  filter: "'NIC_Intel-XXV710' and
7445 #           'NF_DENSITY' and
7446 #           'DOCKER' and
7447 #           'CHAIN' and
7448 #           'NF_VPPIP4' and
7449 #           '64B' and
7450 #           '4T2C' and
7451 #           'NDRPDR'"
7452 #  parameters:
7453 #  - "throughput"
7454 #  - "name"
7455 #  - "tags"
7456 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7457 #  x-axis: "X = CNFs per Service Chain"
7458 #  y-axis: "Y = Number of Service Chains"
7459 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7460 #  layout:
7461 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7462 #    layout: "plot-service-density"
7463 #
7464 #- type: "plot"
7465 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7466 #  algorithm: "plot_nf_heatmap"
7467 #  output-file-type: ".html"
7468 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7469 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7470 #  filter: "'NIC_Intel-XXV710' and
7471 #           'NF_DENSITY' and
7472 #           'DOCKER' and
7473 #           'CHAIN' and
7474 #           'NF_VPPIP4' and
7475 #           '64B' and
7476 #           '8T4C' and
7477 #           'NDRPDR'"
7478 #  parameters:
7479 #  - "throughput"
7480 #  - "name"
7481 #  - "tags"
7482 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7483 #  x-axis: "X = CNFs per Service Chain"
7484 #  y-axis: "Y = Number of Service Chains"
7485 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7486 #  layout:
7487 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7488 #    layout: "plot-service-density"
7489 #
7490 ## Plots - NF Density - CSC - PDR IMIX
7491 #- type: "plot"
7492 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7493 #  algorithm: "plot_nf_heatmap"
7494 #  output-file-type: ".html"
7495 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7496 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7497 #  filter: "'NIC_Intel-XXV710' and
7498 #           'NF_DENSITY' and
7499 #           'DOCKER' and
7500 #           'CHAIN' and
7501 #           'NF_VPPIP4' and
7502 #           'IMIX' and
7503 #           '2T1C' and
7504 #           'NDRPDR'"
7505 #  parameters:
7506 #  - "throughput"
7507 #  - "name"
7508 #  - "tags"
7509 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7510 #  x-axis: "X = CNFs per Service Chain"
7511 #  y-axis: "Y = Number of Service Chains"
7512 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7513 #  layout:
7514 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7515 #    layout: "plot-service-density"
7516 #
7517 #- type: "plot"
7518 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7519 #  algorithm: "plot_nf_heatmap"
7520 #  output-file-type: ".html"
7521 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7522 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7523 #  filter: "'NIC_Intel-XXV710' and
7524 #           'NF_DENSITY' and
7525 #           'DOCKER' and
7526 #           'CHAIN' and
7527 #           'NF_VPPIP4' and
7528 #           'IMIX' and
7529 #           '4T2C' and
7530 #           'NDRPDR'"
7531 #  parameters:
7532 #  - "throughput"
7533 #  - "name"
7534 #  - "tags"
7535 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7536 #  x-axis: "X = CNFs per Service Chain"
7537 #  y-axis: "Y = Number of Service Chains"
7538 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7539 #  layout:
7540 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7541 #    layout: "plot-service-density"
7542 #
7543 #- type: "plot"
7544 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7545 #  algorithm: "plot_nf_heatmap"
7546 #  output-file-type: ".html"
7547 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7548 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7549 #  filter: "'NIC_Intel-XXV710' and
7550 #           'NF_DENSITY' and
7551 #           'DOCKER' and
7552 #           'CHAIN' and
7553 #           'NF_VPPIP4' and
7554 #           'IMIX' and
7555 #           '8T4C' and
7556 #           'NDRPDR'"
7557 #  parameters:
7558 #  - "throughput"
7559 #  - "name"
7560 #  - "tags"
7561 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7562 #  x-axis: "X = CNFs per Service Chain"
7563 #  y-axis: "Y = Number of Service Chains"
7564 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7565 #  layout:
7566 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7567 #    layout: "plot-service-density"
7568 #
7569 ################################################################################
7570 #
7571 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7572 #- type: "plot"
7573 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7574 #  algorithm: "plot_nf_heatmap"
7575 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7576 #  data: "plot-vpp-nfv-3n-skx-mrr"
7577 #  filter: "'NIC_Intel-XXV710' and
7578 #           'NF_DENSITY' and
7579 #           'DOCKER' and
7580 #           'CHAIN' and
7581 #           'NF_VPPIP4' and
7582 #           'IPSEC' and
7583 #           'TNL_4' and
7584 #           'IMIX' and
7585 #           '2T1C' and
7586 #           'MRR'"
7587 #  parameters:
7588 #  - "result"
7589 #  - "name"
7590 #  - "tags"
7591 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7592 #  x-axis: "X = CNFs per Service Chain"
7593 #  y-axis: "Y = Number of Service Chains"
7594 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7595 #  layout:
7596 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7597 #    layout: "plot-service-density"
7598 #
7599 #- type: "plot"
7600 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7601 #  algorithm: "plot_nf_heatmap"
7602 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7603 #  data: "plot-vpp-nfv-3n-skx-mrr"
7604 #  filter: "'NIC_Intel-XXV710' and
7605 #           'NF_DENSITY' and
7606 #           'DOCKER' and
7607 #           'CHAIN' and
7608 #           'NF_VPPIP4' and
7609 #           'IPSEC' and
7610 #           'TNL_4' and
7611 #           'IMIX' and
7612 #           '4T2C' and
7613 #           'MRR'"
7614 #  parameters:
7615 #  - "result"
7616 #  - "name"
7617 #  - "tags"
7618 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7619 #  x-axis: "X = CNFs per Service Chain"
7620 #  y-axis: "Y = Number of Service Chains"
7621 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7622 #  layout:
7623 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7624 #    layout: "plot-service-density"
7625 #
7626 #- type: "plot"
7627 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7628 #  algorithm: "plot_nf_heatmap"
7629 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7630 #  data: "plot-vpp-nfv-3n-skx-mrr"
7631 #  filter: "'NIC_Intel-XXV710' and
7632 #           'NF_DENSITY' and
7633 #           'DOCKER' and
7634 #           'CHAIN' and
7635 #           'NF_VPPIP4' and
7636 #           'IPSEC' and
7637 #           'TNL_4' and
7638 #           'IMIX' and
7639 #           '8T4C' and
7640 #           'MRR'"
7641 #  parameters:
7642 #  - "result"
7643 #  - "name"
7644 #  - "tags"
7645 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7646 #  x-axis: "X = CNFs per Service Chain"
7647 #  y-axis: "Y = Number of Service Chains"
7648 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7649 #  layout:
7650 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7651 #    layout: "plot-service-density"
7652 #
7653 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7654 #- type: "plot"
7655 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7656 #  algorithm: "plot_nf_heatmap"
7657 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7658 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7659 #  filter: "'NIC_Intel-XXV710' and
7660 #           'NF_DENSITY' and
7661 #           'DOCKER' and
7662 #           'CHAIN' and
7663 #           'NF_VPPIP4' and
7664 #           'IPSEC' and
7665 #           'TNL_4' and
7666 #           'IMIX' and
7667 #           '2T1C' and
7668 #           'NDRPDR'"
7669 #  parameters:
7670 #  - "throughput"
7671 #  - "name"
7672 #  - "tags"
7673 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7674 #  x-axis: "X = CNFs per Service Chain"
7675 #  y-axis: "Y = Number of Service Chains"
7676 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7677 #  layout:
7678 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7679 #    layout: "plot-service-density"
7680 #
7681 #- type: "plot"
7682 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7683 #  algorithm: "plot_nf_heatmap"
7684 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7685 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7686 #  filter: "'NIC_Intel-XXV710' and
7687 #           'NF_DENSITY' and
7688 #           'DOCKER' and
7689 #           'CHAIN' and
7690 #           'NF_VPPIP4' and
7691 #           'IPSEC' and
7692 #           'TNL_4' and
7693 #           'IMIX' and
7694 #           '4T2C' and
7695 #           'NDRPDR'"
7696 #  parameters:
7697 #  - "throughput"
7698 #  - "name"
7699 #  - "tags"
7700 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7701 #  x-axis: "X = CNFs per Service Chain"
7702 #  y-axis: "Y = Number of Service Chains"
7703 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7704 #  layout:
7705 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7706 #    layout: "plot-service-density"
7707 #
7708 #- type: "plot"
7709 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7710 #  algorithm: "plot_nf_heatmap"
7711 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7712 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7713 #  filter: "'NIC_Intel-XXV710' and
7714 #           'NF_DENSITY' and
7715 #           'DOCKER' and
7716 #           'CHAIN' and
7717 #           'NF_VPPIP4' and
7718 #           'IPSEC' and
7719 #           'TNL_4' and
7720 #           'IMIX' and
7721 #           '8T4C' and
7722 #           'NDRPDR'"
7723 #  parameters:
7724 #  - "throughput"
7725 #  - "name"
7726 #  - "tags"
7727 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7728 #  x-axis: "X = CNFs per Service Chain"
7729 #  y-axis: "Y = Number of Service Chains"
7730 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7731 #  layout:
7732 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7733 #    layout: "plot-service-density"
7734 #
7735 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7736 #- type: "plot"
7737 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7738 #  algorithm: "plot_nf_heatmap"
7739 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7740 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7741 #  filter: "'NIC_Intel-XXV710' and
7742 #           'NF_DENSITY' and
7743 #           'DOCKER' and
7744 #           'CHAIN' and
7745 #           'NF_VPPIP4' and
7746 #           'IPSEC' and
7747 #           'TNL_4' and
7748 #           'IMIX' and
7749 #           '2T1C' and
7750 #           'NDRPDR'"
7751 #  parameters:
7752 #  - "throughput"
7753 #  - "name"
7754 #  - "tags"
7755 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7756 #  x-axis: "X = CNFs per Service Chain"
7757 #  y-axis: "Y = Number of Service Chains"
7758 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7759 #  layout:
7760 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7761 #    layout: "plot-service-density"
7762 #
7763 #- type: "plot"
7764 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7765 #  algorithm: "plot_nf_heatmap"
7766 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7767 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7768 #  filter: "'NIC_Intel-XXV710' and
7769 #           'NF_DENSITY' and
7770 #           'DOCKER' and
7771 #           'CHAIN' and
7772 #           'NF_VPPIP4' and
7773 #           'IPSEC' and
7774 #           'TNL_4' and
7775 #           'IMIX' and
7776 #           '4T2C' and
7777 #           'NDRPDR'"
7778 #  parameters:
7779 #  - "throughput"
7780 #  - "name"
7781 #  - "tags"
7782 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7783 #  x-axis: "X = CNFs per Service Chain"
7784 #  y-axis: "Y = Number of Service Chains"
7785 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7786 #  layout:
7787 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7788 #    layout: "plot-service-density"
7789 #
7790 #- type: "plot"
7791 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7792 #  algorithm: "plot_nf_heatmap"
7793 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
7794 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7795 #  filter: "'NIC_Intel-XXV710' and
7796 #           'NF_DENSITY' and
7797 #           'DOCKER' and
7798 #           'CHAIN' and
7799 #           'NF_VPPIP4' and
7800 #           'IPSEC' and
7801 #           'TNL_4' and
7802 #           'IMIX' and
7803 #           '8T4C' and
7804 #           'NDRPDR'"
7805 #  parameters:
7806 #  - "throughput"
7807 #  - "name"
7808 #  - "tags"
7809 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7810 #  x-axis: "X = CNFs per Service Chain"
7811 #  y-axis: "Y = Number of Service Chains"
7812 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7813 #  layout:
7814 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7815 #    layout: "plot-service-density"
7816
7817 ###############################################################################
7818
7819 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7820 - type: "plot"
7821   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7822   algorithm: "plot_nf_heatmap"
7823   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
7824   data: "plot-vpp-nfv-3n-hsw-mrr"
7825   filter: "'NIC_Intel-XL710' and
7826            'NF_DENSITY' and
7827            'DOCKER' and
7828            'CHAIN' and
7829            'NF_VPPIP4' and
7830            'IMIX' and
7831            'TNL_4' and
7832            '1T1C' and
7833            'MRR'"
7834   parameters:
7835   - "result"
7836   - "name"
7837   - "tags"
7838   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7839   x-axis: "X = CNFs per Service Chain"
7840   y-axis: "Y = Number of Service Chains"
7841   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7842   layout:
7843     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7844     layout: "plot-service-density"
7845
7846 - type: "plot"
7847   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7848   algorithm: "plot_nf_heatmap"
7849   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
7850   data: "plot-vpp-nfv-3n-hsw-mrr"
7851   filter: "'NIC_Intel-XL710' and
7852            'NF_DENSITY' and
7853            'DOCKER' and
7854            'CHAIN' and
7855            'NF_VPPIP4' and
7856            'IPSEC' and
7857            'TNL_4' and
7858            'IMIX' and
7859            '2T2C' and
7860            'MRR'"
7861   parameters:
7862   - "result"
7863   - "name"
7864   - "tags"
7865   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7866   x-axis: "X = CNFs per Service Chain"
7867   y-axis: "Y = Number of Service Chains"
7868   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7869   layout:
7870     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7871     layout: "plot-service-density"
7872
7873 - type: "plot"
7874   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7875   algorithm: "plot_nf_heatmap"
7876   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
7877   data: "plot-vpp-nfv-3n-hsw-mrr"
7878   filter: "'NIC_Intel-XL710' and
7879            'NF_DENSITY' and
7880            'DOCKER' and
7881            'CHAIN' and
7882            'NF_VPPIP4' and
7883            'IPSEC' and
7884            'TNL_4' and
7885            'IMIX' and
7886            '4T4C' and
7887            'MRR'"
7888   parameters:
7889   - "result"
7890   - "name"
7891   - "tags"
7892   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7893   x-axis: "X = CNFs per Service Chain"
7894   y-axis: "Y = Number of Service Chains"
7895   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7896   layout:
7897     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7898     layout: "plot-service-density"
7899
7900 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7901 - type: "plot"
7902   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7903   algorithm: "plot_nf_heatmap"
7904   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
7905   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7906   filter: "'NIC_Intel-XL710' and
7907            'NF_DENSITY' and
7908            'DOCKER' and
7909            'CHAIN' and
7910            'NF_VPPIP4' and
7911            'IPSEC' and
7912            'TNL_4' and
7913            'IMIX' and
7914            '1T1C' and
7915            'NDRPDR'"
7916   parameters:
7917   - "throughput"
7918   - "name"
7919   - "tags"
7920   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7921   x-axis: "X = CNFs per Service Chain"
7922   y-axis: "Y = Number of Service Chains"
7923   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7924   layout:
7925     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7926     layout: "plot-service-density"
7927
7928 - type: "plot"
7929   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7930   algorithm: "plot_nf_heatmap"
7931   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
7932   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7933   filter: "'NIC_Intel-XL710' and
7934            'NF_DENSITY' and
7935            'DOCKER' and
7936            'CHAIN' and
7937            'NF_VPPIP4' and
7938            'IPSEC' and
7939            'TNL_4' and
7940            'IMIX' and
7941            '2T2C' and
7942            'NDRPDR'"
7943   parameters:
7944   - "throughput"
7945   - "name"
7946   - "tags"
7947   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7948   x-axis: "X = CNFs per Service Chain"
7949   y-axis: "Y = Number of Service Chains"
7950   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7951   layout:
7952     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7953     layout: "plot-service-density"
7954
7955 - type: "plot"
7956   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7957   algorithm: "plot_nf_heatmap"
7958   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
7959   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7960   filter: "'NIC_Intel-XL710' and
7961            'NF_DENSITY' and
7962            'DOCKER' and
7963            'CHAIN' and
7964            'NF_VPPIP4' and
7965            'IPSEC' and
7966            'TNL_4' and
7967            'IMIX' and
7968            '4T4C' and
7969            'NDRPDR'"
7970   parameters:
7971   - "throughput"
7972   - "name"
7973   - "tags"
7974   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7975   x-axis: "X = CNFs per Service Chain"
7976   y-axis: "Y = Number of Service Chains"
7977   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7978   layout:
7979     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7980     layout: "plot-service-density"
7981
7982 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7983 - type: "plot"
7984   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7985   algorithm: "plot_nf_heatmap"
7986   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
7987   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7988   filter: "'NIC_Intel-XL710' and
7989            'NF_DENSITY' and
7990            'DOCKER' and
7991            'CHAIN' and
7992            'NF_VPPIP4' and
7993            'IPSEC' and
7994            'TNL_4' and
7995            'IMIX' and
7996            '1T1C' and
7997            'NDRPDR'"
7998   parameters:
7999   - "throughput"
8000   - "name"
8001   - "tags"
8002   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8003   x-axis: "X = CNFs per Service Chain"
8004   y-axis: "Y = Number of Service Chains"
8005   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8006   layout:
8007     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8008     layout: "plot-service-density"
8009
8010 - type: "plot"
8011   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8012   algorithm: "plot_nf_heatmap"
8013   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8014   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8015   filter: "'NIC_Intel-XL710' and
8016            'NF_DENSITY' and
8017            'DOCKER' and
8018            'CHAIN' and
8019            'NF_VPPIP4' and
8020            'IPSEC' and
8021            'TNL_4' and
8022            'IMIX' and
8023            '2T2C' and
8024            'NDRPDR'"
8025   parameters:
8026   - "throughput"
8027   - "name"
8028   - "tags"
8029   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8030   x-axis: "X = CNFs per Service Chain"
8031   y-axis: "Y = Number of Service Chains"
8032   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8033   layout:
8034     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8035     layout: "plot-service-density"
8036
8037 - type: "plot"
8038   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8039   algorithm: "plot_nf_heatmap"
8040   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8041   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8042   filter: "'NIC_Intel-XL710' and
8043            'NF_DENSITY' and
8044            'DOCKER' and
8045            'CHAIN' and
8046            'NF_VPPIP4' and
8047            'IPSEC' and
8048            'TNL_4' and
8049            'IMIX' and
8050            '4T4C' and
8051            'NDRPDR'"
8052   parameters:
8053   - "throughput"
8054   - "name"
8055   - "tags"
8056   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8057   x-axis: "X = CNFs per Service Chain"
8058   y-axis: "Y = Number of Service Chains"
8059   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8060   layout:
8061     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8062     layout: "plot-service-density"
8063
8064 ###############################################################################
8065
8066 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8067 #- type: "plot"
8068 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8069 #  algorithm: "plot_nf_heatmap"
8070 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8071 #  data: "plot-vpp-nfv-3n-skx-mrr"
8072 #  filter: "'NIC_Intel-XXV710' and
8073 #           'NF_DENSITY' and
8074 #           'DOCKER' and
8075 #           'CHAIN' and
8076 #           'NF_VPPIP4' and
8077 #           'IPSEC' and
8078 #           'TNL_1000' and
8079 #           'IMIX' and
8080 #           '2T1C' and
8081 #           'MRR'"
8082 #  parameters:
8083 #  - "result"
8084 #  - "name"
8085 #  - "tags"
8086 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8087 #  x-axis: "X = CNFs per Service Chain"
8088 #  y-axis: "Y = Number of Service Chains"
8089 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8090 #  layout:
8091 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8092 #    layout: "plot-service-density"
8093 #
8094 #- type: "plot"
8095 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8096 #  algorithm: "plot_nf_heatmap"
8097 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8098 #  data: "plot-vpp-nfv-3n-skx-mrr"
8099 #  filter: "'NIC_Intel-XXV710' and
8100 #           'NF_DENSITY' and
8101 #           'DOCKER' and
8102 #           'CHAIN' and
8103 #           'NF_VPPIP4' and
8104 #           'IPSEC' and
8105 #           'TNL_1000' and
8106 #           'IMIX' and
8107 #           '4T2C' and
8108 #           'MRR'"
8109 #  parameters:
8110 #  - "result"
8111 #  - "name"
8112 #  - "tags"
8113 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8114 #  x-axis: "X = CNFs per Service Chain"
8115 #  y-axis: "Y = Number of Service Chains"
8116 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8117 #  layout:
8118 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8119 #    layout: "plot-service-density"
8120 #
8121 #- type: "plot"
8122 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8123 #  algorithm: "plot_nf_heatmap"
8124 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8125 #  data: "plot-vpp-nfv-3n-skx-mrr"
8126 #  filter: "'NIC_Intel-XXV710' and
8127 #           'NF_DENSITY' and
8128 #           'DOCKER' and
8129 #           'CHAIN' and
8130 #           'NF_VPPIP4' and
8131 #           'IPSEC' and
8132 #           'TNL_1000' and
8133 #           'IMIX' and
8134 #           '8T4C' and
8135 #           'MRR'"
8136 #  parameters:
8137 #  - "result"
8138 #  - "name"
8139 #  - "tags"
8140 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8141 #  x-axis: "X = CNFs per Service Chain"
8142 #  y-axis: "Y = Number of Service Chains"
8143 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8144 #  layout:
8145 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8146 #    layout: "plot-service-density"
8147 #
8148 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8149 #- type: "plot"
8150 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8151 #  algorithm: "plot_nf_heatmap"
8152 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8153 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8154 #  filter: "'NIC_Intel-XXV710' and
8155 #           'NF_DENSITY' and
8156 #           'DOCKER' and
8157 #           'CHAIN' and
8158 #           'NF_VPPIP4' and
8159 #           'IPSEC' and
8160 #           'TNL_1000' and
8161 #           'IMIX' and
8162 #           '2T1C' and
8163 #           'NDRPDR'"
8164 #  parameters:
8165 #  - "throughput"
8166 #  - "name"
8167 #  - "tags"
8168 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8169 #  x-axis: "X = CNFs per Service Chain"
8170 #  y-axis: "Y = Number of Service Chains"
8171 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8172 #  layout:
8173 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8174 #    layout: "plot-service-density"
8175 #
8176 #- type: "plot"
8177 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8178 #  algorithm: "plot_nf_heatmap"
8179 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8180 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8181 #  filter: "'NIC_Intel-XXV710' and
8182 #           'NF_DENSITY' and
8183 #           'DOCKER' and
8184 #           'CHAIN' and
8185 #           'NF_VPPIP4' and
8186 #           'IPSEC' and
8187 #           'TNL_1000' and
8188 #           'IMIX' and
8189 #           '4T2C' and
8190 #           'NDRPDR'"
8191 #  parameters:
8192 #  - "throughput"
8193 #  - "name"
8194 #  - "tags"
8195 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8196 #  x-axis: "X = CNFs per Service Chain"
8197 #  y-axis: "Y = Number of Service Chains"
8198 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8199 #  layout:
8200 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8201 #    layout: "plot-service-density"
8202 #
8203 #- type: "plot"
8204 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8205 #  algorithm: "plot_nf_heatmap"
8206 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8207 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8208 #  filter: "'NIC_Intel-XXV710' and
8209 #           'NF_DENSITY' and
8210 #           'DOCKER' and
8211 #           'CHAIN' and
8212 #           'NF_VPPIP4' and
8213 #           'IPSEC' and
8214 #           'TNL_1000' and
8215 #           'IMIX' and
8216 #           '8T4C' and
8217 #           'NDRPDR'"
8218 #  parameters:
8219 #  - "throughput"
8220 #  - "name"
8221 #  - "tags"
8222 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8223 #  x-axis: "X = CNFs per Service Chain"
8224 #  y-axis: "Y = Number of Service Chains"
8225 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8226 #  layout:
8227 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8228 #    layout: "plot-service-density"
8229 #
8230 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8231 #- type: "plot"
8232 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8233 #  algorithm: "plot_nf_heatmap"
8234 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8235 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8236 #  filter: "'NIC_Intel-XXV710' and
8237 #           'NF_DENSITY' and
8238 #           'DOCKER' and
8239 #           'CHAIN' and
8240 #           'NF_VPPIP4' and
8241 #           'IPSEC' and
8242 #           'TNL_1000' and
8243 #           'IMIX' and
8244 #           '2T1C' and
8245 #           'NDRPDR'"
8246 #  parameters:
8247 #  - "throughput"
8248 #  - "name"
8249 #  - "tags"
8250 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8251 #  x-axis: "X = CNFs per Service Chain"
8252 #  y-axis: "Y = Number of Service Chains"
8253 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8254 #  layout:
8255 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8256 #    layout: "plot-service-density"
8257 #
8258 #- type: "plot"
8259 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8260 #  algorithm: "plot_nf_heatmap"
8261 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8262 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8263 #  filter: "'NIC_Intel-XXV710' and
8264 #           'NF_DENSITY' and
8265 #           'DOCKER' and
8266 #           'CHAIN' and
8267 #           'NF_VPPIP4' and
8268 #           'IPSEC' and
8269 #           'TNL_1000' and
8270 #           'IMIX' and
8271 #           '4T2C' and
8272 #           'NDRPDR'"
8273 #  parameters:
8274 #  - "throughput"
8275 #  - "name"
8276 #  - "tags"
8277 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8278 #  x-axis: "X = CNFs per Service Chain"
8279 #  y-axis: "Y = Number of Service Chains"
8280 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8281 #  layout:
8282 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8283 #    layout: "plot-service-density"
8284 #
8285 #- type: "plot"
8286 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8287 #  algorithm: "plot_nf_heatmap"
8288 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8289 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8290 #  filter: "'NIC_Intel-XXV710' and
8291 #           'NF_DENSITY' and
8292 #           'DOCKER' and
8293 #           'CHAIN' and
8294 #           'NF_VPPIP4' and
8295 #           'IPSEC' and
8296 #           'TNL_1000' and
8297 #           'IMIX' and
8298 #           '8T4C' and
8299 #           'NDRPDR'"
8300 #  parameters:
8301 #  - "throughput"
8302 #  - "name"
8303 #  - "tags"
8304 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8305 #  x-axis: "X = CNFs per Service Chain"
8306 #  y-axis: "Y = Number of Service Chains"
8307 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8308 #  layout:
8309 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8310 #    layout: "plot-service-density"
8311
8312 ###############################################################################
8313
8314 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8315 - type: "plot"
8316   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8317   algorithm: "plot_nf_heatmap"
8318   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8319   data: "plot-vpp-nfv-3n-hsw-mrr"
8320   filter: "'NIC_Intel-XL710' and
8321            'NF_DENSITY' and
8322            'DOCKER' and
8323            'CHAIN' and
8324            'NF_VPPIP4' and
8325            'IMIX' and
8326            'TNL_1000' and
8327            '1T1C' and
8328            'MRR'"
8329   parameters:
8330   - "result"
8331   - "name"
8332   - "tags"
8333   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8334   x-axis: "X = CNFs per Service Chain"
8335   y-axis: "Y = Number of Service Chains"
8336   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8337   layout:
8338     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8339     layout: "plot-service-density"
8340
8341 - type: "plot"
8342   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8343   algorithm: "plot_nf_heatmap"
8344   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8345   data: "plot-vpp-nfv-3n-hsw-mrr"
8346   filter: "'NIC_Intel-XL710' and
8347            'NF_DENSITY' and
8348            'DOCKER' and
8349            'CHAIN' and
8350            'NF_VPPIP4' and
8351            'IPSEC' and
8352            'TNL_1000' and
8353            'IMIX' and
8354            '2T2C' and
8355            'MRR'"
8356   parameters:
8357   - "result"
8358   - "name"
8359   - "tags"
8360   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8361   x-axis: "X = CNFs per Service Chain"
8362   y-axis: "Y = Number of Service Chains"
8363   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8364   layout:
8365     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8366     layout: "plot-service-density"
8367
8368 - type: "plot"
8369   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8370   algorithm: "plot_nf_heatmap"
8371   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8372   data: "plot-vpp-nfv-3n-hsw-mrr"
8373   filter: "'NIC_Intel-XL710' and
8374            'NF_DENSITY' and
8375            'DOCKER' and
8376            'CHAIN' and
8377            'NF_VPPIP4' and
8378            'IPSEC' and
8379            'TNL_1000' and
8380            'IMIX' and
8381            '4T4C' and
8382            'MRR'"
8383   parameters:
8384   - "result"
8385   - "name"
8386   - "tags"
8387   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8388   x-axis: "X = CNFs per Service Chain"
8389   y-axis: "Y = Number of Service Chains"
8390   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8391   layout:
8392     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8393     layout: "plot-service-density"
8394
8395 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8396 - type: "plot"
8397   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8398   algorithm: "plot_nf_heatmap"
8399   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8400   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8401   filter: "'NIC_Intel-XL710' and
8402            'NF_DENSITY' and
8403            'DOCKER' and
8404            'CHAIN' and
8405            'NF_VPPIP4' and
8406            'IPSEC' and
8407            'TNL_1000' and
8408            'IMIX' and
8409            '1T1C' and
8410            'NDRPDR'"
8411   parameters:
8412   - "throughput"
8413   - "name"
8414   - "tags"
8415   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8416   x-axis: "X = CNFs per Service Chain"
8417   y-axis: "Y = Number of Service Chains"
8418   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8419   layout:
8420     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8421     layout: "plot-service-density"
8422
8423 - type: "plot"
8424   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8425   algorithm: "plot_nf_heatmap"
8426   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8427   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8428   filter: "'NIC_Intel-XL710' and
8429            'NF_DENSITY' and
8430            'DOCKER' and
8431            'CHAIN' and
8432            'NF_VPPIP4' and
8433            'IPSEC' and
8434            'TNL_1000' and
8435            'IMIX' and
8436            '2T2C' and
8437            'NDRPDR'"
8438   parameters:
8439   - "throughput"
8440   - "name"
8441   - "tags"
8442   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8443   x-axis: "X = CNFs per Service Chain"
8444   y-axis: "Y = Number of Service Chains"
8445   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8446   layout:
8447     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8448     layout: "plot-service-density"
8449
8450 - type: "plot"
8451   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8452   algorithm: "plot_nf_heatmap"
8453   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8454   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8455   filter: "'NIC_Intel-XL710' and
8456            'NF_DENSITY' and
8457            'DOCKER' and
8458            'CHAIN' and
8459            'NF_VPPIP4' and
8460            'IPSEC' and
8461            'TNL_1000' and
8462            'IMIX' and
8463            '4T4C' and
8464            'NDRPDR'"
8465   parameters:
8466   - "throughput"
8467   - "name"
8468   - "tags"
8469   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8470   x-axis: "X = CNFs per Service Chain"
8471   y-axis: "Y = Number of Service Chains"
8472   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8473   layout:
8474     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8475     layout: "plot-service-density"
8476
8477 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8478 - type: "plot"
8479   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8480   algorithm: "plot_nf_heatmap"
8481   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8482   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8483   filter: "'NIC_Intel-XL710' and
8484            'NF_DENSITY' and
8485            'DOCKER' and
8486            'CHAIN' and
8487            'NF_VPPIP4' and
8488            'IPSEC' and
8489            'TNL_1000' and
8490            'IMIX' and
8491            '1T1C' and
8492            'NDRPDR'"
8493   parameters:
8494   - "throughput"
8495   - "name"
8496   - "tags"
8497   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8498   x-axis: "X = CNFs per Service Chain"
8499   y-axis: "Y = Number of Service Chains"
8500   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8501   layout:
8502     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8503     layout: "plot-service-density"
8504
8505 - type: "plot"
8506   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8507   algorithm: "plot_nf_heatmap"
8508   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8509   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8510   filter: "'NIC_Intel-XL710' and
8511            'NF_DENSITY' and
8512            'DOCKER' and
8513            'CHAIN' and
8514            'NF_VPPIP4' and
8515            'IPSEC' and
8516            'TNL_1000' and
8517            'IMIX' and
8518            '2T2C' and
8519            'NDRPDR'"
8520   parameters:
8521   - "throughput"
8522   - "name"
8523   - "tags"
8524   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8525   x-axis: "X = CNFs per Service Chain"
8526   y-axis: "Y = Number of Service Chains"
8527   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8528   layout:
8529     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8530     layout: "plot-service-density"
8531
8532 - type: "plot"
8533   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8534   algorithm: "plot_nf_heatmap"
8535   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8536   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8537   filter: "'NIC_Intel-XL710' and
8538            'NF_DENSITY' and
8539            'DOCKER' and
8540            'CHAIN' and
8541            'NF_VPPIP4' and
8542            'IPSEC' and
8543            'TNL_1000' and
8544            'IMIX' and
8545            '4T4C' and
8546            'NDRPDR'"
8547   parameters:
8548   - "throughput"
8549   - "name"
8550   - "tags"
8551   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8552   x-axis: "X = CNFs per Service Chain"
8553   y-axis: "Y = Number of Service Chains"
8554   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8555   layout:
8556     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8557     layout: "plot-service-density"
8558
8559 ###############################################################################
8560
8561 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8562 #- type: "plot"
8563 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8564 #  algorithm: "plot_nf_heatmap"
8565 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8566 #  data: "plot-vpp-nfv-3n-skx-mrr"
8567 #  filter: "'NIC_Intel-XXV710' and
8568 #           'NF_DENSITY' and
8569 #           'DOCKER' and
8570 #           'CHAIN' and
8571 #           'NF_VPPIP4' and
8572 #           'IPSEC' and
8573 #           'TNL_10000' and
8574 #           'IMIX' and
8575 #           '2T1C' and
8576 #           'MRR'"
8577 #  parameters:
8578 #  - "result"
8579 #  - "name"
8580 #  - "tags"
8581 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8582 #  x-axis: "X = CNFs per Service Chain"
8583 #  y-axis: "Y = Number of Service Chains"
8584 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8585 #  layout:
8586 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8587 #    layout: "plot-service-density"
8588 #
8589 #- type: "plot"
8590 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8591 #  algorithm: "plot_nf_heatmap"
8592 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8593 #  data: "plot-vpp-nfv-3n-skx-mrr"
8594 #  filter: "'NIC_Intel-XXV710' and
8595 #           'NF_DENSITY' and
8596 #           'DOCKER' and
8597 #           'CHAIN' and
8598 #           'NF_VPPIP4' and
8599 #           'IPSEC' and
8600 #           'TNL_10000' and
8601 #           'IMIX' and
8602 #           '4T2C' and
8603 #           'MRR'"
8604 #  parameters:
8605 #  - "result"
8606 #  - "name"
8607 #  - "tags"
8608 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8609 #  x-axis: "X = CNFs per Service Chain"
8610 #  y-axis: "Y = Number of Service Chains"
8611 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8612 #  layout:
8613 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8614 #    layout: "plot-service-density"
8615 #
8616 #- type: "plot"
8617 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8618 #  algorithm: "plot_nf_heatmap"
8619 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8620 #  data: "plot-vpp-nfv-3n-skx-mrr"
8621 #  filter: "'NIC_Intel-XXV710' and
8622 #           'NF_DENSITY' and
8623 #           'DOCKER' and
8624 #           'CHAIN' and
8625 #           'NF_VPPIP4' and
8626 #           'IPSEC' and
8627 #           'TNL_10000' and
8628 #           'IMIX' and
8629 #           '8T4C' and
8630 #           'MRR'"
8631 #  parameters:
8632 #  - "result"
8633 #  - "name"
8634 #  - "tags"
8635 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8636 #  x-axis: "X = CNFs per Service Chain"
8637 #  y-axis: "Y = Number of Service Chains"
8638 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8639 #  layout:
8640 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8641 #    layout: "plot-service-density"
8642 #
8643 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8644 #- type: "plot"
8645 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8646 #  algorithm: "plot_nf_heatmap"
8647 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8648 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8649 #  filter: "'NIC_Intel-XXV710' and
8650 #           'NF_DENSITY' and
8651 #           'DOCKER' and
8652 #           'CHAIN' and
8653 #           'NF_VPPIP4' and
8654 #           'IPSEC' and
8655 #           'TNL_10000' and
8656 #           'IMIX' and
8657 #           '2T1C' and
8658 #           'NDRPDR'"
8659 #  parameters:
8660 #  - "throughput"
8661 #  - "name"
8662 #  - "tags"
8663 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8664 #  x-axis: "X = CNFs per Service Chain"
8665 #  y-axis: "Y = Number of Service Chains"
8666 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8667 #  layout:
8668 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8669 #    layout: "plot-service-density"
8670 #
8671 #- type: "plot"
8672 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8673 #  algorithm: "plot_nf_heatmap"
8674 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8675 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8676 #  filter: "'NIC_Intel-XXV710' and
8677 #           'NF_DENSITY' and
8678 #           'DOCKER' and
8679 #           'CHAIN' and
8680 #           'NF_VPPIP4' and
8681 #           'IPSEC' and
8682 #           'TNL_10000' and
8683 #           'IMIX' and
8684 #           '4T2C' and
8685 #           'NDRPDR'"
8686 #  parameters:
8687 #  - "throughput"
8688 #  - "name"
8689 #  - "tags"
8690 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8691 #  x-axis: "X = CNFs per Service Chain"
8692 #  y-axis: "Y = Number of Service Chains"
8693 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8694 #  layout:
8695 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8696 #    layout: "plot-service-density"
8697 #
8698 #- type: "plot"
8699 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8700 #  algorithm: "plot_nf_heatmap"
8701 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8702 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8703 #  filter: "'NIC_Intel-XXV710' and
8704 #           'NF_DENSITY' and
8705 #           'DOCKER' and
8706 #           'CHAIN' and
8707 #           'NF_VPPIP4' and
8708 #           'IPSEC' and
8709 #           'TNL_10000' and
8710 #           'IMIX' and
8711 #           '8T4C' and
8712 #           'NDRPDR'"
8713 #  parameters:
8714 #  - "throughput"
8715 #  - "name"
8716 #  - "tags"
8717 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8718 #  x-axis: "X = CNFs per Service Chain"
8719 #  y-axis: "Y = Number of Service Chains"
8720 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8721 #  layout:
8722 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8723 #    layout: "plot-service-density"
8724 #
8725 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8726 #- type: "plot"
8727 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8728 #  algorithm: "plot_nf_heatmap"
8729 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8730 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8731 #  filter: "'NIC_Intel-XXV710' and
8732 #           'NF_DENSITY' and
8733 #           'DOCKER' and
8734 #           'CHAIN' and
8735 #           'NF_VPPIP4' and
8736 #           'IPSEC' and
8737 #           'TNL_10000' and
8738 #           'IMIX' and
8739 #           '2T1C' and
8740 #           'NDRPDR'"
8741 #  parameters:
8742 #  - "throughput"
8743 #  - "name"
8744 #  - "tags"
8745 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8746 #  x-axis: "X = CNFs per Service Chain"
8747 #  y-axis: "Y = Number of Service Chains"
8748 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8749 #  layout:
8750 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8751 #    layout: "plot-service-density"
8752 #
8753 #- type: "plot"
8754 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8755 #  algorithm: "plot_nf_heatmap"
8756 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8757 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8758 #  filter: "'NIC_Intel-XXV710' and
8759 #           'NF_DENSITY' and
8760 #           'DOCKER' and
8761 #           'CHAIN' and
8762 #           'NF_VPPIP4' and
8763 #           'IPSEC' and
8764 #           'TNL_10000' and
8765 #           'IMIX' and
8766 #           '4T2C' and
8767 #           'NDRPDR'"
8768 #  parameters:
8769 #  - "throughput"
8770 #  - "name"
8771 #  - "tags"
8772 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8773 #  x-axis: "X = CNFs per Service Chain"
8774 #  y-axis: "Y = Number of Service Chains"
8775 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8776 #  layout:
8777 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8778 #    layout: "plot-service-density"
8779 #
8780 #- type: "plot"
8781 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8782 #  algorithm: "plot_nf_heatmap"
8783 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
8784 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8785 #  filter: "'NIC_Intel-XXV710' and
8786 #           'NF_DENSITY' and
8787 #           'DOCKER' and
8788 #           'CHAIN' and
8789 #           'NF_VPPIP4' and
8790 #           'IPSEC' and
8791 #           'TNL_10000' and
8792 #           'IMIX' and
8793 #           '8T4C' and
8794 #           'NDRPDR'"
8795 #  parameters:
8796 #  - "throughput"
8797 #  - "name"
8798 #  - "tags"
8799 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8800 #  x-axis: "X = CNFs per Service Chain"
8801 #  y-axis: "Y = Number of Service Chains"
8802 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8803 #  layout:
8804 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8805 #    layout: "plot-service-density"
8806
8807 ###############################################################################
8808
8809 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8810 - type: "plot"
8811   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8812   algorithm: "plot_nf_heatmap"
8813   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
8814   data: "plot-vpp-nfv-3n-hsw-mrr"
8815   filter: "'NIC_Intel-XL710' and
8816            'NF_DENSITY' and
8817            'DOCKER' and
8818            'CHAIN' and
8819            'NF_VPPIP4' and
8820            'IMIX' and
8821            'TNL_10000' and
8822            '1T1C' and
8823            'MRR'"
8824   parameters:
8825   - "result"
8826   - "name"
8827   - "tags"
8828   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8829   x-axis: "X = CNFs per Service Chain"
8830   y-axis: "Y = Number of Service Chains"
8831   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8832   layout:
8833     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8834     layout: "plot-service-density"
8835
8836 - type: "plot"
8837   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8838   algorithm: "plot_nf_heatmap"
8839   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
8840   data: "plot-vpp-nfv-3n-hsw-mrr"
8841   filter: "'NIC_Intel-XL710' and
8842            'NF_DENSITY' and
8843            'DOCKER' and
8844            'CHAIN' and
8845            'NF_VPPIP4' and
8846            'IPSEC' and
8847            'TNL_10000' and
8848            'IMIX' and
8849            '2T2C' and
8850            'MRR'"
8851   parameters:
8852   - "result"
8853   - "name"
8854   - "tags"
8855   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8856   x-axis: "X = CNFs per Service Chain"
8857   y-axis: "Y = Number of Service Chains"
8858   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8859   layout:
8860     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8861     layout: "plot-service-density"
8862
8863 - type: "plot"
8864   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8865   algorithm: "plot_nf_heatmap"
8866   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
8867   data: "plot-vpp-nfv-3n-hsw-mrr"
8868   filter: "'NIC_Intel-XL710' and
8869            'NF_DENSITY' and
8870            'DOCKER' and
8871            'CHAIN' and
8872            'NF_VPPIP4' and
8873            'IPSEC' and
8874            'TNL_10000' and
8875            'IMIX' and
8876            '4T4C' and
8877            'MRR'"
8878   parameters:
8879   - "result"
8880   - "name"
8881   - "tags"
8882   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8883   x-axis: "X = CNFs per Service Chain"
8884   y-axis: "Y = Number of Service Chains"
8885   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8886   layout:
8887     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8888     layout: "plot-service-density"
8889
8890 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8891 - type: "plot"
8892   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8893   algorithm: "plot_nf_heatmap"
8894   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
8895   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8896   filter: "'NIC_Intel-XL710' and
8897            'NF_DENSITY' and
8898            'DOCKER' and
8899            'CHAIN' and
8900            'NF_VPPIP4' and
8901            'IPSEC' and
8902            'TNL_10000' and
8903            'IMIX' and
8904            '1T1C' and
8905            'NDRPDR'"
8906   parameters:
8907   - "throughput"
8908   - "name"
8909   - "tags"
8910   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8911   x-axis: "X = CNFs per Service Chain"
8912   y-axis: "Y = Number of Service Chains"
8913   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8914   layout:
8915     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8916     layout: "plot-service-density"
8917
8918 - type: "plot"
8919   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8920   algorithm: "plot_nf_heatmap"
8921   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
8922   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8923   filter: "'NIC_Intel-XL710' and
8924            'NF_DENSITY' and
8925            'DOCKER' and
8926            'CHAIN' and
8927            'NF_VPPIP4' and
8928            'IPSEC' and
8929            'TNL_10000' and
8930            'IMIX' and
8931            '2T2C' and
8932            'NDRPDR'"
8933   parameters:
8934   - "throughput"
8935   - "name"
8936   - "tags"
8937   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8938   x-axis: "X = CNFs per Service Chain"
8939   y-axis: "Y = Number of Service Chains"
8940   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8941   layout:
8942     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8943     layout: "plot-service-density"
8944
8945 - type: "plot"
8946   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8947   algorithm: "plot_nf_heatmap"
8948   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
8949   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8950   filter: "'NIC_Intel-XL710' and
8951            'NF_DENSITY' and
8952            'DOCKER' and
8953            'CHAIN' and
8954            'NF_VPPIP4' and
8955            'IPSEC' and
8956            'TNL_10000' and
8957            'IMIX' and
8958            '4T4C' and
8959            'NDRPDR'"
8960   parameters:
8961   - "throughput"
8962   - "name"
8963   - "tags"
8964   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8965   x-axis: "X = CNFs per Service Chain"
8966   y-axis: "Y = Number of Service Chains"
8967   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8968   layout:
8969     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8970     layout: "plot-service-density"
8971
8972 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8973 - type: "plot"
8974   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8975   algorithm: "plot_nf_heatmap"
8976   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
8977   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8978   filter: "'NIC_Intel-XL710' and
8979            'NF_DENSITY' and
8980            'DOCKER' and
8981            'CHAIN' and
8982            'NF_VPPIP4' and
8983            'IPSEC' and
8984            'TNL_10000' and
8985            'IMIX' and
8986            '1T1C' and
8987            'NDRPDR'"
8988   parameters:
8989   - "throughput"
8990   - "name"
8991   - "tags"
8992   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8993   x-axis: "X = CNFs per Service Chain"
8994   y-axis: "Y = Number of Service Chains"
8995   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8996   layout:
8997     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8998     layout: "plot-service-density"
8999
9000 - type: "plot"
9001   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9002   algorithm: "plot_nf_heatmap"
9003   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9004   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9005   filter: "'NIC_Intel-XL710' and
9006            'NF_DENSITY' and
9007            'DOCKER' and
9008            'CHAIN' and
9009            'NF_VPPIP4' and
9010            'IPSEC' and
9011            'TNL_10000' and
9012            'IMIX' and
9013            '2T2C' and
9014            'NDRPDR'"
9015   parameters:
9016   - "throughput"
9017   - "name"
9018   - "tags"
9019   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9020   x-axis: "X = CNFs per Service Chain"
9021   y-axis: "Y = Number of Service Chains"
9022   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9023   layout:
9024     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9025     layout: "plot-service-density"
9026
9027 - type: "plot"
9028   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9029   algorithm: "plot_nf_heatmap"
9030   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9031   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9032   filter: "'NIC_Intel-XL710' and
9033            'NF_DENSITY' and
9034            'DOCKER' and
9035            'CHAIN' and
9036            'NF_VPPIP4' and
9037            'IPSEC' and
9038            'TNL_10000' and
9039            'IMIX' and
9040            '4T4C' and
9041            'NDRPDR'"
9042   parameters:
9043   - "throughput"
9044   - "name"
9045   - "tags"
9046   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9047   x-axis: "X = CNFs per Service Chain"
9048   y-axis: "Y = Number of Service Chains"
9049   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9050   layout:
9051     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9052     layout: "plot-service-density"
9053
9054 ###############################################################################
9055
9056 # Plots - NF Density - CSP - MRR 64b
9057
9058 #- type: "plot"
9059 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9060 #  algorithm: "plot_nf_heatmap"
9061 #  output-file-type: ".html"
9062 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9063 #  data: "plot-vpp-nfv-2n-skx-mrr"
9064 #  filter: "'NIC_Intel-XXV710' and
9065 #           'NF_DENSITY' and
9066 #           'DOCKER' and
9067 #           'PIPELINE' and
9068 #           'NF_VPPIP4' and
9069 #           '64B' and
9070 #           '2T1C' and
9071 #           'MRR'"
9072 #  parameters:
9073 #  - "result"
9074 #  - "name"
9075 #  - "tags"
9076 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9077 #  x-axis: "X = CNFs per Service Pipeline"
9078 #  y-axis: "Y = Number of Service Pipelines"
9079 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9080 #  layout:
9081 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9082 #    layout: "plot-service-density"
9083 #
9084 #- type: "plot"
9085 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9086 #  algorithm: "plot_nf_heatmap"
9087 #  output-file-type: ".html"
9088 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9089 #  data: "plot-vpp-nfv-2n-skx-mrr"
9090 #  filter: "'NIC_Intel-XXV710' and
9091 #           'NF_DENSITY' and
9092 #           'DOCKER' and
9093 #           'PIPELINE' and
9094 #           'NF_VPPIP4' and
9095 #           '64B' and
9096 #           '4T2C' and
9097 #           'MRR'"
9098 #  parameters:
9099 #  - "result"
9100 #  - "name"
9101 #  - "tags"
9102 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9103 #  x-axis: "X = CNFs per Service Pipeline"
9104 #  y-axis: "Y = Number of Service Pipelines"
9105 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9106 #  layout:
9107 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9108 #    layout: "plot-service-density"
9109 #
9110 #- type: "plot"
9111 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9112 #  algorithm: "plot_nf_heatmap"
9113 #  output-file-type: ".html"
9114 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9115 #  data: "plot-vpp-nfv-2n-skx-mrr"
9116 #  filter: "'NIC_Intel-XXV710' and
9117 #           'NF_DENSITY' and
9118 #           'DOCKER' and
9119 #           'PIPELINE' and
9120 #           'NF_VPPIP4' and
9121 #           '64B' and
9122 #           '8T4C' and
9123 #           'MRR'"
9124 #  parameters:
9125 #  - "result"
9126 #  - "name"
9127 #  - "tags"
9128 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9129 #  x-axis: "X = CNFs per Service Pipeline"
9130 #  y-axis: "Y = Number of Service Pipelines"
9131 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9132 #  layout:
9133 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9134 #    layout: "plot-service-density"
9135 #
9136 ## Plots - NF Density - CSP - MRR IMIX
9137 #- type: "plot"
9138 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9139 #  algorithm: "plot_nf_heatmap"
9140 #  output-file-type: ".html"
9141 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9142 #  data: "plot-vpp-nfv-2n-skx-mrr"
9143 #  filter: "'NIC_Intel-XXV710' and
9144 #           'NF_DENSITY' and
9145 #           'DOCKER' and
9146 #           'PIPELINE' and
9147 #           'NF_VPPIP4' and
9148 #           'IMIX' and
9149 #           '2T1C' and
9150 #           'MRR'"
9151 #  parameters:
9152 #  - "result"
9153 #  - "name"
9154 #  - "tags"
9155 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9156 #  x-axis: "X = CNFs per Service Pipeline"
9157 #  y-axis: "Y = Number of Service Pipelines"
9158 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9159 #  layout:
9160 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9161 #    layout: "plot-service-density"
9162 #
9163 #- type: "plot"
9164 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9165 #  algorithm: "plot_nf_heatmap"
9166 #  output-file-type: ".html"
9167 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9168 #  data: "plot-vpp-nfv-2n-skx-mrr"
9169 #  filter: "'NIC_Intel-XXV710' and
9170 #           'NF_DENSITY' and
9171 #           'DOCKER' and
9172 #           'PIPELINE' and
9173 #           'NF_VPPIP4' and
9174 #           'IMIX' and
9175 #           '4T2C' and
9176 #           'MRR'"
9177 #  parameters:
9178 #  - "result"
9179 #  - "name"
9180 #  - "tags"
9181 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9182 #  x-axis: "X = CNFs per Service Pipeline"
9183 #  y-axis: "Y = Number of Service Pipelines"
9184 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9185 #  layout:
9186 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9187 #    layout: "plot-service-density"
9188 #
9189 #- type: "plot"
9190 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9191 #  algorithm: "plot_nf_heatmap"
9192 #  output-file-type: ".html"
9193 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9194 #  data: "plot-vpp-nfv-2n-skx-mrr"
9195 #  filter: "'NIC_Intel-XXV710' and
9196 #           'NF_DENSITY' and
9197 #           'DOCKER' and
9198 #           'PIPELINE' and
9199 #           'NF_VPPIP4' and
9200 #           'IMIX' and
9201 #           '8T4C' and
9202 #           'MRR'"
9203 #  parameters:
9204 #  - "result"
9205 #  - "name"
9206 #  - "tags"
9207 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9208 #  x-axis: "X = CNFs per Service Pipeline"
9209 #  y-axis: "Y = Number of Service Pipelines"
9210 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9211 #  layout:
9212 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9213 #    layout: "plot-service-density"
9214 #
9215 ## Plots - NF Density - CSP - NDR 64b
9216 #- type: "plot"
9217 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9218 #  algorithm: "plot_nf_heatmap"
9219 #  output-file-type: ".html"
9220 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9221 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9222 #  filter: "'NIC_Intel-XXV710' and
9223 #           'NF_DENSITY' and
9224 #           'DOCKER' and
9225 #           'PIPELINE' and
9226 #           'NF_VPPIP4' and
9227 #           '64B' and
9228 #           '2T1C' and
9229 #           'NDRPDR'"
9230 #  parameters:
9231 #  - "throughput"
9232 #  - "name"
9233 #  - "tags"
9234 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9235 #  x-axis: "X = CNFs per Service Pipeline"
9236 #  y-axis: "Y = Number of Service Pipelines"
9237 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9238 #  layout:
9239 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9240 #    layout: "plot-service-density"
9241 #
9242 #- type: "plot"
9243 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9244 #  algorithm: "plot_nf_heatmap"
9245 #  output-file-type: ".html"
9246 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9247 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9248 #  filter: "'NIC_Intel-XXV710' and
9249 #           'NF_DENSITY' and
9250 #           'DOCKER' and
9251 #           'PIPELINE' and
9252 #           'NF_VPPIP4' and
9253 #           '64B' and
9254 #           '4T2C' and
9255 #           'NDRPDR'"
9256 #  parameters:
9257 #  - "throughput"
9258 #  - "name"
9259 #  - "tags"
9260 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9261 #  x-axis: "X = CNFs per Service Pipeline"
9262 #  y-axis: "Y = Number of Service Pipelines"
9263 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9264 #  layout:
9265 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9266 #    layout: "plot-service-density"
9267 #
9268 #- type: "plot"
9269 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9270 #  algorithm: "plot_nf_heatmap"
9271 #  output-file-type: ".html"
9272 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9273 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9274 #  filter: "'NIC_Intel-XXV710' and
9275 #           'NF_DENSITY' and
9276 #           'DOCKER' and
9277 #           'PIPELINE' and
9278 #           'NF_VPPIP4' and
9279 #           '64B' and
9280 #           '8T4C' and
9281 #           'NDRPDR'"
9282 #  parameters:
9283 #  - "throughput"
9284 #  - "name"
9285 #  - "tags"
9286 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9287 #  x-axis: "X = CNFs per Service Pipeline"
9288 #  y-axis: "Y = Number of Service Pipelines"
9289 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9290 #  layout:
9291 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9292 #    layout: "plot-service-density"
9293 #
9294 ## Plots - NF Density - CSP - NDR IMIX
9295 #- type: "plot"
9296 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9297 #  algorithm: "plot_nf_heatmap"
9298 #  output-file-type: ".html"
9299 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9300 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9301 #  filter: "'NIC_Intel-XXV710' and
9302 #           'NF_DENSITY' and
9303 #           'DOCKER' and
9304 #           'PIPELINE' and
9305 #           'NF_VPPIP4' and
9306 #           'IMIX' and
9307 #           '2T1C' and
9308 #           'NDRPDR'"
9309 #  parameters:
9310 #  - "throughput"
9311 #  - "name"
9312 #  - "tags"
9313 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9314 #  x-axis: "X = CNFs per Service Pipeline"
9315 #  y-axis: "Y = Number of Service Pipelines"
9316 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9317 #  layout:
9318 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9319 #    layout: "plot-service-density"
9320 #
9321 #- type: "plot"
9322 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9323 #  algorithm: "plot_nf_heatmap"
9324 #  output-file-type: ".html"
9325 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9326 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9327 #  filter: "'NIC_Intel-XXV710' and
9328 #           'NF_DENSITY' and
9329 #           'DOCKER' and
9330 #           'PIPELINE' and
9331 #           'NF_VPPIP4' and
9332 #           'IMIX' and
9333 #           '4T2C' and
9334 #           'NDRPDR'"
9335 #  parameters:
9336 #  - "throughput"
9337 #  - "name"
9338 #  - "tags"
9339 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9340 #  x-axis: "X = CNFs per Service Pipeline"
9341 #  y-axis: "Y = Number of Service Pipelines"
9342 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9343 #  layout:
9344 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9345 #    layout: "plot-service-density"
9346 #
9347 #- type: "plot"
9348 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9349 #  algorithm: "plot_nf_heatmap"
9350 #  output-file-type: ".html"
9351 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9352 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9353 #  filter: "'NIC_Intel-XXV710' and
9354 #           'NF_DENSITY' and
9355 #           'DOCKER' and
9356 #           'PIPELINE' and
9357 #           'NF_VPPIP4' and
9358 #           'IMIX' and
9359 #           '8T4C' and
9360 #           'NDRPDR'"
9361 #  parameters:
9362 #  - "throughput"
9363 #  - "name"
9364 #  - "tags"
9365 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9366 #  x-axis: "X = CNFs per Service Pipeline"
9367 #  y-axis: "Y = Number of Service Pipelines"
9368 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9369 #  layout:
9370 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9371 #    layout: "plot-service-density"
9372 #
9373 ## Plots - NF Density - CSP - PDR 64b
9374 #- type: "plot"
9375 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9376 #  algorithm: "plot_nf_heatmap"
9377 #  output-file-type: ".html"
9378 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9379 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9380 #  filter: "'NIC_Intel-XXV710' and
9381 #           'NF_DENSITY' and
9382 #           'DOCKER' and
9383 #           'PIPELINE' and
9384 #           'NF_VPPIP4' and
9385 #           '64B' and
9386 #           '2T1C' and
9387 #           'NDRPDR'"
9388 #  parameters:
9389 #  - "throughput"
9390 #  - "name"
9391 #  - "tags"
9392 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9393 #  x-axis: "X = CNFs per Service Pipeline"
9394 #  y-axis: "Y = Number of Service Pipelines"
9395 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9396 #  layout:
9397 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9398 #    layout: "plot-service-density"
9399 #
9400 #- type: "plot"
9401 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9402 #  algorithm: "plot_nf_heatmap"
9403 #  output-file-type: ".html"
9404 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9405 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9406 #  filter: "'NIC_Intel-XXV710' and
9407 #           'NF_DENSITY' and
9408 #           'DOCKER' and
9409 #           'PIPELINE' and
9410 #           'NF_VPPIP4' and
9411 #           '64B' and
9412 #           '4T2C' and
9413 #           'NDRPDR'"
9414 #  parameters:
9415 #  - "throughput"
9416 #  - "name"
9417 #  - "tags"
9418 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9419 #  x-axis: "X = CNFs per Service Pipeline"
9420 #  y-axis: "Y = Number of Service Pipelines"
9421 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9422 #  layout:
9423 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9424 #    layout: "plot-service-density"
9425 #
9426 #- type: "plot"
9427 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9428 #  algorithm: "plot_nf_heatmap"
9429 #  output-file-type: ".html"
9430 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9431 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9432 #  filter: "'NIC_Intel-XXV710' and
9433 #           'NF_DENSITY' and
9434 #           'DOCKER' and
9435 #           'PIPELINE' and
9436 #           'NF_VPPIP4' and
9437 #           '64B' and
9438 #           '8T4C' and
9439 #           'NDRPDR'"
9440 #  parameters:
9441 #  - "throughput"
9442 #  - "name"
9443 #  - "tags"
9444 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9445 #  x-axis: "X = CNFs per Service Pipeline"
9446 #  y-axis: "Y = Number of Service Pipelines"
9447 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9448 #  layout:
9449 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9450 #    layout: "plot-service-density"
9451 #
9452 ## Plots - NF Density - CSP - PDR IMIX
9453 #- type: "plot"
9454 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9455 #  algorithm: "plot_nf_heatmap"
9456 #  output-file-type: ".html"
9457 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9458 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9459 #  filter: "'NIC_Intel-XXV710' and
9460 #           'NF_DENSITY' and
9461 #           'DOCKER' and
9462 #           'PIPELINE' and
9463 #           'NF_VPPIP4' and
9464 #           'IMIX' and
9465 #           '2T1C' and
9466 #           'NDRPDR'"
9467 #  parameters:
9468 #  - "throughput"
9469 #  - "name"
9470 #  - "tags"
9471 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9472 #  x-axis: "X = CNFs per Service Pipeline"
9473 #  y-axis: "Y = Number of Service Pipelines"
9474 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9475 #  layout:
9476 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9477 #    layout: "plot-service-density"
9478 #
9479 #- type: "plot"
9480 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9481 #  algorithm: "plot_nf_heatmap"
9482 #  output-file-type: ".html"
9483 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9484 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9485 #  filter: "'NIC_Intel-XXV710' and
9486 #           'NF_DENSITY' and
9487 #           'DOCKER' and
9488 #           'PIPELINE' and
9489 #           'NF_VPPIP4' and
9490 #           'IMIX' and
9491 #           '4T2C' and
9492 #           'NDRPDR'"
9493 #  parameters:
9494 #  - "throughput"
9495 #  - "name"
9496 #  - "tags"
9497 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9498 #  x-axis: "X = CNFs per Service Pipeline"
9499 #  y-axis: "Y = Number of Service Pipelines"
9500 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9501 #  layout:
9502 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9503 #    layout: "plot-service-density"
9504 #
9505 #- type: "plot"
9506 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9507 #  algorithm: "plot_nf_heatmap"
9508 #  output-file-type: ".html"
9509 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9510 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9511 #  filter: "'NIC_Intel-XXV710' and
9512 #           'NF_DENSITY' and
9513 #           'DOCKER' and
9514 #           'PIPELINE' and
9515 #           'NF_VPPIP4' and
9516 #           'IMIX' and
9517 #           '8T4C' and
9518 #           'NDRPDR'"
9519 #  parameters:
9520 #  - "throughput"
9521 #  - "name"
9522 #  - "tags"
9523 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9524 #  x-axis: "X = CNFs per Service Pipeline"
9525 #  y-axis: "Y = Number of Service Pipelines"
9526 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9527 #  layout:
9528 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9529 #    layout: "plot-service-density"
9530
9531 ###############################################################################
9532 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9533
9534 #- type: "plot"
9535 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9536 #  algorithm: "plot_nf_heatmap"
9537 #  output-file-type: ".html"
9538 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9539 #  data: "plot-vpp-nfv-2n-clx-mrr"
9540 #  filter: "'NIC_Intel-XXV710' and
9541 #           'NF_DENSITY' and
9542 #           'VHOST' and
9543 #           not 'VXLAN' and
9544 #           'CHAIN' and
9545 #           'NF_VPPIP4' and
9546 #           'IMIX' and
9547 #           '2T1C' and
9548 #           'MRR'"
9549 #  parameters:
9550 #  - "result"
9551 #  - "name"
9552 #  - "tags"
9553 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9554 #  x-axis: "X = VNFs per Service Chain"
9555 #  y-axis: "Y = Number of Service Chains"
9556 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9557 #  layout:
9558 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9559 #    layout: "plot-service-density"
9560 #
9561 #- type: "plot"
9562 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9563 #  algorithm: "plot_nf_heatmap"
9564 #  output-file-type: ".html"
9565 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9566 #  data: "plot-vpp-nfv-2n-clx-mrr"
9567 #  filter: "'NIC_Intel-XXV710' and
9568 #           'NF_DENSITY' and
9569 #           'VHOST' and
9570 #           not 'VXLAN' and
9571 #           'CHAIN' and
9572 #           'NF_VPPIP4' and
9573 #           'IMIX' and
9574 #           '4T2C' and
9575 #           'MRR'"
9576 #  parameters:
9577 #  - "result"
9578 #  - "name"
9579 #  - "tags"
9580 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9581 #  x-axis: "X = VNFs per Service Chain"
9582 #  y-axis: "Y = Number of Service Chains"
9583 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9584 #  layout:
9585 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9586 #    layout: "plot-service-density"
9587 #
9588 #- type: "plot"
9589 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9590 #  algorithm: "plot_nf_heatmap"
9591 #  output-file-type: ".html"
9592 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9593 #  data: "plot-vpp-nfv-2n-clx-mrr"
9594 #  filter: "'NIC_Intel-XXV710' and
9595 #           'NF_DENSITY' and
9596 #           'VHOST' and
9597 #           not 'VXLAN' and
9598 #           'CHAIN' and
9599 #           'NF_VPPIP4' and
9600 #           'IMIX' and
9601 #           '8T4C' and
9602 #           'MRR'"
9603 #  parameters:
9604 #  - "result"
9605 #  - "name"
9606 #  - "tags"
9607 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9608 #  x-axis: "X = VNFs per Service Chain"
9609 #  y-axis: "Y = Number of Service Chains"
9610 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9611 #  layout:
9612 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9613 #    layout: "plot-service-density"
9614 #
9615 ## Plots - NF Density - VSC - NDR IMIX
9616 #- type: "plot"
9617 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9618 #  algorithm: "plot_nf_heatmap"
9619 #  output-file-type: ".html"
9620 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9621 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9622 #  filter: "'NIC_Intel-XXV710' and
9623 #           'NF_DENSITY' and
9624 #           'VHOST' and
9625 #           not 'VXLAN' and
9626 #           'CHAIN' and
9627 #           'NF_VPPIP4' and
9628 #           'IMIX' and
9629 #           '2T1C' and
9630 #           'NDRPDR'"
9631 #  parameters:
9632 #  - "throughput"
9633 #  - "name"
9634 #  - "tags"
9635 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9636 #  x-axis: "X = VNFs per Service Chain"
9637 #  y-axis: "Y = Number of Service Chains"
9638 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9639 #  layout:
9640 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9641 #    layout: "plot-service-density"
9642 #
9643 #- type: "plot"
9644 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9645 #  algorithm: "plot_nf_heatmap"
9646 #  output-file-type: ".html"
9647 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9648 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9649 #  filter: "'NIC_Intel-XXV710' and
9650 #           'NF_DENSITY' and
9651 #           'VHOST' and
9652 #           not 'VXLAN' and
9653 #           'CHAIN' and
9654 #           'NF_VPPIP4' and
9655 #           'IMIX' and
9656 #           '4T2C' and
9657 #           'NDRPDR'"
9658 #  parameters:
9659 #  - "throughput"
9660 #  - "name"
9661 #  - "tags"
9662 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9663 #  x-axis: "X = VNFs per Service Chain"
9664 #  y-axis: "Y = Number of Service Chains"
9665 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9666 #  layout:
9667 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9668 #    layout: "plot-service-density"
9669 #
9670 #- type: "plot"
9671 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9672 #  algorithm: "plot_nf_heatmap"
9673 #  output-file-type: ".html"
9674 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9675 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9676 #  filter: "'NIC_Intel-XXV710' and
9677 #           'NF_DENSITY' and
9678 #           'VHOST' and
9679 #           not 'VXLAN' and
9680 #           'CHAIN' and
9681 #           'NF_VPPIP4' and
9682 #           'IMIX' and
9683 #           '8T4C' and
9684 #           'NDRPDR'"
9685 #  parameters:
9686 #  - "throughput"
9687 #  - "name"
9688 #  - "tags"
9689 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9690 #  x-axis: "X = VNFs per Service Chain"
9691 #  y-axis: "Y = Number of Service Chains"
9692 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9693 #  layout:
9694 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9695 #    layout: "plot-service-density"
9696 #
9697 ## Plots - NF Density - VSC - PDR IMIX
9698 #- type: "plot"
9699 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9700 #  algorithm: "plot_nf_heatmap"
9701 #  output-file-type: ".html"
9702 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9703 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9704 #  filter: "'NIC_Intel-XXV710' and
9705 #           'NF_DENSITY' and
9706 #           'VHOST' and
9707 #           not 'VXLAN' and
9708 #           'CHAIN' and
9709 #           'NF_VPPIP4' and
9710 #           'IMIX' and
9711 #           '2T1C' and
9712 #           'NDRPDR'"
9713 #  parameters:
9714 #  - "throughput"
9715 #  - "name"
9716 #  - "tags"
9717 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9718 #  x-axis: "X = VNFs per Service Chain"
9719 #  y-axis: "Y = Number of Service Chains"
9720 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9721 #  layout:
9722 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9723 #    layout: "plot-service-density"
9724 #
9725 #- type: "plot"
9726 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9727 #  algorithm: "plot_nf_heatmap"
9728 #  output-file-type: ".html"
9729 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9730 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9731 #  filter: "'NIC_Intel-XXV710' and
9732 #           'NF_DENSITY' and
9733 #           'VHOST' and
9734 #           not 'VXLAN' and
9735 #           'CHAIN' and
9736 #           'NF_VPPIP4' and
9737 #           'IMIX' and
9738 #           '4T2C' and
9739 #           'NDRPDR'"
9740 #  parameters:
9741 #  - "throughput"
9742 #  - "name"
9743 #  - "tags"
9744 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9745 #  x-axis: "X = VNFs per Service Chain"
9746 #  y-axis: "Y = Number of Service Chains"
9747 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9748 #  layout:
9749 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9750 #    layout: "plot-service-density"
9751 #
9752 #- type: "plot"
9753 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9754 #  algorithm: "plot_nf_heatmap"
9755 #  output-file-type: ".html"
9756 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9757 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9758 #  filter: "'NIC_Intel-XXV710' and
9759 #           'NF_DENSITY' and
9760 #           'VHOST' and
9761 #           not 'VXLAN' and
9762 #           'CHAIN' and
9763 #           'NF_VPPIP4' and
9764 #           'IMIX' and
9765 #           '8T4C' and
9766 #           'NDRPDR'"
9767 #  parameters:
9768 #  - "throughput"
9769 #  - "name"
9770 #  - "tags"
9771 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9772 #  x-axis: "X = VNFs per Service Chain"
9773 #  y-axis: "Y = Number of Service Chains"
9774 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9775 #  layout:
9776 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9777 #    layout: "plot-service-density"
9778 #
9779 ## Plots - NF Density - VSC - MRR IMIX
9780 #- type: "plot"
9781 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9782 #  algorithm: "plot_nf_heatmap"
9783 #  output-file-type: ".html"
9784 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9785 #  data: "plot-vpp-nfv-2n-clx-mrr"
9786 #  filter: "'NIC_Intel-XXV710' and
9787 #           'NF_DENSITY' and
9788 #           'VHOST' and
9789 #           'VXLAN' and
9790 #           'CHAIN' and
9791 #           'IMIX' and
9792 #           '2T1C' and
9793 #           'MRR'"
9794 #  parameters:
9795 #  - "result"
9796 #  - "name"
9797 #  - "tags"
9798 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9799 #  x-axis: "X = VNFs per Service Chain"
9800 #  y-axis: "Y = Number of Service Chains"
9801 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9802 #  layout:
9803 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9804 #    layout: "plot-service-density"
9805 #
9806 #- type: "plot"
9807 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9808 #  algorithm: "plot_nf_heatmap"
9809 #  output-file-type: ".html"
9810 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9811 #  data: "plot-vpp-nfv-2n-clx-mrr"
9812 #  filter: "'NIC_Intel-XXV710' and
9813 #           'NF_DENSITY' and
9814 #           'VHOST' and
9815 #           'VXLAN' and
9816 #           'CHAIN' and
9817 #           'IMIX' and
9818 #           '4T2C' and
9819 #           'MRR'"
9820 #  parameters:
9821 #  - "result"
9822 #  - "name"
9823 #  - "tags"
9824 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9825 #  x-axis: "X = VNFs per Service Chain"
9826 #  y-axis: "Y = Number of Service Chains"
9827 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9828 #  layout:
9829 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9830 #    layout: "plot-service-density"
9831 #
9832 #- type: "plot"
9833 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9834 #  algorithm: "plot_nf_heatmap"
9835 #  output-file-type: ".html"
9836 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
9837 #  data: "plot-vpp-nfv-2n-clx-mrr"
9838 #  filter: "'NIC_Intel-XXV710' and
9839 #           'NF_DENSITY' and
9840 #           'VHOST' and
9841 #           'VXLAN' and
9842 #           'CHAIN' and
9843 #           'IMIX' and
9844 #           '8T4C' and
9845 #           'MRR'"
9846 #  parameters:
9847 #  - "result"
9848 #  - "name"
9849 #  - "tags"
9850 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9851 #  x-axis: "X = VNFs per Service Chain"
9852 #  y-axis: "Y = Number of Service Chains"
9853 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9854 #  layout:
9855 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9856 #    layout: "plot-service-density"
9857 #
9858 ## Plots - NF Density - VSC - NDR IMIX
9859 #- type: "plot"
9860 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9861 #  algorithm: "plot_nf_heatmap"
9862 #  output-file-type: ".html"
9863 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
9864 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9865 #  filter: "'NIC_Intel-XXV710' and
9866 #           'NF_DENSITY' and
9867 #           'VHOST' and
9868 #           'VXLAN' and
9869 #           'CHAIN' a
9870 #           'IMIX' and
9871 #           '2T1C' and
9872 #           'NDRPDR'"
9873 #  parameters:
9874 #  - "throughput"
9875 #  - "name"
9876 #  - "tags"
9877 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9878 #  x-axis: "X = VNFs per Service Chain"
9879 #  y-axis: "Y = Number of Service Chains"
9880 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9881 #  layout:
9882 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9883 #    layout: "plot-service-density"
9884 #
9885 #- type: "plot"
9886 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9887 #  algorithm: "plot_nf_heatmap"
9888 #  output-file-type: ".html"
9889 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
9890 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9891 #  filter: "'NIC_Intel-XXV710' and
9892 #           'NF_DENSITY' and
9893 #           'VHOST' and
9894 #           'VXLAN' and
9895 #           'CHAIN' and
9896 #           'IMIX' and
9897 #           '4T2C' and
9898 #           'NDRPDR'"
9899 #  parameters:
9900 #  - "throughput"
9901 #  - "name"
9902 #  - "tags"
9903 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9904 #  x-axis: "X = VNFs per Service Chain"
9905 #  y-axis: "Y = Number of Service Chains"
9906 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9907 #  layout:
9908 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9909 #    layout: "plot-service-density"
9910 #
9911 #- type: "plot"
9912 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9913 #  algorithm: "plot_nf_heatmap"
9914 #  output-file-type: ".html"
9915 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
9916 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9917 #  filter: "'NIC_Intel-XXV710' and
9918 #           'NF_DENSITY' and
9919 #           'VHOST' and
9920 #           'VXLAN' and
9921 #           'CHAIN' and
9922 #           'IMIX' and
9923 #           '8T4C' and
9924 #           'NDRPDR'"
9925 #  parameters:
9926 #  - "throughput"
9927 #  - "name"
9928 #  - "tags"
9929 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9930 #  x-axis: "X = VNFs per Service Chain"
9931 #  y-axis: "Y = Number of Service Chains"
9932 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9933 #  layout:
9934 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9935 #    layout: "plot-service-density"
9936 #
9937 ## Plots - NF Density - VSC - PDR IMIX
9938 #- type: "plot"
9939 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9940 #  algorithm: "plot_nf_heatmap"
9941 #  output-file-type: ".html"
9942 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
9943 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9944 #  filter: "'NIC_Intel-XXV710' and
9945 #           'NF_DENSITY' and
9946 #           'VHOST' and
9947 #           'VXLAN' and
9948 #           'CHAIN' and
9949 #           'IMIX' and
9950 #           '2T1C' and
9951 #           'NDRPDR'"
9952 #  parameters:
9953 #  - "throughput"
9954 #  - "name"
9955 #  - "tags"
9956 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9957 #  x-axis: "X = VNFs per Service Chain"
9958 #  y-axis: "Y = Number of Service Chains"
9959 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9960 #  layout:
9961 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9962 #    layout: "plot-service-density"
9963 #
9964 #- type: "plot"
9965 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9966 #  algorithm: "plot_nf_heatmap"
9967 #  output-file-type: ".html"
9968 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
9969 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9970 #  filter: "'NIC_Intel-XXV710' and
9971 #           'NF_DENSITY' and
9972 #           'VHOST' and
9973 #           'VXLAN' and
9974 #           'CHAIN' and
9975 #           'IMIX' and
9976 #           '4T2C' and
9977 #           'NDRPDR'"
9978 #  parameters:
9979 #  - "throughput"
9980 #  - "name"
9981 #  - "tags"
9982 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9983 #  x-axis: "X = VNFs per Service Chain"
9984 #  y-axis: "Y = Number of Service Chains"
9985 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9986 #  layout:
9987 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9988 #    layout: "plot-service-density"
9989 #
9990 #- type: "plot"
9991 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9992 #  algorithm: "plot_nf_heatmap"
9993 #  output-file-type: ".html"
9994 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
9995 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9996 #  filter: "'NIC_Intel-XXV710' and
9997 #           'NF_DENSITY' and
9998 #           'VHOST' and
9999 #           'VXLAN' and
10000 #           'CHAIN' and
10001 #           'IMIX' and
10002 #           '8T4C' and
10003 #           'NDRPDR'"
10004 #  parameters:
10005 #  - "throughput"
10006 #  - "name"
10007 #  - "tags"
10008 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10009 #  x-axis: "X = VNFs per Service Chain"
10010 #  y-axis: "Y = Number of Service Chains"
10011 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10012 #  layout:
10013 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10014 #    layout: "plot-service-density"
10015 #
10016 ## Plots - NF Density - CSC - MRR IMIX
10017 #- type: "plot"
10018 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10019 #  algorithm: "plot_nf_heatmap"
10020 #  output-file-type: ".html"
10021 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10022 #  data: "plot-vpp-nfv-2n-clx-mrr"
10023 #  filter: "'NIC_Intel-XXV710' and
10024 #           'NF_DENSITY' and
10025 #           'DOCKER' and
10026 #           'CHAIN' and
10027 #           'NF_VPPIP4' and
10028 #           'IMIX' and
10029 #           '2T1C' and
10030 #           'MRR'"
10031 #  parameters:
10032 #  - "result"
10033 #  - "name"
10034 #  - "tags"
10035 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10036 #  x-axis: "X = CNFs per Service Chain"
10037 #  y-axis: "Y = Number of Service Chains"
10038 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10039 #  layout:
10040 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10041 #    layout: "plot-service-density"
10042 #
10043 #- type: "plot"
10044 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10045 #  algorithm: "plot_nf_heatmap"
10046 #  output-file-type: ".html"
10047 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10048 #  data: "plot-vpp-nfv-2n-clx-mrr"
10049 #  filter: "'NIC_Intel-XXV710' and
10050 #           'NF_DENSITY' and
10051 #           'DOCKER' and
10052 #           'CHAIN' and
10053 #           'NF_VPPIP4' and
10054 #           'IMIX' and
10055 #           '4T2C' and
10056 #           'MRR'"
10057 #  parameters:
10058 #  - "result"
10059 #  - "name"
10060 #  - "tags"
10061 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10062 #  x-axis: "X = CNFs per Service Chain"
10063 #  y-axis: "Y = Number of Service Chains"
10064 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10065 #  layout:
10066 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10067 #    layout: "plot-service-density"
10068 #
10069 #- type: "plot"
10070 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10071 #  algorithm: "plot_nf_heatmap"
10072 #  output-file-type: ".html"
10073 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10074 #  data: "plot-vpp-nfv-2n-clx-mrr"
10075 #  filter: "'NIC_Intel-XXV710' and
10076 #           'NF_DENSITY' and
10077 #           'DOCKER' and
10078 #           'CHAIN' and
10079 #           'NF_VPPIP4' and
10080 #           'IMIX' and
10081 #           '8T4C' and
10082 #           'MRR'"
10083 #  parameters:
10084 #  - "result"
10085 #  - "name"
10086 #  - "tags"
10087 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10088 #  x-axis: "X = CNFs per Service Chain"
10089 #  y-axis: "Y = Number of Service Chains"
10090 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10091 #  layout:
10092 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10093 #    layout: "plot-service-density"
10094 #
10095 ## Plots - NF Density - CSC - NDR IMIX
10096 #- type: "plot"
10097 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10098 #  algorithm: "plot_nf_heatmap"
10099 #  output-file-type: ".html"
10100 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10101 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10102 #  filter: "'NIC_Intel-XXV710' and
10103 #           'NF_DENSITY' and
10104 #           'DOCKER' and
10105 #           'CHAIN' and
10106 #           'NF_VPPIP4' and
10107 #           'IMIX' and
10108 #           '2T1C' and
10109 #           'NDRPDR'"
10110 #  parameters:
10111 #  - "throughput"
10112 #  - "name"
10113 #  - "tags"
10114 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10115 #  x-axis: "X = CNFs per Service Chain"
10116 #  y-axis: "Y = Number of Service Chains"
10117 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10118 #  layout:
10119 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10120 #    layout: "plot-service-density"
10121 #
10122 #- type: "plot"
10123 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10124 #  algorithm: "plot_nf_heatmap"
10125 #  output-file-type: ".html"
10126 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10127 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10128 #  filter: "'NIC_Intel-XXV710' and
10129 #           'NF_DENSITY' and
10130 #           'DOCKER' and
10131 #           'CHAIN' and
10132 #           'NF_VPPIP4' and
10133 #           'IMIX' and
10134 #           '4T2C' and
10135 #           'NDRPDR'"
10136 #  parameters:
10137 #  - "throughput"
10138 #  - "name"
10139 #  - "tags"
10140 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10141 #  x-axis: "X = CNFs per Service Chain"
10142 #  y-axis: "Y = Number of Service Chains"
10143 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10144 #  layout:
10145 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10146 #    layout: "plot-service-density"
10147 #
10148 #- type: "plot"
10149 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10150 #  algorithm: "plot_nf_heatmap"
10151 #  output-file-type: ".html"
10152 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10153 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10154 #  filter: "'NIC_Intel-XXV710' and
10155 #           'NF_DENSITY' and
10156 #           'DOCKER' and
10157 #           'CHAIN' and
10158 #           'NF_VPPIP4' and
10159 #           'IMIX' and
10160 #           '8T4C' and
10161 #           'NDRPDR'"
10162 #  parameters:
10163 #  - "throughput"
10164 #  - "name"
10165 #  - "tags"
10166 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10167 #  x-axis: "X = CNFs per Service Chain"
10168 #  y-axis: "Y = Number of Service Chains"
10169 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10170 #  layout:
10171 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10172 #    layout: "plot-service-density"
10173 #
10174 ## Plots - NF Density - CSC - PDR IMIX
10175 #- type: "plot"
10176 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10177 #  algorithm: "plot_nf_heatmap"
10178 #  output-file-type: ".html"
10179 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10180 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10181 #  filter: "'NIC_Intel-XXV710' and
10182 #           'NF_DENSITY' and
10183 #           'DOCKER' and
10184 #           'CHAIN' and
10185 #           'NF_VPPIP4' and
10186 #           'IMIX' and
10187 #           '2T1C' and
10188 #           'NDRPDR'"
10189 #  parameters:
10190 #  - "throughput"
10191 #  - "name"
10192 #  - "tags"
10193 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10194 #  x-axis: "X = CNFs per Service Chain"
10195 #  y-axis: "Y = Number of Service Chains"
10196 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10197 #  layout:
10198 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10199 #    layout: "plot-service-density"
10200 #
10201 #- type: "plot"
10202 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10203 #  algorithm: "plot_nf_heatmap"
10204 #  output-file-type: ".html"
10205 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10206 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10207 #  filter: "'NIC_Intel-XXV710' and
10208 #           'NF_DENSITY' and
10209 #           'DOCKER' and
10210 #           'CHAIN' and
10211 #           'NF_VPPIP4' and
10212 #           'IMIX' and
10213 #           '4T2C' and
10214 #           'NDRPDR'"
10215 #  parameters:
10216 #  - "throughput"
10217 #  - "name"
10218 #  - "tags"
10219 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10220 #  x-axis: "X = CNFs per Service Chain"
10221 #  y-axis: "Y = Number of Service Chains"
10222 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10223 #  layout:
10224 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10225 #    layout: "plot-service-density"
10226 #
10227 #- type: "plot"
10228 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10229 #  algorithm: "plot_nf_heatmap"
10230 #  output-file-type: ".html"
10231 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10232 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10233 #  filter: "'NIC_Intel-XXV710' and
10234 #           'NF_DENSITY' and
10235 #           'DOCKER' and
10236 #           'CHAIN' and
10237 #           'NF_VPPIP4' and
10238 #           'IMIX' and
10239 #           '8T4C' and
10240 #           'NDRPDR'"
10241 #  parameters:
10242 #  - "throughput"
10243 #  - "name"
10244 #  - "tags"
10245 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10246 #  x-axis: "X = CNFs per Service Chain"
10247 #  y-axis: "Y = Number of Service Chains"
10248 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10249 #  layout:
10250 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10251 #    layout: "plot-service-density"
10252 #
10253 ## Plots - NF Density - CSP - MRR IMIX
10254 #- type: "plot"
10255 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10256 #  algorithm: "plot_nf_heatmap"
10257 #  output-file-type: ".html"
10258 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10259 #  data: "plot-vpp-nfv-2n-clx-mrr"
10260 #  filter: "'NIC_Intel-XXV710' and
10261 #           'NF_DENSITY' and
10262 #           'DOCKER' and
10263 #           'PIPELINE' and
10264 #           'NF_VPPIP4' and
10265 #           'IMIX' and
10266 #           '2T1C' and
10267 #           'MRR'"
10268 #  parameters:
10269 #  - "result"
10270 #  - "name"
10271 #  - "tags"
10272 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10273 #  x-axis: "X = CNFs per Service Pipeline"
10274 #  y-axis: "Y = Number of Service Pipelines"
10275 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10276 #  layout:
10277 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10278 #    layout: "plot-service-density"
10279 #
10280 #- type: "plot"
10281 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10282 #  algorithm: "plot_nf_heatmap"
10283 #  output-file-type: ".html"
10284 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10285 #  data: "plot-vpp-nfv-2n-clx-mrr"
10286 #  filter: "'NIC_Intel-XXV710' and
10287 #           'NF_DENSITY' and
10288 #           'DOCKER' and
10289 #           'PIPELINE' and
10290 #           'NF_VPPIP4' and
10291 #           'IMIX' and
10292 #           '4T2C' and
10293 #           'MRR'"
10294 #  parameters:
10295 #  - "result"
10296 #  - "name"
10297 #  - "tags"
10298 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10299 #  x-axis: "X = CNFs per Service Pipeline"
10300 #  y-axis: "Y = Number of Service Pipelines"
10301 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10302 #  layout:
10303 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10304 #    layout: "plot-service-density"
10305 #
10306 #- type: "plot"
10307 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10308 #  algorithm: "plot_nf_heatmap"
10309 #  output-file-type: ".html"
10310 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10311 #  data: "plot-vpp-nfv-2n-clx-mrr"
10312 #  filter: "'NIC_Intel-XXV710' and
10313 #           'NF_DENSITY' and
10314 #           'DOCKER' and
10315 #           'PIPELINE' and
10316 #           'NF_VPPIP4' and
10317 #           'IMIX' and
10318 #           '8T4C' and
10319 #           'MRR'"
10320 #  parameters:
10321 #  - "result"
10322 #  - "name"
10323 #  - "tags"
10324 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10325 #  x-axis: "X = CNFs per Service Pipeline"
10326 #  y-axis: "Y = Number of Service Pipelines"
10327 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10328 #  layout:
10329 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10330 #    layout: "plot-service-density"
10331 #
10332 ## Plots - NF Density - CSP - NDR IMIX
10333 #- type: "plot"
10334 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10335 #  algorithm: "plot_nf_heatmap"
10336 #  output-file-type: ".html"
10337 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10338 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10339 #  filter: "'NIC_Intel-XXV710' and
10340 #           'NF_DENSITY' and
10341 #           'DOCKER' and
10342 #           'PIPELINE' and
10343 #           'NF_VPPIP4' and
10344 #           'IMIX' and
10345 #           '2T1C' and
10346 #           'NDRPDR'"
10347 #  parameters:
10348 #  - "throughput"
10349 #  - "name"
10350 #  - "tags"
10351 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10352 #  x-axis: "X = CNFs per Service Pipeline"
10353 #  y-axis: "Y = Number of Service Pipelines"
10354 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10355 #  layout:
10356 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10357 #    layout: "plot-service-density"
10358 #
10359 #- type: "plot"
10360 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10361 #  algorithm: "plot_nf_heatmap"
10362 #  output-file-type: ".html"
10363 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10364 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10365 #  filter: "'NIC_Intel-XXV710' and
10366 #           'NF_DENSITY' and
10367 #           'DOCKER' and
10368 #           'PIPELINE' and
10369 #           'NF_VPPIP4' and
10370 #           'IMIX' and
10371 #           '4T2C' and
10372 #           'NDRPDR'"
10373 #  parameters:
10374 #  - "throughput"
10375 #  - "name"
10376 #  - "tags"
10377 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10378 #  x-axis: "X = CNFs per Service Pipeline"
10379 #  y-axis: "Y = Number of Service Pipelines"
10380 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10381 #  layout:
10382 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10383 #    layout: "plot-service-density"
10384 #
10385 #- type: "plot"
10386 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10387 #  algorithm: "plot_nf_heatmap"
10388 #  output-file-type: ".html"
10389 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10390 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10391 #  filter: "'NIC_Intel-XXV710' and
10392 #           'NF_DENSITY' and
10393 #           'DOCKER' and
10394 #           'PIPELINE' and
10395 #           'NF_VPPIP4' and
10396 #           'IMIX' and
10397 #           '8T4C' and
10398 #           'NDRPDR'"
10399 #  parameters:
10400 #  - "throughput"
10401 #  - "name"
10402 #  - "tags"
10403 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10404 #  x-axis: "X = CNFs per Service Pipeline"
10405 #  y-axis: "Y = Number of Service Pipelines"
10406 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10407 #  layout:
10408 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10409 #    layout: "plot-service-density"
10410 #
10411 ## Plots - NF Density - CSP - PDR IMIX
10412 #- type: "plot"
10413 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10414 #  algorithm: "plot_nf_heatmap"
10415 #  output-file-type: ".html"
10416 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10417 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10418 #  filter: "'NIC_Intel-XXV710' and
10419 #           'NF_DENSITY' and
10420 #           'DOCKER' and
10421 #           'PIPELINE' and
10422 #           'NF_VPPIP4' and
10423 #           'IMIX' and
10424 #           '2T1C' and
10425 #           'NDRPDR'"
10426 #  parameters:
10427 #  - "throughput"
10428 #  - "name"
10429 #  - "tags"
10430 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10431 #  x-axis: "X = CNFs per Service Pipeline"
10432 #  y-axis: "Y = Number of Service Pipelines"
10433 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10434 #  layout:
10435 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10436 #    layout: "plot-service-density"
10437 #
10438 #- type: "plot"
10439 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10440 #  algorithm: "plot_nf_heatmap"
10441 #  output-file-type: ".html"
10442 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10443 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10444 #  filter: "'NIC_Intel-XXV710' and
10445 #           'NF_DENSITY' and
10446 #           'DOCKER' and
10447 #           'PIPELINE' and
10448 #           'NF_VPPIP4' and
10449 #           'IMIX' and
10450 #           '4T2C' and
10451 #           'NDRPDR'"
10452 #  parameters:
10453 #  - "throughput"
10454 #  - "name"
10455 #  - "tags"
10456 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10457 #  x-axis: "X = CNFs per Service Pipeline"
10458 #  y-axis: "Y = Number of Service Pipelines"
10459 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10460 #  layout:
10461 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10462 #    layout: "plot-service-density"
10463 #
10464 #- type: "plot"
10465 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10466 #  algorithm: "plot_nf_heatmap"
10467 #  output-file-type: ".html"
10468 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10469 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10470 #  filter: "'NIC_Intel-XXV710' and
10471 #           'NF_DENSITY' and
10472 #           'DOCKER' and
10473 #           'PIPELINE' and
10474 #           'NF_VPPIP4' and
10475 #           'IMIX' and
10476 #           '8T4C' and
10477 #           'NDRPDR'"
10478 #  parameters:
10479 #  - "throughput"
10480 #  - "name"
10481 #  - "tags"
10482 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10483 #  x-axis: "X = CNFs per Service Pipeline"
10484 #  y-axis: "Y = Number of Service Pipelines"
10485 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10486 #  layout:
10487 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10488 #    layout: "plot-service-density"
10489
10490 ################################################################################
10491
10492 # Packet Throughput
10493
10494 #- type: "plot"
10495 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10496 #  algorithm: "plot_perf_box_name"
10497 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10498 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10499 #  include:
10500 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10501 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10502 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10503 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10504 #  layout:
10505 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10506 #    layout: "plot-throughput"
10507 #
10508 #- type: "plot"
10509 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10510 #  algorithm: "plot_perf_box_name"
10511 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10512 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10513 #  include:
10514 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10515 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10516 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10517 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10518 #  layout:
10519 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10520 #    layout: "plot-throughput"
10521 #
10522 #- type: "plot"
10523 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10524 #  algorithm: "plot_perf_box_name"
10525 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10526 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10527 #  include:
10528 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10529 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10530 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10531 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10532 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10533 #  layout:
10534 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10535 #    layout: "plot-throughput"
10536 #
10537 #- type: "plot"
10538 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10539 #  algorithm: "plot_perf_box_name"
10540 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10541 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10542 #  include:
10543 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10544 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10545 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10546 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10547 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10548 #  layout:
10549 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10550 #    layout: "plot-throughput"
10551
10552 - type: "plot"
10553   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10554   algorithm: "plot_perf_box_name"
10555   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10556   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10557   include:
10558     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10559     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10560     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10561     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10562     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10563   layout:
10564     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10565     layout: "plot-throughput"
10566
10567 - type: "plot"
10568   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10569   algorithm: "plot_perf_box_name"
10570   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10571   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10572   include:
10573     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10574     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10575     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10576     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10577     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10578   layout:
10579     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10580     layout: "plot-throughput"
10581
10582 #- type: "plot"
10583 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10584 #  algorithm: "plot_perf_box_name"
10585 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10586 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10587 #  include:
10588 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10589 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10590 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10591 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10592 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10593 #  layout:
10594 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10595 #    layout: "plot-throughput"
10596 #
10597 #- type: "plot"
10598 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10599 #  algorithm: "plot_perf_box_name"
10600 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10601 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10602 #  include:
10603 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10604 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10605 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10606 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10607 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10608 #  layout:
10609 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10610 #    layout: "plot-throughput"
10611 #
10612 #- type: "plot"
10613 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10614 #  algorithm: "plot_perf_box_name"
10615 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10616 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10617 #  include:
10618 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10619 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10620 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10621 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10622 #  layout:
10623 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10624 #    layout: "plot-throughput"
10625 #
10626 #- type: "plot"
10627 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10628 #  algorithm: "plot_perf_box_name"
10629 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10630 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10631 #  include:
10632 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10633 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10634 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10635 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10636 #  layout:
10637 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10638 #    layout: "plot-throughput"
10639 #
10640 #- type: "plot"
10641 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10642 #  algorithm: "plot_perf_box_name"
10643 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10644 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10645 #  include:
10646 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10647 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10648 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10649 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10650 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10651 #  layout:
10652 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10653 #    layout: "plot-throughput"
10654 #
10655 #- type: "plot"
10656 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10657 #  algorithm: "plot_perf_box_name"
10658 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10659 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10660 #  include:
10661 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10662 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10663 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10664 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10665 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10666 #  layout:
10667 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10668 #    layout: "plot-throughput"
10669 #
10670 #- type: "plot"
10671 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10672 #  algorithm: "plot_perf_box_name"
10673 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10674 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10675 #  include:
10676 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10677 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10678 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10679 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10680 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10681 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10682 #  layout:
10683 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10684 #    layout: "plot-throughput"
10685 #
10686 #- type: "plot"
10687 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10688 #  algorithm: "plot_perf_box_name"
10689 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10690 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10691 #  include:
10692 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10693 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10694 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10695 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10696 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10697 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10698 #  layout:
10699 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10700 #    layout: "plot-throughput"
10701
10702 - type: "plot"
10703   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10704   algorithm: "plot_perf_box_name"
10705   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10706   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10707   include:
10708     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10709     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10710     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10711   layout:
10712     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10713     layout: "plot-throughput"
10714
10715 - type: "plot"
10716   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10717   algorithm: "plot_perf_box_name"
10718   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10719   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10720   include:
10721     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10722     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10723     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10724   layout:
10725     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10726     layout: "plot-throughput"
10727
10728 #- type: "plot"
10729 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10730 #  algorithm: "plot_perf_box_name"
10731 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10732 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10733 #  include:
10734 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10735 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10736 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10737 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10738 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10739 #  layout:
10740 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10741 #    layout: "plot-throughput"
10742 #
10743 #- type: "plot"
10744 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10745 #  algorithm: "plot_perf_box_name"
10746 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10747 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10748 #  include:
10749 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10750 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10751 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10752 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10753 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10754 #  layout:
10755 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10756 #    layout: "plot-throughput"
10757 #
10758 #- type: "plot"
10759 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10760 #  algorithm: "plot_perf_box_name"
10761 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10762 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10763 #  include:
10764 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10765 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10766 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10767 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10768 #  layout:
10769 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10770 #    layout: "plot-throughput"
10771 #
10772 #- type: "plot"
10773 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10774 #  algorithm: "plot_perf_box_name"
10775 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10776 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10777 #  include:
10778 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10779 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10780 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10781 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10782 #  layout:
10783 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10784 #    layout: "plot-throughput"
10785 #
10786 #- type: "plot"
10787 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10788 #  algorithm: "plot_perf_box_name"
10789 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10790 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10791 #  include:
10792 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10793 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10794 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10795 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10796 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10797 #  layout:
10798 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10799 #    layout: "plot-throughput"
10800 #
10801 #- type: "plot"
10802 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10803 #  algorithm: "plot_perf_box_name"
10804 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10805 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10806 #  include:
10807 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10808 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10809 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10810 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10811 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10812 #  layout:
10813 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10814 #    layout: "plot-throughput"
10815 #
10816 #- type: "plot"
10817 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10818 #  algorithm: "plot_perf_box_name"
10819 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10820 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10821 #  include:
10822 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10823 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10824 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10825 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10826 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10827 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10828 #  layout:
10829 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10830 #    layout: "plot-throughput"
10831 #
10832 #- type: "plot"
10833 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10834 #  algorithm: "plot_perf_box_name"
10835 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10836 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10837 #  include:
10838 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10839 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10840 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10841 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10842 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10843 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10844 #  layout:
10845 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10846 #    layout: "plot-throughput"
10847
10848 - type: "plot"
10849   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10850   algorithm: "plot_perf_box_name"
10851   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10852   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10853   include:
10854     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10855     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10856     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10857     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10858     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10859   layout:
10860     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10861     layout: "plot-throughput"
10862
10863 - type: "plot"
10864   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10865   algorithm: "plot_perf_box_name"
10866   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10867   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10868   include:
10869     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10870     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10871     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10872     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10873     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10874   layout:
10875     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10876     layout: "plot-throughput"
10877
10878 - type: "plot"
10879   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10880   algorithm: "plot_perf_box_name"
10881   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10882   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10883   include:
10884     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10885     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10886     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10887     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10888     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10889     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10890   layout:
10891     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10892     layout: "plot-throughput"
10893
10894 - type: "plot"
10895   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10896   algorithm: "plot_perf_box_name"
10897   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10898   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10899   include:
10900     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10901     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10902     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10903     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10904     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10905     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10906   layout:
10907     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10908     layout: "plot-throughput"
10909
10910 - type: "plot"
10911   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10912   algorithm: "plot_perf_box_name"
10913   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10914   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10915   include:
10916     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10917     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10918     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10919     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10920     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10921   layout:
10922     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10923     layout: "plot-throughput"
10924
10925 - type: "plot"
10926   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10927   algorithm: "plot_perf_box_name"
10928   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10929   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10930   include:
10931     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10932     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10933     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10934     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10935     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10936   layout:
10937     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10938     layout: "plot-throughput"
10939
10940 - type: "plot"
10941   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10942   algorithm: "plot_perf_box_name"
10943   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10944   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10945   include:
10946     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10947     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10948     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10949     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10950     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10951     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10952   layout:
10953     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10954     layout: "plot-throughput"
10955
10956 - type: "plot"
10957   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10958   algorithm: "plot_perf_box_name"
10959   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10960   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10961   include:
10962     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10963     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10964     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10965     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10966     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10967     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10968   layout:
10969     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10970     layout: "plot-throughput"
10971
10972 - type: "plot"
10973   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10974   algorithm: "plot_perf_box_name"
10975   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10976   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10977   include:
10978     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10979     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10980     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10981     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10982     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10983   layout:
10984     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10985     layout: "plot-throughput"
10986
10987 - type: "plot"
10988   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10989   algorithm: "plot_perf_box_name"
10990   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10991   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10992   include:
10993     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10994     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10995     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10996     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10997     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10998   layout:
10999     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11000     layout: "plot-throughput"
11001
11002 - type: "plot"
11003   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11004   algorithm: "plot_perf_box_name"
11005   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11006   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11007   include:
11008     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11009     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11010     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11011     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11012     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11013     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11014   layout:
11015     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11016     layout: "plot-throughput"
11017
11018 - type: "plot"
11019   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11020   algorithm: "plot_perf_box_name"
11021   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11022   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11023   include:
11024     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11025     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11026     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11027     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11028     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11029     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11030   layout:
11031     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11032     layout: "plot-throughput"
11033
11034 - type: "plot"
11035   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11036   algorithm: "plot_perf_box_name"
11037   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11038   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11039   include:
11040     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11041     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11042   layout:
11043     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11044     layout: "plot-throughput"
11045
11046 - type: "plot"
11047   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11048   algorithm: "plot_perf_box_name"
11049   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11050   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11051   include:
11052     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11053     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11054   layout:
11055     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11056     layout: "plot-throughput"
11057
11058 #- type: "plot"
11059 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11060 #  algorithm: "plot_perf_box_name"
11061 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11062 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11063 #  include:
11064 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11065 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11066 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11067 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11068 #  layout:
11069 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11070 #    layout: "plot-throughput"
11071 #
11072 #- type: "plot"
11073 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11074 #  algorithm: "plot_perf_box_name"
11075 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11076 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11077 #  include:
11078 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11079 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11080 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11081 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11082 #  layout:
11083 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11084 #    layout: "plot-throughput"
11085
11086 - type: "plot"
11087   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11088   algorithm: "plot_perf_box_name"
11089   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11090   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11091   include:
11092     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11093     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11094     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11095     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11096   layout:
11097     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11098     layout: "plot-throughput"
11099
11100 - type: "plot"
11101   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11102   algorithm: "plot_perf_box_name"
11103   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11104   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11105   include:
11106     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11107     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11108     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11109     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11110   layout:
11111     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11112     layout: "plot-throughput"
11113
11114 - type: "plot"
11115   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11116   algorithm: "plot_perf_box_name"
11117   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11118   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11119   include:
11120     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11121     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11122     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11123     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11124   layout:
11125     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11126     layout: "plot-throughput"
11127
11128 - type: "plot"
11129   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11130   algorithm: "plot_perf_box_name"
11131   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11132   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11133   include:
11134     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11135     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11136     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11137     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11138   layout:
11139     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11140     layout: "plot-throughput"
11141
11142 #- type: "plot"
11143 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11144 #  algorithm: "plot_perf_box_name"
11145 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11146 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11147 #  include:
11148 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11149 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11150 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11151 #  layout:
11152 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11153 #    layout: "plot-throughput"
11154 #
11155 #- type: "plot"
11156 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11157 #  algorithm: "plot_perf_box_name"
11158 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11159 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11160 #  include:
11161 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11162 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11163 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11164 #  layout:
11165 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11166 #    layout: "plot-throughput"
11167 #
11168 #- type: "plot"
11169 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11170 #  algorithm: "plot_perf_box_name"
11171 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11172 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11173 #  include:
11174 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11175 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11176 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11177 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11178 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11179 #  layout:
11180 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11181 #    layout: "plot-throughput"
11182 #
11183 #- type: "plot"
11184 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11185 #  algorithm: "plot_perf_box_name"
11186 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11187 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11188 #  include:
11189 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11190 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11191 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11192 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11193 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11194 #  layout:
11195 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11196 #    layout: "plot-throughput"
11197
11198 - type: "plot"
11199   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11200   algorithm: "plot_perf_box_name"
11201   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11202   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11203   include:
11204     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11205     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11206     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11207   layout:
11208     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11209     layout: "plot-throughput"
11210
11211 - type: "plot"
11212   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11213   algorithm: "plot_perf_box_name"
11214   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11215   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11216   include:
11217     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11218     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11219     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11220   layout:
11221     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11222     layout: "plot-throughput"
11223
11224 #- type: "plot"
11225 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11226 #  algorithm: "plot_perf_box_name"
11227 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11228 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11229 #  include:
11230 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11231 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11232 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11233 #  layout:
11234 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11235 #    layout: "plot-throughput"
11236 #
11237 #- type: "plot"
11238 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11239 #  algorithm: "plot_perf_box_name"
11240 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11241 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11242 #  include:
11243 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11244 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11245 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11246 #  layout:
11247 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11248 #    layout: "plot-throughput"
11249 #
11250 #- type: "plot"
11251 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11252 #  algorithm: "plot_perf_box_name"
11253 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11254 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11255 #  include:
11256 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11257 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11258 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11259 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11260 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11261 #  layout:
11262 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11263 #    layout: "plot-throughput"
11264 #
11265 #- type: "plot"
11266 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11267 #  algorithm: "plot_perf_box_name"
11268 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11269 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11270 #  include:
11271 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11272 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11273 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11274 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11275 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11276 #  layout:
11277 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11278 #    layout: "plot-throughput"
11279
11280 - type: "plot"
11281   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11282   algorithm: "plot_perf_box_name"
11283   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11284   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11285   include:
11286     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11287     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11288     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11289     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11290     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11291   layout:
11292     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11293     layout: "plot-throughput"
11294
11295 - type: "plot"
11296   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11297   algorithm: "plot_perf_box_name"
11298   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11299   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11300   include:
11301     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11302     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11303     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11304     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11305     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11306   layout:
11307     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11308     layout: "plot-throughput"
11309
11310 - type: "plot"
11311   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11312   algorithm: "plot_perf_box_name"
11313   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11314   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11315   include:
11316     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11317     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11318     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11319     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11320     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11321   layout:
11322     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11323     layout: "plot-throughput"
11324
11325 - type: "plot"
11326   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11327   algorithm: "plot_perf_box_name"
11328   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11329   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11330   include:
11331     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11332     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11333     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11334     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11335     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11336   layout:
11337     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11338     layout: "plot-throughput"
11339
11340 - type: "plot"
11341   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11342   algorithm: "plot_perf_box_name"
11343   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11344   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11345   include:
11346     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11347     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11348     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11349     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11350     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11351   layout:
11352     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11353     layout: "plot-throughput"
11354
11355 - type: "plot"
11356   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11357   algorithm: "plot_perf_box_name"
11358   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11359   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11360   include:
11361     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11362     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11363     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11364     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11365     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11366   layout:
11367     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11368     layout: "plot-throughput"
11369
11370 - type: "plot"
11371   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11372   algorithm: "plot_perf_box_name"
11373   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11374   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11375   include:
11376     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11377     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11378     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11379     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11380     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11381     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11382   layout:
11383     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11384     layout: "plot-throughput"
11385
11386 - type: "plot"
11387   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11388   algorithm: "plot_perf_box_name"
11389   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11390   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11391   include:
11392     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11393     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11394     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11395     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11396     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11397     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11398   layout:
11399     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11400     layout: "plot-throughput"
11401
11402 - type: "plot"
11403   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11404   algorithm: "plot_perf_box_name"
11405   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11406   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11407   include:
11408     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11409     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11410     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11411     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11412   layout:
11413     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11414     layout: "plot-throughput"
11415
11416 - type: "plot"
11417   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11418   algorithm: "plot_perf_box_name"
11419   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11420   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11421   include:
11422     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11423     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11424     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11425     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11426   layout:
11427     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11428     layout: "plot-throughput"
11429
11430 #- type: "plot"
11431 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11432 #  algorithm: "plot_perf_box_name"
11433 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11434 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11435 #  include:
11436 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11437 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11438 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11439 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11440 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11441 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11442 #  layout:
11443 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11444 #    layout: "plot-throughput"
11445 #
11446 #- type: "plot"
11447 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11448 #  algorithm: "plot_perf_box_name"
11449 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11450 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11451 #  include:
11452 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11453 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11454 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11455 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11456 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11457 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11458 #  layout:
11459 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11460 #    layout: "plot-throughput"
11461
11462 - type: "plot"
11463   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11464   algorithm: "plot_perf_box_name"
11465   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11466   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11467   include:
11468     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11469 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11470     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11471 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11472     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11473 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11474   layout:
11475     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11476     layout: "plot-throughput"
11477
11478 - type: "plot"
11479   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11480   algorithm: "plot_perf_box_name"
11481   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11482   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11483   include:
11484     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11485 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11486     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11487 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11488     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11489 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11490   layout:
11491     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11492     layout: "plot-throughput"
11493
11494 - type: "plot"
11495   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11496   algorithm: "plot_perf_box_name"
11497   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11498   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11499   include:
11500     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11501     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11502     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11503     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11504     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11505     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11506   layout:
11507     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11508     layout: "plot-throughput"
11509
11510 - type: "plot"
11511   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11512   algorithm: "plot_perf_box_name"
11513   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11514   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11515   include:
11516     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11517     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11518     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11519     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11520     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11521     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11522   layout:
11523     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11524     layout: "plot-throughput"
11525
11526 #- type: "plot"
11527 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11528 #  algorithm: "plot_perf_box_name"
11529 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11530 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11531 #  include:
11532 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11533 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11534 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11535 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11536 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11537 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11538 #  layout:
11539 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11540 #    layout: "plot-throughput"
11541 #
11542 #- type: "plot"
11543 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11544 #  algorithm: "plot_perf_box_name"
11545 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11546 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11547 #  include:
11548 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11549 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11550 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11551 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11552 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11553 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11554 #  layout:
11555 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11556 #    layout: "plot-throughput"
11557 #
11558 #- type: "plot"
11559 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11560 #  algorithm: "plot_perf_box_name"
11561 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11562 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11563 #  include:
11564 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11565 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11566 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11567 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11568 #  layout:
11569 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11570 #    layout: "plot-throughput"
11571 #
11572 #- type: "plot"
11573 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11574 #  algorithm: "plot_perf_box_name"
11575 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11576 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11577 #  include:
11578 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11579 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11580 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11581 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11582 #  layout:
11583 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11584 #    layout: "plot-throughput"
11585 #
11586 #- type: "plot"
11587 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11588 #  algorithm: "plot_perf_box_name"
11589 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11590 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11591 #  include:
11592 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11593 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11594 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11595 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11596 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11597 #  layout:
11598 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11599 #    layout: "plot-throughput"
11600 #
11601 #- type: "plot"
11602 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11603 #  algorithm: "plot_perf_box_name"
11604 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11605 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11606 #  include:
11607 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11608 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11609 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11610 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11611 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11612 #  layout:
11613 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11614 #    layout: "plot-throughput"
11615 #
11616 #- type: "plot"
11617 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11618 #  algorithm: "plot_perf_box_name"
11619 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11620 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11621 #  include:
11622 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11623 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11624 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11625 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11626 #  layout:
11627 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11628 #    layout: "plot-throughput"
11629 #
11630 #- type: "plot"
11631 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11632 #  algorithm: "plot_perf_box_name"
11633 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11634 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11635 #  include:
11636 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11637 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11638 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11639 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11640 #  layout:
11641 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11642 #    layout: "plot-throughput"
11643
11644 - type: "plot"
11645   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11646   algorithm: "plot_perf_box_name"
11647   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11648   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11649   include:
11650     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11651     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11652     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11653     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11654     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11655     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11656   layout:
11657     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11658     layout: "plot-throughput"
11659
11660 - type: "plot"
11661   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11662   algorithm: "plot_perf_box_name"
11663   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11664   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11665   include:
11666     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11667     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11668     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11669     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11670     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11671     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11672   layout:
11673     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11674     layout: "plot-throughput"
11675
11676 #- type: "plot"
11677 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11678 #  algorithm: "plot_perf_box_name"
11679 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11680 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11681 #  include:
11682 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11683 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11684 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11685 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11686 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11687 #  layout:
11688 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11689 #    layout: "plot-throughput"
11690 #
11691 #- type: "plot"
11692 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11693 #  algorithm: "plot_perf_box_name"
11694 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11695 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11696 #  include:
11697 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11698 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11699 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11700 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11701 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11702 #  layout:
11703 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11704 #    layout: "plot-throughput"
11705 #
11706 #- type: "plot"
11707 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11708 #  algorithm: "plot_perf_box_name"
11709 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11710 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11711 #  include:
11712 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11713 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11714 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11715 #  layout:
11716 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11717 #    layout: "plot-throughput"
11718 #
11719 #- type: "plot"
11720 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11721 #  algorithm: "plot_perf_box_name"
11722 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11723 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11724 #  include:
11725 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11726 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11727 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11728 #  layout:
11729 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11730 #    layout: "plot-throughput"
11731 #
11732 #- type: "plot"
11733 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11734 #  algorithm: "plot_perf_box_name"
11735 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11736 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11737 #  include:
11738 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11739 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11740 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11741 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11742 #  layout:
11743 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11744 #    layout: "plot-throughput"
11745 #
11746 #- type: "plot"
11747 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11748 #  algorithm: "plot_perf_box_name"
11749 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11750 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11751 #  include:
11752 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11753 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11754 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11755 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11756 #  layout:
11757 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11758 #    layout: "plot-throughput"
11759 #
11760 #- type: "plot"
11761 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11762 #  algorithm: "plot_perf_box_name"
11763 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11764 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11765 #  include:
11766 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11767 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11768 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11769 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11770 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11771 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11772 #  layout:
11773 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11774 #    layout: "plot-throughput"
11775 #
11776 #- type: "plot"
11777 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11778 #  algorithm: "plot_perf_box_name"
11779 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11780 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11781 #  include:
11782 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11783 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11784 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11785 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11786 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11787 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11788 #  layout:
11789 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11790 #    layout: "plot-throughput"
11791 #
11792 #- type: "plot"
11793 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11794 #  algorithm: "plot_perf_box_name"
11795 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11796 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11797 #  include:
11798 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11799 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11800 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11801 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11802 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11803 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11804 #  layout:
11805 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11806 #    layout: "plot-throughput"
11807 #
11808 #- type: "plot"
11809 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11810 #  algorithm: "plot_perf_box_name"
11811 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11812 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11813 #  include:
11814 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11815 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11816 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11817 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11818 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11819 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11820 #  layout:
11821 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11822 #    layout: "plot-throughput"
11823
11824 - type: "plot"
11825   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11826   algorithm: "plot_perf_box_name"
11827   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11828   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11829   include:
11830     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11831     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11832     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11833     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11834   layout:
11835     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11836     layout: "plot-throughput"
11837
11838 - type: "plot"
11839   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11840   algorithm: "plot_perf_box_name"
11841   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11842   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11843   include:
11844     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11845     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11846     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11847     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11848   layout:
11849     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11850     layout: "plot-throughput"
11851
11852 - type: "plot"
11853   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11854   algorithm: "plot_perf_box_name"
11855   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11856   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11857   include:
11858     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11859     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11860     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11861     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11862     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11863     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11864   layout:
11865     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11866     layout: "plot-throughput"
11867
11868 - type: "plot"
11869   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11870   algorithm: "plot_perf_box_name"
11871   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11872   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11873   include:
11874     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11875     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11876     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11877     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11878     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11879     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11880   layout:
11881     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11882     layout: "plot-throughput"
11883
11884 - type: "plot"
11885   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11886   algorithm: "plot_perf_box_name"
11887   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11888   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11889   include:
11890     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11891     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11892     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11893     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11894     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11895     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11896   layout:
11897     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11898     layout: "plot-throughput"
11899
11900 - type: "plot"
11901   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11902   algorithm: "plot_perf_box_name"
11903   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11904   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11905   include:
11906     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11907     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11908     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11909     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11910     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11911     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11912   layout:
11913     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11914     layout: "plot-throughput"
11915
11916 - type: "plot"
11917   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11918   algorithm: "plot_perf_box_name"
11919   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11920   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11921   include:
11922     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11923     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11924     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11925     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11926   layout:
11927     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11928     layout: "plot-throughput"
11929
11930 - type: "plot"
11931   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11932   algorithm: "plot_perf_box_name"
11933   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11934   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11935   include:
11936     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11937     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11938     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11939     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11940   layout:
11941     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11942     layout: "plot-throughput"
11943
11944 - type: "plot"
11945   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11946   algorithm: "plot_perf_box_name"
11947   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11948   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11949   include:
11950     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11951     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11952     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11953     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11954     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11955     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11956   layout:
11957     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11958     layout: "plot-throughput"
11959
11960 - type: "plot"
11961   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11962   algorithm: "plot_perf_box_name"
11963   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11964   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11965   include:
11966     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11967     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11968     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11969     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11970     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11971     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11972   layout:
11973     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11974     layout: "plot-throughput"
11975
11976 - type: "plot"
11977   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11978   algorithm: "plot_perf_box_name"
11979   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11980   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11981   include:
11982     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11983     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11984     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11985     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11986   layout:
11987     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11988     layout: "plot-throughput"
11989
11990 - type: "plot"
11991   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11992   algorithm: "plot_perf_box_name"
11993   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11994   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11995   include:
11996     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11997     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11998     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11999     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12000   layout:
12001     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12002     layout: "plot-throughput"
12003
12004 - type: "plot"
12005   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12006   algorithm: "plot_perf_box_name"
12007   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12008   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12009   include:
12010     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12011     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12012     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12013     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12014     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12015     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12016   layout:
12017     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12018     layout: "plot-throughput"
12019
12020 - type: "plot"
12021   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12022   algorithm: "plot_perf_box_name"
12023   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12024   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12025   include:
12026     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12027     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12028     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12029     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12030     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12031     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12032   layout:
12033     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12034     layout: "plot-throughput"
12035
12036 - type: "plot"
12037   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12038   algorithm: "plot_perf_box_name"
12039   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12040   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12041   include:
12042     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12043     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12044     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12045     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12046     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12047     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12048   layout:
12049     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12050     layout: "plot-throughput"
12051
12052 - type: "plot"
12053   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12054   algorithm: "plot_perf_box_name"
12055   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12056   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12057   include:
12058     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12059     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12060     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12061     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12062     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12063     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12064   layout:
12065     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12066     layout: "plot-throughput"
12067
12068 - type: "plot"
12069   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12070   algorithm: "plot_perf_box_name"
12071   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12072   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12073   include:
12074     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12075     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12076     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12077     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12078     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12079     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12080   layout:
12081     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12082     layout: "plot-throughput"
12083
12084 - type: "plot"
12085   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12086   algorithm: "plot_perf_box_name"
12087   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12088   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12089   include:
12090     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12091     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12092     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12093     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12094     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12095     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12096   layout:
12097     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12098     layout: "plot-throughput"
12099
12100 #- type: "plot"
12101 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12102 #  algorithm: "plot_perf_box_name"
12103 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12104 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12105 #  include:
12106 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12107 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12108 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12109 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12110 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12111 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12112 #  layout:
12113 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12114 #    layout: "plot-throughput"
12115 #
12116 #- type: "plot"
12117 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12118 #  algorithm: "plot_perf_box_name"
12119 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12120 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12121 #  include:
12122 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12123 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12124 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12125 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12126 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12127 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12128 #  layout:
12129 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12130 #    layout: "plot-throughput"
12131
12132 - type: "plot"
12133   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12134   algorithm: "plot_perf_box_name"
12135   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12136   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12137   include:
12138     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12139     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12140     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12141     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12142     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12143     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12144   layout:
12145     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12146     layout: "plot-throughput"
12147
12148 - type: "plot"
12149   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12150   algorithm: "plot_perf_box_name"
12151   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12152   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12153   include:
12154     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12155     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12156     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12157     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12158     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12159     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12160   layout:
12161     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12162     layout: "plot-throughput"
12163
12164 #- type: "plot"
12165 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12166 #  algorithm: "plot_perf_box_name"
12167 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12168 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12169 #  include:
12170 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12171 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12172 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12173 #  layout:
12174 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12175 #    layout: "plot-throughput"
12176 #
12177 #- type: "plot"
12178 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12179 #  algorithm: "plot_perf_box_name"
12180 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12181 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12182 #  include:
12183 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12184 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12185 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12186 #  layout:
12187 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12188 #    layout: "plot-throughput"
12189
12190 #- type: "plot"
12191 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12192 #  algorithm: "plot_perf_box_name"
12193 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12194 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12195 #  include:
12196 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12197 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12198 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12199 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12200 #  layout:
12201 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12202 #    layout: "plot-throughput"
12203 #
12204 #- type: "plot"
12205 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12206 #  algorithm: "plot_perf_box_name"
12207 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12208 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12209 #  include:
12210 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12211 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12212 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12213 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12214 #  layout:
12215 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12216 #    layout: "plot-throughput"
12217 #
12218 #- type: "plot"
12219 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12220 #  algorithm: "plot_perf_box_name"
12221 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12222 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12223 #  include:
12224 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12225 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12226 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12227 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12228 #  layout:
12229 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12230 #    layout: "plot-throughput"
12231 #
12232 #- type: "plot"
12233 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12234 #  algorithm: "plot_perf_box_name"
12235 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12236 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12237 #  include:
12238 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12239 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12240 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12241 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12242 #  layout:
12243 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12244 #    layout: "plot-throughput"
12245
12246 - type: "plot"
12247   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12248   algorithm: "plot_perf_box_name"
12249   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12250   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12251   include:
12252     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12253     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12254     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12255     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12256   layout:
12257     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12258     layout: "plot-throughput"
12259
12260 - type: "plot"
12261   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12262   algorithm: "plot_perf_box_name"
12263   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12264   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12265   include:
12266     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12267     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12268     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12269     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12270   layout:
12271     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12272     layout: "plot-throughput"
12273
12274 - type: "plot"
12275   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12276   algorithm: "plot_perf_box_name"
12277   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12278   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12279   include:
12280     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12281     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12282     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12283     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12284   layout:
12285     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12286     layout: "plot-throughput"
12287
12288 - type: "plot"
12289   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12290   algorithm: "plot_perf_box_name"
12291   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12292   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12293   include:
12294     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12295     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12296     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12297     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12298   layout:
12299     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12300     layout: "plot-throughput"
12301
12302 #- type: "plot"
12303 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12304 #  algorithm: "plot_perf_box_name"
12305 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12306 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12307 #  include:
12308 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12309 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12310 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12311 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12312 #  layout:
12313 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12314 #    layout: "plot-throughput"
12315 #
12316 #- type: "plot"
12317 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12318 #  algorithm: "plot_perf_box_name"
12319 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12320 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12321 #  include:
12322 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12323 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12324 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12325 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12326 #  layout:
12327 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12328 #    layout: "plot-throughput"
12329 #
12330 #- type: "plot"
12331 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12332 #  algorithm: "plot_perf_box_name"
12333 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12334 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12335 #  include:
12336 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12337 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12338 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12339 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12340 #  layout:
12341 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12342 #    layout: "plot-throughput"
12343 #
12344 #- type: "plot"
12345 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12346 #  algorithm: "plot_perf_box_name"
12347 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12348 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12349 #  include:
12350 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12351 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12352 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12353 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12354 #  layout:
12355 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12356 #    layout: "plot-throughput"
12357 #
12358 #- type: "plot"
12359 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12360 #  algorithm: "plot_perf_box_name"
12361 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12362 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12363 #  include:
12364 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12365 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12366 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12367 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12368 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12369 #  layout:
12370 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12371 #    layout: "plot-throughput"
12372 #
12373 #- type: "plot"
12374 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12375 #  algorithm: "plot_perf_box_name"
12376 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12377 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12378 #  include:
12379 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12380 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12381 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12382 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12383 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12384 #  layout:
12385 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12386 #    layout: "plot-throughput"
12387 #
12388 #- type: "plot"
12389 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12390 #  algorithm: "plot_perf_box_name"
12391 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12392 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12393 #  include:
12394 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12395 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12396 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12397 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12398 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12399 #  layout:
12400 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12401 #    layout: "plot-throughput"
12402 #
12403 #- type: "plot"
12404 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12405 #  algorithm: "plot_perf_box_name"
12406 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12407 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12408 #  include:
12409 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12410 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12411 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12412 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12413 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12414 #  layout:
12415 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12416 #    layout: "plot-throughput"
12417 #
12418 #- type: "plot"
12419 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12420 #  algorithm: "plot_perf_box_name"
12421 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12422 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12423 #  include:
12424 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12425 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12426 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12427 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12428 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12429 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12430 #  layout:
12431 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12432 #    layout: "plot-throughput"
12433 #
12434 #- type: "plot"
12435 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12436 #  algorithm: "plot_perf_box_name"
12437 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12438 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12439 #  include:
12440 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12441 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12442 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12443 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12444 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12445 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12446 #  layout:
12447 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12448 #    layout: "plot-throughput"
12449 #
12450 #- type: "plot"
12451 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12452 #  algorithm: "plot_perf_box_name"
12453 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12454 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12455 #  include:
12456 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12457 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12458 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12459 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12460 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12461 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12462 #  layout:
12463 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12464 #    layout: "plot-throughput"
12465 #
12466 #- type: "plot"
12467 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12468 #  algorithm: "plot_perf_box_name"
12469 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12470 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12471 #  include:
12472 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12473 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12474 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12475 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12476 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12477 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12478 #  layout:
12479 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12480 #    layout: "plot-throughput"
12481
12482 - type: "plot"
12483   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12484   algorithm: "plot_perf_box_name"
12485   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12486   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12487   include:
12488     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12489     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12490     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12491     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12492     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12493   layout:
12494     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12495     layout: "plot-throughput"
12496
12497 - type: "plot"
12498   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12499   algorithm: "plot_perf_box_name"
12500   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12501   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12502   include:
12503     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12504     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12505     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12506     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12507     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12508   layout:
12509     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12510     layout: "plot-throughput"
12511
12512 #- type: "plot"
12513 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12514 #  algorithm: "plot_perf_box_name"
12515 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12516 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12517 #  include:
12518 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12519 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12520 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12521 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12522 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12523 #  layout:
12524 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12525 #    layout: "plot-throughput"
12526 #
12527 #- type: "plot"
12528 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12529 #  algorithm: "plot_perf_box_name"
12530 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12531 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12532 #  include:
12533 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12534 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12535 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12536 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12537 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12538 #  layout:
12539 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12540 #    layout: "plot-throughput"
12541
12542 #- type: "plot"
12543 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12544 #  algorithm: "plot_perf_box_name"
12545 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12546 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12547 #  include:
12548 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12549 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12550 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12551 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12552 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12553 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12554 #  layout:
12555 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12556 #    layout: "plot-throughput"
12557 #
12558 #- type: "plot"
12559 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12560 #  algorithm: "plot_perf_box_name"
12561 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12562 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12563 #  include:
12564 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12565 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12566 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12567 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12568 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12569 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12570 #  layout:
12571 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12572 #    layout: "plot-throughput"
12573
12574 #- type: "plot"
12575 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12576 #  algorithm: "plot_perf_box_name"
12577 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12578 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12579 #  include:
12580 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12581 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12582 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12583 #  layout:
12584 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12585 #    layout: "plot-throughput"
12586 #
12587 #- type: "plot"
12588 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12589 #  algorithm: "plot_perf_box_name"
12590 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12591 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12592 #  include:
12593 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12594 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12595 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12596 #  layout:
12597 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12598 #    layout: "plot-throughput"
12599
12600 ################################################################################
12601
12602 # Packet Speedup
12603
12604 #- type: "plot"
12605 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12606 #  algorithm: "plot_tsa_name"
12607 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12608 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12609 #  include:
12610 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12611 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12612 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12613 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12614 #  layout:
12615 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
12616 #    layout: "plot-throughput-speedup-analysis"
12617 #
12618 #- type: "plot"
12619 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12620 #  algorithm: "plot_tsa_name"
12621 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12622 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12623 #  include:
12624 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12625 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12626 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12627 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12628 #  layout:
12629 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
12630 #    layout: "plot-throughput-speedup-analysis"
12631 #
12632 #- type: "plot"
12633 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12634 #  algorithm: "plot_tsa_name"
12635 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12636 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12637 #  include:
12638 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12639 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12640 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12641 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12642 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12643 #  layout:
12644 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
12645 #    layout: "plot-throughput-speedup-analysis"
12646 #
12647 #- type: "plot"
12648 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12649 #  algorithm: "plot_tsa_name"
12650 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12651 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12652 #  include:
12653 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12654 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12655 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12656 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12657 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12658 #  layout:
12659 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
12660 #    layout: "plot-throughput-speedup-analysis"
12661 #
12662 #- type: "plot"
12663 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12664 #  algorithm: "plot_tsa_name"
12665 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12666 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12667 #  include:
12668 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12669 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12670 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12671 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12672 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12673 #  layout:
12674 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12675 #    layout: "plot-throughput-speedup-analysis"
12676 #
12677 #- type: "plot"
12678 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12679 #  algorithm: "plot_tsa_name"
12680 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12681 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12682 #  include:
12683 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12684 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12685 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12686 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12687 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12688 #  layout:
12689 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12690 #    layout: "plot-throughput-speedup-analysis"
12691 #
12692 #- type: "plot"
12693 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12694 #  algorithm: "plot_tsa_name"
12695 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12696 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12697 #  include:
12698 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12699 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12700 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12701 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12702 #  layout:
12703 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12704 #    layout: "plot-throughput-speedup-analysis"
12705 #
12706 #- type: "plot"
12707 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12708 #  algorithm: "plot_tsa_name"
12709 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12710 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12711 #  include:
12712 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12713 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12714 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12715 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12716 #  layout:
12717 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12718 #    layout: "plot-throughput-speedup-analysis"
12719 #
12720 #- type: "plot"
12721 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12722 #  algorithm: "plot_tsa_name"
12723 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12724 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12725 #  include:
12726 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12727 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12728 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12729 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12730 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12731 #  layout:
12732 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12733 #    layout: "plot-throughput-speedup-analysis"
12734 #
12735 #- type: "plot"
12736 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12737 #  algorithm: "plot_tsa_name"
12738 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12739 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12740 #  include:
12741 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12742 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12743 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12744 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12745 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12746 #  layout:
12747 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12748 #    layout: "plot-throughput-speedup-analysis"
12749 #
12750 #- type: "plot"
12751 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12752 #  algorithm: "plot_tsa_name"
12753 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12754 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12755 #  include:
12756 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12757 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12758 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12759 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12760 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12761 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12762 #  layout:
12763 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12764 #    layout: "plot-throughput-speedup-analysis"
12765 #
12766 #- type: "plot"
12767 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12768 #  algorithm: "plot_tsa_name"
12769 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12770 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12771 #  include:
12772 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12773 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12774 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12775 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12776 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12777 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12778 #  layout:
12779 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12780 #    layout: "plot-throughput-speedup-analysis"
12781
12782 - type: "plot"
12783   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12784   algorithm: "plot_tsa_name"
12785   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12786   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12787   include:
12788     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12789     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12790     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12791   layout:
12792     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
12793     layout: "plot-throughput-speedup-analysis"
12794
12795 - type: "plot"
12796   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12797   algorithm: "plot_tsa_name"
12798   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12799   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12800   include:
12801     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12802     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12803     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12804   layout:
12805     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
12806     layout: "plot-throughput-speedup-analysis"
12807
12808 #- type: "plot"
12809 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12810 #  algorithm: "plot_tsa_name"
12811 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12812 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12813 #  include:
12814 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12815 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12816 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12817 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12818 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12819 #  layout:
12820 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12821 #    layout: "plot-throughput-speedup-analysis"
12822 #
12823 #- type: "plot"
12824 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12825 #  algorithm: "plot_tsa_name"
12826 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12827 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12828 #  include:
12829 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12830 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12831 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12832 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12833 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12834 #  layout:
12835 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12836 #    layout: "plot-throughput-speedup-analysis"
12837 #
12838 #- type: "plot"
12839 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12840 #  algorithm: "plot_tsa_name"
12841 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12842 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12843 #  include:
12844 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12845 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12846 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12847 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12848 #  layout:
12849 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12850 #    layout: "plot-throughput-speedup-analysis"
12851 #
12852 #- type: "plot"
12853 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12854 #  algorithm: "plot_tsa_name"
12855 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12856 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12857 #  include:
12858 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12859 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12860 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12861 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12862 #  layout:
12863 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12864 #    layout: "plot-throughput-speedup-analysis"
12865 #
12866 #- type: "plot"
12867 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12868 #  algorithm: "plot_tsa_name"
12869 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12870 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12871 #  include:
12872 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12873 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12874 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12875 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12876 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12877 #  layout:
12878 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12879 #    layout: "plot-throughput-speedup-analysis"
12880 #
12881 #- type: "plot"
12882 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12883 #  algorithm: "plot_tsa_name"
12884 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12885 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12886 #  include:
12887 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12888 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12889 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12890 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12891 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12892 #  layout:
12893 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12894 #    layout: "plot-throughput-speedup-analysis"
12895 #
12896 #- type: "plot"
12897 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12898 #  algorithm: "plot_tsa_name"
12899 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12900 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12901 #  include:
12902 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12903 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12904 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12905 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12906 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12907 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12908 #  layout:
12909 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12910 #    layout: "plot-throughput-speedup-analysis"
12911 #
12912 #- type: "plot"
12913 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12914 #  algorithm: "plot_tsa_name"
12915 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12916 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12917 #  include:
12918 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12919 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12920 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12921 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12922 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12923 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12924 #  layout:
12925 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12926 #    layout: "plot-throughput-speedup-analysis"
12927
12928 - type: "plot"
12929   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12930   algorithm: "plot_tsa_name"
12931   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12932   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12933   include:
12934     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12935     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12936   layout:
12937     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
12938     layout: "plot-throughput-speedup-analysis"
12939
12940 - type: "plot"
12941   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12942   algorithm: "plot_tsa_name"
12943   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12944   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12945   include:
12946     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12947     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12948   layout:
12949     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
12950     layout: "plot-throughput-speedup-analysis"
12951
12952 #- type: "plot"
12953 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12954 #  algorithm: "plot_tsa_name"
12955 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12956 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12957 #  include:
12958 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12959 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12960 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12961 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12962 #  layout:
12963 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
12964 #    layout: "plot-throughput-speedup-analysis"
12965 #
12966 #- type: "plot"
12967 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12968 #  algorithm: "plot_tsa_name"
12969 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12970 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12971 #  include:
12972 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12973 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12974 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12975 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12976 #  layout:
12977 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
12978 #    layout: "plot-throughput-speedup-analysis"
12979 #
12980 #- type: "plot"
12981 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12982 #  algorithm: "plot_tsa_name"
12983 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12984 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12985 #  include:
12986 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12987 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12988 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12989 #  layout:
12990 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
12991 #    layout: "plot-throughput-speedup-analysis"
12992 #
12993 #- type: "plot"
12994 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12995 #  algorithm: "plot_tsa_name"
12996 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12997 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12998 #  include:
12999 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13000 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13001 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13002 #  layout:
13003 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
13004 #    layout: "plot-throughput-speedup-analysis"
13005 #
13006 #- type: "plot"
13007 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13008 #  algorithm: "plot_tsa_name"
13009 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13010 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13011 #  include:
13012 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13013 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13014 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13015 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13016 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13017 #  layout:
13018 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13019 #    layout: "plot-throughput-speedup-analysis"
13020 #
13021 #- type: "plot"
13022 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13023 #  algorithm: "plot_tsa_name"
13024 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13025 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13026 #  include:
13027 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13028 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13029 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13030 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13031 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13032 #  layout:
13033 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13034 #    layout: "plot-throughput-speedup-analysis"
13035
13036 - type: "plot"
13037   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13038   algorithm: "plot_tsa_name"
13039   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13040   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13041   include:
13042     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13043     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13044     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13045   layout:
13046     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
13047     layout: "plot-throughput-speedup-analysis"
13048
13049 - type: "plot"
13050   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13051   algorithm: "plot_tsa_name"
13052   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13053   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13054   include:
13055     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13056     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13057     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13058   layout:
13059     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
13060     layout: "plot-throughput-speedup-analysis"
13061
13062 #- type: "plot"
13063 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13064 #  algorithm: "plot_tsa_name"
13065 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13066 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13067 #  include:
13068 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13069 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13070 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13071 #  layout:
13072 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
13073 #    layout: "plot-throughput-speedup-analysis"
13074 #
13075 #- type: "plot"
13076 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13077 #  algorithm: "plot_tsa_name"
13078 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13079 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13080 #  include:
13081 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13082 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13083 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13084 #  layout:
13085 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
13086 #    layout: "plot-throughput-speedup-analysis"
13087 #
13088 #- type: "plot"
13089 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13090 #  algorithm: "plot_tsa_name"
13091 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13092 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13093 #  include:
13094 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13095 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13096 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13097 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13098 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13099 #  layout:
13100 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13101 #    layout: "plot-throughput-speedup-analysis"
13102 #
13103 #- type: "plot"
13104 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13105 #  algorithm: "plot_tsa_name"
13106 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13107 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13108 #  include:
13109 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13110 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13111 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13112 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13113 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13114 #  layout:
13115 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13116 #    layout: "plot-throughput-speedup-analysis"
13117
13118 - type: "plot"
13119   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13120   algorithm: "plot_tsa_name"
13121   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13122   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13123   include:
13124     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13125     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13126     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13127     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13128     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13129     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13130   layout:
13131     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13132     layout: "plot-throughput-speedup-analysis"
13133
13134 - type: "plot"
13135   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13136   algorithm: "plot_tsa_name"
13137   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13138   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13139   include:
13140     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13141     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13142     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13143     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13144     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13145     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13146   layout:
13147     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13148     layout: "plot-throughput-speedup-analysis"
13149
13150 - type: "plot"
13151   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13152   algorithm: "plot_tsa_name"
13153   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13154   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13155   include:
13156     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13157     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13158     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13159     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13160   layout:
13161     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13162     layout: "plot-throughput-speedup-analysis"
13163
13164 - type: "plot"
13165   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13166   algorithm: "plot_tsa_name"
13167   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13168   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13169   include:
13170     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13171     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13172     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13173     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13174   layout:
13175     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13176     layout: "plot-throughput-speedup-analysis"
13177
13178 #- type: "plot"
13179 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13180 #  algorithm: "plot_tsa_name"
13181 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13182 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13183 #  include:
13184 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13185 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13186 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13187 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13188 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13189 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13190 #  layout:
13191 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
13192 #    layout: "plot-throughput-speedup-analysis"
13193 #
13194 #- type: "plot"
13195 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13196 #  algorithm: "plot_tsa_name"
13197 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13198 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13199 #  include:
13200 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13201 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13202 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13203 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13204 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13205 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13206 #  layout:
13207 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
13208 #    layout: "plot-throughput-speedup-analysis"
13209 #
13210 #- type: "plot"
13211 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13212 #  algorithm: "plot_tsa_name"
13213 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13214 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13215 #  include:
13216 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13217 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13218 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13219 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13220 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13221 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13222 #  layout:
13223 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13224 #    layout: "plot-throughput-speedup-analysis"
13225 #
13226 #- type: "plot"
13227 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13228 #  algorithm: "plot_tsa_name"
13229 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13230 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13231 #  include:
13232 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13233 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13234 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13235 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13236 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13237 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13238 #  layout:
13239 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13240 #    layout: "plot-throughput-speedup-analysis"
13241 #
13242 #- type: "plot"
13243 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13244 #  algorithm: "plot_tsa_name"
13245 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13246 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13247 #  include:
13248 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13249 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13250 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13251 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13252 #  layout:
13253 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
13254 #    layout: "plot-throughput-speedup-analysis"
13255 #
13256 #- type: "plot"
13257 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13258 #  algorithm: "plot_tsa_name"
13259 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13260 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13261 #  include:
13262 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13263 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13264 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13265 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13266 #  layout:
13267 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
13268 #    layout: "plot-throughput-speedup-analysis"
13269 #
13270 #- type: "plot"
13271 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13272 #  algorithm: "plot_tsa_name"
13273 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13274 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13275 #  include:
13276 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13277 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13278 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13279 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13280 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13281 #  layout:
13282 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13283 #    layout: "plot-throughput-speedup-analysis"
13284 #
13285 #- type: "plot"
13286 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13287 #  algorithm: "plot_tsa_name"
13288 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13289 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13290 #  include:
13291 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13292 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13293 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13294 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13295 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13296 #  layout:
13297 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13298 #    layout: "plot-throughput-speedup-analysis"
13299 #
13300 #- type: "plot"
13301 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13302 #  algorithm: "plot_tsa_name"
13303 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13304 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13305 #  include:
13306 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13307 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13308 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13309 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13310 #  layout:
13311 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13312 #    layout: "plot-throughput-speedup-analysis"
13313 #
13314 #- type: "plot"
13315 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13316 #  algorithm: "plot_tsa_name"
13317 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13318 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13319 #  include:
13320 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13321 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13322 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13323 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13324 #  layout:
13325 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13326 #    layout: "plot-throughput-speedup-analysis"
13327
13328 - type: "plot"
13329   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13330   algorithm: "plot_tsa_name"
13331   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13332   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13333   include:
13334     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13335     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13336     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13337     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13338     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13339     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13340   layout:
13341     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
13342     layout: "plot-throughput-speedup-analysis"
13343
13344 - type: "plot"
13345   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13346   algorithm: "plot_tsa_name"
13347   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13348   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13349   include:
13350     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13351     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13352     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13353     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13354     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13355     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13356   layout:
13357     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
13358     layout: "plot-throughput-speedup-analysis"
13359
13360 #- type: "plot"
13361 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13362 #  algorithm: "plot_tsa_name"
13363 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13364 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13365 #  include:
13366 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13367 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13368 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13369 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13370 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13371 #  layout:
13372 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13373 #    layout: "plot-throughput-speedup-analysis"
13374 #
13375 #- type: "plot"
13376 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13377 #  algorithm: "plot_tsa_name"
13378 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13379 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13380 #  include:
13381 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13382 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13383 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13384 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13385 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13386 #  layout:
13387 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13388 #    layout: "plot-throughput-speedup-analysis"
13389 #
13390 #- type: "plot"
13391 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13392 #  algorithm: "plot_tsa_name"
13393 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13394 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13395 #  include:
13396 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13397 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13398 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13399 #  layout:
13400 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
13401 #    layout: "plot-throughput-speedup-analysis"
13402 #
13403 #- type: "plot"
13404 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13405 #  algorithm: "plot_tsa_name"
13406 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13407 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13408 #  include:
13409 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13410 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13411 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13412 #  layout:
13413 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
13414 #    layout: "plot-throughput-speedup-analysis"
13415 #
13416 #- type: "plot"
13417 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13418 #  algorithm: "plot_tsa_name"
13419 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13420 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13421 #  include:
13422 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13423 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13424 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13425 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13426 #  layout:
13427 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13428 #    layout: "plot-throughput-speedup-analysis"
13429 #
13430 #- type: "plot"
13431 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13432 #  algorithm: "plot_tsa_name"
13433 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13434 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13435 #  include:
13436 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13437 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13438 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13439 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13440 #  layout:
13441 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13442 #    layout: "plot-throughput-speedup-analysis"
13443 #
13444 #- type: "plot"
13445 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13446 #  algorithm: "plot_tsa_name"
13447 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13448 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13449 #  include:
13450 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13451 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13452 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13453 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13454 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13455 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13456 #  layout:
13457 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13458 #    layout: "plot-throughput-speedup-analysis"
13459 #
13460 #- type: "plot"
13461 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13462 #  algorithm: "plot_tsa_name"
13463 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13464 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13465 #  include:
13466 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13467 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13468 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13469 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13470 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13471 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13472 #  layout:
13473 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13474 #    layout: "plot-throughput-speedup-analysis"
13475 #
13476 #- type: "plot"
13477 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13478 #  algorithm: "plot_tsa_name"
13479 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13480 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13481 #  include:
13482 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13483 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13484 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13485 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13486 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13487 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13488 #  layout:
13489 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr"
13490 #    layout: "plot-throughput-speedup-analysis"
13491 #
13492 #- type: "plot"
13493 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13494 #  algorithm: "plot_tsa_name"
13495 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13496 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13497 #  include:
13498 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13499 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13500 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13501 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13502 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13503 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13504 #  layout:
13505 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr"
13506 #    layout: "plot-throughput-speedup-analysis"
13507
13508 - type: "plot"
13509   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13510   algorithm: "plot_tsa_name"
13511   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13512   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13513   include:
13514     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13515     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13516     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13517     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13518     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13519     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13520   layout:
13521     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
13522     layout: "plot-throughput-speedup-analysis"
13523
13524 - type: "plot"
13525   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13526   algorithm: "plot_tsa_name"
13527   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13528   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13529   include:
13530     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13531     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13532     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13533     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13534     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13535     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13536   layout:
13537     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
13538     layout: "plot-throughput-speedup-analysis"
13539
13540 #- type: "plot"
13541 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13542 #  algorithm: "plot_tsa_name"
13543 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13544 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13545 #  include:
13546 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13547 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13548 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13549 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13550 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13551 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13552 #  layout:
13553 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr"
13554 #    layout: "plot-throughput-speedup-analysis"
13555 #
13556 #- type: "plot"
13557 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13558 #  algorithm: "plot_tsa_name"
13559 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13560 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13561 #  include:
13562 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13563 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13564 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13565 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13566 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13567 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13568 #  layout:
13569 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr"
13570 #    layout: "plot-throughput-speedup-analysis"
13571 #
13572 #- type: "plot"
13573 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13574 #  algorithm: "plot_tsa_name"
13575 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13576 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13577 #  include:
13578 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13579 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13580 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13581 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13582 #  layout:
13583 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13584 #    layout: "plot-throughput-speedup-analysis"
13585 #
13586 #- type: "plot"
13587 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13588 #  algorithm: "plot_tsa_name"
13589 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13590 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13591 #  include:
13592 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13593 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13594 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13595 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13596 #  layout:
13597 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13598 #    layout: "plot-throughput-speedup-analysis"
13599 #
13600 #- type: "plot"
13601 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13602 #  algorithm: "plot_tsa_name"
13603 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13604 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13605 #  include:
13606 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13607 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13608 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13609 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13610 #  layout:
13611 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13612 #    layout: "plot-throughput-speedup-analysis"
13613 #
13614 #- type: "plot"
13615 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13616 #  algorithm: "plot_tsa_name"
13617 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13618 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13619 #  include:
13620 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13621 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13622 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13623 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13624 #  layout:
13625 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13626 #    layout: "plot-throughput-speedup-analysis"
13627
13628 - type: "plot"
13629   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13630   algorithm: "plot_tsa_name"
13631   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
13632   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13633   include:
13634     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13635     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13636     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13637     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13638   layout:
13639     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13640     layout: "plot-throughput-speedup-analysis"
13641
13642 - type: "plot"
13643   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13644   algorithm: "plot_tsa_name"
13645   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
13646   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13647   include:
13648     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13649     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13650     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13651     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13652   layout:
13653     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13654     layout: "plot-throughput-speedup-analysis"
13655
13656 - type: "plot"
13657   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13658   algorithm: "plot_tsa_name"
13659   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13660   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13661   include:
13662     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13663     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13664     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13665     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13666   layout:
13667     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13668     layout: "plot-throughput-speedup-analysis"
13669
13670 - type: "plot"
13671   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13672   algorithm: "plot_tsa_name"
13673   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13674   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13675   include:
13676     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13677     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13678     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13679     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13680   layout:
13681     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13682     layout: "plot-throughput-speedup-analysis"
13683
13684 #- type: "plot"
13685 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13686 #  algorithm: "plot_tsa_name"
13687 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13688 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13689 #  include:
13690 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13691 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13692 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13693 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13694 #  layout:
13695 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13696 #    layout: "plot-throughput-speedup-analysis"
13697 #
13698 #- type: "plot"
13699 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13700 #  algorithm: "plot_tsa_name"
13701 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13702 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13703 #  include:
13704 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13705 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13706 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13707 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13708 #  layout:
13709 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13710 #    layout: "plot-throughput-speedup-analysis"
13711 #
13712 #- type: "plot"
13713 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13714 #  algorithm: "plot_tsa_name"
13715 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13716 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13717 #  include:
13718 #    - "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"
13719 #    - "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"
13720 #    - "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"
13721 #    - "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"
13722 #  layout:
13723 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13724 #    layout: "plot-throughput-speedup-analysis"
13725 #
13726 #- type: "plot"
13727 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13728 #  algorithm: "plot_tsa_name"
13729 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13730 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13731 #  include:
13732 #    - "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"
13733 #    - "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"
13734 #    - "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"
13735 #    - "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"
13736 #  layout:
13737 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13738 #    layout: "plot-throughput-speedup-analysis"
13739 #
13740 #- type: "plot"
13741 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13742 #  algorithm: "plot_tsa_name"
13743 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13744 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13745 #  include:
13746 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13747 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13748 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13749 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13750 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13751 #  layout:
13752 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13753 #    layout: "plot-throughput-speedup-analysis"
13754 #
13755 #- type: "plot"
13756 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13757 #  algorithm: "plot_tsa_name"
13758 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13759 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13760 #  include:
13761 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13762 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13763 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13764 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13765 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13766 #  layout:
13767 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13768 #    layout: "plot-throughput-speedup-analysis"
13769 #
13770 #- type: "plot"
13771 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13772 #  algorithm: "plot_tsa_name"
13773 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13774 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13775 #  include:
13776 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13777 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13778 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13779 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13780 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13781 #  layout:
13782 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13783 #    layout: "plot-throughput-speedup-analysis"
13784 #
13785 #- type: "plot"
13786 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13787 #  algorithm: "plot_tsa_name"
13788 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13789 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13790 #  include:
13791 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13792 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13793 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13794 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13795 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13796 #  layout:
13797 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13798 #    layout: "plot-throughput-speedup-analysis"
13799 #
13800 #- type: "plot"
13801 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13802 #  algorithm: "plot_tsa_name"
13803 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13804 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13805 #  include:
13806 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13807 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13808 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13809 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13810 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13811 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13812 #  layout:
13813 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13814 #    layout: "plot-throughput-speedup-analysis"
13815 #
13816 #- type: "plot"
13817 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13818 #  algorithm: "plot_tsa_name"
13819 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13820 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13821 #  include:
13822 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13823 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13824 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13825 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13826 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13827 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13828 #  layout:
13829 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13830 #    layout: "plot-throughput-speedup-analysis"
13831 #
13832 #- type: "plot"
13833 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13834 #  algorithm: "plot_tsa_name"
13835 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13836 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13837 #  include:
13838 #    - "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"
13839 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13840 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13841 #    - "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"
13842 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13843 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13844 #  layout:
13845 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13846 #    layout: "plot-throughput-speedup-analysis"
13847 #
13848 #- type: "plot"
13849 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13850 #  algorithm: "plot_tsa_name"
13851 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13852 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13853 #  include:
13854 #    - "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"
13855 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13856 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13857 #    - "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"
13858 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13859 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13860 #  layout:
13861 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13862 #    layout: "plot-throughput-speedup-analysis"
13863 #
13864 #- type: "plot"
13865 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13866 #  algorithm: "plot_tsa_name"
13867 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13868 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13869 #  include:
13870 #    - "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"
13871 #    - "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"
13872 #    - "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"
13873 #  layout:
13874 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr"
13875 #    layout: "plot-throughput-speedup-analysis"
13876 #
13877 #- type: "plot"
13878 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13879 #  algorithm: "plot_tsa_name"
13880 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13881 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13882 #  include:
13883 #    - "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"
13884 #    - "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"
13885 #    - "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"
13886 #  layout:
13887 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr"
13888 #    layout: "plot-throughput-speedup-analysis"
13889
13890 - type: "plot"
13891   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13892   algorithm: "plot_tsa_name"
13893   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13894   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13895   include:
13896     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13897     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13898     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13899     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13900     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13901   layout:
13902     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
13903     layout: "plot-throughput-speedup-analysis"
13904
13905 - type: "plot"
13906   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13907   algorithm: "plot_tsa_name"
13908   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13909   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13910   include:
13911     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13912     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13913     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13914     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13915     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13916   layout:
13917     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
13918     layout: "plot-throughput-speedup-analysis"
13919
13920 - type: "plot"
13921   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13922   algorithm: "plot_tsa_name"
13923   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13924   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13925   include:
13926     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13927     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13928     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13929     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13930     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13931   layout:
13932     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
13933     layout: "plot-throughput-speedup-analysis"
13934
13935 - type: "plot"
13936   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13937   algorithm: "plot_tsa_name"
13938   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13939   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13940   include:
13941     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13942     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13943     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13944     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13945     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13946   layout:
13947     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
13948     layout: "plot-throughput-speedup-analysis"
13949
13950 - type: "plot"
13951   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13952   algorithm: "plot_tsa_name"
13953   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13954   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13955   include:
13956     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13957     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13958     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13959     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13960     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13961     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13962   layout:
13963     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
13964     layout: "plot-throughput-speedup-analysis"
13965
13966 - type: "plot"
13967   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13968   algorithm: "plot_tsa_name"
13969   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13970   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13971   include:
13972     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13973     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13974     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13975     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13976     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13977     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13978   layout:
13979     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
13980     layout: "plot-throughput-speedup-analysis"
13981
13982 - type: "plot"
13983   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13984   algorithm: "plot_tsa_name"
13985   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13986   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13987   include:
13988     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13989     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13990     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13991     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13992   layout:
13993     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
13994     layout: "plot-throughput-speedup-analysis"
13995
13996 - type: "plot"
13997   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13998   algorithm: "plot_tsa_name"
13999   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14000   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14001   include:
14002     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14003     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14004     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14005     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14006   layout:
14007     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
14008     layout: "plot-throughput-speedup-analysis"
14009
14010 - type: "plot"
14011   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14012   algorithm: "plot_tsa_name"
14013   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14014   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14015   include:
14016     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14017     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14018     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14019     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14020     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14021   layout:
14022     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
14023     layout: "plot-throughput-speedup-analysis"
14024
14025 - type: "plot"
14026   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14027   algorithm: "plot_tsa_name"
14028   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14029   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14030   include:
14031     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14032     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14033     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14034     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14035     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14036   layout:
14037     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
14038     layout: "plot-throughput-speedup-analysis"
14039
14040 - type: "plot"
14041   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14042   algorithm: "plot_tsa_name"
14043   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14044   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14045   include:
14046     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14047     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14048     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14049     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14050     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14051     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14052   layout:
14053     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14054     layout: "plot-throughput-speedup-analysis"
14055
14056 - type: "plot"
14057   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14058   algorithm: "plot_tsa_name"
14059   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14060   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14061   include:
14062     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14063     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14064     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14065     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14066     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14067     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14068   layout:
14069     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14070     layout: "plot-throughput-speedup-analysis"
14071
14072 - type: "plot"
14073   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14074   algorithm: "plot_tsa_name"
14075   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14076   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14077   include:
14078     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14079     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14080     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14081     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14082   layout:
14083     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
14084     layout: "plot-throughput-speedup-analysis"
14085
14086 - type: "plot"
14087   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14088   algorithm: "plot_tsa_name"
14089   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14090   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14091   include:
14092     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14093     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14094     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14095     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14096   layout:
14097     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
14098     layout: "plot-throughput-speedup-analysis"
14099
14100 - type: "plot"
14101   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14102   algorithm: "plot_tsa_name"
14103   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14104   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14105   include:
14106     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14107     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14108     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14109     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14110     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14111     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14112   layout:
14113     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
14114     layout: "plot-throughput-speedup-analysis"
14115
14116 - type: "plot"
14117   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14118   algorithm: "plot_tsa_name"
14119   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14120   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14121   include:
14122     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14123     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14124     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14125     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14126     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14127     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14128   layout:
14129     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
14130     layout: "plot-throughput-speedup-analysis"
14131
14132 - type: "plot"
14133   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14134   algorithm: "plot_tsa_name"
14135   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14136   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14137   include:
14138     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14139     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14140     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14141     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14142     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14143     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14144   layout:
14145     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
14146     layout: "plot-throughput-speedup-analysis"
14147
14148 - type: "plot"
14149   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14150   algorithm: "plot_tsa_name"
14151   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14152   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14153   include:
14154     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14155     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14156     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14157     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14158     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14159     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14160   layout:
14161     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
14162     layout: "plot-throughput-speedup-analysis"
14163
14164 - type: "plot"
14165   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14166   algorithm: "plot_tsa_name"
14167   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14168   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14169   include:
14170     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14171     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14172     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14173     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14174     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14175     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14176   layout:
14177     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
14178     layout: "plot-throughput-speedup-analysis"
14179
14180 - type: "plot"
14181   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14182   algorithm: "plot_tsa_name"
14183   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14184   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14185   include:
14186     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14187     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14188     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14189     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14190     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14191     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14192   layout:
14193     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
14194     layout: "plot-throughput-speedup-analysis"
14195
14196 - type: "plot"
14197   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14198   algorithm: "plot_tsa_name"
14199   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14200   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14201   include:
14202     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14203     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14204     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14205     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14206     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14207   layout:
14208     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
14209     layout: "plot-throughput-speedup-analysis"
14210
14211 - type: "plot"
14212   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14213   algorithm: "plot_tsa_name"
14214   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14215   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14216   include:
14217     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14218     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14219     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14220     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14221     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14222   layout:
14223     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
14224     layout: "plot-throughput-speedup-analysis"
14225
14226 #- type: "plot"
14227 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14228 #  algorithm: "plot_tsa_name"
14229 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14230 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14231 #  include:
14232 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14233 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14234 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14235 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14236 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14237 #  layout:
14238 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
14239 #    layout: "plot-throughput-speedup-analysis"
14240 #
14241 #- type: "plot"
14242 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14243 #  algorithm: "plot_tsa_name"
14244 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14245 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14246 #  include:
14247 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14248 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14249 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14250 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14251 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14252 #  layout:
14253 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
14254 #    layout: "plot-throughput-speedup-analysis"
14255
14256 #- type: "plot"
14257 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14258 #  algorithm: "plot_tsa_name"
14259 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14260 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14261 #  include:
14262 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14263 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14264 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14265 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14266 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14267 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14268 #  layout:
14269 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
14270 #    layout: "plot-throughput-speedup-analysis"
14271 #
14272 #- type: "plot"
14273 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14274 #  algorithm: "plot_tsa_name"
14275 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14276 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14277 #  include:
14278 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14279 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14280 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14281 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14282 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14283 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14284 #  layout:
14285 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
14286 #    layout: "plot-throughput-speedup-analysis"
14287
14288 - type: "plot"
14289   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14290   algorithm: "plot_tsa_name"
14291   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14292   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14293   include:
14294     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14295     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14296     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14297     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14298     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14299   layout:
14300     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14301     layout: "plot-throughput-speedup-analysis"
14302
14303 - type: "plot"
14304   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14305   algorithm: "plot_tsa_name"
14306   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14307   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14308   include:
14309     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14310     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14311     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14312     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14313     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14314   layout:
14315     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14316     layout: "plot-throughput-speedup-analysis"
14317
14318 - type: "plot"
14319   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14320   algorithm: "plot_tsa_name"
14321   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14322   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14323   include:
14324     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14325     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14326     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14327     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14328     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14329     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14330   layout:
14331     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14332     layout: "plot-throughput-speedup-analysis"
14333
14334 - type: "plot"
14335   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14336   algorithm: "plot_tsa_name"
14337   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14338   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14339   include:
14340     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14341     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14342     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14343     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14344     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14345     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14346   layout:
14347     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14348     layout: "plot-throughput-speedup-analysis"
14349
14350 - type: "plot"
14351   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14352   algorithm: "plot_tsa_name"
14353   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14354   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14355   include:
14356     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14357     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14358     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14359     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14360     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14361   layout:
14362     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14363     layout: "plot-throughput-speedup-analysis"
14364
14365 - type: "plot"
14366   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14367   algorithm: "plot_tsa_name"
14368   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14369   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14370   include:
14371     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14372     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14373     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14374     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14375     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14376   layout:
14377     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14378     layout: "plot-throughput-speedup-analysis"
14379
14380 - type: "plot"
14381   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14382   algorithm: "plot_tsa_name"
14383   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14384   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14385   include:
14386     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14387     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14388     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14389     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14390   layout:
14391     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14392     layout: "plot-throughput-speedup-analysis"
14393
14394 - type: "plot"
14395   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14396   algorithm: "plot_tsa_name"
14397   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14398   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14399   include:
14400     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14401     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14402     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14403     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14404   layout:
14405     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14406     layout: "plot-throughput-speedup-analysis"
14407
14408 - type: "plot"
14409   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14410   algorithm: "plot_tsa_name"
14411   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14412   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14413   include:
14414     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14415     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14416     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14417     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14418     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14419     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14420   layout:
14421     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14422     layout: "plot-throughput-speedup-analysis"
14423
14424 - type: "plot"
14425   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14426   algorithm: "plot_tsa_name"
14427   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14428   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14429   include:
14430     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14431     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14432     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14433     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14434     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14435     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14436   layout:
14437     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14438     layout: "plot-throughput-speedup-analysis"
14439
14440 - type: "plot"
14441   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14442   algorithm: "plot_tsa_name"
14443   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14444   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14445   include:
14446     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14447     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14448     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14449     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14450     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14451   layout:
14452     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14453     layout: "plot-throughput-speedup-analysis"
14454
14455 - type: "plot"
14456   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14457   algorithm: "plot_tsa_name"
14458   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14459   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14460   include:
14461     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14462     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14463     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14464     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14465     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14466   layout:
14467     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14468     layout: "plot-throughput-speedup-analysis"
14469
14470 - type: "plot"
14471   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14472   algorithm: "plot_tsa_name"
14473   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14474   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14475   include:
14476     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14477     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14478     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14479     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14480     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14481     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14482   layout:
14483     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14484     layout: "plot-throughput-speedup-analysis"
14485
14486 - type: "plot"
14487   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14488   algorithm: "plot_tsa_name"
14489   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14490   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14491   include:
14492     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14493     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14494     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14495     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14496     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14497     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14498   layout:
14499     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14500     layout: "plot-throughput-speedup-analysis"
14501
14502 - type: "plot"
14503   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14504   algorithm: "plot_tsa_name"
14505   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14506   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14507   include:
14508     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14509     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14510     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14511     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14512   layout:
14513     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14514     layout: "plot-throughput-speedup-analysis"
14515
14516 - type: "plot"
14517   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14518   algorithm: "plot_tsa_name"
14519   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14520   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14521   include:
14522     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14523     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14524     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14525     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14526   layout:
14527     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14528     layout: "plot-throughput-speedup-analysis"
14529
14530 - type: "plot"
14531   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14532   algorithm: "plot_tsa_name"
14533   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14534   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14535   include:
14536     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14537     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14538     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14539     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14540     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14541   layout:
14542     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14543     layout: "plot-throughput-speedup-analysis"
14544
14545 - type: "plot"
14546   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14547   algorithm: "plot_tsa_name"
14548   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14549   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14550   include:
14551     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14552     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14553     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14554     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14555     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14556   layout:
14557     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14558     layout: "plot-throughput-speedup-analysis"
14559
14560 - type: "plot"
14561   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14562   algorithm: "plot_tsa_name"
14563   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14564   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14565   include:
14566     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14567     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14568     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14569     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14570     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14571     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14572   layout:
14573     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14574     layout: "plot-throughput-speedup-analysis"
14575
14576 - type: "plot"
14577   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14578   algorithm: "plot_tsa_name"
14579   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14580   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14581   include:
14582     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14583     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14584     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14585     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14586     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14587     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14588   layout:
14589     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14590     layout: "plot-throughput-speedup-analysis"
14591
14592 - type: "plot"
14593   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14594   algorithm: "plot_tsa_name"
14595   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14596   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14597   include:
14598     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14599     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14600     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14601     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14602   layout:
14603     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14604     layout: "plot-throughput-speedup-analysis"
14605
14606 - type: "plot"
14607   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14608   algorithm: "plot_tsa_name"
14609   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14610   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14611   include:
14612     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14613     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14614     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14615     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14616   layout:
14617     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14618     layout: "plot-throughput-speedup-analysis"
14619
14620 - type: "plot"
14621   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14622   algorithm: "plot_tsa_name"
14623   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14624   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14625   include:
14626     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14627     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14628     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14629     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14630     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14631     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14632   layout:
14633     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14634     layout: "plot-throughput-speedup-analysis"
14635
14636 - type: "plot"
14637   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14638   algorithm: "plot_tsa_name"
14639   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14640   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14641   include:
14642     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14643     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14644     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14645     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14646     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14647     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14648   layout:
14649     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14650     layout: "plot-throughput-speedup-analysis"
14651
14652 - type: "plot"
14653   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14654   algorithm: "plot_tsa_name"
14655   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14656   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14657   include:
14658     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14659     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14660     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14661     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14662     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14663     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14664   layout:
14665     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14666     layout: "plot-throughput-speedup-analysis"
14667
14668 - type: "plot"
14669   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14670   algorithm: "plot_tsa_name"
14671   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14672   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14673   include:
14674     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14675     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14676     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14677     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14678     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14679     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14680   layout:
14681     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14682     layout: "plot-throughput-speedup-analysis"
14683
14684 #- type: "plot"
14685 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14686 #  algorithm: "plot_tsa_name"
14687 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14688 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14689 #  include:
14690 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14691 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14692 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14693 #  layout:
14694 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14695 #    layout: "plot-throughput-speedup-analysis"
14696 #
14697 #- type: "plot"
14698 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14699 #  algorithm: "plot_tsa_name"
14700 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14701 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14702 #  include:
14703 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14704 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14705 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14706 #  layout:
14707 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14708 #    layout: "plot-throughput-speedup-analysis"
14709
14710 ################################################################################
14711
14712 # Packet Throughput - DPDK
14713
14714 # 2n-skx-xxv710
14715
14716 #- type: "plot"
14717 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
14718 #  algorithm: "plot_perf_box_name"
14719 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
14720 #  data: "plot-dpdk-throughput-latency-2n-skx"
14721 #  include:
14722 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14723 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14724 #  layout:
14725 #    title: "2n-skx-xxv710-64b-2t1c-base-ndr"
14726 #    layout: "plot-throughput"
14727 #
14728 #- type: "plot"
14729 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
14730 #  algorithm: "plot_perf_box_name"
14731 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
14732 #  data: "plot-dpdk-throughput-latency-2n-skx"
14733 #  include:
14734 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14735 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14736 #  layout:
14737 #    title: "2n-skx-xxv710-64b-4t2c-base-ndr"
14738 #    layout: "plot-throughput"
14739 #
14740 #- type: "plot"
14741 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
14742 #  algorithm: "plot_perf_box_name"
14743 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
14744 #  data: "plot-dpdk-throughput-latency-2n-skx"
14745 #  include:
14746 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14747 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14748 #  layout:
14749 #    title: "2n-skx-xxv710-64b-2t1c-base-pdr"
14750 #    layout: "plot-throughput"
14751 #
14752 #- type: "plot"
14753 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
14754 #  algorithm: "plot_perf_box_name"
14755 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
14756 #  data: "plot-dpdk-throughput-latency-2n-skx"
14757 #  include:
14758 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14759 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14760 #  layout:
14761 #    title: "2n-skx-xxv710-64b-4t2c-base-pdr"
14762 #    layout: "plot-throughput"
14763 #
14764 ## 2n-skx-x710
14765 #
14766 #- type: "plot"
14767 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
14768 #  algorithm: "plot_perf_box_name"
14769 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
14770 #  data: "plot-dpdk-throughput-latency-2n-skx"
14771 #  include:
14772 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14773 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14774 #  layout:
14775 #    title: "2n-skx-x710-64b-2t1c-base-ndr"
14776 #    layout: "plot-throughput"
14777 #
14778 #- type: "plot"
14779 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
14780 #  algorithm: "plot_perf_box_name"
14781 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
14782 #  data: "plot-dpdk-throughput-latency-2n-skx"
14783 #  include:
14784 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14785 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14786 #  layout:
14787 #    title: "2n-skx-x710-64b-4t2c-base-ndr"
14788 #    layout: "plot-throughput"
14789 #
14790 #- type: "plot"
14791 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
14792 #  algorithm: "plot_perf_box_name"
14793 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
14794 #  data: "plot-dpdk-throughput-latency-2n-skx"
14795 #  include:
14796 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14797 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14798 #  layout:
14799 #    title: "2n-skx-x710-64b-2t1c-base-pdr"
14800 #    layout: "plot-throughput"
14801 #
14802 #- type: "plot"
14803 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
14804 #  algorithm: "plot_perf_box_name"
14805 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
14806 #  data: "plot-dpdk-throughput-latency-2n-skx"
14807 #  include:
14808 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14809 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14810 #  layout:
14811 #    title: "2n-skx-x710-64b-4t2c-base-pdr"
14812 #    layout: "plot-throughput"
14813 #
14814 ## 3n-skx-xxv710
14815 #
14816 #- type: "plot"
14817 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
14818 #  algorithm: "plot_perf_box_name"
14819 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
14820 #  data: "plot-dpdk-throughput-latency-3n-skx"
14821 #  include:
14822 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14823 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14824 #  layout:
14825 #    title: "3n-skx-xxv710-64b-2t1c-base-ndr"
14826 #    layout: "plot-throughput"
14827 #
14828 #- type: "plot"
14829 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
14830 #  algorithm: "plot_perf_box_name"
14831 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
14832 #  data: "plot-dpdk-throughput-latency-3n-skx"
14833 #  include:
14834 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14835 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14836 #  layout:
14837 #    title: "3n-skx-xxv710-64b-4t2c-base-ndr"
14838 #    layout: "plot-throughput"
14839 #
14840 #- type: "plot"
14841 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
14842 #  algorithm: "plot_perf_box_name"
14843 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
14844 #  data: "plot-dpdk-throughput-latency-3n-skx"
14845 #  include:
14846 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14847 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14848 #  layout:
14849 #    title: "3n-skx-xxv710-64b-2t1c-base-pdr"
14850 #    layout: "plot-throughput"
14851 #
14852 #- type: "plot"
14853 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
14854 #  algorithm: "plot_perf_box_name"
14855 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
14856 #  data: "plot-dpdk-throughput-latency-3n-skx"
14857 #  include:
14858 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14859 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14860 #  layout:
14861 #    title: "3n-skx-xxv710-64b-4t2c-base-pdr"
14862 #    layout: "plot-throughput"
14863 #
14864 ## 3n-skx-x710
14865 #
14866 #- type: "plot"
14867 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
14868 #  algorithm: "plot_perf_box_name"
14869 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
14870 #  data: "plot-dpdk-throughput-latency-3n-skx"
14871 #  include:
14872 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14873 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14874 #  layout:
14875 #    title: "3n-skx-x710-64b-2t1c-base-ndr"
14876 #    layout: "plot-throughput"
14877 #
14878 #- type: "plot"
14879 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
14880 #  algorithm: "plot_perf_box_name"
14881 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
14882 #  data: "plot-dpdk-throughput-latency-3n-skx"
14883 #  include:
14884 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14885 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14886 #  layout:
14887 #    title: "3n-skx-x710-64b-4t2c-base-ndr"
14888 #    layout: "plot-throughput"
14889 #
14890 #- type: "plot"
14891 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
14892 #  algorithm: "plot_perf_box_name"
14893 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
14894 #  data: "plot-dpdk-throughput-latency-3n-skx"
14895 #  include:
14896 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14897 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14898 #  layout:
14899 #    title: "3n-skx-x710-64b-2t1c-base-pdr"
14900 #    layout: "plot-throughput"
14901 #
14902 #- type: "plot"
14903 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
14904 #  algorithm: "plot_perf_box_name"
14905 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
14906 #  data: "plot-dpdk-throughput-latency-3n-skx"
14907 #  include:
14908 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14909 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14910 #  layout:
14911 #    title: "3n-skx-x710-64b-4t2c-base-pdr"
14912 #    layout: "plot-throughput"
14913
14914 # 3n-hsw-xl710
14915
14916 - type: "plot"
14917   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
14918   algorithm: "plot_perf_box_name"
14919   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
14920   data: "plot-dpdk-throughput-latency-3n-hsw"
14921   include:
14922     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14923     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14924   layout:
14925     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
14926     layout: "plot-throughput"
14927
14928 - type: "plot"
14929   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
14930   algorithm: "plot_perf_box_name"
14931   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
14932   data: "plot-dpdk-throughput-latency-3n-hsw"
14933   include:
14934     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14935     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14936   layout:
14937     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
14938     layout: "plot-throughput"
14939
14940 - type: "plot"
14941   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
14942   algorithm: "plot_perf_box_name"
14943   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
14944   data: "plot-dpdk-throughput-latency-3n-hsw"
14945   include:
14946     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14947     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14948   layout:
14949     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
14950     layout: "plot-throughput"
14951
14952 - type: "plot"
14953   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
14954   algorithm: "plot_perf_box_name"
14955   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
14956   data: "plot-dpdk-throughput-latency-3n-hsw"
14957   include:
14958     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14959     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14960   layout:
14961     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
14962     layout: "plot-throughput"
14963
14964 # 3n-hsw-x710
14965
14966 - type: "plot"
14967   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
14968   algorithm: "plot_perf_box_name"
14969   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
14970   data: "plot-dpdk-throughput-latency-3n-hsw"
14971   include:
14972     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14973     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14974   layout:
14975     title: "3n-hsw-x710-64b-1t1c-base-ndr"
14976     layout: "plot-throughput"
14977
14978 - type: "plot"
14979   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
14980   algorithm: "plot_perf_box_name"
14981   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
14982   data: "plot-dpdk-throughput-latency-3n-hsw"
14983   include:
14984     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14985     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14986   layout:
14987     title: "3n-hsw-x710-64b-2t2c-base-ndr"
14988     layout: "plot-throughput"
14989
14990 - type: "plot"
14991   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
14992   algorithm: "plot_perf_box_name"
14993   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
14994   data: "plot-dpdk-throughput-latency-3n-hsw"
14995   include:
14996     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14997     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14998   layout:
14999     title: "3n-hsw-x710-64b-1t1c-base-pdr"
15000     layout: "plot-throughput"
15001
15002 - type: "plot"
15003   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
15004   algorithm: "plot_perf_box_name"
15005   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
15006   data: "plot-dpdk-throughput-latency-3n-hsw"
15007   include:
15008     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15009     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15010   layout:
15011     title: "3n-hsw-x710-64b-2t2c-base-pdr"
15012     layout: "plot-throughput"
15013
15014 # 2n-dnv-x553
15015
15016 - type: "plot"
15017   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
15018   algorithm: "plot_perf_box_name"
15019   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
15020   data: "plot-dpdk-throughput-latency-2n-dnv"
15021   include:
15022     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15023     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15024   layout:
15025     title: "2n-dnv-x553-64b-1t1c-base-ndr"
15026     layout: "plot-throughput"
15027
15028 - type: "plot"
15029   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
15030   algorithm: "plot_perf_box_name"
15031   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
15032   data: "plot-dpdk-throughput-latency-2n-dnv"
15033   include:
15034     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15035     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15036   layout:
15037     title: "2n-dnv-x553-64b-2t2c-base-ndr"
15038     layout: "plot-throughput"
15039
15040 - type: "plot"
15041   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
15042   algorithm: "plot_perf_box_name"
15043   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
15044   data: "plot-dpdk-throughput-latency-2n-dnv"
15045   include:
15046     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15047     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15048   layout:
15049     title: "2n-dnv-x553-64b-1t1c-base-pdr"
15050     layout: "plot-throughput"
15051
15052 - type: "plot"
15053   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
15054   algorithm: "plot_perf_box_name"
15055   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
15056   data: "plot-dpdk-throughput-latency-2n-dnv"
15057   include:
15058     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15059     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15060   layout:
15061     title: "2n-dnv-x553-64b-2t2c-base-pdr"
15062     layout: "plot-throughput"
15063
15064 # 3n-dnv-x553
15065
15066 - type: "plot"
15067   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
15068   algorithm: "plot_perf_box_name"
15069   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
15070   data: "plot-dpdk-throughput-latency-3n-dnv"
15071   include:
15072     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15073     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15074   layout:
15075     title: "3n-dnv-x553-64b-1t1c-base-ndr"
15076     layout: "plot-throughput"
15077
15078 - type: "plot"
15079   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
15080   algorithm: "plot_perf_box_name"
15081   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
15082   data: "plot-dpdk-throughput-latency-3n-dnv"
15083   include:
15084     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15085     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15086   layout:
15087     title: "3n-dnv-x553-64b-2t2c-base-ndr"
15088     layout: "plot-throughput"
15089
15090 - type: "plot"
15091   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
15092   algorithm: "plot_perf_box_name"
15093   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
15094   data: "plot-dpdk-throughput-latency-3n-dnv"
15095   include:
15096     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15097     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15098   layout:
15099     title: "3n-dnv-x553-64b-1t1c-base-pdr"
15100     layout: "plot-throughput"
15101
15102 - type: "plot"
15103   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
15104   algorithm: "plot_perf_box_name"
15105   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
15106   data: "plot-dpdk-throughput-latency-3n-dnv"
15107   include:
15108     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15109     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15110   layout:
15111     title: "3n-dnv-x553-64b-2t2c-base-pdr"
15112     layout: "plot-throughput"
15113
15114 # 3n-tsh-x520
15115
15116 - type: "plot"
15117   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
15118   algorithm: "plot_perf_box_name"
15119   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
15120   data: "plot-dpdk-throughput-latency-3n-tsh"
15121   include:
15122     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15123     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15124   layout:
15125     title: "3n-tsh-x520-64b-1t1c-base-ndr"
15126     layout: "plot-throughput"
15127
15128 - type: "plot"
15129   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
15130   algorithm: "plot_perf_box_name"
15131   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
15132   data: "plot-dpdk-throughput-latency-3n-tsh"
15133   include:
15134     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15135     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15136   layout:
15137     title: "3n-tsh-x520-64b-2t2c-base-ndr"
15138     layout: "plot-throughput"
15139
15140 - type: "plot"
15141   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
15142   algorithm: "plot_perf_box_name"
15143   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
15144   data: "plot-dpdk-throughput-latency-3n-tsh"
15145   include:
15146     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15147     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15148   layout:
15149     title: "3n-tsh-x520-64b-1t1c-base-pdr"
15150     layout: "plot-throughput"
15151
15152 - type: "plot"
15153   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
15154   algorithm: "plot_perf_box_name"
15155   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
15156   data: "plot-dpdk-throughput-latency-3n-tsh"
15157   include:
15158     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15159     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15160   layout:
15161     title: "3n-tsh-x520-64b-2t2c-base-pdr"
15162     layout: "plot-throughput"
15163
15164 ################################################################################
15165 ###   2n-clx                                                                 ###
15166 ################################################################################
15167
15168 # Packet Throughput
15169
15170 #- type: "plot"
15171 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15172 #  algorithm: "plot_perf_box_name"
15173 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15174 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15175 #  include:
15176 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15177 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15178 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15179 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15180 #  layout:
15181 #    title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15182 #    layout: "plot-throughput"
15183 #
15184 #- type: "plot"
15185 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15186 #  algorithm: "plot_perf_box_name"
15187 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15188 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15189 #  include:
15190 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15191 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15192 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15193 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15194 #  layout:
15195 #    title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15196 #    layout: "plot-throughput"
15197 #
15198 #- type: "plot"
15199 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15200 #  algorithm: "plot_perf_box_name"
15201 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15202 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15203 #  include:
15204 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15205 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15206 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15207 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15208 #  layout:
15209 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15210 #    layout: "plot-throughput"
15211 #
15212 #- type: "plot"
15213 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15214 #  algorithm: "plot_perf_box_name"
15215 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15216 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15217 #  include:
15218 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15219 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15220 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15221 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15222 #  layout:
15223 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15224 #    layout: "plot-throughput"
15225 #
15226 #- type: "plot"
15227 #  title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15228 #  algorithm: "plot_perf_box_name"
15229 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15230 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15231 #  include:
15232 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15233 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15234 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15235 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15236 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15237 #  layout:
15238 #    title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15239 #    layout: "plot-throughput"
15240 #
15241 #- type: "plot"
15242 #  title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15243 #  algorithm: "plot_perf_box_name"
15244 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15245 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15246 #  include:
15247 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15248 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15249 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15250 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15251 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15252 #  layout:
15253 #    title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15254 #    layout: "plot-throughput"
15255 #
15256 #- type: "plot"
15257 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15258 #  algorithm: "plot_perf_box_name"
15259 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15260 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15261 #  include:
15262 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15263 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15264 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15265 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15266 #  layout:
15267 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15268 #    layout: "plot-throughput"
15269 #
15270 #- type: "plot"
15271 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15272 #  algorithm: "plot_perf_box_name"
15273 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15274 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15275 #  include:
15276 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15277 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15278 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15279 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15280 #  layout:
15281 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15282 #    layout: "plot-throughput"
15283 #
15284 #- type: "plot"
15285 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15286 #  algorithm: "plot_perf_box_name"
15287 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15288 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15289 #  include:
15290 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15291 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15292 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15293 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15294 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15295 #  layout:
15296 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15297 #    layout: "plot-throughput"
15298 #
15299 #- type: "plot"
15300 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15301 #  algorithm: "plot_perf_box_name"
15302 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15303 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15304 #  include:
15305 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15306 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15307 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15308 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15309 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15310 #  layout:
15311 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15312 #    layout: "plot-throughput"
15313 #
15314 #- type: "plot"
15315 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15316 #  algorithm: "plot_perf_box_name"
15317 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15318 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15319 #  include:
15320 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15321 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15322 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15323 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15324 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15325 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15326 #  layout:
15327 #    title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15328 #    layout: "plot-throughput"
15329 #
15330 #- type: "plot"
15331 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15332 #  algorithm: "plot_perf_box_name"
15333 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15334 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15335 #  include:
15336 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15337 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15338 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15339 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15340 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15341 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15342 #  layout:
15343 #    title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15344 #    layout: "plot-throughput"
15345 #
15346 #- type: "plot"
15347 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15348 #  algorithm: "plot_perf_box_name"
15349 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15350 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15351 #  include:
15352 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15353 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15354 #  layout:
15355 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15356 #    layout: "plot-throughput"
15357 #
15358 #- type: "plot"
15359 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15360 #  algorithm: "plot_perf_box_name"
15361 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15362 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15363 #  include:
15364 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15365 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15366 #  layout:
15367 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15368 #    layout: "plot-throughput"
15369 #
15370 #- type: "plot"
15371 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15372 #  algorithm: "plot_perf_box_name"
15373 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15374 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15375 #  include:
15376 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15377 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15378 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15379 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15380 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15381 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15382 #  layout:
15383 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15384 #    layout: "plot-throughput"
15385 #
15386 #- type: "plot"
15387 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15388 #  algorithm: "plot_perf_box_name"
15389 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15390 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15391 #  include:
15392 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15393 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15394 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15395 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15396 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15397 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15398 #  layout:
15399 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15400 #    layout: "plot-throughput"
15401 #
15402 #- type: "plot"
15403 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15404 #  algorithm: "plot_perf_box_name"
15405 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15406 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15407 #  include:
15408 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15409 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15410 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15411 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15412 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15413 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15414 #  layout:
15415 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15416 #    layout: "plot-throughput"
15417 #
15418 #- type: "plot"
15419 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15420 #  algorithm: "plot_perf_box_name"
15421 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15422 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15423 #  include:
15424 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15425 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15426 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15427 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15428 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15429 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15430 #  layout:
15431 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15432 #    layout: "plot-throughput"
15433 #
15434 #- type: "plot"
15435 #  title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15436 #  algorithm: "plot_perf_box_name"
15437 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15438 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15439 #  include:
15440 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15441 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15442 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15443 #  layout:
15444 #    title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15445 #    layout: "plot-throughput"
15446 #
15447 #- type: "plot"
15448 #  title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15449 #  algorithm: "plot_perf_box_name"
15450 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15451 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15452 #  include:
15453 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15454 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15455 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15456 #  layout:
15457 #    title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15458 #    layout: "plot-throughput"
15459 #
15460 #- type: "plot"
15461 #  title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15462 #  algorithm: "plot_perf_box_name"
15463 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15464 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15465 #  include:
15466 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15467 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15468 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15469 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15470 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15471 #  layout:
15472 #    title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15473 #    layout: "plot-throughput"
15474 #
15475 #- type: "plot"
15476 #  title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15477 #  algorithm: "plot_perf_box_name"
15478 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15479 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15480 #  include:
15481 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15482 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15483 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15484 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15485 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15486 #  layout:
15487 #    title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15488 #    layout: "plot-throughput"
15489 #
15490 #- type: "plot"
15491 #  title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15492 #  algorithm: "plot_perf_box_name"
15493 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15494 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15495 #  include:
15496 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15497 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15498 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15499 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15500 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15501 #  layout:
15502 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15503 #    layout: "plot-throughput"
15504 #
15505 #- type: "plot"
15506 #  title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15507 #  algorithm: "plot_perf_box_name"
15508 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15509 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15510 #  include:
15511 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15512 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15513 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15514 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15515 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15516 #  layout:
15517 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15518 #    layout: "plot-throughput"
15519 #
15520 #- type: "plot"
15521 #  title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15522 #  algorithm: "plot_perf_box_name"
15523 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15524 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15525 #  include:
15526 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15527 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15528 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15529 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15530 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15531 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15532 #  layout:
15533 #    title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15534 #    layout: "plot-throughput"
15535 #
15536 #- type: "plot"
15537 #  title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15538 #  algorithm: "plot_perf_box_name"
15539 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15540 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15541 #  include:
15542 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15543 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15544 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15545 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15546 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15547 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15548 #  layout:
15549 #    title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15550 #    layout: "plot-throughput"
15551 #
15552 #- type: "plot"
15553 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15554 #  algorithm: "plot_perf_box_name"
15555 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15556 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15557 #  include:
15558 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15559 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15560 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15561 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15562 #  layout:
15563 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15564 #    layout: "plot-throughput"
15565 #
15566 #- type: "plot"
15567 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15568 #  algorithm: "plot_perf_box_name"
15569 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15570 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15571 #  include:
15572 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15573 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15574 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15575 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15576 #  layout:
15577 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15578 #    layout: "plot-throughput"
15579 #
15580 #- type: "plot"
15581 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15582 #  algorithm: "plot_perf_box_name"
15583 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15584 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15585 #  include:
15586 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15587 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15588 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15589 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15590 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15591 #  layout:
15592 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15593 #    layout: "plot-throughput"
15594 #
15595 #- type: "plot"
15596 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15597 #  algorithm: "plot_perf_box_name"
15598 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15599 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15600 #  include:
15601 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15602 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15603 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15604 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15605 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15606 #  layout:
15607 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15608 #    layout: "plot-throughput"
15609 #
15610 #- type: "plot"
15611 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15612 #  algorithm: "plot_perf_box_name"
15613 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15614 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15615 #  include:
15616 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15617 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15618 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15619 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15620 #  layout:
15621 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15622 #    layout: "plot-throughput"
15623 #
15624 #- type: "plot"
15625 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15626 #  algorithm: "plot_perf_box_name"
15627 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15628 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15629 #  include:
15630 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15631 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15632 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15633 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15634 #  layout:
15635 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15636 #    layout: "plot-throughput"
15637 #
15638 #- type: "plot"
15639 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15640 #  algorithm: "plot_perf_box_name"
15641 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15642 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15643 #  include:
15644 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15645 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15646 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15647 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15648 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15649 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15650 #  layout:
15651 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15652 #    layout: "plot-throughput"
15653 #
15654 #- type: "plot"
15655 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15656 #  algorithm: "plot_perf_box_name"
15657 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15658 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15659 #  include:
15660 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15661 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15662 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15663 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15664 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15665 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15666 #  layout:
15667 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15668 #    layout: "plot-throughput"
15669 #
15670 #- type: "plot"
15671 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15672 #  algorithm: "plot_perf_box_name"
15673 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15674 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15675 #  include:
15676 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15677 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15678 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15679 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15680 #  layout:
15681 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15682 #    layout: "plot-throughput"
15683 #
15684 #- type: "plot"
15685 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15686 #  algorithm: "plot_perf_box_name"
15687 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15688 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15689 #  include:
15690 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15691 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15692 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15693 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15694 #  layout:
15695 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15696 #    layout: "plot-throughput"
15697 #
15698 #- type: "plot"
15699 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15700 #  algorithm: "plot_perf_box_name"
15701 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15702 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15703 #  include:
15704 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15705 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15706 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15707 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15708 #  layout:
15709 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15710 #    layout: "plot-throughput"
15711 #
15712 #- type: "plot"
15713 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15714 #  algorithm: "plot_perf_box_name"
15715 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15716 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15717 #  include:
15718 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15719 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15720 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15721 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15722 #  layout:
15723 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15724 #    layout: "plot-throughput"
15725 #
15726 #- type: "plot"
15727 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15728 #  algorithm: "plot_perf_box_name"
15729 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15730 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15731 #  include:
15732 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15733 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15734 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15735 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15736 #  layout:
15737 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15738 #    layout: "plot-throughput"
15739 #
15740 #- type: "plot"
15741 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15742 #  algorithm: "plot_perf_box_name"
15743 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15744 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15745 #  include:
15746 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15747 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15748 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15749 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15750 #  layout:
15751 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15752 #    layout: "plot-throughput"
15753 #
15754 #- type: "plot"
15755 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15756 #  algorithm: "plot_perf_box_name"
15757 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15758 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15759 #  include:
15760 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15761 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15762 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15763 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15764 #  layout:
15765 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15766 #    layout: "plot-throughput"
15767 #
15768 #- type: "plot"
15769 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15770 #  algorithm: "plot_perf_box_name"
15771 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15772 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15773 #  include:
15774 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15775 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15776 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15777 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15778 #  layout:
15779 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15780 #    layout: "plot-throughput"
15781 #
15782 #- type: "plot"
15783 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15784 #  algorithm: "plot_perf_box_name"
15785 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15786 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15787 #  include:
15788 #    - "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"
15789 #    - "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"
15790 #    - "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"
15791 #    - "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"
15792 #  layout:
15793 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15794 #    layout: "plot-throughput"
15795 #
15796 #- type: "plot"
15797 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15798 #  algorithm: "plot_perf_box_name"
15799 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15800 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15801 #  include:
15802 #    - "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"
15803 #    - "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"
15804 #    - "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"
15805 #    - "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"
15806 #  layout:
15807 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15808 #    layout: "plot-throughput"
15809 #
15810 #################################################################################
15811 #
15812 ## Packet Speedup
15813 #
15814 #- type: "plot"
15815 #  title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15816 #  algorithm: "plot_tsa_name"
15817 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15818 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15819 #  include:
15820 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15821 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15822 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15823 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15824 #  layout:
15825 #    title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
15826 #    layout: "plot-throughput-speedup-analysis"
15827 #
15828 #- type: "plot"
15829 #  title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15830 #  algorithm: "plot_tsa_name"
15831 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15832 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15833 #  include:
15834 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15835 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15836 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15837 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15838 #  layout:
15839 #    title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
15840 #    layout: "plot-throughput-speedup-analysis"
15841 #
15842 #- type: "plot"
15843 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15844 #  algorithm: "plot_tsa_name"
15845 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15846 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15847 #  include:
15848 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15849 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15850 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15851 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15852 #  layout:
15853 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15854 #    layout: "plot-throughput"
15855 #
15856 #- type: "plot"
15857 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15858 #  algorithm: "plot_tsa_name"
15859 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15860 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15861 #  include:
15862 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15863 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15864 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15865 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15866 #  layout:
15867 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15868 #    layout: "plot-throughput"
15869 #
15870 #- type: "plot"
15871 #  title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15872 #  algorithm: "plot_tsa_name"
15873 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15874 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15875 #  include:
15876 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15877 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15878 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15879 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15880 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15881 #  layout:
15882 #    title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
15883 #    layout: "plot-throughput-speedup-analysis"
15884 #
15885 #- type: "plot"
15886 #  title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15887 #  algorithm: "plot_tsa_name"
15888 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15889 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15890 #  include:
15891 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15892 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15893 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15894 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15895 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15896 #  layout:
15897 #    title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
15898 #    layout: "plot-throughput-speedup-analysis"
15899 #
15900 #- type: "plot"
15901 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15902 #  algorithm: "plot_tsa_name"
15903 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15904 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15905 #  include:
15906 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15907 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15908 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15909 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15910 #  layout:
15911 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15912 #    layout: "plot-throughput-speedup-analysis"
15913 #
15914 #- type: "plot"
15915 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15916 #  algorithm: "plot_tsa_name"
15917 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15918 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15919 #  include:
15920 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15921 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15922 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15923 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15924 #  layout:
15925 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15926 #    layout: "plot-throughput-speedup-analysis"
15927 #
15928 #- type: "plot"
15929 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15930 #  algorithm: "plot_tsa_name"
15931 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15932 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15933 #  include:
15934 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15935 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15936 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15937 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15938 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15939 #  layout:
15940 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15941 #    layout: "plot-throughput-speedup-analysis"
15942 #
15943 #- type: "plot"
15944 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15945 #  algorithm: "plot_tsa_name"
15946 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15947 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15948 #  include:
15949 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15950 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15951 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15952 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15953 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15954 #  layout:
15955 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15956 #    layout: "plot-throughput-speedup-analysis"
15957 #
15958 #- type: "plot"
15959 #  title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15960 #  algorithm: "plot_tsa_name"
15961 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15962 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15963 #  include:
15964 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15965 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15966 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15967 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15968 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15969 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15970 #  layout:
15971 #    title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15972 #    layout: "plot-throughput-speedup-analysis"
15973 #
15974 #- type: "plot"
15975 #  title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15976 #  algorithm: "plot_tsa_name"
15977 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15978 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15979 #  include:
15980 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15981 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15982 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15983 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15984 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15985 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15986 #  layout:
15987 #    title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15988 #    layout: "plot-throughput-speedup-analysis"
15989 #
15990 #- type: "plot"
15991 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-tsa"
15992 #  algorithm: "plot_tsa_name"
15993 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-tsa"
15994 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15995 #  include:
15996 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15997 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15998 #  layout:
15999 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16000 #    layout: "plot-throughput"
16001 #
16002 #- type: "plot"
16003 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr-tsa"
16004 #  algorithm: "plot_tsa_name"
16005 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr-tsa"
16006 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16007 #  include:
16008 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16009 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16010 #  layout:
16011 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16012 #    layout: "plot-throughput"
16013 #
16014 #- type: "plot"
16015 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-tsa"
16016 #  algorithm: "plot_tsa_name"
16017 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-tsa"
16018 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16019 #  include:
16020 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16021 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16022 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16023 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16024 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16025 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16026 #  layout:
16027 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16028 #    layout: "plot-throughput"
16029 #
16030 #- type: "plot"
16031 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr-tsa"
16032 #  algorithm: "plot_tsa_name"
16033 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr-tsa"
16034 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16035 #  include:
16036 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16037 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16038 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16039 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16040 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16041 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16042 #  layout:
16043 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16044 #    layout: "plot-throughput"
16045 #
16046 #- type: "plot"
16047 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-tsa"
16048 #  algorithm: "plot_tsa_name"
16049 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-tsa"
16050 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16051 #  include:
16052 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16053 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16054 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16055 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16056 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16057 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16058 #  layout:
16059 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16060 #    layout: "plot-throughput"
16061 #
16062 #- type: "plot"
16063 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr-tsa"
16064 #  algorithm: "plot_tsa_name"
16065 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr-tsa"
16066 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16067 #  include:
16068 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16069 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16070 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16071 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16072 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16073 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16074 #  layout:
16075 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16076 #    layout: "plot-throughput"
16077 #
16078 #- type: "plot"
16079 #  title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16080 #  algorithm: "plot_tsa_name"
16081 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16082 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16083 #  include:
16084 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16085 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16086 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16087 #  layout:
16088 #    title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr"
16089 #    layout: "plot-throughput-speedup-analysis"
16090 #
16091 #- type: "plot"
16092 #  title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16093 #  algorithm: "plot_tsa_name"
16094 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16095 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16096 #  include:
16097 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16098 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16099 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16100 #  layout:
16101 #    title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr"
16102 #    layout: "plot-throughput-speedup-analysis"
16103 #
16104 #- type: "plot"
16105 #  title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16106 #  algorithm: "plot_tsa_name"
16107 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16108 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16109 #  include:
16110 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16111 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16112 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16113 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16114 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16115 #  layout:
16116 #    title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
16117 #    layout: "plot-throughput-speedup-analysis"
16118 #
16119 #- type: "plot"
16120 #  title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16121 #  algorithm: "plot_tsa_name"
16122 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16123 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16124 #  include:
16125 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16126 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16127 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16128 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16129 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16130 #  layout:
16131 #    title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
16132 #    layout: "plot-throughput-speedup-analysis"
16133 #
16134 #- type: "plot"
16135 #  title: "Speedup: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-tsa"
16136 #  algorithm: "plot_tsa_name"
16137 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-tsa"
16138 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16139 #  include:
16140 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16141 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16142 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16143 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16144 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16145 #  layout:
16146 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16147 #    layout: "plot-throughput"
16148 #
16149 #- type: "plot"
16150 #  title: "Speedup: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr-tsa"
16151 #  algorithm: "plot_tsa_name"
16152 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr-tsa"
16153 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16154 #  include:
16155 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16156 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16157 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16158 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16159 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16160 #  layout:
16161 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16162 #    layout: "plot-throughput"
16163 #
16164 #- type: "plot"
16165 #  title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16166 #  algorithm: "plot_tsa_name"
16167 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16168 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16169 #  include:
16170 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16171 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16172 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16173 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16174 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16175 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16176 #  layout:
16177 #    title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
16178 #    layout: "plot-throughput-speedup-analysis"
16179 #
16180 #- type: "plot"
16181 #  title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16182 #  algorithm: "plot_tsa_name"
16183 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16184 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16185 #  include:
16186 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16187 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16188 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16189 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16190 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16191 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16192 #  layout:
16193 #    title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
16194 #    layout: "plot-throughput-speedup-analysis"
16195 #
16196 #- type: "plot"
16197 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16198 #  algorithm: "plot_tsa_name"
16199 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16200 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16201 #  include:
16202 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16203 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16204 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16205 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16206 #  layout:
16207 #    title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
16208 #    layout: "plot-throughput-speedup-analysis"
16209 #
16210 #- type: "plot"
16211 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16212 #  algorithm: "plot_tsa_name"
16213 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16214 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16215 #  include:
16216 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16217 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16218 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16219 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16220 #  layout:
16221 #    title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
16222 #    layout: "plot-throughput-speedup-analysis"
16223 #
16224 #- type: "plot"
16225 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16226 #  algorithm: "plot_tsa_name"
16227 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16228 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16229 #  include:
16230 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16231 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16232 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16233 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16234 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16235 #  layout:
16236 #    title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
16237 #    layout: "plot-throughput-speedup-analysis"
16238 #
16239 #- type: "plot"
16240 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16241 #  algorithm: "plot_tsa_name"
16242 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16243 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16244 #  include:
16245 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16246 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16247 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16248 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16249 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16250 #  layout:
16251 #    title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
16252 #    layout: "plot-throughput-speedup-analysis"
16253 #
16254 #- type: "plot"
16255 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16256 #  algorithm: "plot_tsa_name"
16257 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16258 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16259 #  include:
16260 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16261 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16262 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16263 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16264 #  layout:
16265 #    title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
16266 #    layout: "plot-throughput-speedup-analysis"
16267 #
16268 #- type: "plot"
16269 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16270 #  algorithm: "plot_tsa_name"
16271 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16272 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16273 #  include:
16274 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16275 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16276 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16277 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16278 #  layout:
16279 #    title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
16280 #    layout: "plot-throughput-speedup-analysis"
16281 #
16282 #- type: "plot"
16283 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-tsa"
16284 #  algorithm: "plot_tsa_name"
16285 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-tsa"
16286 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16287 #  include:
16288 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
16289 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16290 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16291 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
16292 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
16293 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16294 #  layout:
16295 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
16296 #    layout: "plot-throughput"
16297 #
16298 #- type: "plot"
16299 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr-tsa"
16300 #  algorithm: "plot_tsa_name"
16301 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr-tsa"
16302 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16303 #  include:
16304 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
16305 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16306 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16307 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
16308 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
16309 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16310 #  layout:
16311 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
16312 #    layout: "plot-throughput"
16313 #
16314 #- type: "plot"
16315 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-tsa"
16316 #  algorithm: "plot_tsa_name"
16317 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-tsa"
16318 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16319 #  include:
16320 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16321 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16322 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16323 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16324 #  layout:
16325 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
16326 #    layout: "plot-throughput"
16327 #
16328 #- type: "plot"
16329 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr-tsa"
16330 #  algorithm: "plot_tsa_name"
16331 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr-tsa"
16332 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16333 #  include:
16334 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16335 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16336 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16337 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16338 #  layout:
16339 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
16340 #    layout: "plot-throughput"
16341 #
16342 #- type: "plot"
16343 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16344 #  algorithm: "plot_tsa_name"
16345 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16346 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16347 #  include:
16348 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16349 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16350 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16351 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16352 #  layout:
16353 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16354 #    layout: "plot-throughput-speedup-analysis"
16355 #
16356 #- type: "plot"
16357 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16358 #  algorithm: "plot_tsa_name"
16359 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16360 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16361 #  include:
16362 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16363 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16364 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16365 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16366 #  layout:
16367 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16368 #    layout: "plot-throughput-speedup-analysis"
16369 #
16370 #- type: "plot"
16371 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16372 #  algorithm: "plot_tsa_name"
16373 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16374 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16375 #  include:
16376 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16377 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16378 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16379 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16380 #  layout:
16381 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16382 #    layout: "plot-throughput-speedup-analysis"
16383 #
16384 #- type: "plot"
16385 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16386 #  algorithm: "plot_tsa_name"
16387 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16388 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16389 #  include:
16390 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16391 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16392 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16393 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16394 #  layout:
16395 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16396 #    layout: "plot-throughput-speedup-analysis"
16397 #
16398 #- type: "plot"
16399 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-tsa"
16400 #  algorithm: "plot_tsa_name"
16401 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-tsa"
16402 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16403 #  include:
16404 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16405 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16406 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16407 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16408 #  layout:
16409 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
16410 #    layout: "plot-throughput"
16411 #
16412 #- type: "plot"
16413 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr-tsa"
16414 #  algorithm: "plot_tsa_name"
16415 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr-tsa"
16416 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16417 #  include:
16418 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16419 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16420 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16421 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16422 #  layout:
16423 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
16424 #    layout: "plot-throughput"
16425 #
16426 #- type: "plot"
16427 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16428 #  algorithm: "plot_tsa_name"
16429 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16430 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16431 #  include:
16432 #    - "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"
16433 #    - "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"
16434 #    - "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"
16435 #    - "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"
16436 #  layout:
16437 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
16438 #    layout: "plot-throughput"
16439 #
16440 #- type: "plot"
16441 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
16442 #  algorithm: "plot_tsa_name"
16443 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
16444 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16445 #  include:
16446 #    - "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"
16447 #    - "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"
16448 #    - "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"
16449 #    - "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"
16450 #  layout:
16451 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
16452 #    layout: "plot-throughput"
16453
16454 ################################################################################
16455
16456 # Packet Throughput - DPDK
16457
16458 # 2n-clx-xxv710
16459
16460 #- type: "plot"
16461 #  title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
16462 #  algorithm: "plot_perf_box_name"
16463 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
16464 #  data: "plot-dpdk-throughput-latency-2n-clx"
16465 #  include:
16466 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16467 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16468 #  layout:
16469 #    title: "2n-clx-xxv710-64b-2t1c-base-ndr"
16470 #    layout: "plot-throughput"
16471 #
16472 #- type: "plot"
16473 #  title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
16474 #  algorithm: "plot_perf_box_name"
16475 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
16476 #  data: "plot-dpdk-throughput-latency-2n-clx"
16477 #  include:
16478 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16479 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16480 #  layout:
16481 #    title: "2n-clx-xxv710-64b-4t2c-base-ndr"
16482 #    layout: "plot-throughput"
16483 #
16484 #- type: "plot"
16485 #  title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
16486 #  algorithm: "plot_perf_box_name"
16487 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
16488 #  data: "plot-dpdk-throughput-latency-2n-clx"
16489 #  include:
16490 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16491 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16492 #  layout:
16493 #    title: "2n-clx-xxv710-64b-2t1c-base-pdr"
16494 #    layout: "plot-throughput"
16495 #
16496 #- type: "plot"
16497 #  title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
16498 #  algorithm: "plot_perf_box_name"
16499 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
16500 #  data: "plot-dpdk-throughput-latency-2n-clx"
16501 #  include:
16502 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16503 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16504 #  layout:
16505 #    title: "2n-clx-xxv710-64b-4t2c-base-pdr"
16506 #    layout: "plot-throughput"
16507 #
16508 ## 2n-clx-x710
16509 #
16510 #- type: "plot"
16511 #  title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
16512 #  algorithm: "plot_perf_box_name"
16513 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
16514 #  data: "plot-dpdk-throughput-latency-2n-clx"
16515 #  include:
16516 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16517 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16518 #  layout:
16519 #    title: "2n-clx-x710-64b-2t1c-base-ndr"
16520 #    layout: "plot-throughput"
16521 #
16522 #- type: "plot"
16523 #  title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
16524 #  algorithm: "plot_perf_box_name"
16525 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
16526 #  data: "plot-dpdk-throughput-latency-2n-clx"
16527 #  include:
16528 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16529 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16530 #  layout:
16531 #    title: "2n-clx-x710-64b-4t2c-base-ndr"
16532 #    layout: "plot-throughput"
16533 #
16534 #- type: "plot"
16535 #  title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
16536 #  algorithm: "plot_perf_box_name"
16537 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
16538 #  data: "plot-dpdk-throughput-latency-2n-clx"
16539 #  include:
16540 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16541 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16542 #  layout:
16543 #    title: "2n-clx-x710-64b-2t1c-base-pdr"
16544 #    layout: "plot-throughput"
16545 #
16546 #- type: "plot"
16547 #  title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
16548 #  algorithm: "plot_perf_box_name"
16549 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
16550 #  data: "plot-dpdk-throughput-latency-2n-clx"
16551 #  include:
16552 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16553 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16554 #  layout:
16555 #    title: "2n-clx-x710-64b-4t2c-base-pdr"
16556 #    layout: "plot-throughput"
16557
16558 ################################################################################
16559
16560 #- type: "plot"
16561 #  title: "Latency by percentile: 2n-skx"
16562 #  algorithm: "plot_hdrh_lat_by_percentile"
16563 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
16564 #  output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
16565 #  target-links: "../../_static/vpp"
16566 #  data: "plot-vpp-hdrh-lat-2n-skx"
16567 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16568 #  layout:
16569 #    layout: "plot-hdrh-latency-by-percentile"
16570
16571 #- type: "plot"
16572 #  title: "Latency by percentile: 3n-skx"
16573 #  algorithm: "plot_hdrh_lat_by_percentile"
16574 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
16575 #  output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
16576 #  target-links: "../../_static/vpp"
16577 #  data: "plot-vpp-hdrh-lat-3n-skx"
16578 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16579 #  layout:
16580 #    layout: "plot-hdrh-latency-by-percentile"
16581
16582 #- type: "plot"
16583 #  title: "Latency by percentile: 2n-clx"
16584 #  algorithm: "plot_hdrh_lat_by_percentile"
16585 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
16586 #  output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
16587 #  target-links: "../../_static/vpp"
16588 #  data: "plot-vpp-hdrh-lat-2n-clx"
16589 #  filter: "'2T1C' and 'NIC_Mellanox-CX556A'"
16590 #  layout:
16591 #    layout: "plot-hdrh-latency-by-percentile"
16592
16593 - type: "plot"
16594   title: "Latency by percentile: 3n-hsw"
16595   algorithm: "plot_hdrh_lat_by_percentile"
16596   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
16597   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
16598   target-links: "../../_static/vpp"
16599   data: "plot-vpp-hdrh-lat-3n-hsw"
16600   filter: "'1T1C' and 'NIC_Intel-XL710'"
16601   layout:
16602     layout: "plot-hdrh-latency-by-percentile"
16603
16604 - type: "plot"
16605   title: "Latency by percentile: 3n-tsh"
16606   algorithm: "plot_hdrh_lat_by_percentile"
16607   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
16608   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
16609   target-links: "../../_static/vpp"
16610   data: "plot-vpp-hdrh-lat-3n-tsh"
16611   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16612   layout:
16613     layout: "plot-hdrh-latency-by-percentile"
16614
16615 - type: "plot"
16616   title: "Latency by percentile: DPDK 3n-hsw"
16617   algorithm: "plot_hdrh_lat_by_percentile"
16618   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
16619   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
16620   target-links: "../../_static/dpdk"
16621   data: "plot-dpdk-hdrh-lat-3n-hsw"
16622   filter: "'1T1C' and 'NIC_Intel-XL710'"
16623   layout:
16624     layout: "plot-hdrh-latency-by-percentile"
16625
16626 - type: "plot"
16627   title: "Latency by percentile: DPDK 3n-tsh"
16628   algorithm: "plot_hdrh_lat_by_percentile"
16629   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
16630   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
16631   target-links: "../../_static/dpdk"
16632   data: "plot-dpdk-hdrh-lat-3n-tsh"
16633   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16634   layout:
16635     layout: "plot-hdrh-latency-by-percentile"