PAL: Fix pdf
[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         - 42  # NDRPDR full
542         - 46  # NDRPDR full
543
544     vpp-perf-results-3n-skx:
545       # TODO: Replace
546       csit-vpp-perf-verify-2001-3n-skx:
547         - 14  # NDRPDR sel
548
549     vpp-perf-results-2n-skx:
550       csit-vpp-perf-verify-2001-2n-skx:
551         - 32  # NDRPDR full
552         - 33  # NDRPDR full
553
554     vpp-perf-results-2n-clx:
555       # TODO: Replace
556       csit-vpp-perf-verify-2001-2n-clx:
557         - 22  # NDRPDR sel
558
559     vpp-perf-results-3n-tsh:
560       # TODO: Replace
561       csit-vpp-perf-verify-2001-3n-tsh:
562         - 3   # NDRPDR sel
563
564     vpp-perf-results-3n-dnv:
565       csit-vpp-perf-verify-2001-3n-dnv:
566         - 19  # NDRPDR full
567         - 20  # NDRPDR full
568         - 21  # NDRPDR full
569         - 22  # NDRPDR full
570         - 23  # NDRPDR full
571         - 24  # NDRPDR full
572         - 25  # NDRPDR full
573         - 26  # NDRPDR full
574
575     vpp-perf-results-2n-dnv:
576       csit-vpp-perf-verify-2001-2n-dnv:
577         - 21  # NDRPDR full
578         - 22  # NDRPDR full
579         - 25  # NDRPDR full
580         - 26  # NDRPDR full
581         - 27  # NDRPDR full
582         - 28  # NDRPDR full
583
584     vpp-mrr-results-3n-hsw:
585       csit-vpp-perf-verify-2001-3n-hsw:
586         - 17  # MRR sel
587
588     vpp-mrr-results-3n-skx:
589       # TODO: Replace
590       # csit-vpp-perf-verify-2001-3n-skx:
591       csit-vpp-perf-verify-1908-3n-skx:
592         - 36  # MRR sel
593
594     vpp-mrr-results-2n-skx:
595       # TODO: Replace
596       # csit-vpp-perf-verify-2001-2n-skx:
597       csit-vpp-perf-verify-1908-2n-skx:
598         - 69  # MRR sel
599
600     vpp-mrr-results-2n-clx:
601       # TODO: Replace
602       # csit-vpp-perf-verify-2001-2n-clx:
603       csit-vpp-perf-verify-1908-2n-skx:
604         - 69  # MRR sel
605
606     vpp-mrr-results-3n-tsh:
607       # TODO: Replace
608       # csit-vpp-perf-verify-2001-3n-tsh:
609       csit-vpp-perf-verify-1908-3n-tsh:
610         - 17  # MRR sel
611
612     vpp-mrr-results-3n-dnv:
613       csit-vpp-perf-verify-2001-3n-dnv:
614         - 11  # MRR sel
615
616     vpp-mrr-results-2n-dnv:
617       csit-vpp-perf-verify-2001-2n-dnv:
618         - 12  # MRR sel
619
620     vpp-device-results-ubuntu:
621       csit-vpp-device-2001-ubuntu1804-1n-skx:
622         - 57
623
624     dpdk-perf-results-3n-hsw:
625       csit-dpdk-perf-verify-2001-3n-hsw:
626         - 25  # NDRPDR full
627         - 26  # NDRPDR full
628
629     dpdk-perf-results-3n-skx:
630       csit-dpdk-perf-verify-2001-3n-skx:
631         - 1   # NDRPDR sel
632
633     dpdk-perf-results-2n-skx:
634       csit-dpdk-perf-verify-2001-2n-skx:
635         - 1   # NDRPDR sel
636
637     dpdk-perf-results-2n-clx:
638       csit-dpdk-perf-verify-2001-2n-clx:
639         - 1   # NDRPDR sel
640
641     dpdk-perf-results-2n-dnv:
642       csit-dpdk-perf-verify-2001-2n-dnv:
643         - 16  # NDRPDR sel
644
645     dpdk-perf-results-3n-dnv:
646       csit-dpdk-perf-verify-2001-3n-dnv:
647         - 12  # NDRPDR sel
648
649     dpdk-perf-results-3n-tsh:
650       csit-dpdk-perf-verify-2001-3n-tsh:
651         - 3   # NDRPDR sel
652
653 ###########################################################################
654     # Tables (more than one data set)
655
656     # Performance changes
657
658     vpp-performance-changes-3n-hsw-h1:
659       csit-vpp-perf-verify-1904-3n-hsw:
660         - 11  # NDRPDR sel
661         - 12  # NDRPDR sel
662         - 20  # NDRPDR sel
663         - 21  # NDRPDR sel
664         - 23  # NDRPDR sel
665         - 24  # NDRPDR sel
666         - 25  # NDRPDR sel
667         - 26  # NDRPDR sel
668         - 29  # NDRPDR sel
669         - 30  # NDRPDR sel
670     vpp-performance-changes-3n-hsw-ref:
671       csit-vpp-perf-verify-1908-3n-hsw:
672         - 12  # NDRPDR sel
673         - 13  # NDRPDR sel
674         - 14  # NDRPDR sel
675         - 15  # NDRPDR sel
676         - 16  # NDRPDR sel
677         - 17  # NDRPDR sel
678         - 18  # NDRPDR sel
679         - 19  # NDRPDR sel
680         - 20  # NDRPDR sel
681         - 21  # NDRPDR sel
682     vpp-performance-changes-3n-hsw-cmp:
683       csit-vpp-perf-verify-2001-3n-hsw:
684         - 21  # NDRPDR sel
685         - 22  # NDRPDR sel
686         - 23  # NDRPDR sel
687         - 24  # NDRPDR sel
688         - 25  # NDRPDR sel
689         - 29  # NDRPDR sel
690         - 30  # NDRPDR sel
691         - 31  # NDRPDR sel
692         - 32  # NDRPDR sel
693         - 34  # NDRPDR sel
694     vpp-performance-changes-3n-hsw:
695       - "vpp-performance-changes-3n-hsw-h1"
696       - "vpp-performance-changes-3n-hsw-ref"
697       - "vpp-performance-changes-3n-hsw-cmp"
698
699     vpp-performance-changes-3n-skx-h1:
700       csit-vpp-perf-verify-1904-3n-skx:
701         - 8   # NDRPDR sel
702         - 9   # NDRPDR sel
703         - 10  # NDRPDR sel
704         - 11  # NDRPDR sel
705         - 12  # NDRPDR sel
706         - 14  # NDRPDR sel
707         - 16  # NDRPDR sel
708         - 21  # NDRPDR sel
709         - 23  # NDRPDR sel
710         - 25  # NDRPDR sel
711     vpp-performance-changes-3n-skx-ref:
712       csit-vpp-perf-verify-1908-3n-skx:
713         - 14  # NDRPDR sel
714         - 16  # NDRPDR sel
715         - 19  # NDRPDR sel
716         - 20  # NDRPDR sel
717         - 22  # NDRPDR sel
718         - 23  # NDRPDR sel
719         - 24  # NDRPDR sel
720         - 25  # NDRPDR sel
721         - 26  # NDRPDR sel
722         - 29  # NDRPDR sel
723     vpp-performance-changes-3n-skx-cmp:
724       # TODO: Add the data
725       csit-vpp-perf-verify-2001-3n-skx:
726         - 14  # NDRPDR sel
727         - 15  # NDRPDR sel
728         - 16  # NDRPDR sel
729     vpp-performance-changes-3n-skx:
730       - "vpp-performance-changes-3n-skx-h1"
731       - "vpp-performance-changes-3n-skx-ref"
732       - "vpp-performance-changes-3n-skx-cmp"
733
734     vpp-performance-changes-2n-skx-h1:
735       csit-vpp-perf-verify-1904-2n-skx:
736         - 12  # NDRPDR sel
737         - 14  # NDRPDR sel
738         - 16  # NDRPDR sel
739         - 17  # NDRPDR sel
740         - 18  # NDRPDR sel
741         - 21  # NDRPDR sel
742         - 27  # NDRPDR sel
743         - 30  # NDRPDR sel
744         - 31  # NDRPDR sel
745         - 32  # NDRPDR sel
746     vpp-performance-changes-2n-skx-ref:
747       csit-vpp-perf-verify-1908-2n-skx:
748         - 26  # NDRPDR sel
749         - 27  # NDRPDR sel
750         - 34  # NDRPDR sel
751         - 35  # NDRPDR sel
752         - 36  # NDRPDR sel
753         - 42  # NDRPDR sel
754         - 43  # NDRPDR sel
755         - 44  # NDRPDR sel
756         - 45  # NDRPDR sel
757         - 46  # NDRPDR sel
758     vpp-performance-changes-2n-skx-cmp:
759       # TODO: Add the data
760       csit-vpp-perf-verify-2001-2n-skx:
761         - 21  # NDRPDR sel
762         - 22  # NDRPDR sel
763         - 23  # NDRPDR sel
764         - 26  # NDRPDR sel
765         - 27  # NDRPDR sel
766         - 29  # NDRPDR sel
767     vpp-performance-changes-2n-skx:
768       - "vpp-performance-changes-2n-skx-h1"
769       - "vpp-performance-changes-2n-skx-ref"
770       - "vpp-performance-changes-2n-skx-cmp"
771
772     vpp-performance-changes-nfv-2n-skx-ref:
773       csit-vpp-perf-verify-1908-2n-skx:
774         - 22  # NFV
775         - 31  # NFV
776         - 32  # NFV
777     vpp-performance-changes-nfv-2n-skx-cmp:
778       # TODO: Add the data
779       csit-vpp-perf-verify-2001-2n-skx:
780         - 30  # NFV
781         - 31  # NFV
782     vpp-performance-changes-nfv-2n-skx:
783       - "vpp-performance-changes-nfv-2n-skx-ref"
784       - "vpp-performance-changes-nfv-2n-skx-cmp"
785
786     vpp-performance-changes-2n-dnv-ref:
787       csit-vpp-perf-verify-1908-2n-dnv:
788         - 1   # NDRPDR sel
789         - 2   # NDRPDR sel
790         - 3   # NDRPDR sel
791         - 4   # NDRPDR sel
792         - 5   # NDRPDR sel
793         - 6   # NDRPDR sel
794         - 7   # NDRPDR sel
795         - 8   # NDRPDR sel
796         - 9   # NDRPDR sel
797         - 10  # NDRPDR sel
798     vpp-performance-changes-2n-dnv-cmp:
799       csit-vpp-perf-verify-2001-2n-dnv:
800         - 4   # NDRPDR sel
801         - 5   # NDRPDR sel
802         - 6   # NDRPDR sel
803         - 7   # NDRPDR sel
804         - 8   # NDRPDR sel
805         - 9   # NDRPDR sel
806         - 10  # NDRPDR sel
807         - 11  # NDRPDR sel
808         - 13  # NDRPDR sel
809         - 16  # NDRPDR sel
810     vpp-performance-changes-2n-dnv:
811       - "vpp-performance-changes-2n-dnv-ref"
812       - "vpp-performance-changes-2n-dnv-cmp"
813
814     vpp-performance-changes-3n-dnv-ref:
815       csit-vpp-perf-verify-1908-3n-dnv:
816         - 6   # NDRPDR sel
817         - 7   # NDRPDR sel
818         - 8   # NDRPDR sel
819         - 9   # NDRPDR sel
820         - 10  # NDRPDR sel
821         - 12  # NDRPDR sel
822         - 13  # NDRPDR sel
823         - 14  # NDRPDR sel
824         - 15  # NDRPDR sel
825         - 16  # NDRPDR sel
826     vpp-performance-changes-3n-dnv-cmp:
827       csit-vpp-perf-verify-2001-3n-dnv:
828         - 5   # NDRPDR sel
829         - 6   # NDRPDR sel
830         - 7   # NDRPDR sel
831         - 8   # NDRPDR sel
832         - 9   # NDRPDR sel
833         - 10  # NDRPDR sel
834         - 12  # NDRPDR sel
835         - 16  # NDRPDR sel
836         - 17  # NDRPDR sel
837         - 18  # NDRPDR sel
838     vpp-performance-changes-3n-dnv:
839       - "vpp-performance-changes-3n-dnv-ref"
840       - "vpp-performance-changes-3n-dnv-cmp"
841
842     vpp-performance-changes-3n-tsh-ref:
843       csit-vpp-perf-verify-1908-3n-tsh:
844         - 7   # NDRPDR sel
845         - 8   # NDRPDR sel
846         - 9   # NDRPDR sel
847         - 10  # NDRPDR sel
848         - 11  # NDRPDR sel
849         - 12  # NDRPDR sel
850         - 13  # NDRPDR sel
851         - 14  # NDRPDR sel
852         - 15  # NDRPDR sel
853         - 16  # NDRPDR sel
854     vpp-performance-changes-3n-tsh-cmp:
855       # TODO: Add the data
856       csit-vpp-perf-verify-2001-3n-tsh:
857         - 3   # NDRPDR sel
858         - 4   # NDRPDR sel
859         - 7   # NDRPDR sel
860         - 8   # NDRPDR sel
861     vpp-performance-changes-3n-tsh:
862       - "vpp-performance-changes-3n-tsh-ref"
863       - "vpp-performance-changes-3n-tsh-cmp"
864
865     vpp-soak-vs-ndr-2n-skx-ref:
866       # TODO: Replace
867       # csit-vpp-perf-verify-2001-2n-skx:
868       csit-vpp-perf-verify-1908-2n-skx:
869         - 26  # NDRPDR sel
870         - 27  # NDRPDR sel
871         - 34  # NDRPDR sel
872     vpp-soak-vs-ndr-2n-skx-cmp:
873       # TODO: Replace
874       # csit-vpp-perf-verify-2001-2n-skx:
875       csit-vpp-perf-verify-1908-2n-skx:
876         - 83  # SOAK
877         - 86  # SOAK
878     vpp-soak-vs-ndr-2n-skx:
879       # TODO: Replace
880       # csit-vpp-perf-verify-2001-2n-skx:
881       csit-vpp-perf-verify-1908-2n-skx:
882         - 26  # NDRPDR sel
883         - 27  # NDRPDR sel
884         - 34  # NDRPDR sel
885         - 83  # SOAK
886         - 86  # SOAK
887
888     vpp-performance-changes-3n-hsw-mrr-h1:
889       csit-vpp-perf-verify-1904-3n-hsw:
890         - 9   # MRR sel
891     vpp-performance-changes-3n-hsw-mrr-ref:
892       csit-vpp-perf-verify-1908-3n-hsw:
893         - 39  # MRR sel
894     vpp-performance-changes-3n-hsw-mrr-cmp:
895       csit-vpp-perf-verify-2001-3n-hsw:
896         - 17  # MRR sel
897     vpp-performance-changes-3n-hsw-mrr:
898       - "vpp-performance-changes-3n-hsw-mrr-h1"
899       - "vpp-performance-changes-3n-hsw-mrr-ref"
900       - "vpp-performance-changes-3n-hsw-mrr-cmp"
901
902     vpp-performance-changes-3n-skx-mrr-h1:
903       csit-vpp-perf-verify-1904-3n-skx:
904         - 7   # MRR sel
905     vpp-performance-changes-3n-skx-mrr-ref:
906       csit-vpp-perf-verify-1908-3n-skx:
907         - 36  # MRR sel
908     vpp-performance-changes-3n-skx-mrr-cmp:
909       # TODO: Replace
910       # csit-vpp-perf-verify-2001-3n-skx:
911       csit-vpp-perf-verify-1908-3n-skx:
912         - 36  # MRR sel
913     vpp-performance-changes-3n-skx-mrr:
914       - "vpp-performance-changes-3n-skx-mrr-h1"
915       - "vpp-performance-changes-3n-skx-mrr-ref"
916       - "vpp-performance-changes-3n-skx-mrr-cmp"
917
918     vpp-performance-changes-2n-skx-mrr-h1:
919       csit-vpp-perf-verify-1904-2n-skx:
920         - 11  # MRR sel
921     vpp-performance-changes-2n-skx-mrr-ref:
922       csit-vpp-perf-verify-1908-2n-skx:
923         - 69  # MRR sel
924     vpp-performance-changes-2n-skx-mrr-cmp:
925       # TODO: Replace
926       # csit-vpp-perf-verify-2001-2n-skx:
927       csit-vpp-perf-verify-1908-2n-skx:
928         - 69  # MRR sel
929     vpp-performance-changes-2n-skx-mrr:
930       - "vpp-performance-changes-2n-skx-mrr-h1"
931       - "vpp-performance-changes-2n-skx-mrr-ref"
932       - "vpp-performance-changes-2n-skx-mrr-cmp"
933
934     vpp-performance-changes-nfv-2n-skx-mrr-ref:
935       csit-vpp-perf-verify-1908-2n-skx:
936         - 71  # NFV MRR
937     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
938       # TODO: Replace
939       # csit-vpp-perf-verify-2001-2n-skx:
940       csit-vpp-perf-verify-1908-2n-skx:
941         - 71  # NFV MRR
942     vpp-performance-changes-nfv-2n-skx-mrr:
943       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
944       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
945
946     vpp-performance-changes-2n-dnv-mrr-ref:
947       csit-vpp-perf-verify-1908-2n-dnv:
948         - 11  # MRR sel
949     vpp-performance-changes-2n-dnv-mrr-cmp:
950       csit-vpp-perf-verify-2001-2n-dnv:
951         - 12  # MRR sel
952     vpp-performance-changes-2n-dnv-mrr:
953       - "vpp-performance-changes-2n-dnv-mrr-ref"
954       - "vpp-performance-changes-2n-dnv-mrr-cmp"
955
956     vpp-performance-changes-3n-dnv-mrr-ref:
957       csit-vpp-perf-verify-1908-3n-dnv:
958         - 17  # MRR sel
959     vpp-performance-changes-3n-dnv-mrr-cmp:
960       csit-vpp-perf-verify-2001-3n-dnv:
961         - 11  # MRR sel
962     vpp-performance-changes-3n-dnv-mrr:
963       - "vpp-performance-changes-3n-dnv-mrr-ref"
964       - "vpp-performance-changes-3n-dnv-mrr-cmp"
965
966     vpp-performance-changes-3n-tsh-mrr-ref:
967       csit-vpp-perf-verify-1908-3n-tsh:
968         - 17  # MRR sel
969     vpp-performance-changes-3n-tsh-mrr-cmp:
970       # TODO: Replace
971       # csit-vpp-perf-verify-2001-3n-tsh:
972       csit-vpp-perf-verify-1908-3n-tsh:
973         - 17  # MRR sel
974     vpp-performance-changes-3n-tsh-mrr:
975       - "vpp-performance-changes-3n-tsh-mrr-ref"
976       - "vpp-performance-changes-3n-tsh-mrr-cmp"
977
978     dpdk-performance-changes-3n-hsw-h1:
979       csit-dpdk-perf-verify-1904-3n-hsw:
980         - 2   # NDRPDR sel
981         - 3   # NDRPDR sel
982         - 5   # NDRPDR sel
983         - 6   # NDRPDR sel
984         - 13  # NDRPDR sel
985         - 14  # NDRPDR sel
986         - 15  # NDRPDR sel
987         - 18  # NDRPDR sel
988         - 19  # NDRPDR sel
989         - 20  # NDRPDR sel
990     dpdk-performance-changes-3n-hsw-ref:
991       csit-dpdk-perf-verify-1908-3n-hsw:
992         - 2   # NDRPDR sel
993         - 3   # NDRPDR sel
994         - 4   # NDRPDR sel
995         - 5   # NDRPDR sel
996         - 6   # NDRPDR sel
997         - 7   # NDRPDR sel
998         - 8   # NDRPDR sel
999         - 9   # NDRPDR sel
1000         - 10  # NDRPDR sel
1001         - 11  # NDRPDR sel
1002     dpdk-performance-changes-3n-hsw-cmp:
1003       csit-dpdk-perf-verify-2001-3n-hsw:
1004         - 4   # NDRPDR sel
1005         - 5   # NDRPDR sel
1006         - 6   # NDRPDR sel
1007         - 7   # NDRPDR sel
1008         - 8   # NDRPDR sel
1009         - 9   # NDRPDR sel
1010         - 10  # NDRPDR sel
1011         - 11  # NDRPDR sel
1012         - 12  # NDRPDR sel
1013         - 13  # NDRPDR sel
1014         - 15  # NDRPDR sel
1015         - 16  # NDRPDR sel
1016         - 17  # NDRPDR sel
1017         - 18  # NDRPDR sel
1018         - 19  # NDRPDR sel
1019         - 20  # NDRPDR sel
1020         - 21  # NDRPDR sel
1021         - 22  # NDRPDR sel
1022         - 23  # NDRPDR sel
1023         - 24  # NDRPDR sel
1024     dpdk-performance-changes-3n-hsw:
1025       - "dpdk-performance-changes-3n-hsw-h1"
1026       - "dpdk-performance-changes-3n-hsw-ref"
1027       - "dpdk-performance-changes-3n-hsw-cmp"
1028
1029     dpdk-performance-changes-3n-skx-h1:
1030       csit-dpdk-perf-verify-1904-3n-skx:
1031         - 2   # NDRPDR sel
1032         - 3   # NDRPDR sel
1033         - 4   # NDRPDR sel
1034         - 5   # NDRPDR sel
1035         - 6   # NDRPDR sel
1036         - 7   # NDRPDR sel
1037         - 11  # NDRPDR sel
1038         - 12  # NDRPDR sel
1039         - 13  # NDRPDR sel
1040         - 14  # NDRPDR sel
1041     dpdk-performance-changes-3n-skx-ref:
1042       csit-dpdk-perf-verify-1908-3n-skx:
1043         - 3   # NDRPDR sel
1044         - 4   # NDRPDR sel
1045         - 5   # NDRPDR sel
1046         - 6   # NDRPDR sel
1047         - 7   # NDRPDR sel
1048         - 8   # NDRPDR sel
1049         - 9   # NDRPDR sel
1050         - 10  # NDRPDR sel
1051         - 11  # NDRPDR sel
1052         - 12  # NDRPDR sel
1053     dpdk-performance-changes-3n-skx-cmp:
1054       csit-dpdk-perf-verify-2001-3n-skx:
1055         - 1   # NDRPDR sel
1056         - 2   # NDRPDR sel
1057         - 3   # NDRPDR sel
1058         - 4   # NDRPDR sel
1059         - 5   # NDRPDR sel
1060         - 6   # NDRPDR sel
1061         - 7   # NDRPDR sel
1062         - 8   # NDRPDR sel
1063         - 9   # NDRPDR sel
1064         - 10  # NDRPDR sel
1065     dpdk-performance-changes-3n-skx:
1066       - "dpdk-performance-changes-3n-skx-h1"
1067       - "dpdk-performance-changes-3n-skx-ref"
1068       - "dpdk-performance-changes-3n-skx-cmp"
1069
1070     dpdk-performance-changes-2n-skx-h1:
1071       csit-dpdk-perf-verify-1904-2n-skx:
1072         - 2   # NDRPDR sel
1073         - 3   # NDRPDR sel
1074         - 4   # NDRPDR sel
1075         - 5   # NDRPDR sel
1076         - 7   # NDRPDR sel
1077         - 8   # NDRPDR sel
1078         - 9   # NDRPDR sel
1079         - 10  # NDRPDR sel
1080         - 11  # NDRPDR sel
1081         - 12  # NDRPDR sel
1082     dpdk-performance-changes-2n-skx-ref:
1083       csit-dpdk-perf-verify-1908-2n-skx:
1084         - 2   # NDRPDR sel
1085         - 3   # NDRPDR sel
1086         - 4   # NDRPDR sel
1087         - 5   # NDRPDR sel
1088         - 7   # NDRPDR sel
1089         - 8   # NDRPDR sel
1090         - 9   # NDRPDR sel
1091         - 10  # NDRPDR sel
1092         - 11  # NDRPDR sel
1093         - 12  # NDRPDR sel
1094     dpdk-performance-changes-2n-skx-cmp:
1095       csit-dpdk-perf-verify-2001-2n-skx:
1096         - 1   # NDRPDR sel
1097         - 2   # NDRPDR sel
1098         - 3   # NDRPDR sel
1099         - 4   # NDRPDR sel
1100         - 5   # NDRPDR sel
1101         - 6   # NDRPDR sel
1102         - 7   # NDRPDR sel
1103         - 8   # NDRPDR sel
1104         - 9   # NDRPDR sel
1105         - 10  # NDRPDR sel
1106         - 11  # NDRPDR sel
1107         - 13  # NDRPDR sel
1108         - 26  # NDRPDR sel
1109         - 16  # NDRPDR sel
1110         - 17  # NDRPDR sel
1111         - 18  # NDRPDR sel
1112         - 19  # NDRPDR sel
1113         - 27  # NDRPDR sel
1114         - 21  # NDRPDR sel
1115         - 25  # NDRPDR sel
1116     dpdk-performance-changes-2n-skx:
1117       - "dpdk-performance-changes-2n-skx-h1"
1118       - "dpdk-performance-changes-2n-skx-ref"
1119       - "dpdk-performance-changes-2n-skx-cmp"
1120
1121     # Compare testbeds
1122
1123     vpp-compare-testbeds-ref:
1124       csit-vpp-perf-verify-2001-3n-hsw:
1125         - 21  # NDRPDR sel
1126         - 22  # NDRPDR sel
1127         - 23  # NDRPDR sel
1128         - 24  # NDRPDR sel
1129         - 25  # NDRPDR sel
1130         - 29  # NDRPDR sel
1131         - 30  # NDRPDR sel
1132         - 31  # NDRPDR sel
1133         - 32  # NDRPDR sel
1134         - 34  # NDRPDR sel
1135     vpp-compare-testbeds-cmp:
1136       # TODO: Add the data
1137       csit-vpp-perf-verify-2001-3n-skx:
1138         - 14  # NDRPDR sel
1139         - 15  # NDRPDR sel
1140         - 16  # NDRPDR sel
1141     vpp-compare-testbeds:
1142       - "vpp-compare-testbeds-ref"
1143       - "vpp-compare-testbeds-cmp"
1144
1145     vpp-compare-testbeds-skx-clx-ref:
1146       # TODO: Add the data
1147       csit-vpp-perf-verify-2001-2n-skx:
1148         - 21  # NDRPDR sel
1149         - 22  # NDRPDR sel
1150         - 23  # NDRPDR sel
1151         - 26  # NDRPDR sel
1152         - 27  # NDRPDR sel
1153         - 29  # NDRPDR sel
1154     vpp-compare-testbeds-skx-clx-cmp:
1155       # TODO: Add the data
1156       csit-vpp-perf-verify-2001-2n-clx:
1157         - 22  # NDRPDR sel
1158         - 23  # NDRPDR sel
1159         - 24  # NDRPDR sel
1160         - 25  # NDRPDR sel
1161     vpp-compare-testbeds-skx-clx:
1162       - "vpp-compare-testbeds-skx-clx-ref"
1163       - "vpp-compare-testbeds-skx-clx-cmp"
1164
1165     vpp-compare-testbeds-mrr-ref:
1166       csit-vpp-perf-verify-2001-3n-hsw:
1167         - 17  # MRR sel
1168     vpp-compare-testbeds-mrr-cmp:
1169       # TODO: Replace
1170       # csit-vpp-perf-verify-2001-3n-skx:
1171       csit-vpp-perf-verify-1908-3n-skx:
1172         - 36  # MRR sel
1173     vpp-compare-testbeds-mrr:
1174       - "vpp-compare-testbeds-mrr-ref"
1175       - "vpp-compare-testbeds-mrr-cmp"
1176
1177     vpp-compare-testbeds-mrr-skx-clx-ref:
1178       # TODO: Replace
1179       # csit-vpp-perf-verify-2001-2n-skx:
1180       csit-vpp-perf-verify-1908-2n-skx:
1181         - 69  # MRR sel
1182     vpp-compare-testbeds-mrr-skx-clx-cmp:
1183       # TODO: Replace
1184       # csit-vpp-perf-verify-2001-2n-clx:
1185       csit-vpp-perf-verify-1908-2n-skx:
1186         - 69  # MRR sel
1187     vpp-compare-testbeds-mrr-skx-clx:
1188       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1189       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1190
1191     dpdk-compare-testbeds-ref:
1192       csit-dpdk-perf-verify-2001-3n-hsw:
1193         - 4   # NDRPDR sel
1194         - 5   # NDRPDR sel
1195         - 6   # NDRPDR sel
1196         - 7   # NDRPDR sel
1197         - 8   # NDRPDR sel
1198         - 9   # NDRPDR sel
1199         - 10  # NDRPDR sel
1200         - 11  # NDRPDR sel
1201         - 12  # NDRPDR sel
1202         - 13  # NDRPDR sel
1203         - 15  # NDRPDR sel
1204         - 16  # NDRPDR sel
1205         - 17  # NDRPDR sel
1206         - 18  # NDRPDR sel
1207         - 19  # NDRPDR sel
1208         - 20  # NDRPDR sel
1209         - 21  # NDRPDR sel
1210         - 22  # NDRPDR sel
1211         - 23  # NDRPDR sel
1212         - 24  # NDRPDR sel
1213     dpdk-compare-testbeds-cmp:
1214       csit-dpdk-perf-verify-2001-3n-skx:
1215         - 1   # NDRPDR sel
1216         - 2   # NDRPDR sel
1217         - 3   # NDRPDR sel
1218         - 4   # NDRPDR sel
1219         - 5   # NDRPDR sel
1220         - 6   # NDRPDR sel
1221         - 7   # NDRPDR sel
1222         - 8   # NDRPDR sel
1223         - 9   # NDRPDR sel
1224         - 10  # NDRPDR sel
1225     dpdk-compare-testbeds:
1226       - "dpdk-compare-testbeds-ref"
1227       - "dpdk-compare-testbeds-cmp"
1228
1229     dpdk-compare-testbeds-skx-clx-ref:
1230       csit-dpdk-perf-verify-2001-2n-skx:
1231         - 1   # NDRPDR sel
1232         - 2   # NDRPDR sel
1233         - 3   # NDRPDR sel
1234         - 4   # NDRPDR sel
1235         - 5   # NDRPDR sel
1236         - 6   # NDRPDR sel
1237         - 7   # NDRPDR sel
1238         - 8   # NDRPDR sel
1239         - 9   # NDRPDR sel
1240         - 10  # NDRPDR sel
1241         - 11  # NDRPDR sel
1242         - 13  # NDRPDR sel
1243         - 26  # NDRPDR sel
1244         - 16  # NDRPDR sel
1245         - 17  # NDRPDR sel
1246         - 18  # NDRPDR sel
1247         - 19  # NDRPDR sel
1248         - 27  # NDRPDR sel
1249         - 21  # NDRPDR sel
1250         - 25  # NDRPDR sel
1251     dpdk-compare-testbeds-skx-clx-cmp:
1252       csit-dpdk-perf-verify-2001-2n-clx:
1253         - 1   # NDRPDR sel
1254         - 2   # NDRPDR sel
1255         - 3   # NDRPDR sel
1256         - 4   # NDRPDR sel
1257         - 5   # NDRPDR sel
1258         - 6   # NDRPDR sel
1259         - 7   # NDRPDR sel
1260         - 8   # NDRPDR sel
1261         - 9   # NDRPDR sel
1262         - 10  # NDRPDR sel
1263     dpdk-compare-testbeds-skx-clx:
1264       - "dpdk-compare-testbeds-skx-clx-ref"
1265       - "dpdk-compare-testbeds-skx-clx-cmp"
1266
1267     # Compare topologies
1268
1269     vpp-compare-topologies-ref:
1270       # TODO: Add the data
1271       csit-vpp-perf-verify-2001-3n-skx:
1272         - 14  # NDRPDR sel
1273         - 15  # NDRPDR sel
1274         - 16  # NDRPDR sel
1275     vpp-compare-topologies-cmp:
1276       # TODO: Add the data
1277       csit-vpp-perf-verify-2001-2n-skx:
1278         - 21  # NDRPDR sel
1279         - 22  # NDRPDR sel
1280         - 23  # NDRPDR sel
1281         - 26  # NDRPDR sel
1282         - 27  # NDRPDR sel
1283         - 29  # NDRPDR sel
1284     vpp-compare-topologies:
1285       - "vpp-compare-topologies-ref"
1286       - "vpp-compare-topologies-cmp"
1287
1288     vpp-compare-topologies-mrr-ref:
1289       # TODO: Replace
1290       # csit-vpp-perf-verify-2001-3n-skx:
1291       csit-vpp-perf-verify-1908-3n-skx:
1292         - 36  # MRR sel
1293     vpp-compare-topologies-mrr-cmp:
1294       # TODO: Replace
1295       # csit-vpp-perf-verify-2001-2n-skx:
1296       csit-vpp-perf-verify-1908-2n-skx:
1297         - 69  # MRR sel
1298     vpp-compare-topologies-mrr:
1299       - "vpp-compare-topologies-mrr-ref"
1300       - "vpp-compare-topologies-mrr-cmp"
1301
1302     dpdk-compare-topologies-ref:
1303       csit-dpdk-perf-verify-2001-3n-skx:
1304         - 1   # NDRPDR sel
1305         - 2   # NDRPDR sel
1306         - 3   # NDRPDR sel
1307         - 4   # NDRPDR sel
1308         - 5   # NDRPDR sel
1309         - 6   # NDRPDR sel
1310         - 7   # NDRPDR sel
1311         - 8   # NDRPDR sel
1312         - 9   # NDRPDR sel
1313         - 10  # NDRPDR sel
1314     dpdk-compare-topologies-cmp:
1315       csit-dpdk-perf-verify-2001-2n-skx:
1316         - 1   # NDRPDR sel
1317         - 2   # NDRPDR sel
1318         - 3   # NDRPDR sel
1319         - 4   # NDRPDR sel
1320         - 5   # NDRPDR sel
1321         - 6   # NDRPDR sel
1322         - 7   # NDRPDR sel
1323         - 8   # NDRPDR sel
1324         - 9   # NDRPDR sel
1325         - 10  # NDRPDR sel
1326         - 11  # NDRPDR sel
1327         - 13  # NDRPDR sel
1328         - 26  # NDRPDR sel
1329         - 16  # NDRPDR sel
1330         - 17  # NDRPDR sel
1331         - 18  # NDRPDR sel
1332         - 19  # NDRPDR sel
1333         - 27  # NDRPDR sel
1334         - 21  # NDRPDR sel
1335         - 25  # NDRPDR sel
1336     dpdk-compare-topologies:
1337       - "dpdk-compare-topologies-ref"
1338       - "dpdk-compare-topologies-cmp"
1339
1340   plot-layouts:
1341
1342     plot-soak-throughput:
1343       titlefont:
1344         size: 18
1345       xaxis:
1346         title: "<b>Test Cases [Index]</b>"
1347         titlefont:
1348           size: 16
1349         autorange: True
1350         fixedrange: False
1351         gridcolor: "rgb(230, 230, 230)"
1352         linecolor: "rgb(220, 220, 220)"
1353         linewidth: 1
1354         showgrid: True
1355         showline: True
1356         showticklabels: True
1357         tickcolor: "rgb(220, 220, 220)"
1358         tickmode: "linear"
1359         tickfont:
1360           size: 16
1361         zeroline: False
1362       yaxis:
1363         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1364         titlefont:
1365           size: 16
1366         gridcolor: "rgb(230, 230, 230)"
1367         hoverformat: ".4r"
1368         tickformat: ".3r"
1369         linecolor: "rgb(220, 220, 220)"
1370         linewidth: 1
1371         showgrid: True
1372         showline: True
1373         showticklabels: True
1374         tickcolor: "rgb(220, 220, 220)"
1375         tickfont:
1376           size: 16
1377         zeroline: False
1378         range: [0,50]
1379       autosize: False
1380       margin:
1381         t: 50
1382         b: 0
1383         l: 80
1384         r: 20
1385       showlegend: True
1386       legend:
1387         orientation: "h"
1388         font:
1389           size: 16
1390       width: 700
1391       height: 900
1392       paper_bgcolor: "#fff"
1393       plot_bgcolor: "#fff"
1394       hoverlabel:
1395         namelength: -1
1396
1397     plot-service-density:
1398       titlefont:
1399         size: 18
1400       xaxis:
1401         side: "top"
1402         autorange: True
1403         fixedrange: False
1404         showgrid: False
1405         showline: False
1406         showticklabels: False
1407         ticks: ""
1408         ticklen: 0
1409         tickwidth: 0
1410         zeroline: False
1411       yaxis:
1412         autorange: "reversed"
1413         showgrid: False
1414         showline: False
1415         showticklabels: False
1416         ticks: ""
1417         ticklen: 0
1418         tickwidth: 0
1419         zeroline: False
1420       showlegend: False
1421       paper_bgcolor: "#fff"
1422       plot_bgcolor: "#fff"
1423       width: 700
1424       height: 700
1425       hoverlabel:
1426         namelength: -1
1427
1428     plot-cps:
1429       titlefont:
1430         size: 18
1431       xaxis:
1432         title: "<b>Test Cases [Index]</b>"
1433         titlefont:
1434           size: 16
1435         autorange: True
1436         fixedrange: False
1437         gridcolor: "rgb(230, 230, 230)"
1438         linecolor: "rgb(220, 220, 220)"
1439         linewidth: 1
1440         showgrid: True
1441         showline: True
1442         showticklabels: True
1443         tickcolor: "rgb(220, 220, 220)"
1444         tickmode: "linear"
1445         tickfont:
1446           size: 16
1447         zeroline: False
1448       yaxis:
1449         title: "<b>Connections Per Second [cps]</b>"
1450         titlefont:
1451           size: 16
1452         gridcolor: "rgb(230, 230, 230)"
1453         hoverformat: ".4s"
1454         linecolor: "rgb(220, 220, 220)"
1455         linewidth: 1
1456         rangemode: "tozero"
1457         showgrid: True
1458         showline: True
1459         showticklabels: True
1460         tickcolor: "rgb(220, 220, 220)"
1461         tickformat: ".3s"
1462         tickfont:
1463           size: 16
1464         zeroline: False
1465       boxmode: "group"
1466       boxgroupgap: 0.5
1467       autosize: False
1468       margin:
1469         t: 50
1470         b: 20
1471         l: 80
1472         r: 20
1473       showlegend: True
1474       legend:
1475         orientation: "h"
1476         font:
1477           size: 16
1478       width: 700
1479       height: 800
1480       paper_bgcolor: "#fff"
1481       plot_bgcolor: "#fff"
1482       hoverlabel:
1483         namelength: -1
1484
1485     plot-rps:
1486       titlefont:
1487         size: 18
1488       xaxis:
1489         title: "<b>Test Cases [Index]</b>"
1490         titlefont:
1491           size: 16
1492         autorange: True
1493         fixedrange: False
1494         gridcolor: "rgb(230, 230, 230)"
1495         linecolor: "rgb(220, 220, 220)"
1496         linewidth: 1
1497         showgrid: True
1498         showline: True
1499         showticklabels: True
1500         tickcolor: "rgb(220, 220, 220)"
1501         tickmode: "linear"
1502         tickfont:
1503           size: 16
1504         zeroline: False
1505       yaxis:
1506         title: "<b>Requests Per Second [rps]</b>"
1507         titlefont:
1508           size: 16
1509         gridcolor: "rgb(230, 230, 230)"
1510         hoverformat: ".4s"
1511         linecolor: "rgb(220, 220, 220)"
1512         linewidth: 1
1513         rangemode: "tozero"
1514         showgrid: True
1515         showline: True
1516         showticklabels: True
1517         tickcolor: "rgb(230, 230, 230)"
1518         tickformat: ".3s"
1519         tickfont:
1520           size: 16
1521         zeroline: False
1522       boxmode: "group"
1523       boxgroupgap: 0.5
1524       autosize: False
1525       margin:
1526         t: 50
1527         b: 20
1528         l: 80
1529         r: 20
1530       showlegend: True
1531       legend:
1532         orientation: "h"
1533         font:
1534           size: 16
1535       width: 700
1536       height: 800
1537       paper_bgcolor: "#fff"
1538       plot_bgcolor: "#fff"
1539       hoverlabel:
1540         namelength: -1
1541
1542     plot-throughput:
1543       titlefont:
1544         size: 18
1545       xaxis:
1546         title: "<b>Test Cases [Index]</b>"
1547         titlefont:
1548           size: 16
1549         autorange: True
1550         fixedrange: False
1551         gridcolor: "rgb(230, 230, 230)"
1552         linecolor: "rgb(220, 220, 220)"
1553         linewidth: 1
1554         showgrid: True
1555         showline: True
1556         showticklabels: True
1557         tickcolor: "rgb(220, 220, 220)"
1558         tickmode: "linear"
1559         tickfont:
1560           size: 16
1561         zeroline: False
1562       yaxis:
1563         title: "<b>Packet Throughput [Mpps]</b>"
1564         titlefont:
1565           size: 16
1566         gridcolor: "rgb(230, 230, 230)"
1567         hoverformat: ".4r"
1568         tickformat: ".3r"
1569         linecolor: "rgb(220, 220, 220)"
1570         linewidth: 1
1571         showgrid: True
1572         showline: True
1573         showticklabels: True
1574         tickcolor: "rgb(220, 220, 220)"
1575         tickfont:
1576           size: 16
1577         zeroline: False
1578         range: [0,50]
1579       autosize: False
1580       margin:
1581         t: 50
1582         b: 0
1583         l: 80
1584         r: 20
1585       showlegend: True
1586       legend:
1587         orientation: "h"
1588         font:
1589           size: 16
1590       width: 700
1591       height: 900
1592       paper_bgcolor: "#fff"
1593       plot_bgcolor: "#fff"
1594       hoverlabel:
1595         namelength: -1
1596
1597     plot-throughput-speedup-analysis:
1598       titlefont:
1599         size: 18
1600       xaxis:
1601         title: "<b>Number of Cores [Qty]</b>"
1602         titlefont:
1603           size: 16
1604         autorange: True
1605         fixedrange: False
1606         gridcolor: "rgb(230, 230, 230)"
1607         linecolor: "rgb(220, 220, 220)"
1608         linewidth: 1
1609         showgrid: True
1610         showline: True
1611         showticklabels: True
1612         tickcolor: "rgb(238, 238, 238)"
1613         tickmode: "linear"
1614         tickfont:
1615           size: 16
1616         zeroline: False
1617       yaxis:
1618         title: "<b>Packet Throughput [Mpps]</b>"
1619         titlefont:
1620           size: 16
1621         type: "linear"
1622         gridcolor: "rgb(230, 230, 230)"
1623         hoverformat: ".4s"
1624         linecolor: "rgb(220, 220, 220)"
1625         linewidth: 1
1626         showgrid: True
1627         showline: True
1628         showticklabels: True
1629         tickcolor: "rgb(220, 220, 220)"
1630         tickformat: ".4s"
1631         tickfont:
1632           size: 16
1633         zeroline: True
1634         rangemode: "tozero"
1635         range: [0,100]
1636       legend:
1637         orientation: "h"
1638         font:
1639           size: 16
1640         xanchor: "left"
1641         yanchor: "top"
1642         x: 0
1643         y: -0.2
1644         bgcolor: "rgba(255, 255, 255, 0)"
1645         bordercolor: "rgba(255, 255, 255, 0)"
1646         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1647       autosize: False
1648       margin:
1649           't': 50
1650           'b': 150
1651           'l': 85
1652           'r': 10
1653       showlegend: True
1654       width: 700
1655       height: 700
1656       paper_bgcolor: "#fff"
1657       plot_bgcolor: "#fff"
1658       hoverlabel:
1659         namelength: -1
1660       annotations: [
1661         {
1662           text: "_ _          __          ...",
1663           align: "left",
1664           showarrow: False,
1665           xref: "paper",
1666           yref: "paper",
1667           xanchor: "left",
1668           yanchor: "top",
1669           x: 0,
1670           y: -0.13,
1671           font: {
1672             family: "Consolas, Courier New",
1673             size: 15
1674           },
1675         },
1676         {
1677           text: "    Perfect     Measured     Limit",
1678           align: "left",
1679           showarrow: False,
1680           xref: "paper",
1681           yref: "paper",
1682           xanchor: "left",
1683           yanchor: "top",
1684           x: 0,
1685           y: -0.15,
1686           font: {
1687             family: "Consolas, Courier New",
1688             size: 15
1689           },
1690         },
1691       ]
1692
1693     plot-latency:
1694       titlefont:
1695         size: 18
1696       xaxis:
1697         title: "<b>Direction</b>"
1698         titlefont:
1699           size: 16
1700         autorange: True
1701         fixedrange: False
1702         gridcolor: "rgb(230, 230, 230)"
1703         linecolor: "rgb(220, 220, 220)"
1704         linewidth: 1
1705         showgrid: True
1706         showline: True
1707         showticklabels: False
1708         tickcolor: "rgb(220, 220, 220)"
1709         tickmode: "linear"
1710         tickfont:
1711           size: 16
1712         zeroline: False
1713       yaxis:
1714         title: "<b>Packet Latency [uSec]</b>"
1715         titlefont:
1716           size: 16
1717         type: "linear"
1718         gridcolor: "rgb(230, 230, 230)"
1719         hoverformat: ".4s"
1720         linecolor: "rgb(220, 220, 220)"
1721         linewidth: 1
1722         showgrid: True
1723         showline: True
1724         showticklabels: True
1725         tickcolor: "rgb(220, 220, 220)"
1726         tickformat: ".4s"
1727         tickfont:
1728           size: 16
1729         zeroline: True
1730         rangemode: "tozero"
1731       legend:
1732         orientation: "h"
1733         font:
1734           size: 16
1735         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1736       autosize: False
1737       margin:
1738           't': 50
1739           'b': 150
1740           'l': 80
1741           'r': 10
1742       showlegend: True
1743       width: 700
1744       height: 700
1745       paper_bgcolor: "#fff"
1746       plot_bgcolor: "#fff"
1747       hoverlabel:
1748         namelength: -1
1749
1750     plot-hdrh-latency:
1751       title:
1752         text: ""
1753         xanchor: "center"
1754         x: 0.5
1755         font:
1756           size: 16
1757       width: 700
1758       plot_bgcolor: "white"
1759       annotations:
1760         - font:
1761             size: 14
1762           showarrow: False
1763           text: "<b>Packet Latency [uSec]</b>"
1764           x: 1
1765           xanchor: "right"
1766           xref: "paper"
1767           y: -0.045
1768           yanchor: "top"
1769           yref: "paper"
1770         - font:
1771             size: 14
1772           showarrow: False
1773           text: "<b>Probability [%]</b>"
1774           textangle: 270
1775           x: -0.06
1776           xanchor: "center"
1777           xref: "paper"
1778           y: 0.5
1779           yanchor: "middle"
1780           yref: "paper"
1781         - font:
1782             size: 14
1783           showarrow: False
1784           text: "<b>Direction: E-W</b>"
1785           x: 0.24
1786           xanchor: "center"
1787           xref: "paper"
1788           y: 1.05
1789           yanchor: "bottom"
1790           yref: "paper"
1791         - font:
1792             size: 14
1793           showarrow: False
1794           text: "<b>Direction: W-E</b>"
1795           x: 0.74
1796           xanchor: "center"
1797           xref: "paper"
1798           y: 1.05
1799           yanchor: "bottom"
1800           yref: "paper"
1801
1802     plot-hdrh-latency-percentile:
1803       title:
1804         text: ""
1805         xanchor: "center"
1806         x: 0.5
1807         font:
1808           size: 18
1809       xaxis:
1810         type: "log"
1811         title: "<b>Percentile [%]</b>"
1812         titlefont:
1813           size: 16
1814         autorange: True
1815         fixedrange: False
1816         gridcolor: "rgb(230, 230, 230)"
1817         linecolor: "rgb(220, 220, 220)"
1818         linewidth: 1
1819         showgrid: True
1820         showline: True
1821         showticklabels: True
1822         tickcolor: "rgb(220, 220, 220)"
1823         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
1824         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
1825         tickfont:
1826           size: 16
1827       yaxis:
1828         title: "<b>Packet Latency [uSec]</b>"
1829         titlefont:
1830           size: 16
1831         gridcolor: "rgb(230, 230, 230)"
1832         linecolor: "rgb(220, 220, 220)"
1833         linewidth: 1
1834         showgrid: True
1835         showline: True
1836         showticklabels: True
1837         tickcolor: "rgb(220, 220, 220)"
1838         tickfont:
1839           size: 16
1840       autosize: False
1841       showlegend: True
1842       legend:
1843         traceorder: "normal"
1844         orientation: "h"
1845         font:
1846           size: 16
1847         xanchor: "left"
1848         yanchor: "top"
1849         x: 0
1850         y: -0.15
1851         bgcolor: "rgba(255, 255, 255, 0)"
1852         bordercolor: "rgba(255, 255, 255, 0)"
1853       width: 700
1854       height: 700
1855       paper_bgcolor: "white"
1856       plot_bgcolor: "white"
1857
1858     plot-hdrh-latency-by-percentile:
1859       title:
1860         text: "<b>Latency by Percentile Distribution</b>"
1861         xanchor: "center"
1862         x: 0.5
1863         font:
1864           size: 18
1865       showlegend: True
1866       legend:
1867         traceorder: "normal"
1868         orientation: "h"
1869         font:
1870           size: 16
1871         xanchor: "left"
1872         yanchor: "top"
1873         x: 0
1874         y: -0.2
1875         bgcolor: "rgba(255, 255, 255, 0)"
1876         bordercolor: "rgba(255, 255, 255, 0)"
1877       xaxis:
1878         type: "linear"
1879         title: "<b>Percentile [%]</b>"
1880         titlefont:
1881           size: 14
1882         autorange: False
1883         fixedrange: False
1884         range: [0, 100]
1885         gridcolor: "rgb(230, 230, 230)"
1886         linecolor: "rgb(220, 220, 220)"
1887         linewidth: 1
1888         showgrid: True
1889         showline: True
1890         showticklabels: True
1891         tickcolor: "rgb(220, 220, 220)"
1892         tickvals: [0, 25, 50, 75, 100]
1893         ticktext: [0, 25, 50, 75, 100]
1894         tickfont:
1895           size: 14
1896       yaxis:
1897         title: "<b>One-Way Latency per Direction [uSec]</b>"
1898         titlefont:
1899           size: 14
1900         gridcolor: "rgb(230, 230, 230)"
1901         linecolor: "rgb(220, 220, 220)"
1902         linewidth: 1
1903         showgrid: True
1904         showline: True
1905         showticklabels: True
1906         tickcolor: "rgb(220, 220, 220)"
1907         tickfont:
1908           size: 14
1909       width: 700
1910       height: 700
1911       paper_bgcolor: "white"
1912       plot_bgcolor: "white"
1913
1914 - type: "static"
1915   src-path: "{DIR[RST]}"
1916   dst-path: "{DIR[WORKING,SRC]}"
1917
1918 - type: "input"
1919   general:
1920     file-name: "output_info.xml.gz"
1921     file-format: ".gz"
1922     arch-file-format:
1923       - ".gz"
1924       - ".zip"
1925     download-path: "{job}/{build}/archives/{filename}"
1926     extract: "output.xml"
1927
1928     zip-file-name: "robot-plugin.zip"
1929     zip-file-format: ".zip"
1930     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1931     zip-extract: "robot-plugin/output.xml"
1932
1933   builds:
1934
1935     csit-vpp-perf-verify-1904-3n-hsw:
1936       - 9   # MRR sel
1937       - 11  # NDRPDR sel
1938       - 12  # NDRPDR sel
1939       - 20  # NDRPDR sel
1940       - 21  # NDRPDR sel
1941       - 23  # NDRPDR sel
1942       - 24  # NDRPDR sel
1943       - 25  # NDRPDR sel
1944       - 26  # NDRPDR sel
1945       - 29  # NDRPDR sel
1946       - 30  # NDRPDR sel
1947     csit-vpp-perf-verify-1908-3n-hsw:
1948       - 12  # NDRPDR sel
1949       - 13  # NDRPDR sel
1950       - 14  # NDRPDR sel
1951       - 15  # NDRPDR sel
1952       - 16  # NDRPDR sel
1953       - 17  # NDRPDR sel
1954       - 18  # NDRPDR sel
1955       - 19  # NDRPDR sel
1956       - 20  # NDRPDR sel
1957       - 21  # NDRPDR sel
1958       - 48  # NDRPDR sel vhost
1959       - 49  # NDRPDR sel vhost
1960       - 52  # NDRPDR sel vhost
1961       - 53  # NDRPDR sel vhost
1962       - 54  # NDRPDR sel vhost
1963       - 55  # NDRPDR sel vhost
1964       - 56  # NDRPDR sel vhost
1965       - 57  # NDRPDR sel vhost
1966       - 58  # NDRPDR sel vhost
1967       - 59  # NDRPDR sel vhost
1968       - 39  # MRR sel
1969     csit-vpp-perf-verify-2001-3n-hsw:
1970       - 21  # NDRPDR sel
1971       - 22  # NDRPDR sel
1972       - 23  # NDRPDR sel
1973       - 24  # NDRPDR sel
1974       - 25  # NDRPDR sel
1975       - 29  # NDRPDR sel
1976       - 30  # NDRPDR sel
1977       - 31  # NDRPDR sel
1978       - 32  # NDRPDR sel
1979       - 34  # NDRPDR sel
1980       - 17  # MRR sel
1981       - 18  # NDRPDR full
1982       - 20  # NDRPDR full
1983       - 28  # NDRPDR full
1984       - 35  # NDRPDR full
1985       - 42  # NDRPDR full
1986       - 46  # NDRPDR full
1987
1988 #    csit-vpp-perf-verify-1904-3n-skx:
1989 #      - 7   # MRR sel
1990 #      - 8   # NDRPDR sel
1991 #      - 9   # NDRPDR sel
1992 #      - 10  # NDRPDR sel
1993 #      - 11  # NDRPDR sel
1994 #      - 12  # NDRPDR sel
1995 #      - 14  # NDRPDR sel
1996 #      - 16  # NDRPDR sel
1997 #      - 21  # NDRPDR sel
1998 #      - 23  # NDRPDR sel
1999 #      - 25  # NDRPDR sel
2000 #    csit-vpp-perf-verify-1908-3n-skx:
2001 #      - 14  # NDRPDR sel
2002 #      - 16  # NDRPDR sel
2003 #      - 19  # NDRPDR sel
2004 #      - 20  # NDRPDR sel
2005 #      - 22  # NDRPDR sel
2006 #      - 23  # NDRPDR sel
2007 #      - 24  # NDRPDR sel
2008 #      - 25  # NDRPDR sel
2009 #      - 26  # NDRPDR sel
2010 #      - 29  # NDRPDR sel
2011 #      - 52  # NDRPDR sel vhost
2012 #      - 53  # NDRPDR sel vhost
2013 #      - 55  # NDRPDR sel vhost
2014 #      - 61  # NDRPDR sel vhost
2015 #      - 62  # NDRPDR sel vhost
2016 #      - 63  # NDRPDR sel vhost
2017 #      - 64  # NDRPDR sel vhost
2018 #      - 65  # NDRPDR sel vhost
2019 #      - 66  # NDRPDR sel vhost
2020 #      - 67  # NDRPDR sel vhost
2021 #      - 36  # MRR sel
2022 #    csit-vpp-perf-verify-2001-3n-skx:
2023 #      - 14  # NDRPDR sel
2024 #      - 15  # NDRPDR sel
2025 #      - 16  # NDRPDR sel
2026
2027 #    csit-vpp-perf-verify-1904-2n-skx:
2028 #      - 11  # MRR sel
2029 #      - 12  # NDRPDR sel
2030 #      - 14  # NDRPDR sel
2031 #      - 16  # NDRPDR sel
2032 #      - 17  # NDRPDR sel
2033 #      - 18  # NDRPDR sel
2034 #      - 21  # NDRPDR sel
2035 #      - 27  # NDRPDR sel
2036 #      - 30  # NDRPDR sel
2037 #      - 31  # NDRPDR sel
2038 #      - 32  # NDRPDR sel
2039 #    csit-vpp-perf-verify-1908-2n-skx:
2040 #      - 26  # NDRPDR sel
2041 #      - 27  # NDRPDR sel
2042 #      - 34  # NDRPDR sel
2043 #      - 35  # NDRPDR sel
2044 #      - 36  # NDRPDR sel
2045 #      - 42  # NDRPDR sel
2046 #      - 43  # NDRPDR sel
2047 #      - 44  # NDRPDR sel
2048 #      - 45  # NDRPDR sel
2049 #      - 46  # NDRPDR sel
2050 #      - 88  # NDRPDR sel vhost
2051 #      - 89  # NDRPDR sel vhost
2052 #      - 91  # NDRPDR sel vhost
2053 #      - 92  # NDRPDR sel vhost
2054 #      - 93  # NDRPDR sel vhost
2055 #      - 94  # NDRPDR sel vhost
2056 #      - 95  # NDRPDR sel vhost
2057 #      - 96  # NDRPDR sel vhost
2058 #      - 97  # NDRPDR sel vhost
2059 #      - 98  # NDRPDR sel vhost
2060 #      - 69  # MRR sel
2061 #      - 29  # TCP
2062 #      - 30  # TCP
2063 #      - 58  # TCP
2064 #      - 22  # NFV
2065 #      - 31  # NFV
2066 #      - 32  # NFV
2067 #      - 71  # NFV MRR
2068 #      - 113 # NFV reconf sel
2069 #      - 114 # NFV reconf sel
2070 #      - 115 # NFV reconf sel
2071 #      - 83  # SOAK
2072 #      - 86  # SOAK
2073 #    csit-vpp-perf-verify-2001-2n-skx:
2074 #      - 21  # NDRPDR sel
2075 #      - 22  # NDRPDR sel
2076 #      - 23  # NDRPDR sel
2077 #      - 26  # NDRPDR sel
2078 #      - 27  # NDRPDR sel
2079 #      - 29  # NDRPDR sel
2080 #      - 32  # NDRPDR full
2081 #      - 33  # NDRPDR full
2082 #      - 30  # NFV
2083 #      - 31  # NFV
2084
2085 #    csit-vpp-perf-verify-2001-2n-clx:
2086 #      - 22  # NDRPDR sel
2087 #      - 23  # NDRPDR sel
2088 #      - 24  # NDRPDR sel
2089 #      - 25  # NDRPDR sel
2090
2091     csit-vpp-perf-verify-1908-3n-tsh:
2092       - 7   # NDRPDR sel
2093       - 8   # NDRPDR sel
2094       - 9   # NDRPDR sel
2095       - 10  # NDRPDR sel
2096       - 11  # NDRPDR sel
2097       - 12  # NDRPDR sel
2098       - 13  # NDRPDR sel
2099       - 14  # NDRPDR sel
2100       - 15  # NDRPDR sel
2101       - 16  # NDRPDR sel
2102       - 17  # MRR sel
2103     csit-vpp-perf-verify-2001-3n-tsh:
2104       - 3   # NDRPDR sel
2105       - 4   # NDRPDR sel
2106       - 7   # NDRPDR sel
2107       - 8   # NDRPDR sel
2108
2109     csit-vpp-perf-verify-1908-3n-dnv:
2110       - 6   # NDRPDR sel
2111       - 7   # NDRPDR sel
2112       - 8   # NDRPDR sel
2113       - 9   # NDRPDR sel
2114       - 10  # NDRPDR sel
2115       - 12  # NDRPDR sel
2116       - 13  # NDRPDR sel
2117       - 14  # NDRPDR sel
2118       - 15  # NDRPDR sel
2119       - 16  # NDRPDR sel
2120       - 17  # MRR sel
2121     csit-vpp-perf-verify-2001-3n-dnv:
2122       - 5   # NDRPDR sel
2123       - 6   # NDRPDR sel
2124       - 7   # NDRPDR sel
2125       - 8   # NDRPDR sel
2126       - 9   # NDRPDR sel
2127       - 10  # NDRPDR sel
2128       - 12  # NDRPDR sel
2129       - 16  # NDRPDR sel
2130       - 17  # NDRPDR sel
2131       - 18  # NDRPDR sel
2132       - 11  # MRR sel
2133       - 19  # NDRPDR full
2134       - 20  # NDRPDR full
2135       - 21  # NDRPDR full
2136       - 22  # NDRPDR full
2137       - 23  # NDRPDR full
2138       - 24  # NDRPDR full
2139       - 25  # NDRPDR full
2140       - 26  # NDRPDR full
2141
2142     csit-vpp-perf-verify-1908-2n-dnv:
2143       - 1   # NDRPDR sel
2144       - 2   # NDRPDR sel
2145       - 3   # NDRPDR sel
2146       - 4   # NDRPDR sel
2147       - 5   # NDRPDR sel
2148       - 6   # NDRPDR sel
2149       - 7   # NDRPDR sel
2150       - 8   # NDRPDR sel
2151       - 9   # NDRPDR sel
2152       - 10  # NDRPDR sel
2153       - 11  # MRR sel
2154     csit-vpp-perf-verify-2001-2n-dnv:
2155       - 4   # NDRPDR sel
2156       - 5   # NDRPDR sel
2157       - 6   # NDRPDR sel
2158       - 7   # NDRPDR sel
2159       - 8   # NDRPDR sel
2160       - 9   # NDRPDR sel
2161       - 10  # NDRPDR sel
2162       - 11  # NDRPDR sel
2163       - 13  # NDRPDR sel
2164       - 16  # NDRPDR sel
2165       - 12  # MRR sel
2166       - 21  # NDRPDR full
2167       - 22  # NDRPDR full
2168       - 25  # NDRPDR full
2169       - 26  # NDRPDR full
2170       - 27  # NDRPDR full
2171       - 28  # NDRPDR full
2172
2173     csit-dpdk-perf-verify-1904-3n-hsw:
2174       - 2   # NDRPDR sel
2175       - 3   # NDRPDR sel
2176       - 5   # NDRPDR sel
2177       - 6   # NDRPDR sel
2178       - 13  # NDRPDR sel
2179       - 14  # NDRPDR sel
2180       - 15  # NDRPDR sel
2181       - 18  # NDRPDR sel
2182       - 19  # NDRPDR sel
2183       - 20  # NDRPDR sel
2184     csit-dpdk-perf-verify-1908-3n-hsw:
2185       - 2   # NDRPDR sel
2186       - 3   # NDRPDR sel
2187       - 4   # NDRPDR sel
2188       - 5   # NDRPDR sel
2189       - 6   # NDRPDR sel
2190       - 7   # NDRPDR sel
2191       - 8   # NDRPDR sel
2192       - 9   # NDRPDR sel
2193       - 10  # NDRPDR sel
2194       - 11  # NDRPDR sel
2195     csit-dpdk-perf-verify-2001-3n-hsw:
2196       - 4   # NDRPDR sel
2197       - 5   # NDRPDR sel
2198       - 6   # NDRPDR sel
2199       - 7   # NDRPDR sel
2200       - 8   # NDRPDR sel
2201       - 9   # NDRPDR sel
2202       - 10  # NDRPDR sel
2203       - 11  # NDRPDR sel
2204       - 12  # NDRPDR sel
2205       - 13  # NDRPDR sel
2206       - 15  # NDRPDR sel
2207       - 16  # NDRPDR sel
2208       - 17  # NDRPDR sel
2209       - 18  # NDRPDR sel
2210       - 19  # NDRPDR sel
2211       - 20  # NDRPDR sel
2212       - 21  # NDRPDR sel
2213       - 22  # NDRPDR sel
2214       - 23  # NDRPDR sel
2215       - 24  # NDRPDR sel
2216       - 25  # NDRPDR full
2217       - 26  # NDRPDR full
2218
2219 #    csit-dpdk-perf-verify-1904-3n-skx:
2220 #      - 2   # NDRPDR sel
2221 #      - 3   # NDRPDR sel
2222 #      - 4   # NDRPDR sel
2223 #      - 5   # NDRPDR sel
2224 #      - 6   # NDRPDR sel
2225 #      - 7   # NDRPDR sel
2226 #      - 11  # NDRPDR sel
2227 #      - 12  # NDRPDR sel
2228 #      - 13  # NDRPDR sel
2229 #      - 14  # NDRPDR sel
2230 #    csit-dpdk-perf-verify-1908-3n-skx:
2231 #      - 3   # NDRPDR sel
2232 #      - 4   # NDRPDR sel
2233 #      - 5   # NDRPDR sel
2234 #      - 6   # NDRPDR sel
2235 #      - 7   # NDRPDR sel
2236 #      - 8   # NDRPDR sel
2237 #      - 9   # NDRPDR sel
2238 #      - 10  # NDRPDR sel
2239 #      - 11  # NDRPDR sel
2240 #      - 12  # NDRPDR sel
2241 #    csit-dpdk-perf-verify-2001-3n-skx:
2242 #      - 1   # NDRPDR sel
2243 #      - 2   # NDRPDR sel
2244 #      - 3   # NDRPDR sel
2245 #      - 4   # NDRPDR sel
2246 #      - 5   # NDRPDR sel
2247 #      - 6   # NDRPDR sel
2248 #      - 7   # NDRPDR sel
2249 #      - 8   # NDRPDR sel
2250 #      - 9   # NDRPDR sel
2251 #      - 10  # NDRPDR sel
2252
2253 #    csit-dpdk-perf-verify-1904-2n-skx:
2254 #      - 2   # NDRPDR sel
2255 #      - 3   # NDRPDR sel
2256 #      - 4   # NDRPDR sel
2257 #      - 5   # NDRPDR sel
2258 #      - 7   # NDRPDR sel
2259 #      - 8   # NDRPDR sel
2260 #      - 9   # NDRPDR sel
2261 #      - 10  # NDRPDR sel
2262 #      - 11  # NDRPDR sel
2263 #      - 12  # NDRPDR sel
2264 #    csit-dpdk-perf-verify-1908-2n-skx:
2265 #      - 2   # NDRPDR sel
2266 #      - 3   # NDRPDR sel
2267 #      - 4   # NDRPDR sel
2268 #      - 5   # NDRPDR sel
2269 #      - 7   # NDRPDR sel
2270 #      - 8   # NDRPDR sel
2271 #      - 9   # NDRPDR sel
2272 #      - 10  # NDRPDR sel
2273 #      - 11  # NDRPDR sel
2274 #      - 12  # NDRPDR sel
2275 #    csit-dpdk-perf-verify-2001-2n-skx:
2276 #      - 1   # NDRPDR sel
2277 #      - 2   # NDRPDR sel
2278 #      - 3   # NDRPDR sel
2279 #      - 4   # NDRPDR sel
2280 #      - 5   # NDRPDR sel
2281 #      - 6   # NDRPDR sel
2282 #      - 7   # NDRPDR sel
2283 #      - 8   # NDRPDR sel
2284 #      - 9   # NDRPDR sel
2285 #      - 10  # NDRPDR sel
2286 #      - 11  # NDRPDR sel
2287 #      - 13  # NDRPDR sel
2288 #      - 26  # NDRPDR sel
2289 #      - 16  # NDRPDR sel
2290 #      - 17  # NDRPDR sel
2291 #      - 18  # NDRPDR sel
2292 #      - 19  # NDRPDR sel
2293 #      - 27  # NDRPDR sel
2294 #      - 21  # NDRPDR sel
2295 #      - 25  # NDRPDR sel
2296
2297 #    csit-dpdk-perf-verify-2001-2n-clx:
2298 #      - 1   # NDRPDR sel
2299 #      - 2   # NDRPDR sel
2300 #      - 3   # NDRPDR sel
2301 #      - 4   # NDRPDR sel
2302 #      - 5   # NDRPDR sel
2303 #      - 6   # NDRPDR sel
2304 #      - 7   # NDRPDR sel
2305 #      - 8   # NDRPDR sel
2306 #      - 9   # NDRPDR sel
2307 #      - 10  # NDRPDR sel
2308
2309     csit-dpdk-perf-verify-2001-2n-dnv:
2310       - 9   # NDRPDR sel
2311       - 10  # NDRPDR sel
2312       - 11  # NDRPDR sel
2313       - 12  # NDRPDR sel
2314       - 13  # NDRPDR sel
2315       - 14  # NDRPDR sel
2316       - 15  # NDRPDR sel
2317       - 16  # NDRPDR sel
2318       - 17  # NDRPDR sel
2319       - 18  # NDRPDR sel
2320
2321     csit-dpdk-perf-verify-2001-3n-dnv:
2322       - 12  # NDRPDR sel
2323       - 13  # NDRPDR sel
2324       - 14  # NDRPDR sel
2325       - 15  # NDRPDR sel
2326       - 16  # NDRPDR sel
2327       - 17  # NDRPDR sel
2328       - 18  # NDRPDR sel
2329       - 19  # NDRPDR sel
2330       - 20  # NDRPDR sel
2331       - 22  # NDRPDR sel
2332
2333     csit-dpdk-perf-verify-2001-3n-tsh:
2334       - 3   # NDRPDR sel
2335       - 4   # NDRPDR sel
2336       - 5   # NDRPDR sel
2337       - 9   # NDRPDR sel
2338       - 10  # NDRPDR sel
2339       - 11  # NDRPDR sel
2340       - 12  # NDRPDR sel
2341
2342     csit-vpp-device-2001-ubuntu1804-1n-skx:
2343       - 57
2344
2345 - type: "output"
2346   output: "report"
2347   format:
2348     html:
2349     - full
2350     pdf:
2351     - minimal
2352
2353 ################################################################################
2354 ###                               T A B L E S                                ###
2355 ################################################################################
2356
2357 ## VPP Soak vs NDR
2358 #- type: "table"
2359 #  title: "VPP Soak vs NDR 2n-skx"
2360 #  algorithm: "table_soak_vs_ndr"
2361 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2362 #  reference:
2363 #    title: "NDR"
2364 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2365 #  compare:
2366 #    title: "Soak"
2367 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2368 #  data: "vpp-soak-vs-ndr-2n-skx"
2369 #  include-tests: "NDR"
2370 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2371 #  parameters:
2372 #    - "throughput"
2373 #    - "name"
2374 #    - "parent"
2375
2376 ################################################################################
2377
2378 ## VPP Compare NICs 3n-skx 2t1c ndr
2379 #- type: "table"
2380 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2381 #  algorithm: "table_nics_comparison"
2382 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2383 #  reference:
2384 #    title: "x710"
2385 #    nic: "NIC_Intel-X710"
2386 #  compare:
2387 #    title: "xxv710"
2388 #    nic: "NIC_Intel-XXV710"
2389 #  data: "vpp-nic-comparison-3n-skx"
2390 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2391 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2392 #  parameters:
2393 #  - "name"
2394 #  - "parent"
2395 #  - "throughput"
2396 #  - "tags"
2397 #
2398 ## VPP Compare NICs 3n-skx 4t2c ndr
2399 #- type: "table"
2400 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2401 #  algorithm: "table_nics_comparison"
2402 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2403 #  reference:
2404 #    title: "x710"
2405 #    nic: "NIC_Intel-X710"
2406 #  compare:
2407 #    title: "xxv710"
2408 #    nic: "NIC_Intel-XXV710"
2409 #  data: "vpp-nic-comparison-3n-skx"
2410 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2411 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2412 #  parameters:
2413 #  - "name"
2414 #  - "parent"
2415 #  - "throughput"
2416 #  - "tags"
2417 #
2418 ## VPP Compare NICs 3n-skx 2t1c pdr
2419 #- type: "table"
2420 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2421 #  algorithm: "table_nics_comparison"
2422 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2423 #  reference:
2424 #    title: "x710"
2425 #    nic: "NIC_Intel-X710"
2426 #  compare:
2427 #    title: "xxv710"
2428 #    nic: "NIC_Intel-XXV710"
2429 #  data: "vpp-nic-comparison-3n-skx"
2430 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2431 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2432 #  parameters:
2433 #  - "name"
2434 #  - "parent"
2435 #  - "throughput"
2436 #  - "tags"
2437 #
2438 # # VPP Compare NICs 3n-skx 4t2c pdr
2439 #- type: "table"
2440 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2441 #  algorithm: "table_nics_comparison"
2442 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2443 #  reference:
2444 #    title: "x710"
2445 #    nic: "NIC_Intel-X710"
2446 #  compare:
2447 #    title: "xxv710"
2448 #    nic: "NIC_Intel-XXV710"
2449 #  data: "vpp-nic-comparison-3n-skx"
2450 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2451 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2452 #  parameters:
2453 #  - "name"
2454 #  - "parent"
2455 #  - "throughput"
2456 #  - "tags"
2457 #
2458 ## VPP Compare NICs 3n-skx 2t1c mrr
2459 #- type: "table"
2460 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2461 #  algorithm: "table_nics_comparison"
2462 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2463 #  reference:
2464 #    title: "x710"
2465 #    nic: "NIC_Intel-X710"
2466 #  compare:
2467 #    title: "xxv710"
2468 #    nic: "NIC_Intel-XXV710"
2469 #  data: "vpp-nic-comparison-3n-skx-mrr"
2470 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2471 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2472 #  parameters:
2473 #  - "name"
2474 #  - "parent"
2475 #  - "result"
2476 #  - "tags"
2477 #
2478 ## VPP Compare NICs 3n-skx 4t2c mrr
2479 #- type: "table"
2480 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2481 #  algorithm: "table_nics_comparison"
2482 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2483 #  reference:
2484 #    title: "x710"
2485 #    nic: "NIC_Intel-X710"
2486 #  compare:
2487 #    title: "xxv710"
2488 #    nic: "NIC_Intel-XXV710"
2489 #  data: "vpp-nic-comparison-3n-skx-mrr"
2490 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2491 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2492 #  parameters:
2493 #  - "name"
2494 #  - "parent"
2495 #  - "result"
2496 #  - "tags"
2497 #
2498 # # VPP Compare NICs 3n-skx 8t4c mrr
2499 #- type: "table"
2500 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2501 #  algorithm: "table_nics_comparison"
2502 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2503 #  reference:
2504 #    title: "x710"
2505 #    nic: "NIC_Intel-X710"
2506 #  compare:
2507 #    title: "xxv710"
2508 #    nic: "NIC_Intel-XXV710"
2509 #  data: "vpp-nic-comparison-3n-skx-mrr"
2510 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2511 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2512 #  parameters:
2513 #  - "name"
2514 #  - "parent"
2515 #  - "result"
2516 #  - "tags"
2517 #
2518 ## VPP Compare NICs 2n-skx 2t1c ndr
2519 #- type: "table"
2520 #  title: "VPP Compare NICs 2n-skx 2t1c ndr"
2521 #  algorithm: "table_nics_comparison"
2522 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2523 #  reference:
2524 #    title: "x710"
2525 #    nic: "NIC_Intel-X710"
2526 #  compare:
2527 #    title: "xxv710"
2528 #    nic: "NIC_Intel-XXV710"
2529 #  data: "vpp-nic-comparison-2n-skx"
2530 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2531 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2532 #  parameters:
2533 #  - "name"
2534 #  - "parent"
2535 #  - "throughput"
2536 #  - "tags"
2537 #
2538 ## VPP Compare NICs 2n-skx 4t2c ndr
2539 #- type: "table"
2540 #  title: "VPP Compare NICs 2n-skx 4t2c ndr"
2541 #  algorithm: "table_nics_comparison"
2542 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2543 #  reference:
2544 #    title: "x710"
2545 #    nic: "NIC_Intel-X710"
2546 #  compare:
2547 #    title: "xxv710"
2548 #    nic: "NIC_Intel-XXV710"
2549 #  data: "vpp-nic-comparison-2n-skx"
2550 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2551 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2552 #  parameters:
2553 #  - "name"
2554 #  - "parent"
2555 #  - "throughput"
2556 #  - "tags"
2557 #
2558 # # VPP Compare NICs 2n-skx 2t1c pdr
2559 #- type: "table"
2560 #  title: "VPP Compare NICs 2n-skx 2t1c pdr"
2561 #  algorithm: "table_nics_comparison"
2562 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2563 #  reference:
2564 #    title: "x710"
2565 #    nic: "NIC_Intel-X710"
2566 #  compare:
2567 #    title: "xxv710"
2568 #    nic: "NIC_Intel-XXV710"
2569 #  data: "vpp-nic-comparison-2n-skx"
2570 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2571 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2572 #  parameters:
2573 #  - "name"
2574 #  - "parent"
2575 #  - "throughput"
2576 #  - "tags"
2577 #
2578 ## VPP Compare NICs 2n-skx 4t2c pdr
2579 #- type: "table"
2580 #  title: "VPP Compare NICs 2n-skx 4t2c pdr"
2581 #  algorithm: "table_nics_comparison"
2582 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2583 #  reference:
2584 #    title: "x710"
2585 #    nic: "NIC_Intel-X710"
2586 #  compare:
2587 #    title: "xxv710"
2588 #    nic: "NIC_Intel-XXV710"
2589 #  data: "vpp-nic-comparison-2n-skx"
2590 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2591 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2592 #  parameters:
2593 #  - "name"
2594 #  - "parent"
2595 #  - "throughput"
2596 #  - "tags"
2597 #
2598 ## VPP Compare NICs 2n-skx 2t1c mrr
2599 #- type: "table"
2600 #  title: "VPP Compare NICs 2n-skx 2t1c mrr"
2601 #  algorithm: "table_nics_comparison"
2602 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2603 #  reference:
2604 #    title: "x710"
2605 #    nic: "NIC_Intel-X710"
2606 #  compare:
2607 #    title: "xxv710"
2608 #    nic: "NIC_Intel-XXV710"
2609 #  data: "vpp-nic-comparison-2n-skx-mrr"
2610 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2611 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2612 #  parameters:
2613 #  - "name"
2614 #  - "parent"
2615 #  - "result"
2616 #  - "tags"
2617 #
2618 ## VPP Compare NICs 2n-skx 4t2c mrr
2619 #- type: "table"
2620 #  title: "VPP Compare NICs 2n-skx 4t2c mrr"
2621 #  algorithm: "table_nics_comparison"
2622 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2623 #  reference:
2624 #    title: "x710"
2625 #    nic: "NIC_Intel-X710"
2626 #  compare:
2627 #    title: "xxv710"
2628 #    nic: "NIC_Intel-XXV710"
2629 #  data: "vpp-nic-comparison-2n-skx-mrr"
2630 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2631 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2632 #  parameters:
2633 #  - "name"
2634 #  - "parent"
2635 #  - "result"
2636 #  - "tags"
2637 #
2638 ## VPP Compare NICs 2n-skx 8t4c mrr
2639 #- type: "table"
2640 #  title: "VPP Compare NICs 2n-skx 8t4c mrr"
2641 #  algorithm: "table_nics_comparison"
2642 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2643 #  reference:
2644 #    title: "x710"
2645 #    nic: "NIC_Intel-X710"
2646 #  compare:
2647 #    title: "xxv710"
2648 #    nic: "NIC_Intel-XXV710"
2649 #  data: "vpp-nic-comparison-2n-skx-mrr"
2650 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2651 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2652 #  parameters:
2653 #  - "name"
2654 #  - "parent"
2655 #  - "result"
2656 #  - "tags"
2657
2658 ################################################################################
2659 # VPP
2660
2661 # VPP Performance Changes 3n-hsw 1t1c pdr
2662 - type: "table"
2663   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2664   algorithm: "table_perf_comparison"
2665   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2666   history:
2667     - title: "rls1904"
2668       data: "vpp-performance-changes-3n-hsw-h1"
2669   reference:
2670     title: "rls1908"
2671     data: "vpp-performance-changes-3n-hsw-ref"
2672     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2673   compare:
2674     title: "rls2001"
2675     data: "vpp-performance-changes-3n-hsw-cmp"
2676   data: "vpp-performance-changes-3n-hsw"
2677   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2678   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2679   parameters:
2680   - "name"
2681   - "parent"
2682   - "throughput"
2683
2684 # VPP Performance Changes 3n-hsw 2t2c pdr
2685 - type: "table"
2686   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2687   algorithm: "table_perf_comparison"
2688   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2689   history:
2690     - title: "rls1904"
2691       data: "vpp-performance-changes-3n-hsw-h1"
2692   reference:
2693     title: "rls1908"
2694     data: "vpp-performance-changes-3n-hsw-ref"
2695     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2696   compare:
2697     title: "rls2001"
2698     data: "vpp-performance-changes-3n-hsw-cmp"
2699   data: "vpp-performance-changes-3n-hsw"
2700   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2701   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2702   parameters:
2703   - "name"
2704   - "parent"
2705   - "throughput"
2706
2707 # VPP Performance Changes 3n-hsw 1t1c ndr
2708 - type: "table"
2709   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2710   algorithm: "table_perf_comparison"
2711   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2712   history:
2713     - title: "rls1904"
2714       data: "vpp-performance-changes-3n-hsw-h1"
2715   reference:
2716     title: "rls1908"
2717     data: "vpp-performance-changes-3n-hsw-ref"
2718     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2719   compare:
2720     title: "rls2001"
2721     data: "vpp-performance-changes-3n-hsw-cmp"
2722   data: "vpp-performance-changes-3n-hsw"
2723   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2724   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2725   parameters:
2726   - "name"
2727   - "parent"
2728   - "throughput"
2729
2730 # VPP Performance Changes 3n-hsw 2t2c ndr
2731 - type: "table"
2732   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2733   algorithm: "table_perf_comparison"
2734   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2735   history:
2736     - title: "rls1904"
2737       data: "vpp-performance-changes-3n-hsw-h1"
2738   reference:
2739     title: "rls1908"
2740     data: "vpp-performance-changes-3n-hsw-ref"
2741     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2742   compare:
2743     title: "rls2001"
2744     data: "vpp-performance-changes-3n-hsw-cmp"
2745   data: "vpp-performance-changes-3n-hsw"
2746   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2747   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2748   parameters:
2749   - "name"
2750   - "parent"
2751   - "throughput"
2752
2753 ## VPP Performance Changes 3n-skx 2t1c pdr
2754 #- type: "table"
2755 #  title: "VPP Performance Changes 3n-skx 2t1c pdr"
2756 #  algorithm: "table_perf_comparison_nic"
2757 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2758 #  history:
2759 #    - title: "rls1904 x710"
2760 #      data: "vpp-performance-changes-3n-skx-h1"
2761 #      nic: "NIC_Intel-X710"
2762 #  reference:
2763 #    title: "rls1908 xxv710"
2764 #    data: "vpp-performance-changes-3n-skx-ref"
2765 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2766 #    nic: "NIC_Intel-XXV710"
2767 #  compare:
2768 #    title: "rls2001 xxv710"
2769 #    data: "vpp-performance-changes-3n-skx-cmp"
2770 #    nic: "NIC_Intel-XXV710"
2771 #  data: "vpp-performance-changes-3n-skx"
2772 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2773 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2774 #  parameters:
2775 #  - "name"
2776 #  - "parent"
2777 #  - "throughput"
2778 #  - "tags"
2779 #
2780 ## VPP Performance Changes 3n-skx 4t2c pdr
2781 #- type: "table"
2782 #  title: "VPP Performance Changes 3n-skx 4t2c pdr"
2783 #  algorithm: "table_perf_comparison_nic"
2784 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2785 #  history:
2786 #    - title: "rls1904 x710"
2787 #      data: "vpp-performance-changes-3n-skx-h1"
2788 #      nic: "NIC_Intel-X710"
2789 #  reference:
2790 #    title: "rls1908 x710"
2791 #    data: "vpp-performance-changes-3n-skx-ref"
2792 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2793 #    nic: "NIC_Intel-X710"
2794 #  compare:
2795 #    title: "rls2001 xxv710"
2796 #    data: "vpp-performance-changes-3n-skx-cmp"
2797 #    nic: "NIC_Intel-XXV710"
2798 #  data: "vpp-performance-changes-3n-skx"
2799 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2800 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2801 #  parameters:
2802 #  - "name"
2803 #  - "parent"
2804 #  - "throughput"
2805 #  - "tags"
2806 #
2807 ## VPP Performance Changes 3n-skx 2t1c ndr
2808 #- type: "table"
2809 #  title: "VPP Performance Changes 3n-skx 2t1c ndr"
2810 #  algorithm: "table_perf_comparison_nic"
2811 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2812 #  history:
2813 #    - title: "rls1904 x710"
2814 #      data: "vpp-performance-changes-3n-skx-h1"
2815 #      nic: "NIC_Intel-X710"
2816 #  reference:
2817 #    title: "rls1908 x710"
2818 #    data: "vpp-performance-changes-3n-skx-ref"
2819 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2820 #    nic: "NIC_Intel-X710"
2821 #  compare:
2822 #    title: "rls2001 xxv710"
2823 #    data: "vpp-performance-changes-3n-skx-cmp"
2824 #    nic: "NIC_Intel-XXV710"
2825 #  data: "vpp-performance-changes-3n-skx"
2826 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2827 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2828 #  parameters:
2829 #  - "name"
2830 #  - "parent"
2831 #  - "throughput"
2832 #  - "tags"
2833 #
2834 ## VPP Performance Changes 3n-skx 4t2c ndr
2835 #- type: "table"
2836 #  title: "VPP Performance Changes 3n-skx 4t2c ndr"
2837 #  algorithm: "table_perf_comparison_nic"
2838 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2839 #  history:
2840 #    - title: "rls1904 x710"
2841 #      data: "vpp-performance-changes-3n-skx-h1"
2842 #      nic: "NIC_Intel-X710"
2843 #  reference:
2844 #    title: "rls1908 x710"
2845 #    data: "vpp-performance-changes-3n-skx-ref"
2846 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2847 #    nic: "NIC_Intel-X710"
2848 #  compare:
2849 #    title: "rls2001 xxv710"
2850 #    data: "vpp-performance-changes-3n-skx-cmp"
2851 #    nic: "NIC_Intel-XXV710"
2852 #  data: "vpp-performance-changes-3n-skx"
2853 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2854 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2855 #  parameters:
2856 #  - "name"
2857 #  - "parent"
2858 #  - "throughput"
2859 #  - "tags"
2860 #
2861 ## VPP Performance Changes 2n-skx 2t1c pdr
2862 #- type: "table"
2863 #  title: "VPP Performance Changes 2n-skx 2t1c pdr"
2864 #  algorithm: "table_perf_comparison_nic"
2865 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2866 #  history:
2867 #    - title: "rls1904 x710"
2868 #      data: "vpp-performance-changes-2n-skx-h1"
2869 #      nic: "NIC_Intel-X710"
2870 #  reference:
2871 #    title: "rls1908 xxv710"
2872 #    data: "vpp-performance-changes-2n-skx-ref"
2873 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2874 #    nic: "NIC_Intel-XXV710"
2875 #  compare:
2876 #    title: "rls2001 xxv710"
2877 #    data: "vpp-performance-changes-2n-skx-cmp"
2878 #    nic: "NIC_Intel-XXV710"
2879 #  data: "vpp-performance-changes-2n-skx"
2880 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2881 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2882 #  parameters:
2883 #  - "name"
2884 #  - "parent"
2885 #  - "throughput"
2886 #  - "tags"
2887 #
2888 ## VPP Performance Changes 2n-skx 4t2c pdr
2889 #- type: "table"
2890 #  title: "VPP Performance Changes 2n-skx 4t2c pdr"
2891 #  algorithm: "table_perf_comparison_nic"
2892 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2893 #  history:
2894 #    - title: "rls1904 x710"
2895 #      data: "vpp-performance-changes-2n-skx-h1"
2896 #      nic: "NIC_Intel-X710"
2897 #  reference:
2898 #    title: "rls1908 xxv710"
2899 #    data: "vpp-performance-changes-2n-skx-ref"
2900 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2901 #    nic: "NIC_Intel-XXV710"
2902 #  compare:
2903 #    title: "rls2001 xxv710"
2904 #    data: "vpp-performance-changes-2n-skx-cmp"
2905 #    nic: "NIC_Intel-XXV710"
2906 #  data: "vpp-performance-changes-2n-skx"
2907 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2908 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2909 #  parameters:
2910 #  - "name"
2911 #  - "parent"
2912 #  - "throughput"
2913 #  - "tags"
2914 #
2915 ## VPP Performance Changes 2n-skx 2t1c ndr
2916 #- type: "table"
2917 #  title: "VPP Performance Changes 2n-skx 2t1c ndr"
2918 #  algorithm: "table_perf_comparison_nic"
2919 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2920 #  history:
2921 #    - title: "rls1904 x710"
2922 #      data: "vpp-performance-changes-2n-skx-h1"
2923 #      nic: "NIC_Intel-X710"
2924 #  reference:
2925 #    title: "rls1908 xxv710"
2926 #    data: "vpp-performance-changes-2n-skx-ref"
2927 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2928 #    nic: "NIC_Intel-XXV710"
2929 #  compare:
2930 #    title: "rls2001 xxv710"
2931 #    data: "vpp-performance-changes-2n-skx-cmp"
2932 #    nic: "NIC_Intel-XXV710"
2933 #  data: "vpp-performance-changes-2n-skx"
2934 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2935 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2936 #  parameters:
2937 #  - "name"
2938 #  - "parent"
2939 #  - "throughput"
2940 #  - "tags"
2941 #
2942 ## VPP Performance Changes 2n-skx 4t2c ndr
2943 #- type: "table"
2944 #  title: "VPP Performance Changes 2n-skx 4t2c ndr"
2945 #  algorithm: "table_perf_comparison_nic"
2946 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2947 #  history:
2948 #    - title: "rls1904 x710"
2949 #      data: "vpp-performance-changes-2n-skx-h1"
2950 #      nic: "NIC_Intel-X710"
2951 #  reference:
2952 #    title: "rls1908 xxv710"
2953 #    data: "vpp-performance-changes-2n-skx-ref"
2954 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2955 #    nic: "NIC_Intel-XXV710"
2956 #  compare:
2957 #    title: "rls2001 xxv710"
2958 #    data: "vpp-performance-changes-2n-skx-cmp"
2959 #    nic: "NIC_Intel-XXV710"
2960 #  data: "vpp-performance-changes-2n-skx"
2961 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2962 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2963 #  parameters:
2964 #  - "name"
2965 #  - "parent"
2966 #  - "throughput"
2967 #  - "tags"
2968 #
2969 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
2970 #- type: "table"
2971 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
2972 #  algorithm: "table_perf_comparison"
2973 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
2974 #  reference:
2975 #    title: "rls1908"
2976 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
2977 #  compare:
2978 #    title: "rls2001"
2979 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
2980 #  data: "vpp-performance-changes-nfv-2n-skx"
2981 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2982 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
2983 #  parameters:
2984 #  - "name"
2985 #  - "parent"
2986 #  - "throughput"
2987 #  - "tags"
2988 #
2989 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
2990 #- type: "table"
2991 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
2992 #  algorithm: "table_perf_comparison"
2993 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
2994 #  reference:
2995 #    title: "rls1908"
2996 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
2997 #  compare:
2998 #    title: "rls2001"
2999 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3000 #  data: "vpp-performance-changes-nfv-2n-skx"
3001 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3002 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3003 #  parameters:
3004 #  - "name"
3005 #  - "parent"
3006 #  - "throughput"
3007 #  - "tags"
3008 #
3009 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3010 #- type: "table"
3011 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3012 #  algorithm: "table_perf_comparison"
3013 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3014 #  reference:
3015 #    title: "rls1908"
3016 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3017 #  compare:
3018 #    title: "rls2001"
3019 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3020 #  data: "vpp-performance-changes-nfv-2n-skx"
3021 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3022 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3023 #  parameters:
3024 #  - "name"
3025 #  - "parent"
3026 #  - "throughput"
3027 #  - "tags"
3028 #
3029 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3030 #- type: "table"
3031 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3032 #  algorithm: "table_perf_comparison"
3033 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3034 #  reference:
3035 #    title: "rls1908"
3036 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3037 #  compare:
3038 #    title: "rls2001"
3039 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3040 #  data: "vpp-performance-changes-nfv-2n-skx"
3041 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3042 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3043 #  parameters:
3044 #  - "name"
3045 #  - "parent"
3046 #  - "throughput"
3047 #  - "tags"
3048
3049 # VPP Performance Changes 2n-dnv 1t1c pdr
3050 - type: "table"
3051   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3052   algorithm: "table_perf_comparison"
3053   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3054   reference:
3055     title: "rls1908"
3056     data: "vpp-performance-changes-2n-dnv-ref"
3057   compare:
3058     title: "rls2001"
3059     data: "vpp-performance-changes-2n-dnv-cmp"
3060   data: "vpp-performance-changes-2n-dnv"
3061   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3062   filter: "'1T1C'"
3063   parameters:
3064   - "name"
3065   - "parent"
3066   - "throughput"
3067   - "tags"
3068
3069 # VPP Performance Changes 2n-dnv 2t2c pdr
3070 - type: "table"
3071   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3072   algorithm: "table_perf_comparison"
3073   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3074   reference:
3075     title: "rls1908"
3076     data: "vpp-performance-changes-2n-dnv-ref"
3077   compare:
3078     title: "rls2001"
3079     data: "vpp-performance-changes-2n-dnv-cmp"
3080   data: "vpp-performance-changes-2n-dnv"
3081   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3082   filter: "'2T2C'"
3083   parameters:
3084   - "name"
3085   - "parent"
3086   - "throughput"
3087   - "tags"
3088
3089 # VPP Performance Changes 2n-dnv 1t1c ndr
3090 - type: "table"
3091   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3092   algorithm: "table_perf_comparison"
3093   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3094   reference:
3095     title: "rls1908"
3096     data: "vpp-performance-changes-2n-dnv-ref"
3097   compare:
3098     title: "rls2001"
3099     data: "vpp-performance-changes-2n-dnv-cmp"
3100   data: "vpp-performance-changes-2n-dnv"
3101   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3102   filter: "'1T1C'"
3103   parameters:
3104   - "name"
3105   - "parent"
3106   - "throughput"
3107   - "tags"
3108
3109 # VPP Performance Changes 2n-dnv 2t2c ndr
3110 - type: "table"
3111   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3112   algorithm: "table_perf_comparison"
3113   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3114   reference:
3115     title: "rls1908 "
3116     data: "vpp-performance-changes-2n-dnv-ref"
3117   compare:
3118     title: "rls2001"
3119     data: "vpp-performance-changes-2n-dnv-cmp"
3120   data: "vpp-performance-changes-2n-dnv"
3121   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3122   filter: "'2T2C'"
3123   parameters:
3124   - "name"
3125   - "parent"
3126   - "throughput"
3127   - "tags"
3128
3129 # VPP Performance Changes 3n-dnv 1t1c pdr
3130 - type: "table"
3131   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3132   algorithm: "table_perf_comparison"
3133   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3134   reference:
3135     title: "rls1908"
3136     data: "vpp-performance-changes-3n-dnv-ref"
3137   compare:
3138     title: "rls2001"
3139     data: "vpp-performance-changes-3n-dnv-cmp"
3140   data: "vpp-performance-changes-3n-dnv"
3141   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3142   filter: "'1T1C'"
3143   parameters:
3144   - "name"
3145   - "parent"
3146   - "throughput"
3147   - "tags"
3148
3149 # VPP Performance Changes 3n-dnv 2t2c pdr
3150 - type: "table"
3151   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3152   algorithm: "table_perf_comparison"
3153   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3154   reference:
3155     title: "rls1908"
3156     data: "vpp-performance-changes-3n-dnv-ref"
3157   compare:
3158     title: "rls2001"
3159     data: "vpp-performance-changes-3n-dnv-cmp"
3160   data: "vpp-performance-changes-3n-dnv"
3161   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3162   filter: "'2T2C'"
3163   parameters:
3164   - "name"
3165   - "parent"
3166   - "throughput"
3167   - "tags"
3168
3169 # VPP Performance Changes 3n-dnv 1t1c ndr
3170 - type: "table"
3171   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3172   algorithm: "table_perf_comparison"
3173   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3174   reference:
3175     title: "rls1908"
3176     data: "vpp-performance-changes-3n-dnv-ref"
3177   compare:
3178     title: "rls2001"
3179     data: "vpp-performance-changes-3n-dnv-cmp"
3180   data: "vpp-performance-changes-3n-dnv"
3181   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3182   filter: "'1T1C'"
3183   parameters:
3184   - "name"
3185   - "parent"
3186   - "throughput"
3187   - "tags"
3188
3189 # VPP Performance Changes 3n-dnv 2t2c ndr
3190 - type: "table"
3191   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3192   algorithm: "table_perf_comparison"
3193   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3194   reference:
3195     title: "rls1908"
3196     data: "vpp-performance-changes-3n-dnv-ref"
3197   compare:
3198     title: "rls2001"
3199     data: "vpp-performance-changes-3n-dnv-cmp"
3200   data: "vpp-performance-changes-3n-dnv"
3201   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3202   filter: "'2T2C'"
3203   parameters:
3204   - "name"
3205   - "parent"
3206   - "throughput"
3207   - "tags"
3208
3209 # VPP Performance Changes 3n-tsh 1t1c pdr
3210 - type: "table"
3211   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3212   algorithm: "table_perf_comparison"
3213   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3214   reference:
3215     title: "rls1908"
3216     data: "vpp-performance-changes-3n-tsh-ref"
3217   compare:
3218     title: "rls2001"
3219     data: "vpp-performance-changes-3n-tsh-cmp"
3220   data: "vpp-performance-changes-3n-tsh"
3221   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3222   filter: "'1T1C'"
3223   parameters:
3224   - "name"
3225   - "parent"
3226   - "throughput"
3227   - "tags"
3228
3229 # VPP Performance Changes 3n-tsh 2t2c pdr
3230 - type: "table"
3231   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3232   algorithm: "table_perf_comparison"
3233   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3234   reference:
3235     title: "rls1908"
3236     data: "vpp-performance-changes-3n-tsh-ref"
3237   compare:
3238     title: "rls2001"
3239     data: "vpp-performance-changes-3n-tsh-cmp"
3240   data: "vpp-performance-changes-3n-tsh"
3241   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3242   filter: "'2T2C'"
3243   parameters:
3244   - "name"
3245   - "parent"
3246   - "throughput"
3247   - "tags"
3248
3249 # VPP Performance Changes 3n-tsh 1t1c ndr
3250 - type: "table"
3251   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3252   algorithm: "table_perf_comparison"
3253   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3254   reference:
3255     title: "rls1908"
3256     data: "vpp-performance-changes-3n-tsh-ref"
3257   compare:
3258     title: "rls2001"
3259     data: "vpp-performance-changes-3n-tsh-cmp"
3260   data: "vpp-performance-changes-3n-tsh"
3261   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3262   filter: "'1T1C'"
3263   parameters:
3264   - "name"
3265   - "parent"
3266   - "throughput"
3267   - "tags"
3268
3269 # VPP Performance Changes 3n-tsh 2t2c ndr
3270 - type: "table"
3271   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3272   algorithm: "table_perf_comparison"
3273   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3274   reference:
3275     title: "rls1908"
3276     data: "vpp-performance-changes-3n-tsh-ref"
3277   compare:
3278     title: "rls2001"
3279     data: "vpp-performance-changes-3n-tsh-cmp"
3280   data: "vpp-performance-changes-3n-tsh"
3281   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3282   filter: "'2T2C'"
3283   parameters:
3284   - "name"
3285   - "parent"
3286   - "throughput"
3287   - "tags"
3288
3289 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3290 #- type: "table"
3291 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3292 #  algorithm: "table_perf_comparison_nic"
3293 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3294 #  reference:
3295 #    title: "3n-hsw xl710"
3296 #    data: "vpp-compare-testbeds-ref"
3297 #    nic: "NIC_Intel-XL710"
3298 #  compare:
3299 #    title: "3n-skx xxv710"
3300 #    data: "vpp-compare-testbeds-cmp"
3301 #    nic: "NIC_Intel-XXV710"
3302 #  data: "vpp-compare-testbeds"
3303 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3304 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3305 #  parameters:
3306 #  - "name"
3307 #  - "parent"
3308 #  - "throughput"
3309 #  - "tags"
3310 #
3311 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3312 #- type: "table"
3313 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3314 #  algorithm: "table_perf_comparison_nic"
3315 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3316 #  reference:
3317 #    title: "3n-hsw xl710"
3318 #    data: "vpp-compare-testbeds-ref"
3319 #    nic: "NIC_Intel-XL710"
3320 #  compare:
3321 #    title: "3n-skx xxv710"
3322 #    data: "vpp-compare-testbeds-cmp"
3323 #    nic: "NIC_Intel-XXV710"
3324 #  data: "vpp-compare-testbeds"
3325 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3326 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3327 #  parameters:
3328 #  - "name"
3329 #  - "parent"
3330 #  - "throughput"
3331 #  - "tags"
3332 #
3333 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3334 #- type: "table"
3335 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3336 #  algorithm: "table_perf_comparison_nic"
3337 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3338 #  reference:
3339 #    title: "3n-hsw xl710"
3340 #    data: "vpp-compare-testbeds-ref"
3341 #    nic: "NIC_Intel-XL710"
3342 #  compare:
3343 #    title: "3n-skx xxv710"
3344 #    data: "vpp-compare-testbeds-cmp"
3345 #    nic: "NIC_Intel-XXV710"
3346 #  data: "vpp-compare-testbeds"
3347 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3348 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3349 #  parameters:
3350 #  - "name"
3351 #  - "parent"
3352 #  - "throughput"
3353 #  - "tags"
3354 #
3355 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3356 #- type: "table"
3357 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3358 #  algorithm: "table_perf_comparison_nic"
3359 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3360 #  reference:
3361 #    title: "3n-hsw xl710"
3362 #    data: "vpp-compare-testbeds-ref"
3363 #    nic: "NIC_Intel-XL710"
3364 #  compare:
3365 #    title: "3n-skx xxv710"
3366 #    data: "vpp-compare-testbeds-cmp"
3367 #    nic: "NIC_Intel-XXV710"
3368 #  data: "vpp-compare-testbeds"
3369 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3370 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3371 #  parameters:
3372 #  - "name"
3373 #  - "parent"
3374 #  - "throughput"
3375 #  - "tags"
3376 #
3377 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3378 #- type: "table"
3379 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3380 #  algorithm: "table_perf_comparison"
3381 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3382 #  reference:
3383 #    title: "2n-skx"
3384 #    data: "vpp-compare-testbeds-skx-clx-ref"
3385 #  compare:
3386 #    title: "2n-clx"
3387 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3388 #  data: "vpp-compare-testbeds-skx-clx"
3389 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3390 #  filter: "'2T1C'"
3391 #  parameters:
3392 #  - "name"
3393 #  - "parent"
3394 #  - "throughput"
3395 #  - "tags"
3396 #
3397 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3398 #- type: "table"
3399 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3400 #  algorithm: "table_perf_comparison"
3401 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3402 #  reference:
3403 #    title: "2n-skx"
3404 #    data: "vpp-compare-testbeds-skx-clx-ref"
3405 #  compare:
3406 #    title: "2n-clx"
3407 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3408 #  data: "vpp-compare-testbeds-skx-clx"
3409 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3410 #  filter: "'4T2C'"
3411 #  parameters:
3412 #  - "name"
3413 #  - "parent"
3414 #  - "throughput"
3415 #  - "tags"
3416 #
3417 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3418 #- type: "table"
3419 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3420 #  algorithm: "table_perf_comparison"
3421 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3422 #  reference:
3423 #    title: "2n-skx"
3424 #    data: "vpp-compare-testbeds-skx-clx-ref"
3425 #  compare:
3426 #    title: "2n-clx"
3427 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3428 #  data: "vpp-compare-testbeds-skx-clx"
3429 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3430 #  filter: "'2T1C'"
3431 #  parameters:
3432 #  - "name"
3433 #  - "parent"
3434 #  - "throughput"
3435 #  - "tags"
3436 #
3437 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3438 #- type: "table"
3439 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3440 #  algorithm: "table_perf_comparison"
3441 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3442 #  reference:
3443 #    title: "2n-skx"
3444 #    data: "vpp-compare-testbeds-skx-clx-ref"
3445 #  compare:
3446 #    title: "2n-clx"
3447 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3448 #  data: "vpp-compare-testbeds-skx-clx"
3449 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3450 #  filter: "'4T2C'"
3451 #  parameters:
3452 #  - "name"
3453 #  - "parent"
3454 #  - "throughput"
3455 #  - "tags"
3456 #
3457 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3458 #- type: "table"
3459 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3460 #  algorithm: "table_perf_comparison"
3461 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3462 #  reference:
3463 #    title: "3-Node Skx"
3464 #    data: "vpp-compare-topologies-ref"
3465 #  compare:
3466 #    title: "2-Node Skx"
3467 #    data: "vpp-compare-topologies-cmp"
3468 #  data: "vpp-compare-topologies"
3469 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3470 #  filter: "'NDRPDR' and '1C'"
3471 #  parameters:
3472 #  - "name"
3473 #  - "parent"
3474 #  - "throughput"
3475 #
3476 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
3477 #- type: "table"
3478 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
3479 #  algorithm: "table_perf_comparison"
3480 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
3481 #  reference:
3482 #    title: "3-Node Skx"
3483 #    data: "vpp-compare-topologies-ref"
3484 #  compare:
3485 #    title: "2-Node Skx"
3486 #    data: "vpp-compare-topologies-cmp"
3487 #  data: "vpp-compare-topologies"
3488 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3489 #  filter: "'NDRPDR' and '2C'"
3490 #  parameters:
3491 #  - "name"
3492 #  - "parent"
3493 #  - "throughput"
3494 #
3495 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
3496 #- type: "table"
3497 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
3498 #  algorithm: "table_perf_comparison"
3499 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
3500 #  reference:
3501 #    title: "3-Node Skx"
3502 #    data: "vpp-compare-topologies-ref"
3503 #  compare:
3504 #    title: "2-Node Skx"
3505 #    data: "vpp-compare-topologies-cmp"
3506 #  data: "vpp-compare-topologies"
3507 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3508 #  filter: "'NDRPDR' and '1C'"
3509 #  parameters:
3510 #  - "name"
3511 #  - "parent"
3512 #  - "throughput"
3513 #
3514 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
3515 #- type: "table"
3516 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
3517 #  algorithm: "table_perf_comparison"
3518 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
3519 #  reference:
3520 #    title: "3-Node Skx"
3521 #    data: "vpp-compare-topologies-ref"
3522 #  compare:
3523 #    title: "2-Node Skx"
3524 #    data: "vpp-compare-topologies-cmp"
3525 #  data: "vpp-compare-topologies"
3526 #  include-tests: "PDR"
3527 #  filter: "'NDRPDR' and '2C'"
3528 #  parameters:
3529 #  - "name"
3530 #  - "parent"
3531 #  - "throughput"
3532
3533 # VPP Performance Changes 3n-hsw 1t1c MRR
3534 - type: "table"
3535   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
3536   algorithm: "table_perf_comparison"
3537   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
3538   history:
3539     - title: "rls1904"
3540       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3541   reference:
3542     title: "rls1908"
3543     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3544   compare:
3545     title: "rls2001"
3546     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3547   data: "vpp-performance-changes-3n-hsw-mrr"
3548   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3549   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
3550   parameters:
3551   - "name"
3552   - "parent"
3553   - "result"
3554
3555 # VPP Performance Changes 3n-hsw 2t2c MRR
3556 - type: "table"
3557   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
3558   algorithm: "table_perf_comparison"
3559   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
3560   history:
3561     - title: "rls1904"
3562       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3563   reference:
3564     title: "rls1908"
3565     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3566   compare:
3567     title: "rls2001"
3568     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3569   data: "vpp-performance-changes-3n-hsw-mrr"
3570   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3571   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
3572   parameters:
3573   - "name"
3574   - "parent"
3575   - "result"
3576
3577 # VPP Performance Changes 3n-hsw 4t4c MRR
3578 - type: "table"
3579   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
3580   algorithm: "table_perf_comparison"
3581   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
3582   history:
3583     - title: "rls1904"
3584       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3585   reference:
3586     title: "rls1908"
3587     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3588   compare:
3589     title: "rls2001"
3590     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3591   data: "vpp-performance-changes-3n-hsw-mrr"
3592   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3593   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
3594   parameters:
3595   - "name"
3596   - "parent"
3597   - "result"
3598
3599 ## VPP Performance Changes 3n-skx 2t1c MRR
3600 #- type: "table"
3601 #  title: "VPP Performance Changes 3n-skx 2t1c MRR"
3602 #  algorithm: "table_perf_comparison"
3603 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
3604 #  history:
3605 #    - title: "rls1904"
3606 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3607 #  reference:
3608 #    title: "rls1908"
3609 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3610 #  compare:
3611 #    title: "rls2001"
3612 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3613 #  data: "vpp-performance-changes-3n-skx-mrr"
3614 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3615 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3616 #  parameters:
3617 #  - "name"
3618 #  - "parent"
3619 #  - "result"
3620 #
3621 ## VPP Performance Changes 3n-skx 4t2c MRR
3622 #- type: "table"
3623 #  title: "VPP Performance Changes 3n-skx 4t2c MRR"
3624 #  algorithm: "table_perf_comparison"
3625 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
3626 #  history:
3627 #    - title: "rls1904"
3628 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3629 #  reference:
3630 #    title: "rls1908"
3631 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3632 #  compare:
3633 #    title: "rls2001"
3634 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3635 #  data: "vpp-performance-changes-3n-skx-mrr"
3636 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3637 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3638 #  parameters:
3639 #  - "name"
3640 #  - "parent"
3641 #  - "result"
3642 #
3643 ## VPP Performance Changes 3n-skx 8t4c MRR
3644 #- type: "table"
3645 #  title: "VPP Performance Changes 3n-skx 8t4c MRR"
3646 #  algorithm: "table_perf_comparison"
3647 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
3648 #  history:
3649 #    - title: "rls1904"
3650 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3651 #  reference:
3652 #    title: "rls1908"
3653 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3654 #  compare:
3655 #    title: "rls2001"
3656 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3657 #  data: "vpp-performance-changes-3n-skx-mrr"
3658 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3659 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3660 #  parameters:
3661 #  - "name"
3662 #  - "parent"
3663 #  - "result"
3664 #
3665 ## VPP Performance Changes 2n-skx 2t1c MRR
3666 #- type: "table"
3667 #  title: "VPP Performance Changes 2n-skx 2t1c MRR"
3668 #  algorithm: "table_perf_comparison"
3669 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
3670 #  history:
3671 #    - title: "rls1904"
3672 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3673 #  reference:
3674 #    title: "rls1908"
3675 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3676 #  compare:
3677 #    title: "rls2001"
3678 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3679 #  data: "vpp-performance-changes-2n-skx-mrr"
3680 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3681 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3682 #  parameters:
3683 #  - "name"
3684 #  - "parent"
3685 #  - "result"
3686 #
3687 ## VPP Performance Changes 2n-skx 4t2c MRR
3688 #- type: "table"
3689 #  title: "VPP Performance Changes 2n-skx 4t2c MRR"
3690 #  algorithm: "table_perf_comparison"
3691 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
3692 #  history:
3693 #    - title: "rls1904"
3694 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3695 #  reference:
3696 #    title: "rls1908"
3697 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3698 #  compare:
3699 #    title: "rls2001"
3700 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3701 #  data: "vpp-performance-changes-2n-skx-mrr"
3702 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3703 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3704 #  parameters:
3705 #  - "name"
3706 #  - "parent"
3707 #  - "result"
3708 #
3709 ## VPP Performance Changes 2n-skx 8t4c MRR
3710 #- type: "table"
3711 #  title: "VPP Performance Changes 2n-skx 8t4c MRR"
3712 #  algorithm: "table_perf_comparison"
3713 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
3714 #  history:
3715 #    - title: "rls1904"
3716 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3717 #  reference:
3718 #    title: "rls1908"
3719 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3720 #  compare:
3721 #    title: "rls2001"
3722 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3723 #  data: "vpp-performance-changes-2n-skx-mrr"
3724 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3725 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3726 #  parameters:
3727 #  - "name"
3728 #  - "parent"
3729 #  - "result"
3730 #
3731 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
3732 #- type: "table"
3733 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
3734 #  algorithm: "table_perf_comparison"
3735 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
3736 #  reference:
3737 #    title: "rls1908"
3738 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3739 #  compare:
3740 #    title: "rls2001"
3741 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3742 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3743 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3744 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
3745 #  parameters:
3746 #  - "name"
3747 #  - "parent"
3748 #  - "result"
3749 #
3750 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
3751 #- type: "table"
3752 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
3753 #  algorithm: "table_perf_comparison"
3754 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
3755 #  reference:
3756 #    title: "rls1908"
3757 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3758 #  compare:
3759 #    title: "rls2001"
3760 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3761 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3762 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3763 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
3764 #  parameters:
3765 #  - "name"
3766 #  - "parent"
3767 #  - "result"
3768 #
3769 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
3770 #- type: "table"
3771 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
3772 #  algorithm: "table_perf_comparison"
3773 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
3774 #  reference:
3775 #    title: "rls1908"
3776 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3777 #  compare:
3778 #    title: "rls2001"
3779 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3780 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3781 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3782 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
3783 #  parameters:
3784 #  - "name"
3785 #  - "parent"
3786 #  - "result"
3787
3788 # VPP Performance Changes 2n-dnv 1t1c MRR
3789 - type: "table"
3790   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
3791   algorithm: "table_perf_comparison"
3792   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
3793   reference:
3794     title: "rls1908"
3795     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3796   compare:
3797     title: "rls2001"
3798     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3799   data: "vpp-performance-changes-2n-dnv-mrr"
3800   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3801   filter: "'1T1C' and 'MRR'"
3802   parameters:
3803   - "name"
3804   - "parent"
3805   - "result"
3806
3807 # VPP Performance Changes 2n-dnv 2t2c MRR
3808 - type: "table"
3809   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
3810   algorithm: "table_perf_comparison"
3811   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
3812   reference:
3813     title: "rls1908"
3814     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3815   compare:
3816     title: "rls2001"
3817     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3818   data: "vpp-performance-changes-2n-dnv-mrr"
3819   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3820   filter: "'2T2C' and 'MRR'"
3821   parameters:
3822   - "name"
3823   - "parent"
3824   - "result"
3825
3826 # VPP Performance Changes 2n-dnv 4t4c MRR
3827 - type: "table"
3828   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
3829   algorithm: "table_perf_comparison"
3830   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
3831   reference:
3832     title: "rls1908"
3833     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3834   compare:
3835     title: "rls2001"
3836     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3837   data: "vpp-performance-changes-2n-dnv-mrr"
3838   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3839   filter: "'4T4C' and 'MRR'"
3840   parameters:
3841   - "name"
3842   - "parent"
3843   - "result"
3844
3845 # VPP Performance Changes 3n-dnv 1t1c MRR
3846 - type: "table"
3847   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
3848   algorithm: "table_perf_comparison"
3849   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
3850   reference:
3851     title: "rls1908"
3852     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3853   compare:
3854     title: "rls2001"
3855     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3856   data: "vpp-performance-changes-3n-dnv-mrr"
3857   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3858   filter: "'1T1C' and 'MRR'"
3859   parameters:
3860   - "name"
3861   - "parent"
3862   - "result"
3863
3864 # VPP Performance Changes 3n-dnv 2t2c MRR
3865 - type: "table"
3866   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
3867   algorithm: "table_perf_comparison"
3868   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
3869   reference:
3870     title: "rls1908"
3871     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3872   compare:
3873     title: "rls2001"
3874     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3875   data: "vpp-performance-changes-3n-dnv-mrr"
3876   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3877   filter: "'2T2C' and 'MRR'"
3878   parameters:
3879   - "name"
3880   - "parent"
3881   - "result"
3882
3883 # VPP Performance Changes 3n-dnv 4t4c MRR
3884 - type: "table"
3885   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
3886   algorithm: "table_perf_comparison"
3887   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
3888   reference:
3889     title: "rls1908"
3890     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3891   compare:
3892     title: "rls2001"
3893     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3894   data: "vpp-performance-changes-3n-dnv-mrr"
3895   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3896   filter: "'4T4C' and 'MRR'"
3897   parameters:
3898   - "name"
3899   - "parent"
3900   - "result"
3901
3902 # VPP Performance Changes 3n-tsh 1t1c MRR
3903 - type: "table"
3904   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
3905   algorithm: "table_perf_comparison"
3906   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
3907   reference:
3908     title: "rls1908"
3909     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3910   compare:
3911     title: "rls2001"
3912     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3913   data: "vpp-performance-changes-3n-tsh-mrr"
3914   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3915   filter: "'1T1C' and 'MRR'"
3916   parameters:
3917   - "name"
3918   - "parent"
3919   - "result"
3920
3921 # VPP Performance Changes 3n-tsh 2t2c MRR
3922 - type: "table"
3923   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
3924   algorithm: "table_perf_comparison"
3925   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
3926   reference:
3927     title: "rls1908"
3928     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3929   compare:
3930     title: "rls2001"
3931     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3932   data: "vpp-performance-changes-3n-tsh-mrr"
3933   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3934   filter: "'2T2C' and 'MRR'"
3935   parameters:
3936   - "name"
3937   - "parent"
3938   - "result"
3939
3940 # VPP Performance Changes 3n-tsh 4t4c MRR
3941 - type: "table"
3942   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
3943   algorithm: "table_perf_comparison"
3944   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
3945   reference:
3946     title: "rls1908"
3947     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3948   compare:
3949     title: "rls2001"
3950     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3951   data: "vpp-performance-changes-3n-tsh-mrr"
3952   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3953   filter: "'4T4C' and 'MRR'"
3954   parameters:
3955   - "name"
3956   - "parent"
3957   - "result"
3958
3959 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
3960 #- type: "table"
3961 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
3962 #  algorithm: "table_perf_comparison_nic"
3963 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
3964 #  reference:
3965 #    title: "3n-hsw xl710"
3966 #    data: "vpp-compare-testbeds-mrr-ref"
3967 #    nic: "NIC_Intel-XL710"
3968 #  compare:
3969 #    title: "3n-skx xxv710"
3970 #    data: "vpp-compare-testbeds-mrr-cmp"
3971 #    nic: "NIC_Intel-XXV710"
3972 #  data: "vpp-compare-testbeds-mrr"
3973 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3974 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
3975 #  parameters:
3976 #  - "name"
3977 #  - "parent"
3978 #  - "result"
3979 #  - "tags"
3980 #
3981 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
3982 #- type: "table"
3983 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
3984 #  algorithm: "table_perf_comparison_nic"
3985 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
3986 #  reference:
3987 #    title: "3n-hsw xl710"
3988 #    data: "vpp-compare-testbeds-mrr-ref"
3989 #    nic: "NIC_Intel-XL710"
3990 #  compare:
3991 #    title: "3n-skx xxv710"
3992 #    data: "vpp-compare-testbeds-mrr-cmp"
3993 #    nic: "NIC_Intel-XXV710"
3994 #  data: "vpp-compare-testbeds-mrr"
3995 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3996 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
3997 #  parameters:
3998 #  - "name"
3999 #  - "parent"
4000 #  - "result"
4001 #  - "tags"
4002 #
4003 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4004 #- type: "table"
4005 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4006 #  algorithm: "table_perf_comparison_nic"
4007 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4008 #  reference:
4009 #    title: "3n-hsw xl710"
4010 #    data: "vpp-compare-testbeds-mrr-ref"
4011 #    nic: "NIC_Intel-XL710"
4012 #  compare:
4013 #    title: "3n-skx xxv710"
4014 #    data: "vpp-compare-testbeds-mrr-cmp"
4015 #    nic: "NIC_Intel-XXV710"
4016 #  data: "vpp-compare-testbeds-mrr"
4017 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4018 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4019 #  parameters:
4020 #  - "name"
4021 #  - "parent"
4022 #  - "result"
4023 #  - "tags"
4024 #
4025 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4026 #- type: "table"
4027 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4028 #  algorithm: "table_perf_comparison"
4029 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4030 #  reference:
4031 #    title: "2n-skx"
4032 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4033 #  compare:
4034 #    title: "2n-clx"
4035 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4036 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4037 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4038 #  filter: "'2T1C'"
4039 #  parameters:
4040 #  - "name"
4041 #  - "parent"
4042 #  - "result"
4043 #  - "tags"
4044 #
4045 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4046 #- type: "table"
4047 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4048 #  algorithm: "table_perf_comparison"
4049 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4050 #  reference:
4051 #    title: "2n-skx"
4052 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4053 #  compare:
4054 #    title: "2n-clx"
4055 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4056 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4057 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4058 #  filter: "'4T2C'"
4059 #  parameters:
4060 #  - "name"
4061 #  - "parent"
4062 #  - "result"
4063 #  - "tags"
4064 #
4065 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4066 #- type: "table"
4067 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4068 #  algorithm: "table_perf_comparison"
4069 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4070 #  reference:
4071 #    title: "2n-skx"
4072 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4073 #  compare:
4074 #    title: "2n-clx"
4075 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4076 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4077 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4078 #  filter: "'8T4C'"
4079 #  parameters:
4080 #  - "name"
4081 #  - "parent"
4082 #  - "result"
4083 #  - "tags"
4084 #
4085 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4086 #- type: "table"
4087 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4088 #  algorithm: "table_perf_comparison"
4089 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4090 #  reference:
4091 #    title: "3-Node Skx"
4092 #    data: "vpp-compare-topologies-mrr-ref"
4093 #  compare:
4094 #    title: "2-Node Skx"
4095 #    data: "vpp-compare-topologies-mrr-cmp"
4096 #  data: "vpp-compare-topologies-mrr"
4097 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4098 #  filter: "'MRR' and '1C'"
4099 #  parameters:
4100 #  - "name"
4101 #  - "parent"
4102 #  - "result"
4103 #
4104 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4105 #- type: "table"
4106 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4107 #  algorithm: "table_perf_comparison"
4108 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4109 #  reference:
4110 #    title: "3-Node Skx"
4111 #    data: "vpp-compare-topologies-mrr-ref"
4112 #  compare:
4113 #    title: "2-Node Skx"
4114 #    data: "vpp-compare-topologies-mrr-cmp"
4115 #  data: "vpp-compare-topologies-mrr"
4116 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4117 #  filter: "'MRR' and '2C'"
4118 #  parameters:
4119 #  - "name"
4120 #  - "parent"
4121 #  - "result"
4122 #
4123 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4124 #- type: "table"
4125 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4126 #  algorithm: "table_perf_comparison"
4127 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4128 #  reference:
4129 #    title: "3-Node Skx"
4130 #    data: "vpp-compare-topologies-mrr-ref"
4131 #  compare:
4132 #    title: "2-Node Skx"
4133 #    data: "vpp-compare-topologies-mrr-cmp"
4134 #  data: "vpp-compare-topologies-mrr"
4135 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4136 #  filter: "'MRR' and '4C'"
4137 #  parameters:
4138 #  - "name"
4139 #  - "parent"
4140 #  - "result"
4141
4142 # Detailed Test Results - VPP Performance Results 3n-hsw
4143 - type: "table"
4144   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4145   algorithm: "table_merged_details"
4146   output-file-ext: ".csv"
4147   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4148   columns:
4149   - title: " |prein| Test Name |preout| "
4150     data: "data name"
4151   - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, one set per each direction: |br| 3. P50 P90 P99    P50 P90 P99 (10% PDR) |br| 4. P50 P90 P99    P50 P90 P99 (50% PDR) |br| 5. P50 P90 P99    P50 P90 P99 (90% PDR) |preout| "
4152     data: "data msg"
4153   rows: "generated"
4154   data: "vpp-perf-results-3n-hsw"
4155   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4156   parameters:
4157   - "name"
4158   - "parent"
4159   - "msg"
4160
4161 ## Detailed Test Results - VPP Performance Results 3n-skx
4162 #- type: "table"
4163 #  title: "Detailed Test Results - VPP Performance Results 3n-skx"
4164 #  algorithm: "table_merged_details"
4165 #  output-file-ext: ".csv"
4166 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4167 #  columns:
4168 #  - title: " |prein| Test Name |preout| "
4169 #    data: "data name"
4170 #  - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, one set per each direction: |br| 3. P50 P90 P99    P50 P90 P99 (10% PDR) |br| 4. P50 P90 P99    P50 P90 P99 (50% PDR) |br| 5. P50 P90 P99    P50 P90 P99 (90% PDR) |preout| "
4171 #    data: "data msg"
4172 #  rows: "generated"
4173 #  data: "vpp-perf-results-3n-skx"
4174 #  filter: "not 'CFS_OPT'"
4175 #  parameters:
4176 #  - "name"
4177 #  - "parent"
4178 #  - "msg"
4179 #
4180 ## Detailed Test Results - VPP Performance Results 2n-skx
4181 #- type: "table"
4182 #  title: "Detailed Test Results - VPP Performance Results 2n-skx"
4183 #  algorithm: "table_merged_details"
4184 #  output-file-ext: ".csv"
4185 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4186 #  columns:
4187 #  - title: " |prein| Test Name |preout| "
4188 #    data: "data name"
4189 #  - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, one set per each direction: |br| 3. P50 P90 P99    P50 P90 P99 (10% PDR) |br| 4. P50 P90 P99    P50 P90 P99 (50% PDR) |br| 5. P50 P90 P99    P50 P90 P99 (90% PDR) |preout| "
4190 #    data: "data msg"
4191 #  rows: "generated"
4192 #  data: "vpp-perf-results-2n-skx"
4193 #  filter: "not 'CFS_OPT'"
4194 #  parameters:
4195 #  - "name"
4196 #  - "parent"
4197 #  - "msg"
4198
4199 ## Detailed Test Results - VPP Performance Results 2n-clx
4200 #- type: "table"
4201 #  title: "Detailed Test Results - VPP Performance Results 2n-clx"
4202 #  algorithm: "table_merged_details"
4203 #  output-file-ext: ".csv"
4204 #  output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
4205 #  columns:
4206 #  - title: " |prein| Test Name |preout| "
4207 #    data: "data name"
4208 #  - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, one set per each direction: |br| 3. P50 P90 P99    P50 P90 P99 (10% PDR) |br| 4. P50 P90 P99    P50 P90 P99 (50% PDR) |br| 5. P50 P90 P99    P50 P90 P99 (90% PDR) |preout| "
4209 #    data: "data msg"
4210 #  rows: "generated"
4211 #  data: "vpp-perf-results-2n-clx"
4212 #  filter: "not 'CFS_OPT'"
4213 #  parameters:
4214 #  - "name"
4215 #  - "parent"
4216 #  - "msg"
4217
4218 # Detailed Test Results - VPP Performance Results 3n-tsh
4219 - type: "table"
4220   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4221   algorithm: "table_merged_details"
4222   output-file-ext: ".csv"
4223   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
4224   columns:
4225   - title: " |prein| Test Name |preout| "
4226     data: "data name"
4227   - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, one set per each direction: |br| 3. P50 P90 P99    P50 P90 P99 (10% PDR) |br| 4. P50 P90 P99    P50 P90 P99 (50% PDR) |br| 5. P50 P90 P99    P50 P90 P99 (90% PDR) |preout| "
4228     data: "data msg"
4229   rows: "generated"
4230   data: "vpp-perf-results-3n-tsh"
4231   filter: "not 'CFS_OPT'"
4232   parameters:
4233   - "name"
4234   - "parent"
4235   - "msg"
4236
4237 # Detailed Test Results - VPP Performance Results 3n-dnv
4238 - type: "table"
4239   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4240   algorithm: "table_merged_details"
4241   output-file-ext: ".csv"
4242   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
4243   columns:
4244   - title: " |prein| Test Name |preout| "
4245     data: "data name"
4246   - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, one set per each direction: |br| 3. P50 P90 P99    P50 P90 P99 (10% PDR) |br| 4. P50 P90 P99    P50 P90 P99 (50% PDR) |br| 5. P50 P90 P99    P50 P90 P99 (90% PDR) |preout| "
4247     data: "data msg"
4248   rows: "generated"
4249   data: "vpp-perf-results-3n-dnv"
4250   filter: "'NDRPDR'"
4251   parameters:
4252   - "name"
4253   - "parent"
4254   - "msg"
4255
4256 # Detailed Test Results - VPP Performance Results 2n-dnv
4257 - type: "table"
4258   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4259   algorithm: "table_merged_details"
4260   output-file-ext: ".csv"
4261   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4262   columns:
4263   - title: " |prein| Test Name |preout| "
4264     data: "data name"
4265   - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, one set per each direction: |br| 3. P50 P90 P99    P50 P90 P99 (10% PDR) |br| 4. P50 P90 P99    P50 P90 P99 (50% PDR) |br| 5. P50 P90 P99    P50 P90 P99 (90% PDR) |preout| "
4266     data: "data msg"
4267   rows: "generated"
4268   data: "vpp-perf-results-2n-dnv"
4269   filter: "'NDRPDR'"
4270   parameters:
4271   - "name"
4272   - "parent"
4273   - "msg"
4274
4275 # Test configuration - VPP Performance Test Configs 3n-hsw
4276 - type: "table"
4277   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4278   algorithm: "table_merged_details"
4279   output-file-ext: ".csv"
4280   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
4281   columns:
4282   - title: "Name"
4283     data: "data name"
4284   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4285     data: "data conf-history"
4286   rows: "generated"
4287   data: "vpp-perf-results-3n-hsw"
4288   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4289   parameters:
4290   - "parent"
4291   - "name"
4292   - "conf-history"
4293
4294 ## Test configuration - VPP Performance Test Configs 3n-skx
4295 #- type: "table"
4296 #  title: "Test configuration - VPP Performance Test Configs 3n-skx"
4297 #  algorithm: "table_merged_details"
4298 #  output-file-ext: ".csv"
4299 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
4300 #  columns:
4301 #  - title: "Name"
4302 #    data: "data name"
4303 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4304 #    data: "data conf-history"
4305 #  rows: "generated"
4306 #  data: "vpp-perf-results-3n-skx"
4307 #  filter: "not 'CFS_OPT'"
4308 #  parameters:
4309 #  - "parent"
4310 #  - "name"
4311 #  - "conf-history"
4312 #
4313 ## Test configuration - VPP Performance Test Configs 2n-skx
4314 #- type: "table"
4315 #  title: "Test configuration - VPP Performance Test Configs 2n-skx"
4316 #  algorithm: "table_merged_details"
4317 #  output-file-ext: ".csv"
4318 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
4319 #  columns:
4320 #  - title: "Name"
4321 #    data: "data name"
4322 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4323 #    data: "data conf-history"
4324 #  rows: "generated"
4325 #  data: "vpp-perf-results-2n-skx"
4326 #  filter: "not 'CFS_OPT'"
4327 #  parameters:
4328 #  - "parent"
4329 #  - "name"
4330 #  - "conf-history"
4331
4332 ## Test configuration - VPP Performance Test Configs 2n-clx
4333 #- type: "table"
4334 #  title: "Test configuration - VPP Performance Test Configs 2n-clx"
4335 #  algorithm: "table_merged_details"
4336 #  output-file-ext: ".csv"
4337 #  output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_test_configuration_2n_clx"
4338 #  columns:
4339 #  - title: "Name"
4340 #    data: "data name"
4341 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4342 #    data: "data conf-history"
4343 #  rows: "generated"
4344 #  data: "vpp-perf-results-2n-clx"
4345 #  filter: "not 'CFS_OPT'"
4346 #  parameters:
4347 #  - "parent"
4348 #  - "name"
4349 #  - "conf-history"
4350
4351 # Test configuration - VPP Performance Test Configs 3n-tsh
4352 - type: "table"
4353   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4354   algorithm: "table_merged_details"
4355   output-file-ext: ".csv"
4356   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
4357   columns:
4358   - title: "Name"
4359     data: "data name"
4360   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4361     data: "data conf-history"
4362   rows: "generated"
4363   data: "vpp-perf-results-3n-tsh"
4364   filter: "not 'CFS_OPT'"
4365   parameters:
4366   - "parent"
4367   - "name"
4368   - "conf-history"
4369
4370 # Test configuration - VPP Performance Test Configs 3n-dnv
4371 - type: "table"
4372   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
4373   algorithm: "table_merged_details"
4374   output-file-ext: ".csv"
4375   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_test_configuration_3n_dnv"
4376   columns:
4377   - title: "Name"
4378     data: "data name"
4379   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4380     data: "data conf-history"
4381   rows: "generated"
4382   data: "vpp-perf-results-3n-dnv"
4383   filter: "'NDRPDR'"
4384   parameters:
4385   - "parent"
4386   - "name"
4387   - "conf-history"
4388
4389 # Test configuration - VPP Performance Test Configs 2n-dnv
4390 - type: "table"
4391   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
4392   algorithm: "table_merged_details"
4393   output-file-ext: ".csv"
4394   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
4395   columns:
4396   - title: "Name"
4397     data: "data name"
4398   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4399     data: "data conf-history"
4400   rows: "generated"
4401   data: "vpp-perf-results-2n-dnv"
4402   filter: "'NDRPDR'"
4403   parameters:
4404   - "parent"
4405   - "name"
4406   - "conf-history"
4407
4408 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4409 - type: "table"
4410   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4411   algorithm: "table_oper_data_html"
4412   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
4413   data: "vpp-perf-results-3n-hsw"
4414   filter: "'NDRPDR'"
4415
4416 ## Test Operational Data - VPP Performance Operational Data 3n-skx
4417 #- type: "table"
4418 #  title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4419 #  algorithm: "table_oper_data_html"
4420 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
4421 #  data: "vpp-perf-results-3n-skx"
4422 #  filter: "not 'CFS_OPT'"
4423 #
4424 ## Test Operational Data - VPP Performance Operational Data 2n-skx
4425 #- type: "table"
4426 #  title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
4427 #  algorithm: "table_oper_data_html"
4428 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
4429 #  data: "vpp-perf-results-2n-skx"
4430 #  filter: "not 'CFS_OPT'"
4431
4432 ## Test Operational Data - VPP Performance Operational Data 2n-clx
4433 #- type: "table"
4434 #  title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
4435 #  algorithm: "table_oper_data_html"
4436 #  output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_test_operational_2n_clx"
4437 #  data: "vpp-perf-results-2n-clx"
4438 #  filter: "not 'CFS_OPT'"
4439
4440 # Test Operational Data - VPP Performance Operational Data 3n-tsh
4441 - type: "table"
4442   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
4443   algorithm: "table_oper_data_html"
4444   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
4445   data: "vpp-perf-results-3n-tsh"
4446   filter: "not 'CFS_OPT'"
4447
4448 # Test Operational Data - VPP Performance Operational Data 3n-dnv
4449 - type: "table"
4450   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
4451   algorithm: "table_oper_data_html"
4452   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_test_operational_3n_dnv"
4453   data: "vpp-perf-results-3n-dnv"
4454   filter: "'NDRPDR'"
4455
4456 # Test Operational Data - VPP Performance Operational Data 2n-dnv
4457 - type: "table"
4458   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
4459   algorithm: "table_oper_data_html"
4460   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
4461   data: "vpp-perf-results-2n-dnv"
4462   filter: "'NDRPDR'"
4463
4464 # Detailed Test Results - VPP MRR Results 3n-hsw
4465 - type: "table"
4466   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
4467   algorithm: "table_details"
4468   output-file-ext: ".csv"
4469   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4470   columns:
4471   - title: " |prein| Test Name |preout| "
4472     data: "data name"
4473   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4474     data: "data msg"
4475   rows: "generated"
4476   data: "vpp-mrr-results-3n-hsw"
4477   filter: "'MRR'"
4478   parameters:
4479   - "name"
4480   - "parent"
4481   - "msg"
4482
4483 ## Detailed Test Results - VPP MRR Results 3n-skx
4484 #- type: "table"
4485 #  title: "Detailed Test Results - VPP MRR Results 3n-skx"
4486 #  algorithm: "table_details"
4487 #  output-file-ext: ".csv"
4488 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4489 #  columns:
4490 #  - title: " |prein| Test Name |preout| "
4491 #    data: "data name"
4492 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4493 #    data: "data msg"
4494 #  rows: "generated"
4495 #  data: "vpp-mrr-results-3n-skx"
4496 #  filter: "'MRR'"
4497 #  parameters:
4498 #  - "name"
4499 #  - "parent"
4500 #  - "msg"
4501 #
4502 ## Detailed Test Results - VPP MRR Results 2n-skx
4503 #- type: "table"
4504 #  title: "Detailed Test Results - VPP MRR Results 2n-skx"
4505 #  algorithm: "table_details"
4506 #  output-file-ext: ".csv"
4507 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4508 #  columns:
4509 #  - title: " |prein| Test Name |preout| "
4510 #    data: "data name"
4511 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4512 #    data: "data msg"
4513 #  rows: "generated"
4514 #  data: "vpp-mrr-results-2n-skx"
4515 #  filter: "'MRR'"
4516 #  parameters:
4517 #  - "name"
4518 #  - "parent"
4519 #  - "msg"
4520
4521 ## Detailed Test Results - VPP MRR Results 2n-clx
4522 #- type: "table"
4523 #  title: "Detailed Test Results - VPP MRR Results 2n-clx"
4524 #  algorithm: "table_details"
4525 #  output-file-ext: ".csv"
4526 #  output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
4527 #  columns:
4528 #  - title: " |prein| Test Name |preout| "
4529 #    data: "data name"
4530 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4531 #    data: "data msg"
4532 #  rows: "generated"
4533 #  data: "vpp-mrr-results-2n-clx"
4534 #  filter: "'MRR'"
4535 #  parameters:
4536 #  - "name"
4537 #  - "parent"
4538 #  - "msg"
4539
4540 ## Detailed Test Results - VPP MRR Results 3n-tsh
4541 #- type: "table"
4542 #  title: "Detailed Test Results - VPP MRR Results 3n-tsh"
4543 #  algorithm: "table_details"
4544 #  output-file-ext: ".csv"
4545 #  output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
4546 #  columns:
4547 #  - title: " |prein| Test Name |preout| "
4548 #    data: "data name"
4549 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4550 #    data: "data msg"
4551 #  rows: "generated"
4552 #  data: "vpp-mrr-results-3n-tsh"
4553 #  filter: "'MRR'"
4554 #  parameters:
4555 #  - "name"
4556 #  - "parent"
4557 #  - "msg"
4558
4559 # Detailed Test Results - VPP MRR Results 3n-dnv
4560 - type: "table"
4561   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
4562   algorithm: "table_details"
4563   output-file-ext: ".csv"
4564   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
4565   columns:
4566   - title: " |prein| Test Name |preout| "
4567     data: "data name"
4568   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4569     data: "data msg"
4570   rows: "generated"
4571   data: "vpp-mrr-results-3n-dnv"
4572   filter: "'MRR'"
4573   parameters:
4574   - "name"
4575   - "parent"
4576   - "msg"
4577
4578 # Detailed Test Results - VPP MRR Results 2n-dnv
4579 - type: "table"
4580   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
4581   algorithm: "table_details"
4582   output-file-ext: ".csv"
4583   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4584   columns:
4585   - title: " |prein| Test Name |preout| "
4586     data: "data name"
4587   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4588     data: "data msg"
4589   rows: "generated"
4590   data: "vpp-mrr-results-2n-dnv"
4591   filter: "'MRR'"
4592   parameters:
4593   - "name"
4594   - "parent"
4595   - "msg"
4596
4597 # Test configuration - VPP MRR Test Configs 3n-hsw
4598 - type: "table"
4599   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
4600   algorithm: "table_details"
4601   output-file-ext: ".csv"
4602   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
4603   columns:
4604   - title: "Name"
4605     data: "data name"
4606   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4607     data: "data conf-history"
4608   rows: "generated"
4609   data: "vpp-mrr-results-3n-hsw"
4610   filter: "'MRR'"
4611   parameters:
4612   - "parent"
4613   - "name"
4614   - "conf-history"
4615
4616 ## Test configuration - VPP MRR Test Configs 3n-skx
4617 #- type: "table"
4618 #  title: "Test configuration - VPP MRR Test Configs 3n-skx"
4619 #  algorithm: "table_details"
4620 #  output-file-ext: ".csv"
4621 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
4622 #  columns:
4623 #  - title: "Name"
4624 #    data: "data name"
4625 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4626 #    data: "data conf-history"
4627 #  rows: "generated"
4628 #  data: "vpp-mrr-results-3n-skx"
4629 #  filter: "'MRR'"
4630 #  parameters:
4631 #  - "parent"
4632 #  - "name"
4633 #  - "conf-history"
4634 #
4635 ## Test configuration - VPP MRR Test Configs 2n-skx
4636 #- type: "table"
4637 #  title: "Test configuration - VPP MRR Test Configs 2n-skx"
4638 #  algorithm: "table_details"
4639 #  output-file-ext: ".csv"
4640 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
4641 #  columns:
4642 #  - title: "Name"
4643 #    data: "data name"
4644 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4645 #    data: "data conf-history"
4646 #  rows: "generated"
4647 #  data: "vpp-mrr-results-2n-skx"
4648 #  filter: "'MRR'"
4649 #  parameters:
4650 #  - "parent"
4651 #  - "name"
4652 #  - "conf-history"
4653
4654 ## Test configuration - VPP MRR Test Configs 2n-clx
4655 #- type: "table"
4656 #  title: "Test configuration - VPP MRR Test Configs 2n-clx"
4657 #  algorithm: "table_details"
4658 #  output-file-ext: ".csv"
4659 #  output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_test_configuration_2n_clx"
4660 #  columns:
4661 #  - title: "Name"
4662 #    data: "data name"
4663 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4664 #    data: "data conf-history"
4665 #  rows: "generated"
4666 #  data: "vpp-mrr-results-2n-clx"
4667 #  filter: "'MRR'"
4668 #  parameters:
4669 #  - "parent"
4670 #  - "name"
4671 #  - "conf-history"
4672
4673 ## Test configuration - VPP MRR Test Configs 3n-tsh
4674 #- type: "table"
4675 #  title: "Test configuration - VPP MRR Test Configs 3n-tsh"
4676 #  algorithm: "table_details"
4677 #  output-file-ext: ".csv"
4678 #  output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
4679 #  columns:
4680 #  - title: "Name"
4681 #    data: "data name"
4682 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4683 #    data: "data conf-history"
4684 #  rows: "generated"
4685 #  data: "vpp-mrr-results-3n-tsh"
4686 #  filter: "'MRR'"
4687 #  parameters:
4688 #  - "parent"
4689 #  - "name"
4690 #  - "conf-history"
4691
4692 # Test configuration - VPP MRR Test Configs 3n-dnv
4693 - type: "table"
4694   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
4695   algorithm: "table_details"
4696   output-file-ext: ".csv"
4697   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_test_configuration_3n_dnv"
4698   columns:
4699   - title: "Name"
4700     data: "data name"
4701   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4702     data: "data conf-history"
4703   rows: "generated"
4704   data: "vpp-mrr-results-3n-dnv"
4705   filter: "'MRR'"
4706   parameters:
4707   - "parent"
4708   - "name"
4709   - "conf-history"
4710
4711 # Test configuration - VPP MRR Test Configs 2n-dnv
4712 - type: "table"
4713   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
4714   algorithm: "table_details"
4715   output-file-ext: ".csv"
4716   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
4717   columns:
4718   - title: "Name"
4719     data: "data name"
4720   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4721     data: "data conf-history"
4722   rows: "generated"
4723   data: "vpp-mrr-results-2n-dnv"
4724   filter: "'MRR'"
4725   parameters:
4726   - "parent"
4727   - "name"
4728   - "conf-history"
4729
4730 # Detailed Test Results - VPP Device Results - Ubuntu
4731 - type: "table"
4732   title: "Detailed Test Results - VPP Device Results - Ubuntu"
4733   algorithm: "table_details"
4734   output-file-ext: ".csv"
4735   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4736   columns:
4737   - title: " |prein| Test Name |preout| "
4738     data: "data name"
4739   - title: "Status"
4740     data: "data status"
4741   rows: "generated"
4742   data: "vpp-device-results-ubuntu"
4743   filter: "all"
4744   parameters:
4745   - "name"
4746   - "parent"
4747   - "doc"
4748   - "status"
4749
4750 # Test configuration - VPP Device Test Configs - Ubuntu
4751 - type: "table"
4752   title: "Test configuration - VPP Device Test Configs - Ubuntu"
4753   algorithm: "table_details"
4754   output-file-ext: ".csv"
4755   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4756   columns:
4757   - title: "Name"
4758     data: "data name"
4759   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4760     data: "data conf-history"
4761   rows: "generated"
4762   data: "vpp-device-results-ubuntu"
4763   filter: "all"
4764   parameters:
4765   - "parent"
4766   - "name"
4767   - "conf-history"
4768
4769 ################################################################################
4770
4771 # DPDK Performance Changes 3n-hsw 1t1c pdr
4772 - type: "table"
4773   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
4774   algorithm: "table_perf_comparison"
4775   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
4776   history:
4777     - title: "rls1904"
4778       data: "dpdk-performance-changes-3n-hsw-h1"
4779   reference:
4780     title: "rls1908"
4781     data: "dpdk-performance-changes-3n-hsw-ref"
4782   compare:
4783     title: "rls2001"
4784     data: "dpdk-performance-changes-3n-hsw-cmp"
4785   data: "dpdk-performance-changes-3n-hsw"
4786   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4787   filter: "'1T1C'"
4788   parameters:
4789   - "name"
4790   - "parent"
4791   - "throughput"
4792
4793 # DPDK Performance Changes 3n-hsw 2t2c pdr
4794 - type: "table"
4795   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
4796   algorithm: "table_perf_comparison"
4797   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
4798   history:
4799     - title: "rls1904"
4800       data: "dpdk-performance-changes-3n-hsw-h1"
4801   reference:
4802     title: "rls1908"
4803     data: "dpdk-performance-changes-3n-hsw-ref"
4804   compare:
4805     title: "rls2001"
4806     data: "dpdk-performance-changes-3n-hsw-cmp"
4807   data: "dpdk-performance-changes-3n-hsw"
4808   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4809   filter: "'2T2C'"
4810   parameters:
4811   - "name"
4812   - "parent"
4813   - "throughput"
4814
4815 # DPDK Performance Changes 3n-hsw 1t1c ndr
4816 - type: "table"
4817   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
4818   algorithm: "table_perf_comparison"
4819   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
4820   history:
4821     - title: "rls1904"
4822       data: "dpdk-performance-changes-3n-hsw-h1"
4823   reference:
4824     title: "rls1908"
4825     data: "dpdk-performance-changes-3n-hsw-ref"
4826   compare:
4827     title: "rls2001"
4828     data: "dpdk-performance-changes-3n-hsw-cmp"
4829   data: "dpdk-performance-changes-3n-hsw"
4830   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4831   filter: "'1T1C'"
4832   parameters:
4833   - "name"
4834   - "parent"
4835   - "throughput"
4836
4837 # DPDK Performance Changes 3n-hsw 2t2c ndr
4838 - type: "table"
4839   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
4840   algorithm: "table_perf_comparison"
4841   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
4842   history:
4843     - title: "rls1904"
4844       data: "dpdk-performance-changes-3n-hsw-h1"
4845   reference:
4846     title: "rls1908"
4847     data: "dpdk-performance-changes-3n-hsw-ref"
4848   compare:
4849     title: "rls2001"
4850     data: "dpdk-performance-changes-3n-hsw-cmp"
4851   data: "dpdk-performance-changes-3n-hsw"
4852   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4853   filter: "'2T2C'"
4854   parameters:
4855   - "name"
4856   - "parent"
4857   - "throughput"
4858
4859 ## DPDK Performance Changes 3n-skx 2t1c pdr
4860 #- type: "table"
4861 #  title: "DPDK Performance Changes 3n-skx 2t1c pdr"
4862 #  algorithm: "table_perf_comparison"
4863 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
4864 #  history:
4865 #    - title: "rls1904"
4866 #      data: "dpdk-performance-changes-3n-skx-h1"
4867 #  reference:
4868 #    title: "rls1908"
4869 #    data: "dpdk-performance-changes-3n-skx-ref"
4870 #  compare:
4871 #    title: "rls2001"
4872 #    data: "dpdk-performance-changes-3n-skx-cmp"
4873 #  data: "dpdk-performance-changes-3n-skx"
4874 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4875 #  filter: "'2T1C'"
4876 #  parameters:
4877 #  - "name"
4878 #  - "parent"
4879 #  - "throughput"
4880 #
4881 ## DPDK Performance Changes 3n-skx 4t2c pdr
4882 #- type: "table"
4883 #  title: "DPDK Performance Changes 3n-skx 4t2c pdr"
4884 #  algorithm: "table_perf_comparison"
4885 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
4886 #  history:
4887 #    - title: "rls1904"
4888 #      data: "dpdk-performance-changes-3n-skx-h1"
4889 #  reference:
4890 #    title: "rls1908"
4891 #    data: "dpdk-performance-changes-3n-skx-ref"
4892 #  compare:
4893 #    title: "rls2001"
4894 #    data: "dpdk-performance-changes-3n-skx-cmp"
4895 #  data: "dpdk-performance-changes-3n-skx"
4896 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4897 #  filter: "'4T2C'"
4898 #  parameters:
4899 #  - "name"
4900 #  - "parent"
4901 #  - "throughput"
4902 #
4903 ## DPDK Performance Changes 3n-skx 2t1c ndr
4904 #- type: "table"
4905 #  title: "DPDK Performance Changes 3n-skx 2t1c ndr"
4906 #  algorithm: "table_perf_comparison"
4907 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
4908 #  history:
4909 #    - title: "rls1904"
4910 #      data: "dpdk-performance-changes-3n-skx-h1"
4911 #  reference:
4912 #    title: "rls1908"
4913 #    data: "dpdk-performance-changes-3n-skx-ref"
4914 #  compare:
4915 #    title: "rls2001"
4916 #    data: "dpdk-performance-changes-3n-skx-cmp"
4917 #  data: "dpdk-performance-changes-3n-skx"
4918 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4919 #  filter: "'2T1C'"
4920 #  parameters:
4921 #  - "name"
4922 #  - "parent"
4923 #  - "throughput"
4924 #
4925 ## DPDK Performance Changes 3n-skx 4t2c ndr
4926 #- type: "table"
4927 #  title: "DPDK Performance Changes 3n-skx 4t2c ndr"
4928 #  algorithm: "table_perf_comparison"
4929 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
4930 #  history:
4931 #    - title: "rls1904"
4932 #      data: "dpdk-performance-changes-3n-skx-h1"
4933 #  reference:
4934 #    title: "rls1908"
4935 #    data: "dpdk-performance-changes-3n-skx-ref"
4936 #  compare:
4937 #    title: "rls2001"
4938 #    data: "dpdk-performance-changes-3n-skx-cmp"
4939 #  data: "dpdk-performance-changes-3n-skx"
4940 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4941 #  filter: "'4T2C'"
4942 #  parameters:
4943 #  - "name"
4944 #  - "parent"
4945 #  - "throughput"
4946 #
4947 ## DPDK Performance Changes 2n-skx 2t1c pdr
4948 #- type: "table"
4949 #  title: "DPDK Performance Changes 2n-skx 2t1c pdr"
4950 #  algorithm: "table_perf_comparison"
4951 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
4952 #  history:
4953 #    - title: "rls1904"
4954 #      data: "dpdk-performance-changes-2n-skx-h1"
4955 #  reference:
4956 #    title: "rls1908"
4957 #    data: "dpdk-performance-changes-2n-skx-ref"
4958 #  compare:
4959 #    title: "rls2001"
4960 #    data: "dpdk-performance-changes-2n-skx-cmp"
4961 #  data: "dpdk-performance-changes-2n-skx"
4962 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4963 #  filter: "'2T1C'"
4964 #  parameters:
4965 #  - "name"
4966 #  - "parent"
4967 #  - "throughput"
4968 #
4969 ## DPDK Performance Changes 2n-skx 4t2c pdr
4970 #- type: "table"
4971 #  title: "DPDK Performance Changes 2n-skx 4t2c pdr"
4972 #  algorithm: "table_perf_comparison"
4973 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
4974 #  history:
4975 #    - title: "rls1904"
4976 #      data: "dpdk-performance-changes-2n-skx-h1"
4977 #  reference:
4978 #    title: "rls1908"
4979 #    data: "dpdk-performance-changes-2n-skx-ref"
4980 #  compare:
4981 #    title: "rls2001"
4982 #    data: "dpdk-performance-changes-2n-skx-cmp"
4983 #  data: "dpdk-performance-changes-2n-skx"
4984 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4985 #  filter: "'4T2C'"
4986 #  parameters:
4987 #  - "name"
4988 #  - "parent"
4989 #  - "throughput"
4990 #
4991 ## DPDK Performance Changes 2n-skx 2t1c ndr
4992 #- type: "table"
4993 #  title: "DPDK Performance Changes 2n-skx 2t1c ndr"
4994 #  algorithm: "table_perf_comparison"
4995 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
4996 #  history:
4997 #    - title: "rls1904"
4998 #      data: "dpdk-performance-changes-2n-skx-h1"
4999 #  reference:
5000 #    title: "rls1908"
5001 #    data: "dpdk-performance-changes-2n-skx-ref"
5002 #  compare:
5003 #    title: "rls2001"
5004 #    data: "dpdk-performance-changes-2n-skx-cmp"
5005 #  data: "dpdk-performance-changes-2n-skx"
5006 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5007 #  filter: "'2T1C'"
5008 #  parameters:
5009 #  - "name"
5010 #  - "parent"
5011 #  - "throughput"
5012 #
5013 ## DPDK Performance Changes 2n-skx 4t2c ndr
5014 #- type: "table"
5015 #  title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5016 #  algorithm: "table_perf_comparison"
5017 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5018 #  history:
5019 #    - title: "rls1904"
5020 #      data: "dpdk-performance-changes-2n-skx-h1"
5021 #  reference:
5022 #    title: "rls1908"
5023 #    data: "dpdk-performance-changes-2n-skx-ref"
5024 #  compare:
5025 #    title: "rls2001"
5026 #    data: "dpdk-performance-changes-2n-skx-cmp"
5027 #  data: "dpdk-performance-changes-2n-skx"
5028 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5029 #  filter: "'4T2C'"
5030 #  parameters:
5031 #  - "name"
5032 #  - "parent"
5033 #  - "throughput"
5034 #
5035 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5036 #- type: "table"
5037 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5038 #  algorithm: "table_perf_comparison"
5039 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5040 #  reference:
5041 #    title: "3-Node Hsw"
5042 #    data: "dpdk-compare-testbeds-ref"
5043 #  compare:
5044 #    title: "3-Node Skx"
5045 #    data: "dpdk-compare-testbeds-cmp"
5046 #  data: "dpdk-compare-testbeds"
5047 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5048 #  filter: "'NIC_Intel-X710'"
5049 #  parameters:
5050 #  - "name"
5051 #  - "parent"
5052 #  - "throughput"
5053 #
5054 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5055 #- type: "table"
5056 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5057 #  algorithm: "table_perf_comparison"
5058 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5059 #  reference:
5060 #    title: "3-Node Hsw"
5061 #    data: "dpdk-compare-testbeds-ref"
5062 #  compare:
5063 #    title: "3-Node Skx"
5064 #    data: "dpdk-compare-testbeds-cmp"
5065 #  data: "dpdk-compare-testbeds"
5066 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5067 #  filter: "'NIC_Intel-X710'"
5068 #  parameters:
5069 #  - "name"
5070 #  - "parent"
5071 #  - "throughput"
5072 #
5073 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5074 #- type: "table"
5075 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5076 #  algorithm: "table_perf_comparison"
5077 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5078 #  reference:
5079 #    title: "2-Node Skx"
5080 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5081 #  compare:
5082 #    title: "2-Node Clx"
5083 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5084 #  data: "dpdk-compare-testbeds-skx-clx"
5085 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5086 #  filter: "'NDRPDR'"
5087 #  parameters:
5088 #  - "name"
5089 #  - "parent"
5090 #  - "throughput"
5091 #
5092 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5093 #- type: "table"
5094 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5095 #  algorithm: "table_perf_comparison"
5096 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5097 #  reference:
5098 #    title: "2-Node Skx"
5099 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5100 #  compare:
5101 #    title: "2-Node Clx"
5102 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5103 #  data: "dpdk-compare-testbeds-skx-clx"
5104 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5105 #  filter: "'NDRPDR'"
5106 #  parameters:
5107 #  - "name"
5108 #  - "parent"
5109 #  - "throughput"
5110 #
5111 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5112 #- type: "table"
5113 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5114 #  algorithm: "table_perf_comparison"
5115 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5116 #  reference:
5117 #    title: "3-Node Skx"
5118 #    data: "dpdk-compare-topologies-ref"
5119 #  compare:
5120 #    title: "2-Node Skx"
5121 #    data: "dpdk-compare-topologies-cmp"
5122 #  data: "dpdk-compare-topologies"
5123 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5124 #  filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
5125 #  parameters:
5126 #  - "name"
5127 #  - "parent"
5128 #  - "throughput"
5129 #
5130 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5131 #- type: "table"
5132 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5133 #  algorithm: "table_perf_comparison"
5134 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5135 #  reference:
5136 #    title: "3-Node Skx"
5137 #    data: "dpdk-compare-topologies-ref"
5138 #  compare:
5139 #    title: "2-Node Skx"
5140 #    data: "dpdk-compare-topologies-cmp"
5141 #  data: "dpdk-compare-topologies"
5142 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5143 #  filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
5144 #  parameters:
5145 #  - "name"
5146 #  - "parent"
5147 #  - "throughput"
5148
5149 # Detailed Test Results - DPDK Performance Results 3n-hsw
5150 - type: "table"
5151   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5152   algorithm: "table_merged_details"
5153   output-file-ext: ".csv"
5154   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5155   columns:
5156   - title: " |prein| Test Name |preout| "
5157     data: "data name"
5158   - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, one set per each direction: |br| 3. P50 P90 P99    P50 P90 P99 (10% PDR) |br| 4. P50 P90 P99    P50 P90 P99 (50% PDR) |br| 5. P50 P90 P99    P50 P90 P99 (90% PDR) |preout| "
5159     data: "data msg"
5160   rows: "generated"
5161   data: "dpdk-perf-results-3n-hsw"
5162   filter: "all"
5163   parameters:
5164   - "name"
5165   - "parent"
5166   - "msg"
5167
5168 ## Detailed Test Results - DPDK Performance Results 3n-skx
5169 #- type: "table"
5170 #  title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5171 #  algorithm: "table_details"
5172 #  output-file-ext: ".csv"
5173 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5174 #  columns:
5175 #  - title: " |prein| Test Name |preout| "
5176 #    data: "data name"
5177 #  - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, one set per each direction: |br| 3. P50 P90 P99    P50 P90 P99 (10% PDR) |br| 4. P50 P90 P99    P50 P90 P99 (50% PDR) |br| 5. P50 P90 P99    P50 P90 P99 (90% PDR) |preout| "
5178 #    data: "data msg"
5179 #  rows: "generated"
5180 #  data: "dpdk-perf-results-3n-skx"
5181 #  filter: "all"
5182 #  parameters:
5183 #  - "name"
5184 #  - "parent"
5185 #  - "msg"
5186 #
5187 ## Detailed Test Results - DPDK Performance Results 2n-skx
5188 #- type: "table"
5189 #  title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5190 #  algorithm: "table_details"
5191 #  output-file-ext: ".csv"
5192 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5193 #  columns:
5194 #  - title: " |prein| Test Name |preout| "
5195 #    data: "data name"
5196 #  - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, one set per each direction: |br| 3. P50 P90 P99    P50 P90 P99 (10% PDR) |br| 4. P50 P90 P99    P50 P90 P99 (50% PDR) |br| 5. P50 P90 P99    P50 P90 P99 (90% PDR) |preout| "
5197 #    data: "data msg"
5198 #  rows: "generated"
5199 #  data: "dpdk-perf-results-2n-skx"
5200 #  filter: "all"
5201 #  parameters:
5202 #  - "name"
5203 #  - "parent"
5204 #  - "msg"
5205
5206 ## Detailed Test Results - DPDK Performance Results 2n-clx
5207 #- type: "table"
5208 #  title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5209 #  algorithm: "table_details"
5210 #  output-file-ext: ".csv"
5211 #  output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5212 #  columns:
5213 #  - title: " |prein| Test Name |preout| "
5214 #    data: "data name"
5215 #  - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, one set per each direction: |br| 3. P50 P90 P99    P50 P90 P99 (10% PDR) |br| 4. P50 P90 P99    P50 P90 P99 (50% PDR) |br| 5. P50 P90 P99    P50 P90 P99 (90% PDR) |preout| "
5216 #    data: "data msg"
5217 #  rows: "generated"
5218 #  data: "dpdk-perf-results-2n-clx"
5219 #  filter: "all"
5220 #  parameters:
5221 #  - "name"
5222 #  - "parent"
5223 #  - "msg"
5224
5225 # Detailed Test Results - DPDK Performance Results 2n-dnv
5226 - type: "table"
5227   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5228   algorithm: "table_details"
5229   output-file-ext: ".csv"
5230   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5231   columns:
5232   - title: " |prein| Test Name |preout| "
5233     data: "data name"
5234   - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, one set per each direction: |br| 3. P50 P90 P99    P50 P90 P99 (10% PDR) |br| 4. P50 P90 P99    P50 P90 P99 (50% PDR) |br| 5. P50 P90 P99    P50 P90 P99 (90% PDR) |preout| "
5235     data: "data msg"
5236   rows: "generated"
5237   data: "dpdk-perf-results-2n-dnv"
5238   filter: "all"
5239   parameters:
5240   - "name"
5241   - "parent"
5242   - "msg"
5243
5244 # Detailed Test Results - DPDK Performance Results 3n-dnv
5245 - type: "table"
5246   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5247   algorithm: "table_details"
5248   output-file-ext: ".csv"
5249   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5250   columns:
5251   - title: " |prein| Test Name |preout| "
5252     data: "data name"
5253   - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, one set per each direction: |br| 3. P50 P90 P99    P50 P90 P99 (10% PDR) |br| 4. P50 P90 P99    P50 P90 P99 (50% PDR) |br| 5. P50 P90 P99    P50 P90 P99 (90% PDR) |preout| "
5254     data: "data msg"
5255   rows: "generated"
5256   data: "dpdk-perf-results-3n-dnv"
5257   filter: "all"
5258   parameters:
5259   - "name"
5260   - "parent"
5261   - "msg"
5262
5263 # Detailed Test Results - DPDK Performance Results 3n-tsh
5264 - type: "table"
5265   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
5266   algorithm: "table_details"
5267   output-file-ext: ".csv"
5268   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5269   columns:
5270   - title: " |prein| Test Name |preout| "
5271     data: "data name"
5272   - title: " |prein| Throughput: |br| 1. Mpps Gbps (NDR) |br| 2. Mpps Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, one set per each direction: |br| 3. P50 P90 P99    P50 P90 P99 (10% PDR) |br| 4. P50 P90 P99    P50 P90 P99 (50% PDR) |br| 5. P50 P90 P99    P50 P90 P99 (90% PDR) |preout| "
5273     data: "data msg"
5274   rows: "generated"
5275   data: "dpdk-perf-results-3n-tsh"
5276   filter: "all"
5277   parameters:
5278   - "name"
5279   - "parent"
5280   - "msg"
5281
5282 ################################################################################
5283 ###                                F I L E S                                 ###
5284 ################################################################################
5285
5286 # VPP Performance Results 3n-hsw
5287 - type: "file"
5288   title: "VPP Performance Results 3n-hsw"
5289   algorithm: "file_test_results"
5290   output-file-ext: ".rst"
5291   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
5292   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"
5293   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
5294   data: "vpp-perf-results-3n-hsw"
5295   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5296   parameters:
5297   - "name"
5298   - "doc"
5299   - "level"
5300   - "parent"
5301   data-start-level: 3
5302
5303 ## VPP Performance Results 3n-skx
5304 #- type: "file"
5305 #  title: "VPP Performance Results 3n-skx"
5306 #  algorithm: "file_test_results"
5307 #  output-file-ext: ".rst"
5308 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
5309 #  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"
5310 #  dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
5311 #  data: "vpp-perf-results-3n-skx"
5312 #  filter: "not 'CFS_OPT'"
5313 #  parameters:
5314 #  - "name"
5315 #  - "doc"
5316 #  - "level"
5317 #  - "parent"
5318 #  data-start-level: 3
5319 #
5320 ## VPP Performance Results 2n-skx
5321 #- type: "file"
5322 #  title: "VPP Performance Results 2n-skx"
5323 #  algorithm: "file_test_results"
5324 #  output-file-ext: ".rst"
5325 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
5326 #  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"
5327 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
5328 #  data: "vpp-perf-results-2n-skx"
5329 #  filter: "not 'CFS_OPT'"
5330 #  parameters:
5331 #  - "name"
5332 #  - "doc"
5333 #  - "level"
5334 #  - "parent"
5335 #  data-start-level: 3
5336
5337 ## VPP Performance Results 2n-clx
5338 #- type: "file"
5339 #  title: "VPP Performance Results 2n-clx"
5340 #  algorithm: "file_test_results"
5341 #  output-file-ext: ".rst"
5342 #  output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
5343 #  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"
5344 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,CLX]}"
5345 #  data: "vpp-perf-results-2n-clx"
5346 #  filter: "not 'CFS_OPT'"
5347 #  parameters:
5348 #  - "name"
5349 #  - "doc"
5350 #  - "level"
5351 #  - "parent"
5352 #  data-start-level: 3
5353
5354 # VPP Performance Results 3n-tsh
5355 - type: "file"
5356   title: "VPP Performance Results 3n-tsh"
5357   algorithm: "file_test_results"
5358   output-file-ext: ".rst"
5359   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
5360   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"
5361   dir-tables: "{DIR[DTR,PERF,VPP,3N,TSH]}"
5362   data: "vpp-perf-results-3n-tsh"
5363   filter: "not 'CFS_OPT'"
5364   parameters:
5365   - "name"
5366   - "doc"
5367   - "level"
5368   - "parent"
5369   data-start-level: 3
5370
5371 # VPP Performance Results 3n-dnv
5372 - type: "file"
5373   title: "VPP Performance Results 3n-dnv"
5374   algorithm: "file_test_results"
5375   output-file-ext: ".rst"
5376   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
5377   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"
5378   dir-tables: "{DIR[DTR,PERF,VPP,3N,DNV]}"
5379   data: "vpp-perf-results-3n-dnv"
5380   filter: "'NDRPDR'"
5381   parameters:
5382   - "name"
5383   - "doc"
5384   - "level"
5385   - "parent"
5386   data-start-level: 3
5387
5388 # VPP Performance Results 2n-dnv
5389 - type: "file"
5390   title: "VPP Performance Results 2n-dnv"
5391   algorithm: "file_test_results"
5392   output-file-ext: ".rst"
5393   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5394   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"
5395   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
5396   data: "vpp-perf-results-2n-dnv"
5397   filter: "'NDRPDR'"
5398   parameters:
5399   - "name"
5400   - "doc"
5401   - "level"
5402   - "parent"
5403   data-start-level: 3
5404
5405 # VPP Performance Configuration 3n-hsw
5406 - type: "file"
5407   title: "VPP Performance Configuration 3n-hsw"
5408   algorithm: "file_test_results"
5409   output-file-ext: ".rst"
5410   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
5411   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"
5412   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
5413   data: "vpp-perf-results-3n-hsw"
5414   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5415   parameters:
5416   - "name"
5417   - "doc"
5418   - "level"
5419   - "parent"
5420   data-start-level: 3
5421
5422 ## VPP Performance Configuration 3n-skx
5423 #- type: "file"
5424 #  title: "VPP Performance Configuration 3n-skx"
5425 #  algorithm: "file_test_results"
5426 #  output-file-ext: ".rst"
5427 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
5428 #  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"
5429 #  dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
5430 #  data: "vpp-perf-results-3n-skx"
5431 #  filter: "not 'CFS_OPT'"
5432 #  parameters:
5433 #  - "name"
5434 #  - "doc"
5435 #  - "level"
5436 #  - "parent"
5437 #  data-start-level: 3
5438 #
5439 ## VPP Performance Configuration 2n-skx
5440 #- type: "file"
5441 #  title: "VPP Performance Configuration 2n-skx"
5442 #  algorithm: "file_test_results"
5443 #  output-file-ext: ".rst"
5444 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
5445 #  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"
5446 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
5447 #  data: "vpp-perf-results-2n-skx"
5448 #  filter: "not 'CFS_OPT'"
5449 #  parameters:
5450 #  - "name"
5451 #  - "doc"
5452 #  - "level"
5453 #  - "parent"
5454 #  data-start-level: 3
5455
5456 ## VPP Performance Configuration 2n-clx
5457 #- type: "file"
5458 #  title: "VPP Performance Configuration 2n-clx"
5459 #  algorithm: "file_test_results"
5460 #  output-file-ext: ".rst"
5461 #  output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_performance_configuration_2n_clx"
5462 #  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"
5463 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,CLX]}"
5464 #  data: "vpp-perf-results-2n-clx"
5465 #  filter: "not 'CFS_OPT'"
5466 #  parameters:
5467 #  - "name"
5468 #  - "doc"
5469 #  - "level"
5470 #  - "parent"
5471 #  data-start-level: 3
5472
5473 # VPP Performance Configuration 3n-tsh
5474 - type: "file"
5475   title: "VPP Performance Configuration 3n-tsh"
5476   algorithm: "file_test_results"
5477   output-file-ext: ".rst"
5478   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_performance_configuration_3n_tsh"
5479   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"
5480   dir-tables: "{DIR[DTC,PERF,VPP,3N,TSH]}"
5481   data: "vpp-perf-results-3n-tsh"
5482   filter: "not 'CFS_OPT'"
5483   parameters:
5484   - "name"
5485   - "doc"
5486   - "level"
5487   - "parent"
5488   data-start-level: 3
5489
5490 # VPP Performance Configuration 3n-dnv
5491 - type: "file"
5492   title: "VPP Performance Configuration 3n-dnv"
5493   algorithm: "file_test_results"
5494   output-file-ext: ".rst"
5495   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_performance_configuration_3n_dnv"
5496   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"
5497   dir-tables: "{DIR[DTC,PERF,VPP,3N,DNV]}"
5498   data: "vpp-perf-results-3n-dnv"
5499   filter: "'NDRPDR'"
5500   parameters:
5501   - "name"
5502   - "doc"
5503   - "level"
5504   - "parent"
5505   data-start-level: 3
5506
5507 # VPP Performance Configuration 2n-dnv
5508 - type: "file"
5509   title: "VPP Performance Configuration 2n-dnv"
5510   algorithm: "file_test_results"
5511   output-file-ext: ".rst"
5512   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
5513   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"
5514   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
5515   data: "vpp-perf-results-2n-dnv"
5516   filter: "'NDRPDR'"
5517   parameters:
5518   - "name"
5519   - "doc"
5520   - "level"
5521   - "parent"
5522   data-start-level: 3
5523
5524 # VPP Performance Operational Data 3n-hsw
5525 - type: "file"
5526   title: "VPP Performance Operational Data 3n-hsw"
5527   algorithm: "file_test_results_html"
5528   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
5529   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5530   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
5531   data: "vpp-perf-results-3n-hsw"
5532   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5533   data-start-level: 3
5534
5535 ## VPP Performance Operational Data 3n-skx
5536 #- type: "file"
5537 #  title: "VPP Performance Operational Data 3n-skx"
5538 #  algorithm: "file_test_results_html"
5539 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
5540 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5541 #  dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
5542 #  data: "vpp-perf-results-3n-skx"
5543 #  filter: "not 'CFS_OPT'"
5544 #  data-start-level: 3
5545 #
5546 ## VPP Performance Operational Data 2n-skx
5547 #- type: "file"
5548 #  title: "VPP Performance Operational Data 2n-skx"
5549 #  algorithm: "file_test_results_html"
5550 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
5551 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5552 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
5553 #  data: "vpp-perf-results-2n-skx"
5554 #  filter: "not 'CFS_OPT'"
5555 #  data-start-level: 3
5556
5557 ## VPP Performance Operational Data 2n-clx
5558 #- type: "file"
5559 #  title: "VPP Performance Operational Data 2n-clx"
5560 #  algorithm: "file_test_results_html"
5561 #  output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_performance_operational_data_2n_clx"
5562 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5563 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,CLX]}"
5564 #  data: "vpp-perf-results-2n-clx"
5565 #  filter: "not 'CFS_OPT'"
5566 #  data-start-level: 3
5567
5568 # VPP Performance Operational Data 3n-tsh
5569 - type: "file"
5570   title: "VPP Performance Operational Data 3n-tsh"
5571   algorithm: "file_test_results_html"
5572   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_performance_operational_data_3n_tsh"
5573   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5574   dir-tables: "{DIR[DTO,PERF,VPP,3N,TSH]}"
5575   data: "vpp-perf-results-3n-tsh"
5576   filter: "not 'CFS_OPT'"
5577   data-start-level: 3
5578
5579 # VPP Performance Operational Data 3n-dnv
5580 - type: "file"
5581   title: "VPP Performance Operational Data 3n-dnv"
5582   algorithm: "file_test_results_html"
5583   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_performance_operational_data_3n_dnv"
5584   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5585   dir-tables: "{DIR[DTO,PERF,VPP,3N,DNV]}"
5586   data: "vpp-perf-results-3n-dnv"
5587   filter: "'NDRPDR'"
5588   data-start-level: 3
5589
5590 # VPP Performance Operational Data 2n-dnv
5591 - type: "file"
5592   title: "VPP Performance Operational Data 2n-dnv"
5593   algorithm: "file_test_results_html"
5594   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
5595   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"
5596   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
5597   data: "vpp-perf-results-2n-dnv"
5598   filter: "'NDRPDR'"
5599   data-start-level: 3
5600
5601 # VPP MRR Results 3n-hsw
5602 - type: "file"
5603   title: "VPP MRR Results 3n-hsw"
5604   algorithm: "file_test_results"
5605   output-file-ext: ".rst"
5606   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
5607   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"
5608   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
5609   data: "vpp-mrr-results-3n-hsw"
5610   filter: "'MRR'"
5611   parameters:
5612   - "name"
5613   - "doc"
5614   - "level"
5615   - "parent"
5616   data-start-level: 3
5617
5618 ## VPP MRR Results 3n-skx
5619 #- type: "file"
5620 #  title: "VPP MRR Results 3n-skx"
5621 #  algorithm: "file_test_results"
5622 #  output-file-ext: ".rst"
5623 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
5624 #  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"
5625 #  dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
5626 #  data: "vpp-mrr-results-3n-skx"
5627 #  filter: "'MRR'"
5628 #  parameters:
5629 #  - "name"
5630 #  - "doc"
5631 #  - "level"
5632 #  - "parent"
5633 #  data-start-level: 3
5634 #
5635 ## VPP MRR Results 2n-skx
5636 #- type: "file"
5637 #  title: "VPP MRR Results 2n-skx"
5638 #  algorithm: "file_test_results"
5639 #  output-file-ext: ".rst"
5640 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
5641 #  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"
5642 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
5643 #  data: "vpp-mrr-results-2n-skx"
5644 #  filter: "all"
5645 #  parameters:
5646 #  - "name"
5647 #  - "doc"
5648 #  - "level"
5649 #  - "parent"
5650 #  data-start-level: 3
5651
5652 ## VPP MRR Results 2n-clx
5653 #- type: "file"
5654 #  title: "VPP MRR Results 2n-clx"
5655 #  algorithm: "file_test_results"
5656 #  output-file-ext: ".rst"
5657 #  output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
5658 #  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"
5659 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,CLX]}"
5660 #  data: "vpp-mrr-results-2n-clx"
5661 #  filter: "all"
5662 #  parameters:
5663 #  - "name"
5664 #  - "doc"
5665 #  - "level"
5666 #  - "parent"
5667 #  data-start-level: 3
5668
5669 ## VPP MRR Results 3n-tsh
5670 #- type: "file"
5671 #  title: "VPP MRR Results 3n-tsh"
5672 #  algorithm: "file_test_results"
5673 #  output-file-ext: ".rst"
5674 #  output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
5675 #  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"
5676 #  dir-tables: "{DIR[DTR,MRR,VPP,3N,TSH]}"
5677 #  data: "vpp-mrr-results-3n-tsh"
5678 #  filter: "'MRR'"
5679 #  parameters:
5680 #  - "name"
5681 #  - "doc"
5682 #  - "level"
5683 #  - "parent"
5684 #  data-start-level: 3
5685
5686 # VPP MRR Results 3n-dnv
5687 - type: "file"
5688   title: "VPP MRR Results 3n-dnv"
5689   algorithm: "file_test_results"
5690   output-file-ext: ".rst"
5691   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
5692   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"
5693   dir-tables: "{DIR[DTR,MRR,VPP,3N,DNV]}"
5694   data: "vpp-mrr-results-3n-dnv"
5695   filter: "'MRR'"
5696   parameters:
5697   - "name"
5698   - "doc"
5699   - "level"
5700   - "parent"
5701   data-start-level: 3
5702
5703 # VPP MRR Results 2n-dnv
5704 - type: "file"
5705   title: "VPP MRR Results 2n-dnv"
5706   algorithm: "file_test_results"
5707   output-file-ext: ".rst"
5708   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
5709   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"
5710   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
5711   data: "vpp-mrr-results-2n-dnv"
5712   filter: "'MRR'"
5713   parameters:
5714   - "name"
5715   - "doc"
5716   - "level"
5717   - "parent"
5718   data-start-level: 3
5719
5720 # VPP MRR Configuration 3n-hsw
5721 - type: "file"
5722   title: "VPP MRR Configuration 3n-hsw"
5723   algorithm: "file_test_results"
5724   output-file-ext: ".rst"
5725   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
5726   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"
5727   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
5728   data: "vpp-mrr-results-3n-hsw"
5729   filter: "'MRR'"
5730   parameters:
5731   - "name"
5732   - "doc"
5733   - "level"
5734   - "parent"
5735   data-start-level: 3
5736
5737 ## VPP MRR Configuration 3n-skx
5738 #- type: "file"
5739 #  title: "VPP MRR Configuration 3n-skx"
5740 #  algorithm: "file_test_results"
5741 #  output-file-ext: ".rst"
5742 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
5743 #  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"
5744 #  dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
5745 #  data: "vpp-mrr-results-3n-skx"
5746 #  filter: "'MRR'"
5747 #  parameters:
5748 #  - "name"
5749 #  - "doc"
5750 #  - "level"
5751 #  - "parent"
5752 #  data-start-level: 3
5753 #
5754 ## VPP MRR Configuration 2n-skx
5755 #- type: "file"
5756 #  title: "VPP MRR Configuration 2n-skx"
5757 #  algorithm: "file_test_results"
5758 #  output-file-ext: ".rst"
5759 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
5760 #  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"
5761 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
5762 #  data: "vpp-mrr-results-2n-skx"
5763 #  filter: "'MRR'"
5764 #  parameters:
5765 #  - "name"
5766 #  - "doc"
5767 #  - "level"
5768 #  - "parent"
5769 #  data-start-level: 3
5770
5771 ## VPP MRR Configuration 2n-clx
5772 #- type: "file"
5773 #  title: "VPP MRR Configuration 2n-clx"
5774 #  algorithm: "file_test_results"
5775 #  output-file-ext: ".rst"
5776 #  output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_configuration_2n_clx"
5777 #  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"
5778 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,CLX]}"
5779 #  data: "vpp-mrr-results-2n-clx"
5780 #  filter: "'MRR'"
5781 #  parameters:
5782 #  - "name"
5783 #  - "doc"
5784 #  - "level"
5785 #  - "parent"
5786 #  data-start-level: 3
5787
5788 ## VPP MRR Configuration 3n-tsh
5789 #- type: "file"
5790 #  title: "VPP MRR Configuration 3n-tsh"
5791 #  algorithm: "file_test_results"
5792 #  output-file-ext: ".rst"
5793 #  output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
5794 #  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"
5795 #  dir-tables: "{DIR[DTC,MRR,VPP,3N,TSH]}"
5796 #  data: "vpp-mrr-results-3n-tsh"
5797 #  filter: "'MRR'"
5798 #  parameters:
5799 #  - "name"
5800 #  - "doc"
5801 #  - "level"
5802 #  - "parent"
5803 #  data-start-level: 3
5804
5805 # VPP MRR Configuration 3n-dnv
5806 - type: "file"
5807   title: "VPP MRR Configuration 3n-dnv"
5808   algorithm: "file_test_results"
5809   output-file-ext: ".rst"
5810   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_configuration_3n_dnv"
5811   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"
5812   dir-tables: "{DIR[DTC,MRR,VPP,3N,DNV]}"
5813   data: "vpp-mrr-results-3n-dnv"
5814   filter: "'MRR'"
5815   parameters:
5816   - "name"
5817   - "doc"
5818   - "level"
5819   - "parent"
5820   data-start-level: 3
5821
5822 # VPP MRR Configuration 2n-dnv
5823 - type: "file"
5824   title: "VPP MRR Configuration 2n-dnv"
5825   algorithm: "file_test_results"
5826   output-file-ext: ".rst"
5827   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
5828   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"
5829   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5830   data: "vpp-mrr-results-2n-dnv"
5831   filter: "'MRR'"
5832   parameters:
5833   - "name"
5834   - "doc"
5835   - "level"
5836   - "parent"
5837   data-start-level: 3
5838
5839 # VPP Device Results - Ubuntu
5840 - type: "file"
5841   title: "VPP Device Results - Ubuntu"
5842   algorithm: "file_test_results"
5843   output-file-ext: ".rst"
5844   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5845   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"
5846   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5847   data: "vpp-device-results-ubuntu"
5848   filter: "all"
5849   parameters:
5850   - "name"
5851   - "doc"
5852   - "level"
5853   - "parent"
5854   data-start-level: 3
5855
5856 # VPP Device Configuration - Ubuntu
5857 - type: "file"
5858   title: "VPP Device Configuration - Ubuntu"
5859   algorithm: "file_test_results"
5860   output-file-ext: ".rst"
5861   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5862   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"
5863   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5864   data: "vpp-device-results-ubuntu"
5865   filter: "all"
5866   parameters:
5867   - "name"
5868   - "doc"
5869   - "level"
5870   - "parent"
5871   data-start-level: 3
5872
5873 # DPDK Performance Results 3n-hsw
5874 - type: "file"
5875   title: "DPDK Performance Results 3n-hsw"
5876   algorithm: "file_test_results"
5877   output-file-ext: ".rst"
5878   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5879   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"
5880   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5881   data: "dpdk-perf-results-3n-hsw"
5882   filter: "all"
5883   parameters:
5884   - "name"
5885   - "doc"
5886   - "level"
5887   - "parent"
5888   data-start-level: 3
5889
5890 ## DPDK Performance Results 3n-skx
5891 #- type: "file"
5892 #  title: "DPDK Performance Results 3n-skx"
5893 #  algorithm: "file_test_results"
5894 #  output-file-ext: ".rst"
5895 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5896 #  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"
5897 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5898 #  data: "dpdk-perf-results-3n-skx"
5899 #  filter: "all"
5900 #  parameters:
5901 #  - "name"
5902 #  - "doc"
5903 #  - "level"
5904 #  - "parent"
5905 #  data-start-level: 3
5906 #
5907 ## DPDK Performance Results 2n-skx
5908 #- type: "file"
5909 #  title: "DPDK Performance Results 2n-skx"
5910 #  algorithm: "file_test_results"
5911 #  output-file-ext: ".rst"
5912 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5913 #  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"
5914 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5915 #  data: "dpdk-perf-results-2n-skx"
5916 #  filter: "all"
5917 #  parameters:
5918 #  - "name"
5919 #  - "doc"
5920 #  - "level"
5921 #  - "parent"
5922 #  data-start-level: 3
5923
5924 ## DPDK Performance Results 2n-clx
5925 #- type: "file"
5926 #  title: "DPDK Performance Results 2n-clx"
5927 #  algorithm: "file_test_results"
5928 #  output-file-ext: ".rst"
5929 #  output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5930 #  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"
5931 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5932 #  data: "dpdk-perf-results-2n-clx"
5933 #  filter: "all"
5934 #  parameters:
5935 #  - "name"
5936 #  - "doc"
5937 #  - "level"
5938 #  - "parent"
5939 #  data-start-level: 3
5940
5941 # DPDK Performance Results 2n-dnv
5942 - type: "file"
5943   title: "DPDK Performance Results 2n-dnv"
5944   algorithm: "file_test_results"
5945   output-file-ext: ".rst"
5946   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5947   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"
5948   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
5949   data: "dpdk-perf-results-2n-dnv"
5950   filter: "all"
5951   parameters:
5952   - "name"
5953   - "doc"
5954   - "level"
5955   - "parent"
5956   data-start-level: 3
5957
5958 # DPDK Performance Results 3n-dnv
5959 - type: "file"
5960   title: "DPDK Performance Results 3n-dnv"
5961   algorithm: "file_test_results"
5962   output-file-ext: ".rst"
5963   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5964   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"
5965   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
5966   data: "dpdk-perf-results-3n-dnv"
5967   filter: "all"
5968   parameters:
5969   - "name"
5970   - "doc"
5971   - "level"
5972   - "parent"
5973   data-start-level: 3
5974
5975 # DPDK Performance Results 3n-tsh
5976 - type: "file"
5977   title: "DPDK Performance Results 3n-tsh"
5978   algorithm: "file_test_results"
5979   output-file-ext: ".rst"
5980   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5981   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"
5982   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
5983   data: "dpdk-perf-results-3n-tsh"
5984   filter: "all"
5985   parameters:
5986   - "name"
5987   - "doc"
5988   - "level"
5989   - "parent"
5990   data-start-level: 3
5991
5992 ################################################################################
5993 ###                                P L O T S                                 ###
5994 ################################################################################
5995
5996 ## Plots VPP HTTP Server Performance
5997 #- type: "plot"
5998 #  title: "VPP HTTP Server Performance"
5999 #  algorithm: "plot_http_server_perf_box"
6000 #  output-file-type: ".html"
6001 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6002 #  data:
6003 #    "plot-vpp-http-server-performance"
6004 #  # Keep this formatting, the filter is enclosed with " (quotation mark) and
6005 #  # each tag is enclosed with ' (apostrophe).
6006 #  filter: "'HTTP' and 'TCP_CPS'"
6007 #  parameters:
6008 #  - "result"
6009 #  - "name"
6010 #  traces:
6011 #    hoverinfo: "y+name"
6012 #    boxpoints: "outliers"
6013 #    whiskerwidth: 0
6014 #  layout:
6015 #    title: "VPP HTTP Server Performance"
6016 #    layout:
6017 #      "plot-cps"
6018 #
6019 #- type: "plot"
6020 #  title: "VPP HTTP Server Performance"
6021 #  algorithm: "plot_http_server_perf_box"
6022 #  output-file-type: ".html"
6023 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6024 #  data:
6025 #    "plot-vpp-http-server-performance"
6026 #  filter: "'HTTP' and 'TCP_RPS'"
6027 #  parameters:
6028 #  - "result"
6029 #  - "name"
6030 #  traces:
6031 #    hoverinfo: "y+name"
6032 #    boxpoints: "outliers"
6033 #    whiskerwidth: 0
6034 #  layout:
6035 #    title: "VPP HTTP Server Performance"
6036 #    layout:
6037 #      "plot-rps"
6038
6039 ################################################################################
6040
6041 ## Soak Test (PLRsearch), boxes
6042 #- type: "plot"
6043 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6044 #  algorithm: "plot_perf_box_name"
6045 #  output-file-type: ".html"
6046 #  output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6047 #  data: "plot-vpp-soak-2n-skx"
6048 #  include:
6049 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Soak.64B-2t1c-avf-eth-l2patch-soak"
6050 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6051 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6052 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Soak.64B-2t1c-eth-l2patch-soak"
6053 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6054 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6055 #  layout:
6056 #    title: "30 Minutes Soak Test (PLRsearch)"
6057 #    layout: "plot-soak-throughput"
6058 #
6059 ## Soak Test (PLRsearch), boxes
6060 #- type: "plot"
6061 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6062 #  algorithm: "plot_perf_box_name"
6063 #  output-file-type: ".html"
6064 #  output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6065 #  data: "plot-vpp-soak-2n-skx"
6066 #  include:
6067 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-soak"
6068 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6069 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6070 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6071 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6072 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6073 #  layout:
6074 #    title: "30 Minutes Soak Test (PLRsearch)"
6075 #    layout: "plot-soak-throughput"
6076
6077 ###############################################################################
6078
6079 #- type: "plot"
6080 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6081 #  algorithm: "plot_nf_reconf_box_name"
6082 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6083 #  data: "plot-vpp-nfv-reconf-2n-skx"
6084 #  include:
6085 #    - "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"
6086 #    - "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"
6087 #    - "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"
6088 #    - "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"
6089 #    - "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"
6090 #    - "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"
6091 #  layout:
6092 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6093 #    layout: "plot-throughput"
6094 #
6095 #- type: "plot"
6096 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6097 #  algorithm: "plot_nf_reconf_box_name"
6098 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6099 #  data: "plot-vpp-nfv-reconf-2n-skx"
6100 #  include:
6101 #    - "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"
6102 #    - "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"
6103 #    - "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"
6104 #    - "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"
6105 #    - "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"
6106 #    - "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"
6107 #  layout:
6108 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6109 #    layout: "plot-throughput"
6110 #
6111 #- type: "plot"
6112 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6113 #  algorithm: "plot_nf_reconf_box_name"
6114 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6115 #  data: "plot-vpp-nfv-reconf-2n-skx"
6116 #  include:
6117 #    - "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"
6118 #    - "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"
6119 #    - "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"
6120 #    - "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"
6121 #    - "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"
6122 #    - "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"
6123 #  layout:
6124 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6125 #    layout: "plot-throughput"
6126 #
6127 ################################################################################
6128 ## Plots - NF Density - VSC - MRR 64b
6129 #- type: "plot"
6130 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6131 #  algorithm: "plot_nf_heatmap"
6132 #  output-file-type: ".html"
6133 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6134 #  data: "plot-vpp-nfv-2n-skx-mrr"
6135 #  filter: "'NIC_Intel-XXV710' and
6136 #           'NF_DENSITY' and
6137 #           'VHOST' and
6138 #           not 'VXLAN' and
6139 #           'CHAIN' and
6140 #           'NF_VPPIP4' and
6141 #           '64B' and
6142 #           '2T1C' and
6143 #           'MRR'"
6144 #  parameters:
6145 #  - "result"
6146 #  - "name"
6147 #  - "tags"
6148 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6149 #  x-axis: "X = VNFs per Service Chain"
6150 #  y-axis: "Y = Number of Service Chains"
6151 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6152 #  layout:
6153 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6154 #    layout: "plot-service-density"
6155 #
6156 #- type: "plot"
6157 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6158 #  algorithm: "plot_nf_heatmap"
6159 #  output-file-type: ".html"
6160 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6161 #  data: "plot-vpp-nfv-2n-skx-mrr"
6162 #  filter: "'NIC_Intel-XXV710' and
6163 #           'NF_DENSITY' and
6164 #           'VHOST' and
6165 #           not 'VXLAN' and
6166 #           'CHAIN' and
6167 #           'NF_VPPIP4' and
6168 #           '64B' and
6169 #           '4T2C' and
6170 #           'MRR'"
6171 #  parameters:
6172 #  - "result"
6173 #  - "name"
6174 #  - "tags"
6175 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6176 #  x-axis: "X = VNFs per Service Chain"
6177 #  y-axis: "Y = Number of Service Chains"
6178 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6179 #  layout:
6180 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6181 #    layout: "plot-service-density"
6182 #
6183 #- type: "plot"
6184 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6185 #  algorithm: "plot_nf_heatmap"
6186 #  output-file-type: ".html"
6187 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6188 #  data: "plot-vpp-nfv-2n-skx-mrr"
6189 #  filter: "'NIC_Intel-XXV710' and
6190 #           'NF_DENSITY' and
6191 #           'VHOST' and
6192 #           not 'VXLAN' and
6193 #           'CHAIN' and
6194 #           'NF_VPPIP4' and
6195 #           '64B' and
6196 #           '8T4C' and
6197 #           'MRR'"
6198 #  parameters:
6199 #  - "result"
6200 #  - "name"
6201 #  - "tags"
6202 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6203 #  x-axis: "X = VNFs per Service Chain"
6204 #  y-axis: "Y = Number of Service Chains"
6205 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6206 #  layout:
6207 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6208 #    layout: "plot-service-density"
6209 #
6210 ## Plots - NF Density - VSC - MRR IMIX
6211 #- type: "plot"
6212 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6213 #  algorithm: "plot_nf_heatmap"
6214 #  output-file-type: ".html"
6215 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6216 #  data: "plot-vpp-nfv-2n-skx-mrr"
6217 #  filter: "'NIC_Intel-XXV710' and
6218 #           'NF_DENSITY' and
6219 #           'VHOST' and
6220 #           not 'VXLAN' and
6221 #           'CHAIN' and
6222 #           'NF_VPPIP4' and
6223 #           'IMIX' and
6224 #           '2T1C' and
6225 #           'MRR'"
6226 #  parameters:
6227 #  - "result"
6228 #  - "name"
6229 #  - "tags"
6230 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6231 #  x-axis: "X = VNFs per Service Chain"
6232 #  y-axis: "Y = Number of Service Chains"
6233 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6234 #  layout:
6235 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6236 #    layout: "plot-service-density"
6237 #
6238 #- type: "plot"
6239 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6240 #  algorithm: "plot_nf_heatmap"
6241 #  output-file-type: ".html"
6242 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6243 #  data: "plot-vpp-nfv-2n-skx-mrr"
6244 #  filter: "'NIC_Intel-XXV710' and
6245 #           'NF_DENSITY' and
6246 #           'VHOST' and
6247 #           not 'VXLAN' and
6248 #           'CHAIN' and
6249 #           'NF_VPPIP4' and
6250 #           'IMIX' and
6251 #           '4T2C' and
6252 #           'MRR'"
6253 #  parameters:
6254 #  - "result"
6255 #  - "name"
6256 #  - "tags"
6257 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6258 #  x-axis: "X = VNFs per Service Chain"
6259 #  y-axis: "Y = Number of Service Chains"
6260 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6261 #  layout:
6262 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6263 #    layout: "plot-service-density"
6264 #
6265 #- type: "plot"
6266 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6267 #  algorithm: "plot_nf_heatmap"
6268 #  output-file-type: ".html"
6269 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6270 #  data: "plot-vpp-nfv-2n-skx-mrr"
6271 #  filter: "'NIC_Intel-XXV710' and
6272 #           'NF_DENSITY' and
6273 #           'VHOST' and
6274 #           not 'VXLAN' and
6275 #           'CHAIN' and
6276 #           'NF_VPPIP4' and
6277 #           'IMIX' and
6278 #           '8T4C' and
6279 #           'MRR'"
6280 #  parameters:
6281 #  - "result"
6282 #  - "name"
6283 #  - "tags"
6284 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6285 #  x-axis: "X = VNFs per Service Chain"
6286 #  y-axis: "Y = Number of Service Chains"
6287 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6288 #  layout:
6289 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6290 #    layout: "plot-service-density"
6291 #
6292 ## Plots - NF Density - VSC - NDR 64b
6293 #- type: "plot"
6294 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6295 #  algorithm: "plot_nf_heatmap"
6296 #  output-file-type: ".html"
6297 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6298 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6299 #  filter: "'NIC_Intel-XXV710' and
6300 #           'NF_DENSITY' and
6301 #           'VHOST' and
6302 #           not 'VXLAN' and
6303 #           'CHAIN' and
6304 #           'NF_VPPIP4' and
6305 #           '64B' and
6306 #           '2T1C' and
6307 #           'NDRPDR'"
6308 #  parameters:
6309 #  - "throughput"
6310 #  - "name"
6311 #  - "tags"
6312 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6313 #  x-axis: "X = VNFs per Service Chain"
6314 #  y-axis: "Y = Number of Service Chains"
6315 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6316 #  layout:
6317 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6318 #    layout: "plot-service-density"
6319 #
6320 #- type: "plot"
6321 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6322 #  algorithm: "plot_nf_heatmap"
6323 #  output-file-type: ".html"
6324 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6325 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6326 #  filter: "'NIC_Intel-XXV710' and
6327 #           'NF_DENSITY' and
6328 #           'VHOST' and
6329 #           not 'VXLAN' and
6330 #           'CHAIN' and
6331 #           'NF_VPPIP4' and
6332 #           '64B' and
6333 #           '4T2C' and
6334 #           'NDRPDR'"
6335 #  parameters:
6336 #  - "throughput"
6337 #  - "name"
6338 #  - "tags"
6339 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6340 #  x-axis: "X = VNFs per Service Chain"
6341 #  y-axis: "Y = Number of Service Chains"
6342 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6343 #  layout:
6344 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6345 #    layout: "plot-service-density"
6346 #
6347 #- type: "plot"
6348 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6349 #  algorithm: "plot_nf_heatmap"
6350 #  output-file-type: ".html"
6351 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6352 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6353 #  filter: "'NIC_Intel-XXV710' and
6354 #           'NF_DENSITY' and
6355 #           'VHOST' and
6356 #           not 'VXLAN' and
6357 #           'CHAIN' and
6358 #           'NF_VPPIP4' and
6359 #           '64B' and
6360 #           '8T4C' and
6361 #           'NDRPDR'"
6362 #  parameters:
6363 #  - "throughput"
6364 #  - "name"
6365 #  - "tags"
6366 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6367 #  x-axis: "X = VNFs per Service Chain"
6368 #  y-axis: "Y = Number of Service Chains"
6369 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6370 #  layout:
6371 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6372 #    layout: "plot-service-density"
6373 #
6374 ## Plots - NF Density - VSC - NDR IMIX
6375 #- type: "plot"
6376 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6377 #  algorithm: "plot_nf_heatmap"
6378 #  output-file-type: ".html"
6379 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6380 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6381 #  filter: "'NIC_Intel-XXV710' and
6382 #           'NF_DENSITY' and
6383 #           'VHOST' and
6384 #           not 'VXLAN' and
6385 #           'CHAIN' and
6386 #           'NF_VPPIP4' and
6387 #           'IMIX' and
6388 #           '2T1C' and
6389 #           'NDRPDR'"
6390 #  parameters:
6391 #  - "throughput"
6392 #  - "name"
6393 #  - "tags"
6394 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6395 #  x-axis: "X = VNFs per Service Chain"
6396 #  y-axis: "Y = Number of Service Chains"
6397 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6398 #  layout:
6399 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6400 #    layout: "plot-service-density"
6401 #
6402 #- type: "plot"
6403 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6404 #  algorithm: "plot_nf_heatmap"
6405 #  output-file-type: ".html"
6406 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6407 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6408 #  filter: "'NIC_Intel-XXV710' and
6409 #           'NF_DENSITY' and
6410 #           'VHOST' and
6411 #           not 'VXLAN' and
6412 #           'CHAIN' and
6413 #           'NF_VPPIP4' and
6414 #           'IMIX' and
6415 #           '4T2C' and
6416 #           'NDRPDR'"
6417 #  parameters:
6418 #  - "throughput"
6419 #  - "name"
6420 #  - "tags"
6421 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6422 #  x-axis: "X = VNFs per Service Chain"
6423 #  y-axis: "Y = Number of Service Chains"
6424 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6425 #  layout:
6426 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6427 #    layout: "plot-service-density"
6428 #
6429 #- type: "plot"
6430 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6431 #  algorithm: "plot_nf_heatmap"
6432 #  output-file-type: ".html"
6433 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6434 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6435 #  filter: "'NIC_Intel-XXV710' and
6436 #           'NF_DENSITY' and
6437 #           'VHOST' and
6438 #           not 'VXLAN' and
6439 #           'CHAIN' and
6440 #           'NF_VPPIP4' and
6441 #           'IMIX' and
6442 #           '8T4C' and
6443 #           'NDRPDR'"
6444 #  parameters:
6445 #  - "throughput"
6446 #  - "name"
6447 #  - "tags"
6448 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6449 #  x-axis: "X = VNFs per Service Chain"
6450 #  y-axis: "Y = Number of Service Chains"
6451 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6452 #  layout:
6453 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6454 #    layout: "plot-service-density"
6455 #
6456 ## Plots - NF Density - VSC - PDR 64b
6457 #- type: "plot"
6458 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6459 #  algorithm: "plot_nf_heatmap"
6460 #  output-file-type: ".html"
6461 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6462 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6463 #  filter: "'NIC_Intel-XXV710' and
6464 #           'NF_DENSITY' and
6465 #           'VHOST' and
6466 #           not 'VXLAN' and
6467 #           'CHAIN' and
6468 #           'NF_VPPIP4' and
6469 #           '64B' and
6470 #           '2T1C' and
6471 #           'NDRPDR'"
6472 #  parameters:
6473 #  - "throughput"
6474 #  - "name"
6475 #  - "tags"
6476 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6477 #  x-axis: "X = VNFs per Service Chain"
6478 #  y-axis: "Y = Number of Service Chains"
6479 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6480 #  layout:
6481 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6482 #    layout: "plot-service-density"
6483 #
6484 #- type: "plot"
6485 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6486 #  algorithm: "plot_nf_heatmap"
6487 #  output-file-type: ".html"
6488 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6489 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6490 #  filter: "'NIC_Intel-XXV710' and
6491 #           'NF_DENSITY' and
6492 #           'VHOST' and
6493 #           not 'VXLAN' and
6494 #           'CHAIN' and
6495 #           'NF_VPPIP4' and
6496 #           '64B' and
6497 #           '4T2C' and
6498 #           'NDRPDR'"
6499 #  parameters:
6500 #  - "throughput"
6501 #  - "name"
6502 #  - "tags"
6503 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6504 #  x-axis: "X = VNFs per Service Chain"
6505 #  y-axis: "Y = Number of Service Chains"
6506 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6507 #  layout:
6508 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6509 #    layout: "plot-service-density"
6510 #
6511 #- type: "plot"
6512 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6513 #  algorithm: "plot_nf_heatmap"
6514 #  output-file-type: ".html"
6515 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6516 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6517 #  filter: "'NIC_Intel-XXV710' and
6518 #           'NF_DENSITY' and
6519 #           'VHOST' and
6520 #           not 'VXLAN' and
6521 #           'CHAIN' and
6522 #           'NF_VPPIP4' and
6523 #           '64B' and
6524 #           '8T4C' and
6525 #           'NDRPDR'"
6526 #  parameters:
6527 #  - "throughput"
6528 #  - "name"
6529 #  - "tags"
6530 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6531 #  x-axis: "X = VNFs per Service Chain"
6532 #  y-axis: "Y = Number of Service Chains"
6533 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6534 #  layout:
6535 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6536 #    layout: "plot-service-density"
6537 #
6538 ## Plots - NF Density - VSC - PDR IMIX
6539 #- type: "plot"
6540 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6541 #  algorithm: "plot_nf_heatmap"
6542 #  output-file-type: ".html"
6543 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6544 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6545 #  filter: "'NIC_Intel-XXV710' and
6546 #           'NF_DENSITY' and
6547 #           'VHOST' and
6548 #           not 'VXLAN' and
6549 #           'CHAIN' and
6550 #           'NF_VPPIP4' and
6551 #           'IMIX' and
6552 #           '2T1C' and
6553 #           'NDRPDR'"
6554 #  parameters:
6555 #  - "throughput"
6556 #  - "name"
6557 #  - "tags"
6558 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6559 #  x-axis: "X = VNFs per Service Chain"
6560 #  y-axis: "Y = Number of Service Chains"
6561 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6562 #  layout:
6563 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6564 #    layout: "plot-service-density"
6565 #
6566 #- type: "plot"
6567 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6568 #  algorithm: "plot_nf_heatmap"
6569 #  output-file-type: ".html"
6570 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6571 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6572 #  filter: "'NIC_Intel-XXV710' and
6573 #           'NF_DENSITY' and
6574 #           'VHOST' and
6575 #           not 'VXLAN' and
6576 #           'CHAIN' and
6577 #           'NF_VPPIP4' and
6578 #           'IMIX' and
6579 #           '4T2C' and
6580 #           'NDRPDR'"
6581 #  parameters:
6582 #  - "throughput"
6583 #  - "name"
6584 #  - "tags"
6585 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6586 #  x-axis: "X = VNFs per Service Chain"
6587 #  y-axis: "Y = Number of Service Chains"
6588 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6589 #  layout:
6590 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6591 #    layout: "plot-service-density"
6592 #
6593 #- type: "plot"
6594 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6595 #  algorithm: "plot_nf_heatmap"
6596 #  output-file-type: ".html"
6597 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6598 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6599 #  filter: "'NIC_Intel-XXV710' and
6600 #           'NF_DENSITY' and
6601 #           'VHOST' and
6602 #           not 'VXLAN' and
6603 #           'CHAIN' and
6604 #           'NF_VPPIP4' and
6605 #           'IMIX' and
6606 #           '8T4C' and
6607 #           'NDRPDR'"
6608 #  parameters:
6609 #  - "throughput"
6610 #  - "name"
6611 #  - "tags"
6612 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6613 #  x-axis: "X = VNFs per Service Chain"
6614 #  y-axis: "Y = Number of Service Chains"
6615 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6616 #  layout:
6617 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6618 #    layout: "plot-service-density"
6619 #
6620 ################################################################################
6621 ## Plots - NF Density - VSC - MRR 64b
6622 #- type: "plot"
6623 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6624 #  algorithm: "plot_nf_heatmap"
6625 #  output-file-type: ".html"
6626 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6627 #  data: "plot-vpp-nfv-2n-skx-mrr"
6628 #  filter: "'NIC_Intel-XXV710' and
6629 #           'NF_DENSITY' and
6630 #           'VHOST' and
6631 #           'VXLAN' and
6632 #           'CHAIN' and
6633 #           '118' and
6634 #           '2T1C' and
6635 #           'MRR'"
6636 #  parameters:
6637 #  - "result"
6638 #  - "name"
6639 #  - "tags"
6640 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6641 #  x-axis: "X = VNFs per Service Chain"
6642 #  y-axis: "Y = Number of Service Chains"
6643 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6644 #  layout:
6645 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6646 #    layout: "plot-service-density"
6647 #
6648 #- type: "plot"
6649 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6650 #  algorithm: "plot_nf_heatmap"
6651 #  output-file-type: ".html"
6652 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6653 #  data: "plot-vpp-nfv-2n-skx-mrr"
6654 #  filter: "'NIC_Intel-XXV710' and
6655 #           'NF_DENSITY' and
6656 #           'VHOST' and
6657 #           'VXLAN' and
6658 #           'CHAIN' and
6659 #           '118' and
6660 #           '4T2C' and
6661 #           'MRR'"
6662 #  parameters:
6663 #  - "result"
6664 #  - "name"
6665 #  - "tags"
6666 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6667 #  x-axis: "X = VNFs per Service Chain"
6668 #  y-axis: "Y = Number of Service Chains"
6669 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6670 #  layout:
6671 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6672 #    layout: "plot-service-density"
6673 #
6674 #- type: "plot"
6675 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6676 #  algorithm: "plot_nf_heatmap"
6677 #  output-file-type: ".html"
6678 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6679 #  data: "plot-vpp-nfv-2n-skx-mrr"
6680 #  filter: "'NIC_Intel-XXV710' and
6681 #           'NF_DENSITY' and
6682 #           'VHOST' and
6683 #           'VXLAN' and
6684 #           'CHAIN' and
6685 #           '118' and
6686 #           '8T4C' and
6687 #           'MRR'"
6688 #  parameters:
6689 #  - "result"
6690 #  - "name"
6691 #  - "tags"
6692 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6693 #  x-axis: "X = VNFs per Service Chain"
6694 #  y-axis: "Y = Number of Service Chains"
6695 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6696 #  layout:
6697 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6698 #    layout: "plot-service-density"
6699 #
6700 ## Plots - NF Density - VSC - MRR IMIX
6701 #- type: "plot"
6702 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6703 #  algorithm: "plot_nf_heatmap"
6704 #  output-file-type: ".html"
6705 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6706 #  data: "plot-vpp-nfv-2n-skx-mrr"
6707 #  filter: "'NIC_Intel-XXV710' and
6708 #           'NF_DENSITY' and
6709 #           'VHOST' and
6710 #           'VXLAN' and
6711 #           'CHAIN' and
6712 #           'IMIX' and
6713 #           '2T1C' and
6714 #           'MRR'"
6715 #  parameters:
6716 #  - "result"
6717 #  - "name"
6718 #  - "tags"
6719 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6720 #  x-axis: "X = VNFs per Service Chain"
6721 #  y-axis: "Y = Number of Service Chains"
6722 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6723 #  layout:
6724 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6725 #    layout: "plot-service-density"
6726 #
6727 #- type: "plot"
6728 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6729 #  algorithm: "plot_nf_heatmap"
6730 #  output-file-type: ".html"
6731 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
6732 #  data: "plot-vpp-nfv-2n-skx-mrr"
6733 #  filter: "'NIC_Intel-XXV710' and
6734 #           'NF_DENSITY' and
6735 #           'VHOST' and
6736 #           'VXLAN' and
6737 #           'CHAIN' and
6738 #           'IMIX' and
6739 #           '4T2C' and
6740 #           'MRR'"
6741 #  parameters:
6742 #  - "result"
6743 #  - "name"
6744 #  - "tags"
6745 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6746 #  x-axis: "X = VNFs per Service Chain"
6747 #  y-axis: "Y = Number of Service Chains"
6748 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6749 #  layout:
6750 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6751 #    layout: "plot-service-density"
6752 #
6753 #- type: "plot"
6754 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6755 #  algorithm: "plot_nf_heatmap"
6756 #  output-file-type: ".html"
6757 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
6758 #  data: "plot-vpp-nfv-2n-skx-mrr"
6759 #  filter: "'NIC_Intel-XXV710' and
6760 #           'NF_DENSITY' and
6761 #           'VHOST' and
6762 #           'VXLAN' and
6763 #           'CHAIN' and
6764 #           'IMIX' and
6765 #           '8T4C' and
6766 #           'MRR'"
6767 #  parameters:
6768 #  - "result"
6769 #  - "name"
6770 #  - "tags"
6771 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6772 #  x-axis: "X = VNFs per Service Chain"
6773 #  y-axis: "Y = Number of Service Chains"
6774 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6775 #  layout:
6776 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6777 #    layout: "plot-service-density"
6778 #
6779 ## Plots - NF Density - VSC - NDR 64b
6780 #- type: "plot"
6781 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6782 #  algorithm: "plot_nf_heatmap"
6783 #  output-file-type: ".html"
6784 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
6785 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6786 #  filter: "'NIC_Intel-XXV710' and
6787 #           'NF_DENSITY' and
6788 #           'VHOST' and
6789 #           'VXLAN' and
6790 #           'CHAIN' and
6791 #           '118' and
6792 #           '2T1C' and
6793 #           'NDRPDR'"
6794 #  parameters:
6795 #  - "throughput"
6796 #  - "name"
6797 #  - "tags"
6798 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6799 #  x-axis: "X = VNFs per Service Chain"
6800 #  y-axis: "Y = Number of Service Chains"
6801 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6802 #  layout:
6803 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6804 #    layout: "plot-service-density"
6805 #
6806 #- type: "plot"
6807 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6808 #  algorithm: "plot_nf_heatmap"
6809 #  output-file-type: ".html"
6810 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
6811 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6812 #  filter: "'NIC_Intel-XXV710' and
6813 #           'NF_DENSITY' and
6814 #           'VHOST' and
6815 #           'VXLAN' and
6816 #           'CHAIN' and
6817 #           '118' and
6818 #           '4T2C' and
6819 #           'NDRPDR'"
6820 #  parameters:
6821 #  - "throughput"
6822 #  - "name"
6823 #  - "tags"
6824 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6825 #  x-axis: "X = VNFs per Service Chain"
6826 #  y-axis: "Y = Number of Service Chains"
6827 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6828 #  layout:
6829 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6830 #    layout: "plot-service-density"
6831 #
6832 #- type: "plot"
6833 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6834 #  algorithm: "plot_nf_heatmap"
6835 #  output-file-type: ".html"
6836 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
6837 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6838 #  filter: "'NIC_Intel-XXV710' and
6839 #           'NF_DENSITY' and
6840 #           'VHOST' and
6841 #           'VXLAN' and
6842 #           'CHAIN' and
6843 #           '118' and
6844 #           '8T4C' and
6845 #           'NDRPDR'"
6846 #  parameters:
6847 #  - "throughput"
6848 #  - "name"
6849 #  - "tags"
6850 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6851 #  x-axis: "X = VNFs per Service Chain"
6852 #  y-axis: "Y = Number of Service Chains"
6853 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6854 #  layout:
6855 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6856 #    layout: "plot-service-density"
6857 #
6858 ## Plots - NF Density - VSC - NDR IMIX
6859 #- type: "plot"
6860 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6861 #  algorithm: "plot_nf_heatmap"
6862 #  output-file-type: ".html"
6863 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
6864 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6865 #  filter: "'NIC_Intel-XXV710' and
6866 #           'NF_DENSITY' and
6867 #           'VHOST' and
6868 #           'VXLAN' and
6869 #           'CHAIN' and
6870 #           'IMIX' and
6871 #           '2T1C' and
6872 #           'NDRPDR'"
6873 #  parameters:
6874 #  - "throughput"
6875 #  - "name"
6876 #  - "tags"
6877 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6878 #  x-axis: "X = VNFs per Service Chain"
6879 #  y-axis: "Y = Number of Service Chains"
6880 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6881 #  layout:
6882 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6883 #    layout: "plot-service-density"
6884 #
6885 #- type: "plot"
6886 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6887 #  algorithm: "plot_nf_heatmap"
6888 #  output-file-type: ".html"
6889 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
6890 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6891 #  filter: "'NIC_Intel-XXV710' and
6892 #           'NF_DENSITY' and
6893 #           'VHOST' and
6894 #           'VXLAN' and
6895 #           'CHAIN' and
6896 #           'IMIX' and
6897 #           '4T2C' and
6898 #           'NDRPDR'"
6899 #  parameters:
6900 #  - "throughput"
6901 #  - "name"
6902 #  - "tags"
6903 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6904 #  x-axis: "X = VNFs per Service Chain"
6905 #  y-axis: "Y = Number of Service Chains"
6906 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6907 #  layout:
6908 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6909 #    layout: "plot-service-density"
6910 #
6911 #- type: "plot"
6912 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6913 #  algorithm: "plot_nf_heatmap"
6914 #  output-file-type: ".html"
6915 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
6916 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6917 #  filter: "'NIC_Intel-XXV710' and
6918 #           'NF_DENSITY' and
6919 #           'VHOST' and
6920 #           'VXLAN' and
6921 #           'CHAIN' and
6922 #           'IMIX' and
6923 #           '8T4C' and
6924 #           'NDRPDR'"
6925 #  parameters:
6926 #  - "throughput"
6927 #  - "name"
6928 #  - "tags"
6929 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6930 #  x-axis: "X = VNFs per Service Chain"
6931 #  y-axis: "Y = Number of Service Chains"
6932 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6933 #  layout:
6934 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6935 #    layout: "plot-service-density"
6936 #
6937 ## Plots - NF Density - VSC - PDR 64b
6938 #- type: "plot"
6939 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6940 #  algorithm: "plot_nf_heatmap"
6941 #  output-file-type: ".html"
6942 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
6943 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6944 #  filter: "'NIC_Intel-XXV710' and
6945 #           'NF_DENSITY' and
6946 #           'VHOST' and
6947 #           'VXLAN' and
6948 #           'CHAIN' and
6949 #           '118' and
6950 #           '2T1C' and
6951 #           'NDRPDR'"
6952 #  parameters:
6953 #  - "throughput"
6954 #  - "name"
6955 #  - "tags"
6956 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6957 #  x-axis: "X = VNFs per Service Chain"
6958 #  y-axis: "Y = Number of Service Chains"
6959 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6960 #  layout:
6961 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6962 #    layout: "plot-service-density"
6963 #
6964 #- type: "plot"
6965 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6966 #  algorithm: "plot_nf_heatmap"
6967 #  output-file-type: ".html"
6968 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
6969 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6970 #  filter: "'NIC_Intel-XXV710' and
6971 #           'NF_DENSITY' and
6972 #           'VHOST' and
6973 #           'VXLAN' and
6974 #           'CHAIN' and
6975 #           '118' and
6976 #           '4T2C' and
6977 #           'NDRPDR'"
6978 #  parameters:
6979 #  - "throughput"
6980 #  - "name"
6981 #  - "tags"
6982 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6983 #  x-axis: "X = VNFs per Service Chain"
6984 #  y-axis: "Y = Number of Service Chains"
6985 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6986 #  layout:
6987 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6988 #    layout: "plot-service-density"
6989 #
6990 #- type: "plot"
6991 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6992 #  algorithm: "plot_nf_heatmap"
6993 #  output-file-type: ".html"
6994 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
6995 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6996 #  filter: "'NIC_Intel-XXV710' and
6997 #           'NF_DENSITY' and
6998 #           'VHOST' and
6999 #           'VXLAN' and
7000 #           'CHAIN' and
7001 #           '118' and
7002 #           '8T4C' and
7003 #           'NDRPDR'"
7004 #  parameters:
7005 #  - "throughput"
7006 #  - "name"
7007 #  - "tags"
7008 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7009 #  x-axis: "X = VNFs per Service Chain"
7010 #  y-axis: "Y = Number of Service Chains"
7011 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7012 #  layout:
7013 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7014 #    layout: "plot-service-density"
7015 #
7016 ## Plots - NF Density - VSC - PDR IMIX
7017 #- type: "plot"
7018 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7019 #  algorithm: "plot_nf_heatmap"
7020 #  output-file-type: ".html"
7021 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7022 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7023 #  filter: "'NIC_Intel-XXV710' and
7024 #           'NF_DENSITY' and
7025 #           'VHOST' and
7026 #           'VXLAN' and
7027 #           'CHAIN' and
7028 #           'IMIX' and
7029 #           '2T1C' and
7030 #           'NDRPDR'"
7031 #  parameters:
7032 #  - "throughput"
7033 #  - "name"
7034 #  - "tags"
7035 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7036 #  x-axis: "X = VNFs per Service Chain"
7037 #  y-axis: "Y = Number of Service Chains"
7038 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7039 #  layout:
7040 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7041 #    layout: "plot-service-density"
7042 #
7043 #- type: "plot"
7044 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7045 #  algorithm: "plot_nf_heatmap"
7046 #  output-file-type: ".html"
7047 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7048 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7049 #  filter: "'NIC_Intel-XXV710' and
7050 #           'NF_DENSITY' and
7051 #           'VHOST' and
7052 #           'VXLAN' and
7053 #           'CHAIN' and
7054 #           'IMIX' and
7055 #           '4T2C' and
7056 #           'NDRPDR'"
7057 #  parameters:
7058 #  - "throughput"
7059 #  - "name"
7060 #  - "tags"
7061 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7062 #  x-axis: "X = VNFs per Service Chain"
7063 #  y-axis: "Y = Number of Service Chains"
7064 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7065 #  layout:
7066 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7067 #    layout: "plot-service-density"
7068 #
7069 #- type: "plot"
7070 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7071 #  algorithm: "plot_nf_heatmap"
7072 #  output-file-type: ".html"
7073 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7074 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7075 #  filter: "'NIC_Intel-XXV710' and
7076 #           'NF_DENSITY' and
7077 #           'VHOST' and
7078 #           'VXLAN' and
7079 #           'CHAIN' and
7080 #           'IMIX' and
7081 #           '8T4C' and
7082 #           'NDRPDR'"
7083 #  parameters:
7084 #  - "throughput"
7085 #  - "name"
7086 #  - "tags"
7087 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7088 #  x-axis: "X = VNFs per Service Chain"
7089 #  y-axis: "Y = Number of Service Chains"
7090 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7091 #  layout:
7092 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7093 #    layout: "plot-service-density"
7094 #
7095 ################################################################################
7096 ## Plots - NF Density - CSC - MRR 64b
7097 #- type: "plot"
7098 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7099 #  algorithm: "plot_nf_heatmap"
7100 #  output-file-type: ".html"
7101 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7102 #  data: "plot-vpp-nfv-2n-skx-mrr"
7103 #  filter: "'NIC_Intel-XXV710' and
7104 #           'NF_DENSITY' and
7105 #           'DOCKER' and
7106 #           'CHAIN' and
7107 #           'NF_VPPIP4' and
7108 #           '64B' and
7109 #           '2T1C' and
7110 #           'MRR'"
7111 #  parameters:
7112 #  - "result"
7113 #  - "name"
7114 #  - "tags"
7115 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7116 #  x-axis: "X = CNFs per Service Chain"
7117 #  y-axis: "Y = Number of Service Chains"
7118 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7119 #  layout:
7120 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7121 #    layout: "plot-service-density"
7122 #
7123 #- type: "plot"
7124 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7125 #  algorithm: "plot_nf_heatmap"
7126 #  output-file-type: ".html"
7127 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7128 #  data: "plot-vpp-nfv-2n-skx-mrr"
7129 #  filter: "'NIC_Intel-XXV710' and
7130 #           'NF_DENSITY' and
7131 #           'DOCKER' and
7132 #           'CHAIN' and
7133 #           'NF_VPPIP4' and
7134 #           '64B' and
7135 #           '4T2C' and
7136 #           'MRR'"
7137 #  parameters:
7138 #  - "result"
7139 #  - "name"
7140 #  - "tags"
7141 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7142 #  x-axis: "X = CNFs per Service Chain"
7143 #  y-axis: "Y = Number of Service Chains"
7144 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7145 #  layout:
7146 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7147 #    layout: "plot-service-density"
7148 #
7149 #- type: "plot"
7150 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7151 #  algorithm: "plot_nf_heatmap"
7152 #  output-file-type: ".html"
7153 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7154 #  data: "plot-vpp-nfv-2n-skx-mrr"
7155 #  filter: "'NIC_Intel-XXV710' and
7156 #           'NF_DENSITY' and
7157 #           'DOCKER' and
7158 #           'CHAIN' and
7159 #           'NF_VPPIP4' and
7160 #           '64B' and
7161 #           '8T4C' and
7162 #           'MRR'"
7163 #  parameters:
7164 #  - "result"
7165 #  - "name"
7166 #  - "tags"
7167 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7168 #  x-axis: "X = CNFs per Service Chain"
7169 #  y-axis: "Y = Number of Service Chains"
7170 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7171 #  layout:
7172 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7173 #    layout: "plot-service-density"
7174 #
7175 ## Plots - NF Density - CSC - MRR IMIX
7176 #- type: "plot"
7177 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7178 #  algorithm: "plot_nf_heatmap"
7179 #  output-file-type: ".html"
7180 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7181 #  data: "plot-vpp-nfv-2n-skx-mrr"
7182 #  filter: "'NIC_Intel-XXV710' and
7183 #           'NF_DENSITY' and
7184 #           'DOCKER' and
7185 #           'CHAIN' and
7186 #           'NF_VPPIP4' and
7187 #           'IMIX' and
7188 #           '2T1C' and
7189 #           'MRR'"
7190 #  parameters:
7191 #  - "result"
7192 #  - "name"
7193 #  - "tags"
7194 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7195 #  x-axis: "X = CNFs per Service Chain"
7196 #  y-axis: "Y = Number of Service Chains"
7197 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7198 #  layout:
7199 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7200 #    layout: "plot-service-density"
7201 #
7202 #- type: "plot"
7203 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7204 #  algorithm: "plot_nf_heatmap"
7205 #  output-file-type: ".html"
7206 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7207 #  data: "plot-vpp-nfv-2n-skx-mrr"
7208 #  filter: "'NIC_Intel-XXV710' and
7209 #           'NF_DENSITY' and
7210 #           'DOCKER' and
7211 #           'CHAIN' and
7212 #           'NF_VPPIP4' and
7213 #           'IMIX' and
7214 #           '4T2C' and
7215 #           'MRR'"
7216 #  parameters:
7217 #  - "result"
7218 #  - "name"
7219 #  - "tags"
7220 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7221 #  x-axis: "X = CNFs per Service Chain"
7222 #  y-axis: "Y = Number of Service Chains"
7223 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7224 #  layout:
7225 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7226 #    layout: "plot-service-density"
7227 #
7228 #- type: "plot"
7229 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7230 #  algorithm: "plot_nf_heatmap"
7231 #  output-file-type: ".html"
7232 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7233 #  data: "plot-vpp-nfv-2n-skx-mrr"
7234 #  filter: "'NIC_Intel-XXV710' and
7235 #           'NF_DENSITY' and
7236 #           'DOCKER' and
7237 #           'CHAIN' and
7238 #           'NF_VPPIP4' and
7239 #           'IMIX' and
7240 #           '8T4C' and
7241 #           'MRR'"
7242 #  parameters:
7243 #  - "result"
7244 #  - "name"
7245 #  - "tags"
7246 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7247 #  x-axis: "X = CNFs per Service Chain"
7248 #  y-axis: "Y = Number of Service Chains"
7249 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7250 #  layout:
7251 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7252 #    layout: "plot-service-density"
7253 #
7254 ## Plots - NF Density - CSC - NDR 64b
7255 #- type: "plot"
7256 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7257 #  algorithm: "plot_nf_heatmap"
7258 #  output-file-type: ".html"
7259 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7260 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7261 #  filter: "'NIC_Intel-XXV710' and
7262 #           'NF_DENSITY' and
7263 #           'DOCKER' and
7264 #           'CHAIN' and
7265 #           'NF_VPPIP4' and
7266 #           '64B' and
7267 #           '2T1C' and
7268 #           'NDRPDR'"
7269 #  parameters:
7270 #  - "throughput"
7271 #  - "name"
7272 #  - "tags"
7273 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7274 #  x-axis: "X = CNFs per Service Chain"
7275 #  y-axis: "Y = Number of Service Chains"
7276 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7277 #  layout:
7278 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7279 #    layout: "plot-service-density"
7280 #
7281 #- type: "plot"
7282 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7283 #  algorithm: "plot_nf_heatmap"
7284 #  output-file-type: ".html"
7285 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7286 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7287 #  filter: "'NIC_Intel-XXV710' and
7288 #           'NF_DENSITY' and
7289 #           'DOCKER' and
7290 #           'CHAIN' and
7291 #           'NF_VPPIP4' and
7292 #           '64B' and
7293 #           '4T2C' and
7294 #           'NDRPDR'"
7295 #  parameters:
7296 #  - "throughput"
7297 #  - "name"
7298 #  - "tags"
7299 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7300 #  x-axis: "X = CNFs per Service Chain"
7301 #  y-axis: "Y = Number of Service Chains"
7302 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7303 #  layout:
7304 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7305 #    layout: "plot-service-density"
7306 #
7307 #- type: "plot"
7308 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7309 #  algorithm: "plot_nf_heatmap"
7310 #  output-file-type: ".html"
7311 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7312 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7313 #  filter: "'NIC_Intel-XXV710' and
7314 #           'NF_DENSITY' and
7315 #           'DOCKER' and
7316 #           'CHAIN' and
7317 #           'NF_VPPIP4' and
7318 #           '64B' and
7319 #           '8T4C' and
7320 #           'NDRPDR'"
7321 #  parameters:
7322 #  - "throughput"
7323 #  - "name"
7324 #  - "tags"
7325 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7326 #  x-axis: "X = CNFs per Service Chain"
7327 #  y-axis: "Y = Number of Service Chains"
7328 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7329 #  layout:
7330 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7331 #    layout: "plot-service-density"
7332 #
7333 ## Plots - NF Density - CSC - NDR IMIX
7334 #- type: "plot"
7335 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7336 #  algorithm: "plot_nf_heatmap"
7337 #  output-file-type: ".html"
7338 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7339 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7340 #  filter: "'NIC_Intel-XXV710' and
7341 #           'NF_DENSITY' and
7342 #           'DOCKER' and
7343 #           'CHAIN' and
7344 #           'NF_VPPIP4' and
7345 #           'IMIX' and
7346 #           '2T1C' and
7347 #           'NDRPDR'"
7348 #  parameters:
7349 #  - "throughput"
7350 #  - "name"
7351 #  - "tags"
7352 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7353 #  x-axis: "X = CNFs per Service Chain"
7354 #  y-axis: "Y = Number of Service Chains"
7355 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7356 #  layout:
7357 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7358 #    layout: "plot-service-density"
7359 #
7360 #- type: "plot"
7361 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7362 #  algorithm: "plot_nf_heatmap"
7363 #  output-file-type: ".html"
7364 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7365 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7366 #  filter: "'NIC_Intel-XXV710' and
7367 #           'NF_DENSITY' and
7368 #           'DOCKER' and
7369 #           'CHAIN' and
7370 #           'NF_VPPIP4' and
7371 #           'IMIX' and
7372 #           '4T2C' and
7373 #           'NDRPDR'"
7374 #  parameters:
7375 #  - "throughput"
7376 #  - "name"
7377 #  - "tags"
7378 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7379 #  x-axis: "X = CNFs per Service Chain"
7380 #  y-axis: "Y = Number of Service Chains"
7381 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7382 #  layout:
7383 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7384 #    layout: "plot-service-density"
7385 #
7386 #- type: "plot"
7387 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7388 #  algorithm: "plot_nf_heatmap"
7389 #  output-file-type: ".html"
7390 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7391 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7392 #  filter: "'NIC_Intel-XXV710' and
7393 #           'NF_DENSITY' and
7394 #           'DOCKER' and
7395 #           'CHAIN' and
7396 #           'NF_VPPIP4' and
7397 #           'IMIX' and
7398 #           '8T4C' and
7399 #           'NDRPDR'"
7400 #  parameters:
7401 #  - "throughput"
7402 #  - "name"
7403 #  - "tags"
7404 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7405 #  x-axis: "X = CNFs per Service Chain"
7406 #  y-axis: "Y = Number of Service Chains"
7407 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7408 #  layout:
7409 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7410 #    layout: "plot-service-density"
7411 #
7412 ## Plots - NF Density - CSC - PDR 64b
7413 #- type: "plot"
7414 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7415 #  algorithm: "plot_nf_heatmap"
7416 #  output-file-type: ".html"
7417 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7418 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7419 #  filter: "'NIC_Intel-XXV710' and
7420 #           'NF_DENSITY' and
7421 #           'DOCKER' and
7422 #           'CHAIN' and
7423 #           'NF_VPPIP4' and
7424 #           '64B' and
7425 #           '2T1C' and
7426 #           'NDRPDR'"
7427 #  parameters:
7428 #  - "throughput"
7429 #  - "name"
7430 #  - "tags"
7431 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7432 #  x-axis: "X = CNFs per Service Chain"
7433 #  y-axis: "Y = Number of Service Chains"
7434 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7435 #  layout:
7436 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7437 #    layout: "plot-service-density"
7438 #
7439 #- type: "plot"
7440 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7441 #  algorithm: "plot_nf_heatmap"
7442 #  output-file-type: ".html"
7443 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7444 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7445 #  filter: "'NIC_Intel-XXV710' and
7446 #           'NF_DENSITY' and
7447 #           'DOCKER' and
7448 #           'CHAIN' and
7449 #           'NF_VPPIP4' and
7450 #           '64B' and
7451 #           '4T2C' and
7452 #           'NDRPDR'"
7453 #  parameters:
7454 #  - "throughput"
7455 #  - "name"
7456 #  - "tags"
7457 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7458 #  x-axis: "X = CNFs per Service Chain"
7459 #  y-axis: "Y = Number of Service Chains"
7460 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7461 #  layout:
7462 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7463 #    layout: "plot-service-density"
7464 #
7465 #- type: "plot"
7466 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7467 #  algorithm: "plot_nf_heatmap"
7468 #  output-file-type: ".html"
7469 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7470 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7471 #  filter: "'NIC_Intel-XXV710' and
7472 #           'NF_DENSITY' and
7473 #           'DOCKER' and
7474 #           'CHAIN' and
7475 #           'NF_VPPIP4' and
7476 #           '64B' and
7477 #           '8T4C' and
7478 #           'NDRPDR'"
7479 #  parameters:
7480 #  - "throughput"
7481 #  - "name"
7482 #  - "tags"
7483 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7484 #  x-axis: "X = CNFs per Service Chain"
7485 #  y-axis: "Y = Number of Service Chains"
7486 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7487 #  layout:
7488 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7489 #    layout: "plot-service-density"
7490 #
7491 ## Plots - NF Density - CSC - PDR IMIX
7492 #- type: "plot"
7493 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7494 #  algorithm: "plot_nf_heatmap"
7495 #  output-file-type: ".html"
7496 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7497 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7498 #  filter: "'NIC_Intel-XXV710' and
7499 #           'NF_DENSITY' and
7500 #           'DOCKER' and
7501 #           'CHAIN' and
7502 #           'NF_VPPIP4' and
7503 #           'IMIX' and
7504 #           '2T1C' and
7505 #           'NDRPDR'"
7506 #  parameters:
7507 #  - "throughput"
7508 #  - "name"
7509 #  - "tags"
7510 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7511 #  x-axis: "X = CNFs per Service Chain"
7512 #  y-axis: "Y = Number of Service Chains"
7513 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7514 #  layout:
7515 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7516 #    layout: "plot-service-density"
7517 #
7518 #- type: "plot"
7519 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7520 #  algorithm: "plot_nf_heatmap"
7521 #  output-file-type: ".html"
7522 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7523 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7524 #  filter: "'NIC_Intel-XXV710' and
7525 #           'NF_DENSITY' and
7526 #           'DOCKER' and
7527 #           'CHAIN' and
7528 #           'NF_VPPIP4' and
7529 #           'IMIX' and
7530 #           '4T2C' and
7531 #           'NDRPDR'"
7532 #  parameters:
7533 #  - "throughput"
7534 #  - "name"
7535 #  - "tags"
7536 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7537 #  x-axis: "X = CNFs per Service Chain"
7538 #  y-axis: "Y = Number of Service Chains"
7539 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7540 #  layout:
7541 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7542 #    layout: "plot-service-density"
7543 #
7544 #- type: "plot"
7545 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7546 #  algorithm: "plot_nf_heatmap"
7547 #  output-file-type: ".html"
7548 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7549 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7550 #  filter: "'NIC_Intel-XXV710' and
7551 #           'NF_DENSITY' and
7552 #           'DOCKER' and
7553 #           'CHAIN' and
7554 #           'NF_VPPIP4' and
7555 #           'IMIX' and
7556 #           '8T4C' and
7557 #           'NDRPDR'"
7558 #  parameters:
7559 #  - "throughput"
7560 #  - "name"
7561 #  - "tags"
7562 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7563 #  x-axis: "X = CNFs per Service Chain"
7564 #  y-axis: "Y = Number of Service Chains"
7565 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7566 #  layout:
7567 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7568 #    layout: "plot-service-density"
7569 #
7570 ################################################################################
7571 #
7572 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7573 #- type: "plot"
7574 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7575 #  algorithm: "plot_nf_heatmap"
7576 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7577 #  data: "plot-vpp-nfv-3n-skx-mrr"
7578 #  filter: "'NIC_Intel-XXV710' and
7579 #           'NF_DENSITY' and
7580 #           'DOCKER' and
7581 #           'CHAIN' and
7582 #           'NF_VPPIP4' and
7583 #           'IPSEC' and
7584 #           'TNL_4' and
7585 #           'IMIX' and
7586 #           '2T1C' and
7587 #           'MRR'"
7588 #  parameters:
7589 #  - "result"
7590 #  - "name"
7591 #  - "tags"
7592 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7593 #  x-axis: "X = CNFs per Service Chain"
7594 #  y-axis: "Y = Number of Service Chains"
7595 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7596 #  layout:
7597 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7598 #    layout: "plot-service-density"
7599 #
7600 #- type: "plot"
7601 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7602 #  algorithm: "plot_nf_heatmap"
7603 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7604 #  data: "plot-vpp-nfv-3n-skx-mrr"
7605 #  filter: "'NIC_Intel-XXV710' and
7606 #           'NF_DENSITY' and
7607 #           'DOCKER' and
7608 #           'CHAIN' and
7609 #           'NF_VPPIP4' and
7610 #           'IPSEC' and
7611 #           'TNL_4' and
7612 #           'IMIX' and
7613 #           '4T2C' and
7614 #           'MRR'"
7615 #  parameters:
7616 #  - "result"
7617 #  - "name"
7618 #  - "tags"
7619 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7620 #  x-axis: "X = CNFs per Service Chain"
7621 #  y-axis: "Y = Number of Service Chains"
7622 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7623 #  layout:
7624 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7625 #    layout: "plot-service-density"
7626 #
7627 #- type: "plot"
7628 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7629 #  algorithm: "plot_nf_heatmap"
7630 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7631 #  data: "plot-vpp-nfv-3n-skx-mrr"
7632 #  filter: "'NIC_Intel-XXV710' and
7633 #           'NF_DENSITY' and
7634 #           'DOCKER' and
7635 #           'CHAIN' and
7636 #           'NF_VPPIP4' and
7637 #           'IPSEC' and
7638 #           'TNL_4' and
7639 #           'IMIX' and
7640 #           '8T4C' and
7641 #           'MRR'"
7642 #  parameters:
7643 #  - "result"
7644 #  - "name"
7645 #  - "tags"
7646 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7647 #  x-axis: "X = CNFs per Service Chain"
7648 #  y-axis: "Y = Number of Service Chains"
7649 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7650 #  layout:
7651 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7652 #    layout: "plot-service-density"
7653 #
7654 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7655 #- type: "plot"
7656 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7657 #  algorithm: "plot_nf_heatmap"
7658 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7659 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7660 #  filter: "'NIC_Intel-XXV710' and
7661 #           'NF_DENSITY' and
7662 #           'DOCKER' and
7663 #           'CHAIN' and
7664 #           'NF_VPPIP4' and
7665 #           'IPSEC' and
7666 #           'TNL_4' and
7667 #           'IMIX' and
7668 #           '2T1C' and
7669 #           'NDRPDR'"
7670 #  parameters:
7671 #  - "throughput"
7672 #  - "name"
7673 #  - "tags"
7674 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7675 #  x-axis: "X = CNFs per Service Chain"
7676 #  y-axis: "Y = Number of Service Chains"
7677 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7678 #  layout:
7679 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7680 #    layout: "plot-service-density"
7681 #
7682 #- type: "plot"
7683 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7684 #  algorithm: "plot_nf_heatmap"
7685 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7686 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7687 #  filter: "'NIC_Intel-XXV710' and
7688 #           'NF_DENSITY' and
7689 #           'DOCKER' and
7690 #           'CHAIN' and
7691 #           'NF_VPPIP4' and
7692 #           'IPSEC' and
7693 #           'TNL_4' and
7694 #           'IMIX' and
7695 #           '4T2C' and
7696 #           'NDRPDR'"
7697 #  parameters:
7698 #  - "throughput"
7699 #  - "name"
7700 #  - "tags"
7701 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7702 #  x-axis: "X = CNFs per Service Chain"
7703 #  y-axis: "Y = Number of Service Chains"
7704 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7705 #  layout:
7706 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7707 #    layout: "plot-service-density"
7708 #
7709 #- type: "plot"
7710 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7711 #  algorithm: "plot_nf_heatmap"
7712 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7713 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7714 #  filter: "'NIC_Intel-XXV710' and
7715 #           'NF_DENSITY' and
7716 #           'DOCKER' and
7717 #           'CHAIN' and
7718 #           'NF_VPPIP4' and
7719 #           'IPSEC' and
7720 #           'TNL_4' and
7721 #           'IMIX' and
7722 #           '8T4C' and
7723 #           'NDRPDR'"
7724 #  parameters:
7725 #  - "throughput"
7726 #  - "name"
7727 #  - "tags"
7728 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7729 #  x-axis: "X = CNFs per Service Chain"
7730 #  y-axis: "Y = Number of Service Chains"
7731 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7732 #  layout:
7733 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7734 #    layout: "plot-service-density"
7735 #
7736 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7737 #- type: "plot"
7738 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7739 #  algorithm: "plot_nf_heatmap"
7740 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7741 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7742 #  filter: "'NIC_Intel-XXV710' and
7743 #           'NF_DENSITY' and
7744 #           'DOCKER' and
7745 #           'CHAIN' and
7746 #           'NF_VPPIP4' and
7747 #           'IPSEC' and
7748 #           'TNL_4' and
7749 #           'IMIX' and
7750 #           '2T1C' and
7751 #           'NDRPDR'"
7752 #  parameters:
7753 #  - "throughput"
7754 #  - "name"
7755 #  - "tags"
7756 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7757 #  x-axis: "X = CNFs per Service Chain"
7758 #  y-axis: "Y = Number of Service Chains"
7759 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7760 #  layout:
7761 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7762 #    layout: "plot-service-density"
7763 #
7764 #- type: "plot"
7765 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7766 #  algorithm: "plot_nf_heatmap"
7767 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7768 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7769 #  filter: "'NIC_Intel-XXV710' and
7770 #           'NF_DENSITY' and
7771 #           'DOCKER' and
7772 #           'CHAIN' and
7773 #           'NF_VPPIP4' and
7774 #           'IPSEC' and
7775 #           'TNL_4' and
7776 #           'IMIX' and
7777 #           '4T2C' and
7778 #           'NDRPDR'"
7779 #  parameters:
7780 #  - "throughput"
7781 #  - "name"
7782 #  - "tags"
7783 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7784 #  x-axis: "X = CNFs per Service Chain"
7785 #  y-axis: "Y = Number of Service Chains"
7786 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7787 #  layout:
7788 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7789 #    layout: "plot-service-density"
7790 #
7791 #- type: "plot"
7792 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7793 #  algorithm: "plot_nf_heatmap"
7794 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
7795 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7796 #  filter: "'NIC_Intel-XXV710' and
7797 #           'NF_DENSITY' and
7798 #           'DOCKER' and
7799 #           'CHAIN' and
7800 #           'NF_VPPIP4' and
7801 #           'IPSEC' and
7802 #           'TNL_4' and
7803 #           'IMIX' and
7804 #           '8T4C' and
7805 #           'NDRPDR'"
7806 #  parameters:
7807 #  - "throughput"
7808 #  - "name"
7809 #  - "tags"
7810 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7811 #  x-axis: "X = CNFs per Service Chain"
7812 #  y-axis: "Y = Number of Service Chains"
7813 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7814 #  layout:
7815 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7816 #    layout: "plot-service-density"
7817
7818 ###############################################################################
7819
7820 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7821 - type: "plot"
7822   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7823   algorithm: "plot_nf_heatmap"
7824   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
7825   data: "plot-vpp-nfv-3n-hsw-mrr"
7826   filter: "'NIC_Intel-XL710' and
7827            'NF_DENSITY' and
7828            'DOCKER' and
7829            'CHAIN' and
7830            'NF_VPPIP4' and
7831            'IMIX' and
7832            'TNL_4' and
7833            '1T1C' and
7834            'MRR'"
7835   parameters:
7836   - "result"
7837   - "name"
7838   - "tags"
7839   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7840   x-axis: "X = CNFs per Service Chain"
7841   y-axis: "Y = Number of Service Chains"
7842   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7843   layout:
7844     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7845     layout: "plot-service-density"
7846
7847 - type: "plot"
7848   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7849   algorithm: "plot_nf_heatmap"
7850   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
7851   data: "plot-vpp-nfv-3n-hsw-mrr"
7852   filter: "'NIC_Intel-XL710' and
7853            'NF_DENSITY' and
7854            'DOCKER' and
7855            'CHAIN' and
7856            'NF_VPPIP4' and
7857            'IPSEC' and
7858            'TNL_4' and
7859            'IMIX' and
7860            '2T2C' and
7861            'MRR'"
7862   parameters:
7863   - "result"
7864   - "name"
7865   - "tags"
7866   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7867   x-axis: "X = CNFs per Service Chain"
7868   y-axis: "Y = Number of Service Chains"
7869   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7870   layout:
7871     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7872     layout: "plot-service-density"
7873
7874 - type: "plot"
7875   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7876   algorithm: "plot_nf_heatmap"
7877   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
7878   data: "plot-vpp-nfv-3n-hsw-mrr"
7879   filter: "'NIC_Intel-XL710' and
7880            'NF_DENSITY' and
7881            'DOCKER' and
7882            'CHAIN' and
7883            'NF_VPPIP4' and
7884            'IPSEC' and
7885            'TNL_4' and
7886            'IMIX' and
7887            '4T4C' and
7888            'MRR'"
7889   parameters:
7890   - "result"
7891   - "name"
7892   - "tags"
7893   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7894   x-axis: "X = CNFs per Service Chain"
7895   y-axis: "Y = Number of Service Chains"
7896   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7897   layout:
7898     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7899     layout: "plot-service-density"
7900
7901 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7902 - type: "plot"
7903   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7904   algorithm: "plot_nf_heatmap"
7905   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
7906   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7907   filter: "'NIC_Intel-XL710' and
7908            'NF_DENSITY' and
7909            'DOCKER' and
7910            'CHAIN' and
7911            'NF_VPPIP4' and
7912            'IPSEC' and
7913            'TNL_4' and
7914            'IMIX' and
7915            '1T1C' and
7916            'NDRPDR'"
7917   parameters:
7918   - "throughput"
7919   - "name"
7920   - "tags"
7921   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7922   x-axis: "X = CNFs per Service Chain"
7923   y-axis: "Y = Number of Service Chains"
7924   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7925   layout:
7926     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7927     layout: "plot-service-density"
7928
7929 - type: "plot"
7930   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7931   algorithm: "plot_nf_heatmap"
7932   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
7933   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7934   filter: "'NIC_Intel-XL710' and
7935            'NF_DENSITY' and
7936            'DOCKER' and
7937            'CHAIN' and
7938            'NF_VPPIP4' and
7939            'IPSEC' and
7940            'TNL_4' and
7941            'IMIX' and
7942            '2T2C' and
7943            'NDRPDR'"
7944   parameters:
7945   - "throughput"
7946   - "name"
7947   - "tags"
7948   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7949   x-axis: "X = CNFs per Service Chain"
7950   y-axis: "Y = Number of Service Chains"
7951   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7952   layout:
7953     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7954     layout: "plot-service-density"
7955
7956 - type: "plot"
7957   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7958   algorithm: "plot_nf_heatmap"
7959   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
7960   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7961   filter: "'NIC_Intel-XL710' and
7962            'NF_DENSITY' and
7963            'DOCKER' and
7964            'CHAIN' and
7965            'NF_VPPIP4' and
7966            'IPSEC' and
7967            'TNL_4' and
7968            'IMIX' and
7969            '4T4C' and
7970            'NDRPDR'"
7971   parameters:
7972   - "throughput"
7973   - "name"
7974   - "tags"
7975   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7976   x-axis: "X = CNFs per Service Chain"
7977   y-axis: "Y = Number of Service Chains"
7978   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7979   layout:
7980     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7981     layout: "plot-service-density"
7982
7983 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7984 - type: "plot"
7985   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7986   algorithm: "plot_nf_heatmap"
7987   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
7988   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7989   filter: "'NIC_Intel-XL710' and
7990            'NF_DENSITY' and
7991            'DOCKER' and
7992            'CHAIN' and
7993            'NF_VPPIP4' and
7994            'IPSEC' and
7995            'TNL_4' and
7996            'IMIX' and
7997            '1T1C' and
7998            'NDRPDR'"
7999   parameters:
8000   - "throughput"
8001   - "name"
8002   - "tags"
8003   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8004   x-axis: "X = CNFs per Service Chain"
8005   y-axis: "Y = Number of Service Chains"
8006   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8007   layout:
8008     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8009     layout: "plot-service-density"
8010
8011 - type: "plot"
8012   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8013   algorithm: "plot_nf_heatmap"
8014   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8015   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8016   filter: "'NIC_Intel-XL710' and
8017            'NF_DENSITY' and
8018            'DOCKER' and
8019            'CHAIN' and
8020            'NF_VPPIP4' and
8021            'IPSEC' and
8022            'TNL_4' and
8023            'IMIX' and
8024            '2T2C' and
8025            'NDRPDR'"
8026   parameters:
8027   - "throughput"
8028   - "name"
8029   - "tags"
8030   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8031   x-axis: "X = CNFs per Service Chain"
8032   y-axis: "Y = Number of Service Chains"
8033   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8034   layout:
8035     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8036     layout: "plot-service-density"
8037
8038 - type: "plot"
8039   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8040   algorithm: "plot_nf_heatmap"
8041   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8042   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8043   filter: "'NIC_Intel-XL710' and
8044            'NF_DENSITY' and
8045            'DOCKER' and
8046            'CHAIN' and
8047            'NF_VPPIP4' and
8048            'IPSEC' and
8049            'TNL_4' and
8050            'IMIX' and
8051            '4T4C' and
8052            'NDRPDR'"
8053   parameters:
8054   - "throughput"
8055   - "name"
8056   - "tags"
8057   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8058   x-axis: "X = CNFs per Service Chain"
8059   y-axis: "Y = Number of Service Chains"
8060   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8061   layout:
8062     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8063     layout: "plot-service-density"
8064
8065 ###############################################################################
8066
8067 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8068 #- type: "plot"
8069 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8070 #  algorithm: "plot_nf_heatmap"
8071 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8072 #  data: "plot-vpp-nfv-3n-skx-mrr"
8073 #  filter: "'NIC_Intel-XXV710' and
8074 #           'NF_DENSITY' and
8075 #           'DOCKER' and
8076 #           'CHAIN' and
8077 #           'NF_VPPIP4' and
8078 #           'IPSEC' and
8079 #           'TNL_1000' and
8080 #           'IMIX' and
8081 #           '2T1C' and
8082 #           'MRR'"
8083 #  parameters:
8084 #  - "result"
8085 #  - "name"
8086 #  - "tags"
8087 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8088 #  x-axis: "X = CNFs per Service Chain"
8089 #  y-axis: "Y = Number of Service Chains"
8090 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8091 #  layout:
8092 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8093 #    layout: "plot-service-density"
8094 #
8095 #- type: "plot"
8096 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8097 #  algorithm: "plot_nf_heatmap"
8098 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8099 #  data: "plot-vpp-nfv-3n-skx-mrr"
8100 #  filter: "'NIC_Intel-XXV710' and
8101 #           'NF_DENSITY' and
8102 #           'DOCKER' and
8103 #           'CHAIN' and
8104 #           'NF_VPPIP4' and
8105 #           'IPSEC' and
8106 #           'TNL_1000' and
8107 #           'IMIX' and
8108 #           '4T2C' and
8109 #           'MRR'"
8110 #  parameters:
8111 #  - "result"
8112 #  - "name"
8113 #  - "tags"
8114 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8115 #  x-axis: "X = CNFs per Service Chain"
8116 #  y-axis: "Y = Number of Service Chains"
8117 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8118 #  layout:
8119 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8120 #    layout: "plot-service-density"
8121 #
8122 #- type: "plot"
8123 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8124 #  algorithm: "plot_nf_heatmap"
8125 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8126 #  data: "plot-vpp-nfv-3n-skx-mrr"
8127 #  filter: "'NIC_Intel-XXV710' and
8128 #           'NF_DENSITY' and
8129 #           'DOCKER' and
8130 #           'CHAIN' and
8131 #           'NF_VPPIP4' and
8132 #           'IPSEC' and
8133 #           'TNL_1000' and
8134 #           'IMIX' and
8135 #           '8T4C' and
8136 #           'MRR'"
8137 #  parameters:
8138 #  - "result"
8139 #  - "name"
8140 #  - "tags"
8141 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8142 #  x-axis: "X = CNFs per Service Chain"
8143 #  y-axis: "Y = Number of Service Chains"
8144 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8145 #  layout:
8146 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8147 #    layout: "plot-service-density"
8148 #
8149 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8150 #- type: "plot"
8151 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8152 #  algorithm: "plot_nf_heatmap"
8153 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8154 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8155 #  filter: "'NIC_Intel-XXV710' and
8156 #           'NF_DENSITY' and
8157 #           'DOCKER' and
8158 #           'CHAIN' and
8159 #           'NF_VPPIP4' and
8160 #           'IPSEC' and
8161 #           'TNL_1000' and
8162 #           'IMIX' and
8163 #           '2T1C' and
8164 #           'NDRPDR'"
8165 #  parameters:
8166 #  - "throughput"
8167 #  - "name"
8168 #  - "tags"
8169 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8170 #  x-axis: "X = CNFs per Service Chain"
8171 #  y-axis: "Y = Number of Service Chains"
8172 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8173 #  layout:
8174 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8175 #    layout: "plot-service-density"
8176 #
8177 #- type: "plot"
8178 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8179 #  algorithm: "plot_nf_heatmap"
8180 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8181 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8182 #  filter: "'NIC_Intel-XXV710' and
8183 #           'NF_DENSITY' and
8184 #           'DOCKER' and
8185 #           'CHAIN' and
8186 #           'NF_VPPIP4' and
8187 #           'IPSEC' and
8188 #           'TNL_1000' and
8189 #           'IMIX' and
8190 #           '4T2C' and
8191 #           'NDRPDR'"
8192 #  parameters:
8193 #  - "throughput"
8194 #  - "name"
8195 #  - "tags"
8196 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8197 #  x-axis: "X = CNFs per Service Chain"
8198 #  y-axis: "Y = Number of Service Chains"
8199 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8200 #  layout:
8201 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8202 #    layout: "plot-service-density"
8203 #
8204 #- type: "plot"
8205 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8206 #  algorithm: "plot_nf_heatmap"
8207 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8208 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8209 #  filter: "'NIC_Intel-XXV710' and
8210 #           'NF_DENSITY' and
8211 #           'DOCKER' and
8212 #           'CHAIN' and
8213 #           'NF_VPPIP4' and
8214 #           'IPSEC' and
8215 #           'TNL_1000' and
8216 #           'IMIX' and
8217 #           '8T4C' and
8218 #           'NDRPDR'"
8219 #  parameters:
8220 #  - "throughput"
8221 #  - "name"
8222 #  - "tags"
8223 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8224 #  x-axis: "X = CNFs per Service Chain"
8225 #  y-axis: "Y = Number of Service Chains"
8226 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8227 #  layout:
8228 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8229 #    layout: "plot-service-density"
8230 #
8231 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8232 #- type: "plot"
8233 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8234 #  algorithm: "plot_nf_heatmap"
8235 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8236 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8237 #  filter: "'NIC_Intel-XXV710' and
8238 #           'NF_DENSITY' and
8239 #           'DOCKER' and
8240 #           'CHAIN' and
8241 #           'NF_VPPIP4' and
8242 #           'IPSEC' and
8243 #           'TNL_1000' and
8244 #           'IMIX' and
8245 #           '2T1C' and
8246 #           'NDRPDR'"
8247 #  parameters:
8248 #  - "throughput"
8249 #  - "name"
8250 #  - "tags"
8251 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8252 #  x-axis: "X = CNFs per Service Chain"
8253 #  y-axis: "Y = Number of Service Chains"
8254 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8255 #  layout:
8256 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8257 #    layout: "plot-service-density"
8258 #
8259 #- type: "plot"
8260 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8261 #  algorithm: "plot_nf_heatmap"
8262 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8263 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8264 #  filter: "'NIC_Intel-XXV710' and
8265 #           'NF_DENSITY' and
8266 #           'DOCKER' and
8267 #           'CHAIN' and
8268 #           'NF_VPPIP4' and
8269 #           'IPSEC' and
8270 #           'TNL_1000' and
8271 #           'IMIX' and
8272 #           '4T2C' and
8273 #           'NDRPDR'"
8274 #  parameters:
8275 #  - "throughput"
8276 #  - "name"
8277 #  - "tags"
8278 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8279 #  x-axis: "X = CNFs per Service Chain"
8280 #  y-axis: "Y = Number of Service Chains"
8281 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8282 #  layout:
8283 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8284 #    layout: "plot-service-density"
8285 #
8286 #- type: "plot"
8287 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8288 #  algorithm: "plot_nf_heatmap"
8289 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8290 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8291 #  filter: "'NIC_Intel-XXV710' and
8292 #           'NF_DENSITY' and
8293 #           'DOCKER' and
8294 #           'CHAIN' and
8295 #           'NF_VPPIP4' and
8296 #           'IPSEC' and
8297 #           'TNL_1000' and
8298 #           'IMIX' and
8299 #           '8T4C' and
8300 #           'NDRPDR'"
8301 #  parameters:
8302 #  - "throughput"
8303 #  - "name"
8304 #  - "tags"
8305 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8306 #  x-axis: "X = CNFs per Service Chain"
8307 #  y-axis: "Y = Number of Service Chains"
8308 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8309 #  layout:
8310 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8311 #    layout: "plot-service-density"
8312
8313 ###############################################################################
8314
8315 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8316 - type: "plot"
8317   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8318   algorithm: "plot_nf_heatmap"
8319   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8320   data: "plot-vpp-nfv-3n-hsw-mrr"
8321   filter: "'NIC_Intel-XL710' and
8322            'NF_DENSITY' and
8323            'DOCKER' and
8324            'CHAIN' and
8325            'NF_VPPIP4' and
8326            'IMIX' and
8327            'TNL_1000' and
8328            '1T1C' and
8329            'MRR'"
8330   parameters:
8331   - "result"
8332   - "name"
8333   - "tags"
8334   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8335   x-axis: "X = CNFs per Service Chain"
8336   y-axis: "Y = Number of Service Chains"
8337   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8338   layout:
8339     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8340     layout: "plot-service-density"
8341
8342 - type: "plot"
8343   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8344   algorithm: "plot_nf_heatmap"
8345   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8346   data: "plot-vpp-nfv-3n-hsw-mrr"
8347   filter: "'NIC_Intel-XL710' and
8348            'NF_DENSITY' and
8349            'DOCKER' and
8350            'CHAIN' and
8351            'NF_VPPIP4' and
8352            'IPSEC' and
8353            'TNL_1000' and
8354            'IMIX' and
8355            '2T2C' and
8356            'MRR'"
8357   parameters:
8358   - "result"
8359   - "name"
8360   - "tags"
8361   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8362   x-axis: "X = CNFs per Service Chain"
8363   y-axis: "Y = Number of Service Chains"
8364   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8365   layout:
8366     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8367     layout: "plot-service-density"
8368
8369 - type: "plot"
8370   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8371   algorithm: "plot_nf_heatmap"
8372   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8373   data: "plot-vpp-nfv-3n-hsw-mrr"
8374   filter: "'NIC_Intel-XL710' and
8375            'NF_DENSITY' and
8376            'DOCKER' and
8377            'CHAIN' and
8378            'NF_VPPIP4' and
8379            'IPSEC' and
8380            'TNL_1000' and
8381            'IMIX' and
8382            '4T4C' and
8383            'MRR'"
8384   parameters:
8385   - "result"
8386   - "name"
8387   - "tags"
8388   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8389   x-axis: "X = CNFs per Service Chain"
8390   y-axis: "Y = Number of Service Chains"
8391   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8392   layout:
8393     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8394     layout: "plot-service-density"
8395
8396 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8397 - type: "plot"
8398   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8399   algorithm: "plot_nf_heatmap"
8400   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8401   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8402   filter: "'NIC_Intel-XL710' and
8403            'NF_DENSITY' and
8404            'DOCKER' and
8405            'CHAIN' and
8406            'NF_VPPIP4' and
8407            'IPSEC' and
8408            'TNL_1000' and
8409            'IMIX' and
8410            '1T1C' and
8411            'NDRPDR'"
8412   parameters:
8413   - "throughput"
8414   - "name"
8415   - "tags"
8416   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8417   x-axis: "X = CNFs per Service Chain"
8418   y-axis: "Y = Number of Service Chains"
8419   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8420   layout:
8421     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8422     layout: "plot-service-density"
8423
8424 - type: "plot"
8425   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8426   algorithm: "plot_nf_heatmap"
8427   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8428   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8429   filter: "'NIC_Intel-XL710' and
8430            'NF_DENSITY' and
8431            'DOCKER' and
8432            'CHAIN' and
8433            'NF_VPPIP4' and
8434            'IPSEC' and
8435            'TNL_1000' and
8436            'IMIX' and
8437            '2T2C' and
8438            'NDRPDR'"
8439   parameters:
8440   - "throughput"
8441   - "name"
8442   - "tags"
8443   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8444   x-axis: "X = CNFs per Service Chain"
8445   y-axis: "Y = Number of Service Chains"
8446   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8447   layout:
8448     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8449     layout: "plot-service-density"
8450
8451 - type: "plot"
8452   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8453   algorithm: "plot_nf_heatmap"
8454   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8455   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8456   filter: "'NIC_Intel-XL710' and
8457            'NF_DENSITY' and
8458            'DOCKER' and
8459            'CHAIN' and
8460            'NF_VPPIP4' and
8461            'IPSEC' and
8462            'TNL_1000' and
8463            'IMIX' and
8464            '4T4C' and
8465            'NDRPDR'"
8466   parameters:
8467   - "throughput"
8468   - "name"
8469   - "tags"
8470   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8471   x-axis: "X = CNFs per Service Chain"
8472   y-axis: "Y = Number of Service Chains"
8473   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8474   layout:
8475     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8476     layout: "plot-service-density"
8477
8478 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8479 - type: "plot"
8480   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8481   algorithm: "plot_nf_heatmap"
8482   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8483   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8484   filter: "'NIC_Intel-XL710' and
8485            'NF_DENSITY' and
8486            'DOCKER' and
8487            'CHAIN' and
8488            'NF_VPPIP4' and
8489            'IPSEC' and
8490            'TNL_1000' and
8491            'IMIX' and
8492            '1T1C' and
8493            'NDRPDR'"
8494   parameters:
8495   - "throughput"
8496   - "name"
8497   - "tags"
8498   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8499   x-axis: "X = CNFs per Service Chain"
8500   y-axis: "Y = Number of Service Chains"
8501   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8502   layout:
8503     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8504     layout: "plot-service-density"
8505
8506 - type: "plot"
8507   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8508   algorithm: "plot_nf_heatmap"
8509   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8510   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8511   filter: "'NIC_Intel-XL710' and
8512            'NF_DENSITY' and
8513            'DOCKER' and
8514            'CHAIN' and
8515            'NF_VPPIP4' and
8516            'IPSEC' and
8517            'TNL_1000' and
8518            'IMIX' and
8519            '2T2C' and
8520            'NDRPDR'"
8521   parameters:
8522   - "throughput"
8523   - "name"
8524   - "tags"
8525   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8526   x-axis: "X = CNFs per Service Chain"
8527   y-axis: "Y = Number of Service Chains"
8528   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8529   layout:
8530     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8531     layout: "plot-service-density"
8532
8533 - type: "plot"
8534   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8535   algorithm: "plot_nf_heatmap"
8536   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8537   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8538   filter: "'NIC_Intel-XL710' and
8539            'NF_DENSITY' and
8540            'DOCKER' and
8541            'CHAIN' and
8542            'NF_VPPIP4' and
8543            'IPSEC' and
8544            'TNL_1000' and
8545            'IMIX' and
8546            '4T4C' and
8547            'NDRPDR'"
8548   parameters:
8549   - "throughput"
8550   - "name"
8551   - "tags"
8552   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8553   x-axis: "X = CNFs per Service Chain"
8554   y-axis: "Y = Number of Service Chains"
8555   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8556   layout:
8557     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8558     layout: "plot-service-density"
8559
8560 ###############################################################################
8561
8562 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8563 #- type: "plot"
8564 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8565 #  algorithm: "plot_nf_heatmap"
8566 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8567 #  data: "plot-vpp-nfv-3n-skx-mrr"
8568 #  filter: "'NIC_Intel-XXV710' and
8569 #           'NF_DENSITY' and
8570 #           'DOCKER' and
8571 #           'CHAIN' and
8572 #           'NF_VPPIP4' and
8573 #           'IPSEC' and
8574 #           'TNL_10000' and
8575 #           'IMIX' and
8576 #           '2T1C' and
8577 #           'MRR'"
8578 #  parameters:
8579 #  - "result"
8580 #  - "name"
8581 #  - "tags"
8582 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8583 #  x-axis: "X = CNFs per Service Chain"
8584 #  y-axis: "Y = Number of Service Chains"
8585 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8586 #  layout:
8587 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8588 #    layout: "plot-service-density"
8589 #
8590 #- type: "plot"
8591 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8592 #  algorithm: "plot_nf_heatmap"
8593 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8594 #  data: "plot-vpp-nfv-3n-skx-mrr"
8595 #  filter: "'NIC_Intel-XXV710' and
8596 #           'NF_DENSITY' and
8597 #           'DOCKER' and
8598 #           'CHAIN' and
8599 #           'NF_VPPIP4' and
8600 #           'IPSEC' and
8601 #           'TNL_10000' and
8602 #           'IMIX' and
8603 #           '4T2C' and
8604 #           'MRR'"
8605 #  parameters:
8606 #  - "result"
8607 #  - "name"
8608 #  - "tags"
8609 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8610 #  x-axis: "X = CNFs per Service Chain"
8611 #  y-axis: "Y = Number of Service Chains"
8612 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8613 #  layout:
8614 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8615 #    layout: "plot-service-density"
8616 #
8617 #- type: "plot"
8618 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8619 #  algorithm: "plot_nf_heatmap"
8620 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8621 #  data: "plot-vpp-nfv-3n-skx-mrr"
8622 #  filter: "'NIC_Intel-XXV710' and
8623 #           'NF_DENSITY' and
8624 #           'DOCKER' and
8625 #           'CHAIN' and
8626 #           'NF_VPPIP4' and
8627 #           'IPSEC' and
8628 #           'TNL_10000' and
8629 #           'IMIX' and
8630 #           '8T4C' and
8631 #           'MRR'"
8632 #  parameters:
8633 #  - "result"
8634 #  - "name"
8635 #  - "tags"
8636 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8637 #  x-axis: "X = CNFs per Service Chain"
8638 #  y-axis: "Y = Number of Service Chains"
8639 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8640 #  layout:
8641 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8642 #    layout: "plot-service-density"
8643 #
8644 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8645 #- type: "plot"
8646 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8647 #  algorithm: "plot_nf_heatmap"
8648 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8649 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8650 #  filter: "'NIC_Intel-XXV710' and
8651 #           'NF_DENSITY' and
8652 #           'DOCKER' and
8653 #           'CHAIN' and
8654 #           'NF_VPPIP4' and
8655 #           'IPSEC' and
8656 #           'TNL_10000' and
8657 #           'IMIX' and
8658 #           '2T1C' and
8659 #           'NDRPDR'"
8660 #  parameters:
8661 #  - "throughput"
8662 #  - "name"
8663 #  - "tags"
8664 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8665 #  x-axis: "X = CNFs per Service Chain"
8666 #  y-axis: "Y = Number of Service Chains"
8667 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8668 #  layout:
8669 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8670 #    layout: "plot-service-density"
8671 #
8672 #- type: "plot"
8673 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8674 #  algorithm: "plot_nf_heatmap"
8675 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8676 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8677 #  filter: "'NIC_Intel-XXV710' and
8678 #           'NF_DENSITY' and
8679 #           'DOCKER' and
8680 #           'CHAIN' and
8681 #           'NF_VPPIP4' and
8682 #           'IPSEC' and
8683 #           'TNL_10000' and
8684 #           'IMIX' and
8685 #           '4T2C' and
8686 #           'NDRPDR'"
8687 #  parameters:
8688 #  - "throughput"
8689 #  - "name"
8690 #  - "tags"
8691 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8692 #  x-axis: "X = CNFs per Service Chain"
8693 #  y-axis: "Y = Number of Service Chains"
8694 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8695 #  layout:
8696 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8697 #    layout: "plot-service-density"
8698 #
8699 #- type: "plot"
8700 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8701 #  algorithm: "plot_nf_heatmap"
8702 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8703 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8704 #  filter: "'NIC_Intel-XXV710' and
8705 #           'NF_DENSITY' and
8706 #           'DOCKER' and
8707 #           'CHAIN' and
8708 #           'NF_VPPIP4' and
8709 #           'IPSEC' and
8710 #           'TNL_10000' and
8711 #           'IMIX' and
8712 #           '8T4C' and
8713 #           'NDRPDR'"
8714 #  parameters:
8715 #  - "throughput"
8716 #  - "name"
8717 #  - "tags"
8718 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8719 #  x-axis: "X = CNFs per Service Chain"
8720 #  y-axis: "Y = Number of Service Chains"
8721 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8722 #  layout:
8723 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8724 #    layout: "plot-service-density"
8725 #
8726 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8727 #- type: "plot"
8728 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8729 #  algorithm: "plot_nf_heatmap"
8730 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8731 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8732 #  filter: "'NIC_Intel-XXV710' and
8733 #           'NF_DENSITY' and
8734 #           'DOCKER' and
8735 #           'CHAIN' and
8736 #           'NF_VPPIP4' and
8737 #           'IPSEC' and
8738 #           'TNL_10000' and
8739 #           'IMIX' and
8740 #           '2T1C' and
8741 #           'NDRPDR'"
8742 #  parameters:
8743 #  - "throughput"
8744 #  - "name"
8745 #  - "tags"
8746 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8747 #  x-axis: "X = CNFs per Service Chain"
8748 #  y-axis: "Y = Number of Service Chains"
8749 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8750 #  layout:
8751 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8752 #    layout: "plot-service-density"
8753 #
8754 #- type: "plot"
8755 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8756 #  algorithm: "plot_nf_heatmap"
8757 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8758 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8759 #  filter: "'NIC_Intel-XXV710' and
8760 #           'NF_DENSITY' and
8761 #           'DOCKER' and
8762 #           'CHAIN' and
8763 #           'NF_VPPIP4' and
8764 #           'IPSEC' and
8765 #           'TNL_10000' and
8766 #           'IMIX' and
8767 #           '4T2C' and
8768 #           'NDRPDR'"
8769 #  parameters:
8770 #  - "throughput"
8771 #  - "name"
8772 #  - "tags"
8773 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8774 #  x-axis: "X = CNFs per Service Chain"
8775 #  y-axis: "Y = Number of Service Chains"
8776 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8777 #  layout:
8778 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8779 #    layout: "plot-service-density"
8780 #
8781 #- type: "plot"
8782 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8783 #  algorithm: "plot_nf_heatmap"
8784 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
8785 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8786 #  filter: "'NIC_Intel-XXV710' and
8787 #           'NF_DENSITY' and
8788 #           'DOCKER' and
8789 #           'CHAIN' and
8790 #           'NF_VPPIP4' and
8791 #           'IPSEC' and
8792 #           'TNL_10000' and
8793 #           'IMIX' and
8794 #           '8T4C' and
8795 #           'NDRPDR'"
8796 #  parameters:
8797 #  - "throughput"
8798 #  - "name"
8799 #  - "tags"
8800 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8801 #  x-axis: "X = CNFs per Service Chain"
8802 #  y-axis: "Y = Number of Service Chains"
8803 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8804 #  layout:
8805 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8806 #    layout: "plot-service-density"
8807
8808 ###############################################################################
8809
8810 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8811 - type: "plot"
8812   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8813   algorithm: "plot_nf_heatmap"
8814   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
8815   data: "plot-vpp-nfv-3n-hsw-mrr"
8816   filter: "'NIC_Intel-XL710' and
8817            'NF_DENSITY' and
8818            'DOCKER' and
8819            'CHAIN' and
8820            'NF_VPPIP4' and
8821            'IMIX' and
8822            'TNL_10000' and
8823            '1T1C' and
8824            'MRR'"
8825   parameters:
8826   - "result"
8827   - "name"
8828   - "tags"
8829   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8830   x-axis: "X = CNFs per Service Chain"
8831   y-axis: "Y = Number of Service Chains"
8832   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8833   layout:
8834     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8835     layout: "plot-service-density"
8836
8837 - type: "plot"
8838   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8839   algorithm: "plot_nf_heatmap"
8840   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
8841   data: "plot-vpp-nfv-3n-hsw-mrr"
8842   filter: "'NIC_Intel-XL710' and
8843            'NF_DENSITY' and
8844            'DOCKER' and
8845            'CHAIN' and
8846            'NF_VPPIP4' and
8847            'IPSEC' and
8848            'TNL_10000' and
8849            'IMIX' and
8850            '2T2C' and
8851            'MRR'"
8852   parameters:
8853   - "result"
8854   - "name"
8855   - "tags"
8856   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8857   x-axis: "X = CNFs per Service Chain"
8858   y-axis: "Y = Number of Service Chains"
8859   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8860   layout:
8861     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8862     layout: "plot-service-density"
8863
8864 - type: "plot"
8865   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8866   algorithm: "plot_nf_heatmap"
8867   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
8868   data: "plot-vpp-nfv-3n-hsw-mrr"
8869   filter: "'NIC_Intel-XL710' and
8870            'NF_DENSITY' and
8871            'DOCKER' and
8872            'CHAIN' and
8873            'NF_VPPIP4' and
8874            'IPSEC' and
8875            'TNL_10000' and
8876            'IMIX' and
8877            '4T4C' and
8878            'MRR'"
8879   parameters:
8880   - "result"
8881   - "name"
8882   - "tags"
8883   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8884   x-axis: "X = CNFs per Service Chain"
8885   y-axis: "Y = Number of Service Chains"
8886   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8887   layout:
8888     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8889     layout: "plot-service-density"
8890
8891 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8892 - type: "plot"
8893   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8894   algorithm: "plot_nf_heatmap"
8895   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
8896   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8897   filter: "'NIC_Intel-XL710' and
8898            'NF_DENSITY' and
8899            'DOCKER' and
8900            'CHAIN' and
8901            'NF_VPPIP4' and
8902            'IPSEC' and
8903            'TNL_10000' and
8904            'IMIX' and
8905            '1T1C' and
8906            'NDRPDR'"
8907   parameters:
8908   - "throughput"
8909   - "name"
8910   - "tags"
8911   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8912   x-axis: "X = CNFs per Service Chain"
8913   y-axis: "Y = Number of Service Chains"
8914   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8915   layout:
8916     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8917     layout: "plot-service-density"
8918
8919 - type: "plot"
8920   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8921   algorithm: "plot_nf_heatmap"
8922   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
8923   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8924   filter: "'NIC_Intel-XL710' and
8925            'NF_DENSITY' and
8926            'DOCKER' and
8927            'CHAIN' and
8928            'NF_VPPIP4' and
8929            'IPSEC' and
8930            'TNL_10000' and
8931            'IMIX' and
8932            '2T2C' and
8933            'NDRPDR'"
8934   parameters:
8935   - "throughput"
8936   - "name"
8937   - "tags"
8938   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8939   x-axis: "X = CNFs per Service Chain"
8940   y-axis: "Y = Number of Service Chains"
8941   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8942   layout:
8943     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8944     layout: "plot-service-density"
8945
8946 - type: "plot"
8947   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8948   algorithm: "plot_nf_heatmap"
8949   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
8950   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8951   filter: "'NIC_Intel-XL710' and
8952            'NF_DENSITY' and
8953            'DOCKER' and
8954            'CHAIN' and
8955            'NF_VPPIP4' and
8956            'IPSEC' and
8957            'TNL_10000' and
8958            'IMIX' and
8959            '4T4C' and
8960            'NDRPDR'"
8961   parameters:
8962   - "throughput"
8963   - "name"
8964   - "tags"
8965   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8966   x-axis: "X = CNFs per Service Chain"
8967   y-axis: "Y = Number of Service Chains"
8968   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8969   layout:
8970     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8971     layout: "plot-service-density"
8972
8973 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8974 - type: "plot"
8975   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8976   algorithm: "plot_nf_heatmap"
8977   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
8978   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8979   filter: "'NIC_Intel-XL710' and
8980            'NF_DENSITY' and
8981            'DOCKER' and
8982            'CHAIN' and
8983            'NF_VPPIP4' and
8984            'IPSEC' and
8985            'TNL_10000' and
8986            'IMIX' and
8987            '1T1C' and
8988            'NDRPDR'"
8989   parameters:
8990   - "throughput"
8991   - "name"
8992   - "tags"
8993   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8994   x-axis: "X = CNFs per Service Chain"
8995   y-axis: "Y = Number of Service Chains"
8996   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8997   layout:
8998     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8999     layout: "plot-service-density"
9000
9001 - type: "plot"
9002   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9003   algorithm: "plot_nf_heatmap"
9004   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9005   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9006   filter: "'NIC_Intel-XL710' and
9007            'NF_DENSITY' and
9008            'DOCKER' and
9009            'CHAIN' and
9010            'NF_VPPIP4' and
9011            'IPSEC' and
9012            'TNL_10000' and
9013            'IMIX' and
9014            '2T2C' and
9015            'NDRPDR'"
9016   parameters:
9017   - "throughput"
9018   - "name"
9019   - "tags"
9020   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9021   x-axis: "X = CNFs per Service Chain"
9022   y-axis: "Y = Number of Service Chains"
9023   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9024   layout:
9025     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9026     layout: "plot-service-density"
9027
9028 - type: "plot"
9029   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9030   algorithm: "plot_nf_heatmap"
9031   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9032   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9033   filter: "'NIC_Intel-XL710' and
9034            'NF_DENSITY' and
9035            'DOCKER' and
9036            'CHAIN' and
9037            'NF_VPPIP4' and
9038            'IPSEC' and
9039            'TNL_10000' and
9040            'IMIX' and
9041            '4T4C' and
9042            'NDRPDR'"
9043   parameters:
9044   - "throughput"
9045   - "name"
9046   - "tags"
9047   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9048   x-axis: "X = CNFs per Service Chain"
9049   y-axis: "Y = Number of Service Chains"
9050   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9051   layout:
9052     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9053     layout: "plot-service-density"
9054
9055 ###############################################################################
9056
9057 # Plots - NF Density - CSP - MRR 64b
9058
9059 #- type: "plot"
9060 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9061 #  algorithm: "plot_nf_heatmap"
9062 #  output-file-type: ".html"
9063 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9064 #  data: "plot-vpp-nfv-2n-skx-mrr"
9065 #  filter: "'NIC_Intel-XXV710' and
9066 #           'NF_DENSITY' and
9067 #           'DOCKER' and
9068 #           'PIPELINE' and
9069 #           'NF_VPPIP4' and
9070 #           '64B' and
9071 #           '2T1C' and
9072 #           'MRR'"
9073 #  parameters:
9074 #  - "result"
9075 #  - "name"
9076 #  - "tags"
9077 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9078 #  x-axis: "X = CNFs per Service Pipeline"
9079 #  y-axis: "Y = Number of Service Pipelines"
9080 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9081 #  layout:
9082 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9083 #    layout: "plot-service-density"
9084 #
9085 #- type: "plot"
9086 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9087 #  algorithm: "plot_nf_heatmap"
9088 #  output-file-type: ".html"
9089 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9090 #  data: "plot-vpp-nfv-2n-skx-mrr"
9091 #  filter: "'NIC_Intel-XXV710' and
9092 #           'NF_DENSITY' and
9093 #           'DOCKER' and
9094 #           'PIPELINE' and
9095 #           'NF_VPPIP4' and
9096 #           '64B' and
9097 #           '4T2C' and
9098 #           'MRR'"
9099 #  parameters:
9100 #  - "result"
9101 #  - "name"
9102 #  - "tags"
9103 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9104 #  x-axis: "X = CNFs per Service Pipeline"
9105 #  y-axis: "Y = Number of Service Pipelines"
9106 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9107 #  layout:
9108 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9109 #    layout: "plot-service-density"
9110 #
9111 #- type: "plot"
9112 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9113 #  algorithm: "plot_nf_heatmap"
9114 #  output-file-type: ".html"
9115 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9116 #  data: "plot-vpp-nfv-2n-skx-mrr"
9117 #  filter: "'NIC_Intel-XXV710' and
9118 #           'NF_DENSITY' and
9119 #           'DOCKER' and
9120 #           'PIPELINE' and
9121 #           'NF_VPPIP4' and
9122 #           '64B' and
9123 #           '8T4C' and
9124 #           'MRR'"
9125 #  parameters:
9126 #  - "result"
9127 #  - "name"
9128 #  - "tags"
9129 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9130 #  x-axis: "X = CNFs per Service Pipeline"
9131 #  y-axis: "Y = Number of Service Pipelines"
9132 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9133 #  layout:
9134 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9135 #    layout: "plot-service-density"
9136 #
9137 ## Plots - NF Density - CSP - MRR IMIX
9138 #- type: "plot"
9139 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9140 #  algorithm: "plot_nf_heatmap"
9141 #  output-file-type: ".html"
9142 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9143 #  data: "plot-vpp-nfv-2n-skx-mrr"
9144 #  filter: "'NIC_Intel-XXV710' and
9145 #           'NF_DENSITY' and
9146 #           'DOCKER' and
9147 #           'PIPELINE' and
9148 #           'NF_VPPIP4' and
9149 #           'IMIX' and
9150 #           '2T1C' and
9151 #           'MRR'"
9152 #  parameters:
9153 #  - "result"
9154 #  - "name"
9155 #  - "tags"
9156 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9157 #  x-axis: "X = CNFs per Service Pipeline"
9158 #  y-axis: "Y = Number of Service Pipelines"
9159 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9160 #  layout:
9161 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9162 #    layout: "plot-service-density"
9163 #
9164 #- type: "plot"
9165 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9166 #  algorithm: "plot_nf_heatmap"
9167 #  output-file-type: ".html"
9168 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9169 #  data: "plot-vpp-nfv-2n-skx-mrr"
9170 #  filter: "'NIC_Intel-XXV710' and
9171 #           'NF_DENSITY' and
9172 #           'DOCKER' and
9173 #           'PIPELINE' and
9174 #           'NF_VPPIP4' and
9175 #           'IMIX' and
9176 #           '4T2C' and
9177 #           'MRR'"
9178 #  parameters:
9179 #  - "result"
9180 #  - "name"
9181 #  - "tags"
9182 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9183 #  x-axis: "X = CNFs per Service Pipeline"
9184 #  y-axis: "Y = Number of Service Pipelines"
9185 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9186 #  layout:
9187 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9188 #    layout: "plot-service-density"
9189 #
9190 #- type: "plot"
9191 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9192 #  algorithm: "plot_nf_heatmap"
9193 #  output-file-type: ".html"
9194 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9195 #  data: "plot-vpp-nfv-2n-skx-mrr"
9196 #  filter: "'NIC_Intel-XXV710' and
9197 #           'NF_DENSITY' and
9198 #           'DOCKER' and
9199 #           'PIPELINE' and
9200 #           'NF_VPPIP4' and
9201 #           'IMIX' and
9202 #           '8T4C' and
9203 #           'MRR'"
9204 #  parameters:
9205 #  - "result"
9206 #  - "name"
9207 #  - "tags"
9208 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9209 #  x-axis: "X = CNFs per Service Pipeline"
9210 #  y-axis: "Y = Number of Service Pipelines"
9211 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9212 #  layout:
9213 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9214 #    layout: "plot-service-density"
9215 #
9216 ## Plots - NF Density - CSP - NDR 64b
9217 #- type: "plot"
9218 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9219 #  algorithm: "plot_nf_heatmap"
9220 #  output-file-type: ".html"
9221 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9222 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9223 #  filter: "'NIC_Intel-XXV710' and
9224 #           'NF_DENSITY' and
9225 #           'DOCKER' and
9226 #           'PIPELINE' and
9227 #           'NF_VPPIP4' and
9228 #           '64B' and
9229 #           '2T1C' and
9230 #           'NDRPDR'"
9231 #  parameters:
9232 #  - "throughput"
9233 #  - "name"
9234 #  - "tags"
9235 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9236 #  x-axis: "X = CNFs per Service Pipeline"
9237 #  y-axis: "Y = Number of Service Pipelines"
9238 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9239 #  layout:
9240 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9241 #    layout: "plot-service-density"
9242 #
9243 #- type: "plot"
9244 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9245 #  algorithm: "plot_nf_heatmap"
9246 #  output-file-type: ".html"
9247 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9248 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9249 #  filter: "'NIC_Intel-XXV710' and
9250 #           'NF_DENSITY' and
9251 #           'DOCKER' and
9252 #           'PIPELINE' and
9253 #           'NF_VPPIP4' and
9254 #           '64B' and
9255 #           '4T2C' and
9256 #           'NDRPDR'"
9257 #  parameters:
9258 #  - "throughput"
9259 #  - "name"
9260 #  - "tags"
9261 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9262 #  x-axis: "X = CNFs per Service Pipeline"
9263 #  y-axis: "Y = Number of Service Pipelines"
9264 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9265 #  layout:
9266 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9267 #    layout: "plot-service-density"
9268 #
9269 #- type: "plot"
9270 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9271 #  algorithm: "plot_nf_heatmap"
9272 #  output-file-type: ".html"
9273 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9274 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9275 #  filter: "'NIC_Intel-XXV710' and
9276 #           'NF_DENSITY' and
9277 #           'DOCKER' and
9278 #           'PIPELINE' and
9279 #           'NF_VPPIP4' and
9280 #           '64B' and
9281 #           '8T4C' and
9282 #           'NDRPDR'"
9283 #  parameters:
9284 #  - "throughput"
9285 #  - "name"
9286 #  - "tags"
9287 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9288 #  x-axis: "X = CNFs per Service Pipeline"
9289 #  y-axis: "Y = Number of Service Pipelines"
9290 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9291 #  layout:
9292 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9293 #    layout: "plot-service-density"
9294 #
9295 ## Plots - NF Density - CSP - NDR IMIX
9296 #- type: "plot"
9297 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9298 #  algorithm: "plot_nf_heatmap"
9299 #  output-file-type: ".html"
9300 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9301 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9302 #  filter: "'NIC_Intel-XXV710' and
9303 #           'NF_DENSITY' and
9304 #           'DOCKER' and
9305 #           'PIPELINE' and
9306 #           'NF_VPPIP4' and
9307 #           'IMIX' and
9308 #           '2T1C' and
9309 #           'NDRPDR'"
9310 #  parameters:
9311 #  - "throughput"
9312 #  - "name"
9313 #  - "tags"
9314 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9315 #  x-axis: "X = CNFs per Service Pipeline"
9316 #  y-axis: "Y = Number of Service Pipelines"
9317 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9318 #  layout:
9319 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9320 #    layout: "plot-service-density"
9321 #
9322 #- type: "plot"
9323 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9324 #  algorithm: "plot_nf_heatmap"
9325 #  output-file-type: ".html"
9326 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9327 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9328 #  filter: "'NIC_Intel-XXV710' and
9329 #           'NF_DENSITY' and
9330 #           'DOCKER' and
9331 #           'PIPELINE' and
9332 #           'NF_VPPIP4' and
9333 #           'IMIX' and
9334 #           '4T2C' and
9335 #           'NDRPDR'"
9336 #  parameters:
9337 #  - "throughput"
9338 #  - "name"
9339 #  - "tags"
9340 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9341 #  x-axis: "X = CNFs per Service Pipeline"
9342 #  y-axis: "Y = Number of Service Pipelines"
9343 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9344 #  layout:
9345 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9346 #    layout: "plot-service-density"
9347 #
9348 #- type: "plot"
9349 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9350 #  algorithm: "plot_nf_heatmap"
9351 #  output-file-type: ".html"
9352 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9353 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9354 #  filter: "'NIC_Intel-XXV710' and
9355 #           'NF_DENSITY' and
9356 #           'DOCKER' and
9357 #           'PIPELINE' and
9358 #           'NF_VPPIP4' and
9359 #           'IMIX' and
9360 #           '8T4C' and
9361 #           'NDRPDR'"
9362 #  parameters:
9363 #  - "throughput"
9364 #  - "name"
9365 #  - "tags"
9366 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9367 #  x-axis: "X = CNFs per Service Pipeline"
9368 #  y-axis: "Y = Number of Service Pipelines"
9369 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9370 #  layout:
9371 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9372 #    layout: "plot-service-density"
9373 #
9374 ## Plots - NF Density - CSP - PDR 64b
9375 #- type: "plot"
9376 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9377 #  algorithm: "plot_nf_heatmap"
9378 #  output-file-type: ".html"
9379 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9380 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9381 #  filter: "'NIC_Intel-XXV710' and
9382 #           'NF_DENSITY' and
9383 #           'DOCKER' and
9384 #           'PIPELINE' and
9385 #           'NF_VPPIP4' and
9386 #           '64B' and
9387 #           '2T1C' and
9388 #           'NDRPDR'"
9389 #  parameters:
9390 #  - "throughput"
9391 #  - "name"
9392 #  - "tags"
9393 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9394 #  x-axis: "X = CNFs per Service Pipeline"
9395 #  y-axis: "Y = Number of Service Pipelines"
9396 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9397 #  layout:
9398 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9399 #    layout: "plot-service-density"
9400 #
9401 #- type: "plot"
9402 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9403 #  algorithm: "plot_nf_heatmap"
9404 #  output-file-type: ".html"
9405 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9406 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9407 #  filter: "'NIC_Intel-XXV710' and
9408 #           'NF_DENSITY' and
9409 #           'DOCKER' and
9410 #           'PIPELINE' and
9411 #           'NF_VPPIP4' and
9412 #           '64B' and
9413 #           '4T2C' and
9414 #           'NDRPDR'"
9415 #  parameters:
9416 #  - "throughput"
9417 #  - "name"
9418 #  - "tags"
9419 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9420 #  x-axis: "X = CNFs per Service Pipeline"
9421 #  y-axis: "Y = Number of Service Pipelines"
9422 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9423 #  layout:
9424 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9425 #    layout: "plot-service-density"
9426 #
9427 #- type: "plot"
9428 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9429 #  algorithm: "plot_nf_heatmap"
9430 #  output-file-type: ".html"
9431 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9432 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9433 #  filter: "'NIC_Intel-XXV710' and
9434 #           'NF_DENSITY' and
9435 #           'DOCKER' and
9436 #           'PIPELINE' and
9437 #           'NF_VPPIP4' and
9438 #           '64B' and
9439 #           '8T4C' and
9440 #           'NDRPDR'"
9441 #  parameters:
9442 #  - "throughput"
9443 #  - "name"
9444 #  - "tags"
9445 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9446 #  x-axis: "X = CNFs per Service Pipeline"
9447 #  y-axis: "Y = Number of Service Pipelines"
9448 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9449 #  layout:
9450 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9451 #    layout: "plot-service-density"
9452 #
9453 ## Plots - NF Density - CSP - PDR IMIX
9454 #- type: "plot"
9455 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9456 #  algorithm: "plot_nf_heatmap"
9457 #  output-file-type: ".html"
9458 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9459 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9460 #  filter: "'NIC_Intel-XXV710' and
9461 #           'NF_DENSITY' and
9462 #           'DOCKER' and
9463 #           'PIPELINE' and
9464 #           'NF_VPPIP4' and
9465 #           'IMIX' and
9466 #           '2T1C' and
9467 #           'NDRPDR'"
9468 #  parameters:
9469 #  - "throughput"
9470 #  - "name"
9471 #  - "tags"
9472 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9473 #  x-axis: "X = CNFs per Service Pipeline"
9474 #  y-axis: "Y = Number of Service Pipelines"
9475 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9476 #  layout:
9477 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9478 #    layout: "plot-service-density"
9479 #
9480 #- type: "plot"
9481 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9482 #  algorithm: "plot_nf_heatmap"
9483 #  output-file-type: ".html"
9484 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9485 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9486 #  filter: "'NIC_Intel-XXV710' and
9487 #           'NF_DENSITY' and
9488 #           'DOCKER' and
9489 #           'PIPELINE' and
9490 #           'NF_VPPIP4' and
9491 #           'IMIX' and
9492 #           '4T2C' and
9493 #           'NDRPDR'"
9494 #  parameters:
9495 #  - "throughput"
9496 #  - "name"
9497 #  - "tags"
9498 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9499 #  x-axis: "X = CNFs per Service Pipeline"
9500 #  y-axis: "Y = Number of Service Pipelines"
9501 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9502 #  layout:
9503 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9504 #    layout: "plot-service-density"
9505 #
9506 #- type: "plot"
9507 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9508 #  algorithm: "plot_nf_heatmap"
9509 #  output-file-type: ".html"
9510 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9511 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9512 #  filter: "'NIC_Intel-XXV710' and
9513 #           'NF_DENSITY' and
9514 #           'DOCKER' and
9515 #           'PIPELINE' and
9516 #           'NF_VPPIP4' and
9517 #           'IMIX' and
9518 #           '8T4C' and
9519 #           'NDRPDR'"
9520 #  parameters:
9521 #  - "throughput"
9522 #  - "name"
9523 #  - "tags"
9524 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9525 #  x-axis: "X = CNFs per Service Pipeline"
9526 #  y-axis: "Y = Number of Service Pipelines"
9527 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9528 #  layout:
9529 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9530 #    layout: "plot-service-density"
9531
9532 ###############################################################################
9533 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9534
9535 #- type: "plot"
9536 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9537 #  algorithm: "plot_nf_heatmap"
9538 #  output-file-type: ".html"
9539 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9540 #  data: "plot-vpp-nfv-2n-clx-mrr"
9541 #  filter: "'NIC_Intel-XXV710' and
9542 #           'NF_DENSITY' and
9543 #           'VHOST' and
9544 #           not 'VXLAN' and
9545 #           'CHAIN' and
9546 #           'NF_VPPIP4' and
9547 #           'IMIX' and
9548 #           '2T1C' and
9549 #           'MRR'"
9550 #  parameters:
9551 #  - "result"
9552 #  - "name"
9553 #  - "tags"
9554 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9555 #  x-axis: "X = VNFs per Service Chain"
9556 #  y-axis: "Y = Number of Service Chains"
9557 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9558 #  layout:
9559 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9560 #    layout: "plot-service-density"
9561 #
9562 #- type: "plot"
9563 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9564 #  algorithm: "plot_nf_heatmap"
9565 #  output-file-type: ".html"
9566 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9567 #  data: "plot-vpp-nfv-2n-clx-mrr"
9568 #  filter: "'NIC_Intel-XXV710' and
9569 #           'NF_DENSITY' and
9570 #           'VHOST' and
9571 #           not 'VXLAN' and
9572 #           'CHAIN' and
9573 #           'NF_VPPIP4' and
9574 #           'IMIX' and
9575 #           '4T2C' and
9576 #           'MRR'"
9577 #  parameters:
9578 #  - "result"
9579 #  - "name"
9580 #  - "tags"
9581 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9582 #  x-axis: "X = VNFs per Service Chain"
9583 #  y-axis: "Y = Number of Service Chains"
9584 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9585 #  layout:
9586 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9587 #    layout: "plot-service-density"
9588 #
9589 #- type: "plot"
9590 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9591 #  algorithm: "plot_nf_heatmap"
9592 #  output-file-type: ".html"
9593 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9594 #  data: "plot-vpp-nfv-2n-clx-mrr"
9595 #  filter: "'NIC_Intel-XXV710' and
9596 #           'NF_DENSITY' and
9597 #           'VHOST' and
9598 #           not 'VXLAN' and
9599 #           'CHAIN' and
9600 #           'NF_VPPIP4' and
9601 #           'IMIX' and
9602 #           '8T4C' and
9603 #           'MRR'"
9604 #  parameters:
9605 #  - "result"
9606 #  - "name"
9607 #  - "tags"
9608 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9609 #  x-axis: "X = VNFs per Service Chain"
9610 #  y-axis: "Y = Number of Service Chains"
9611 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9612 #  layout:
9613 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9614 #    layout: "plot-service-density"
9615 #
9616 ## Plots - NF Density - VSC - NDR IMIX
9617 #- type: "plot"
9618 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9619 #  algorithm: "plot_nf_heatmap"
9620 #  output-file-type: ".html"
9621 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9622 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9623 #  filter: "'NIC_Intel-XXV710' and
9624 #           'NF_DENSITY' and
9625 #           'VHOST' and
9626 #           not 'VXLAN' and
9627 #           'CHAIN' and
9628 #           'NF_VPPIP4' and
9629 #           'IMIX' and
9630 #           '2T1C' and
9631 #           'NDRPDR'"
9632 #  parameters:
9633 #  - "throughput"
9634 #  - "name"
9635 #  - "tags"
9636 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9637 #  x-axis: "X = VNFs per Service Chain"
9638 #  y-axis: "Y = Number of Service Chains"
9639 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9640 #  layout:
9641 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9642 #    layout: "plot-service-density"
9643 #
9644 #- type: "plot"
9645 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9646 #  algorithm: "plot_nf_heatmap"
9647 #  output-file-type: ".html"
9648 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9649 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9650 #  filter: "'NIC_Intel-XXV710' and
9651 #           'NF_DENSITY' and
9652 #           'VHOST' and
9653 #           not 'VXLAN' and
9654 #           'CHAIN' and
9655 #           'NF_VPPIP4' and
9656 #           'IMIX' and
9657 #           '4T2C' and
9658 #           'NDRPDR'"
9659 #  parameters:
9660 #  - "throughput"
9661 #  - "name"
9662 #  - "tags"
9663 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9664 #  x-axis: "X = VNFs per Service Chain"
9665 #  y-axis: "Y = Number of Service Chains"
9666 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9667 #  layout:
9668 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9669 #    layout: "plot-service-density"
9670 #
9671 #- type: "plot"
9672 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9673 #  algorithm: "plot_nf_heatmap"
9674 #  output-file-type: ".html"
9675 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9676 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9677 #  filter: "'NIC_Intel-XXV710' and
9678 #           'NF_DENSITY' and
9679 #           'VHOST' and
9680 #           not 'VXLAN' and
9681 #           'CHAIN' and
9682 #           'NF_VPPIP4' and
9683 #           'IMIX' and
9684 #           '8T4C' and
9685 #           'NDRPDR'"
9686 #  parameters:
9687 #  - "throughput"
9688 #  - "name"
9689 #  - "tags"
9690 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9691 #  x-axis: "X = VNFs per Service Chain"
9692 #  y-axis: "Y = Number of Service Chains"
9693 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9694 #  layout:
9695 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9696 #    layout: "plot-service-density"
9697 #
9698 ## Plots - NF Density - VSC - PDR IMIX
9699 #- type: "plot"
9700 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9701 #  algorithm: "plot_nf_heatmap"
9702 #  output-file-type: ".html"
9703 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9704 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9705 #  filter: "'NIC_Intel-XXV710' and
9706 #           'NF_DENSITY' and
9707 #           'VHOST' and
9708 #           not 'VXLAN' and
9709 #           'CHAIN' and
9710 #           'NF_VPPIP4' and
9711 #           'IMIX' and
9712 #           '2T1C' and
9713 #           'NDRPDR'"
9714 #  parameters:
9715 #  - "throughput"
9716 #  - "name"
9717 #  - "tags"
9718 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9719 #  x-axis: "X = VNFs per Service Chain"
9720 #  y-axis: "Y = Number of Service Chains"
9721 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9722 #  layout:
9723 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9724 #    layout: "plot-service-density"
9725 #
9726 #- type: "plot"
9727 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9728 #  algorithm: "plot_nf_heatmap"
9729 #  output-file-type: ".html"
9730 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9731 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9732 #  filter: "'NIC_Intel-XXV710' and
9733 #           'NF_DENSITY' and
9734 #           'VHOST' and
9735 #           not 'VXLAN' and
9736 #           'CHAIN' and
9737 #           'NF_VPPIP4' and
9738 #           'IMIX' and
9739 #           '4T2C' and
9740 #           'NDRPDR'"
9741 #  parameters:
9742 #  - "throughput"
9743 #  - "name"
9744 #  - "tags"
9745 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9746 #  x-axis: "X = VNFs per Service Chain"
9747 #  y-axis: "Y = Number of Service Chains"
9748 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9749 #  layout:
9750 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9751 #    layout: "plot-service-density"
9752 #
9753 #- type: "plot"
9754 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9755 #  algorithm: "plot_nf_heatmap"
9756 #  output-file-type: ".html"
9757 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9758 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9759 #  filter: "'NIC_Intel-XXV710' and
9760 #           'NF_DENSITY' and
9761 #           'VHOST' and
9762 #           not 'VXLAN' and
9763 #           'CHAIN' and
9764 #           'NF_VPPIP4' and
9765 #           'IMIX' and
9766 #           '8T4C' and
9767 #           'NDRPDR'"
9768 #  parameters:
9769 #  - "throughput"
9770 #  - "name"
9771 #  - "tags"
9772 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9773 #  x-axis: "X = VNFs per Service Chain"
9774 #  y-axis: "Y = Number of Service Chains"
9775 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9776 #  layout:
9777 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9778 #    layout: "plot-service-density"
9779 #
9780 ## Plots - NF Density - VSC - MRR IMIX
9781 #- type: "plot"
9782 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9783 #  algorithm: "plot_nf_heatmap"
9784 #  output-file-type: ".html"
9785 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9786 #  data: "plot-vpp-nfv-2n-clx-mrr"
9787 #  filter: "'NIC_Intel-XXV710' and
9788 #           'NF_DENSITY' and
9789 #           'VHOST' and
9790 #           'VXLAN' and
9791 #           'CHAIN' and
9792 #           'IMIX' and
9793 #           '2T1C' and
9794 #           'MRR'"
9795 #  parameters:
9796 #  - "result"
9797 #  - "name"
9798 #  - "tags"
9799 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9800 #  x-axis: "X = VNFs per Service Chain"
9801 #  y-axis: "Y = Number of Service Chains"
9802 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9803 #  layout:
9804 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9805 #    layout: "plot-service-density"
9806 #
9807 #- type: "plot"
9808 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9809 #  algorithm: "plot_nf_heatmap"
9810 #  output-file-type: ".html"
9811 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9812 #  data: "plot-vpp-nfv-2n-clx-mrr"
9813 #  filter: "'NIC_Intel-XXV710' and
9814 #           'NF_DENSITY' and
9815 #           'VHOST' and
9816 #           'VXLAN' and
9817 #           'CHAIN' and
9818 #           'IMIX' and
9819 #           '4T2C' and
9820 #           'MRR'"
9821 #  parameters:
9822 #  - "result"
9823 #  - "name"
9824 #  - "tags"
9825 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9826 #  x-axis: "X = VNFs per Service Chain"
9827 #  y-axis: "Y = Number of Service Chains"
9828 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9829 #  layout:
9830 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9831 #    layout: "plot-service-density"
9832 #
9833 #- type: "plot"
9834 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9835 #  algorithm: "plot_nf_heatmap"
9836 #  output-file-type: ".html"
9837 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
9838 #  data: "plot-vpp-nfv-2n-clx-mrr"
9839 #  filter: "'NIC_Intel-XXV710' and
9840 #           'NF_DENSITY' and
9841 #           'VHOST' and
9842 #           'VXLAN' and
9843 #           'CHAIN' and
9844 #           'IMIX' and
9845 #           '8T4C' and
9846 #           'MRR'"
9847 #  parameters:
9848 #  - "result"
9849 #  - "name"
9850 #  - "tags"
9851 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9852 #  x-axis: "X = VNFs per Service Chain"
9853 #  y-axis: "Y = Number of Service Chains"
9854 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9855 #  layout:
9856 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9857 #    layout: "plot-service-density"
9858 #
9859 ## Plots - NF Density - VSC - NDR IMIX
9860 #- type: "plot"
9861 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9862 #  algorithm: "plot_nf_heatmap"
9863 #  output-file-type: ".html"
9864 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
9865 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9866 #  filter: "'NIC_Intel-XXV710' and
9867 #           'NF_DENSITY' and
9868 #           'VHOST' and
9869 #           'VXLAN' and
9870 #           'CHAIN' a
9871 #           'IMIX' and
9872 #           '2T1C' and
9873 #           'NDRPDR'"
9874 #  parameters:
9875 #  - "throughput"
9876 #  - "name"
9877 #  - "tags"
9878 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9879 #  x-axis: "X = VNFs per Service Chain"
9880 #  y-axis: "Y = Number of Service Chains"
9881 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9882 #  layout:
9883 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9884 #    layout: "plot-service-density"
9885 #
9886 #- type: "plot"
9887 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9888 #  algorithm: "plot_nf_heatmap"
9889 #  output-file-type: ".html"
9890 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
9891 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9892 #  filter: "'NIC_Intel-XXV710' and
9893 #           'NF_DENSITY' and
9894 #           'VHOST' and
9895 #           'VXLAN' and
9896 #           'CHAIN' and
9897 #           'IMIX' and
9898 #           '4T2C' and
9899 #           'NDRPDR'"
9900 #  parameters:
9901 #  - "throughput"
9902 #  - "name"
9903 #  - "tags"
9904 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9905 #  x-axis: "X = VNFs per Service Chain"
9906 #  y-axis: "Y = Number of Service Chains"
9907 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9908 #  layout:
9909 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9910 #    layout: "plot-service-density"
9911 #
9912 #- type: "plot"
9913 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9914 #  algorithm: "plot_nf_heatmap"
9915 #  output-file-type: ".html"
9916 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
9917 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9918 #  filter: "'NIC_Intel-XXV710' and
9919 #           'NF_DENSITY' and
9920 #           'VHOST' and
9921 #           'VXLAN' and
9922 #           'CHAIN' and
9923 #           'IMIX' and
9924 #           '8T4C' and
9925 #           'NDRPDR'"
9926 #  parameters:
9927 #  - "throughput"
9928 #  - "name"
9929 #  - "tags"
9930 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9931 #  x-axis: "X = VNFs per Service Chain"
9932 #  y-axis: "Y = Number of Service Chains"
9933 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9934 #  layout:
9935 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9936 #    layout: "plot-service-density"
9937 #
9938 ## Plots - NF Density - VSC - PDR IMIX
9939 #- type: "plot"
9940 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9941 #  algorithm: "plot_nf_heatmap"
9942 #  output-file-type: ".html"
9943 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
9944 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9945 #  filter: "'NIC_Intel-XXV710' and
9946 #           'NF_DENSITY' and
9947 #           'VHOST' and
9948 #           'VXLAN' and
9949 #           'CHAIN' and
9950 #           'IMIX' and
9951 #           '2T1C' and
9952 #           'NDRPDR'"
9953 #  parameters:
9954 #  - "throughput"
9955 #  - "name"
9956 #  - "tags"
9957 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9958 #  x-axis: "X = VNFs per Service Chain"
9959 #  y-axis: "Y = Number of Service Chains"
9960 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9961 #  layout:
9962 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9963 #    layout: "plot-service-density"
9964 #
9965 #- type: "plot"
9966 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9967 #  algorithm: "plot_nf_heatmap"
9968 #  output-file-type: ".html"
9969 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
9970 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9971 #  filter: "'NIC_Intel-XXV710' and
9972 #           'NF_DENSITY' and
9973 #           'VHOST' and
9974 #           'VXLAN' and
9975 #           'CHAIN' and
9976 #           'IMIX' and
9977 #           '4T2C' and
9978 #           'NDRPDR'"
9979 #  parameters:
9980 #  - "throughput"
9981 #  - "name"
9982 #  - "tags"
9983 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9984 #  x-axis: "X = VNFs per Service Chain"
9985 #  y-axis: "Y = Number of Service Chains"
9986 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9987 #  layout:
9988 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9989 #    layout: "plot-service-density"
9990 #
9991 #- type: "plot"
9992 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9993 #  algorithm: "plot_nf_heatmap"
9994 #  output-file-type: ".html"
9995 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
9996 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9997 #  filter: "'NIC_Intel-XXV710' and
9998 #           'NF_DENSITY' and
9999 #           'VHOST' and
10000 #           'VXLAN' and
10001 #           'CHAIN' and
10002 #           'IMIX' and
10003 #           '8T4C' and
10004 #           'NDRPDR'"
10005 #  parameters:
10006 #  - "throughput"
10007 #  - "name"
10008 #  - "tags"
10009 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10010 #  x-axis: "X = VNFs per Service Chain"
10011 #  y-axis: "Y = Number of Service Chains"
10012 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10013 #  layout:
10014 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10015 #    layout: "plot-service-density"
10016 #
10017 ## Plots - NF Density - CSC - MRR IMIX
10018 #- type: "plot"
10019 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10020 #  algorithm: "plot_nf_heatmap"
10021 #  output-file-type: ".html"
10022 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10023 #  data: "plot-vpp-nfv-2n-clx-mrr"
10024 #  filter: "'NIC_Intel-XXV710' and
10025 #           'NF_DENSITY' and
10026 #           'DOCKER' and
10027 #           'CHAIN' and
10028 #           'NF_VPPIP4' and
10029 #           'IMIX' and
10030 #           '2T1C' and
10031 #           'MRR'"
10032 #  parameters:
10033 #  - "result"
10034 #  - "name"
10035 #  - "tags"
10036 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10037 #  x-axis: "X = CNFs per Service Chain"
10038 #  y-axis: "Y = Number of Service Chains"
10039 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10040 #  layout:
10041 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10042 #    layout: "plot-service-density"
10043 #
10044 #- type: "plot"
10045 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10046 #  algorithm: "plot_nf_heatmap"
10047 #  output-file-type: ".html"
10048 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10049 #  data: "plot-vpp-nfv-2n-clx-mrr"
10050 #  filter: "'NIC_Intel-XXV710' and
10051 #           'NF_DENSITY' and
10052 #           'DOCKER' and
10053 #           'CHAIN' and
10054 #           'NF_VPPIP4' and
10055 #           'IMIX' and
10056 #           '4T2C' and
10057 #           'MRR'"
10058 #  parameters:
10059 #  - "result"
10060 #  - "name"
10061 #  - "tags"
10062 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10063 #  x-axis: "X = CNFs per Service Chain"
10064 #  y-axis: "Y = Number of Service Chains"
10065 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10066 #  layout:
10067 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10068 #    layout: "plot-service-density"
10069 #
10070 #- type: "plot"
10071 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10072 #  algorithm: "plot_nf_heatmap"
10073 #  output-file-type: ".html"
10074 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10075 #  data: "plot-vpp-nfv-2n-clx-mrr"
10076 #  filter: "'NIC_Intel-XXV710' and
10077 #           'NF_DENSITY' and
10078 #           'DOCKER' and
10079 #           'CHAIN' and
10080 #           'NF_VPPIP4' and
10081 #           'IMIX' and
10082 #           '8T4C' and
10083 #           'MRR'"
10084 #  parameters:
10085 #  - "result"
10086 #  - "name"
10087 #  - "tags"
10088 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10089 #  x-axis: "X = CNFs per Service Chain"
10090 #  y-axis: "Y = Number of Service Chains"
10091 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10092 #  layout:
10093 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10094 #    layout: "plot-service-density"
10095 #
10096 ## Plots - NF Density - CSC - NDR IMIX
10097 #- type: "plot"
10098 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10099 #  algorithm: "plot_nf_heatmap"
10100 #  output-file-type: ".html"
10101 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10102 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10103 #  filter: "'NIC_Intel-XXV710' and
10104 #           'NF_DENSITY' and
10105 #           'DOCKER' and
10106 #           'CHAIN' and
10107 #           'NF_VPPIP4' and
10108 #           'IMIX' and
10109 #           '2T1C' and
10110 #           'NDRPDR'"
10111 #  parameters:
10112 #  - "throughput"
10113 #  - "name"
10114 #  - "tags"
10115 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10116 #  x-axis: "X = CNFs per Service Chain"
10117 #  y-axis: "Y = Number of Service Chains"
10118 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10119 #  layout:
10120 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10121 #    layout: "plot-service-density"
10122 #
10123 #- type: "plot"
10124 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10125 #  algorithm: "plot_nf_heatmap"
10126 #  output-file-type: ".html"
10127 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10128 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10129 #  filter: "'NIC_Intel-XXV710' and
10130 #           'NF_DENSITY' and
10131 #           'DOCKER' and
10132 #           'CHAIN' and
10133 #           'NF_VPPIP4' and
10134 #           'IMIX' and
10135 #           '4T2C' and
10136 #           'NDRPDR'"
10137 #  parameters:
10138 #  - "throughput"
10139 #  - "name"
10140 #  - "tags"
10141 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10142 #  x-axis: "X = CNFs per Service Chain"
10143 #  y-axis: "Y = Number of Service Chains"
10144 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10145 #  layout:
10146 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10147 #    layout: "plot-service-density"
10148 #
10149 #- type: "plot"
10150 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10151 #  algorithm: "plot_nf_heatmap"
10152 #  output-file-type: ".html"
10153 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10154 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10155 #  filter: "'NIC_Intel-XXV710' and
10156 #           'NF_DENSITY' and
10157 #           'DOCKER' and
10158 #           'CHAIN' and
10159 #           'NF_VPPIP4' and
10160 #           'IMIX' and
10161 #           '8T4C' and
10162 #           'NDRPDR'"
10163 #  parameters:
10164 #  - "throughput"
10165 #  - "name"
10166 #  - "tags"
10167 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10168 #  x-axis: "X = CNFs per Service Chain"
10169 #  y-axis: "Y = Number of Service Chains"
10170 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10171 #  layout:
10172 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10173 #    layout: "plot-service-density"
10174 #
10175 ## Plots - NF Density - CSC - PDR IMIX
10176 #- type: "plot"
10177 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10178 #  algorithm: "plot_nf_heatmap"
10179 #  output-file-type: ".html"
10180 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10181 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10182 #  filter: "'NIC_Intel-XXV710' and
10183 #           'NF_DENSITY' and
10184 #           'DOCKER' and
10185 #           'CHAIN' and
10186 #           'NF_VPPIP4' and
10187 #           'IMIX' and
10188 #           '2T1C' and
10189 #           'NDRPDR'"
10190 #  parameters:
10191 #  - "throughput"
10192 #  - "name"
10193 #  - "tags"
10194 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10195 #  x-axis: "X = CNFs per Service Chain"
10196 #  y-axis: "Y = Number of Service Chains"
10197 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10198 #  layout:
10199 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10200 #    layout: "plot-service-density"
10201 #
10202 #- type: "plot"
10203 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10204 #  algorithm: "plot_nf_heatmap"
10205 #  output-file-type: ".html"
10206 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10207 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10208 #  filter: "'NIC_Intel-XXV710' and
10209 #           'NF_DENSITY' and
10210 #           'DOCKER' and
10211 #           'CHAIN' and
10212 #           'NF_VPPIP4' and
10213 #           'IMIX' and
10214 #           '4T2C' and
10215 #           'NDRPDR'"
10216 #  parameters:
10217 #  - "throughput"
10218 #  - "name"
10219 #  - "tags"
10220 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10221 #  x-axis: "X = CNFs per Service Chain"
10222 #  y-axis: "Y = Number of Service Chains"
10223 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10224 #  layout:
10225 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10226 #    layout: "plot-service-density"
10227 #
10228 #- type: "plot"
10229 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10230 #  algorithm: "plot_nf_heatmap"
10231 #  output-file-type: ".html"
10232 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10233 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10234 #  filter: "'NIC_Intel-XXV710' and
10235 #           'NF_DENSITY' and
10236 #           'DOCKER' and
10237 #           'CHAIN' and
10238 #           'NF_VPPIP4' and
10239 #           'IMIX' and
10240 #           '8T4C' and
10241 #           'NDRPDR'"
10242 #  parameters:
10243 #  - "throughput"
10244 #  - "name"
10245 #  - "tags"
10246 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10247 #  x-axis: "X = CNFs per Service Chain"
10248 #  y-axis: "Y = Number of Service Chains"
10249 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10250 #  layout:
10251 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10252 #    layout: "plot-service-density"
10253 #
10254 ## Plots - NF Density - CSP - MRR IMIX
10255 #- type: "plot"
10256 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10257 #  algorithm: "plot_nf_heatmap"
10258 #  output-file-type: ".html"
10259 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10260 #  data: "plot-vpp-nfv-2n-clx-mrr"
10261 #  filter: "'NIC_Intel-XXV710' and
10262 #           'NF_DENSITY' and
10263 #           'DOCKER' and
10264 #           'PIPELINE' and
10265 #           'NF_VPPIP4' and
10266 #           'IMIX' and
10267 #           '2T1C' and
10268 #           'MRR'"
10269 #  parameters:
10270 #  - "result"
10271 #  - "name"
10272 #  - "tags"
10273 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10274 #  x-axis: "X = CNFs per Service Pipeline"
10275 #  y-axis: "Y = Number of Service Pipelines"
10276 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10277 #  layout:
10278 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10279 #    layout: "plot-service-density"
10280 #
10281 #- type: "plot"
10282 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10283 #  algorithm: "plot_nf_heatmap"
10284 #  output-file-type: ".html"
10285 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10286 #  data: "plot-vpp-nfv-2n-clx-mrr"
10287 #  filter: "'NIC_Intel-XXV710' and
10288 #           'NF_DENSITY' and
10289 #           'DOCKER' and
10290 #           'PIPELINE' and
10291 #           'NF_VPPIP4' and
10292 #           'IMIX' and
10293 #           '4T2C' and
10294 #           'MRR'"
10295 #  parameters:
10296 #  - "result"
10297 #  - "name"
10298 #  - "tags"
10299 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10300 #  x-axis: "X = CNFs per Service Pipeline"
10301 #  y-axis: "Y = Number of Service Pipelines"
10302 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10303 #  layout:
10304 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10305 #    layout: "plot-service-density"
10306 #
10307 #- type: "plot"
10308 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10309 #  algorithm: "plot_nf_heatmap"
10310 #  output-file-type: ".html"
10311 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10312 #  data: "plot-vpp-nfv-2n-clx-mrr"
10313 #  filter: "'NIC_Intel-XXV710' and
10314 #           'NF_DENSITY' and
10315 #           'DOCKER' and
10316 #           'PIPELINE' and
10317 #           'NF_VPPIP4' and
10318 #           'IMIX' and
10319 #           '8T4C' and
10320 #           'MRR'"
10321 #  parameters:
10322 #  - "result"
10323 #  - "name"
10324 #  - "tags"
10325 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10326 #  x-axis: "X = CNFs per Service Pipeline"
10327 #  y-axis: "Y = Number of Service Pipelines"
10328 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10329 #  layout:
10330 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10331 #    layout: "plot-service-density"
10332 #
10333 ## Plots - NF Density - CSP - NDR IMIX
10334 #- type: "plot"
10335 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10336 #  algorithm: "plot_nf_heatmap"
10337 #  output-file-type: ".html"
10338 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10339 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10340 #  filter: "'NIC_Intel-XXV710' and
10341 #           'NF_DENSITY' and
10342 #           'DOCKER' and
10343 #           'PIPELINE' and
10344 #           'NF_VPPIP4' and
10345 #           'IMIX' and
10346 #           '2T1C' and
10347 #           'NDRPDR'"
10348 #  parameters:
10349 #  - "throughput"
10350 #  - "name"
10351 #  - "tags"
10352 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10353 #  x-axis: "X = CNFs per Service Pipeline"
10354 #  y-axis: "Y = Number of Service Pipelines"
10355 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10356 #  layout:
10357 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10358 #    layout: "plot-service-density"
10359 #
10360 #- type: "plot"
10361 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10362 #  algorithm: "plot_nf_heatmap"
10363 #  output-file-type: ".html"
10364 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10365 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10366 #  filter: "'NIC_Intel-XXV710' and
10367 #           'NF_DENSITY' and
10368 #           'DOCKER' and
10369 #           'PIPELINE' and
10370 #           'NF_VPPIP4' and
10371 #           'IMIX' and
10372 #           '4T2C' and
10373 #           'NDRPDR'"
10374 #  parameters:
10375 #  - "throughput"
10376 #  - "name"
10377 #  - "tags"
10378 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10379 #  x-axis: "X = CNFs per Service Pipeline"
10380 #  y-axis: "Y = Number of Service Pipelines"
10381 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10382 #  layout:
10383 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10384 #    layout: "plot-service-density"
10385 #
10386 #- type: "plot"
10387 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10388 #  algorithm: "plot_nf_heatmap"
10389 #  output-file-type: ".html"
10390 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10391 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10392 #  filter: "'NIC_Intel-XXV710' and
10393 #           'NF_DENSITY' and
10394 #           'DOCKER' and
10395 #           'PIPELINE' and
10396 #           'NF_VPPIP4' and
10397 #           'IMIX' and
10398 #           '8T4C' and
10399 #           'NDRPDR'"
10400 #  parameters:
10401 #  - "throughput"
10402 #  - "name"
10403 #  - "tags"
10404 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10405 #  x-axis: "X = CNFs per Service Pipeline"
10406 #  y-axis: "Y = Number of Service Pipelines"
10407 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10408 #  layout:
10409 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10410 #    layout: "plot-service-density"
10411 #
10412 ## Plots - NF Density - CSP - PDR IMIX
10413 #- type: "plot"
10414 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10415 #  algorithm: "plot_nf_heatmap"
10416 #  output-file-type: ".html"
10417 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10418 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10419 #  filter: "'NIC_Intel-XXV710' and
10420 #           'NF_DENSITY' and
10421 #           'DOCKER' and
10422 #           'PIPELINE' and
10423 #           'NF_VPPIP4' and
10424 #           'IMIX' and
10425 #           '2T1C' and
10426 #           'NDRPDR'"
10427 #  parameters:
10428 #  - "throughput"
10429 #  - "name"
10430 #  - "tags"
10431 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10432 #  x-axis: "X = CNFs per Service Pipeline"
10433 #  y-axis: "Y = Number of Service Pipelines"
10434 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10435 #  layout:
10436 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10437 #    layout: "plot-service-density"
10438 #
10439 #- type: "plot"
10440 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10441 #  algorithm: "plot_nf_heatmap"
10442 #  output-file-type: ".html"
10443 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10444 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10445 #  filter: "'NIC_Intel-XXV710' and
10446 #           'NF_DENSITY' and
10447 #           'DOCKER' and
10448 #           'PIPELINE' and
10449 #           'NF_VPPIP4' and
10450 #           'IMIX' and
10451 #           '4T2C' and
10452 #           'NDRPDR'"
10453 #  parameters:
10454 #  - "throughput"
10455 #  - "name"
10456 #  - "tags"
10457 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10458 #  x-axis: "X = CNFs per Service Pipeline"
10459 #  y-axis: "Y = Number of Service Pipelines"
10460 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10461 #  layout:
10462 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10463 #    layout: "plot-service-density"
10464 #
10465 #- type: "plot"
10466 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10467 #  algorithm: "plot_nf_heatmap"
10468 #  output-file-type: ".html"
10469 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10470 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10471 #  filter: "'NIC_Intel-XXV710' and
10472 #           'NF_DENSITY' and
10473 #           'DOCKER' and
10474 #           'PIPELINE' and
10475 #           'NF_VPPIP4' and
10476 #           'IMIX' and
10477 #           '8T4C' and
10478 #           'NDRPDR'"
10479 #  parameters:
10480 #  - "throughput"
10481 #  - "name"
10482 #  - "tags"
10483 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10484 #  x-axis: "X = CNFs per Service Pipeline"
10485 #  y-axis: "Y = Number of Service Pipelines"
10486 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10487 #  layout:
10488 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10489 #    layout: "plot-service-density"
10490
10491 ################################################################################
10492
10493 # Packet Throughput
10494
10495 #- type: "plot"
10496 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10497 #  algorithm: "plot_perf_box_name"
10498 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10499 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10500 #  include:
10501 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10502 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10503 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10504 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10505 #  layout:
10506 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10507 #    layout: "plot-throughput"
10508 #
10509 #- type: "plot"
10510 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10511 #  algorithm: "plot_perf_box_name"
10512 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10513 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10514 #  include:
10515 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10516 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10517 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10518 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10519 #  layout:
10520 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10521 #    layout: "plot-throughput"
10522 #
10523 #- type: "plot"
10524 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10525 #  algorithm: "plot_perf_box_name"
10526 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10527 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10528 #  include:
10529 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10530 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10531 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10532 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10533 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10534 #  layout:
10535 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10536 #    layout: "plot-throughput"
10537 #
10538 #- type: "plot"
10539 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10540 #  algorithm: "plot_perf_box_name"
10541 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10542 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10543 #  include:
10544 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10545 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10546 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10547 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10548 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10549 #  layout:
10550 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10551 #    layout: "plot-throughput"
10552
10553 - type: "plot"
10554   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10555   algorithm: "plot_perf_box_name"
10556   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10557   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10558   include:
10559     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10560     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10561     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10562     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10563     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10564   layout:
10565     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10566     layout: "plot-throughput"
10567
10568 - type: "plot"
10569   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10570   algorithm: "plot_perf_box_name"
10571   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10572   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10573   include:
10574     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10575     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10576     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10577     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10578     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10579   layout:
10580     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10581     layout: "plot-throughput"
10582
10583 #- type: "plot"
10584 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10585 #  algorithm: "plot_perf_box_name"
10586 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10587 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10588 #  include:
10589 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10590 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10591 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10592 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10593 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10594 #  layout:
10595 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10596 #    layout: "plot-throughput"
10597 #
10598 #- type: "plot"
10599 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10600 #  algorithm: "plot_perf_box_name"
10601 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10602 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10603 #  include:
10604 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10605 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10606 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10607 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10608 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10609 #  layout:
10610 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10611 #    layout: "plot-throughput"
10612 #
10613 #- type: "plot"
10614 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10615 #  algorithm: "plot_perf_box_name"
10616 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10617 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10618 #  include:
10619 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10620 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10621 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10622 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10623 #  layout:
10624 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10625 #    layout: "plot-throughput"
10626 #
10627 #- type: "plot"
10628 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10629 #  algorithm: "plot_perf_box_name"
10630 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10631 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10632 #  include:
10633 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10634 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10635 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10636 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10637 #  layout:
10638 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10639 #    layout: "plot-throughput"
10640 #
10641 #- type: "plot"
10642 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10643 #  algorithm: "plot_perf_box_name"
10644 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10645 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10646 #  include:
10647 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10648 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10649 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10650 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10651 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10652 #  layout:
10653 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10654 #    layout: "plot-throughput"
10655 #
10656 #- type: "plot"
10657 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10658 #  algorithm: "plot_perf_box_name"
10659 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10660 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10661 #  include:
10662 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10663 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10664 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10665 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10666 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10667 #  layout:
10668 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10669 #    layout: "plot-throughput"
10670 #
10671 #- type: "plot"
10672 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10673 #  algorithm: "plot_perf_box_name"
10674 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10675 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10676 #  include:
10677 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10678 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10679 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10680 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10681 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10682 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10683 #  layout:
10684 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10685 #    layout: "plot-throughput"
10686 #
10687 #- type: "plot"
10688 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10689 #  algorithm: "plot_perf_box_name"
10690 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10691 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10692 #  include:
10693 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10694 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10695 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10696 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10697 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10698 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10699 #  layout:
10700 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10701 #    layout: "plot-throughput"
10702
10703 - type: "plot"
10704   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10705   algorithm: "plot_perf_box_name"
10706   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10707   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10708   include:
10709     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10710     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10711     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10712   layout:
10713     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10714     layout: "plot-throughput"
10715
10716 - type: "plot"
10717   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10718   algorithm: "plot_perf_box_name"
10719   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10720   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10721   include:
10722     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10723     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10724     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10725   layout:
10726     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10727     layout: "plot-throughput"
10728
10729 #- type: "plot"
10730 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10731 #  algorithm: "plot_perf_box_name"
10732 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10733 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10734 #  include:
10735 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10736 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10737 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10738 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10739 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10740 #  layout:
10741 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10742 #    layout: "plot-throughput"
10743 #
10744 #- type: "plot"
10745 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10746 #  algorithm: "plot_perf_box_name"
10747 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10748 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10749 #  include:
10750 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10751 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10752 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10753 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10754 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10755 #  layout:
10756 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10757 #    layout: "plot-throughput"
10758 #
10759 #- type: "plot"
10760 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10761 #  algorithm: "plot_perf_box_name"
10762 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10763 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10764 #  include:
10765 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10766 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10767 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10768 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10769 #  layout:
10770 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10771 #    layout: "plot-throughput"
10772 #
10773 #- type: "plot"
10774 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10775 #  algorithm: "plot_perf_box_name"
10776 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10777 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10778 #  include:
10779 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10780 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10781 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10782 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10783 #  layout:
10784 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10785 #    layout: "plot-throughput"
10786 #
10787 #- type: "plot"
10788 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10789 #  algorithm: "plot_perf_box_name"
10790 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10791 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10792 #  include:
10793 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10794 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10795 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10796 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10797 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10798 #  layout:
10799 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10800 #    layout: "plot-throughput"
10801 #
10802 #- type: "plot"
10803 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10804 #  algorithm: "plot_perf_box_name"
10805 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10806 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10807 #  include:
10808 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10809 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10810 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10811 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10812 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10813 #  layout:
10814 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10815 #    layout: "plot-throughput"
10816 #
10817 #- type: "plot"
10818 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10819 #  algorithm: "plot_perf_box_name"
10820 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10821 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10822 #  include:
10823 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10824 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10825 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10826 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10827 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10828 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10829 #  layout:
10830 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10831 #    layout: "plot-throughput"
10832 #
10833 #- type: "plot"
10834 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10835 #  algorithm: "plot_perf_box_name"
10836 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10837 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10838 #  include:
10839 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10840 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10841 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10842 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10843 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10844 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10845 #  layout:
10846 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10847 #    layout: "plot-throughput"
10848
10849 - type: "plot"
10850   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10851   algorithm: "plot_perf_box_name"
10852   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10853   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10854   include:
10855     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10856     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10857     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10858     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10859     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10860   layout:
10861     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10862     layout: "plot-throughput"
10863
10864 - type: "plot"
10865   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10866   algorithm: "plot_perf_box_name"
10867   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10868   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10869   include:
10870     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10871     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10872     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10873     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10874     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10875   layout:
10876     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10877     layout: "plot-throughput"
10878
10879 - type: "plot"
10880   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10881   algorithm: "plot_perf_box_name"
10882   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10883   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10884   include:
10885     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10886     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10887     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10888     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10889     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10890     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10891   layout:
10892     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10893     layout: "plot-throughput"
10894
10895 - type: "plot"
10896   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10897   algorithm: "plot_perf_box_name"
10898   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10899   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10900   include:
10901     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10902     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10903     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10904     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10905     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10906     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10907   layout:
10908     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10909     layout: "plot-throughput"
10910
10911 - type: "plot"
10912   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10913   algorithm: "plot_perf_box_name"
10914   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10915   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10916   include:
10917     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10918     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10919     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10920     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10921     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10922   layout:
10923     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10924     layout: "plot-throughput"
10925
10926 - type: "plot"
10927   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10928   algorithm: "plot_perf_box_name"
10929   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10930   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10931   include:
10932     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10933     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10934     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10935     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10936     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10937   layout:
10938     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10939     layout: "plot-throughput"
10940
10941 - type: "plot"
10942   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10943   algorithm: "plot_perf_box_name"
10944   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10945   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10946   include:
10947     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10948     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10949     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10950     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10951     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10952     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10953   layout:
10954     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10955     layout: "plot-throughput"
10956
10957 - type: "plot"
10958   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10959   algorithm: "plot_perf_box_name"
10960   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10961   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10962   include:
10963     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10964     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10965     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10966     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10967     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10968     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10969   layout:
10970     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10971     layout: "plot-throughput"
10972
10973 - type: "plot"
10974   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10975   algorithm: "plot_perf_box_name"
10976   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10977   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10978   include:
10979     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10980     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10981     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10982     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10983     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10984   layout:
10985     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10986     layout: "plot-throughput"
10987
10988 - type: "plot"
10989   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10990   algorithm: "plot_perf_box_name"
10991   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10992   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10993   include:
10994     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10995     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10996     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10997     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10998     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10999   layout:
11000     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11001     layout: "plot-throughput"
11002
11003 - type: "plot"
11004   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11005   algorithm: "plot_perf_box_name"
11006   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11007   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11008   include:
11009     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11010     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11011     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11012     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11013     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11014     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11015   layout:
11016     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11017     layout: "plot-throughput"
11018
11019 - type: "plot"
11020   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11021   algorithm: "plot_perf_box_name"
11022   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11023   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11024   include:
11025     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11026     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11027     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11028     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11029     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11030     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11031   layout:
11032     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11033     layout: "plot-throughput"
11034
11035 - type: "plot"
11036   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11037   algorithm: "plot_perf_box_name"
11038   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11039   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11040   include:
11041     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11042     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11043   layout:
11044     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11045     layout: "plot-throughput"
11046
11047 - type: "plot"
11048   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11049   algorithm: "plot_perf_box_name"
11050   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11051   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11052   include:
11053     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11054     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11055   layout:
11056     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11057     layout: "plot-throughput"
11058
11059 #- type: "plot"
11060 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11061 #  algorithm: "plot_perf_box_name"
11062 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11063 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11064 #  include:
11065 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11066 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11067 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11068 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11069 #  layout:
11070 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11071 #    layout: "plot-throughput"
11072 #
11073 #- type: "plot"
11074 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11075 #  algorithm: "plot_perf_box_name"
11076 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11077 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11078 #  include:
11079 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11080 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11081 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11082 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11083 #  layout:
11084 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11085 #    layout: "plot-throughput"
11086
11087 - type: "plot"
11088   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11089   algorithm: "plot_perf_box_name"
11090   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11091   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11092   include:
11093     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11094     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11095     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11096     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11097   layout:
11098     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11099     layout: "plot-throughput"
11100
11101 - type: "plot"
11102   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11103   algorithm: "plot_perf_box_name"
11104   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11105   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11106   include:
11107     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11108     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11109     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11110     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11111   layout:
11112     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11113     layout: "plot-throughput"
11114
11115 - type: "plot"
11116   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11117   algorithm: "plot_perf_box_name"
11118   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11119   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11120   include:
11121     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11122     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11123     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11124     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11125   layout:
11126     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11127     layout: "plot-throughput"
11128
11129 - type: "plot"
11130   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11131   algorithm: "plot_perf_box_name"
11132   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11133   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11134   include:
11135     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11136     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11137     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11138     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11139   layout:
11140     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11141     layout: "plot-throughput"
11142
11143 #- type: "plot"
11144 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11145 #  algorithm: "plot_perf_box_name"
11146 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11147 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11148 #  include:
11149 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11150 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11151 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11152 #  layout:
11153 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11154 #    layout: "plot-throughput"
11155 #
11156 #- type: "plot"
11157 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11158 #  algorithm: "plot_perf_box_name"
11159 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11160 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11161 #  include:
11162 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11163 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11164 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11165 #  layout:
11166 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11167 #    layout: "plot-throughput"
11168 #
11169 #- type: "plot"
11170 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11171 #  algorithm: "plot_perf_box_name"
11172 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11173 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11174 #  include:
11175 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11176 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11177 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11178 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11179 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11180 #  layout:
11181 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11182 #    layout: "plot-throughput"
11183 #
11184 #- type: "plot"
11185 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11186 #  algorithm: "plot_perf_box_name"
11187 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11188 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11189 #  include:
11190 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11191 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11192 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11193 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11194 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11195 #  layout:
11196 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11197 #    layout: "plot-throughput"
11198
11199 - type: "plot"
11200   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11201   algorithm: "plot_perf_box_name"
11202   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11203   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11204   include:
11205     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11206     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11207     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11208   layout:
11209     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11210     layout: "plot-throughput"
11211
11212 - type: "plot"
11213   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11214   algorithm: "plot_perf_box_name"
11215   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11216   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11217   include:
11218     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11219     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11220     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11221   layout:
11222     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11223     layout: "plot-throughput"
11224
11225 #- type: "plot"
11226 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11227 #  algorithm: "plot_perf_box_name"
11228 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11229 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11230 #  include:
11231 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11232 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11233 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11234 #  layout:
11235 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11236 #    layout: "plot-throughput"
11237 #
11238 #- type: "plot"
11239 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11240 #  algorithm: "plot_perf_box_name"
11241 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11242 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11243 #  include:
11244 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11245 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11246 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11247 #  layout:
11248 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11249 #    layout: "plot-throughput"
11250 #
11251 #- type: "plot"
11252 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11253 #  algorithm: "plot_perf_box_name"
11254 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11255 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11256 #  include:
11257 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11258 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11259 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11260 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11261 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11262 #  layout:
11263 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11264 #    layout: "plot-throughput"
11265 #
11266 #- type: "plot"
11267 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11268 #  algorithm: "plot_perf_box_name"
11269 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11270 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11271 #  include:
11272 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11273 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11274 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11275 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11276 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11277 #  layout:
11278 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11279 #    layout: "plot-throughput"
11280
11281 - type: "plot"
11282   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11283   algorithm: "plot_perf_box_name"
11284   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11285   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11286   include:
11287     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11288     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11289     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11290     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11291     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11292   layout:
11293     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11294     layout: "plot-throughput"
11295
11296 - type: "plot"
11297   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11298   algorithm: "plot_perf_box_name"
11299   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11300   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11301   include:
11302     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11303     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11304     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11305     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11306     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11307   layout:
11308     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11309     layout: "plot-throughput"
11310
11311 - type: "plot"
11312   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11313   algorithm: "plot_perf_box_name"
11314   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11315   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11316   include:
11317     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11318     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11319     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11320     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11321     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11322   layout:
11323     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11324     layout: "plot-throughput"
11325
11326 - type: "plot"
11327   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11328   algorithm: "plot_perf_box_name"
11329   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11330   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11331   include:
11332     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11333     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11334     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11335     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11336     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11337   layout:
11338     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11339     layout: "plot-throughput"
11340
11341 - type: "plot"
11342   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11343   algorithm: "plot_perf_box_name"
11344   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11345   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11346   include:
11347     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11348     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11349     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11350     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11351     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11352   layout:
11353     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11354     layout: "plot-throughput"
11355
11356 - type: "plot"
11357   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11358   algorithm: "plot_perf_box_name"
11359   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11360   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11361   include:
11362     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11363     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11364     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11365     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11366     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11367   layout:
11368     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11369     layout: "plot-throughput"
11370
11371 - type: "plot"
11372   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11373   algorithm: "plot_perf_box_name"
11374   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11375   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11376   include:
11377     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11378     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11379     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11380     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11381     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11382     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11383   layout:
11384     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11385     layout: "plot-throughput"
11386
11387 - type: "plot"
11388   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11389   algorithm: "plot_perf_box_name"
11390   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11391   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11392   include:
11393     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11394     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11395     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11396     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11397     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11398     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11399   layout:
11400     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11401     layout: "plot-throughput"
11402
11403 - type: "plot"
11404   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11405   algorithm: "plot_perf_box_name"
11406   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11407   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11408   include:
11409     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11410     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11411     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11412     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11413   layout:
11414     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11415     layout: "plot-throughput"
11416
11417 - type: "plot"
11418   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11419   algorithm: "plot_perf_box_name"
11420   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11421   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11422   include:
11423     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11424     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11425     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11426     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11427   layout:
11428     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11429     layout: "plot-throughput"
11430
11431 #- type: "plot"
11432 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11433 #  algorithm: "plot_perf_box_name"
11434 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11435 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11436 #  include:
11437 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11438 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11439 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11440 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11441 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11442 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11443 #  layout:
11444 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11445 #    layout: "plot-throughput"
11446 #
11447 #- type: "plot"
11448 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11449 #  algorithm: "plot_perf_box_name"
11450 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11451 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11452 #  include:
11453 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11454 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11455 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11456 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11457 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11458 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11459 #  layout:
11460 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11461 #    layout: "plot-throughput"
11462
11463 - type: "plot"
11464   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11465   algorithm: "plot_perf_box_name"
11466   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11467   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11468   include:
11469     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11470 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11471     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11472 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11473     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11474 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11475   layout:
11476     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11477     layout: "plot-throughput"
11478
11479 - type: "plot"
11480   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11481   algorithm: "plot_perf_box_name"
11482   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11483   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11484   include:
11485     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11486 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11487     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11488 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11489     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11490 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11491   layout:
11492     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11493     layout: "plot-throughput"
11494
11495 - type: "plot"
11496   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11497   algorithm: "plot_perf_box_name"
11498   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11499   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11500   include:
11501     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11502     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11503     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11504     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11505     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11506     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11507   layout:
11508     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11509     layout: "plot-throughput"
11510
11511 - type: "plot"
11512   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11513   algorithm: "plot_perf_box_name"
11514   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11515   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11516   include:
11517     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11518     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11519     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11520     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11521     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11522     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11523   layout:
11524     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11525     layout: "plot-throughput"
11526
11527 #- type: "plot"
11528 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11529 #  algorithm: "plot_perf_box_name"
11530 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11531 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11532 #  include:
11533 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11534 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11535 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11536 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11537 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11538 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11539 #  layout:
11540 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11541 #    layout: "plot-throughput"
11542 #
11543 #- type: "plot"
11544 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11545 #  algorithm: "plot_perf_box_name"
11546 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11547 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11548 #  include:
11549 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11550 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11551 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11552 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11553 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11554 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11555 #  layout:
11556 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11557 #    layout: "plot-throughput"
11558 #
11559 #- type: "plot"
11560 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11561 #  algorithm: "plot_perf_box_name"
11562 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11563 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11564 #  include:
11565 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11566 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11567 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11568 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11569 #  layout:
11570 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11571 #    layout: "plot-throughput"
11572 #
11573 #- type: "plot"
11574 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11575 #  algorithm: "plot_perf_box_name"
11576 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11577 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11578 #  include:
11579 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11580 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11581 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11582 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11583 #  layout:
11584 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11585 #    layout: "plot-throughput"
11586 #
11587 #- type: "plot"
11588 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11589 #  algorithm: "plot_perf_box_name"
11590 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11591 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11592 #  include:
11593 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11594 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11595 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11596 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11597 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11598 #  layout:
11599 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11600 #    layout: "plot-throughput"
11601 #
11602 #- type: "plot"
11603 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11604 #  algorithm: "plot_perf_box_name"
11605 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11606 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11607 #  include:
11608 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11609 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11610 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11611 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11612 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11613 #  layout:
11614 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11615 #    layout: "plot-throughput"
11616 #
11617 #- type: "plot"
11618 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11619 #  algorithm: "plot_perf_box_name"
11620 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11621 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11622 #  include:
11623 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11624 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11625 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11626 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11627 #  layout:
11628 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11629 #    layout: "plot-throughput"
11630 #
11631 #- type: "plot"
11632 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11633 #  algorithm: "plot_perf_box_name"
11634 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11635 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11636 #  include:
11637 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11638 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11639 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11640 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11641 #  layout:
11642 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11643 #    layout: "plot-throughput"
11644
11645 - type: "plot"
11646   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11647   algorithm: "plot_perf_box_name"
11648   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11649   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11650   include:
11651     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11652     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11653     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11654     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11655     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11656     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11657   layout:
11658     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11659     layout: "plot-throughput"
11660
11661 - type: "plot"
11662   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11663   algorithm: "plot_perf_box_name"
11664   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11665   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11666   include:
11667     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11668     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11669     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11670     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11671     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11672     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11673   layout:
11674     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11675     layout: "plot-throughput"
11676
11677 #- type: "plot"
11678 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11679 #  algorithm: "plot_perf_box_name"
11680 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11681 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11682 #  include:
11683 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11684 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11685 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11686 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11687 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11688 #  layout:
11689 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11690 #    layout: "plot-throughput"
11691 #
11692 #- type: "plot"
11693 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11694 #  algorithm: "plot_perf_box_name"
11695 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11696 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11697 #  include:
11698 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11699 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11700 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11701 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11702 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11703 #  layout:
11704 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11705 #    layout: "plot-throughput"
11706 #
11707 #- type: "plot"
11708 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11709 #  algorithm: "plot_perf_box_name"
11710 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11711 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11712 #  include:
11713 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11714 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11715 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11716 #  layout:
11717 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11718 #    layout: "plot-throughput"
11719 #
11720 #- type: "plot"
11721 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11722 #  algorithm: "plot_perf_box_name"
11723 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11724 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11725 #  include:
11726 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11727 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11728 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11729 #  layout:
11730 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11731 #    layout: "plot-throughput"
11732 #
11733 #- type: "plot"
11734 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11735 #  algorithm: "plot_perf_box_name"
11736 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11737 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11738 #  include:
11739 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11740 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11741 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11742 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11743 #  layout:
11744 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11745 #    layout: "plot-throughput"
11746 #
11747 #- type: "plot"
11748 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11749 #  algorithm: "plot_perf_box_name"
11750 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11751 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11752 #  include:
11753 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11754 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11755 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11756 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11757 #  layout:
11758 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11759 #    layout: "plot-throughput"
11760 #
11761 #- type: "plot"
11762 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11763 #  algorithm: "plot_perf_box_name"
11764 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11765 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11766 #  include:
11767 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11768 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11769 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11770 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11771 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11772 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11773 #  layout:
11774 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11775 #    layout: "plot-throughput"
11776 #
11777 #- type: "plot"
11778 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11779 #  algorithm: "plot_perf_box_name"
11780 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11781 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11782 #  include:
11783 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11784 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11785 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11786 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11787 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11788 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11789 #  layout:
11790 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11791 #    layout: "plot-throughput"
11792 #
11793 #- type: "plot"
11794 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11795 #  algorithm: "plot_perf_box_name"
11796 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11797 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11798 #  include:
11799 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11800 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11801 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11802 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11803 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11804 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11805 #  layout:
11806 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11807 #    layout: "plot-throughput"
11808 #
11809 #- type: "plot"
11810 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11811 #  algorithm: "plot_perf_box_name"
11812 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11813 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11814 #  include:
11815 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11816 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11817 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11818 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11819 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11820 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11821 #  layout:
11822 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11823 #    layout: "plot-throughput"
11824
11825 - type: "plot"
11826   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11827   algorithm: "plot_perf_box_name"
11828   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11829   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11830   include:
11831     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11832     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11833     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11834     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11835   layout:
11836     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11837     layout: "plot-throughput"
11838
11839 - type: "plot"
11840   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11841   algorithm: "plot_perf_box_name"
11842   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11843   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11844   include:
11845     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11846     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11847     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11848     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11849   layout:
11850     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11851     layout: "plot-throughput"
11852
11853 - type: "plot"
11854   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11855   algorithm: "plot_perf_box_name"
11856   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11857   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11858   include:
11859     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11860     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11861     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11862     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11863     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11864     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11865   layout:
11866     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11867     layout: "plot-throughput"
11868
11869 - type: "plot"
11870   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11871   algorithm: "plot_perf_box_name"
11872   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11873   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11874   include:
11875     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11876     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11877     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11878     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11879     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11880     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11881   layout:
11882     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11883     layout: "plot-throughput"
11884
11885 - type: "plot"
11886   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11887   algorithm: "plot_perf_box_name"
11888   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11889   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11890   include:
11891     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11892     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11893     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11894     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11895     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11896     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11897   layout:
11898     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11899     layout: "plot-throughput"
11900
11901 - type: "plot"
11902   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11903   algorithm: "plot_perf_box_name"
11904   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11905   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11906   include:
11907     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11908     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11909     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11910     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11911     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11912     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11913   layout:
11914     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11915     layout: "plot-throughput"
11916
11917 - type: "plot"
11918   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11919   algorithm: "plot_perf_box_name"
11920   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11921   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11922   include:
11923     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11924     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11925     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11926     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11927   layout:
11928     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11929     layout: "plot-throughput"
11930
11931 - type: "plot"
11932   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11933   algorithm: "plot_perf_box_name"
11934   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11935   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11936   include:
11937     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11938     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11939     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11940     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11941   layout:
11942     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11943     layout: "plot-throughput"
11944
11945 - type: "plot"
11946   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11947   algorithm: "plot_perf_box_name"
11948   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11949   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11950   include:
11951     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11952     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11953     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11954     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11955     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11956     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11957   layout:
11958     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11959     layout: "plot-throughput"
11960
11961 - type: "plot"
11962   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11963   algorithm: "plot_perf_box_name"
11964   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11965   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11966   include:
11967     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11968     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11969     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11970     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11971     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11972     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11973   layout:
11974     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11975     layout: "plot-throughput"
11976
11977 - type: "plot"
11978   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11979   algorithm: "plot_perf_box_name"
11980   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11981   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11982   include:
11983     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11984     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11985     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11986     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11987   layout:
11988     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11989     layout: "plot-throughput"
11990
11991 - type: "plot"
11992   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11993   algorithm: "plot_perf_box_name"
11994   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11995   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11996   include:
11997     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11998     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11999     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12000     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12001   layout:
12002     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12003     layout: "plot-throughput"
12004
12005 - type: "plot"
12006   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12007   algorithm: "plot_perf_box_name"
12008   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12009   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12010   include:
12011     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12012     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12013     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12014     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12015     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12016     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12017   layout:
12018     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12019     layout: "plot-throughput"
12020
12021 - type: "plot"
12022   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12023   algorithm: "plot_perf_box_name"
12024   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12025   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12026   include:
12027     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12028     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12029     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12030     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12031     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12032     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12033   layout:
12034     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12035     layout: "plot-throughput"
12036
12037 - type: "plot"
12038   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12039   algorithm: "plot_perf_box_name"
12040   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12041   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12042   include:
12043     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12044     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12045     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12046     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12047     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12048     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12049   layout:
12050     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12051     layout: "plot-throughput"
12052
12053 - type: "plot"
12054   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12055   algorithm: "plot_perf_box_name"
12056   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12057   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12058   include:
12059     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12060     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12061     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12062     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12063     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12064     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12065   layout:
12066     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12067     layout: "plot-throughput"
12068
12069 - type: "plot"
12070   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12071   algorithm: "plot_perf_box_name"
12072   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12073   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12074   include:
12075     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12076     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12077     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12078     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12079     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12080     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12081   layout:
12082     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12083     layout: "plot-throughput"
12084
12085 - type: "plot"
12086   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12087   algorithm: "plot_perf_box_name"
12088   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12089   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12090   include:
12091     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12092     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12093     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12094     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12095     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12096     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12097   layout:
12098     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12099     layout: "plot-throughput"
12100
12101 #- type: "plot"
12102 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12103 #  algorithm: "plot_perf_box_name"
12104 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12105 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12106 #  include:
12107 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12108 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12109 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12110 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12111 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12112 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12113 #  layout:
12114 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12115 #    layout: "plot-throughput"
12116 #
12117 #- type: "plot"
12118 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12119 #  algorithm: "plot_perf_box_name"
12120 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12121 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12122 #  include:
12123 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12124 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12125 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12126 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12127 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12128 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12129 #  layout:
12130 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12131 #    layout: "plot-throughput"
12132
12133 - type: "plot"
12134   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12135   algorithm: "plot_perf_box_name"
12136   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12137   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12138   include:
12139     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12140     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12141     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12142     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12143     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12144     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12145   layout:
12146     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12147     layout: "plot-throughput"
12148
12149 - type: "plot"
12150   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12151   algorithm: "plot_perf_box_name"
12152   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12153   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12154   include:
12155     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12156     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12157     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12158     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12159     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12160     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12161   layout:
12162     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12163     layout: "plot-throughput"
12164
12165 #- type: "plot"
12166 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12167 #  algorithm: "plot_perf_box_name"
12168 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12169 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12170 #  include:
12171 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12172 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12173 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12174 #  layout:
12175 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12176 #    layout: "plot-throughput"
12177 #
12178 #- type: "plot"
12179 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12180 #  algorithm: "plot_perf_box_name"
12181 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12182 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12183 #  include:
12184 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12185 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12186 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12187 #  layout:
12188 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12189 #    layout: "plot-throughput"
12190
12191 #- type: "plot"
12192 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12193 #  algorithm: "plot_perf_box_name"
12194 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12195 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12196 #  include:
12197 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12198 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12199 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12200 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12201 #  layout:
12202 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12203 #    layout: "plot-throughput"
12204 #
12205 #- type: "plot"
12206 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12207 #  algorithm: "plot_perf_box_name"
12208 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12209 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12210 #  include:
12211 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12212 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12213 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12214 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12215 #  layout:
12216 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12217 #    layout: "plot-throughput"
12218 #
12219 #- type: "plot"
12220 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12221 #  algorithm: "plot_perf_box_name"
12222 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12223 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12224 #  include:
12225 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12226 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12227 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12228 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12229 #  layout:
12230 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12231 #    layout: "plot-throughput"
12232 #
12233 #- type: "plot"
12234 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12235 #  algorithm: "plot_perf_box_name"
12236 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12237 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12238 #  include:
12239 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12240 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12241 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12242 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12243 #  layout:
12244 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12245 #    layout: "plot-throughput"
12246
12247 - type: "plot"
12248   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12249   algorithm: "plot_perf_box_name"
12250   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12251   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12252   include:
12253     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12254     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12255     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12256     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12257   layout:
12258     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12259     layout: "plot-throughput"
12260
12261 - type: "plot"
12262   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12263   algorithm: "plot_perf_box_name"
12264   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12265   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12266   include:
12267     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12268     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12269     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12270     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12271   layout:
12272     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12273     layout: "plot-throughput"
12274
12275 - type: "plot"
12276   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12277   algorithm: "plot_perf_box_name"
12278   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12279   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12280   include:
12281     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12282     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12283     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12284     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12285   layout:
12286     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12287     layout: "plot-throughput"
12288
12289 - type: "plot"
12290   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12291   algorithm: "plot_perf_box_name"
12292   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12293   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12294   include:
12295     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12296     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12297     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12298     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12299   layout:
12300     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12301     layout: "plot-throughput"
12302
12303 #- type: "plot"
12304 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12305 #  algorithm: "plot_perf_box_name"
12306 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12307 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12308 #  include:
12309 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12310 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12311 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12312 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12313 #  layout:
12314 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12315 #    layout: "plot-throughput"
12316 #
12317 #- type: "plot"
12318 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12319 #  algorithm: "plot_perf_box_name"
12320 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12321 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12322 #  include:
12323 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12324 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12325 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12326 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12327 #  layout:
12328 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12329 #    layout: "plot-throughput"
12330 #
12331 #- type: "plot"
12332 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12333 #  algorithm: "plot_perf_box_name"
12334 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12335 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12336 #  include:
12337 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12338 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12339 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12340 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12341 #  layout:
12342 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12343 #    layout: "plot-throughput"
12344 #
12345 #- type: "plot"
12346 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12347 #  algorithm: "plot_perf_box_name"
12348 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12349 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12350 #  include:
12351 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12352 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12353 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12354 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12355 #  layout:
12356 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12357 #    layout: "plot-throughput"
12358 #
12359 #- type: "plot"
12360 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12361 #  algorithm: "plot_perf_box_name"
12362 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12363 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12364 #  include:
12365 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12366 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12367 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12368 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12369 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12370 #  layout:
12371 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12372 #    layout: "plot-throughput"
12373 #
12374 #- type: "plot"
12375 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12376 #  algorithm: "plot_perf_box_name"
12377 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12378 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12379 #  include:
12380 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12381 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12382 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12383 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12384 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12385 #  layout:
12386 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12387 #    layout: "plot-throughput"
12388 #
12389 #- type: "plot"
12390 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12391 #  algorithm: "plot_perf_box_name"
12392 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12393 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12394 #  include:
12395 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12396 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12397 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12398 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12399 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12400 #  layout:
12401 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12402 #    layout: "plot-throughput"
12403 #
12404 #- type: "plot"
12405 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12406 #  algorithm: "plot_perf_box_name"
12407 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12408 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12409 #  include:
12410 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12411 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12412 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12413 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12414 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12415 #  layout:
12416 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12417 #    layout: "plot-throughput"
12418 #
12419 #- type: "plot"
12420 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12421 #  algorithm: "plot_perf_box_name"
12422 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12423 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12424 #  include:
12425 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12426 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12427 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12428 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12429 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12430 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12431 #  layout:
12432 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12433 #    layout: "plot-throughput"
12434 #
12435 #- type: "plot"
12436 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12437 #  algorithm: "plot_perf_box_name"
12438 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12439 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12440 #  include:
12441 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12442 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12443 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12444 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12445 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12446 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12447 #  layout:
12448 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12449 #    layout: "plot-throughput"
12450 #
12451 #- type: "plot"
12452 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12453 #  algorithm: "plot_perf_box_name"
12454 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12455 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12456 #  include:
12457 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12458 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12459 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12460 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12461 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12462 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12463 #  layout:
12464 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12465 #    layout: "plot-throughput"
12466 #
12467 #- type: "plot"
12468 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12469 #  algorithm: "plot_perf_box_name"
12470 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12471 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12472 #  include:
12473 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12474 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12475 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12476 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12477 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12478 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12479 #  layout:
12480 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12481 #    layout: "plot-throughput"
12482
12483 - type: "plot"
12484   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12485   algorithm: "plot_perf_box_name"
12486   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12487   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12488   include:
12489     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12490     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12491     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12492     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12493     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12494   layout:
12495     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12496     layout: "plot-throughput"
12497
12498 - type: "plot"
12499   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12500   algorithm: "plot_perf_box_name"
12501   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12502   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12503   include:
12504     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12505     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12506     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12507     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12508     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12509   layout:
12510     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12511     layout: "plot-throughput"
12512
12513 #- type: "plot"
12514 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12515 #  algorithm: "plot_perf_box_name"
12516 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12517 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12518 #  include:
12519 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12520 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12521 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12522 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12523 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12524 #  layout:
12525 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12526 #    layout: "plot-throughput"
12527 #
12528 #- type: "plot"
12529 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12530 #  algorithm: "plot_perf_box_name"
12531 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12532 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12533 #  include:
12534 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12535 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12536 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12537 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12538 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12539 #  layout:
12540 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12541 #    layout: "plot-throughput"
12542
12543 #- type: "plot"
12544 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12545 #  algorithm: "plot_perf_box_name"
12546 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12547 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12548 #  include:
12549 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12550 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12551 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12552 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12553 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12554 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12555 #  layout:
12556 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12557 #    layout: "plot-throughput"
12558 #
12559 #- type: "plot"
12560 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12561 #  algorithm: "plot_perf_box_name"
12562 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12563 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12564 #  include:
12565 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12566 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12567 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12568 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12569 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12570 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12571 #  layout:
12572 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12573 #    layout: "plot-throughput"
12574
12575 #- type: "plot"
12576 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12577 #  algorithm: "plot_perf_box_name"
12578 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12579 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12580 #  include:
12581 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12582 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12583 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12584 #  layout:
12585 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12586 #    layout: "plot-throughput"
12587 #
12588 #- type: "plot"
12589 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12590 #  algorithm: "plot_perf_box_name"
12591 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12592 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12593 #  include:
12594 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12595 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12596 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12597 #  layout:
12598 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12599 #    layout: "plot-throughput"
12600
12601 ################################################################################
12602
12603 # Packet Speedup
12604
12605 #- type: "plot"
12606 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12607 #  algorithm: "plot_tsa_name"
12608 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12609 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12610 #  include:
12611 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12612 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12613 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12614 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12615 #  layout:
12616 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
12617 #    layout: "plot-throughput-speedup-analysis"
12618 #
12619 #- type: "plot"
12620 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12621 #  algorithm: "plot_tsa_name"
12622 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12623 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12624 #  include:
12625 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12626 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12627 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12628 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12629 #  layout:
12630 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
12631 #    layout: "plot-throughput-speedup-analysis"
12632 #
12633 #- type: "plot"
12634 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12635 #  algorithm: "plot_tsa_name"
12636 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12637 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12638 #  include:
12639 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12640 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12641 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12642 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12643 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12644 #  layout:
12645 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
12646 #    layout: "plot-throughput-speedup-analysis"
12647 #
12648 #- type: "plot"
12649 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12650 #  algorithm: "plot_tsa_name"
12651 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12652 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12653 #  include:
12654 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12655 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12656 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12657 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12658 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12659 #  layout:
12660 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
12661 #    layout: "plot-throughput-speedup-analysis"
12662 #
12663 #- type: "plot"
12664 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12665 #  algorithm: "plot_tsa_name"
12666 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12667 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12668 #  include:
12669 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12670 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12671 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12672 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12673 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12674 #  layout:
12675 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12676 #    layout: "plot-throughput-speedup-analysis"
12677 #
12678 #- type: "plot"
12679 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12680 #  algorithm: "plot_tsa_name"
12681 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12682 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12683 #  include:
12684 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12685 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12686 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12687 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12688 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12689 #  layout:
12690 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12691 #    layout: "plot-throughput-speedup-analysis"
12692 #
12693 #- type: "plot"
12694 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12695 #  algorithm: "plot_tsa_name"
12696 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12697 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12698 #  include:
12699 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12700 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12701 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12702 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12703 #  layout:
12704 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12705 #    layout: "plot-throughput-speedup-analysis"
12706 #
12707 #- type: "plot"
12708 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12709 #  algorithm: "plot_tsa_name"
12710 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12711 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12712 #  include:
12713 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12714 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12715 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12716 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12717 #  layout:
12718 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12719 #    layout: "plot-throughput-speedup-analysis"
12720 #
12721 #- type: "plot"
12722 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12723 #  algorithm: "plot_tsa_name"
12724 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12725 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12726 #  include:
12727 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12728 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12729 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12730 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12731 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12732 #  layout:
12733 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12734 #    layout: "plot-throughput-speedup-analysis"
12735 #
12736 #- type: "plot"
12737 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12738 #  algorithm: "plot_tsa_name"
12739 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12740 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12741 #  include:
12742 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12743 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12744 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12745 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12746 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12747 #  layout:
12748 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12749 #    layout: "plot-throughput-speedup-analysis"
12750 #
12751 #- type: "plot"
12752 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12753 #  algorithm: "plot_tsa_name"
12754 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12755 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12756 #  include:
12757 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12758 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12759 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12760 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12761 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12762 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12763 #  layout:
12764 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12765 #    layout: "plot-throughput-speedup-analysis"
12766 #
12767 #- type: "plot"
12768 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12769 #  algorithm: "plot_tsa_name"
12770 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12771 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12772 #  include:
12773 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12774 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12775 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12776 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12777 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12778 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12779 #  layout:
12780 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12781 #    layout: "plot-throughput-speedup-analysis"
12782
12783 - type: "plot"
12784   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12785   algorithm: "plot_tsa_name"
12786   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12787   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12788   include:
12789     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12790     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12791     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12792   layout:
12793     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
12794     layout: "plot-throughput-speedup-analysis"
12795
12796 - type: "plot"
12797   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12798   algorithm: "plot_tsa_name"
12799   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12800   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12801   include:
12802     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12803     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12804     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12805   layout:
12806     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
12807     layout: "plot-throughput-speedup-analysis"
12808
12809 #- type: "plot"
12810 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12811 #  algorithm: "plot_tsa_name"
12812 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12813 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12814 #  include:
12815 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12816 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12817 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12818 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12819 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12820 #  layout:
12821 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12822 #    layout: "plot-throughput-speedup-analysis"
12823 #
12824 #- type: "plot"
12825 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12826 #  algorithm: "plot_tsa_name"
12827 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12828 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12829 #  include:
12830 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12831 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12832 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12833 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12834 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12835 #  layout:
12836 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12837 #    layout: "plot-throughput-speedup-analysis"
12838 #
12839 #- type: "plot"
12840 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12841 #  algorithm: "plot_tsa_name"
12842 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12843 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12844 #  include:
12845 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12846 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12847 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12848 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12849 #  layout:
12850 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12851 #    layout: "plot-throughput-speedup-analysis"
12852 #
12853 #- type: "plot"
12854 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12855 #  algorithm: "plot_tsa_name"
12856 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12857 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12858 #  include:
12859 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12860 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12861 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12862 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12863 #  layout:
12864 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12865 #    layout: "plot-throughput-speedup-analysis"
12866 #
12867 #- type: "plot"
12868 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12869 #  algorithm: "plot_tsa_name"
12870 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12871 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12872 #  include:
12873 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12874 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12875 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12876 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12877 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12878 #  layout:
12879 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12880 #    layout: "plot-throughput-speedup-analysis"
12881 #
12882 #- type: "plot"
12883 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12884 #  algorithm: "plot_tsa_name"
12885 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12886 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12887 #  include:
12888 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12889 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12890 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12891 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12892 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12893 #  layout:
12894 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12895 #    layout: "plot-throughput-speedup-analysis"
12896 #
12897 #- type: "plot"
12898 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12899 #  algorithm: "plot_tsa_name"
12900 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12901 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12902 #  include:
12903 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12904 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12905 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12906 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12907 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12908 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12909 #  layout:
12910 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12911 #    layout: "plot-throughput-speedup-analysis"
12912 #
12913 #- type: "plot"
12914 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12915 #  algorithm: "plot_tsa_name"
12916 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12917 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12918 #  include:
12919 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12920 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12921 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12922 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12923 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12924 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12925 #  layout:
12926 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12927 #    layout: "plot-throughput-speedup-analysis"
12928
12929 - type: "plot"
12930   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12931   algorithm: "plot_tsa_name"
12932   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12933   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12934   include:
12935     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12936     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12937   layout:
12938     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
12939     layout: "plot-throughput-speedup-analysis"
12940
12941 - type: "plot"
12942   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12943   algorithm: "plot_tsa_name"
12944   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12945   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12946   include:
12947     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12948     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12949   layout:
12950     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
12951     layout: "plot-throughput-speedup-analysis"
12952
12953 #- type: "plot"
12954 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12955 #  algorithm: "plot_tsa_name"
12956 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12957 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12958 #  include:
12959 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12960 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12961 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12962 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12963 #  layout:
12964 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
12965 #    layout: "plot-throughput-speedup-analysis"
12966 #
12967 #- type: "plot"
12968 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12969 #  algorithm: "plot_tsa_name"
12970 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12971 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12972 #  include:
12973 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12974 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12975 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12976 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12977 #  layout:
12978 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
12979 #    layout: "plot-throughput-speedup-analysis"
12980 #
12981 #- type: "plot"
12982 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12983 #  algorithm: "plot_tsa_name"
12984 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12985 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12986 #  include:
12987 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12988 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12989 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12990 #  layout:
12991 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
12992 #    layout: "plot-throughput-speedup-analysis"
12993 #
12994 #- type: "plot"
12995 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12996 #  algorithm: "plot_tsa_name"
12997 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12998 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12999 #  include:
13000 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13001 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13002 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13003 #  layout:
13004 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
13005 #    layout: "plot-throughput-speedup-analysis"
13006 #
13007 #- type: "plot"
13008 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13009 #  algorithm: "plot_tsa_name"
13010 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13011 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13012 #  include:
13013 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13014 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13015 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13016 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13017 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13018 #  layout:
13019 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13020 #    layout: "plot-throughput-speedup-analysis"
13021 #
13022 #- type: "plot"
13023 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13024 #  algorithm: "plot_tsa_name"
13025 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13026 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13027 #  include:
13028 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13029 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13030 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13031 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13032 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13033 #  layout:
13034 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13035 #    layout: "plot-throughput-speedup-analysis"
13036
13037 - type: "plot"
13038   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13039   algorithm: "plot_tsa_name"
13040   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13041   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13042   include:
13043     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13044     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13045     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13046   layout:
13047     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
13048     layout: "plot-throughput-speedup-analysis"
13049
13050 - type: "plot"
13051   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13052   algorithm: "plot_tsa_name"
13053   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13054   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13055   include:
13056     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13057     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13058     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13059   layout:
13060     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
13061     layout: "plot-throughput-speedup-analysis"
13062
13063 #- type: "plot"
13064 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13065 #  algorithm: "plot_tsa_name"
13066 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13067 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13068 #  include:
13069 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13070 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13071 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13072 #  layout:
13073 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
13074 #    layout: "plot-throughput-speedup-analysis"
13075 #
13076 #- type: "plot"
13077 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13078 #  algorithm: "plot_tsa_name"
13079 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13080 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13081 #  include:
13082 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13083 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13084 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13085 #  layout:
13086 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
13087 #    layout: "plot-throughput-speedup-analysis"
13088 #
13089 #- type: "plot"
13090 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13091 #  algorithm: "plot_tsa_name"
13092 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13093 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13094 #  include:
13095 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13096 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13097 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13098 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13099 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13100 #  layout:
13101 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13102 #    layout: "plot-throughput-speedup-analysis"
13103 #
13104 #- type: "plot"
13105 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13106 #  algorithm: "plot_tsa_name"
13107 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13108 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13109 #  include:
13110 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13111 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13112 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13113 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13114 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13115 #  layout:
13116 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13117 #    layout: "plot-throughput-speedup-analysis"
13118
13119 - type: "plot"
13120   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13121   algorithm: "plot_tsa_name"
13122   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13123   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13124   include:
13125     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13126     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13127     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13128     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13129     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13130     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13131   layout:
13132     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13133     layout: "plot-throughput-speedup-analysis"
13134
13135 - type: "plot"
13136   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13137   algorithm: "plot_tsa_name"
13138   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13139   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13140   include:
13141     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13142     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13143     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13144     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13145     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13146     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13147   layout:
13148     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13149     layout: "plot-throughput-speedup-analysis"
13150
13151 - type: "plot"
13152   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13153   algorithm: "plot_tsa_name"
13154   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13155   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13156   include:
13157     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13158     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13159     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13160     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13161   layout:
13162     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13163     layout: "plot-throughput-speedup-analysis"
13164
13165 - type: "plot"
13166   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13167   algorithm: "plot_tsa_name"
13168   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13169   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13170   include:
13171     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13172     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13173     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13174     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13175   layout:
13176     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13177     layout: "plot-throughput-speedup-analysis"
13178
13179 #- type: "plot"
13180 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13181 #  algorithm: "plot_tsa_name"
13182 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13183 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13184 #  include:
13185 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13186 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13187 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13188 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13189 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13190 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13191 #  layout:
13192 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
13193 #    layout: "plot-throughput-speedup-analysis"
13194 #
13195 #- type: "plot"
13196 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13197 #  algorithm: "plot_tsa_name"
13198 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13199 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13200 #  include:
13201 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13202 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13203 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13204 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13205 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13206 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13207 #  layout:
13208 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
13209 #    layout: "plot-throughput-speedup-analysis"
13210 #
13211 #- type: "plot"
13212 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13213 #  algorithm: "plot_tsa_name"
13214 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13215 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13216 #  include:
13217 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13218 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13219 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13220 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13221 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13222 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13223 #  layout:
13224 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13225 #    layout: "plot-throughput-speedup-analysis"
13226 #
13227 #- type: "plot"
13228 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13229 #  algorithm: "plot_tsa_name"
13230 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13231 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13232 #  include:
13233 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13234 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13235 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13236 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13237 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13238 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13239 #  layout:
13240 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13241 #    layout: "plot-throughput-speedup-analysis"
13242 #
13243 #- type: "plot"
13244 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13245 #  algorithm: "plot_tsa_name"
13246 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13247 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13248 #  include:
13249 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13250 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13251 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13252 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13253 #  layout:
13254 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
13255 #    layout: "plot-throughput-speedup-analysis"
13256 #
13257 #- type: "plot"
13258 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13259 #  algorithm: "plot_tsa_name"
13260 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13261 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13262 #  include:
13263 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13264 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13265 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13266 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13267 #  layout:
13268 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
13269 #    layout: "plot-throughput-speedup-analysis"
13270 #
13271 #- type: "plot"
13272 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13273 #  algorithm: "plot_tsa_name"
13274 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13275 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13276 #  include:
13277 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13278 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13279 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13280 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13281 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13282 #  layout:
13283 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13284 #    layout: "plot-throughput-speedup-analysis"
13285 #
13286 #- type: "plot"
13287 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13288 #  algorithm: "plot_tsa_name"
13289 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13290 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13291 #  include:
13292 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13293 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13294 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13295 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13296 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13297 #  layout:
13298 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13299 #    layout: "plot-throughput-speedup-analysis"
13300 #
13301 #- type: "plot"
13302 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13303 #  algorithm: "plot_tsa_name"
13304 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13305 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13306 #  include:
13307 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13308 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13309 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13310 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13311 #  layout:
13312 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13313 #    layout: "plot-throughput-speedup-analysis"
13314 #
13315 #- type: "plot"
13316 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13317 #  algorithm: "plot_tsa_name"
13318 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13319 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13320 #  include:
13321 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13322 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13323 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13324 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13325 #  layout:
13326 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13327 #    layout: "plot-throughput-speedup-analysis"
13328
13329 - type: "plot"
13330   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13331   algorithm: "plot_tsa_name"
13332   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13333   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13334   include:
13335     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13336     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13337     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13338     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13339     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13340     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13341   layout:
13342     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
13343     layout: "plot-throughput-speedup-analysis"
13344
13345 - type: "plot"
13346   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13347   algorithm: "plot_tsa_name"
13348   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13349   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13350   include:
13351     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13352     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13353     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13354     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13355     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13356     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13357   layout:
13358     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
13359     layout: "plot-throughput-speedup-analysis"
13360
13361 #- type: "plot"
13362 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13363 #  algorithm: "plot_tsa_name"
13364 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13365 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13366 #  include:
13367 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13368 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13369 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13370 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13371 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13372 #  layout:
13373 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13374 #    layout: "plot-throughput-speedup-analysis"
13375 #
13376 #- type: "plot"
13377 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13378 #  algorithm: "plot_tsa_name"
13379 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13380 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13381 #  include:
13382 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13383 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13384 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13385 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13386 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13387 #  layout:
13388 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13389 #    layout: "plot-throughput-speedup-analysis"
13390 #
13391 #- type: "plot"
13392 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13393 #  algorithm: "plot_tsa_name"
13394 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13395 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13396 #  include:
13397 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13398 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13399 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13400 #  layout:
13401 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
13402 #    layout: "plot-throughput-speedup-analysis"
13403 #
13404 #- type: "plot"
13405 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13406 #  algorithm: "plot_tsa_name"
13407 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13408 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13409 #  include:
13410 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13411 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13412 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13413 #  layout:
13414 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
13415 #    layout: "plot-throughput-speedup-analysis"
13416 #
13417 #- type: "plot"
13418 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13419 #  algorithm: "plot_tsa_name"
13420 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13421 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13422 #  include:
13423 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13424 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13425 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13426 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13427 #  layout:
13428 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13429 #    layout: "plot-throughput-speedup-analysis"
13430 #
13431 #- type: "plot"
13432 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13433 #  algorithm: "plot_tsa_name"
13434 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13435 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13436 #  include:
13437 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13438 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13439 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13440 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13441 #  layout:
13442 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13443 #    layout: "plot-throughput-speedup-analysis"
13444 #
13445 #- type: "plot"
13446 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13447 #  algorithm: "plot_tsa_name"
13448 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13449 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13450 #  include:
13451 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13452 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13453 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13454 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13455 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13456 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13457 #  layout:
13458 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13459 #    layout: "plot-throughput-speedup-analysis"
13460 #
13461 #- type: "plot"
13462 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13463 #  algorithm: "plot_tsa_name"
13464 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13465 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13466 #  include:
13467 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13468 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13469 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13470 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13471 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13472 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13473 #  layout:
13474 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13475 #    layout: "plot-throughput-speedup-analysis"
13476 #
13477 #- type: "plot"
13478 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13479 #  algorithm: "plot_tsa_name"
13480 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13481 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13482 #  include:
13483 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13484 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13485 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13486 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13487 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13488 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13489 #  layout:
13490 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr"
13491 #    layout: "plot-throughput-speedup-analysis"
13492 #
13493 #- type: "plot"
13494 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13495 #  algorithm: "plot_tsa_name"
13496 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13497 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13498 #  include:
13499 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13500 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13501 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13502 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13503 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13504 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13505 #  layout:
13506 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr"
13507 #    layout: "plot-throughput-speedup-analysis"
13508
13509 - type: "plot"
13510   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13511   algorithm: "plot_tsa_name"
13512   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13513   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13514   include:
13515     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13516     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13517     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13518     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13519     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13520     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13521   layout:
13522     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
13523     layout: "plot-throughput-speedup-analysis"
13524
13525 - type: "plot"
13526   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13527   algorithm: "plot_tsa_name"
13528   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13529   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13530   include:
13531     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13532     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13533     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13534     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13535     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13536     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13537   layout:
13538     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
13539     layout: "plot-throughput-speedup-analysis"
13540
13541 #- type: "plot"
13542 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13543 #  algorithm: "plot_tsa_name"
13544 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13545 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13546 #  include:
13547 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13548 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13549 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13550 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13551 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13552 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13553 #  layout:
13554 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr"
13555 #    layout: "plot-throughput-speedup-analysis"
13556 #
13557 #- type: "plot"
13558 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13559 #  algorithm: "plot_tsa_name"
13560 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13561 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13562 #  include:
13563 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13564 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13565 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13566 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13567 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13568 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13569 #  layout:
13570 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr"
13571 #    layout: "plot-throughput-speedup-analysis"
13572 #
13573 #- type: "plot"
13574 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13575 #  algorithm: "plot_tsa_name"
13576 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13577 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13578 #  include:
13579 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13580 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13581 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13582 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13583 #  layout:
13584 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13585 #    layout: "plot-throughput-speedup-analysis"
13586 #
13587 #- type: "plot"
13588 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13589 #  algorithm: "plot_tsa_name"
13590 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13591 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13592 #  include:
13593 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13594 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13595 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13596 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13597 #  layout:
13598 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13599 #    layout: "plot-throughput-speedup-analysis"
13600 #
13601 #- type: "plot"
13602 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13603 #  algorithm: "plot_tsa_name"
13604 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13605 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13606 #  include:
13607 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13608 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13609 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13610 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13611 #  layout:
13612 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13613 #    layout: "plot-throughput-speedup-analysis"
13614 #
13615 #- type: "plot"
13616 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13617 #  algorithm: "plot_tsa_name"
13618 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13619 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13620 #  include:
13621 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13622 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13623 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13624 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13625 #  layout:
13626 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13627 #    layout: "plot-throughput-speedup-analysis"
13628
13629 - type: "plot"
13630   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13631   algorithm: "plot_tsa_name"
13632   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
13633   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13634   include:
13635     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13636     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13637     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13638     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13639   layout:
13640     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13641     layout: "plot-throughput-speedup-analysis"
13642
13643 - type: "plot"
13644   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13645   algorithm: "plot_tsa_name"
13646   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
13647   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13648   include:
13649     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13650     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13651     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13652     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13653   layout:
13654     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13655     layout: "plot-throughput-speedup-analysis"
13656
13657 - type: "plot"
13658   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13659   algorithm: "plot_tsa_name"
13660   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13661   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13662   include:
13663     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13664     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13665     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13666     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13667   layout:
13668     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13669     layout: "plot-throughput-speedup-analysis"
13670
13671 - type: "plot"
13672   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13673   algorithm: "plot_tsa_name"
13674   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13675   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13676   include:
13677     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13678     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13679     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13680     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13681   layout:
13682     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13683     layout: "plot-throughput-speedup-analysis"
13684
13685 #- type: "plot"
13686 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13687 #  algorithm: "plot_tsa_name"
13688 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13689 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13690 #  include:
13691 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13692 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13693 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13694 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13695 #  layout:
13696 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13697 #    layout: "plot-throughput-speedup-analysis"
13698 #
13699 #- type: "plot"
13700 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13701 #  algorithm: "plot_tsa_name"
13702 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13703 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13704 #  include:
13705 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13706 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13707 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13708 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13709 #  layout:
13710 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13711 #    layout: "plot-throughput-speedup-analysis"
13712 #
13713 #- type: "plot"
13714 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13715 #  algorithm: "plot_tsa_name"
13716 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13717 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13718 #  include:
13719 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13720 #    - "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"
13721 #    - "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"
13722 #    - "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"
13723 #  layout:
13724 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13725 #    layout: "plot-throughput-speedup-analysis"
13726 #
13727 #- type: "plot"
13728 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13729 #  algorithm: "plot_tsa_name"
13730 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13731 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13732 #  include:
13733 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13734 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13735 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13736 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13737 #  layout:
13738 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13739 #    layout: "plot-throughput-speedup-analysis"
13740 #
13741 #- type: "plot"
13742 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13743 #  algorithm: "plot_tsa_name"
13744 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13745 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13746 #  include:
13747 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13748 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13749 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13750 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13751 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13752 #  layout:
13753 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13754 #    layout: "plot-throughput-speedup-analysis"
13755 #
13756 #- type: "plot"
13757 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13758 #  algorithm: "plot_tsa_name"
13759 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13760 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13761 #  include:
13762 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13763 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13764 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13765 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13766 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13767 #  layout:
13768 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13769 #    layout: "plot-throughput-speedup-analysis"
13770 #
13771 #- type: "plot"
13772 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13773 #  algorithm: "plot_tsa_name"
13774 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13775 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13776 #  include:
13777 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13778 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13779 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13780 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13781 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13782 #  layout:
13783 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13784 #    layout: "plot-throughput-speedup-analysis"
13785 #
13786 #- type: "plot"
13787 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13788 #  algorithm: "plot_tsa_name"
13789 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13790 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13791 #  include:
13792 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13793 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13794 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13795 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13796 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13797 #  layout:
13798 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13799 #    layout: "plot-throughput-speedup-analysis"
13800 #
13801 #- type: "plot"
13802 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13803 #  algorithm: "plot_tsa_name"
13804 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13805 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13806 #  include:
13807 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13808 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13809 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13810 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13811 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13812 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13813 #  layout:
13814 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13815 #    layout: "plot-throughput-speedup-analysis"
13816 #
13817 #- type: "plot"
13818 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13819 #  algorithm: "plot_tsa_name"
13820 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13821 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13822 #  include:
13823 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13824 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13825 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13826 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13827 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13828 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13829 #  layout:
13830 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13831 #    layout: "plot-throughput-speedup-analysis"
13832 #
13833 #- type: "plot"
13834 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13835 #  algorithm: "plot_tsa_name"
13836 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13837 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13838 #  include:
13839 #    - "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"
13840 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13841 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13842 #    - "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"
13843 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13844 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13845 #  layout:
13846 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13847 #    layout: "plot-throughput-speedup-analysis"
13848 #
13849 #- type: "plot"
13850 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13851 #  algorithm: "plot_tsa_name"
13852 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13853 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13854 #  include:
13855 #    - "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"
13856 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13857 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13858 #    - "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"
13859 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13860 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13861 #  layout:
13862 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13863 #    layout: "plot-throughput-speedup-analysis"
13864 #
13865 #- type: "plot"
13866 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13867 #  algorithm: "plot_tsa_name"
13868 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13869 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13870 #  include:
13871 #    - "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"
13872 #    - "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"
13873 #    - "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"
13874 #  layout:
13875 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr"
13876 #    layout: "plot-throughput-speedup-analysis"
13877 #
13878 #- type: "plot"
13879 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13880 #  algorithm: "plot_tsa_name"
13881 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13882 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13883 #  include:
13884 #    - "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"
13885 #    - "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"
13886 #    - "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"
13887 #  layout:
13888 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr"
13889 #    layout: "plot-throughput-speedup-analysis"
13890
13891 - type: "plot"
13892   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13893   algorithm: "plot_tsa_name"
13894   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13895   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13896   include:
13897     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13898     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13899     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13900     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13901     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13902   layout:
13903     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
13904     layout: "plot-throughput-speedup-analysis"
13905
13906 - type: "plot"
13907   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13908   algorithm: "plot_tsa_name"
13909   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13910   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13911   include:
13912     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13913     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13914     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13915     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13916     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13917   layout:
13918     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
13919     layout: "plot-throughput-speedup-analysis"
13920
13921 - type: "plot"
13922   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13923   algorithm: "plot_tsa_name"
13924   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13925   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13926   include:
13927     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13928     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13929     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13930     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13931     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13932   layout:
13933     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
13934     layout: "plot-throughput-speedup-analysis"
13935
13936 - type: "plot"
13937   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13938   algorithm: "plot_tsa_name"
13939   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13940   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13941   include:
13942     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13943     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13944     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13945     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13946     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13947   layout:
13948     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
13949     layout: "plot-throughput-speedup-analysis"
13950
13951 - type: "plot"
13952   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13953   algorithm: "plot_tsa_name"
13954   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13955   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13956   include:
13957     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13958     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13959     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13960     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13961     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13962     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13963   layout:
13964     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
13965     layout: "plot-throughput-speedup-analysis"
13966
13967 - type: "plot"
13968   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13969   algorithm: "plot_tsa_name"
13970   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13971   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13972   include:
13973     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13974     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13975     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13976     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13977     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13978     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13979   layout:
13980     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
13981     layout: "plot-throughput-speedup-analysis"
13982
13983 - type: "plot"
13984   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13985   algorithm: "plot_tsa_name"
13986   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13987   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13988   include:
13989     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13990     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13991     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13992     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13993   layout:
13994     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
13995     layout: "plot-throughput-speedup-analysis"
13996
13997 - type: "plot"
13998   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13999   algorithm: "plot_tsa_name"
14000   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14001   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14002   include:
14003     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14004     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14005     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14006     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14007   layout:
14008     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
14009     layout: "plot-throughput-speedup-analysis"
14010
14011 - type: "plot"
14012   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14013   algorithm: "plot_tsa_name"
14014   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14015   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14016   include:
14017     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14018     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14019     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14020     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14021     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14022   layout:
14023     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
14024     layout: "plot-throughput-speedup-analysis"
14025
14026 - type: "plot"
14027   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14028   algorithm: "plot_tsa_name"
14029   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14030   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14031   include:
14032     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14033     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14034     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14035     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14036     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14037   layout:
14038     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
14039     layout: "plot-throughput-speedup-analysis"
14040
14041 - type: "plot"
14042   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14043   algorithm: "plot_tsa_name"
14044   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14045   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14046   include:
14047     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14048     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14049     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14050     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14051     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14052     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14053   layout:
14054     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14055     layout: "plot-throughput-speedup-analysis"
14056
14057 - type: "plot"
14058   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14059   algorithm: "plot_tsa_name"
14060   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14061   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14062   include:
14063     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14064     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14065     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14066     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14067     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14068     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14069   layout:
14070     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14071     layout: "plot-throughput-speedup-analysis"
14072
14073 - type: "plot"
14074   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14075   algorithm: "plot_tsa_name"
14076   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14077   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14078   include:
14079     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14080     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14081     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14082     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14083   layout:
14084     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
14085     layout: "plot-throughput-speedup-analysis"
14086
14087 - type: "plot"
14088   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14089   algorithm: "plot_tsa_name"
14090   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14091   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14092   include:
14093     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14094     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14095     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14096     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14097   layout:
14098     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
14099     layout: "plot-throughput-speedup-analysis"
14100
14101 - type: "plot"
14102   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14103   algorithm: "plot_tsa_name"
14104   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14105   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14106   include:
14107     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14108     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14109     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14110     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14111     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14112     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14113   layout:
14114     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
14115     layout: "plot-throughput-speedup-analysis"
14116
14117 - type: "plot"
14118   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14119   algorithm: "plot_tsa_name"
14120   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14121   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14122   include:
14123     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14124     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14125     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14126     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14127     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14128     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14129   layout:
14130     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
14131     layout: "plot-throughput-speedup-analysis"
14132
14133 - type: "plot"
14134   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14135   algorithm: "plot_tsa_name"
14136   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14137   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14138   include:
14139     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14140     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14141     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14142     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14143     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14144     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14145   layout:
14146     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
14147     layout: "plot-throughput-speedup-analysis"
14148
14149 - type: "plot"
14150   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14151   algorithm: "plot_tsa_name"
14152   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14153   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14154   include:
14155     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14156     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14157     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14158     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14159     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14160     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14161   layout:
14162     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
14163     layout: "plot-throughput-speedup-analysis"
14164
14165 - type: "plot"
14166   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14167   algorithm: "plot_tsa_name"
14168   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14169   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14170   include:
14171     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14172     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14173     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14174     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14175     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14176     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14177   layout:
14178     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
14179     layout: "plot-throughput-speedup-analysis"
14180
14181 - type: "plot"
14182   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14183   algorithm: "plot_tsa_name"
14184   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14185   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14186   include:
14187     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14188     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14189     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14190     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14191     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14192     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14193   layout:
14194     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
14195     layout: "plot-throughput-speedup-analysis"
14196
14197 - type: "plot"
14198   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14199   algorithm: "plot_tsa_name"
14200   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14201   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14202   include:
14203     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14204     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14205     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14206     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14207     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14208   layout:
14209     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
14210     layout: "plot-throughput-speedup-analysis"
14211
14212 - type: "plot"
14213   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14214   algorithm: "plot_tsa_name"
14215   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14216   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14217   include:
14218     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14219     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14220     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14221     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14222     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14223   layout:
14224     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
14225     layout: "plot-throughput-speedup-analysis"
14226
14227 #- type: "plot"
14228 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14229 #  algorithm: "plot_tsa_name"
14230 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14231 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14232 #  include:
14233 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14234 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14235 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14236 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14237 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14238 #  layout:
14239 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
14240 #    layout: "plot-throughput-speedup-analysis"
14241 #
14242 #- type: "plot"
14243 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14244 #  algorithm: "plot_tsa_name"
14245 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14246 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14247 #  include:
14248 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14249 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14250 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14251 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14252 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14253 #  layout:
14254 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
14255 #    layout: "plot-throughput-speedup-analysis"
14256
14257 #- type: "plot"
14258 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14259 #  algorithm: "plot_tsa_name"
14260 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14261 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14262 #  include:
14263 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14264 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14265 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14266 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14267 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14268 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14269 #  layout:
14270 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
14271 #    layout: "plot-throughput-speedup-analysis"
14272 #
14273 #- type: "plot"
14274 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14275 #  algorithm: "plot_tsa_name"
14276 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14277 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14278 #  include:
14279 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14280 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14281 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14282 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14283 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14284 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14285 #  layout:
14286 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
14287 #    layout: "plot-throughput-speedup-analysis"
14288
14289 - type: "plot"
14290   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14291   algorithm: "plot_tsa_name"
14292   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14293   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14294   include:
14295     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14296     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14297     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14298     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14299     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14300   layout:
14301     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14302     layout: "plot-throughput-speedup-analysis"
14303
14304 - type: "plot"
14305   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14306   algorithm: "plot_tsa_name"
14307   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14308   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14309   include:
14310     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14311     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14312     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14313     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14314     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14315   layout:
14316     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14317     layout: "plot-throughput-speedup-analysis"
14318
14319 - type: "plot"
14320   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14321   algorithm: "plot_tsa_name"
14322   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14323   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14324   include:
14325     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14326     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14327     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14328     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14329     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14330     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14331   layout:
14332     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14333     layout: "plot-throughput-speedup-analysis"
14334
14335 - type: "plot"
14336   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14337   algorithm: "plot_tsa_name"
14338   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14339   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14340   include:
14341     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14342     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14343     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14344     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14345     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14346     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14347   layout:
14348     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14349     layout: "plot-throughput-speedup-analysis"
14350
14351 - type: "plot"
14352   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14353   algorithm: "plot_tsa_name"
14354   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14355   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14356   include:
14357     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14358     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14359     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14360     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14361     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14362   layout:
14363     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14364     layout: "plot-throughput-speedup-analysis"
14365
14366 - type: "plot"
14367   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14368   algorithm: "plot_tsa_name"
14369   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14370   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14371   include:
14372     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14373     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14374     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14375     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14376     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14377   layout:
14378     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14379     layout: "plot-throughput-speedup-analysis"
14380
14381 - type: "plot"
14382   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14383   algorithm: "plot_tsa_name"
14384   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14385   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14386   include:
14387     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14388     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14389     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14390     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14391   layout:
14392     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14393     layout: "plot-throughput-speedup-analysis"
14394
14395 - type: "plot"
14396   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14397   algorithm: "plot_tsa_name"
14398   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14399   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14400   include:
14401     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14402     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14403     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14404     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14405   layout:
14406     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14407     layout: "plot-throughput-speedup-analysis"
14408
14409 - type: "plot"
14410   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14411   algorithm: "plot_tsa_name"
14412   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14413   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14414   include:
14415     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14416     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14417     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14418     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14419     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14420     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14421   layout:
14422     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14423     layout: "plot-throughput-speedup-analysis"
14424
14425 - type: "plot"
14426   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14427   algorithm: "plot_tsa_name"
14428   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14429   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14430   include:
14431     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14432     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14433     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14434     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14435     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14436     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14437   layout:
14438     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14439     layout: "plot-throughput-speedup-analysis"
14440
14441 - type: "plot"
14442   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14443   algorithm: "plot_tsa_name"
14444   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14445   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14446   include:
14447     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14448     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14449     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14450     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14451     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14452   layout:
14453     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14454     layout: "plot-throughput-speedup-analysis"
14455
14456 - type: "plot"
14457   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14458   algorithm: "plot_tsa_name"
14459   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14460   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14461   include:
14462     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14463     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14464     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14465     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14466     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14467   layout:
14468     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14469     layout: "plot-throughput-speedup-analysis"
14470
14471 - type: "plot"
14472   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14473   algorithm: "plot_tsa_name"
14474   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14475   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14476   include:
14477     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14478     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14479     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14480     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14481     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14482     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14483   layout:
14484     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14485     layout: "plot-throughput-speedup-analysis"
14486
14487 - type: "plot"
14488   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14489   algorithm: "plot_tsa_name"
14490   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14491   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14492   include:
14493     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14494     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14495     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14496     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14497     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14498     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14499   layout:
14500     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14501     layout: "plot-throughput-speedup-analysis"
14502
14503 - type: "plot"
14504   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14505   algorithm: "plot_tsa_name"
14506   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14507   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14508   include:
14509     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14510     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14511     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14512     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14513   layout:
14514     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14515     layout: "plot-throughput-speedup-analysis"
14516
14517 - type: "plot"
14518   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14519   algorithm: "plot_tsa_name"
14520   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14521   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14522   include:
14523     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14524     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14525     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14526     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14527   layout:
14528     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14529     layout: "plot-throughput-speedup-analysis"
14530
14531 - type: "plot"
14532   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14533   algorithm: "plot_tsa_name"
14534   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14535   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14536   include:
14537     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14538     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14539     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14540     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14541     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14542   layout:
14543     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14544     layout: "plot-throughput-speedup-analysis"
14545
14546 - type: "plot"
14547   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14548   algorithm: "plot_tsa_name"
14549   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14550   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14551   include:
14552     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14553     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14554     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14555     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14556     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14557   layout:
14558     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14559     layout: "plot-throughput-speedup-analysis"
14560
14561 - type: "plot"
14562   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14563   algorithm: "plot_tsa_name"
14564   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14565   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14566   include:
14567     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14568     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14569     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14570     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14571     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14572     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14573   layout:
14574     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14575     layout: "plot-throughput-speedup-analysis"
14576
14577 - type: "plot"
14578   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14579   algorithm: "plot_tsa_name"
14580   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14581   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14582   include:
14583     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14584     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14585     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14586     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14587     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14588     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14589   layout:
14590     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14591     layout: "plot-throughput-speedup-analysis"
14592
14593 - type: "plot"
14594   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14595   algorithm: "plot_tsa_name"
14596   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14597   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14598   include:
14599     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14600     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14601     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14602     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14603   layout:
14604     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14605     layout: "plot-throughput-speedup-analysis"
14606
14607 - type: "plot"
14608   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14609   algorithm: "plot_tsa_name"
14610   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14611   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14612   include:
14613     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14614     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14615     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14616     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14617   layout:
14618     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14619     layout: "plot-throughput-speedup-analysis"
14620
14621 - type: "plot"
14622   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14623   algorithm: "plot_tsa_name"
14624   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14625   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14626   include:
14627     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14628     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14629     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14630     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14631     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14632     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14633   layout:
14634     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14635     layout: "plot-throughput-speedup-analysis"
14636
14637 - type: "plot"
14638   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14639   algorithm: "plot_tsa_name"
14640   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14641   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14642   include:
14643     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14644     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14645     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14646     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14647     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14648     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14649   layout:
14650     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14651     layout: "plot-throughput-speedup-analysis"
14652
14653 - type: "plot"
14654   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14655   algorithm: "plot_tsa_name"
14656   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14657   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14658   include:
14659     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14660     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14661     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14662     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14663     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14664     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14665   layout:
14666     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14667     layout: "plot-throughput-speedup-analysis"
14668
14669 - type: "plot"
14670   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14671   algorithm: "plot_tsa_name"
14672   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14673   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14674   include:
14675     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14676     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14677     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14678     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14679     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14680     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14681   layout:
14682     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14683     layout: "plot-throughput-speedup-analysis"
14684
14685 #- type: "plot"
14686 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14687 #  algorithm: "plot_tsa_name"
14688 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14689 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14690 #  include:
14691 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14692 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14693 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14694 #  layout:
14695 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14696 #    layout: "plot-throughput-speedup-analysis"
14697 #
14698 #- type: "plot"
14699 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14700 #  algorithm: "plot_tsa_name"
14701 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14702 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14703 #  include:
14704 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14705 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14706 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14707 #  layout:
14708 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14709 #    layout: "plot-throughput-speedup-analysis"
14710
14711 ################################################################################
14712
14713 # Packet Throughput - DPDK
14714
14715 # 2n-skx-xxv710
14716
14717 #- type: "plot"
14718 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
14719 #  algorithm: "plot_perf_box_name"
14720 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
14721 #  data: "plot-dpdk-throughput-latency-2n-skx"
14722 #  include:
14723 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14724 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14725 #  layout:
14726 #    title: "2n-skx-xxv710-64b-2t1c-base-ndr"
14727 #    layout: "plot-throughput"
14728 #
14729 #- type: "plot"
14730 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
14731 #  algorithm: "plot_perf_box_name"
14732 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
14733 #  data: "plot-dpdk-throughput-latency-2n-skx"
14734 #  include:
14735 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14736 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14737 #  layout:
14738 #    title: "2n-skx-xxv710-64b-4t2c-base-ndr"
14739 #    layout: "plot-throughput"
14740 #
14741 #- type: "plot"
14742 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
14743 #  algorithm: "plot_perf_box_name"
14744 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
14745 #  data: "plot-dpdk-throughput-latency-2n-skx"
14746 #  include:
14747 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14748 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14749 #  layout:
14750 #    title: "2n-skx-xxv710-64b-2t1c-base-pdr"
14751 #    layout: "plot-throughput"
14752 #
14753 #- type: "plot"
14754 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
14755 #  algorithm: "plot_perf_box_name"
14756 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
14757 #  data: "plot-dpdk-throughput-latency-2n-skx"
14758 #  include:
14759 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14760 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14761 #  layout:
14762 #    title: "2n-skx-xxv710-64b-4t2c-base-pdr"
14763 #    layout: "plot-throughput"
14764 #
14765 ## 2n-skx-x710
14766 #
14767 #- type: "plot"
14768 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
14769 #  algorithm: "plot_perf_box_name"
14770 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
14771 #  data: "plot-dpdk-throughput-latency-2n-skx"
14772 #  include:
14773 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14774 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14775 #  layout:
14776 #    title: "2n-skx-x710-64b-2t1c-base-ndr"
14777 #    layout: "plot-throughput"
14778 #
14779 #- type: "plot"
14780 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
14781 #  algorithm: "plot_perf_box_name"
14782 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
14783 #  data: "plot-dpdk-throughput-latency-2n-skx"
14784 #  include:
14785 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14786 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14787 #  layout:
14788 #    title: "2n-skx-x710-64b-4t2c-base-ndr"
14789 #    layout: "plot-throughput"
14790 #
14791 #- type: "plot"
14792 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
14793 #  algorithm: "plot_perf_box_name"
14794 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
14795 #  data: "plot-dpdk-throughput-latency-2n-skx"
14796 #  include:
14797 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14798 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14799 #  layout:
14800 #    title: "2n-skx-x710-64b-2t1c-base-pdr"
14801 #    layout: "plot-throughput"
14802 #
14803 #- type: "plot"
14804 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
14805 #  algorithm: "plot_perf_box_name"
14806 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
14807 #  data: "plot-dpdk-throughput-latency-2n-skx"
14808 #  include:
14809 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14810 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14811 #  layout:
14812 #    title: "2n-skx-x710-64b-4t2c-base-pdr"
14813 #    layout: "plot-throughput"
14814 #
14815 ## 3n-skx-xxv710
14816 #
14817 #- type: "plot"
14818 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
14819 #  algorithm: "plot_perf_box_name"
14820 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
14821 #  data: "plot-dpdk-throughput-latency-3n-skx"
14822 #  include:
14823 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14824 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14825 #  layout:
14826 #    title: "3n-skx-xxv710-64b-2t1c-base-ndr"
14827 #    layout: "plot-throughput"
14828 #
14829 #- type: "plot"
14830 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
14831 #  algorithm: "plot_perf_box_name"
14832 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
14833 #  data: "plot-dpdk-throughput-latency-3n-skx"
14834 #  include:
14835 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14836 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14837 #  layout:
14838 #    title: "3n-skx-xxv710-64b-4t2c-base-ndr"
14839 #    layout: "plot-throughput"
14840 #
14841 #- type: "plot"
14842 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
14843 #  algorithm: "plot_perf_box_name"
14844 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
14845 #  data: "plot-dpdk-throughput-latency-3n-skx"
14846 #  include:
14847 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14848 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14849 #  layout:
14850 #    title: "3n-skx-xxv710-64b-2t1c-base-pdr"
14851 #    layout: "plot-throughput"
14852 #
14853 #- type: "plot"
14854 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
14855 #  algorithm: "plot_perf_box_name"
14856 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
14857 #  data: "plot-dpdk-throughput-latency-3n-skx"
14858 #  include:
14859 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14860 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14861 #  layout:
14862 #    title: "3n-skx-xxv710-64b-4t2c-base-pdr"
14863 #    layout: "plot-throughput"
14864 #
14865 ## 3n-skx-x710
14866 #
14867 #- type: "plot"
14868 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
14869 #  algorithm: "plot_perf_box_name"
14870 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
14871 #  data: "plot-dpdk-throughput-latency-3n-skx"
14872 #  include:
14873 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14874 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14875 #  layout:
14876 #    title: "3n-skx-x710-64b-2t1c-base-ndr"
14877 #    layout: "plot-throughput"
14878 #
14879 #- type: "plot"
14880 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
14881 #  algorithm: "plot_perf_box_name"
14882 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
14883 #  data: "plot-dpdk-throughput-latency-3n-skx"
14884 #  include:
14885 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14886 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14887 #  layout:
14888 #    title: "3n-skx-x710-64b-4t2c-base-ndr"
14889 #    layout: "plot-throughput"
14890 #
14891 #- type: "plot"
14892 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
14893 #  algorithm: "plot_perf_box_name"
14894 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
14895 #  data: "plot-dpdk-throughput-latency-3n-skx"
14896 #  include:
14897 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14898 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14899 #  layout:
14900 #    title: "3n-skx-x710-64b-2t1c-base-pdr"
14901 #    layout: "plot-throughput"
14902 #
14903 #- type: "plot"
14904 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
14905 #  algorithm: "plot_perf_box_name"
14906 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
14907 #  data: "plot-dpdk-throughput-latency-3n-skx"
14908 #  include:
14909 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14910 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14911 #  layout:
14912 #    title: "3n-skx-x710-64b-4t2c-base-pdr"
14913 #    layout: "plot-throughput"
14914
14915 # 3n-hsw-xl710
14916
14917 - type: "plot"
14918   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
14919   algorithm: "plot_perf_box_name"
14920   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
14921   data: "plot-dpdk-throughput-latency-3n-hsw"
14922   include:
14923     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14924     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14925   layout:
14926     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
14927     layout: "plot-throughput"
14928
14929 - type: "plot"
14930   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
14931   algorithm: "plot_perf_box_name"
14932   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
14933   data: "plot-dpdk-throughput-latency-3n-hsw"
14934   include:
14935     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14936     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14937   layout:
14938     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
14939     layout: "plot-throughput"
14940
14941 - type: "plot"
14942   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
14943   algorithm: "plot_perf_box_name"
14944   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
14945   data: "plot-dpdk-throughput-latency-3n-hsw"
14946   include:
14947     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14948     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14949   layout:
14950     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
14951     layout: "plot-throughput"
14952
14953 - type: "plot"
14954   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
14955   algorithm: "plot_perf_box_name"
14956   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
14957   data: "plot-dpdk-throughput-latency-3n-hsw"
14958   include:
14959     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14960     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14961   layout:
14962     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
14963     layout: "plot-throughput"
14964
14965 # 3n-hsw-x710
14966
14967 - type: "plot"
14968   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
14969   algorithm: "plot_perf_box_name"
14970   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
14971   data: "plot-dpdk-throughput-latency-3n-hsw"
14972   include:
14973     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14974     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14975   layout:
14976     title: "3n-hsw-x710-64b-1t1c-base-ndr"
14977     layout: "plot-throughput"
14978
14979 - type: "plot"
14980   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
14981   algorithm: "plot_perf_box_name"
14982   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
14983   data: "plot-dpdk-throughput-latency-3n-hsw"
14984   include:
14985     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14986     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14987   layout:
14988     title: "3n-hsw-x710-64b-2t2c-base-ndr"
14989     layout: "plot-throughput"
14990
14991 - type: "plot"
14992   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
14993   algorithm: "plot_perf_box_name"
14994   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
14995   data: "plot-dpdk-throughput-latency-3n-hsw"
14996   include:
14997     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14998     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14999   layout:
15000     title: "3n-hsw-x710-64b-1t1c-base-pdr"
15001     layout: "plot-throughput"
15002
15003 - type: "plot"
15004   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
15005   algorithm: "plot_perf_box_name"
15006   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
15007   data: "plot-dpdk-throughput-latency-3n-hsw"
15008   include:
15009     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15010     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15011   layout:
15012     title: "3n-hsw-x710-64b-2t2c-base-pdr"
15013     layout: "plot-throughput"
15014
15015 # 2n-dnv-x553
15016
15017 - type: "plot"
15018   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
15019   algorithm: "plot_perf_box_name"
15020   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
15021   data: "plot-dpdk-throughput-latency-2n-dnv"
15022   include:
15023     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15024     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15025   layout:
15026     title: "2n-dnv-x553-64b-1t1c-base-ndr"
15027     layout: "plot-throughput"
15028
15029 - type: "plot"
15030   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
15031   algorithm: "plot_perf_box_name"
15032   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
15033   data: "plot-dpdk-throughput-latency-2n-dnv"
15034   include:
15035     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15036     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15037   layout:
15038     title: "2n-dnv-x553-64b-2t2c-base-ndr"
15039     layout: "plot-throughput"
15040
15041 - type: "plot"
15042   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
15043   algorithm: "plot_perf_box_name"
15044   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
15045   data: "plot-dpdk-throughput-latency-2n-dnv"
15046   include:
15047     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15048     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15049   layout:
15050     title: "2n-dnv-x553-64b-1t1c-base-pdr"
15051     layout: "plot-throughput"
15052
15053 - type: "plot"
15054   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
15055   algorithm: "plot_perf_box_name"
15056   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
15057   data: "plot-dpdk-throughput-latency-2n-dnv"
15058   include:
15059     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15060     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15061   layout:
15062     title: "2n-dnv-x553-64b-2t2c-base-pdr"
15063     layout: "plot-throughput"
15064
15065 # 3n-dnv-x553
15066
15067 - type: "plot"
15068   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
15069   algorithm: "plot_perf_box_name"
15070   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
15071   data: "plot-dpdk-throughput-latency-3n-dnv"
15072   include:
15073     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15074     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15075   layout:
15076     title: "3n-dnv-x553-64b-1t1c-base-ndr"
15077     layout: "plot-throughput"
15078
15079 - type: "plot"
15080   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
15081   algorithm: "plot_perf_box_name"
15082   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
15083   data: "plot-dpdk-throughput-latency-3n-dnv"
15084   include:
15085     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15086     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15087   layout:
15088     title: "3n-dnv-x553-64b-2t2c-base-ndr"
15089     layout: "plot-throughput"
15090
15091 - type: "plot"
15092   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
15093   algorithm: "plot_perf_box_name"
15094   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
15095   data: "plot-dpdk-throughput-latency-3n-dnv"
15096   include:
15097     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15098     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15099   layout:
15100     title: "3n-dnv-x553-64b-1t1c-base-pdr"
15101     layout: "plot-throughput"
15102
15103 - type: "plot"
15104   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
15105   algorithm: "plot_perf_box_name"
15106   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
15107   data: "plot-dpdk-throughput-latency-3n-dnv"
15108   include:
15109     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15110     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15111   layout:
15112     title: "3n-dnv-x553-64b-2t2c-base-pdr"
15113     layout: "plot-throughput"
15114
15115 # 3n-tsh-x520
15116
15117 - type: "plot"
15118   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
15119   algorithm: "plot_perf_box_name"
15120   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
15121   data: "plot-dpdk-throughput-latency-3n-tsh"
15122   include:
15123     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15124     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15125   layout:
15126     title: "3n-tsh-x520-64b-1t1c-base-ndr"
15127     layout: "plot-throughput"
15128
15129 - type: "plot"
15130   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
15131   algorithm: "plot_perf_box_name"
15132   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
15133   data: "plot-dpdk-throughput-latency-3n-tsh"
15134   include:
15135     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15136     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15137   layout:
15138     title: "3n-tsh-x520-64b-2t2c-base-ndr"
15139     layout: "plot-throughput"
15140
15141 - type: "plot"
15142   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
15143   algorithm: "plot_perf_box_name"
15144   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
15145   data: "plot-dpdk-throughput-latency-3n-tsh"
15146   include:
15147     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15148     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15149   layout:
15150     title: "3n-tsh-x520-64b-1t1c-base-pdr"
15151     layout: "plot-throughput"
15152
15153 - type: "plot"
15154   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
15155   algorithm: "plot_perf_box_name"
15156   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
15157   data: "plot-dpdk-throughput-latency-3n-tsh"
15158   include:
15159     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15160     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15161   layout:
15162     title: "3n-tsh-x520-64b-2t2c-base-pdr"
15163     layout: "plot-throughput"
15164
15165 ################################################################################
15166 ###   2n-clx                                                                 ###
15167 ################################################################################
15168
15169 # Packet Throughput
15170
15171 #- type: "plot"
15172 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15173 #  algorithm: "plot_perf_box_name"
15174 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15175 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15176 #  include:
15177 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15178 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15179 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15180 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15181 #  layout:
15182 #    title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15183 #    layout: "plot-throughput"
15184 #
15185 #- type: "plot"
15186 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15187 #  algorithm: "plot_perf_box_name"
15188 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15189 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15190 #  include:
15191 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15192 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15193 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15194 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15195 #  layout:
15196 #    title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15197 #    layout: "plot-throughput"
15198 #
15199 #- type: "plot"
15200 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15201 #  algorithm: "plot_perf_box_name"
15202 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15203 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15204 #  include:
15205 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15206 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15207 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15208 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15209 #  layout:
15210 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15211 #    layout: "plot-throughput"
15212 #
15213 #- type: "plot"
15214 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15215 #  algorithm: "plot_perf_box_name"
15216 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15217 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15218 #  include:
15219 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15220 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15221 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15222 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15223 #  layout:
15224 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15225 #    layout: "plot-throughput"
15226 #
15227 #- type: "plot"
15228 #  title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15229 #  algorithm: "plot_perf_box_name"
15230 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15231 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15232 #  include:
15233 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15234 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15235 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15236 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15237 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15238 #  layout:
15239 #    title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15240 #    layout: "plot-throughput"
15241 #
15242 #- type: "plot"
15243 #  title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15244 #  algorithm: "plot_perf_box_name"
15245 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15246 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15247 #  include:
15248 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15249 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15250 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15251 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15252 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15253 #  layout:
15254 #    title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15255 #    layout: "plot-throughput"
15256 #
15257 #- type: "plot"
15258 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15259 #  algorithm: "plot_perf_box_name"
15260 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15261 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15262 #  include:
15263 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15264 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15265 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15266 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15267 #  layout:
15268 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15269 #    layout: "plot-throughput"
15270 #
15271 #- type: "plot"
15272 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15273 #  algorithm: "plot_perf_box_name"
15274 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15275 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15276 #  include:
15277 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15278 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15279 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15280 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15281 #  layout:
15282 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15283 #    layout: "plot-throughput"
15284 #
15285 #- type: "plot"
15286 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15287 #  algorithm: "plot_perf_box_name"
15288 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15289 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15290 #  include:
15291 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15292 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15293 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15294 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15295 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15296 #  layout:
15297 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15298 #    layout: "plot-throughput"
15299 #
15300 #- type: "plot"
15301 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15302 #  algorithm: "plot_perf_box_name"
15303 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15304 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15305 #  include:
15306 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15307 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15308 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15309 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15310 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15311 #  layout:
15312 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15313 #    layout: "plot-throughput"
15314 #
15315 #- type: "plot"
15316 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15317 #  algorithm: "plot_perf_box_name"
15318 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15319 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15320 #  include:
15321 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15322 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15323 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15324 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15325 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15326 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15327 #  layout:
15328 #    title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15329 #    layout: "plot-throughput"
15330 #
15331 #- type: "plot"
15332 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15333 #  algorithm: "plot_perf_box_name"
15334 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15335 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15336 #  include:
15337 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15338 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15339 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15340 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15341 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15342 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15343 #  layout:
15344 #    title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15345 #    layout: "plot-throughput"
15346 #
15347 #- type: "plot"
15348 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15349 #  algorithm: "plot_perf_box_name"
15350 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15351 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15352 #  include:
15353 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15354 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15355 #  layout:
15356 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15357 #    layout: "plot-throughput"
15358 #
15359 #- type: "plot"
15360 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15361 #  algorithm: "plot_perf_box_name"
15362 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15363 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15364 #  include:
15365 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15366 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15367 #  layout:
15368 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15369 #    layout: "plot-throughput"
15370 #
15371 #- type: "plot"
15372 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15373 #  algorithm: "plot_perf_box_name"
15374 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15375 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15376 #  include:
15377 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15378 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15379 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15380 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15381 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15382 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15383 #  layout:
15384 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15385 #    layout: "plot-throughput"
15386 #
15387 #- type: "plot"
15388 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15389 #  algorithm: "plot_perf_box_name"
15390 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15391 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15392 #  include:
15393 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15394 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15395 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15396 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15397 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15398 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15399 #  layout:
15400 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15401 #    layout: "plot-throughput"
15402 #
15403 #- type: "plot"
15404 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15405 #  algorithm: "plot_perf_box_name"
15406 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15407 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15408 #  include:
15409 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15410 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15411 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15412 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15413 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15414 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15415 #  layout:
15416 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15417 #    layout: "plot-throughput"
15418 #
15419 #- type: "plot"
15420 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15421 #  algorithm: "plot_perf_box_name"
15422 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15423 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15424 #  include:
15425 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15426 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15427 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15428 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15429 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15430 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15431 #  layout:
15432 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15433 #    layout: "plot-throughput"
15434 #
15435 #- type: "plot"
15436 #  title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15437 #  algorithm: "plot_perf_box_name"
15438 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15439 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15440 #  include:
15441 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15442 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15443 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15444 #  layout:
15445 #    title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15446 #    layout: "plot-throughput"
15447 #
15448 #- type: "plot"
15449 #  title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15450 #  algorithm: "plot_perf_box_name"
15451 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15452 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15453 #  include:
15454 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15455 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15456 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15457 #  layout:
15458 #    title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15459 #    layout: "plot-throughput"
15460 #
15461 #- type: "plot"
15462 #  title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15463 #  algorithm: "plot_perf_box_name"
15464 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15465 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15466 #  include:
15467 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15468 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15469 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15470 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15471 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15472 #  layout:
15473 #    title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15474 #    layout: "plot-throughput"
15475 #
15476 #- type: "plot"
15477 #  title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15478 #  algorithm: "plot_perf_box_name"
15479 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15480 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15481 #  include:
15482 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15483 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15484 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15485 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15486 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15487 #  layout:
15488 #    title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15489 #    layout: "plot-throughput"
15490 #
15491 #- type: "plot"
15492 #  title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15493 #  algorithm: "plot_perf_box_name"
15494 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15495 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15496 #  include:
15497 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15498 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15499 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15500 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15501 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15502 #  layout:
15503 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15504 #    layout: "plot-throughput"
15505 #
15506 #- type: "plot"
15507 #  title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15508 #  algorithm: "plot_perf_box_name"
15509 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15510 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15511 #  include:
15512 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15513 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15514 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15515 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15516 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15517 #  layout:
15518 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15519 #    layout: "plot-throughput"
15520 #
15521 #- type: "plot"
15522 #  title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15523 #  algorithm: "plot_perf_box_name"
15524 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15525 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15526 #  include:
15527 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15528 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15529 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15530 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15531 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15532 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15533 #  layout:
15534 #    title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15535 #    layout: "plot-throughput"
15536 #
15537 #- type: "plot"
15538 #  title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15539 #  algorithm: "plot_perf_box_name"
15540 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15541 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15542 #  include:
15543 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15544 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15545 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15546 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15547 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15548 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15549 #  layout:
15550 #    title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15551 #    layout: "plot-throughput"
15552 #
15553 #- type: "plot"
15554 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15555 #  algorithm: "plot_perf_box_name"
15556 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15557 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15558 #  include:
15559 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15560 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15561 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15562 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15563 #  layout:
15564 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15565 #    layout: "plot-throughput"
15566 #
15567 #- type: "plot"
15568 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15569 #  algorithm: "plot_perf_box_name"
15570 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15571 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15572 #  include:
15573 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15574 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15575 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15576 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15577 #  layout:
15578 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15579 #    layout: "plot-throughput"
15580 #
15581 #- type: "plot"
15582 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15583 #  algorithm: "plot_perf_box_name"
15584 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15585 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15586 #  include:
15587 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15588 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15589 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15590 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15591 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15592 #  layout:
15593 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15594 #    layout: "plot-throughput"
15595 #
15596 #- type: "plot"
15597 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15598 #  algorithm: "plot_perf_box_name"
15599 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15600 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15601 #  include:
15602 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15603 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15604 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15605 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15606 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15607 #  layout:
15608 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15609 #    layout: "plot-throughput"
15610 #
15611 #- type: "plot"
15612 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15613 #  algorithm: "plot_perf_box_name"
15614 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15615 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15616 #  include:
15617 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15618 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15619 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15620 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15621 #  layout:
15622 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15623 #    layout: "plot-throughput"
15624 #
15625 #- type: "plot"
15626 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15627 #  algorithm: "plot_perf_box_name"
15628 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15629 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15630 #  include:
15631 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15632 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15633 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15634 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15635 #  layout:
15636 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15637 #    layout: "plot-throughput"
15638 #
15639 #- type: "plot"
15640 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15641 #  algorithm: "plot_perf_box_name"
15642 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15643 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15644 #  include:
15645 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15646 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15647 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15648 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15649 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15650 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15651 #  layout:
15652 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15653 #    layout: "plot-throughput"
15654 #
15655 #- type: "plot"
15656 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15657 #  algorithm: "plot_perf_box_name"
15658 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15659 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15660 #  include:
15661 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15662 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15663 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15664 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15665 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15666 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15667 #  layout:
15668 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15669 #    layout: "plot-throughput"
15670 #
15671 #- type: "plot"
15672 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15673 #  algorithm: "plot_perf_box_name"
15674 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15675 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15676 #  include:
15677 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15678 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15679 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15680 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15681 #  layout:
15682 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15683 #    layout: "plot-throughput"
15684 #
15685 #- type: "plot"
15686 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15687 #  algorithm: "plot_perf_box_name"
15688 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15689 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15690 #  include:
15691 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15692 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15693 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15694 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15695 #  layout:
15696 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15697 #    layout: "plot-throughput"
15698 #
15699 #- type: "plot"
15700 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15701 #  algorithm: "plot_perf_box_name"
15702 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15703 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15704 #  include:
15705 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15706 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15707 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15708 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15709 #  layout:
15710 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15711 #    layout: "plot-throughput"
15712 #
15713 #- type: "plot"
15714 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15715 #  algorithm: "plot_perf_box_name"
15716 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15717 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15718 #  include:
15719 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15720 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15721 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15722 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15723 #  layout:
15724 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15725 #    layout: "plot-throughput"
15726 #
15727 #- type: "plot"
15728 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15729 #  algorithm: "plot_perf_box_name"
15730 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15731 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15732 #  include:
15733 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15734 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15735 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15736 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15737 #  layout:
15738 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15739 #    layout: "plot-throughput"
15740 #
15741 #- type: "plot"
15742 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15743 #  algorithm: "plot_perf_box_name"
15744 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15745 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15746 #  include:
15747 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15748 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15749 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15750 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15751 #  layout:
15752 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15753 #    layout: "plot-throughput"
15754 #
15755 #- type: "plot"
15756 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15757 #  algorithm: "plot_perf_box_name"
15758 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15759 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15760 #  include:
15761 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15762 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15763 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15764 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15765 #  layout:
15766 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15767 #    layout: "plot-throughput"
15768 #
15769 #- type: "plot"
15770 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15771 #  algorithm: "plot_perf_box_name"
15772 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15773 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15774 #  include:
15775 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15776 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15777 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15778 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15779 #  layout:
15780 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15781 #    layout: "plot-throughput"
15782 #
15783 #- type: "plot"
15784 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15785 #  algorithm: "plot_perf_box_name"
15786 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15787 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15788 #  include:
15789 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15790 #    - "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"
15791 #    - "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"
15792 #    - "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"
15793 #  layout:
15794 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15795 #    layout: "plot-throughput"
15796 #
15797 #- type: "plot"
15798 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15799 #  algorithm: "plot_perf_box_name"
15800 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15801 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15802 #  include:
15803 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15804 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15805 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15806 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15807 #  layout:
15808 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15809 #    layout: "plot-throughput"
15810 #
15811 #################################################################################
15812 #
15813 ## Packet Speedup
15814 #
15815 #- type: "plot"
15816 #  title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15817 #  algorithm: "plot_tsa_name"
15818 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15819 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15820 #  include:
15821 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15822 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15823 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15824 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15825 #  layout:
15826 #    title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
15827 #    layout: "plot-throughput-speedup-analysis"
15828 #
15829 #- type: "plot"
15830 #  title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15831 #  algorithm: "plot_tsa_name"
15832 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15833 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15834 #  include:
15835 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15836 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15837 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15838 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15839 #  layout:
15840 #    title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
15841 #    layout: "plot-throughput-speedup-analysis"
15842 #
15843 #- type: "plot"
15844 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15845 #  algorithm: "plot_tsa_name"
15846 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15847 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15848 #  include:
15849 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15850 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15851 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15852 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15853 #  layout:
15854 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15855 #    layout: "plot-throughput"
15856 #
15857 #- type: "plot"
15858 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15859 #  algorithm: "plot_tsa_name"
15860 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15861 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15862 #  include:
15863 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15864 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15865 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15866 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15867 #  layout:
15868 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15869 #    layout: "plot-throughput"
15870 #
15871 #- type: "plot"
15872 #  title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15873 #  algorithm: "plot_tsa_name"
15874 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15875 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15876 #  include:
15877 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15878 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15879 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15880 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15881 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15882 #  layout:
15883 #    title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
15884 #    layout: "plot-throughput-speedup-analysis"
15885 #
15886 #- type: "plot"
15887 #  title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15888 #  algorithm: "plot_tsa_name"
15889 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15890 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15891 #  include:
15892 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15893 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15894 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15895 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15896 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15897 #  layout:
15898 #    title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
15899 #    layout: "plot-throughput-speedup-analysis"
15900 #
15901 #- type: "plot"
15902 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15903 #  algorithm: "plot_tsa_name"
15904 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15905 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15906 #  include:
15907 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15908 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15909 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15910 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15911 #  layout:
15912 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15913 #    layout: "plot-throughput-speedup-analysis"
15914 #
15915 #- type: "plot"
15916 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15917 #  algorithm: "plot_tsa_name"
15918 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15919 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15920 #  include:
15921 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15922 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15923 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15924 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15925 #  layout:
15926 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15927 #    layout: "plot-throughput-speedup-analysis"
15928 #
15929 #- type: "plot"
15930 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15931 #  algorithm: "plot_tsa_name"
15932 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15933 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15934 #  include:
15935 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15936 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15937 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15938 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15939 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15940 #  layout:
15941 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15942 #    layout: "plot-throughput-speedup-analysis"
15943 #
15944 #- type: "plot"
15945 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15946 #  algorithm: "plot_tsa_name"
15947 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15948 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15949 #  include:
15950 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15951 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15952 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15953 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15954 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15955 #  layout:
15956 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15957 #    layout: "plot-throughput-speedup-analysis"
15958 #
15959 #- type: "plot"
15960 #  title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15961 #  algorithm: "plot_tsa_name"
15962 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15963 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15964 #  include:
15965 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15966 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15967 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15968 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15969 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15970 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15971 #  layout:
15972 #    title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15973 #    layout: "plot-throughput-speedup-analysis"
15974 #
15975 #- type: "plot"
15976 #  title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15977 #  algorithm: "plot_tsa_name"
15978 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15979 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15980 #  include:
15981 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15982 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15983 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15984 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15985 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15986 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15987 #  layout:
15988 #    title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15989 #    layout: "plot-throughput-speedup-analysis"
15990 #
15991 #- type: "plot"
15992 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-tsa"
15993 #  algorithm: "plot_tsa_name"
15994 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-tsa"
15995 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15996 #  include:
15997 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15998 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15999 #  layout:
16000 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16001 #    layout: "plot-throughput"
16002 #
16003 #- type: "plot"
16004 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr-tsa"
16005 #  algorithm: "plot_tsa_name"
16006 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr-tsa"
16007 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16008 #  include:
16009 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16010 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16011 #  layout:
16012 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16013 #    layout: "plot-throughput"
16014 #
16015 #- type: "plot"
16016 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-tsa"
16017 #  algorithm: "plot_tsa_name"
16018 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-tsa"
16019 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16020 #  include:
16021 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16022 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16023 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16024 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16025 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16026 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16027 #  layout:
16028 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16029 #    layout: "plot-throughput"
16030 #
16031 #- type: "plot"
16032 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr-tsa"
16033 #  algorithm: "plot_tsa_name"
16034 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr-tsa"
16035 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16036 #  include:
16037 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16038 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16039 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16040 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16041 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16042 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16043 #  layout:
16044 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16045 #    layout: "plot-throughput"
16046 #
16047 #- type: "plot"
16048 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-tsa"
16049 #  algorithm: "plot_tsa_name"
16050 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-tsa"
16051 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16052 #  include:
16053 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16054 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16055 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16056 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16057 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16058 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16059 #  layout:
16060 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16061 #    layout: "plot-throughput"
16062 #
16063 #- type: "plot"
16064 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr-tsa"
16065 #  algorithm: "plot_tsa_name"
16066 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr-tsa"
16067 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16068 #  include:
16069 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16070 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16071 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16072 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16073 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16074 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16075 #  layout:
16076 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16077 #    layout: "plot-throughput"
16078 #
16079 #- type: "plot"
16080 #  title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16081 #  algorithm: "plot_tsa_name"
16082 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16083 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16084 #  include:
16085 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16086 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16087 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16088 #  layout:
16089 #    title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr"
16090 #    layout: "plot-throughput-speedup-analysis"
16091 #
16092 #- type: "plot"
16093 #  title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16094 #  algorithm: "plot_tsa_name"
16095 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16096 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16097 #  include:
16098 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16099 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16100 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16101 #  layout:
16102 #    title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr"
16103 #    layout: "plot-throughput-speedup-analysis"
16104 #
16105 #- type: "plot"
16106 #  title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16107 #  algorithm: "plot_tsa_name"
16108 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16109 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16110 #  include:
16111 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16112 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16113 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16114 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16115 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16116 #  layout:
16117 #    title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
16118 #    layout: "plot-throughput-speedup-analysis"
16119 #
16120 #- type: "plot"
16121 #  title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16122 #  algorithm: "plot_tsa_name"
16123 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16124 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16125 #  include:
16126 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16127 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16128 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16129 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16130 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16131 #  layout:
16132 #    title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
16133 #    layout: "plot-throughput-speedup-analysis"
16134 #
16135 #- type: "plot"
16136 #  title: "Speedup: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-tsa"
16137 #  algorithm: "plot_tsa_name"
16138 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-tsa"
16139 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16140 #  include:
16141 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16142 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16143 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16144 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16145 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16146 #  layout:
16147 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16148 #    layout: "plot-throughput"
16149 #
16150 #- type: "plot"
16151 #  title: "Speedup: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr-tsa"
16152 #  algorithm: "plot_tsa_name"
16153 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr-tsa"
16154 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16155 #  include:
16156 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16157 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16158 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16159 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16160 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16161 #  layout:
16162 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16163 #    layout: "plot-throughput"
16164 #
16165 #- type: "plot"
16166 #  title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16167 #  algorithm: "plot_tsa_name"
16168 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16169 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16170 #  include:
16171 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16172 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16173 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16174 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16175 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16176 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16177 #  layout:
16178 #    title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
16179 #    layout: "plot-throughput-speedup-analysis"
16180 #
16181 #- type: "plot"
16182 #  title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16183 #  algorithm: "plot_tsa_name"
16184 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16185 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16186 #  include:
16187 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16188 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16189 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16190 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16191 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16192 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16193 #  layout:
16194 #    title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
16195 #    layout: "plot-throughput-speedup-analysis"
16196 #
16197 #- type: "plot"
16198 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16199 #  algorithm: "plot_tsa_name"
16200 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16201 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16202 #  include:
16203 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16204 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16205 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16206 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16207 #  layout:
16208 #    title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
16209 #    layout: "plot-throughput-speedup-analysis"
16210 #
16211 #- type: "plot"
16212 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16213 #  algorithm: "plot_tsa_name"
16214 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16215 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16216 #  include:
16217 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16218 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16219 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16220 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16221 #  layout:
16222 #    title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
16223 #    layout: "plot-throughput-speedup-analysis"
16224 #
16225 #- type: "plot"
16226 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16227 #  algorithm: "plot_tsa_name"
16228 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16229 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16230 #  include:
16231 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16232 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16233 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16234 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16235 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16236 #  layout:
16237 #    title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
16238 #    layout: "plot-throughput-speedup-analysis"
16239 #
16240 #- type: "plot"
16241 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16242 #  algorithm: "plot_tsa_name"
16243 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16244 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16245 #  include:
16246 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16247 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16248 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16249 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16250 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16251 #  layout:
16252 #    title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
16253 #    layout: "plot-throughput-speedup-analysis"
16254 #
16255 #- type: "plot"
16256 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16257 #  algorithm: "plot_tsa_name"
16258 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16259 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16260 #  include:
16261 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16262 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16263 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16264 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16265 #  layout:
16266 #    title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
16267 #    layout: "plot-throughput-speedup-analysis"
16268 #
16269 #- type: "plot"
16270 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16271 #  algorithm: "plot_tsa_name"
16272 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16273 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16274 #  include:
16275 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16276 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16277 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16278 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16279 #  layout:
16280 #    title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
16281 #    layout: "plot-throughput-speedup-analysis"
16282 #
16283 #- type: "plot"
16284 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-tsa"
16285 #  algorithm: "plot_tsa_name"
16286 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-tsa"
16287 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16288 #  include:
16289 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
16290 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16291 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16292 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
16293 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
16294 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16295 #  layout:
16296 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
16297 #    layout: "plot-throughput"
16298 #
16299 #- type: "plot"
16300 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr-tsa"
16301 #  algorithm: "plot_tsa_name"
16302 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr-tsa"
16303 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16304 #  include:
16305 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
16306 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16307 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16308 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
16309 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
16310 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16311 #  layout:
16312 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
16313 #    layout: "plot-throughput"
16314 #
16315 #- type: "plot"
16316 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-tsa"
16317 #  algorithm: "plot_tsa_name"
16318 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-tsa"
16319 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16320 #  include:
16321 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16322 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16323 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16324 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16325 #  layout:
16326 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
16327 #    layout: "plot-throughput"
16328 #
16329 #- type: "plot"
16330 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr-tsa"
16331 #  algorithm: "plot_tsa_name"
16332 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr-tsa"
16333 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16334 #  include:
16335 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16336 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16337 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16338 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16339 #  layout:
16340 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
16341 #    layout: "plot-throughput"
16342 #
16343 #- type: "plot"
16344 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16345 #  algorithm: "plot_tsa_name"
16346 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16347 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16348 #  include:
16349 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16350 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16351 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16352 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16353 #  layout:
16354 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16355 #    layout: "plot-throughput-speedup-analysis"
16356 #
16357 #- type: "plot"
16358 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16359 #  algorithm: "plot_tsa_name"
16360 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16361 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16362 #  include:
16363 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16364 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16365 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16366 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16367 #  layout:
16368 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16369 #    layout: "plot-throughput-speedup-analysis"
16370 #
16371 #- type: "plot"
16372 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16373 #  algorithm: "plot_tsa_name"
16374 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16375 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16376 #  include:
16377 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16378 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16379 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16380 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16381 #  layout:
16382 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16383 #    layout: "plot-throughput-speedup-analysis"
16384 #
16385 #- type: "plot"
16386 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16387 #  algorithm: "plot_tsa_name"
16388 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16389 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16390 #  include:
16391 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16392 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16393 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16394 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16395 #  layout:
16396 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16397 #    layout: "plot-throughput-speedup-analysis"
16398 #
16399 #- type: "plot"
16400 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-tsa"
16401 #  algorithm: "plot_tsa_name"
16402 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-tsa"
16403 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16404 #  include:
16405 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16406 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16407 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16408 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16409 #  layout:
16410 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
16411 #    layout: "plot-throughput"
16412 #
16413 #- type: "plot"
16414 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr-tsa"
16415 #  algorithm: "plot_tsa_name"
16416 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr-tsa"
16417 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16418 #  include:
16419 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16420 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16421 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16422 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16423 #  layout:
16424 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
16425 #    layout: "plot-throughput"
16426 #
16427 #- type: "plot"
16428 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16429 #  algorithm: "plot_tsa_name"
16430 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16431 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16432 #  include:
16433 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16434 #    - "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"
16435 #    - "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"
16436 #    - "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"
16437 #  layout:
16438 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
16439 #    layout: "plot-throughput"
16440 #
16441 #- type: "plot"
16442 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
16443 #  algorithm: "plot_tsa_name"
16444 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
16445 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16446 #  include:
16447 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16448 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16449 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16450 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16451 #  layout:
16452 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
16453 #    layout: "plot-throughput"
16454
16455 ################################################################################
16456
16457 # Packet Throughput - DPDK
16458
16459 # 2n-clx-xxv710
16460
16461 #- type: "plot"
16462 #  title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
16463 #  algorithm: "plot_perf_box_name"
16464 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
16465 #  data: "plot-dpdk-throughput-latency-2n-clx"
16466 #  include:
16467 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16468 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16469 #  layout:
16470 #    title: "2n-clx-xxv710-64b-2t1c-base-ndr"
16471 #    layout: "plot-throughput"
16472 #
16473 #- type: "plot"
16474 #  title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
16475 #  algorithm: "plot_perf_box_name"
16476 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
16477 #  data: "plot-dpdk-throughput-latency-2n-clx"
16478 #  include:
16479 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16480 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16481 #  layout:
16482 #    title: "2n-clx-xxv710-64b-4t2c-base-ndr"
16483 #    layout: "plot-throughput"
16484 #
16485 #- type: "plot"
16486 #  title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
16487 #  algorithm: "plot_perf_box_name"
16488 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
16489 #  data: "plot-dpdk-throughput-latency-2n-clx"
16490 #  include:
16491 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16492 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16493 #  layout:
16494 #    title: "2n-clx-xxv710-64b-2t1c-base-pdr"
16495 #    layout: "plot-throughput"
16496 #
16497 #- type: "plot"
16498 #  title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
16499 #  algorithm: "plot_perf_box_name"
16500 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
16501 #  data: "plot-dpdk-throughput-latency-2n-clx"
16502 #  include:
16503 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16504 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16505 #  layout:
16506 #    title: "2n-clx-xxv710-64b-4t2c-base-pdr"
16507 #    layout: "plot-throughput"
16508 #
16509 ## 2n-clx-x710
16510 #
16511 #- type: "plot"
16512 #  title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
16513 #  algorithm: "plot_perf_box_name"
16514 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
16515 #  data: "plot-dpdk-throughput-latency-2n-clx"
16516 #  include:
16517 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16518 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16519 #  layout:
16520 #    title: "2n-clx-x710-64b-2t1c-base-ndr"
16521 #    layout: "plot-throughput"
16522 #
16523 #- type: "plot"
16524 #  title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
16525 #  algorithm: "plot_perf_box_name"
16526 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
16527 #  data: "plot-dpdk-throughput-latency-2n-clx"
16528 #  include:
16529 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16530 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16531 #  layout:
16532 #    title: "2n-clx-x710-64b-4t2c-base-ndr"
16533 #    layout: "plot-throughput"
16534 #
16535 #- type: "plot"
16536 #  title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
16537 #  algorithm: "plot_perf_box_name"
16538 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
16539 #  data: "plot-dpdk-throughput-latency-2n-clx"
16540 #  include:
16541 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16542 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16543 #  layout:
16544 #    title: "2n-clx-x710-64b-2t1c-base-pdr"
16545 #    layout: "plot-throughput"
16546 #
16547 #- type: "plot"
16548 #  title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
16549 #  algorithm: "plot_perf_box_name"
16550 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
16551 #  data: "plot-dpdk-throughput-latency-2n-clx"
16552 #  include:
16553 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16554 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16555 #  layout:
16556 #    title: "2n-clx-x710-64b-4t2c-base-pdr"
16557 #    layout: "plot-throughput"
16558
16559 ################################################################################
16560
16561 #- type: "plot"
16562 #  title: "Latency by percentile: 2n-skx"
16563 #  algorithm: "plot_hdrh_lat_by_percentile"
16564 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
16565 #  output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
16566 #  target-links: "../../_static/vpp"
16567 #  data: "plot-vpp-hdrh-lat-2n-skx"
16568 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16569 #  layout:
16570 #    layout: "plot-hdrh-latency-by-percentile"
16571
16572 #- type: "plot"
16573 #  title: "Latency by percentile: 3n-skx"
16574 #  algorithm: "plot_hdrh_lat_by_percentile"
16575 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
16576 #  output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
16577 #  target-links: "../../_static/vpp"
16578 #  data: "plot-vpp-hdrh-lat-3n-skx"
16579 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16580 #  layout:
16581 #    layout: "plot-hdrh-latency-by-percentile"
16582
16583 #- type: "plot"
16584 #  title: "Latency by percentile: 2n-clx"
16585 #  algorithm: "plot_hdrh_lat_by_percentile"
16586 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
16587 #  output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
16588 #  target-links: "../../_static/vpp"
16589 #  data: "plot-vpp-hdrh-lat-2n-clx"
16590 #  filter: "'2T1C' and 'NIC_Mellanox-CX556A'"
16591 #  layout:
16592 #    layout: "plot-hdrh-latency-by-percentile"
16593
16594 - type: "plot"
16595   title: "Latency by percentile: 3n-hsw"
16596   algorithm: "plot_hdrh_lat_by_percentile"
16597   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
16598   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
16599   target-links: "../../_static/vpp"
16600   data: "plot-vpp-hdrh-lat-3n-hsw"
16601   filter: "'1T1C' and 'NIC_Intel-XL710'"
16602   layout:
16603     layout: "plot-hdrh-latency-by-percentile"
16604
16605 - type: "plot"
16606   title: "Latency by percentile: 3n-tsh"
16607   algorithm: "plot_hdrh_lat_by_percentile"
16608   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
16609   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
16610   target-links: "../../_static/vpp"
16611   data: "plot-vpp-hdrh-lat-3n-tsh"
16612   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16613   layout:
16614     layout: "plot-hdrh-latency-by-percentile"
16615
16616 - type: "plot"
16617   title: "Latency by percentile: DPDK 3n-hsw"
16618   algorithm: "plot_hdrh_lat_by_percentile"
16619   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
16620   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
16621   target-links: "../../_static/dpdk"
16622   data: "plot-dpdk-hdrh-lat-3n-hsw"
16623   filter: "'1T1C' and 'NIC_Intel-XL710'"
16624   layout:
16625     layout: "plot-hdrh-latency-by-percentile"
16626
16627 - type: "plot"
16628   title: "Latency by percentile: DPDK 3n-tsh"
16629   algorithm: "plot_hdrh_lat_by_percentile"
16630   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
16631   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
16632   target-links: "../../_static/dpdk"
16633   data: "plot-dpdk-hdrh-lat-3n-tsh"
16634   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16635   layout:
16636     layout: "plot-hdrh-latency-by-percentile"