Report: Hide skx and clx testbeds
[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,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
34     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
35     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
36     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
37     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
38     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
39     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
40     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
41     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
42     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
43     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
44     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
45     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
46     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
47     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
48     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
49     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
50
51     # Detailed test configurations
52     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
53     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
54     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
55     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
56     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
57     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
58     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
59     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
60     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
61     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
62     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
63     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
64     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
65     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
66     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
67     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
68
69     # Detailed tests operational data
70     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
71     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
72     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
73     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
74     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
75     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
76     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
77     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
78
79     # Latencies:
80     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
81
82     # .css patch file to fix tables generated by Sphinx
83     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
84     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
85
86   urls:
87     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
88     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
89     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
90     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
91     DIR[NEXUS,DOC]: "report/_static/archive"
92
93   make-dirs:
94   # List the directories which are created while preparing the environment.
95   # All directories MUST be defined in "paths" section.
96   - "DIR[WORKING,DATA]"
97   - "DIR[STATIC,VPP]"
98   - "DIR[STATIC,DPDK]"
99   - "DIR[STATIC,ARCH]"
100   - "DIR[BUILD,LATEX]"
101   - "DIR[WORKING,SRC]"
102   - "DIR[WORKING,SRC,STATIC]"
103
104   remove-dirs:
105   # List the directories which are deleted while cleaning the environment.
106   # All directories MUST be defined in "paths" section.
107   #- "DIR[BUILD,HTML]"
108   - "DIR[WORKING,DATA]"
109
110   build-dirs:
111   # List the directories where the results (build) is stored.
112   # All directories MUST be defined in "paths" section.
113   - "DIR[BUILD,HTML]"
114   - "DIR[BUILD,LATEX]"
115
116 - type: "configuration"
117
118   limits:
119     nic:
120       x520: 24460000
121       x553: 29761905
122       x710: 35800000
123       xxv710: 35800000
124       xl710: 35800000
125
126     link:
127       10ge: 14880952.38
128       25ge: 37202380.95
129       40ge: 59523809.52
130       100ge: 148809523.81
131
132     pci:
133       pci-g3-x8: 74404761.90
134       pci-g3-x16: 148809523.81
135
136   data-sets:
137
138     ###########################################################################
139     # Replacements:
140
141     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
142       csit-vpp-perf-verify-1908-3n-hsw:
143         - 48  # NDRPDR sel vhost
144         - 49  # NDRPDR sel vhost
145         - 52  # NDRPDR sel vhost
146         - 53  # NDRPDR sel vhost
147         - 54  # NDRPDR sel vhost
148         - 55  # NDRPDR sel vhost
149         - 56  # NDRPDR sel vhost
150         - 57  # NDRPDR sel vhost
151         - 58  # NDRPDR sel vhost
152         - 59  # NDRPDR sel vhost
153
154     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
155       csit-vpp-perf-verify-1908-3n-skx:
156         - 52  # NDRPDR sel vhost
157         - 53  # NDRPDR sel vhost
158         - 55  # NDRPDR sel vhost
159         - 61  # NDRPDR sel vhost
160         - 62  # NDRPDR sel vhost
161         - 63  # NDRPDR sel vhost
162         - 64  # NDRPDR sel vhost
163         - 65  # NDRPDR sel vhost
164         - 66  # NDRPDR sel vhost
165         - 67  # NDRPDR sel vhost
166
167     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
168       csit-vpp-perf-verify-1908-2n-skx:
169         - 88  # NDRPDR sel vhost
170         - 89  # NDRPDR sel vhost
171         - 91  # NDRPDR sel vhost
172         - 92  # NDRPDR sel vhost
173         - 93  # NDRPDR sel vhost
174         - 94  # NDRPDR sel vhost
175         - 95  # NDRPDR sel vhost
176         - 96  # NDRPDR sel vhost
177         - 97  # NDRPDR sel vhost
178         - 98  # NDRPDR sel vhost
179
180     ###########################################################################
181     # Plots:
182
183     # 3n-hsw
184
185     plot-vpp-throughput-lat-tsa-3n-hsw:
186       csit-vpp-perf-verify-2001-3n-hsw:
187         - 21  # NDRPDR sel
188         - 22  # NDRPDR sel
189         - 23  # NDRPDR sel
190         - 24  # NDRPDR sel
191         - 25  # NDRPDR sel
192         - 29  # NDRPDR sel
193         - 30  # NDRPDR sel
194         - 31  # NDRPDR sel
195
196     plot-vpp-hdrh-lat-3n-hsw:
197       csit-vpp-perf-verify-2001-3n-hsw:
198         - 21  # NDRPDR sel
199
200     plot-vpp-nfv-3n-hsw-ndrpdr:
201       csit-vpp-perf-verify-2001-3n-hsw:
202         - 21  # NDRPDR sel
203         - 22  # NDRPDR sel
204         - 23  # NDRPDR sel
205         - 24  # NDRPDR sel
206         - 25  # NDRPDR sel
207         - 29  # NDRPDR sel
208         - 30  # NDRPDR sel
209         - 31  # NDRPDR sel
210
211     plot-vpp-nfv-3n-hsw-mrr:
212       csit-vpp-perf-verify-2001-3n-hsw:
213         - 17  # MRR sel
214
215     plot-dpdk-throughput-latency-3n-hsw:
216       csit-dpdk-perf-verify-2001-3n-hsw:
217         - 4   # NDRPDR sel
218         - 5   # NDRPDR sel
219         - 6   # NDRPDR sel
220         - 7   # NDRPDR sel
221         - 8   # NDRPDR sel
222         - 9   # NDRPDR sel
223         - 10  # NDRPDR sel
224         - 11  # NDRPDR sel
225         - 12  # NDRPDR sel
226         - 13  # NDRPDR sel
227         - 15  # NDRPDR sel
228         - 16  # NDRPDR sel
229         - 17  # NDRPDR sel
230         - 18  # NDRPDR sel
231         - 19  # NDRPDR sel
232         - 20  # NDRPDR sel
233         - 22  # NDRPDR sel
234
235     plot-dpdk-hdrh-lat-3n-hsw:
236       csit-dpdk-perf-verify-2001-3n-hsw:
237         - 13  # NDRPDR sel
238
239     # 3n-skx
240
241     plot-vpp-throughput-lat-tsa-3n-skx:
242       # TODO: Add the data
243       csit-vpp-perf-verify-2001-3n-skx:
244         - 14  # NDRPDR sel
245         - 15  # NDRPDR sel
246         - 16  # NDRPDR sel
247
248     plot-vpp-hdrh-lat-3n-skx:
249       csit-vpp-perf-verify-2001-3n-skx:
250         - 14  # NDRPDR sel
251
252     plot-vpp-nfv-3n-skx-ndrpdr:
253       # TODO: Add 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-nfv-3n-skx-mrr:
260       # TODO: Replace
261       # csit-vpp-perf-verify-2001-3n-skx:
262       csit-vpp-perf-verify-1908-3n-skx:
263         - 36  # MRR sel
264
265     plot-dpdk-throughput-latency-3n-skx:
266       csit-dpdk-perf-verify-2001-3n-skx:
267         - 1   # NDRPDR sel
268         - 2   # NDRPDR sel
269         - 3   # NDRPDR sel
270         - 4   # NDRPDR sel
271         - 5   # NDRPDR sel
272         - 6   # NDRPDR sel
273         - 7   # NDRPDR sel
274         - 8   # NDRPDR sel
275         - 9   # NDRPDR sel
276         - 10  # NDRPDR sel
277
278     plot-dpdk-hdrh-lat-3n-skx:
279       csit-dpdk-perf-verify-2001-3n-skx:
280         - 1   # NDRPDR sel
281         - 19  # NDRPDR sel
282
283     # 2n-skx
284
285     plot-vpp-throughput-lat-tsa-2n-skx:
286       # TODO: Add the data
287       csit-vpp-perf-verify-2001-2n-skx:
288         - 21  # NDRPDR sel
289         - 22  # NDRPDR sel
290         - 23  # NDRPDR sel
291         - 26  # NDRPDR sel
292         - 27  # NDRPDR sel
293         - 29  # NDRPDR sel
294
295     plot-vpp-hdrh-lat-2n-skx:
296       csit-vpp-perf-verify-2001-2n-skx:
297         - 21  # NDRPDR sel
298
299     plot-vpp-http-server-performance:
300       # TODO: Replace:
301       # csit-vpp-perf-verify-2001-2n-skx:
302       csit-vpp-perf-verify-1908-2n-skx:
303         - 29  # TCP
304         - 30  # TCP
305         - 58  # TCP
306
307     plot-vpp-soak-2n-skx:
308       # TODO: Replace the data
309       # csit-vpp-perf-verify-2001-2n-skx:
310       csit-vpp-perf-verify-1908-2n-skx:
311         - 83  # SOAK
312         - 86  # SOAK
313
314     plot-vpp-nfv-2n-skx-ndrpdr:
315       # TODO: Add the data
316       csit-vpp-perf-verify-2001-2n-skx:
317         - 30  # NFV
318         - 31  # NFV
319
320     plot-vpp-nfv-2n-skx-mrr:
321       # TODO: Replace the data
322       # csit-vpp-perf-verify-2001-2n-skx:
323       csit-vpp-perf-verify-1908-2n-skx:
324         - 71  # NFV MRR
325
326     plot-vpp-nfv-reconf-2n-skx:
327       # TODO: Replace the data
328       # csit-vpp-perf-verify-2001-2n-skx:
329       csit-vpp-perf-verify-1908-2n-skx:
330         - 113 # NFV reconf sel
331         - 114 # NFV reconf sel
332         - 115 # NFV reconf sel
333
334     plot-dpdk-throughput-latency-2n-skx:
335       csit-dpdk-perf-verify-2001-2n-skx:
336         - 1   # NDRPDR sel
337         - 2   # NDRPDR sel
338         - 3   # NDRPDR sel
339         - 4   # NDRPDR sel
340         - 5   # NDRPDR sel
341         - 6   # NDRPDR sel
342         - 7   # NDRPDR sel
343         - 8   # NDRPDR sel
344         - 9   # NDRPDR sel
345         - 10  # NDRPDR sel
346         - 11  # NDRPDR sel
347         - 13  # NDRPDR sel
348         - 26  # NDRPDR sel
349         - 16  # NDRPDR sel
350         - 17  # NDRPDR sel
351         - 18  # NDRPDR sel
352         - 19  # NDRPDR sel
353         - 27  # NDRPDR sel
354         - 21  # NDRPDR sel
355         - 25  # NDRPDR sel
356
357     plot-dpdk-hdrh-lat-2n-skx:
358       csit-dpdk-perf-verify-2001-2n-skx:
359         - 1   # NDRPDR sel
360         - 19  # NDRPDR sel
361
362     # 2n-clx
363
364     plot-vpp-throughput-lat-tsa-2n-clx:
365       # TODO: Add the data
366       csit-vpp-perf-verify-2001-2n-clx:
367         - 22  # NDRPDR sel
368         - 23  # NDRPDR sel
369         - 24  # NDRPDR sel
370         - 25  # NDRPDR sel
371
372     plot-vpp-hdrh-lat-2n-clx:
373       csit-vpp-perf-verify-2001-2n-clx:
374         - 22  # NDRPDR sel
375
376     plot-vpp-nfv-2n-clx-ndrpdr:
377       # TODO: Add the data
378       csit-vpp-perf-verify-2001-2n-clx:
379         - 22  # NDRPDR sel
380         - 23  # NDRPDR sel
381         - 24  # NDRPDR sel
382
383     plot-vpp-nfv-2n-clx-mrr:
384       # TODO: Replace the data
385       csit-vpp-perf-verify-2001-2n-clx:
386         - 3   # NDRPDR sel RC2
387         - 4   # NDRPDR sel RC2
388
389     plot-dpdk-throughput-latency-2n-clx:
390       csit-dpdk-perf-verify-2001-2n-clx:
391         - 1   # NDRPDR sel
392         - 2   # NDRPDR sel
393         - 3   # NDRPDR sel
394         - 4   # NDRPDR sel
395         - 5   # NDRPDR sel
396         - 6   # NDRPDR sel
397         - 7   # NDRPDR sel
398         - 8   # NDRPDR sel
399         - 9   # NDRPDR sel
400         - 10  # NDRPDR sel
401
402     plot-dpdk-hdrh-lat-2n-clx:
403       csit-dpdk-perf-verify-2001-2n-clx:
404         - 1   # NDRPDR sel
405
406     # 3n-tsh
407
408     plot-vpp-throughput-lat-tsa-3n-tsh:
409       # TODO: Add the data
410       csit-vpp-perf-verify-2001-3n-tsh:
411         - 3   # NDRPDR sel
412         - 4   # NDRPDR sel
413         - 7   # NDRPDR sel
414         - 8   # NDRPDR sel
415
416     plot-vpp-hdrh-lat-3n-tsh:
417       csit-vpp-perf-verify-2001-3n-tsh:
418         - 3   # NDRPDR sel
419
420     # 3n-dnv
421
422     plot-vpp-throughput-lat-tsa-3n-dnv:
423       csit-vpp-perf-verify-2001-3n-dnv:
424         - 5   # NDRPDR sel
425         - 6   # NDRPDR sel
426         - 7   # NDRPDR sel
427         - 8   # NDRPDR sel
428         - 9   # NDRPDR sel
429         - 10  # NDRPDR sel
430         - 12  # NDRPDR sel
431         - 16  # NDRPDR sel
432         - 17  # NDRPDR sel
433         - 18  # NDRPDR sel
434
435     # 2n-dnv
436
437     plot-vpp-throughput-lat-tsa-2n-dnv:
438       csit-vpp-perf-verify-2001-2n-dnv:
439         - 4   # NDRPDR sel
440         - 5   # NDRPDR sel
441         - 6   # NDRPDR sel
442         - 7   # NDRPDR sel
443         - 8   # NDRPDR sel
444         - 9   # NDRPDR sel
445         - 10  # NDRPDR sel
446         - 11  # NDRPDR sel
447         - 13  # NDRPDR sel
448         - 16  # NDRPDR sel
449
450     ###########################################################################
451     # Simple tables (only one data set):
452
453     # NIC Comparisons
454
455     vpp-nic-comparison-3n-skx:
456       # TODO: Add the data
457       csit-vpp-perf-verify-2001-3n-skx:
458         - 14  # NDRPDR sel
459         - 15  # NDRPDR sel
460         - 16  # NDRPDR sel
461
462     vpp-nic-comparison-2n-skx:
463       # TODO: Add the data
464       csit-vpp-perf-verify-2001-2n-skx:
465         - 21  # NDRPDR sel
466         - 22  # NDRPDR sel
467         - 23  # NDRPDR sel
468         - 26  # NDRPDR sel
469
470     vpp-nic-comparison-3n-skx-mrr:
471       # TODO: Replace
472       # csit-vpp-perf-verify-2001-3n-skx:
473       csit-vpp-perf-verify-1908-3n-skx:
474         - 36  # MRR sel
475
476     vpp-nic-comparison-2n-skx-mrr:
477       # TODO: Replace
478       # csit-vpp-perf-verify-2001-2n-skx:
479       csit-vpp-perf-verify-1908-2n-skx:
480         - 69  # MRR sel
481
482     # Results
483
484     vpp-perf-results-3n-hsw:
485       csit-vpp-perf-verify-2001-3n-hsw:
486         - 18  # NDRPDR full
487         - 20  # NDRPDR full
488         - 26  # NDRPDR full
489         - 28  # NDRPDR full
490
491     vpp-perf-results-3n-skx:
492       # TODO: Replace
493       csit-vpp-perf-verify-2001-3n-skx:
494         - 14  # NDRPDR sel
495
496     vpp-perf-results-2n-skx:
497       csit-vpp-perf-verify-2001-2n-skx:
498         - 32  # NDRPDR full
499         - 33  # NDRPDR full
500
501     vpp-perf-results-2n-clx:
502       # TODO: Replace
503       csit-vpp-perf-verify-2001-2n-clx:
504         - 22  # NDRPDR sel
505
506     vpp-perf-results-3n-tsh:
507       # TODO: Replace
508       csit-vpp-perf-verify-2001-3n-tsh:
509         - 3   # NDRPDR sel
510
511     vpp-perf-results-3n-dnv:
512       csit-vpp-perf-verify-2001-3n-dnv:
513         - 13  # NDRPDR full
514         - 15  # NDRPDR full
515         - 19  # NDRPDR full
516         - 20  # NDRPDR full
517         - 21  # NDRPDR full
518
519     vpp-perf-results-2n-dnv:
520       csit-vpp-perf-verify-2001-2n-dnv:
521         - 21  # NDRPDR full
522         - 22  # NDRPDR full
523
524     vpp-mrr-results-3n-hsw:
525       csit-vpp-perf-verify-2001-3n-hsw:
526         - 17  # MRR sel
527
528     vpp-mrr-results-3n-skx:
529       # TODO: Replace
530       # csit-vpp-perf-verify-2001-3n-skx:
531       csit-vpp-perf-verify-1908-3n-skx:
532         - 36  # MRR sel
533
534     vpp-mrr-results-2n-skx:
535       # TODO: Replace
536       # csit-vpp-perf-verify-2001-2n-skx:
537       csit-vpp-perf-verify-1908-2n-skx:
538         - 69  # MRR sel
539
540     vpp-mrr-results-2n-clx:
541       # TODO: Replace
542       # csit-vpp-perf-verify-2001-2n-clx:
543       csit-vpp-perf-verify-1908-2n-skx:
544         - 69  # MRR sel
545
546     vpp-mrr-results-3n-tsh:
547       # TODO: Replace
548       # csit-vpp-perf-verify-2001-3n-tsh:
549       csit-vpp-perf-verify-1908-3n-tsh:
550         - 17  # MRR sel
551
552     vpp-mrr-results-3n-dnv:
553       csit-vpp-perf-verify-2001-3n-dnv:
554         - 11  # MRR sel
555
556     vpp-mrr-results-2n-dnv:
557       csit-vpp-perf-verify-2001-2n-dnv:
558         - 12  # MRR sel
559
560     vpp-device-results-ubuntu:
561       csit-vpp-device-2001-ubuntu1804-1n-skx:
562         - 57
563
564     dpdk-perf-results-3n-hsw:
565       csit-dpdk-perf-verify-2001-3n-hsw:
566         - 13  # NDRPDR sel
567
568     dpdk-perf-results-3n-skx:
569       csit-dpdk-perf-verify-2001-3n-skx:
570         - 1   # NDRPDR sel
571
572     dpdk-perf-results-2n-skx:
573       csit-dpdk-perf-verify-2001-2n-skx:
574         - 1   # NDRPDR sel
575
576     dpdk-perf-results-2n-clx:
577       csit-dpdk-perf-verify-2001-2n-clx:
578         - 1   # NDRPDR sel
579
580 ###########################################################################
581     # Tables (more than one data set)
582
583     # Performance changes
584
585     vpp-performance-changes-3n-hsw-h1:
586       csit-vpp-perf-verify-1904-3n-hsw:
587         - 11  # NDRPDR sel
588         - 12  # NDRPDR sel
589         - 20  # NDRPDR sel
590         - 21  # NDRPDR sel
591         - 23  # NDRPDR sel
592         - 24  # NDRPDR sel
593         - 25  # NDRPDR sel
594         - 26  # NDRPDR sel
595         - 29  # NDRPDR sel
596         - 30  # NDRPDR sel
597     vpp-performance-changes-3n-hsw-ref:
598       csit-vpp-perf-verify-1908-3n-hsw:
599         - 12  # NDRPDR sel
600         - 13  # NDRPDR sel
601         - 14  # NDRPDR sel
602         - 15  # NDRPDR sel
603         - 16  # NDRPDR sel
604         - 17  # NDRPDR sel
605         - 18  # NDRPDR sel
606         - 19  # NDRPDR sel
607         - 20  # NDRPDR sel
608         - 21  # NDRPDR sel
609     vpp-performance-changes-3n-hsw-cmp:
610       csit-vpp-perf-verify-2001-3n-hsw:
611         - 21  # NDRPDR sel
612         - 22  # NDRPDR sel
613         - 23  # NDRPDR sel
614         - 24  # NDRPDR sel
615         - 25  # NDRPDR sel
616         - 29  # NDRPDR sel
617         - 30  # NDRPDR sel
618         - 31  # NDRPDR sel
619     vpp-performance-changes-3n-hsw:
620       - "vpp-performance-changes-3n-hsw-h1"
621       - "vpp-performance-changes-3n-hsw-ref"
622       - "vpp-performance-changes-3n-hsw-cmp"
623
624     vpp-performance-changes-3n-skx-h1:
625       csit-vpp-perf-verify-1904-3n-skx:
626         - 8   # NDRPDR sel
627         - 9   # NDRPDR sel
628         - 10  # NDRPDR sel
629         - 11  # NDRPDR sel
630         - 12  # NDRPDR sel
631         - 14  # NDRPDR sel
632         - 16  # NDRPDR sel
633         - 21  # NDRPDR sel
634         - 23  # NDRPDR sel
635         - 25  # NDRPDR sel
636     vpp-performance-changes-3n-skx-ref:
637       csit-vpp-perf-verify-1908-3n-skx:
638         - 14  # NDRPDR sel
639         - 16  # NDRPDR sel
640         - 19  # NDRPDR sel
641         - 20  # NDRPDR sel
642         - 22  # NDRPDR sel
643         - 23  # NDRPDR sel
644         - 24  # NDRPDR sel
645         - 25  # NDRPDR sel
646         - 26  # NDRPDR sel
647         - 29  # NDRPDR sel
648     vpp-performance-changes-3n-skx-cmp:
649       # TODO: Add the data
650       csit-vpp-perf-verify-2001-3n-skx:
651         - 14  # NDRPDR sel
652         - 15  # NDRPDR sel
653         - 16  # NDRPDR sel
654     vpp-performance-changes-3n-skx:
655       - "vpp-performance-changes-3n-skx-h1"
656       - "vpp-performance-changes-3n-skx-ref"
657       - "vpp-performance-changes-3n-skx-cmp"
658
659     vpp-performance-changes-2n-skx-h1:
660       csit-vpp-perf-verify-1904-2n-skx:
661         - 12  # NDRPDR sel
662         - 14  # NDRPDR sel
663         - 16  # NDRPDR sel
664         - 17  # NDRPDR sel
665         - 18  # NDRPDR sel
666         - 21  # NDRPDR sel
667         - 27  # NDRPDR sel
668         - 30  # NDRPDR sel
669         - 31  # NDRPDR sel
670         - 32  # NDRPDR sel
671     vpp-performance-changes-2n-skx-ref:
672       csit-vpp-perf-verify-1908-2n-skx:
673         - 26  # NDRPDR sel
674         - 27  # NDRPDR sel
675         - 34  # NDRPDR sel
676         - 35  # NDRPDR sel
677         - 36  # NDRPDR sel
678         - 42  # NDRPDR sel
679         - 43  # NDRPDR sel
680         - 44  # NDRPDR sel
681         - 45  # NDRPDR sel
682         - 46  # NDRPDR sel
683     vpp-performance-changes-2n-skx-cmp:
684       # TODO: Add the data
685       csit-vpp-perf-verify-2001-2n-skx:
686         - 21  # NDRPDR sel
687         - 22  # NDRPDR sel
688         - 23  # NDRPDR sel
689         - 26  # NDRPDR sel
690         - 27  # NDRPDR sel
691         - 29  # NDRPDR sel
692     vpp-performance-changes-2n-skx:
693       - "vpp-performance-changes-2n-skx-h1"
694       - "vpp-performance-changes-2n-skx-ref"
695       - "vpp-performance-changes-2n-skx-cmp"
696
697     vpp-performance-changes-nfv-2n-skx-ref:
698       csit-vpp-perf-verify-1908-2n-skx:
699         - 22  # NFV
700         - 31  # NFV
701         - 32  # NFV
702     vpp-performance-changes-nfv-2n-skx-cmp:
703       # TODO: Add the data
704       csit-vpp-perf-verify-2001-2n-skx:
705         - 30  # NFV
706         - 31  # NFV
707     vpp-performance-changes-nfv-2n-skx:
708       - "vpp-performance-changes-nfv-2n-skx-ref"
709       - "vpp-performance-changes-nfv-2n-skx-cmp"
710
711     vpp-performance-changes-2n-dnv-ref:
712       csit-vpp-perf-verify-1908-2n-dnv:
713         - 1   # NDRPDR sel
714         - 2   # NDRPDR sel
715         - 3   # NDRPDR sel
716         - 4   # NDRPDR sel
717         - 5   # NDRPDR sel
718         - 6   # NDRPDR sel
719         - 7   # NDRPDR sel
720         - 8   # NDRPDR sel
721         - 9   # NDRPDR sel
722         - 10  # NDRPDR sel
723     vpp-performance-changes-2n-dnv-cmp:
724       csit-vpp-perf-verify-2001-2n-dnv:
725         - 4   # NDRPDR sel
726         - 5   # NDRPDR sel
727         - 6   # NDRPDR sel
728         - 7   # NDRPDR sel
729         - 8   # NDRPDR sel
730         - 9   # NDRPDR sel
731         - 10  # NDRPDR sel
732         - 11  # NDRPDR sel
733         - 13  # NDRPDR sel
734         - 16  # NDRPDR sel
735     vpp-performance-changes-2n-dnv:
736       - "vpp-performance-changes-2n-dnv-ref"
737       - "vpp-performance-changes-2n-dnv-cmp"
738
739     vpp-performance-changes-3n-dnv-ref:
740       csit-vpp-perf-verify-1908-3n-dnv:
741         - 6   # NDRPDR sel
742         - 7   # NDRPDR sel
743         - 8   # NDRPDR sel
744         - 9   # NDRPDR sel
745         - 10  # NDRPDR sel
746         - 12  # NDRPDR sel
747         - 13  # NDRPDR sel
748         - 14  # NDRPDR sel
749         - 15  # NDRPDR sel
750         - 16  # NDRPDR sel
751     vpp-performance-changes-3n-dnv-cmp:
752       csit-vpp-perf-verify-2001-3n-dnv:
753         - 5   # NDRPDR sel
754         - 6   # NDRPDR sel
755         - 7   # NDRPDR sel
756         - 8   # NDRPDR sel
757         - 9   # NDRPDR sel
758         - 10  # NDRPDR sel
759         - 12  # NDRPDR sel
760         - 16  # NDRPDR sel
761         - 17  # NDRPDR sel
762         - 18  # NDRPDR sel
763     vpp-performance-changes-3n-dnv:
764       - "vpp-performance-changes-3n-dnv-ref"
765       - "vpp-performance-changes-3n-dnv-cmp"
766
767     vpp-performance-changes-3n-tsh-ref:
768       csit-vpp-perf-verify-1908-3n-tsh:
769         - 7   # NDRPDR sel
770         - 8   # NDRPDR sel
771         - 9   # NDRPDR sel
772         - 10  # NDRPDR sel
773         - 11  # NDRPDR sel
774         - 12  # NDRPDR sel
775         - 13  # NDRPDR sel
776         - 14  # NDRPDR sel
777         - 15  # NDRPDR sel
778         - 16  # NDRPDR sel
779     vpp-performance-changes-3n-tsh-cmp:
780       # TODO: Add the data
781       csit-vpp-perf-verify-2001-3n-tsh:
782         - 3   # NDRPDR sel
783         - 4   # NDRPDR sel
784         - 7   # NDRPDR sel
785         - 8   # NDRPDR sel
786     vpp-performance-changes-3n-tsh:
787       - "vpp-performance-changes-3n-tsh-ref"
788       - "vpp-performance-changes-3n-tsh-cmp"
789
790     vpp-soak-vs-ndr-2n-skx-ref:
791       # TODO: Replace
792       # csit-vpp-perf-verify-2001-2n-skx:
793       csit-vpp-perf-verify-1908-2n-skx:
794         - 26  # NDRPDR sel
795         - 27  # NDRPDR sel
796         - 34  # NDRPDR sel
797     vpp-soak-vs-ndr-2n-skx-cmp:
798       # TODO: Replace
799       # csit-vpp-perf-verify-2001-2n-skx:
800       csit-vpp-perf-verify-1908-2n-skx:
801         - 83  # SOAK
802         - 86  # SOAK
803     vpp-soak-vs-ndr-2n-skx:
804       # TODO: Replace
805       # csit-vpp-perf-verify-2001-2n-skx:
806       csit-vpp-perf-verify-1908-2n-skx:
807         - 26  # NDRPDR sel
808         - 27  # NDRPDR sel
809         - 34  # NDRPDR sel
810         - 83  # SOAK
811         - 86  # SOAK
812
813     vpp-performance-changes-3n-hsw-mrr-h1:
814       csit-vpp-perf-verify-1904-3n-hsw:
815         - 9   # MRR sel
816     vpp-performance-changes-3n-hsw-mrr-ref:
817       csit-vpp-perf-verify-1908-3n-hsw:
818         - 39  # MRR sel
819     vpp-performance-changes-3n-hsw-mrr-cmp:
820       csit-vpp-perf-verify-2001-3n-hsw:
821         - 17  # MRR sel
822     vpp-performance-changes-3n-hsw-mrr:
823       - "vpp-performance-changes-3n-hsw-mrr-h1"
824       - "vpp-performance-changes-3n-hsw-mrr-ref"
825       - "vpp-performance-changes-3n-hsw-mrr-cmp"
826
827     vpp-performance-changes-3n-skx-mrr-h1:
828       csit-vpp-perf-verify-1904-3n-skx:
829         - 7   # MRR sel
830     vpp-performance-changes-3n-skx-mrr-ref:
831       csit-vpp-perf-verify-1908-3n-skx:
832         - 36  # MRR sel
833     vpp-performance-changes-3n-skx-mrr-cmp:
834       # TODO: Replace
835       # csit-vpp-perf-verify-2001-3n-skx:
836       csit-vpp-perf-verify-1908-3n-skx:
837         - 36  # MRR sel
838     vpp-performance-changes-3n-skx-mrr:
839       - "vpp-performance-changes-3n-skx-mrr-h1"
840       - "vpp-performance-changes-3n-skx-mrr-ref"
841       - "vpp-performance-changes-3n-skx-mrr-cmp"
842
843     vpp-performance-changes-2n-skx-mrr-h1:
844       csit-vpp-perf-verify-1904-2n-skx:
845         - 11  # MRR sel
846     vpp-performance-changes-2n-skx-mrr-ref:
847       csit-vpp-perf-verify-1908-2n-skx:
848         - 69  # MRR sel
849     vpp-performance-changes-2n-skx-mrr-cmp:
850       # TODO: Replace
851       # csit-vpp-perf-verify-2001-2n-skx:
852       csit-vpp-perf-verify-1908-2n-skx:
853         - 69  # MRR sel
854     vpp-performance-changes-2n-skx-mrr:
855       - "vpp-performance-changes-2n-skx-mrr-h1"
856       - "vpp-performance-changes-2n-skx-mrr-ref"
857       - "vpp-performance-changes-2n-skx-mrr-cmp"
858
859     vpp-performance-changes-nfv-2n-skx-mrr-ref:
860       csit-vpp-perf-verify-1908-2n-skx:
861         - 71  # NFV MRR
862     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
863       # TODO: Replace
864       # csit-vpp-perf-verify-2001-2n-skx:
865       csit-vpp-perf-verify-1908-2n-skx:
866         - 71  # NFV MRR
867     vpp-performance-changes-nfv-2n-skx-mrr:
868       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
869       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
870
871     vpp-performance-changes-2n-dnv-mrr-ref:
872       csit-vpp-perf-verify-1908-2n-dnv:
873         - 11  # MRR sel
874     vpp-performance-changes-2n-dnv-mrr-cmp:
875       csit-vpp-perf-verify-2001-2n-dnv:
876         - 12  # MRR sel
877     vpp-performance-changes-2n-dnv-mrr:
878       - "vpp-performance-changes-2n-dnv-mrr-ref"
879       - "vpp-performance-changes-2n-dnv-mrr-cmp"
880
881     vpp-performance-changes-3n-dnv-mrr-ref:
882       csit-vpp-perf-verify-1908-3n-dnv:
883         - 17  # MRR sel
884     vpp-performance-changes-3n-dnv-mrr-cmp:
885       csit-vpp-perf-verify-2001-3n-dnv:
886         - 11  # MRR sel
887     vpp-performance-changes-3n-dnv-mrr:
888       - "vpp-performance-changes-3n-dnv-mrr-ref"
889       - "vpp-performance-changes-3n-dnv-mrr-cmp"
890
891     vpp-performance-changes-3n-tsh-mrr-ref:
892       csit-vpp-perf-verify-1908-3n-tsh:
893         - 17  # MRR sel
894     vpp-performance-changes-3n-tsh-mrr-cmp:
895       # TODO: Replace
896       # csit-vpp-perf-verify-2001-3n-tsh:
897       csit-vpp-perf-verify-1908-3n-tsh:
898         - 17  # MRR sel
899     vpp-performance-changes-3n-tsh-mrr:
900       - "vpp-performance-changes-3n-tsh-mrr-ref"
901       - "vpp-performance-changes-3n-tsh-mrr-cmp"
902
903     dpdk-performance-changes-3n-hsw-h1:
904       csit-dpdk-perf-verify-1904-3n-hsw:
905         - 2   # NDRPDR sel
906         - 3   # NDRPDR sel
907         - 5   # NDRPDR sel
908         - 6   # NDRPDR sel
909         - 13  # NDRPDR sel
910         - 14  # NDRPDR sel
911         - 15  # NDRPDR sel
912         - 18  # NDRPDR sel
913         - 19  # NDRPDR sel
914         - 20  # NDRPDR sel
915     dpdk-performance-changes-3n-hsw-ref:
916       csit-dpdk-perf-verify-1908-3n-hsw:
917         - 2   # NDRPDR sel
918         - 3   # NDRPDR sel
919         - 4   # NDRPDR sel
920         - 5   # NDRPDR sel
921         - 6   # NDRPDR sel
922         - 7   # NDRPDR sel
923         - 8   # NDRPDR sel
924         - 9   # NDRPDR sel
925         - 10  # NDRPDR sel
926         - 11  # NDRPDR sel
927     dpdk-performance-changes-3n-hsw-cmp:
928       csit-dpdk-perf-verify-2001-3n-hsw:
929         - 4   # NDRPDR sel
930         - 5   # NDRPDR sel
931         - 6   # NDRPDR sel
932         - 7   # NDRPDR sel
933         - 8   # NDRPDR sel
934         - 9   # NDRPDR sel
935         - 10  # NDRPDR sel
936         - 11  # NDRPDR sel
937         - 12  # NDRPDR sel
938         - 13  # NDRPDR sel
939         - 15  # NDRPDR sel
940         - 16  # NDRPDR sel
941         - 17  # NDRPDR sel
942         - 18  # NDRPDR sel
943         - 19  # NDRPDR sel
944         - 20  # NDRPDR sel
945         - 22  # NDRPDR sel
946     dpdk-performance-changes-3n-hsw:
947       - "dpdk-performance-changes-3n-hsw-h1"
948       - "dpdk-performance-changes-3n-hsw-ref"
949       - "dpdk-performance-changes-3n-hsw-cmp"
950
951     dpdk-performance-changes-3n-skx-h1:
952       csit-dpdk-perf-verify-1904-3n-skx:
953         - 2   # NDRPDR sel
954         - 3   # NDRPDR sel
955         - 4   # NDRPDR sel
956         - 5   # NDRPDR sel
957         - 6   # NDRPDR sel
958         - 7   # NDRPDR sel
959         - 11  # NDRPDR sel
960         - 12  # NDRPDR sel
961         - 13  # NDRPDR sel
962         - 14  # NDRPDR sel
963     dpdk-performance-changes-3n-skx-ref:
964       csit-dpdk-perf-verify-1908-3n-skx:
965         - 3   # NDRPDR sel
966         - 4   # NDRPDR sel
967         - 5   # NDRPDR sel
968         - 6   # NDRPDR sel
969         - 7   # NDRPDR sel
970         - 8   # NDRPDR sel
971         - 9   # NDRPDR sel
972         - 10  # NDRPDR sel
973         - 11  # NDRPDR sel
974         - 12  # NDRPDR sel
975     dpdk-performance-changes-3n-skx-cmp:
976       csit-dpdk-perf-verify-2001-3n-skx:
977         - 1   # NDRPDR sel
978         - 2   # NDRPDR sel
979         - 3   # NDRPDR sel
980         - 4   # NDRPDR sel
981         - 5   # NDRPDR sel
982         - 6   # NDRPDR sel
983         - 7   # NDRPDR sel
984         - 8   # NDRPDR sel
985         - 9   # NDRPDR sel
986         - 10  # NDRPDR sel
987     dpdk-performance-changes-3n-skx:
988       - "dpdk-performance-changes-3n-skx-h1"
989       - "dpdk-performance-changes-3n-skx-ref"
990       - "dpdk-performance-changes-3n-skx-cmp"
991
992     dpdk-performance-changes-2n-skx-h1:
993       csit-dpdk-perf-verify-1904-2n-skx:
994         - 2   # NDRPDR sel
995         - 3   # NDRPDR sel
996         - 4   # NDRPDR sel
997         - 5   # NDRPDR sel
998         - 7   # NDRPDR sel
999         - 8   # NDRPDR sel
1000         - 9   # NDRPDR sel
1001         - 10  # NDRPDR sel
1002         - 11  # NDRPDR sel
1003         - 12  # NDRPDR sel
1004     dpdk-performance-changes-2n-skx-ref:
1005       csit-dpdk-perf-verify-1908-2n-skx:
1006         - 2   # NDRPDR sel
1007         - 3   # NDRPDR sel
1008         - 4   # NDRPDR sel
1009         - 5   # NDRPDR sel
1010         - 7   # NDRPDR sel
1011         - 8   # NDRPDR sel
1012         - 9   # NDRPDR sel
1013         - 10  # NDRPDR sel
1014         - 11  # NDRPDR sel
1015         - 12  # NDRPDR sel
1016     dpdk-performance-changes-2n-skx-cmp:
1017       csit-dpdk-perf-verify-2001-2n-skx:
1018         - 1   # NDRPDR sel
1019         - 2   # NDRPDR sel
1020         - 3   # NDRPDR sel
1021         - 4   # NDRPDR sel
1022         - 5   # NDRPDR sel
1023         - 6   # NDRPDR sel
1024         - 7   # NDRPDR sel
1025         - 8   # NDRPDR sel
1026         - 9   # NDRPDR sel
1027         - 10  # NDRPDR sel
1028         - 11  # NDRPDR sel
1029         - 13  # NDRPDR sel
1030         - 26  # NDRPDR sel
1031         - 16  # NDRPDR sel
1032         - 17  # NDRPDR sel
1033         - 18  # NDRPDR sel
1034         - 19  # NDRPDR sel
1035         - 27  # NDRPDR sel
1036         - 21  # NDRPDR sel
1037         - 25  # NDRPDR sel
1038     dpdk-performance-changes-2n-skx:
1039       - "dpdk-performance-changes-2n-skx-h1"
1040       - "dpdk-performance-changes-2n-skx-ref"
1041       - "dpdk-performance-changes-2n-skx-cmp"
1042
1043     # Compare testbeds
1044
1045     vpp-compare-testbeds-ref:
1046       csit-vpp-perf-verify-2001-3n-hsw:
1047         - 21  # NDRPDR sel
1048         - 22  # NDRPDR sel
1049         - 23  # NDRPDR sel
1050         - 24  # NDRPDR sel
1051         - 25  # NDRPDR sel
1052         - 29  # NDRPDR sel
1053         - 30  # NDRPDR sel
1054         - 31  # NDRPDR sel
1055     vpp-compare-testbeds-cmp:
1056       # TODO: Add the data
1057       csit-vpp-perf-verify-2001-3n-skx:
1058         - 14  # NDRPDR sel
1059         - 15  # NDRPDR sel
1060         - 16  # NDRPDR sel
1061     vpp-compare-testbeds:
1062       - "vpp-compare-testbeds-ref"
1063       - "vpp-compare-testbeds-cmp"
1064
1065     vpp-compare-testbeds-skx-clx-ref:
1066       # TODO: Add the data
1067       csit-vpp-perf-verify-2001-2n-skx:
1068         - 21  # NDRPDR sel
1069         - 22  # NDRPDR sel
1070         - 23  # NDRPDR sel
1071         - 26  # NDRPDR sel
1072         - 27  # NDRPDR sel
1073         - 29  # NDRPDR sel
1074     vpp-compare-testbeds-skx-clx-cmp:
1075       # TODO: Add the data
1076       csit-vpp-perf-verify-2001-2n-clx:
1077         - 22  # NDRPDR sel
1078         - 23  # NDRPDR sel
1079         - 24  # NDRPDR sel
1080         - 25  # NDRPDR sel
1081     vpp-compare-testbeds-skx-clx:
1082       - "vpp-compare-testbeds-skx-clx-ref"
1083       - "vpp-compare-testbeds-skx-clx-cmp"
1084
1085     vpp-compare-testbeds-mrr-ref:
1086       csit-vpp-perf-verify-2001-3n-hsw:
1087         - 17  # MRR sel
1088     vpp-compare-testbeds-mrr-cmp:
1089       # TODO: Replace
1090       # csit-vpp-perf-verify-2001-3n-skx:
1091       csit-vpp-perf-verify-1908-3n-skx:
1092         - 36  # MRR sel
1093     vpp-compare-testbeds-mrr:
1094       - "vpp-compare-testbeds-mrr-ref"
1095       - "vpp-compare-testbeds-mrr-cmp"
1096
1097     vpp-compare-testbeds-mrr-skx-clx-ref:
1098       # TODO: Replace
1099       # csit-vpp-perf-verify-2001-2n-skx:
1100       csit-vpp-perf-verify-1908-2n-skx:
1101         - 69  # MRR sel
1102     vpp-compare-testbeds-mrr-skx-clx-cmp:
1103       # TODO: Replace
1104       # csit-vpp-perf-verify-2001-2n-clx:
1105       csit-vpp-perf-verify-1908-2n-skx:
1106         - 69  # MRR sel
1107     vpp-compare-testbeds-mrr-skx-clx:
1108       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1109       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1110
1111     dpdk-compare-testbeds-ref:
1112       csit-dpdk-perf-verify-2001-3n-hsw:
1113         - 4   # NDRPDR sel
1114         - 5   # NDRPDR sel
1115         - 6   # NDRPDR sel
1116         - 7   # NDRPDR sel
1117         - 8   # NDRPDR sel
1118         - 9   # NDRPDR sel
1119         - 10  # NDRPDR sel
1120         - 11  # NDRPDR sel
1121         - 12  # NDRPDR sel
1122         - 13  # NDRPDR sel
1123         - 15  # NDRPDR sel
1124         - 16  # NDRPDR sel
1125         - 17  # NDRPDR sel
1126         - 18  # NDRPDR sel
1127         - 19  # NDRPDR sel
1128         - 20  # NDRPDR sel
1129         - 22  # NDRPDR sel
1130     dpdk-compare-testbeds-cmp:
1131       csit-dpdk-perf-verify-2001-3n-skx:
1132         - 1   # NDRPDR sel
1133         - 2   # NDRPDR sel
1134         - 3   # NDRPDR sel
1135         - 4   # NDRPDR sel
1136         - 5   # NDRPDR sel
1137         - 6   # NDRPDR sel
1138         - 7   # NDRPDR sel
1139         - 8   # NDRPDR sel
1140         - 9   # NDRPDR sel
1141         - 10  # NDRPDR sel
1142     dpdk-compare-testbeds:
1143       - "dpdk-compare-testbeds-ref"
1144       - "dpdk-compare-testbeds-cmp"
1145
1146     dpdk-compare-testbeds-skx-clx-ref:
1147       csit-dpdk-perf-verify-2001-2n-skx:
1148         - 1   # NDRPDR sel
1149         - 2   # NDRPDR sel
1150         - 3   # NDRPDR sel
1151         - 4   # NDRPDR sel
1152         - 5   # NDRPDR sel
1153         - 6   # NDRPDR sel
1154         - 7   # NDRPDR sel
1155         - 8   # NDRPDR sel
1156         - 9   # NDRPDR sel
1157         - 10  # NDRPDR sel
1158         - 11  # NDRPDR sel
1159         - 13  # NDRPDR sel
1160         - 26  # NDRPDR sel
1161         - 16  # NDRPDR sel
1162         - 17  # NDRPDR sel
1163         - 18  # NDRPDR sel
1164         - 19  # NDRPDR sel
1165         - 27  # NDRPDR sel
1166         - 21  # NDRPDR sel
1167         - 25  # NDRPDR sel
1168     dpdk-compare-testbeds-skx-clx-cmp:
1169       csit-dpdk-perf-verify-2001-2n-clx:
1170         - 1   # NDRPDR sel
1171         - 2   # NDRPDR sel
1172         - 3   # NDRPDR sel
1173         - 4   # NDRPDR sel
1174         - 5   # NDRPDR sel
1175         - 6   # NDRPDR sel
1176         - 7   # NDRPDR sel
1177         - 8   # NDRPDR sel
1178         - 9   # NDRPDR sel
1179         - 10  # NDRPDR sel
1180     dpdk-compare-testbeds-skx-clx:
1181       - "dpdk-compare-testbeds-skx-clx-ref"
1182       - "dpdk-compare-testbeds-skx-clx-cmp"
1183
1184     # Compare topologies
1185
1186     vpp-compare-topologies-ref:
1187       # TODO: Add the data
1188       csit-vpp-perf-verify-2001-3n-skx:
1189         - 14  # NDRPDR sel
1190         - 15  # NDRPDR sel
1191         - 16  # NDRPDR sel
1192     vpp-compare-topologies-cmp:
1193       # TODO: Add the data
1194       csit-vpp-perf-verify-2001-2n-skx:
1195         - 21  # NDRPDR sel
1196         - 22  # NDRPDR sel
1197         - 23  # NDRPDR sel
1198         - 26  # NDRPDR sel
1199         - 27  # NDRPDR sel
1200         - 29  # NDRPDR sel
1201     vpp-compare-topologies:
1202       - "vpp-compare-topologies-ref"
1203       - "vpp-compare-topologies-cmp"
1204
1205     vpp-compare-topologies-mrr-ref:
1206       # TODO: Replace
1207       # csit-vpp-perf-verify-2001-3n-skx:
1208       csit-vpp-perf-verify-1908-3n-skx:
1209         - 36  # MRR sel
1210     vpp-compare-topologies-mrr-cmp:
1211       # TODO: Replace
1212       # csit-vpp-perf-verify-2001-2n-skx:
1213       csit-vpp-perf-verify-1908-2n-skx:
1214         - 69  # MRR sel
1215     vpp-compare-topologies-mrr:
1216       - "vpp-compare-topologies-mrr-ref"
1217       - "vpp-compare-topologies-mrr-cmp"
1218
1219     dpdk-compare-topologies-ref:
1220       csit-dpdk-perf-verify-2001-3n-skx:
1221         - 1   # NDRPDR sel
1222         - 2   # NDRPDR sel
1223         - 3   # NDRPDR sel
1224         - 4   # NDRPDR sel
1225         - 5   # NDRPDR sel
1226         - 6   # NDRPDR sel
1227         - 7   # NDRPDR sel
1228         - 8   # NDRPDR sel
1229         - 9   # NDRPDR sel
1230         - 10  # NDRPDR sel
1231     dpdk-compare-topologies-cmp:
1232       csit-dpdk-perf-verify-2001-2n-skx:
1233         - 1   # NDRPDR sel
1234         - 2   # NDRPDR sel
1235         - 3   # NDRPDR sel
1236         - 4   # NDRPDR sel
1237         - 5   # NDRPDR sel
1238         - 6   # NDRPDR sel
1239         - 7   # NDRPDR sel
1240         - 8   # NDRPDR sel
1241         - 9   # NDRPDR sel
1242         - 10  # NDRPDR sel
1243         - 11  # NDRPDR sel
1244         - 13  # NDRPDR sel
1245         - 26  # NDRPDR sel
1246         - 16  # NDRPDR sel
1247         - 17  # NDRPDR sel
1248         - 18  # NDRPDR sel
1249         - 19  # NDRPDR sel
1250         - 27  # NDRPDR sel
1251         - 21  # NDRPDR sel
1252         - 25  # NDRPDR sel
1253     dpdk-compare-topologies:
1254       - "dpdk-compare-topologies-ref"
1255       - "dpdk-compare-topologies-cmp"
1256
1257   plot-layouts:
1258
1259     plot-soak-throughput:
1260       titlefont:
1261         size: 18
1262       xaxis:
1263         title: "<b>Test Cases [Index]</b>"
1264         titlefont:
1265           size: 16
1266         autorange: True
1267         fixedrange: False
1268         gridcolor: "rgb(230, 230, 230)"
1269         linecolor: "rgb(220, 220, 220)"
1270         linewidth: 1
1271         showgrid: True
1272         showline: True
1273         showticklabels: True
1274         tickcolor: "rgb(220, 220, 220)"
1275         tickmode: "linear"
1276         tickfont:
1277           size: 16
1278         zeroline: False
1279       yaxis:
1280         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1281         titlefont:
1282           size: 16
1283         gridcolor: "rgb(230, 230, 230)"
1284         hoverformat: ".4r"
1285         tickformat: ".3r"
1286         linecolor: "rgb(220, 220, 220)"
1287         linewidth: 1
1288         showgrid: True
1289         showline: True
1290         showticklabels: True
1291         tickcolor: "rgb(220, 220, 220)"
1292         tickfont:
1293           size: 16
1294         zeroline: False
1295         range: [0,50]
1296       autosize: False
1297       margin:
1298         t: 50
1299         b: 0
1300         l: 80
1301         r: 20
1302       showlegend: True
1303       legend:
1304         orientation: "h"
1305         font:
1306           size: 16
1307       width: 700
1308       height: 900
1309       paper_bgcolor: "#fff"
1310       plot_bgcolor: "#fff"
1311       hoverlabel:
1312         namelength: -1
1313
1314     plot-service-density:
1315       titlefont:
1316         size: 18
1317       xaxis:
1318         side: "top"
1319         autorange: True
1320         fixedrange: False
1321         showgrid: False
1322         showline: False
1323         showticklabels: False
1324         ticks: ""
1325         ticklen: 0
1326         tickwidth: 0
1327         zeroline: False
1328       yaxis:
1329         autorange: "reversed"
1330         showgrid: False
1331         showline: False
1332         showticklabels: False
1333         ticks: ""
1334         ticklen: 0
1335         tickwidth: 0
1336         zeroline: False
1337       showlegend: False
1338       paper_bgcolor: "#fff"
1339       plot_bgcolor: "#fff"
1340       width: 700
1341       height: 700
1342       hoverlabel:
1343         namelength: -1
1344
1345     plot-cps:
1346       titlefont:
1347         size: 18
1348       xaxis:
1349         title: "<b>Test Cases [Index]</b>"
1350         titlefont:
1351           size: 16
1352         autorange: True
1353         fixedrange: False
1354         gridcolor: "rgb(230, 230, 230)"
1355         linecolor: "rgb(220, 220, 220)"
1356         linewidth: 1
1357         showgrid: True
1358         showline: True
1359         showticklabels: True
1360         tickcolor: "rgb(220, 220, 220)"
1361         tickmode: "linear"
1362         tickfont:
1363           size: 16
1364         zeroline: False
1365       yaxis:
1366         title: "<b>Connections Per Second [cps]</b>"
1367         titlefont:
1368           size: 16
1369         gridcolor: "rgb(230, 230, 230)"
1370         hoverformat: ".4s"
1371         linecolor: "rgb(220, 220, 220)"
1372         linewidth: 1
1373         rangemode: "tozero"
1374         showgrid: True
1375         showline: True
1376         showticklabels: True
1377         tickcolor: "rgb(220, 220, 220)"
1378         tickformat: ".3s"
1379         tickfont:
1380           size: 16
1381         zeroline: False
1382       boxmode: "group"
1383       boxgroupgap: 0.5
1384       autosize: False
1385       margin:
1386         t: 50
1387         b: 20
1388         l: 80
1389         r: 20
1390       showlegend: True
1391       legend:
1392         orientation: "h"
1393         font:
1394           size: 16
1395       width: 700
1396       height: 800
1397       paper_bgcolor: "#fff"
1398       plot_bgcolor: "#fff"
1399       hoverlabel:
1400         namelength: -1
1401
1402     plot-rps:
1403       titlefont:
1404         size: 18
1405       xaxis:
1406         title: "<b>Test Cases [Index]</b>"
1407         titlefont:
1408           size: 16
1409         autorange: True
1410         fixedrange: False
1411         gridcolor: "rgb(230, 230, 230)"
1412         linecolor: "rgb(220, 220, 220)"
1413         linewidth: 1
1414         showgrid: True
1415         showline: True
1416         showticklabels: True
1417         tickcolor: "rgb(220, 220, 220)"
1418         tickmode: "linear"
1419         tickfont:
1420           size: 16
1421         zeroline: False
1422       yaxis:
1423         title: "<b>Requests Per Second [rps]</b>"
1424         titlefont:
1425           size: 16
1426         gridcolor: "rgb(230, 230, 230)"
1427         hoverformat: ".4s"
1428         linecolor: "rgb(220, 220, 220)"
1429         linewidth: 1
1430         rangemode: "tozero"
1431         showgrid: True
1432         showline: True
1433         showticklabels: True
1434         tickcolor: "rgb(230, 230, 230)"
1435         tickformat: ".3s"
1436         tickfont:
1437           size: 16
1438         zeroline: False
1439       boxmode: "group"
1440       boxgroupgap: 0.5
1441       autosize: False
1442       margin:
1443         t: 50
1444         b: 20
1445         l: 80
1446         r: 20
1447       showlegend: True
1448       legend:
1449         orientation: "h"
1450         font:
1451           size: 16
1452       width: 700
1453       height: 800
1454       paper_bgcolor: "#fff"
1455       plot_bgcolor: "#fff"
1456       hoverlabel:
1457         namelength: -1
1458
1459     plot-throughput:
1460       titlefont:
1461         size: 18
1462       xaxis:
1463         title: "<b>Test Cases [Index]</b>"
1464         titlefont:
1465           size: 16
1466         autorange: True
1467         fixedrange: False
1468         gridcolor: "rgb(230, 230, 230)"
1469         linecolor: "rgb(220, 220, 220)"
1470         linewidth: 1
1471         showgrid: True
1472         showline: True
1473         showticklabels: True
1474         tickcolor: "rgb(220, 220, 220)"
1475         tickmode: "linear"
1476         tickfont:
1477           size: 16
1478         zeroline: False
1479       yaxis:
1480         title: "<b>Packet Throughput [Mpps]</b>"
1481         titlefont:
1482           size: 16
1483         gridcolor: "rgb(230, 230, 230)"
1484         hoverformat: ".4r"
1485         tickformat: ".3r"
1486         linecolor: "rgb(220, 220, 220)"
1487         linewidth: 1
1488         showgrid: True
1489         showline: True
1490         showticklabels: True
1491         tickcolor: "rgb(220, 220, 220)"
1492         tickfont:
1493           size: 16
1494         zeroline: False
1495         range: [0,50]
1496       autosize: False
1497       margin:
1498         t: 50
1499         b: 0
1500         l: 80
1501         r: 20
1502       showlegend: True
1503       legend:
1504         orientation: "h"
1505         font:
1506           size: 16
1507       width: 700
1508       height: 900
1509       paper_bgcolor: "#fff"
1510       plot_bgcolor: "#fff"
1511       hoverlabel:
1512         namelength: -1
1513
1514     plot-throughput-speedup-analysis:
1515       titlefont:
1516         size: 18
1517       xaxis:
1518         title: "<b>Number of Cores [Qty]</b>"
1519         titlefont:
1520           size: 16
1521         autorange: True
1522         fixedrange: False
1523         gridcolor: "rgb(230, 230, 230)"
1524         linecolor: "rgb(220, 220, 220)"
1525         linewidth: 1
1526         showgrid: True
1527         showline: True
1528         showticklabels: True
1529         tickcolor: "rgb(238, 238, 238)"
1530         tickmode: "linear"
1531         tickfont:
1532           size: 16
1533         zeroline: False
1534       yaxis:
1535         title: "<b>Packet Throughput [Mpps]</b>"
1536         titlefont:
1537           size: 16
1538         type: "linear"
1539         gridcolor: "rgb(230, 230, 230)"
1540         hoverformat: ".4s"
1541         linecolor: "rgb(220, 220, 220)"
1542         linewidth: 1
1543         showgrid: True
1544         showline: True
1545         showticklabels: True
1546         tickcolor: "rgb(220, 220, 220)"
1547         tickformat: ".4s"
1548         tickfont:
1549           size: 16
1550         zeroline: True
1551         rangemode: "tozero"
1552         range: [0,100]
1553       legend:
1554         orientation: "h"
1555         font:
1556           size: 16
1557         xanchor: "left"
1558         yanchor: "top"
1559         x: 0
1560         y: -0.2
1561         bgcolor: "rgba(255, 255, 255, 0)"
1562         bordercolor: "rgba(255, 255, 255, 0)"
1563         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1564       autosize: False
1565       margin:
1566           't': 50
1567           'b': 150
1568           'l': 85
1569           'r': 10
1570       showlegend: True
1571       width: 700
1572       height: 700
1573       paper_bgcolor: "#fff"
1574       plot_bgcolor: "#fff"
1575       hoverlabel:
1576         namelength: -1
1577       annotations: [
1578         {
1579           text: "_ _          __          ...",
1580           align: "left",
1581           showarrow: False,
1582           xref: "paper",
1583           yref: "paper",
1584           xanchor: "left",
1585           yanchor: "top",
1586           x: 0,
1587           y: -0.13,
1588           font: {
1589             family: "Consolas, Courier New",
1590             size: 15
1591           },
1592         },
1593         {
1594           text: "    Perfect     Measured     Limit",
1595           align: "left",
1596           showarrow: False,
1597           xref: "paper",
1598           yref: "paper",
1599           xanchor: "left",
1600           yanchor: "top",
1601           x: 0,
1602           y: -0.15,
1603           font: {
1604             family: "Consolas, Courier New",
1605             size: 15
1606           },
1607         },
1608       ]
1609
1610     plot-latency:
1611       titlefont:
1612         size: 18
1613       xaxis:
1614         title: "<b>Direction</b>"
1615         titlefont:
1616           size: 16
1617         autorange: True
1618         fixedrange: False
1619         gridcolor: "rgb(230, 230, 230)"
1620         linecolor: "rgb(220, 220, 220)"
1621         linewidth: 1
1622         showgrid: True
1623         showline: True
1624         showticklabels: False
1625         tickcolor: "rgb(220, 220, 220)"
1626         tickmode: "linear"
1627         tickfont:
1628           size: 16
1629         zeroline: False
1630       yaxis:
1631         title: "<b>Packet Latency [uSec]</b>"
1632         titlefont:
1633           size: 16
1634         type: "linear"
1635         gridcolor: "rgb(230, 230, 230)"
1636         hoverformat: ".4s"
1637         linecolor: "rgb(220, 220, 220)"
1638         linewidth: 1
1639         showgrid: True
1640         showline: True
1641         showticklabels: True
1642         tickcolor: "rgb(220, 220, 220)"
1643         tickformat: ".4s"
1644         tickfont:
1645           size: 16
1646         zeroline: True
1647         rangemode: "tozero"
1648       legend:
1649         orientation: "h"
1650         font:
1651           size: 16
1652         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1653       autosize: False
1654       margin:
1655           't': 50
1656           'b': 150
1657           'l': 80
1658           'r': 10
1659       showlegend: True
1660       width: 700
1661       height: 700
1662       paper_bgcolor: "#fff"
1663       plot_bgcolor: "#fff"
1664       hoverlabel:
1665         namelength: -1
1666
1667     plot-hdrh-latency:
1668       title:
1669         text: ""
1670         xanchor: "center"
1671         x: 0.5
1672         font:
1673           size: 16
1674       width: 700
1675       plot_bgcolor: "white"
1676       annotations:
1677         - font:
1678             size: 14
1679           showarrow: False
1680           text: "<b>Packet Latency [uSec]</b>"
1681           x: 1
1682           xanchor: "right"
1683           xref: "paper"
1684           y: -0.045
1685           yanchor: "top"
1686           yref: "paper"
1687         - font:
1688             size: 14
1689           showarrow: False
1690           text: "<b>Probability [%]</b>"
1691           textangle: 270
1692           x: -0.06
1693           xanchor: "center"
1694           xref: "paper"
1695           y: 0.5
1696           yanchor: "middle"
1697           yref: "paper"
1698         - font:
1699             size: 14
1700           showarrow: False
1701           text: "<b>Direction: E-W</b>"
1702           x: 0.24
1703           xanchor: "center"
1704           xref: "paper"
1705           y: 1.05
1706           yanchor: "bottom"
1707           yref: "paper"
1708         - font:
1709             size: 14
1710           showarrow: False
1711           text: "<b>Direction: W-E</b>"
1712           x: 0.74
1713           xanchor: "center"
1714           xref: "paper"
1715           y: 1.05
1716           yanchor: "bottom"
1717           yref: "paper"
1718
1719     plot-hdrh-latency-percentile:
1720       title:
1721         text: ""
1722         xanchor: "center"
1723         x: 0.5
1724         font:
1725           size: 18
1726       xaxis:
1727         type: "log"
1728         title: "<b>Percentile [%]</b>"
1729         titlefont:
1730           size: 16
1731         autorange: True
1732         fixedrange: False
1733         gridcolor: "rgb(230, 230, 230)"
1734         linecolor: "rgb(220, 220, 220)"
1735         linewidth: 1
1736         showgrid: True
1737         showline: True
1738         showticklabels: True
1739         tickcolor: "rgb(220, 220, 220)"
1740         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
1741         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
1742         tickfont:
1743           size: 16
1744       yaxis:
1745         title: "<b>Packet Latency [uSec]</b>"
1746         titlefont:
1747           size: 16
1748         gridcolor: "rgb(230, 230, 230)"
1749         linecolor: "rgb(220, 220, 220)"
1750         linewidth: 1
1751         showgrid: True
1752         showline: True
1753         showticklabels: True
1754         tickcolor: "rgb(220, 220, 220)"
1755         tickfont:
1756           size: 16
1757       autosize: False
1758       showlegend: True
1759       legend:
1760         traceorder: "normal"
1761         orientation: "h"
1762         font:
1763           size: 16
1764         xanchor: "left"
1765         yanchor: "top"
1766         x: 0
1767         y: -0.15
1768         bgcolor: "rgba(255, 255, 255, 0)"
1769         bordercolor: "rgba(255, 255, 255, 0)"
1770       width: 700
1771       height: 700
1772       paper_bgcolor: "white"
1773       plot_bgcolor: "white"
1774
1775     plot-hdrh-latency-by-percentile:
1776       title:
1777         text: "<b>Latency by Percentile Distribution</b>"
1778         xanchor: "center"
1779         x: 0.5
1780         font:
1781           size: 18
1782       showlegend: True
1783       legend:
1784         traceorder: "normal"
1785         orientation: "h"
1786         font:
1787           size: 16
1788         xanchor: "left"
1789         yanchor: "top"
1790         x: 0
1791         y: -0.2
1792         bgcolor: "rgba(255, 255, 255, 0)"
1793         bordercolor: "rgba(255, 255, 255, 0)"
1794       xaxis:
1795         type: "linear"
1796         title: "<b>Percentile [%]</b>"
1797         titlefont:
1798           size: 14
1799         autorange: False
1800         fixedrange: False
1801         range: [0, 100]
1802         gridcolor: "rgb(230, 230, 230)"
1803         linecolor: "rgb(220, 220, 220)"
1804         linewidth: 1
1805         showgrid: True
1806         showline: True
1807         showticklabels: True
1808         tickcolor: "rgb(220, 220, 220)"
1809         tickvals: [0, 25, 50, 75, 100]
1810         ticktext: [0, 25, 50, 75, 100]
1811         tickfont:
1812           size: 14
1813       yaxis:
1814         title: "<b>One-Way Latency per Direction [uSec]</b>"
1815         titlefont:
1816           size: 14
1817         gridcolor: "rgb(230, 230, 230)"
1818         linecolor: "rgb(220, 220, 220)"
1819         linewidth: 1
1820         showgrid: True
1821         showline: True
1822         showticklabels: True
1823         tickcolor: "rgb(220, 220, 220)"
1824         tickfont:
1825           size: 14
1826       width: 700
1827       height: 700
1828       paper_bgcolor: "white"
1829       plot_bgcolor: "white"
1830
1831 - type: "static"
1832   src-path: "{DIR[RST]}"
1833   dst-path: "{DIR[WORKING,SRC]}"
1834
1835 - type: "input"
1836   general:
1837     file-name: "output_info.xml.gz"
1838     file-format: ".gz"
1839     arch-file-format:
1840       - ".gz"
1841       - ".zip"
1842     download-path: "{job}/{build}/archives/{filename}"
1843     extract: "output.xml"
1844
1845     zip-file-name: "robot-plugin.zip"
1846     zip-file-format: ".zip"
1847     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1848     zip-extract: "robot-plugin/output.xml"
1849
1850   builds:
1851
1852     csit-vpp-perf-verify-1904-3n-hsw:
1853       - 9   # MRR sel
1854       - 11  # NDRPDR sel
1855       - 12  # NDRPDR sel
1856       - 20  # NDRPDR sel
1857       - 21  # NDRPDR sel
1858       - 23  # NDRPDR sel
1859       - 24  # NDRPDR sel
1860       - 25  # NDRPDR sel
1861       - 26  # NDRPDR sel
1862       - 29  # NDRPDR sel
1863       - 30  # NDRPDR sel
1864     csit-vpp-perf-verify-1908-3n-hsw:
1865       - 12  # NDRPDR sel
1866       - 13  # NDRPDR sel
1867       - 14  # NDRPDR sel
1868       - 15  # NDRPDR sel
1869       - 16  # NDRPDR sel
1870       - 17  # NDRPDR sel
1871       - 18  # NDRPDR sel
1872       - 19  # NDRPDR sel
1873       - 20  # NDRPDR sel
1874       - 21  # NDRPDR sel
1875       - 48  # NDRPDR sel vhost
1876       - 49  # NDRPDR sel vhost
1877       - 52  # NDRPDR sel vhost
1878       - 53  # NDRPDR sel vhost
1879       - 54  # NDRPDR sel vhost
1880       - 55  # NDRPDR sel vhost
1881       - 56  # NDRPDR sel vhost
1882       - 57  # NDRPDR sel vhost
1883       - 58  # NDRPDR sel vhost
1884       - 59  # NDRPDR sel vhost
1885       - 39  # MRR sel
1886     csit-vpp-perf-verify-2001-3n-hsw:
1887       - 21  # NDRPDR sel
1888       - 22  # NDRPDR sel
1889       - 23  # NDRPDR sel
1890       - 24  # NDRPDR sel
1891       - 25  # NDRPDR sel
1892       - 29  # NDRPDR sel
1893       - 30  # NDRPDR sel
1894       - 31  # NDRPDR sel
1895       - 17  # MRR sel
1896       - 18  # NDRPDR full
1897       - 20  # NDRPDR full
1898       - 26  # NDRPDR full
1899       - 28  # NDRPDR full
1900
1901 #    csit-vpp-perf-verify-1904-3n-skx:
1902 #      - 7   # MRR sel
1903 #      - 8   # NDRPDR sel
1904 #      - 9   # NDRPDR sel
1905 #      - 10  # NDRPDR sel
1906 #      - 11  # NDRPDR sel
1907 #      - 12  # NDRPDR sel
1908 #      - 14  # NDRPDR sel
1909 #      - 16  # NDRPDR sel
1910 #      - 21  # NDRPDR sel
1911 #      - 23  # NDRPDR sel
1912 #      - 25  # NDRPDR sel
1913 #    csit-vpp-perf-verify-1908-3n-skx:
1914 #      - 14  # NDRPDR sel
1915 #      - 16  # NDRPDR sel
1916 #      - 19  # NDRPDR sel
1917 #      - 20  # NDRPDR sel
1918 #      - 22  # NDRPDR sel
1919 #      - 23  # NDRPDR sel
1920 #      - 24  # NDRPDR sel
1921 #      - 25  # NDRPDR sel
1922 #      - 26  # NDRPDR sel
1923 #      - 29  # NDRPDR sel
1924 #      - 52  # NDRPDR sel vhost
1925 #      - 53  # NDRPDR sel vhost
1926 #      - 55  # NDRPDR sel vhost
1927 #      - 61  # NDRPDR sel vhost
1928 #      - 62  # NDRPDR sel vhost
1929 #      - 63  # NDRPDR sel vhost
1930 #      - 64  # NDRPDR sel vhost
1931 #      - 65  # NDRPDR sel vhost
1932 #      - 66  # NDRPDR sel vhost
1933 #      - 67  # NDRPDR sel vhost
1934 #      - 36  # MRR sel
1935 #    csit-vpp-perf-verify-2001-3n-skx:
1936 #      - 14  # NDRPDR sel
1937 #      - 15  # NDRPDR sel
1938 #      - 16  # NDRPDR sel
1939
1940 #    csit-vpp-perf-verify-1904-2n-skx:
1941 #      - 11  # MRR sel
1942 #      - 12  # NDRPDR sel
1943 #      - 14  # NDRPDR sel
1944 #      - 16  # NDRPDR sel
1945 #      - 17  # NDRPDR sel
1946 #      - 18  # NDRPDR sel
1947 #      - 21  # NDRPDR sel
1948 #      - 27  # NDRPDR sel
1949 #      - 30  # NDRPDR sel
1950 #      - 31  # NDRPDR sel
1951 #      - 32  # NDRPDR sel
1952 #    csit-vpp-perf-verify-1908-2n-skx:
1953 #      - 26  # NDRPDR sel
1954 #      - 27  # NDRPDR sel
1955 #      - 34  # NDRPDR sel
1956 #      - 35  # NDRPDR sel
1957 #      - 36  # NDRPDR sel
1958 #      - 42  # NDRPDR sel
1959 #      - 43  # NDRPDR sel
1960 #      - 44  # NDRPDR sel
1961 #      - 45  # NDRPDR sel
1962 #      - 46  # NDRPDR sel
1963 #      - 88  # NDRPDR sel vhost
1964 #      - 89  # NDRPDR sel vhost
1965 #      - 91  # NDRPDR sel vhost
1966 #      - 92  # NDRPDR sel vhost
1967 #      - 93  # NDRPDR sel vhost
1968 #      - 94  # NDRPDR sel vhost
1969 #      - 95  # NDRPDR sel vhost
1970 #      - 96  # NDRPDR sel vhost
1971 #      - 97  # NDRPDR sel vhost
1972 #      - 98  # NDRPDR sel vhost
1973 #      - 69  # MRR sel
1974 #      - 29  # TCP
1975 #      - 30  # TCP
1976 #      - 58  # TCP
1977 #      - 22  # NFV
1978 #      - 31  # NFV
1979 #      - 32  # NFV
1980 #      - 71  # NFV MRR
1981 #      - 113 # NFV reconf sel
1982 #      - 114 # NFV reconf sel
1983 #      - 115 # NFV reconf sel
1984 #      - 83  # SOAK
1985 #      - 86  # SOAK
1986 #    csit-vpp-perf-verify-2001-2n-skx:
1987 #      - 21  # NDRPDR sel
1988 #      - 22  # NDRPDR sel
1989 #      - 23  # NDRPDR sel
1990 #      - 26  # NDRPDR sel
1991 #      - 27  # NDRPDR sel
1992 #      - 29  # NDRPDR sel
1993 #      - 32  # NDRPDR full
1994 #      - 33  # NDRPDR full
1995 #      - 30  # NFV
1996 #      - 31  # NFV
1997
1998 #    csit-vpp-perf-verify-2001-2n-clx:
1999 #      - 22  # NDRPDR sel
2000 #      - 23  # NDRPDR sel
2001 #      - 24  # NDRPDR sel
2002 #      - 25  # NDRPDR sel
2003
2004     csit-vpp-perf-verify-1908-3n-tsh:
2005       - 7   # NDRPDR sel
2006       - 8   # NDRPDR sel
2007       - 9   # NDRPDR sel
2008       - 10  # NDRPDR sel
2009       - 11  # NDRPDR sel
2010       - 12  # NDRPDR sel
2011       - 13  # NDRPDR sel
2012       - 14  # NDRPDR sel
2013       - 15  # NDRPDR sel
2014       - 16  # NDRPDR sel
2015       - 17  # MRR sel
2016     csit-vpp-perf-verify-2001-3n-tsh:
2017       - 3   # NDRPDR sel
2018       - 4   # NDRPDR sel
2019       - 7   # NDRPDR sel
2020       - 8   # NDRPDR sel
2021
2022     csit-vpp-perf-verify-1908-3n-dnv:
2023       - 6   # NDRPDR sel
2024       - 7   # NDRPDR sel
2025       - 8   # NDRPDR sel
2026       - 9   # NDRPDR sel
2027       - 10  # NDRPDR sel
2028       - 12  # NDRPDR sel
2029       - 13  # NDRPDR sel
2030       - 14  # NDRPDR sel
2031       - 15  # NDRPDR sel
2032       - 16  # NDRPDR sel
2033       - 17  # MRR sel
2034     csit-vpp-perf-verify-2001-3n-dnv:
2035       - 5   # NDRPDR sel
2036       - 6   # NDRPDR sel
2037       - 7   # NDRPDR sel
2038       - 8   # NDRPDR sel
2039       - 9   # NDRPDR sel
2040       - 10  # NDRPDR sel
2041       - 12  # NDRPDR sel
2042       - 16  # NDRPDR sel
2043       - 17  # NDRPDR sel
2044       - 18  # NDRPDR sel
2045       - 11  # MRR sel
2046       - 13  # NDRPDR full
2047       - 15  # NDRPDR full
2048       - 19  # NDRPDR full
2049       - 20  # NDRPDR full
2050       - 21  # NDRPDR full
2051
2052     csit-vpp-perf-verify-1908-2n-dnv:
2053       - 1   # NDRPDR sel
2054       - 2   # NDRPDR sel
2055       - 3   # NDRPDR sel
2056       - 4   # NDRPDR sel
2057       - 5   # NDRPDR sel
2058       - 6   # NDRPDR sel
2059       - 7   # NDRPDR sel
2060       - 8   # NDRPDR sel
2061       - 9   # NDRPDR sel
2062       - 10  # NDRPDR sel
2063       - 11  # MRR sel
2064     csit-vpp-perf-verify-2001-2n-dnv:
2065       - 4   # NDRPDR sel
2066       - 5   # NDRPDR sel
2067       - 6   # NDRPDR sel
2068       - 7   # NDRPDR sel
2069       - 8   # NDRPDR sel
2070       - 9   # NDRPDR sel
2071       - 10  # NDRPDR sel
2072       - 11  # NDRPDR sel
2073       - 13  # NDRPDR sel
2074       - 16  # NDRPDR sel
2075       - 12  # MRR sel
2076       - 21  # NDRPDR full
2077       - 22  # NDRPDR full
2078
2079     csit-dpdk-perf-verify-1904-3n-hsw:
2080       - 2   # NDRPDR sel
2081       - 3   # NDRPDR sel
2082       - 5   # NDRPDR sel
2083       - 6   # NDRPDR sel
2084       - 13  # NDRPDR sel
2085       - 14  # NDRPDR sel
2086       - 15  # NDRPDR sel
2087       - 18  # NDRPDR sel
2088       - 19  # NDRPDR sel
2089       - 20  # NDRPDR sel
2090     csit-dpdk-perf-verify-1908-3n-hsw:
2091       - 2   # NDRPDR sel
2092       - 3   # NDRPDR sel
2093       - 4   # NDRPDR sel
2094       - 5   # NDRPDR sel
2095       - 6   # NDRPDR sel
2096       - 7   # NDRPDR sel
2097       - 8   # NDRPDR sel
2098       - 9   # NDRPDR sel
2099       - 10  # NDRPDR sel
2100       - 11  # NDRPDR sel
2101     csit-dpdk-perf-verify-2001-3n-hsw:
2102       - 4   # NDRPDR sel
2103       - 5   # NDRPDR sel
2104       - 6   # NDRPDR sel
2105       - 7   # NDRPDR sel
2106       - 8   # NDRPDR sel
2107       - 9   # NDRPDR sel
2108       - 10  # NDRPDR sel
2109       - 11  # NDRPDR sel
2110       - 12  # NDRPDR sel
2111       - 13  # NDRPDR sel
2112       - 15  # NDRPDR sel
2113       - 16  # NDRPDR sel
2114       - 17  # NDRPDR sel
2115       - 18  # NDRPDR sel
2116       - 19  # NDRPDR sel
2117       - 20  # NDRPDR sel
2118       - 22  # NDRPDR sel
2119
2120 #    csit-dpdk-perf-verify-1904-3n-skx:
2121 #      - 2   # NDRPDR sel
2122 #      - 3   # NDRPDR sel
2123 #      - 4   # NDRPDR sel
2124 #      - 5   # NDRPDR sel
2125 #      - 6   # NDRPDR sel
2126 #      - 7   # NDRPDR sel
2127 #      - 11  # NDRPDR sel
2128 #      - 12  # NDRPDR sel
2129 #      - 13  # NDRPDR sel
2130 #      - 14  # NDRPDR sel
2131 #    csit-dpdk-perf-verify-1908-3n-skx:
2132 #      - 3   # NDRPDR sel
2133 #      - 4   # NDRPDR sel
2134 #      - 5   # NDRPDR sel
2135 #      - 6   # NDRPDR sel
2136 #      - 7   # NDRPDR sel
2137 #      - 8   # NDRPDR sel
2138 #      - 9   # NDRPDR sel
2139 #      - 10  # NDRPDR sel
2140 #      - 11  # NDRPDR sel
2141 #      - 12  # NDRPDR sel
2142 #    csit-dpdk-perf-verify-2001-3n-skx:
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
2154 #    csit-dpdk-perf-verify-1904-2n-skx:
2155 #      - 2   # NDRPDR sel
2156 #      - 3   # NDRPDR sel
2157 #      - 4   # NDRPDR sel
2158 #      - 5   # NDRPDR sel
2159 #      - 7   # NDRPDR sel
2160 #      - 8   # NDRPDR sel
2161 #      - 9   # NDRPDR sel
2162 #      - 10  # NDRPDR sel
2163 #      - 11  # NDRPDR sel
2164 #      - 12  # NDRPDR sel
2165 #    csit-dpdk-perf-verify-1908-2n-skx:
2166 #      - 2   # NDRPDR sel
2167 #      - 3   # NDRPDR sel
2168 #      - 4   # NDRPDR sel
2169 #      - 5   # NDRPDR sel
2170 #      - 7   # NDRPDR sel
2171 #      - 8   # NDRPDR sel
2172 #      - 9   # NDRPDR sel
2173 #      - 10  # NDRPDR sel
2174 #      - 11  # NDRPDR sel
2175 #      - 12  # NDRPDR sel
2176 #    csit-dpdk-perf-verify-2001-2n-skx:
2177 #      - 1   # NDRPDR sel
2178 #      - 2   # NDRPDR sel
2179 #      - 3   # NDRPDR sel
2180 #      - 4   # NDRPDR sel
2181 #      - 5   # NDRPDR sel
2182 #      - 6   # NDRPDR sel
2183 #      - 7   # NDRPDR sel
2184 #      - 8   # NDRPDR sel
2185 #      - 9   # NDRPDR sel
2186 #      - 10  # NDRPDR sel
2187 #      - 11  # NDRPDR sel
2188 #      - 13  # NDRPDR sel
2189 #      - 26  # NDRPDR sel
2190 #      - 16  # NDRPDR sel
2191 #      - 17  # NDRPDR sel
2192 #      - 18  # NDRPDR sel
2193 #      - 19  # NDRPDR sel
2194 #      - 27  # NDRPDR sel
2195 #      - 21  # NDRPDR sel
2196 #      - 25  # NDRPDR sel
2197
2198 #    csit-dpdk-perf-verify-2001-2n-clx:
2199 #      - 1   # NDRPDR sel
2200 #      - 2   # NDRPDR sel
2201 #      - 3   # NDRPDR sel
2202 #      - 4   # NDRPDR sel
2203 #      - 5   # NDRPDR sel
2204 #      - 6   # NDRPDR sel
2205 #      - 7   # NDRPDR sel
2206 #      - 8   # NDRPDR sel
2207 #      - 9   # NDRPDR sel
2208 #      - 10  # NDRPDR sel
2209
2210     csit-vpp-device-2001-ubuntu1804-1n-skx:
2211       - 57
2212
2213 - type: "output"
2214   output: "report"
2215   format:
2216     html:
2217     - full
2218 # TODO: Enable for release runs:
2219 #    pdf:
2220 #    - minimal
2221
2222 ################################################################################
2223 ###                               T A B L E S                                ###
2224 ################################################################################
2225
2226 ## VPP Soak vs NDR
2227 #- type: "table"
2228 #  title: "VPP Soak vs NDR 2n-skx"
2229 #  algorithm: "table_soak_vs_ndr"
2230 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2231 #  reference:
2232 #    title: "NDR"
2233 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2234 #  compare:
2235 #    title: "Soak"
2236 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2237 #  data: "vpp-soak-vs-ndr-2n-skx"
2238 #  include-tests: "NDR"
2239 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2240 #  parameters:
2241 #    - "throughput"
2242 #    - "name"
2243 #    - "parent"
2244
2245 ################################################################################
2246
2247 ## VPP Compare NICs 3n-skx 2t1c ndr
2248 #- type: "table"
2249 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2250 #  algorithm: "table_nics_comparison"
2251 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2252 #  reference:
2253 #    title: "x710"
2254 #    nic: "NIC_Intel-X710"
2255 #  compare:
2256 #    title: "xxv710"
2257 #    nic: "NIC_Intel-XXV710"
2258 #  data: "vpp-nic-comparison-3n-skx"
2259 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2260 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2261 #  parameters:
2262 #  - "name"
2263 #  - "parent"
2264 #  - "throughput"
2265 #  - "tags"
2266 #
2267 ## VPP Compare NICs 3n-skx 4t2c ndr
2268 #- type: "table"
2269 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2270 #  algorithm: "table_nics_comparison"
2271 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2272 #  reference:
2273 #    title: "x710"
2274 #    nic: "NIC_Intel-X710"
2275 #  compare:
2276 #    title: "xxv710"
2277 #    nic: "NIC_Intel-XXV710"
2278 #  data: "vpp-nic-comparison-3n-skx"
2279 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2280 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2281 #  parameters:
2282 #  - "name"
2283 #  - "parent"
2284 #  - "throughput"
2285 #  - "tags"
2286 #
2287 ## VPP Compare NICs 3n-skx 2t1c pdr
2288 #- type: "table"
2289 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2290 #  algorithm: "table_nics_comparison"
2291 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2292 #  reference:
2293 #    title: "x710"
2294 #    nic: "NIC_Intel-X710"
2295 #  compare:
2296 #    title: "xxv710"
2297 #    nic: "NIC_Intel-XXV710"
2298 #  data: "vpp-nic-comparison-3n-skx"
2299 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2300 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2301 #  parameters:
2302 #  - "name"
2303 #  - "parent"
2304 #  - "throughput"
2305 #  - "tags"
2306 #
2307 # # VPP Compare NICs 3n-skx 4t2c pdr
2308 #- type: "table"
2309 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2310 #  algorithm: "table_nics_comparison"
2311 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2312 #  reference:
2313 #    title: "x710"
2314 #    nic: "NIC_Intel-X710"
2315 #  compare:
2316 #    title: "xxv710"
2317 #    nic: "NIC_Intel-XXV710"
2318 #  data: "vpp-nic-comparison-3n-skx"
2319 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2320 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2321 #  parameters:
2322 #  - "name"
2323 #  - "parent"
2324 #  - "throughput"
2325 #  - "tags"
2326 #
2327 ## VPP Compare NICs 3n-skx 2t1c mrr
2328 #- type: "table"
2329 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2330 #  algorithm: "table_nics_comparison"
2331 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2332 #  reference:
2333 #    title: "x710"
2334 #    nic: "NIC_Intel-X710"
2335 #  compare:
2336 #    title: "xxv710"
2337 #    nic: "NIC_Intel-XXV710"
2338 #  data: "vpp-nic-comparison-3n-skx-mrr"
2339 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2340 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2341 #  parameters:
2342 #  - "name"
2343 #  - "parent"
2344 #  - "result"
2345 #  - "tags"
2346 #
2347 ## VPP Compare NICs 3n-skx 4t2c mrr
2348 #- type: "table"
2349 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2350 #  algorithm: "table_nics_comparison"
2351 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2352 #  reference:
2353 #    title: "x710"
2354 #    nic: "NIC_Intel-X710"
2355 #  compare:
2356 #    title: "xxv710"
2357 #    nic: "NIC_Intel-XXV710"
2358 #  data: "vpp-nic-comparison-3n-skx-mrr"
2359 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2360 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2361 #  parameters:
2362 #  - "name"
2363 #  - "parent"
2364 #  - "result"
2365 #  - "tags"
2366 #
2367 # # VPP Compare NICs 3n-skx 8t4c mrr
2368 #- type: "table"
2369 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2370 #  algorithm: "table_nics_comparison"
2371 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2372 #  reference:
2373 #    title: "x710"
2374 #    nic: "NIC_Intel-X710"
2375 #  compare:
2376 #    title: "xxv710"
2377 #    nic: "NIC_Intel-XXV710"
2378 #  data: "vpp-nic-comparison-3n-skx-mrr"
2379 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2380 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2381 #  parameters:
2382 #  - "name"
2383 #  - "parent"
2384 #  - "result"
2385 #  - "tags"
2386 #
2387 ## VPP Compare NICs 2n-skx 2t1c ndr
2388 #- type: "table"
2389 #  title: "VPP Compare NICs 2n-skx 2t1c ndr"
2390 #  algorithm: "table_nics_comparison"
2391 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2392 #  reference:
2393 #    title: "x710"
2394 #    nic: "NIC_Intel-X710"
2395 #  compare:
2396 #    title: "xxv710"
2397 #    nic: "NIC_Intel-XXV710"
2398 #  data: "vpp-nic-comparison-2n-skx"
2399 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2400 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2401 #  parameters:
2402 #  - "name"
2403 #  - "parent"
2404 #  - "throughput"
2405 #  - "tags"
2406 #
2407 ## VPP Compare NICs 2n-skx 4t2c ndr
2408 #- type: "table"
2409 #  title: "VPP Compare NICs 2n-skx 4t2c ndr"
2410 #  algorithm: "table_nics_comparison"
2411 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2412 #  reference:
2413 #    title: "x710"
2414 #    nic: "NIC_Intel-X710"
2415 #  compare:
2416 #    title: "xxv710"
2417 #    nic: "NIC_Intel-XXV710"
2418 #  data: "vpp-nic-comparison-2n-skx"
2419 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2420 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2421 #  parameters:
2422 #  - "name"
2423 #  - "parent"
2424 #  - "throughput"
2425 #  - "tags"
2426 #
2427 # # VPP Compare NICs 2n-skx 2t1c pdr
2428 #- type: "table"
2429 #  title: "VPP Compare NICs 2n-skx 2t1c pdr"
2430 #  algorithm: "table_nics_comparison"
2431 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2432 #  reference:
2433 #    title: "x710"
2434 #    nic: "NIC_Intel-X710"
2435 #  compare:
2436 #    title: "xxv710"
2437 #    nic: "NIC_Intel-XXV710"
2438 #  data: "vpp-nic-comparison-2n-skx"
2439 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2440 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2441 #  parameters:
2442 #  - "name"
2443 #  - "parent"
2444 #  - "throughput"
2445 #  - "tags"
2446 #
2447 ## VPP Compare NICs 2n-skx 4t2c pdr
2448 #- type: "table"
2449 #  title: "VPP Compare NICs 2n-skx 4t2c pdr"
2450 #  algorithm: "table_nics_comparison"
2451 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2452 #  reference:
2453 #    title: "x710"
2454 #    nic: "NIC_Intel-X710"
2455 #  compare:
2456 #    title: "xxv710"
2457 #    nic: "NIC_Intel-XXV710"
2458 #  data: "vpp-nic-comparison-2n-skx"
2459 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2460 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2461 #  parameters:
2462 #  - "name"
2463 #  - "parent"
2464 #  - "throughput"
2465 #  - "tags"
2466 #
2467 ## VPP Compare NICs 2n-skx 2t1c mrr
2468 #- type: "table"
2469 #  title: "VPP Compare NICs 2n-skx 2t1c mrr"
2470 #  algorithm: "table_nics_comparison"
2471 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2472 #  reference:
2473 #    title: "x710"
2474 #    nic: "NIC_Intel-X710"
2475 #  compare:
2476 #    title: "xxv710"
2477 #    nic: "NIC_Intel-XXV710"
2478 #  data: "vpp-nic-comparison-2n-skx-mrr"
2479 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2480 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2481 #  parameters:
2482 #  - "name"
2483 #  - "parent"
2484 #  - "result"
2485 #  - "tags"
2486 #
2487 ## VPP Compare NICs 2n-skx 4t2c mrr
2488 #- type: "table"
2489 #  title: "VPP Compare NICs 2n-skx 4t2c mrr"
2490 #  algorithm: "table_nics_comparison"
2491 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2492 #  reference:
2493 #    title: "x710"
2494 #    nic: "NIC_Intel-X710"
2495 #  compare:
2496 #    title: "xxv710"
2497 #    nic: "NIC_Intel-XXV710"
2498 #  data: "vpp-nic-comparison-2n-skx-mrr"
2499 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2500 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2501 #  parameters:
2502 #  - "name"
2503 #  - "parent"
2504 #  - "result"
2505 #  - "tags"
2506 #
2507 ## VPP Compare NICs 2n-skx 8t4c mrr
2508 #- type: "table"
2509 #  title: "VPP Compare NICs 2n-skx 8t4c mrr"
2510 #  algorithm: "table_nics_comparison"
2511 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2512 #  reference:
2513 #    title: "x710"
2514 #    nic: "NIC_Intel-X710"
2515 #  compare:
2516 #    title: "xxv710"
2517 #    nic: "NIC_Intel-XXV710"
2518 #  data: "vpp-nic-comparison-2n-skx-mrr"
2519 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2520 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2521 #  parameters:
2522 #  - "name"
2523 #  - "parent"
2524 #  - "result"
2525 #  - "tags"
2526
2527 ################################################################################
2528 # VPP
2529
2530 # VPP Performance Changes 3n-hsw 1t1c pdr
2531 - type: "table"
2532   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2533   algorithm: "table_perf_comparison"
2534   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2535   history:
2536     - title: "rls1904"
2537       data: "vpp-performance-changes-3n-hsw-h1"
2538   reference:
2539     title: "rls1908"
2540     data: "vpp-performance-changes-3n-hsw-ref"
2541     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2542   compare:
2543     title: "rls2001"
2544     data: "vpp-performance-changes-3n-hsw-cmp"
2545   data: "vpp-performance-changes-3n-hsw"
2546   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2547   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2548   parameters:
2549   - "name"
2550   - "parent"
2551   - "throughput"
2552
2553 # VPP Performance Changes 3n-hsw 2t2c pdr
2554 - type: "table"
2555   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2556   algorithm: "table_perf_comparison"
2557   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2558   history:
2559     - title: "rls1904"
2560       data: "vpp-performance-changes-3n-hsw-h1"
2561   reference:
2562     title: "rls1908"
2563     data: "vpp-performance-changes-3n-hsw-ref"
2564     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2565   compare:
2566     title: "rls2001"
2567     data: "vpp-performance-changes-3n-hsw-cmp"
2568   data: "vpp-performance-changes-3n-hsw"
2569   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2570   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2571   parameters:
2572   - "name"
2573   - "parent"
2574   - "throughput"
2575
2576 # VPP Performance Changes 3n-hsw 1t1c ndr
2577 - type: "table"
2578   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2579   algorithm: "table_perf_comparison"
2580   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2581   history:
2582     - title: "rls1904"
2583       data: "vpp-performance-changes-3n-hsw-h1"
2584   reference:
2585     title: "rls1908"
2586     data: "vpp-performance-changes-3n-hsw-ref"
2587     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2588   compare:
2589     title: "rls2001"
2590     data: "vpp-performance-changes-3n-hsw-cmp"
2591   data: "vpp-performance-changes-3n-hsw"
2592   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2593   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2594   parameters:
2595   - "name"
2596   - "parent"
2597   - "throughput"
2598
2599 # VPP Performance Changes 3n-hsw 2t2c ndr
2600 - type: "table"
2601   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2602   algorithm: "table_perf_comparison"
2603   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2604   history:
2605     - title: "rls1904"
2606       data: "vpp-performance-changes-3n-hsw-h1"
2607   reference:
2608     title: "rls1908"
2609     data: "vpp-performance-changes-3n-hsw-ref"
2610     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2611   compare:
2612     title: "rls2001"
2613     data: "vpp-performance-changes-3n-hsw-cmp"
2614   data: "vpp-performance-changes-3n-hsw"
2615   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2616   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2617   parameters:
2618   - "name"
2619   - "parent"
2620   - "throughput"
2621
2622 ## VPP Performance Changes 3n-skx 2t1c pdr
2623 #- type: "table"
2624 #  title: "VPP Performance Changes 3n-skx 2t1c pdr"
2625 #  algorithm: "table_perf_comparison_nic"
2626 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2627 #  history:
2628 #    - title: "rls1904 x710"
2629 #      data: "vpp-performance-changes-3n-skx-h1"
2630 #      nic: "NIC_Intel-X710"
2631 #  reference:
2632 #    title: "rls1908 xxv710"
2633 #    data: "vpp-performance-changes-3n-skx-ref"
2634 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2635 #    nic: "NIC_Intel-XXV710"
2636 #  compare:
2637 #    title: "rls2001 xxv710"
2638 #    data: "vpp-performance-changes-3n-skx-cmp"
2639 #    nic: "NIC_Intel-XXV710"
2640 #  data: "vpp-performance-changes-3n-skx"
2641 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2642 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2643 #  parameters:
2644 #  - "name"
2645 #  - "parent"
2646 #  - "throughput"
2647 #  - "tags"
2648 #
2649 ## VPP Performance Changes 3n-skx 4t2c pdr
2650 #- type: "table"
2651 #  title: "VPP Performance Changes 3n-skx 4t2c pdr"
2652 #  algorithm: "table_perf_comparison_nic"
2653 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2654 #  history:
2655 #    - title: "rls1904 x710"
2656 #      data: "vpp-performance-changes-3n-skx-h1"
2657 #      nic: "NIC_Intel-X710"
2658 #  reference:
2659 #    title: "rls1908 x710"
2660 #    data: "vpp-performance-changes-3n-skx-ref"
2661 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2662 #    nic: "NIC_Intel-X710"
2663 #  compare:
2664 #    title: "rls2001 xxv710"
2665 #    data: "vpp-performance-changes-3n-skx-cmp"
2666 #    nic: "NIC_Intel-XXV710"
2667 #  data: "vpp-performance-changes-3n-skx"
2668 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2669 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2670 #  parameters:
2671 #  - "name"
2672 #  - "parent"
2673 #  - "throughput"
2674 #  - "tags"
2675 #
2676 ## VPP Performance Changes 3n-skx 2t1c ndr
2677 #- type: "table"
2678 #  title: "VPP Performance Changes 3n-skx 2t1c ndr"
2679 #  algorithm: "table_perf_comparison_nic"
2680 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2681 #  history:
2682 #    - title: "rls1904 x710"
2683 #      data: "vpp-performance-changes-3n-skx-h1"
2684 #      nic: "NIC_Intel-X710"
2685 #  reference:
2686 #    title: "rls1908 x710"
2687 #    data: "vpp-performance-changes-3n-skx-ref"
2688 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2689 #    nic: "NIC_Intel-X710"
2690 #  compare:
2691 #    title: "rls2001 xxv710"
2692 #    data: "vpp-performance-changes-3n-skx-cmp"
2693 #    nic: "NIC_Intel-XXV710"
2694 #  data: "vpp-performance-changes-3n-skx"
2695 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2696 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2697 #  parameters:
2698 #  - "name"
2699 #  - "parent"
2700 #  - "throughput"
2701 #  - "tags"
2702 #
2703 ## VPP Performance Changes 3n-skx 4t2c ndr
2704 #- type: "table"
2705 #  title: "VPP Performance Changes 3n-skx 4t2c ndr"
2706 #  algorithm: "table_perf_comparison_nic"
2707 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2708 #  history:
2709 #    - title: "rls1904 x710"
2710 #      data: "vpp-performance-changes-3n-skx-h1"
2711 #      nic: "NIC_Intel-X710"
2712 #  reference:
2713 #    title: "rls1908 x710"
2714 #    data: "vpp-performance-changes-3n-skx-ref"
2715 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2716 #    nic: "NIC_Intel-X710"
2717 #  compare:
2718 #    title: "rls2001 xxv710"
2719 #    data: "vpp-performance-changes-3n-skx-cmp"
2720 #    nic: "NIC_Intel-XXV710"
2721 #  data: "vpp-performance-changes-3n-skx"
2722 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2723 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2724 #  parameters:
2725 #  - "name"
2726 #  - "parent"
2727 #  - "throughput"
2728 #  - "tags"
2729 #
2730 ## VPP Performance Changes 2n-skx 2t1c pdr
2731 #- type: "table"
2732 #  title: "VPP Performance Changes 2n-skx 2t1c pdr"
2733 #  algorithm: "table_perf_comparison_nic"
2734 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2735 #  history:
2736 #    - title: "rls1904 x710"
2737 #      data: "vpp-performance-changes-2n-skx-h1"
2738 #      nic: "NIC_Intel-X710"
2739 #  reference:
2740 #    title: "rls1908 xxv710"
2741 #    data: "vpp-performance-changes-2n-skx-ref"
2742 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2743 #    nic: "NIC_Intel-XXV710"
2744 #  compare:
2745 #    title: "rls2001 xxv710"
2746 #    data: "vpp-performance-changes-2n-skx-cmp"
2747 #    nic: "NIC_Intel-XXV710"
2748 #  data: "vpp-performance-changes-2n-skx"
2749 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2750 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2751 #  parameters:
2752 #  - "name"
2753 #  - "parent"
2754 #  - "throughput"
2755 #  - "tags"
2756 #
2757 ## VPP Performance Changes 2n-skx 4t2c pdr
2758 #- type: "table"
2759 #  title: "VPP Performance Changes 2n-skx 4t2c pdr"
2760 #  algorithm: "table_perf_comparison_nic"
2761 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2762 #  history:
2763 #    - title: "rls1904 x710"
2764 #      data: "vpp-performance-changes-2n-skx-h1"
2765 #      nic: "NIC_Intel-X710"
2766 #  reference:
2767 #    title: "rls1908 xxv710"
2768 #    data: "vpp-performance-changes-2n-skx-ref"
2769 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2770 #    nic: "NIC_Intel-XXV710"
2771 #  compare:
2772 #    title: "rls2001 xxv710"
2773 #    data: "vpp-performance-changes-2n-skx-cmp"
2774 #    nic: "NIC_Intel-XXV710"
2775 #  data: "vpp-performance-changes-2n-skx"
2776 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2777 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2778 #  parameters:
2779 #  - "name"
2780 #  - "parent"
2781 #  - "throughput"
2782 #  - "tags"
2783 #
2784 ## VPP Performance Changes 2n-skx 2t1c ndr
2785 #- type: "table"
2786 #  title: "VPP Performance Changes 2n-skx 2t1c ndr"
2787 #  algorithm: "table_perf_comparison_nic"
2788 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2789 #  history:
2790 #    - title: "rls1904 x710"
2791 #      data: "vpp-performance-changes-2n-skx-h1"
2792 #      nic: "NIC_Intel-X710"
2793 #  reference:
2794 #    title: "rls1908 xxv710"
2795 #    data: "vpp-performance-changes-2n-skx-ref"
2796 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2797 #    nic: "NIC_Intel-XXV710"
2798 #  compare:
2799 #    title: "rls2001 xxv710"
2800 #    data: "vpp-performance-changes-2n-skx-cmp"
2801 #    nic: "NIC_Intel-XXV710"
2802 #  data: "vpp-performance-changes-2n-skx"
2803 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2804 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2805 #  parameters:
2806 #  - "name"
2807 #  - "parent"
2808 #  - "throughput"
2809 #  - "tags"
2810 #
2811 ## VPP Performance Changes 2n-skx 4t2c ndr
2812 #- type: "table"
2813 #  title: "VPP Performance Changes 2n-skx 4t2c ndr"
2814 #  algorithm: "table_perf_comparison_nic"
2815 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2816 #  history:
2817 #    - title: "rls1904 x710"
2818 #      data: "vpp-performance-changes-2n-skx-h1"
2819 #      nic: "NIC_Intel-X710"
2820 #  reference:
2821 #    title: "rls1908 xxv710"
2822 #    data: "vpp-performance-changes-2n-skx-ref"
2823 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2824 #    nic: "NIC_Intel-XXV710"
2825 #  compare:
2826 #    title: "rls2001 xxv710"
2827 #    data: "vpp-performance-changes-2n-skx-cmp"
2828 #    nic: "NIC_Intel-XXV710"
2829 #  data: "vpp-performance-changes-2n-skx"
2830 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2831 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2832 #  parameters:
2833 #  - "name"
2834 #  - "parent"
2835 #  - "throughput"
2836 #  - "tags"
2837 #
2838 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
2839 #- type: "table"
2840 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
2841 #  algorithm: "table_perf_comparison"
2842 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
2843 #  reference:
2844 #    title: "rls1908"
2845 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
2846 #  compare:
2847 #    title: "rls2001"
2848 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
2849 #  data: "vpp-performance-changes-nfv-2n-skx"
2850 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2851 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
2852 #  parameters:
2853 #  - "name"
2854 #  - "parent"
2855 #  - "throughput"
2856 #  - "tags"
2857 #
2858 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
2859 #- type: "table"
2860 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
2861 #  algorithm: "table_perf_comparison"
2862 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
2863 #  reference:
2864 #    title: "rls1908"
2865 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
2866 #  compare:
2867 #    title: "rls2001"
2868 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
2869 #  data: "vpp-performance-changes-nfv-2n-skx"
2870 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2871 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
2872 #  parameters:
2873 #  - "name"
2874 #  - "parent"
2875 #  - "throughput"
2876 #  - "tags"
2877 #
2878 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
2879 #- type: "table"
2880 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
2881 #  algorithm: "table_perf_comparison"
2882 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
2883 #  reference:
2884 #    title: "rls1908"
2885 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
2886 #  compare:
2887 #    title: "rls2001"
2888 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
2889 #  data: "vpp-performance-changes-nfv-2n-skx"
2890 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2891 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
2892 #  parameters:
2893 #  - "name"
2894 #  - "parent"
2895 #  - "throughput"
2896 #  - "tags"
2897 #
2898 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
2899 #- type: "table"
2900 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
2901 #  algorithm: "table_perf_comparison"
2902 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
2903 #  reference:
2904 #    title: "rls1908"
2905 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
2906 #  compare:
2907 #    title: "rls2001"
2908 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
2909 #  data: "vpp-performance-changes-nfv-2n-skx"
2910 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2911 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
2912 #  parameters:
2913 #  - "name"
2914 #  - "parent"
2915 #  - "throughput"
2916 #  - "tags"
2917
2918 # VPP Performance Changes 2n-dnv 1t1c pdr
2919 - type: "table"
2920   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
2921   algorithm: "table_perf_comparison"
2922   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
2923   reference:
2924     title: "rls1908"
2925     data: "vpp-performance-changes-2n-dnv-ref"
2926   compare:
2927     title: "rls2001"
2928     data: "vpp-performance-changes-2n-dnv-cmp"
2929   data: "vpp-performance-changes-2n-dnv"
2930   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2931   filter: "'1T1C'"
2932   parameters:
2933   - "name"
2934   - "parent"
2935   - "throughput"
2936   - "tags"
2937
2938 # VPP Performance Changes 2n-dnv 2t2c pdr
2939 - type: "table"
2940   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
2941   algorithm: "table_perf_comparison"
2942   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
2943   reference:
2944     title: "rls1908"
2945     data: "vpp-performance-changes-2n-dnv-ref"
2946   compare:
2947     title: "rls2001"
2948     data: "vpp-performance-changes-2n-dnv-cmp"
2949   data: "vpp-performance-changes-2n-dnv"
2950   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2951   filter: "'2T2C'"
2952   parameters:
2953   - "name"
2954   - "parent"
2955   - "throughput"
2956   - "tags"
2957
2958 # VPP Performance Changes 2n-dnv 1t1c ndr
2959 - type: "table"
2960   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
2961   algorithm: "table_perf_comparison"
2962   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
2963   reference:
2964     title: "rls1908"
2965     data: "vpp-performance-changes-2n-dnv-ref"
2966   compare:
2967     title: "rls2001"
2968     data: "vpp-performance-changes-2n-dnv-cmp"
2969   data: "vpp-performance-changes-2n-dnv"
2970   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2971   filter: "'1T1C'"
2972   parameters:
2973   - "name"
2974   - "parent"
2975   - "throughput"
2976   - "tags"
2977
2978 # VPP Performance Changes 2n-dnv 2t2c ndr
2979 - type: "table"
2980   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
2981   algorithm: "table_perf_comparison"
2982   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
2983   reference:
2984     title: "rls1908 "
2985     data: "vpp-performance-changes-2n-dnv-ref"
2986   compare:
2987     title: "rls2001"
2988     data: "vpp-performance-changes-2n-dnv-cmp"
2989   data: "vpp-performance-changes-2n-dnv"
2990   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2991   filter: "'2T2C'"
2992   parameters:
2993   - "name"
2994   - "parent"
2995   - "throughput"
2996   - "tags"
2997
2998 # VPP Performance Changes 3n-dnv 1t1c pdr
2999 - type: "table"
3000   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3001   algorithm: "table_perf_comparison"
3002   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3003   reference:
3004     title: "rls1908"
3005     data: "vpp-performance-changes-3n-dnv-ref"
3006   compare:
3007     title: "rls2001"
3008     data: "vpp-performance-changes-3n-dnv-cmp"
3009   data: "vpp-performance-changes-3n-dnv"
3010   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3011   filter: "'1T1C'"
3012   parameters:
3013   - "name"
3014   - "parent"
3015   - "throughput"
3016   - "tags"
3017
3018 # VPP Performance Changes 3n-dnv 2t2c pdr
3019 - type: "table"
3020   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3021   algorithm: "table_perf_comparison"
3022   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3023   reference:
3024     title: "rls1908"
3025     data: "vpp-performance-changes-3n-dnv-ref"
3026   compare:
3027     title: "rls2001"
3028     data: "vpp-performance-changes-3n-dnv-cmp"
3029   data: "vpp-performance-changes-3n-dnv"
3030   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3031   filter: "'2T2C'"
3032   parameters:
3033   - "name"
3034   - "parent"
3035   - "throughput"
3036   - "tags"
3037
3038 # VPP Performance Changes 3n-dnv 1t1c ndr
3039 - type: "table"
3040   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3041   algorithm: "table_perf_comparison"
3042   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3043   reference:
3044     title: "rls1908"
3045     data: "vpp-performance-changes-3n-dnv-ref"
3046   compare:
3047     title: "rls2001"
3048     data: "vpp-performance-changes-3n-dnv-cmp"
3049   data: "vpp-performance-changes-3n-dnv"
3050   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3051   filter: "'1T1C'"
3052   parameters:
3053   - "name"
3054   - "parent"
3055   - "throughput"
3056   - "tags"
3057
3058 # VPP Performance Changes 3n-dnv 2t2c ndr
3059 - type: "table"
3060   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3061   algorithm: "table_perf_comparison"
3062   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3063   reference:
3064     title: "rls1908"
3065     data: "vpp-performance-changes-3n-dnv-ref"
3066   compare:
3067     title: "rls2001"
3068     data: "vpp-performance-changes-3n-dnv-cmp"
3069   data: "vpp-performance-changes-3n-dnv"
3070   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3071   filter: "'2T2C'"
3072   parameters:
3073   - "name"
3074   - "parent"
3075   - "throughput"
3076   - "tags"
3077
3078 # VPP Performance Changes 3n-tsh 1t1c pdr
3079 - type: "table"
3080   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3081   algorithm: "table_perf_comparison"
3082   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3083   reference:
3084     title: "rls1908"
3085     data: "vpp-performance-changes-3n-tsh-ref"
3086   compare:
3087     title: "rls2001"
3088     data: "vpp-performance-changes-3n-tsh-cmp"
3089   data: "vpp-performance-changes-3n-tsh"
3090   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3091   filter: "'1T1C'"
3092   parameters:
3093   - "name"
3094   - "parent"
3095   - "throughput"
3096   - "tags"
3097
3098 # VPP Performance Changes 3n-tsh 2t2c pdr
3099 - type: "table"
3100   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3101   algorithm: "table_perf_comparison"
3102   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3103   reference:
3104     title: "rls1908"
3105     data: "vpp-performance-changes-3n-tsh-ref"
3106   compare:
3107     title: "rls2001"
3108     data: "vpp-performance-changes-3n-tsh-cmp"
3109   data: "vpp-performance-changes-3n-tsh"
3110   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3111   filter: "'2T2C'"
3112   parameters:
3113   - "name"
3114   - "parent"
3115   - "throughput"
3116   - "tags"
3117
3118 # VPP Performance Changes 3n-tsh 1t1c ndr
3119 - type: "table"
3120   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3121   algorithm: "table_perf_comparison"
3122   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3123   reference:
3124     title: "rls1908"
3125     data: "vpp-performance-changes-3n-tsh-ref"
3126   compare:
3127     title: "rls2001"
3128     data: "vpp-performance-changes-3n-tsh-cmp"
3129   data: "vpp-performance-changes-3n-tsh"
3130   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3131   filter: "'1T1C'"
3132   parameters:
3133   - "name"
3134   - "parent"
3135   - "throughput"
3136   - "tags"
3137
3138 # VPP Performance Changes 3n-tsh 2t2c ndr
3139 - type: "table"
3140   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3141   algorithm: "table_perf_comparison"
3142   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3143   reference:
3144     title: "rls1908"
3145     data: "vpp-performance-changes-3n-tsh-ref"
3146   compare:
3147     title: "rls2001"
3148     data: "vpp-performance-changes-3n-tsh-cmp"
3149   data: "vpp-performance-changes-3n-tsh"
3150   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3151   filter: "'2T2C'"
3152   parameters:
3153   - "name"
3154   - "parent"
3155   - "throughput"
3156   - "tags"
3157
3158 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3159 #- type: "table"
3160 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3161 #  algorithm: "table_perf_comparison_nic"
3162 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3163 #  reference:
3164 #    title: "3n-hsw xl710"
3165 #    data: "vpp-compare-testbeds-ref"
3166 #    nic: "NIC_Intel-XL710"
3167 #  compare:
3168 #    title: "3n-skx xxv710"
3169 #    data: "vpp-compare-testbeds-cmp"
3170 #    nic: "NIC_Intel-XXV710"
3171 #  data: "vpp-compare-testbeds"
3172 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3173 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3174 #  parameters:
3175 #  - "name"
3176 #  - "parent"
3177 #  - "throughput"
3178 #  - "tags"
3179 #
3180 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3181 #- type: "table"
3182 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3183 #  algorithm: "table_perf_comparison_nic"
3184 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3185 #  reference:
3186 #    title: "3n-hsw xl710"
3187 #    data: "vpp-compare-testbeds-ref"
3188 #    nic: "NIC_Intel-XL710"
3189 #  compare:
3190 #    title: "3n-skx xxv710"
3191 #    data: "vpp-compare-testbeds-cmp"
3192 #    nic: "NIC_Intel-XXV710"
3193 #  data: "vpp-compare-testbeds"
3194 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3195 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3196 #  parameters:
3197 #  - "name"
3198 #  - "parent"
3199 #  - "throughput"
3200 #  - "tags"
3201 #
3202 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3203 #- type: "table"
3204 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3205 #  algorithm: "table_perf_comparison_nic"
3206 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3207 #  reference:
3208 #    title: "3n-hsw xl710"
3209 #    data: "vpp-compare-testbeds-ref"
3210 #    nic: "NIC_Intel-XL710"
3211 #  compare:
3212 #    title: "3n-skx xxv710"
3213 #    data: "vpp-compare-testbeds-cmp"
3214 #    nic: "NIC_Intel-XXV710"
3215 #  data: "vpp-compare-testbeds"
3216 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3217 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3218 #  parameters:
3219 #  - "name"
3220 #  - "parent"
3221 #  - "throughput"
3222 #  - "tags"
3223 #
3224 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3225 #- type: "table"
3226 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3227 #  algorithm: "table_perf_comparison_nic"
3228 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3229 #  reference:
3230 #    title: "3n-hsw xl710"
3231 #    data: "vpp-compare-testbeds-ref"
3232 #    nic: "NIC_Intel-XL710"
3233 #  compare:
3234 #    title: "3n-skx xxv710"
3235 #    data: "vpp-compare-testbeds-cmp"
3236 #    nic: "NIC_Intel-XXV710"
3237 #  data: "vpp-compare-testbeds"
3238 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3239 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3240 #  parameters:
3241 #  - "name"
3242 #  - "parent"
3243 #  - "throughput"
3244 #  - "tags"
3245 #
3246 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3247 #- type: "table"
3248 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3249 #  algorithm: "table_perf_comparison"
3250 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3251 #  reference:
3252 #    title: "2n-skx"
3253 #    data: "vpp-compare-testbeds-skx-clx-ref"
3254 #  compare:
3255 #    title: "2n-clx"
3256 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3257 #  data: "vpp-compare-testbeds-skx-clx"
3258 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3259 #  filter: "'2T1C'"
3260 #  parameters:
3261 #  - "name"
3262 #  - "parent"
3263 #  - "throughput"
3264 #  - "tags"
3265 #
3266 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3267 #- type: "table"
3268 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3269 #  algorithm: "table_perf_comparison"
3270 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3271 #  reference:
3272 #    title: "2n-skx"
3273 #    data: "vpp-compare-testbeds-skx-clx-ref"
3274 #  compare:
3275 #    title: "2n-clx"
3276 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3277 #  data: "vpp-compare-testbeds-skx-clx"
3278 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3279 #  filter: "'4T2C'"
3280 #  parameters:
3281 #  - "name"
3282 #  - "parent"
3283 #  - "throughput"
3284 #  - "tags"
3285 #
3286 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3287 #- type: "table"
3288 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3289 #  algorithm: "table_perf_comparison"
3290 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3291 #  reference:
3292 #    title: "2n-skx"
3293 #    data: "vpp-compare-testbeds-skx-clx-ref"
3294 #  compare:
3295 #    title: "2n-clx"
3296 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3297 #  data: "vpp-compare-testbeds-skx-clx"
3298 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3299 #  filter: "'2T1C'"
3300 #  parameters:
3301 #  - "name"
3302 #  - "parent"
3303 #  - "throughput"
3304 #  - "tags"
3305 #
3306 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3307 #- type: "table"
3308 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3309 #  algorithm: "table_perf_comparison"
3310 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3311 #  reference:
3312 #    title: "2n-skx"
3313 #    data: "vpp-compare-testbeds-skx-clx-ref"
3314 #  compare:
3315 #    title: "2n-clx"
3316 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3317 #  data: "vpp-compare-testbeds-skx-clx"
3318 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3319 #  filter: "'4T2C'"
3320 #  parameters:
3321 #  - "name"
3322 #  - "parent"
3323 #  - "throughput"
3324 #  - "tags"
3325 #
3326 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3327 #- type: "table"
3328 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3329 #  algorithm: "table_perf_comparison"
3330 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3331 #  reference:
3332 #    title: "3-Node Skx"
3333 #    data: "vpp-compare-topologies-ref"
3334 #  compare:
3335 #    title: "2-Node Skx"
3336 #    data: "vpp-compare-topologies-cmp"
3337 #  data: "vpp-compare-topologies"
3338 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3339 #  filter: "'NDRPDR' and '1C'"
3340 #  parameters:
3341 #  - "name"
3342 #  - "parent"
3343 #  - "throughput"
3344 #
3345 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
3346 #- type: "table"
3347 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
3348 #  algorithm: "table_perf_comparison"
3349 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
3350 #  reference:
3351 #    title: "3-Node Skx"
3352 #    data: "vpp-compare-topologies-ref"
3353 #  compare:
3354 #    title: "2-Node Skx"
3355 #    data: "vpp-compare-topologies-cmp"
3356 #  data: "vpp-compare-topologies"
3357 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3358 #  filter: "'NDRPDR' and '2C'"
3359 #  parameters:
3360 #  - "name"
3361 #  - "parent"
3362 #  - "throughput"
3363 #
3364 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
3365 #- type: "table"
3366 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
3367 #  algorithm: "table_perf_comparison"
3368 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
3369 #  reference:
3370 #    title: "3-Node Skx"
3371 #    data: "vpp-compare-topologies-ref"
3372 #  compare:
3373 #    title: "2-Node Skx"
3374 #    data: "vpp-compare-topologies-cmp"
3375 #  data: "vpp-compare-topologies"
3376 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3377 #  filter: "'NDRPDR' and '1C'"
3378 #  parameters:
3379 #  - "name"
3380 #  - "parent"
3381 #  - "throughput"
3382 #
3383 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
3384 #- type: "table"
3385 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
3386 #  algorithm: "table_perf_comparison"
3387 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
3388 #  reference:
3389 #    title: "3-Node Skx"
3390 #    data: "vpp-compare-topologies-ref"
3391 #  compare:
3392 #    title: "2-Node Skx"
3393 #    data: "vpp-compare-topologies-cmp"
3394 #  data: "vpp-compare-topologies"
3395 #  include-tests: "PDR"
3396 #  filter: "'NDRPDR' and '2C'"
3397 #  parameters:
3398 #  - "name"
3399 #  - "parent"
3400 #  - "throughput"
3401
3402 # VPP Performance Changes 3n-hsw 1t1c MRR
3403 - type: "table"
3404   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
3405   algorithm: "table_perf_comparison"
3406   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
3407   history:
3408     - title: "rls1904"
3409       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3410   reference:
3411     title: "rls1908"
3412     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3413   compare:
3414     title: "rls2001"
3415     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3416   data: "vpp-performance-changes-3n-hsw-mrr"
3417   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3418   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
3419   parameters:
3420   - "name"
3421   - "parent"
3422   - "result"
3423
3424 # VPP Performance Changes 3n-hsw 2t2c MRR
3425 - type: "table"
3426   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
3427   algorithm: "table_perf_comparison"
3428   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
3429   history:
3430     - title: "rls1904"
3431       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3432   reference:
3433     title: "rls1908"
3434     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3435   compare:
3436     title: "rls2001"
3437     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3438   data: "vpp-performance-changes-3n-hsw-mrr"
3439   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3440   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
3441   parameters:
3442   - "name"
3443   - "parent"
3444   - "result"
3445
3446 # VPP Performance Changes 3n-hsw 4t4c MRR
3447 - type: "table"
3448   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
3449   algorithm: "table_perf_comparison"
3450   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
3451   history:
3452     - title: "rls1904"
3453       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3454   reference:
3455     title: "rls1908"
3456     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3457   compare:
3458     title: "rls2001"
3459     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3460   data: "vpp-performance-changes-3n-hsw-mrr"
3461   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3462   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
3463   parameters:
3464   - "name"
3465   - "parent"
3466   - "result"
3467
3468 ## VPP Performance Changes 3n-skx 2t1c MRR
3469 #- type: "table"
3470 #  title: "VPP Performance Changes 3n-skx 2t1c MRR"
3471 #  algorithm: "table_perf_comparison"
3472 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
3473 #  history:
3474 #    - title: "rls1904"
3475 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3476 #  reference:
3477 #    title: "rls1908"
3478 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3479 #  compare:
3480 #    title: "rls2001"
3481 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3482 #  data: "vpp-performance-changes-3n-skx-mrr"
3483 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3484 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3485 #  parameters:
3486 #  - "name"
3487 #  - "parent"
3488 #  - "result"
3489 #
3490 ## VPP Performance Changes 3n-skx 4t2c MRR
3491 #- type: "table"
3492 #  title: "VPP Performance Changes 3n-skx 4t2c MRR"
3493 #  algorithm: "table_perf_comparison"
3494 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
3495 #  history:
3496 #    - title: "rls1904"
3497 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3498 #  reference:
3499 #    title: "rls1908"
3500 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3501 #  compare:
3502 #    title: "rls2001"
3503 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3504 #  data: "vpp-performance-changes-3n-skx-mrr"
3505 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3506 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3507 #  parameters:
3508 #  - "name"
3509 #  - "parent"
3510 #  - "result"
3511 #
3512 ## VPP Performance Changes 3n-skx 8t4c MRR
3513 #- type: "table"
3514 #  title: "VPP Performance Changes 3n-skx 8t4c MRR"
3515 #  algorithm: "table_perf_comparison"
3516 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
3517 #  history:
3518 #    - title: "rls1904"
3519 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3520 #  reference:
3521 #    title: "rls1908"
3522 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3523 #  compare:
3524 #    title: "rls2001"
3525 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3526 #  data: "vpp-performance-changes-3n-skx-mrr"
3527 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3528 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3529 #  parameters:
3530 #  - "name"
3531 #  - "parent"
3532 #  - "result"
3533 #
3534 ## VPP Performance Changes 2n-skx 2t1c MRR
3535 #- type: "table"
3536 #  title: "VPP Performance Changes 2n-skx 2t1c MRR"
3537 #  algorithm: "table_perf_comparison"
3538 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
3539 #  history:
3540 #    - title: "rls1904"
3541 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3542 #  reference:
3543 #    title: "rls1908"
3544 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3545 #  compare:
3546 #    title: "rls2001"
3547 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3548 #  data: "vpp-performance-changes-2n-skx-mrr"
3549 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3550 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3551 #  parameters:
3552 #  - "name"
3553 #  - "parent"
3554 #  - "result"
3555 #
3556 ## VPP Performance Changes 2n-skx 4t2c MRR
3557 #- type: "table"
3558 #  title: "VPP Performance Changes 2n-skx 4t2c MRR"
3559 #  algorithm: "table_perf_comparison"
3560 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
3561 #  history:
3562 #    - title: "rls1904"
3563 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3564 #  reference:
3565 #    title: "rls1908"
3566 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3567 #  compare:
3568 #    title: "rls2001"
3569 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3570 #  data: "vpp-performance-changes-2n-skx-mrr"
3571 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3572 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3573 #  parameters:
3574 #  - "name"
3575 #  - "parent"
3576 #  - "result"
3577 #
3578 ## VPP Performance Changes 2n-skx 8t4c MRR
3579 #- type: "table"
3580 #  title: "VPP Performance Changes 2n-skx 8t4c MRR"
3581 #  algorithm: "table_perf_comparison"
3582 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
3583 #  history:
3584 #    - title: "rls1904"
3585 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3586 #  reference:
3587 #    title: "rls1908"
3588 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3589 #  compare:
3590 #    title: "rls2001"
3591 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3592 #  data: "vpp-performance-changes-2n-skx-mrr"
3593 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3594 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3595 #  parameters:
3596 #  - "name"
3597 #  - "parent"
3598 #  - "result"
3599 #
3600 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
3601 #- type: "table"
3602 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
3603 #  algorithm: "table_perf_comparison"
3604 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
3605 #  reference:
3606 #    title: "rls1908"
3607 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3608 #  compare:
3609 #    title: "rls2001"
3610 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3611 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3612 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3613 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
3614 #  parameters:
3615 #  - "name"
3616 #  - "parent"
3617 #  - "result"
3618 #
3619 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
3620 #- type: "table"
3621 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
3622 #  algorithm: "table_perf_comparison"
3623 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
3624 #  reference:
3625 #    title: "rls1908"
3626 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3627 #  compare:
3628 #    title: "rls2001"
3629 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3630 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3631 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3632 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
3633 #  parameters:
3634 #  - "name"
3635 #  - "parent"
3636 #  - "result"
3637 #
3638 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
3639 #- type: "table"
3640 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
3641 #  algorithm: "table_perf_comparison"
3642 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
3643 #  reference:
3644 #    title: "rls1908"
3645 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3646 #  compare:
3647 #    title: "rls2001"
3648 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3649 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3650 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3651 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
3652 #  parameters:
3653 #  - "name"
3654 #  - "parent"
3655 #  - "result"
3656
3657 # VPP Performance Changes 2n-dnv 1t1c MRR
3658 - type: "table"
3659   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
3660   algorithm: "table_perf_comparison"
3661   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
3662   reference:
3663     title: "rls1908"
3664     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3665   compare:
3666     title: "rls2001"
3667     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3668   data: "vpp-performance-changes-2n-dnv-mrr"
3669   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3670   filter: "'1T1C' and 'MRR'"
3671   parameters:
3672   - "name"
3673   - "parent"
3674   - "result"
3675
3676 # VPP Performance Changes 2n-dnv 2t2c MRR
3677 - type: "table"
3678   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
3679   algorithm: "table_perf_comparison"
3680   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
3681   reference:
3682     title: "rls1908"
3683     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3684   compare:
3685     title: "rls2001"
3686     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3687   data: "vpp-performance-changes-2n-dnv-mrr"
3688   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3689   filter: "'2T2C' and 'MRR'"
3690   parameters:
3691   - "name"
3692   - "parent"
3693   - "result"
3694
3695 # VPP Performance Changes 2n-dnv 4t4c MRR
3696 - type: "table"
3697   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
3698   algorithm: "table_perf_comparison"
3699   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
3700   reference:
3701     title: "rls1908"
3702     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3703   compare:
3704     title: "rls2001"
3705     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3706   data: "vpp-performance-changes-2n-dnv-mrr"
3707   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3708   filter: "'4T4C' and 'MRR'"
3709   parameters:
3710   - "name"
3711   - "parent"
3712   - "result"
3713
3714 # VPP Performance Changes 3n-dnv 1t1c MRR
3715 - type: "table"
3716   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
3717   algorithm: "table_perf_comparison"
3718   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
3719   reference:
3720     title: "rls1908"
3721     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3722   compare:
3723     title: "rls2001"
3724     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3725   data: "vpp-performance-changes-3n-dnv-mrr"
3726   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3727   filter: "'1T1C' and 'MRR'"
3728   parameters:
3729   - "name"
3730   - "parent"
3731   - "result"
3732
3733 # VPP Performance Changes 3n-dnv 2t2c MRR
3734 - type: "table"
3735   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
3736   algorithm: "table_perf_comparison"
3737   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
3738   reference:
3739     title: "rls1908"
3740     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3741   compare:
3742     title: "rls2001"
3743     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3744   data: "vpp-performance-changes-3n-dnv-mrr"
3745   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3746   filter: "'2T2C' and 'MRR'"
3747   parameters:
3748   - "name"
3749   - "parent"
3750   - "result"
3751
3752 # VPP Performance Changes 3n-dnv 4t4c MRR
3753 - type: "table"
3754   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
3755   algorithm: "table_perf_comparison"
3756   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
3757   reference:
3758     title: "rls1908"
3759     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3760   compare:
3761     title: "rls2001"
3762     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3763   data: "vpp-performance-changes-3n-dnv-mrr"
3764   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3765   filter: "'4T4C' and 'MRR'"
3766   parameters:
3767   - "name"
3768   - "parent"
3769   - "result"
3770
3771 # VPP Performance Changes 3n-tsh 1t1c MRR
3772 - type: "table"
3773   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
3774   algorithm: "table_perf_comparison"
3775   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
3776   reference:
3777     title: "rls1908"
3778     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3779   compare:
3780     title: "rls2001"
3781     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3782   data: "vpp-performance-changes-3n-tsh-mrr"
3783   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3784   filter: "'1T1C' and 'MRR'"
3785   parameters:
3786   - "name"
3787   - "parent"
3788   - "result"
3789
3790 # VPP Performance Changes 3n-tsh 2t2c MRR
3791 - type: "table"
3792   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
3793   algorithm: "table_perf_comparison"
3794   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
3795   reference:
3796     title: "rls1908"
3797     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3798   compare:
3799     title: "rls2001"
3800     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3801   data: "vpp-performance-changes-3n-tsh-mrr"
3802   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3803   filter: "'2T2C' and 'MRR'"
3804   parameters:
3805   - "name"
3806   - "parent"
3807   - "result"
3808
3809 # VPP Performance Changes 3n-tsh 4t4c MRR
3810 - type: "table"
3811   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
3812   algorithm: "table_perf_comparison"
3813   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
3814   reference:
3815     title: "rls1908"
3816     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3817   compare:
3818     title: "rls2001"
3819     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3820   data: "vpp-performance-changes-3n-tsh-mrr"
3821   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3822   filter: "'4T4C' and 'MRR'"
3823   parameters:
3824   - "name"
3825   - "parent"
3826   - "result"
3827
3828 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
3829 #- type: "table"
3830 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
3831 #  algorithm: "table_perf_comparison_nic"
3832 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
3833 #  reference:
3834 #    title: "3n-hsw xl710"
3835 #    data: "vpp-compare-testbeds-mrr-ref"
3836 #    nic: "NIC_Intel-XL710"
3837 #  compare:
3838 #    title: "3n-skx xxv710"
3839 #    data: "vpp-compare-testbeds-mrr-cmp"
3840 #    nic: "NIC_Intel-XXV710"
3841 #  data: "vpp-compare-testbeds-mrr"
3842 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3843 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
3844 #  parameters:
3845 #  - "name"
3846 #  - "parent"
3847 #  - "result"
3848 #  - "tags"
3849 #
3850 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
3851 #- type: "table"
3852 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
3853 #  algorithm: "table_perf_comparison_nic"
3854 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
3855 #  reference:
3856 #    title: "3n-hsw xl710"
3857 #    data: "vpp-compare-testbeds-mrr-ref"
3858 #    nic: "NIC_Intel-XL710"
3859 #  compare:
3860 #    title: "3n-skx xxv710"
3861 #    data: "vpp-compare-testbeds-mrr-cmp"
3862 #    nic: "NIC_Intel-XXV710"
3863 #  data: "vpp-compare-testbeds-mrr"
3864 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3865 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
3866 #  parameters:
3867 #  - "name"
3868 #  - "parent"
3869 #  - "result"
3870 #  - "tags"
3871 #
3872 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
3873 #- type: "table"
3874 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
3875 #  algorithm: "table_perf_comparison_nic"
3876 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
3877 #  reference:
3878 #    title: "3n-hsw xl710"
3879 #    data: "vpp-compare-testbeds-mrr-ref"
3880 #    nic: "NIC_Intel-XL710"
3881 #  compare:
3882 #    title: "3n-skx xxv710"
3883 #    data: "vpp-compare-testbeds-mrr-cmp"
3884 #    nic: "NIC_Intel-XXV710"
3885 #  data: "vpp-compare-testbeds-mrr"
3886 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3887 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
3888 #  parameters:
3889 #  - "name"
3890 #  - "parent"
3891 #  - "result"
3892 #  - "tags"
3893 #
3894 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
3895 #- type: "table"
3896 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
3897 #  algorithm: "table_perf_comparison"
3898 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
3899 #  reference:
3900 #    title: "2n-skx"
3901 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
3902 #  compare:
3903 #    title: "2n-clx"
3904 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
3905 #  data: "vpp-compare-testbeds-mrr-skx-clx"
3906 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3907 #  filter: "'2T1C'"
3908 #  parameters:
3909 #  - "name"
3910 #  - "parent"
3911 #  - "result"
3912 #  - "tags"
3913 #
3914 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
3915 #- type: "table"
3916 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
3917 #  algorithm: "table_perf_comparison"
3918 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
3919 #  reference:
3920 #    title: "2n-skx"
3921 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
3922 #  compare:
3923 #    title: "2n-clx"
3924 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
3925 #  data: "vpp-compare-testbeds-mrr-skx-clx"
3926 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3927 #  filter: "'4T2C'"
3928 #  parameters:
3929 #  - "name"
3930 #  - "parent"
3931 #  - "result"
3932 #  - "tags"
3933 #
3934 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
3935 #- type: "table"
3936 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
3937 #  algorithm: "table_perf_comparison"
3938 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
3939 #  reference:
3940 #    title: "2n-skx"
3941 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
3942 #  compare:
3943 #    title: "2n-clx"
3944 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
3945 #  data: "vpp-compare-testbeds-mrr-skx-clx"
3946 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3947 #  filter: "'8T4C'"
3948 #  parameters:
3949 #  - "name"
3950 #  - "parent"
3951 #  - "result"
3952 #  - "tags"
3953 #
3954 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
3955 #- type: "table"
3956 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
3957 #  algorithm: "table_perf_comparison"
3958 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
3959 #  reference:
3960 #    title: "3-Node Skx"
3961 #    data: "vpp-compare-topologies-mrr-ref"
3962 #  compare:
3963 #    title: "2-Node Skx"
3964 #    data: "vpp-compare-topologies-mrr-cmp"
3965 #  data: "vpp-compare-topologies-mrr"
3966 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3967 #  filter: "'MRR' and '1C'"
3968 #  parameters:
3969 #  - "name"
3970 #  - "parent"
3971 #  - "result"
3972 #
3973 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
3974 #- type: "table"
3975 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
3976 #  algorithm: "table_perf_comparison"
3977 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
3978 #  reference:
3979 #    title: "3-Node Skx"
3980 #    data: "vpp-compare-topologies-mrr-ref"
3981 #  compare:
3982 #    title: "2-Node Skx"
3983 #    data: "vpp-compare-topologies-mrr-cmp"
3984 #  data: "vpp-compare-topologies-mrr"
3985 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3986 #  filter: "'MRR' and '2C'"
3987 #  parameters:
3988 #  - "name"
3989 #  - "parent"
3990 #  - "result"
3991 #
3992 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
3993 #- type: "table"
3994 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
3995 #  algorithm: "table_perf_comparison"
3996 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
3997 #  reference:
3998 #    title: "3-Node Skx"
3999 #    data: "vpp-compare-topologies-mrr-ref"
4000 #  compare:
4001 #    title: "2-Node Skx"
4002 #    data: "vpp-compare-topologies-mrr-cmp"
4003 #  data: "vpp-compare-topologies-mrr"
4004 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4005 #  filter: "'MRR' and '4C'"
4006 #  parameters:
4007 #  - "name"
4008 #  - "parent"
4009 #  - "result"
4010
4011 # Detailed Test Results - VPP Performance Results 3n-hsw
4012 - type: "table"
4013   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4014   algorithm: "table_merged_details"
4015   output-file-ext: ".csv"
4016   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4017   columns:
4018   - title: "Name"
4019     data: "data name"
4020   - title: "Status"
4021     data: "data msg"
4022   rows: "generated"
4023   data: "vpp-perf-results-3n-hsw"
4024   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4025   parameters:
4026   - "name"
4027   - "parent"
4028   - "msg"
4029
4030 ## Detailed Test Results - VPP Performance Results 3n-skx
4031 #- type: "table"
4032 #  title: "Detailed Test Results - VPP Performance Results 3n-skx"
4033 #  algorithm: "table_merged_details"
4034 #  output-file-ext: ".csv"
4035 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4036 #  columns:
4037 #  - title: "Name"
4038 #    data: "data name"
4039 #  - title: "Status"
4040 #    data: "data msg"
4041 #  rows: "generated"
4042 #  data: "vpp-perf-results-3n-skx"
4043 #  filter: "not 'CFS_OPT'"
4044 #  parameters:
4045 #  - "name"
4046 #  - "parent"
4047 #  - "msg"
4048 #
4049 ## Detailed Test Results - VPP Performance Results 2n-skx
4050 #- type: "table"
4051 #  title: "Detailed Test Results - VPP Performance Results 2n-skx"
4052 #  algorithm: "table_merged_details"
4053 #  output-file-ext: ".csv"
4054 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4055 #  columns:
4056 #  - title: "Name"
4057 #    data: "data name"
4058 #  - title: "Status"
4059 #    data: "data msg"
4060 #  rows: "generated"
4061 #  data: "vpp-perf-results-2n-skx"
4062 #  filter: "not 'CFS_OPT'"
4063 #  parameters:
4064 #  - "name"
4065 #  - "parent"
4066 #  - "msg"
4067
4068 ## Detailed Test Results - VPP Performance Results 2n-clx
4069 #- type: "table"
4070 #  title: "Detailed Test Results - VPP Performance Results 2n-clx"
4071 #  algorithm: "table_merged_details"
4072 #  output-file-ext: ".csv"
4073 #  output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
4074 #  columns:
4075 #  - title: "Name"
4076 #    data: "data name"
4077 #  - title: "Status"
4078 #    data: "data msg"
4079 #  rows: "generated"
4080 #  data: "vpp-perf-results-2n-clx"
4081 #  filter: "not 'CFS_OPT'"
4082 #  parameters:
4083 #  - "name"
4084 #  - "parent"
4085 #  - "msg"
4086
4087 # Detailed Test Results - VPP Performance Results 3n-tsh
4088 - type: "table"
4089   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4090   algorithm: "table_merged_details"
4091   output-file-ext: ".csv"
4092   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
4093   columns:
4094   - title: "Name"
4095     data: "data name"
4096   - title: "Status"
4097     data: "data msg"
4098   rows: "generated"
4099   data: "vpp-perf-results-3n-tsh"
4100   filter: "not 'CFS_OPT'"
4101   parameters:
4102   - "name"
4103   - "parent"
4104   - "msg"
4105
4106 # Detailed Test Results - VPP Performance Results 3n-dnv
4107 - type: "table"
4108   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4109   algorithm: "table_details"
4110   output-file-ext: ".csv"
4111   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
4112   columns:
4113   - title: "Name"
4114     data: "data name"
4115   - title: "Status"
4116     data: "data msg"
4117   rows: "generated"
4118   data: "vpp-perf-results-3n-dnv"
4119   filter: "'NDRPDR'"
4120   parameters:
4121   - "name"
4122   - "parent"
4123   - "msg"
4124
4125 # Detailed Test Results - VPP Performance Results 2n-dnv
4126 - type: "table"
4127   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4128   algorithm: "table_details"
4129   output-file-ext: ".csv"
4130   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4131   columns:
4132   - title: "Name"
4133     data: "data name"
4134   - title: "Status"
4135     data: "data msg"
4136   rows: "generated"
4137   data: "vpp-perf-results-2n-dnv"
4138   filter: "'NDRPDR'"
4139   parameters:
4140   - "name"
4141   - "parent"
4142   - "msg"
4143
4144 # Test configuration - VPP Performance Test Configs 3n-hsw
4145 - type: "table"
4146   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4147   algorithm: "table_merged_details"
4148   output-file-ext: ".csv"
4149   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
4150   columns:
4151   - title: "Name"
4152     data: "data name"
4153   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4154     data: "data conf-history"
4155   rows: "generated"
4156   data: "vpp-perf-results-3n-hsw"
4157   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4158   parameters:
4159   - "parent"
4160   - "name"
4161   - "conf-history"
4162
4163 ## Test configuration - VPP Performance Test Configs 3n-skx
4164 #- type: "table"
4165 #  title: "Test configuration - VPP Performance Test Configs 3n-skx"
4166 #  algorithm: "table_merged_details"
4167 #  output-file-ext: ".csv"
4168 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
4169 #  columns:
4170 #  - title: "Name"
4171 #    data: "data name"
4172 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4173 #    data: "data conf-history"
4174 #  rows: "generated"
4175 #  data: "vpp-perf-results-3n-skx"
4176 #  filter: "not 'CFS_OPT'"
4177 #  parameters:
4178 #  - "parent"
4179 #  - "name"
4180 #  - "conf-history"
4181 #
4182 ## Test configuration - VPP Performance Test Configs 2n-skx
4183 #- type: "table"
4184 #  title: "Test configuration - VPP Performance Test Configs 2n-skx"
4185 #  algorithm: "table_merged_details"
4186 #  output-file-ext: ".csv"
4187 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
4188 #  columns:
4189 #  - title: "Name"
4190 #    data: "data name"
4191 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4192 #    data: "data conf-history"
4193 #  rows: "generated"
4194 #  data: "vpp-perf-results-2n-skx"
4195 #  filter: "not 'CFS_OPT'"
4196 #  parameters:
4197 #  - "parent"
4198 #  - "name"
4199 #  - "conf-history"
4200
4201 ## Test configuration - VPP Performance Test Configs 2n-clx
4202 #- type: "table"
4203 #  title: "Test configuration - VPP Performance Test Configs 2n-clx"
4204 #  algorithm: "table_merged_details"
4205 #  output-file-ext: ".csv"
4206 #  output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_test_configuration_2n_clx"
4207 #  columns:
4208 #  - title: "Name"
4209 #    data: "data name"
4210 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4211 #    data: "data conf-history"
4212 #  rows: "generated"
4213 #  data: "vpp-perf-results-2n-clx"
4214 #  filter: "not 'CFS_OPT'"
4215 #  parameters:
4216 #  - "parent"
4217 #  - "name"
4218 #  - "conf-history"
4219
4220 # Test configuration - VPP Performance Test Configs 3n-tsh
4221 - type: "table"
4222   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4223   algorithm: "table_merged_details"
4224   output-file-ext: ".csv"
4225   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
4226   columns:
4227   - title: "Name"
4228     data: "data name"
4229   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4230     data: "data conf-history"
4231   rows: "generated"
4232   data: "vpp-perf-results-3n-tsh"
4233   filter: "not 'CFS_OPT'"
4234   parameters:
4235   - "parent"
4236   - "name"
4237   - "conf-history"
4238
4239 # Test configuration - VPP Performance Test Configs 3n-dnv
4240 - type: "table"
4241   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
4242   algorithm: "table_details"
4243   output-file-ext: ".csv"
4244   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_test_configuration_3n_dnv"
4245   columns:
4246   - title: "Name"
4247     data: "data name"
4248   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4249     data: "data conf-history"
4250   rows: "generated"
4251   data: "vpp-perf-results-3n-dnv"
4252   filter: "'NDRPDR'"
4253   parameters:
4254   - "parent"
4255   - "name"
4256   - "conf-history"
4257
4258 # Test configuration - VPP Performance Test Configs 2n-dnv
4259 - type: "table"
4260   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
4261   algorithm: "table_details"
4262   output-file-ext: ".csv"
4263   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
4264   columns:
4265   - title: "Name"
4266     data: "data name"
4267   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4268     data: "data conf-history"
4269   rows: "generated"
4270   data: "vpp-perf-results-2n-dnv"
4271   filter: "'NDRPDR'"
4272   parameters:
4273   - "parent"
4274   - "name"
4275   - "conf-history"
4276
4277 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4278 - type: "table"
4279   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4280   algorithm: "table_oper_data_html"
4281   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
4282   data: "vpp-perf-results-3n-hsw"
4283   filter: "'NDRPDR'"
4284
4285 ## Test Operational Data - VPP Performance Operational Data 3n-skx
4286 #- type: "table"
4287 #  title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4288 #  algorithm: "table_oper_data_html"
4289 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
4290 #  data: "vpp-perf-results-3n-skx"
4291 #  filter: "not 'CFS_OPT'"
4292 #
4293 ## Test Operational Data - VPP Performance Operational Data 2n-skx
4294 #- type: "table"
4295 #  title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
4296 #  algorithm: "table_oper_data_html"
4297 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
4298 #  data: "vpp-perf-results-2n-skx"
4299 #  filter: "not 'CFS_OPT'"
4300
4301 ## Test Operational Data - VPP Performance Operational Data 2n-clx
4302 #- type: "table"
4303 #  title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
4304 #  algorithm: "table_oper_data_html"
4305 #  output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_test_operational_2n_clx"
4306 #  data: "vpp-perf-results-2n-clx"
4307 #  filter: "not 'CFS_OPT'"
4308
4309 # Test Operational Data - VPP Performance Operational Data 3n-tsh
4310 - type: "table"
4311   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
4312   algorithm: "table_oper_data_html"
4313   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
4314   data: "vpp-perf-results-3n-tsh"
4315   filter: "not 'CFS_OPT'"
4316
4317 # Test Operational Data - VPP Performance Operational Data 3n-dnv
4318 - type: "table"
4319   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
4320   algorithm: "table_oper_data_html"
4321   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_test_operational_3n_dnv"
4322   data: "vpp-perf-results-3n-dnv"
4323   filter: "'NDRPDR'"
4324
4325 # Test Operational Data - VPP Performance Operational Data 2n-dnv
4326 - type: "table"
4327   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
4328   algorithm: "table_oper_data_html"
4329   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
4330   data: "vpp-perf-results-2n-dnv"
4331   filter: "'NDRPDR'"
4332
4333 # Detailed Test Results - VPP MRR Results 3n-hsw
4334 - type: "table"
4335   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
4336   algorithm: "table_details"
4337   output-file-ext: ".csv"
4338   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4339   columns:
4340   - title: "Name"
4341     data: "data name"
4342   - title: "Status"
4343     data: "data msg"
4344   rows: "generated"
4345   data: "vpp-mrr-results-3n-hsw"
4346   filter: "'MRR'"
4347   parameters:
4348   - "name"
4349   - "parent"
4350   - "msg"
4351
4352 ## Detailed Test Results - VPP MRR Results 3n-skx
4353 #- type: "table"
4354 #  title: "Detailed Test Results - VPP MRR Results 3n-skx"
4355 #  algorithm: "table_details"
4356 #  output-file-ext: ".csv"
4357 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4358 #  columns:
4359 #  - title: "Name"
4360 #    data: "data name"
4361 #  - title: "Status"
4362 #    data: "data msg"
4363 #  rows: "generated"
4364 #  data: "vpp-mrr-results-3n-skx"
4365 #  filter: "'MRR'"
4366 #  parameters:
4367 #  - "name"
4368 #  - "parent"
4369 #  - "msg"
4370 #
4371 ## Detailed Test Results - VPP MRR Results 2n-skx
4372 #- type: "table"
4373 #  title: "Detailed Test Results - VPP MRR Results 2n-skx"
4374 #  algorithm: "table_details"
4375 #  output-file-ext: ".csv"
4376 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4377 #  columns:
4378 #  - title: "Name"
4379 #    data: "data name"
4380 #  - title: "Status"
4381 #    data: "data msg"
4382 #  rows: "generated"
4383 #  data: "vpp-mrr-results-2n-skx"
4384 #  filter: "'MRR'"
4385 #  parameters:
4386 #  - "name"
4387 #  - "parent"
4388 #  - "msg"
4389
4390 ## Detailed Test Results - VPP MRR Results 2n-clx
4391 #- type: "table"
4392 #  title: "Detailed Test Results - VPP MRR Results 2n-clx"
4393 #  algorithm: "table_details"
4394 #  output-file-ext: ".csv"
4395 #  output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
4396 #  columns:
4397 #  - title: "Name"
4398 #    data: "data name"
4399 #  - title: "Status"
4400 #    data: "data msg"
4401 #  rows: "generated"
4402 #  data: "vpp-mrr-results-2n-clx"
4403 #  filter: "'MRR'"
4404 #  parameters:
4405 #  - "name"
4406 #  - "parent"
4407 #  - "msg"
4408
4409 # Detailed Test Results - VPP MRR Results 3n-tsh
4410 - type: "table"
4411   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
4412   algorithm: "table_details"
4413   output-file-ext: ".csv"
4414   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
4415   columns:
4416   - title: "Name"
4417     data: "data name"
4418   - title: "Status"
4419     data: "data msg"
4420   rows: "generated"
4421   data: "vpp-mrr-results-3n-tsh"
4422   filter: "'MRR'"
4423   parameters:
4424   - "name"
4425   - "parent"
4426   - "msg"
4427
4428 # Detailed Test Results - VPP MRR Results 3n-dnv
4429 - type: "table"
4430   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
4431   algorithm: "table_details"
4432   output-file-ext: ".csv"
4433   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
4434   columns:
4435   - title: "Name"
4436     data: "data name"
4437   - title: "Status"
4438     data: "data msg"
4439   rows: "generated"
4440   data: "vpp-mrr-results-3n-dnv"
4441   filter: "'MRR'"
4442   parameters:
4443   - "name"
4444   - "parent"
4445   - "msg"
4446
4447 # Detailed Test Results - VPP MRR Results 2n-dnv
4448 - type: "table"
4449   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
4450   algorithm: "table_details"
4451   output-file-ext: ".csv"
4452   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4453   columns:
4454   - title: "Name"
4455     data: "data name"
4456   - title: "Status"
4457     data: "data msg"
4458   rows: "generated"
4459   data: "vpp-mrr-results-2n-dnv"
4460   filter: "'MRR'"
4461   parameters:
4462   - "name"
4463   - "parent"
4464   - "msg"
4465
4466 # Test configuration - VPP MRR Test Configs 3n-hsw
4467 - type: "table"
4468   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
4469   algorithm: "table_details"
4470   output-file-ext: ".csv"
4471   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
4472   columns:
4473   - title: "Name"
4474     data: "data name"
4475   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4476     data: "data conf-history"
4477   rows: "generated"
4478   data: "vpp-mrr-results-3n-hsw"
4479   filter: "'MRR'"
4480   parameters:
4481   - "parent"
4482   - "name"
4483   - "conf-history"
4484
4485 ## Test configuration - VPP MRR Test Configs 3n-skx
4486 #- type: "table"
4487 #  title: "Test configuration - VPP MRR Test Configs 3n-skx"
4488 #  algorithm: "table_details"
4489 #  output-file-ext: ".csv"
4490 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
4491 #  columns:
4492 #  - title: "Name"
4493 #    data: "data name"
4494 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4495 #    data: "data conf-history"
4496 #  rows: "generated"
4497 #  data: "vpp-mrr-results-3n-skx"
4498 #  filter: "'MRR'"
4499 #  parameters:
4500 #  - "parent"
4501 #  - "name"
4502 #  - "conf-history"
4503 #
4504 ## Test configuration - VPP MRR Test Configs 2n-skx
4505 #- type: "table"
4506 #  title: "Test configuration - VPP MRR Test Configs 2n-skx"
4507 #  algorithm: "table_details"
4508 #  output-file-ext: ".csv"
4509 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
4510 #  columns:
4511 #  - title: "Name"
4512 #    data: "data name"
4513 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4514 #    data: "data conf-history"
4515 #  rows: "generated"
4516 #  data: "vpp-mrr-results-2n-skx"
4517 #  filter: "'MRR'"
4518 #  parameters:
4519 #  - "parent"
4520 #  - "name"
4521 #  - "conf-history"
4522
4523 ## Test configuration - VPP MRR Test Configs 2n-clx
4524 #- type: "table"
4525 #  title: "Test configuration - VPP MRR Test Configs 2n-clx"
4526 #  algorithm: "table_details"
4527 #  output-file-ext: ".csv"
4528 #  output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_test_configuration_2n_clx"
4529 #  columns:
4530 #  - title: "Name"
4531 #    data: "data name"
4532 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4533 #    data: "data conf-history"
4534 #  rows: "generated"
4535 #  data: "vpp-mrr-results-2n-clx"
4536 #  filter: "'MRR'"
4537 #  parameters:
4538 #  - "parent"
4539 #  - "name"
4540 #  - "conf-history"
4541
4542 # Test configuration - VPP MRR Test Configs 3n-tsh
4543 - type: "table"
4544   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
4545   algorithm: "table_details"
4546   output-file-ext: ".csv"
4547   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
4548   columns:
4549   - title: "Name"
4550     data: "data name"
4551   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4552     data: "data conf-history"
4553   rows: "generated"
4554   data: "vpp-mrr-results-3n-tsh"
4555   filter: "'MRR'"
4556   parameters:
4557   - "parent"
4558   - "name"
4559   - "conf-history"
4560
4561 # Test configuration - VPP MRR Test Configs 3n-dnv
4562 - type: "table"
4563   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
4564   algorithm: "table_details"
4565   output-file-ext: ".csv"
4566   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_test_configuration_3n_dnv"
4567   columns:
4568   - title: "Name"
4569     data: "data name"
4570   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4571     data: "data conf-history"
4572   rows: "generated"
4573   data: "vpp-mrr-results-3n-dnv"
4574   filter: "'MRR'"
4575   parameters:
4576   - "parent"
4577   - "name"
4578   - "conf-history"
4579
4580 # Test configuration - VPP MRR Test Configs 2n-dnv
4581 - type: "table"
4582   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
4583   algorithm: "table_details"
4584   output-file-ext: ".csv"
4585   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
4586   columns:
4587   - title: "Name"
4588     data: "data name"
4589   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4590     data: "data conf-history"
4591   rows: "generated"
4592   data: "vpp-mrr-results-2n-dnv"
4593   filter: "'MRR'"
4594   parameters:
4595   - "parent"
4596   - "name"
4597   - "conf-history"
4598
4599 # Detailed Test Results - VPP Device Results - Ubuntu
4600 - type: "table"
4601   title: "Detailed Test Results - VPP Device Results - Ubuntu"
4602   algorithm: "table_details"
4603   output-file-ext: ".csv"
4604   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4605   columns:
4606   - title: "Name"
4607     data: "data name"
4608   - title: "Documentation"
4609     data: "data doc"
4610   - title: "Status"
4611     data: "data status"
4612   rows: "generated"
4613   data: "vpp-device-results-ubuntu"
4614   filter: "all"
4615   parameters:
4616   - "name"
4617   - "parent"
4618   - "doc"
4619   - "status"
4620
4621 # Test configuration - VPP Device Test Configs - Ubuntu
4622 - type: "table"
4623   title: "Test configuration - VPP Device Test Configs - Ubuntu"
4624   algorithm: "table_details"
4625   output-file-ext: ".csv"
4626   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4627   columns:
4628   - title: "Name"
4629     data: "data name"
4630   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4631     data: "data conf-history"
4632   rows: "generated"
4633   data: "vpp-device-results-ubuntu"
4634   filter: "all"
4635   parameters:
4636   - "parent"
4637   - "name"
4638   - "conf-history"
4639
4640 ################################################################################
4641
4642 # DPDK Performance Changes 3n-hsw 1t1c pdr
4643 - type: "table"
4644   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
4645   algorithm: "table_perf_comparison"
4646   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
4647   history:
4648     - title: "rls1904"
4649       data: "dpdk-performance-changes-3n-hsw-h1"
4650   reference:
4651     title: "rls1908"
4652     data: "dpdk-performance-changes-3n-hsw-ref"
4653   compare:
4654     title: "rls2001"
4655     data: "dpdk-performance-changes-3n-hsw-cmp"
4656   data: "dpdk-performance-changes-3n-hsw"
4657   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4658   filter: "'1T1C'"
4659   parameters:
4660   - "name"
4661   - "parent"
4662   - "throughput"
4663
4664 # DPDK Performance Changes 3n-hsw 2t2c pdr
4665 - type: "table"
4666   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
4667   algorithm: "table_perf_comparison"
4668   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
4669   history:
4670     - title: "rls1904"
4671       data: "dpdk-performance-changes-3n-hsw-h1"
4672   reference:
4673     title: "rls1908"
4674     data: "dpdk-performance-changes-3n-hsw-ref"
4675   compare:
4676     title: "rls2001"
4677     data: "dpdk-performance-changes-3n-hsw-cmp"
4678   data: "dpdk-performance-changes-3n-hsw"
4679   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4680   filter: "'2T2C'"
4681   parameters:
4682   - "name"
4683   - "parent"
4684   - "throughput"
4685
4686 # DPDK Performance Changes 3n-hsw 1t1c ndr
4687 - type: "table"
4688   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
4689   algorithm: "table_perf_comparison"
4690   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
4691   history:
4692     - title: "rls1904"
4693       data: "dpdk-performance-changes-3n-hsw-h1"
4694   reference:
4695     title: "rls1908"
4696     data: "dpdk-performance-changes-3n-hsw-ref"
4697   compare:
4698     title: "rls2001"
4699     data: "dpdk-performance-changes-3n-hsw-cmp"
4700   data: "dpdk-performance-changes-3n-hsw"
4701   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4702   filter: "'1T1C'"
4703   parameters:
4704   - "name"
4705   - "parent"
4706   - "throughput"
4707
4708 # DPDK Performance Changes 3n-hsw 2t2c ndr
4709 - type: "table"
4710   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
4711   algorithm: "table_perf_comparison"
4712   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
4713   history:
4714     - title: "rls1904"
4715       data: "dpdk-performance-changes-3n-hsw-h1"
4716   reference:
4717     title: "rls1908"
4718     data: "dpdk-performance-changes-3n-hsw-ref"
4719   compare:
4720     title: "rls2001"
4721     data: "dpdk-performance-changes-3n-hsw-cmp"
4722   data: "dpdk-performance-changes-3n-hsw"
4723   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4724   filter: "'2T2C'"
4725   parameters:
4726   - "name"
4727   - "parent"
4728   - "throughput"
4729
4730 ## DPDK Performance Changes 3n-skx 2t1c pdr
4731 #- type: "table"
4732 #  title: "DPDK Performance Changes 3n-skx 2t1c pdr"
4733 #  algorithm: "table_perf_comparison"
4734 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
4735 #  history:
4736 #    - title: "rls1904"
4737 #      data: "dpdk-performance-changes-3n-skx-h1"
4738 #  reference:
4739 #    title: "rls1908"
4740 #    data: "dpdk-performance-changes-3n-skx-ref"
4741 #  compare:
4742 #    title: "rls2001"
4743 #    data: "dpdk-performance-changes-3n-skx-cmp"
4744 #  data: "dpdk-performance-changes-3n-skx"
4745 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4746 #  filter: "'2T1C'"
4747 #  parameters:
4748 #  - "name"
4749 #  - "parent"
4750 #  - "throughput"
4751 #
4752 ## DPDK Performance Changes 3n-skx 4t2c pdr
4753 #- type: "table"
4754 #  title: "DPDK Performance Changes 3n-skx 4t2c pdr"
4755 #  algorithm: "table_perf_comparison"
4756 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
4757 #  history:
4758 #    - title: "rls1904"
4759 #      data: "dpdk-performance-changes-3n-skx-h1"
4760 #  reference:
4761 #    title: "rls1908"
4762 #    data: "dpdk-performance-changes-3n-skx-ref"
4763 #  compare:
4764 #    title: "rls2001"
4765 #    data: "dpdk-performance-changes-3n-skx-cmp"
4766 #  data: "dpdk-performance-changes-3n-skx"
4767 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4768 #  filter: "'4T2C'"
4769 #  parameters:
4770 #  - "name"
4771 #  - "parent"
4772 #  - "throughput"
4773 #
4774 ## DPDK Performance Changes 3n-skx 2t1c ndr
4775 #- type: "table"
4776 #  title: "DPDK Performance Changes 3n-skx 2t1c ndr"
4777 #  algorithm: "table_perf_comparison"
4778 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
4779 #  history:
4780 #    - title: "rls1904"
4781 #      data: "dpdk-performance-changes-3n-skx-h1"
4782 #  reference:
4783 #    title: "rls1908"
4784 #    data: "dpdk-performance-changes-3n-skx-ref"
4785 #  compare:
4786 #    title: "rls2001"
4787 #    data: "dpdk-performance-changes-3n-skx-cmp"
4788 #  data: "dpdk-performance-changes-3n-skx"
4789 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4790 #  filter: "'2T1C'"
4791 #  parameters:
4792 #  - "name"
4793 #  - "parent"
4794 #  - "throughput"
4795 #
4796 ## DPDK Performance Changes 3n-skx 4t2c ndr
4797 #- type: "table"
4798 #  title: "DPDK Performance Changes 3n-skx 4t2c ndr"
4799 #  algorithm: "table_perf_comparison"
4800 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
4801 #  history:
4802 #    - title: "rls1904"
4803 #      data: "dpdk-performance-changes-3n-skx-h1"
4804 #  reference:
4805 #    title: "rls1908"
4806 #    data: "dpdk-performance-changes-3n-skx-ref"
4807 #  compare:
4808 #    title: "rls2001"
4809 #    data: "dpdk-performance-changes-3n-skx-cmp"
4810 #  data: "dpdk-performance-changes-3n-skx"
4811 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4812 #  filter: "'4T2C'"
4813 #  parameters:
4814 #  - "name"
4815 #  - "parent"
4816 #  - "throughput"
4817 #
4818 ## DPDK Performance Changes 2n-skx 2t1c pdr
4819 #- type: "table"
4820 #  title: "DPDK Performance Changes 2n-skx 2t1c pdr"
4821 #  algorithm: "table_perf_comparison"
4822 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
4823 #  history:
4824 #    - title: "rls1904"
4825 #      data: "dpdk-performance-changes-2n-skx-h1"
4826 #  reference:
4827 #    title: "rls1908"
4828 #    data: "dpdk-performance-changes-2n-skx-ref"
4829 #  compare:
4830 #    title: "rls2001"
4831 #    data: "dpdk-performance-changes-2n-skx-cmp"
4832 #  data: "dpdk-performance-changes-2n-skx"
4833 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4834 #  filter: "'2T1C'"
4835 #  parameters:
4836 #  - "name"
4837 #  - "parent"
4838 #  - "throughput"
4839 #
4840 ## DPDK Performance Changes 2n-skx 4t2c pdr
4841 #- type: "table"
4842 #  title: "DPDK Performance Changes 2n-skx 4t2c pdr"
4843 #  algorithm: "table_perf_comparison"
4844 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
4845 #  history:
4846 #    - title: "rls1904"
4847 #      data: "dpdk-performance-changes-2n-skx-h1"
4848 #  reference:
4849 #    title: "rls1908"
4850 #    data: "dpdk-performance-changes-2n-skx-ref"
4851 #  compare:
4852 #    title: "rls2001"
4853 #    data: "dpdk-performance-changes-2n-skx-cmp"
4854 #  data: "dpdk-performance-changes-2n-skx"
4855 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4856 #  filter: "'4T2C'"
4857 #  parameters:
4858 #  - "name"
4859 #  - "parent"
4860 #  - "throughput"
4861 #
4862 ## DPDK Performance Changes 2n-skx 2t1c ndr
4863 #- type: "table"
4864 #  title: "DPDK Performance Changes 2n-skx 2t1c ndr"
4865 #  algorithm: "table_perf_comparison"
4866 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
4867 #  history:
4868 #    - title: "rls1904"
4869 #      data: "dpdk-performance-changes-2n-skx-h1"
4870 #  reference:
4871 #    title: "rls1908"
4872 #    data: "dpdk-performance-changes-2n-skx-ref"
4873 #  compare:
4874 #    title: "rls2001"
4875 #    data: "dpdk-performance-changes-2n-skx-cmp"
4876 #  data: "dpdk-performance-changes-2n-skx"
4877 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4878 #  filter: "'2T1C'"
4879 #  parameters:
4880 #  - "name"
4881 #  - "parent"
4882 #  - "throughput"
4883 #
4884 ## DPDK Performance Changes 2n-skx 4t2c ndr
4885 #- type: "table"
4886 #  title: "DPDK Performance Changes 2n-skx 4t2c ndr"
4887 #  algorithm: "table_perf_comparison"
4888 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
4889 #  history:
4890 #    - title: "rls1904"
4891 #      data: "dpdk-performance-changes-2n-skx-h1"
4892 #  reference:
4893 #    title: "rls1908"
4894 #    data: "dpdk-performance-changes-2n-skx-ref"
4895 #  compare:
4896 #    title: "rls2001"
4897 #    data: "dpdk-performance-changes-2n-skx-cmp"
4898 #  data: "dpdk-performance-changes-2n-skx"
4899 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4900 #  filter: "'4T2C'"
4901 #  parameters:
4902 #  - "name"
4903 #  - "parent"
4904 #  - "throughput"
4905 #
4906 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
4907 #- type: "table"
4908 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
4909 #  algorithm: "table_perf_comparison"
4910 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
4911 #  reference:
4912 #    title: "3-Node Hsw"
4913 #    data: "dpdk-compare-testbeds-ref"
4914 #  compare:
4915 #    title: "3-Node Skx"
4916 #    data: "dpdk-compare-testbeds-cmp"
4917 #  data: "dpdk-compare-testbeds"
4918 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4919 #  filter: "'NIC_Intel-X710'"
4920 #  parameters:
4921 #  - "name"
4922 #  - "parent"
4923 #  - "throughput"
4924 #
4925 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
4926 #- type: "table"
4927 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
4928 #  algorithm: "table_perf_comparison"
4929 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
4930 #  reference:
4931 #    title: "3-Node Hsw"
4932 #    data: "dpdk-compare-testbeds-ref"
4933 #  compare:
4934 #    title: "3-Node Skx"
4935 #    data: "dpdk-compare-testbeds-cmp"
4936 #  data: "dpdk-compare-testbeds"
4937 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4938 #  filter: "'NIC_Intel-X710'"
4939 #  parameters:
4940 #  - "name"
4941 #  - "parent"
4942 #  - "throughput"
4943 #
4944 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
4945 #- type: "table"
4946 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
4947 #  algorithm: "table_perf_comparison"
4948 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
4949 #  reference:
4950 #    title: "2-Node Skx"
4951 #    data: "dpdk-compare-testbeds-skx-clx-ref"
4952 #  compare:
4953 #    title: "2-Node Clx"
4954 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
4955 #  data: "dpdk-compare-testbeds-skx-clx"
4956 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4957 #  filter: "'NDRPDR'"
4958 #  parameters:
4959 #  - "name"
4960 #  - "parent"
4961 #  - "throughput"
4962 #
4963 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
4964 #- type: "table"
4965 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
4966 #  algorithm: "table_perf_comparison"
4967 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
4968 #  reference:
4969 #    title: "2-Node Skx"
4970 #    data: "dpdk-compare-testbeds-skx-clx-ref"
4971 #  compare:
4972 #    title: "2-Node Clx"
4973 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
4974 #  data: "dpdk-compare-testbeds-skx-clx"
4975 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4976 #  filter: "'NDRPDR'"
4977 #  parameters:
4978 #  - "name"
4979 #  - "parent"
4980 #  - "throughput"
4981 #
4982 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
4983 #- type: "table"
4984 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
4985 #  algorithm: "table_perf_comparison"
4986 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
4987 #  reference:
4988 #    title: "3-Node Skx"
4989 #    data: "dpdk-compare-topologies-ref"
4990 #  compare:
4991 #    title: "2-Node Skx"
4992 #    data: "dpdk-compare-topologies-cmp"
4993 #  data: "dpdk-compare-topologies"
4994 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4995 #  filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4996 #  parameters:
4997 #  - "name"
4998 #  - "parent"
4999 #  - "throughput"
5000 #
5001 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5002 #- type: "table"
5003 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5004 #  algorithm: "table_perf_comparison"
5005 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5006 #  reference:
5007 #    title: "3-Node Skx"
5008 #    data: "dpdk-compare-topologies-ref"
5009 #  compare:
5010 #    title: "2-Node Skx"
5011 #    data: "dpdk-compare-topologies-cmp"
5012 #  data: "dpdk-compare-topologies"
5013 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5014 #  filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
5015 #  parameters:
5016 #  - "name"
5017 #  - "parent"
5018 #  - "throughput"
5019
5020 # Detailed Test Results - DPDK Performance Results 3n-hsw
5021 - type: "table"
5022   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5023   algorithm: "table_details"
5024   output-file-ext: ".csv"
5025   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5026   columns:
5027   - title: "Name"
5028     data: "data name"
5029   - title: "Status"
5030     data: "data msg"
5031   rows: "generated"
5032   data: "dpdk-perf-results-3n-hsw"
5033   filter: "all"
5034   parameters:
5035   - "name"
5036   - "parent"
5037   - "msg"
5038
5039 ## Detailed Test Results - DPDK Performance Results 3n-skx
5040 #- type: "table"
5041 #  title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5042 #  algorithm: "table_details"
5043 #  output-file-ext: ".csv"
5044 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5045 #  columns:
5046 #  - title: "Name"
5047 #    data: "data name"
5048 #  - title: "Status"
5049 #    data: "data msg"
5050 #  rows: "generated"
5051 #  data: "dpdk-perf-results-3n-skx"
5052 #  filter: "all"
5053 #  parameters:
5054 #  - "name"
5055 #  - "parent"
5056 #  - "msg"
5057 #
5058 ## Detailed Test Results - DPDK Performance Results 2n-skx
5059 #- type: "table"
5060 #  title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5061 #  algorithm: "table_details"
5062 #  output-file-ext: ".csv"
5063 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5064 #  columns:
5065 #  - title: "Name"
5066 #    data: "data name"
5067 #  - title: "Status"
5068 #    data: "data msg"
5069 #  rows: "generated"
5070 #  data: "dpdk-perf-results-2n-skx"
5071 #  filter: "all"
5072 #  parameters:
5073 #  - "name"
5074 #  - "parent"
5075 #  - "msg"
5076
5077 # Detailed Test Results - DPDK Performance Results 2n-clx
5078 - type: "table"
5079   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5080   algorithm: "table_details"
5081   output-file-ext: ".csv"
5082   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5083   columns:
5084   - title: "Name"
5085     data: "data name"
5086   - title: "Status"
5087     data: "data msg"
5088   rows: "generated"
5089   data: "dpdk-perf-results-2n-clx"
5090   filter: "all"
5091   parameters:
5092   - "name"
5093   - "parent"
5094   - "msg"
5095
5096 ################################################################################
5097 ###                                F I L E S                                 ###
5098 ################################################################################
5099
5100 # VPP Performance Results 3n-hsw
5101 - type: "file"
5102   title: "VPP Performance Results 3n-hsw"
5103   algorithm: "file_test_results"
5104   output-file-ext: ".rst"
5105   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
5106   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"
5107   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
5108   data: "vpp-perf-results-3n-hsw"
5109   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5110   parameters:
5111   - "name"
5112   - "doc"
5113   - "level"
5114   - "parent"
5115   data-start-level: 3
5116
5117 ## VPP Performance Results 3n-skx
5118 #- type: "file"
5119 #  title: "VPP Performance Results 3n-skx"
5120 #  algorithm: "file_test_results"
5121 #  output-file-ext: ".rst"
5122 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
5123 #  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"
5124 #  dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
5125 #  data: "vpp-perf-results-3n-skx"
5126 #  filter: "not 'CFS_OPT'"
5127 #  parameters:
5128 #  - "name"
5129 #  - "doc"
5130 #  - "level"
5131 #  - "parent"
5132 #  data-start-level: 3
5133 #
5134 ## VPP Performance Results 2n-skx
5135 #- type: "file"
5136 #  title: "VPP Performance Results 2n-skx"
5137 #  algorithm: "file_test_results"
5138 #  output-file-ext: ".rst"
5139 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
5140 #  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"
5141 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
5142 #  data: "vpp-perf-results-2n-skx"
5143 #  filter: "not 'CFS_OPT'"
5144 #  parameters:
5145 #  - "name"
5146 #  - "doc"
5147 #  - "level"
5148 #  - "parent"
5149 #  data-start-level: 3
5150
5151 ## VPP Performance Results 2n-clx
5152 #- type: "file"
5153 #  title: "VPP Performance Results 2n-clx"
5154 #  algorithm: "file_test_results"
5155 #  output-file-ext: ".rst"
5156 #  output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
5157 #  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"
5158 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,CLX]}"
5159 #  data: "vpp-perf-results-2n-clx"
5160 #  filter: "not 'CFS_OPT'"
5161 #  parameters:
5162 #  - "name"
5163 #  - "doc"
5164 #  - "level"
5165 #  - "parent"
5166 #  data-start-level: 3
5167
5168 # VPP Performance Results 3n-tsh
5169 - type: "file"
5170   title: "VPP Performance Results 3n-tsh"
5171   algorithm: "file_test_results"
5172   output-file-ext: ".rst"
5173   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
5174   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"
5175   dir-tables: "{DIR[DTR,PERF,VPP,3N,TSH]}"
5176   data: "vpp-perf-results-3n-tsh"
5177   filter: "not 'CFS_OPT'"
5178   parameters:
5179   - "name"
5180   - "doc"
5181   - "level"
5182   - "parent"
5183   data-start-level: 3
5184
5185 # VPP Performance Results 3n-dnv
5186 - type: "file"
5187   title: "VPP Performance Results 3n-dnv"
5188   algorithm: "file_test_results"
5189   output-file-ext: ".rst"
5190   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
5191   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"
5192   dir-tables: "{DIR[DTR,PERF,VPP,3N,DNV]}"
5193   data: "vpp-perf-results-3n-dnv"
5194   filter: "'NDRPDR'"
5195   parameters:
5196   - "name"
5197   - "doc"
5198   - "level"
5199   - "parent"
5200   data-start-level: 3
5201
5202 # VPP Performance Results 2n-dnv
5203 - type: "file"
5204   title: "VPP Performance Results 2n-dnv"
5205   algorithm: "file_test_results"
5206   output-file-ext: ".rst"
5207   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5208   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"
5209   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
5210   data: "vpp-perf-results-2n-dnv"
5211   filter: "'NDRPDR'"
5212   parameters:
5213   - "name"
5214   - "doc"
5215   - "level"
5216   - "parent"
5217   data-start-level: 3
5218
5219 # VPP Performance Configuration 3n-hsw
5220 - type: "file"
5221   title: "VPP Performance Configuration 3n-hsw"
5222   algorithm: "file_test_results"
5223   output-file-ext: ".rst"
5224   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
5225   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"
5226   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
5227   data: "vpp-perf-results-3n-hsw"
5228   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5229   parameters:
5230   - "name"
5231   - "doc"
5232   - "level"
5233   - "parent"
5234   data-start-level: 3
5235
5236 ## VPP Performance Configuration 3n-skx
5237 #- type: "file"
5238 #  title: "VPP Performance Configuration 3n-skx"
5239 #  algorithm: "file_test_results"
5240 #  output-file-ext: ".rst"
5241 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
5242 #  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"
5243 #  dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
5244 #  data: "vpp-perf-results-3n-skx"
5245 #  filter: "not 'CFS_OPT'"
5246 #  parameters:
5247 #  - "name"
5248 #  - "doc"
5249 #  - "level"
5250 #  - "parent"
5251 #  data-start-level: 3
5252 #
5253 ## VPP Performance Configuration 2n-skx
5254 #- type: "file"
5255 #  title: "VPP Performance Configuration 2n-skx"
5256 #  algorithm: "file_test_results"
5257 #  output-file-ext: ".rst"
5258 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
5259 #  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"
5260 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
5261 #  data: "vpp-perf-results-2n-skx"
5262 #  filter: "not 'CFS_OPT'"
5263 #  parameters:
5264 #  - "name"
5265 #  - "doc"
5266 #  - "level"
5267 #  - "parent"
5268 #  data-start-level: 3
5269
5270 ## VPP Performance Configuration 2n-clx
5271 #- type: "file"
5272 #  title: "VPP Performance Configuration 2n-clx"
5273 #  algorithm: "file_test_results"
5274 #  output-file-ext: ".rst"
5275 #  output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_performance_configuration_2n_clx"
5276 #  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"
5277 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,CLX]}"
5278 #  data: "vpp-perf-results-2n-clx"
5279 #  filter: "not 'CFS_OPT'"
5280 #  parameters:
5281 #  - "name"
5282 #  - "doc"
5283 #  - "level"
5284 #  - "parent"
5285 #  data-start-level: 3
5286
5287 # VPP Performance Configuration 3n-tsh
5288 - type: "file"
5289   title: "VPP Performance Configuration 3n-tsh"
5290   algorithm: "file_test_results"
5291   output-file-ext: ".rst"
5292   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_performance_configuration_3n_tsh"
5293   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"
5294   dir-tables: "{DIR[DTC,PERF,VPP,3N,TSH]}"
5295   data: "vpp-perf-results-3n-tsh"
5296   filter: "not 'CFS_OPT'"
5297   parameters:
5298   - "name"
5299   - "doc"
5300   - "level"
5301   - "parent"
5302   data-start-level: 3
5303
5304 # VPP Performance Configuration 3n-dnv
5305 - type: "file"
5306   title: "VPP Performance Configuration 3n-dnv"
5307   algorithm: "file_test_results"
5308   output-file-ext: ".rst"
5309   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_performance_configuration_3n_dnv"
5310   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"
5311   dir-tables: "{DIR[DTC,PERF,VPP,3N,DNV]}"
5312   data: "vpp-perf-results-3n-dnv"
5313   filter: "'NDRPDR'"
5314   parameters:
5315   - "name"
5316   - "doc"
5317   - "level"
5318   - "parent"
5319   data-start-level: 3
5320
5321 # VPP Performance Configuration 2n-dnv
5322 - type: "file"
5323   title: "VPP Performance Configuration 2n-dnv"
5324   algorithm: "file_test_results"
5325   output-file-ext: ".rst"
5326   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
5327   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"
5328   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
5329   data: "vpp-perf-results-2n-dnv"
5330   filter: "'NDRPDR'"
5331   parameters:
5332   - "name"
5333   - "doc"
5334   - "level"
5335   - "parent"
5336   data-start-level: 3
5337
5338 # VPP Performance Operational Data 3n-hsw
5339 - type: "file"
5340   title: "VPP Performance Operational Data 3n-hsw"
5341   algorithm: "file_test_results_html"
5342   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
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[DTO,PERF,VPP,3N,HSW]}"
5345   data: "vpp-perf-results-3n-hsw"
5346   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5347   data-start-level: 3
5348
5349 ## VPP Performance Operational Data 3n-skx
5350 #- type: "file"
5351 #  title: "VPP Performance Operational Data 3n-skx"
5352 #  algorithm: "file_test_results_html"
5353 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
5354 #  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"
5355 #  dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
5356 #  data: "vpp-perf-results-3n-skx"
5357 #  filter: "not 'CFS_OPT'"
5358 #  data-start-level: 3
5359 #
5360 ## VPP Performance Operational Data 2n-skx
5361 #- type: "file"
5362 #  title: "VPP Performance Operational Data 2n-skx"
5363 #  algorithm: "file_test_results_html"
5364 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
5365 #  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"
5366 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
5367 #  data: "vpp-perf-results-2n-skx"
5368 #  filter: "not 'CFS_OPT'"
5369 #  data-start-level: 3
5370
5371 ## VPP Performance Operational Data 2n-clx
5372 #- type: "file"
5373 #  title: "VPP Performance Operational Data 2n-clx"
5374 #  algorithm: "file_test_results_html"
5375 #  output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_performance_operational_data_2n_clx"
5376 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5377 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,CLX]}"
5378 #  data: "vpp-perf-results-2n-clx"
5379 #  filter: "not 'CFS_OPT'"
5380 #  data-start-level: 3
5381
5382 # VPP Performance Operational Data 3n-tsh
5383 - type: "file"
5384   title: "VPP Performance Operational Data 3n-tsh"
5385   algorithm: "file_test_results_html"
5386   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_performance_operational_data_3n_tsh"
5387   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"
5388   dir-tables: "{DIR[DTO,PERF,VPP,3N,TSH]}"
5389   data: "vpp-perf-results-3n-tsh"
5390   filter: "not 'CFS_OPT'"
5391   data-start-level: 3
5392
5393 # VPP Performance Operational Data 3n-dnv
5394 - type: "file"
5395   title: "VPP Performance Operational Data 3n-dnv"
5396   algorithm: "file_test_results_html"
5397   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_performance_operational_data_3n_dnv"
5398   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"
5399   dir-tables: "{DIR[DTO,PERF,VPP,3N,DNV]}"
5400   data: "vpp-perf-results-3n-dnv"
5401   filter: "'NDRPDR'"
5402   data-start-level: 3
5403
5404 # VPP Performance Operational Data 2n-dnv
5405 - type: "file"
5406   title: "VPP Performance Operational Data 2n-dnv"
5407   algorithm: "file_test_results_html"
5408   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
5409   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"
5410   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
5411   data: "vpp-perf-results-2n-dnv"
5412   filter: "'NDRPDR'"
5413   data-start-level: 3
5414
5415 # VPP MRR Results 3n-hsw
5416 - type: "file"
5417   title: "VPP MRR Results 3n-hsw"
5418   algorithm: "file_test_results"
5419   output-file-ext: ".rst"
5420   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
5421   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"
5422   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
5423   data: "vpp-mrr-results-3n-hsw"
5424   filter: "'MRR'"
5425   parameters:
5426   - "name"
5427   - "doc"
5428   - "level"
5429   - "parent"
5430   data-start-level: 3
5431
5432 ## VPP MRR Results 3n-skx
5433 #- type: "file"
5434 #  title: "VPP MRR Results 3n-skx"
5435 #  algorithm: "file_test_results"
5436 #  output-file-ext: ".rst"
5437 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
5438 #  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"
5439 #  dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
5440 #  data: "vpp-mrr-results-3n-skx"
5441 #  filter: "'MRR'"
5442 #  parameters:
5443 #  - "name"
5444 #  - "doc"
5445 #  - "level"
5446 #  - "parent"
5447 #  data-start-level: 3
5448 #
5449 ## VPP MRR Results 2n-skx
5450 #- type: "file"
5451 #  title: "VPP MRR Results 2n-skx"
5452 #  algorithm: "file_test_results"
5453 #  output-file-ext: ".rst"
5454 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
5455 #  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"
5456 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
5457 #  data: "vpp-mrr-results-2n-skx"
5458 #  filter: "all"
5459 #  parameters:
5460 #  - "name"
5461 #  - "doc"
5462 #  - "level"
5463 #  - "parent"
5464 #  data-start-level: 3
5465
5466 ## VPP MRR Results 2n-clx
5467 #- type: "file"
5468 #  title: "VPP MRR Results 2n-clx"
5469 #  algorithm: "file_test_results"
5470 #  output-file-ext: ".rst"
5471 #  output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
5472 #  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"
5473 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,CLX]}"
5474 #  data: "vpp-mrr-results-2n-clx"
5475 #  filter: "all"
5476 #  parameters:
5477 #  - "name"
5478 #  - "doc"
5479 #  - "level"
5480 #  - "parent"
5481 #  data-start-level: 3
5482
5483 # VPP MRR Results 3n-tsh
5484 - type: "file"
5485   title: "VPP MRR Results 3n-tsh"
5486   algorithm: "file_test_results"
5487   output-file-ext: ".rst"
5488   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
5489   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"
5490   dir-tables: "{DIR[DTR,MRR,VPP,3N,TSH]}"
5491   data: "vpp-mrr-results-3n-tsh"
5492   filter: "'MRR'"
5493   parameters:
5494   - "name"
5495   - "doc"
5496   - "level"
5497   - "parent"
5498   data-start-level: 3
5499
5500 # VPP MRR Results 3n-dnv
5501 - type: "file"
5502   title: "VPP MRR Results 3n-dnv"
5503   algorithm: "file_test_results"
5504   output-file-ext: ".rst"
5505   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
5506   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"
5507   dir-tables: "{DIR[DTR,MRR,VPP,3N,DNV]}"
5508   data: "vpp-mrr-results-3n-dnv"
5509   filter: "'MRR'"
5510   parameters:
5511   - "name"
5512   - "doc"
5513   - "level"
5514   - "parent"
5515   data-start-level: 3
5516
5517 # VPP MRR Results 2n-dnv
5518 - type: "file"
5519   title: "VPP MRR Results 2n-dnv"
5520   algorithm: "file_test_results"
5521   output-file-ext: ".rst"
5522   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
5523   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"
5524   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
5525   data: "vpp-mrr-results-2n-dnv"
5526   filter: "'MRR'"
5527   parameters:
5528   - "name"
5529   - "doc"
5530   - "level"
5531   - "parent"
5532   data-start-level: 3
5533
5534 # VPP MRR Configuration 3n-hsw
5535 - type: "file"
5536   title: "VPP MRR Configuration 3n-hsw"
5537   algorithm: "file_test_results"
5538   output-file-ext: ".rst"
5539   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
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[DTC,MRR,VPP,3N,HSW]}"
5542   data: "vpp-mrr-results-3n-hsw"
5543   filter: "'MRR'"
5544   parameters:
5545   - "name"
5546   - "doc"
5547   - "level"
5548   - "parent"
5549   data-start-level: 3
5550
5551 ## VPP MRR Configuration 3n-skx
5552 #- type: "file"
5553 #  title: "VPP MRR Configuration 3n-skx"
5554 #  algorithm: "file_test_results"
5555 #  output-file-ext: ".rst"
5556 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
5557 #  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"
5558 #  dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
5559 #  data: "vpp-mrr-results-3n-skx"
5560 #  filter: "'MRR'"
5561 #  parameters:
5562 #  - "name"
5563 #  - "doc"
5564 #  - "level"
5565 #  - "parent"
5566 #  data-start-level: 3
5567 #
5568 ## VPP MRR Configuration 2n-skx
5569 #- type: "file"
5570 #  title: "VPP MRR Configuration 2n-skx"
5571 #  algorithm: "file_test_results"
5572 #  output-file-ext: ".rst"
5573 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
5574 #  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"
5575 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
5576 #  data: "vpp-mrr-results-2n-skx"
5577 #  filter: "'MRR'"
5578 #  parameters:
5579 #  - "name"
5580 #  - "doc"
5581 #  - "level"
5582 #  - "parent"
5583 #  data-start-level: 3
5584
5585 ## VPP MRR Configuration 2n-clx
5586 #- type: "file"
5587 #  title: "VPP MRR Configuration 2n-clx"
5588 #  algorithm: "file_test_results"
5589 #  output-file-ext: ".rst"
5590 #  output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_configuration_2n_clx"
5591 #  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"
5592 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,CLX]}"
5593 #  data: "vpp-mrr-results-2n-clx"
5594 #  filter: "'MRR'"
5595 #  parameters:
5596 #  - "name"
5597 #  - "doc"
5598 #  - "level"
5599 #  - "parent"
5600 #  data-start-level: 3
5601
5602 # VPP MRR Configuration 3n-tsh
5603 - type: "file"
5604   title: "VPP MRR Configuration 3n-tsh"
5605   algorithm: "file_test_results"
5606   output-file-ext: ".rst"
5607   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
5608   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"
5609   dir-tables: "{DIR[DTC,MRR,VPP,3N,TSH]}"
5610   data: "vpp-mrr-results-3n-tsh"
5611   filter: "'MRR'"
5612   parameters:
5613   - "name"
5614   - "doc"
5615   - "level"
5616   - "parent"
5617   data-start-level: 3
5618
5619 # VPP MRR Configuration 3n-dnv
5620 - type: "file"
5621   title: "VPP MRR Configuration 3n-dnv"
5622   algorithm: "file_test_results"
5623   output-file-ext: ".rst"
5624   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_configuration_3n_dnv"
5625   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"
5626   dir-tables: "{DIR[DTC,MRR,VPP,3N,DNV]}"
5627   data: "vpp-mrr-results-3n-dnv"
5628   filter: "'MRR'"
5629   parameters:
5630   - "name"
5631   - "doc"
5632   - "level"
5633   - "parent"
5634   data-start-level: 3
5635
5636 # VPP MRR Configuration 2n-dnv
5637 - type: "file"
5638   title: "VPP MRR Configuration 2n-dnv"
5639   algorithm: "file_test_results"
5640   output-file-ext: ".rst"
5641   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
5642   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"
5643   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5644   data: "vpp-mrr-results-2n-dnv"
5645   filter: "'MRR'"
5646   parameters:
5647   - "name"
5648   - "doc"
5649   - "level"
5650   - "parent"
5651   data-start-level: 3
5652
5653 # VPP Device Results - Ubuntu
5654 - type: "file"
5655   title: "VPP Device Results - Ubuntu"
5656   algorithm: "file_test_results"
5657   output-file-ext: ".rst"
5658   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5659   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"
5660   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5661   data: "vpp-device-results-ubuntu"
5662   filter: "all"
5663   parameters:
5664   - "name"
5665   - "doc"
5666   - "level"
5667   - "parent"
5668   data-start-level: 2
5669
5670 # VPP Device Configuration - Ubuntu
5671 - type: "file"
5672   title: "VPP Device Configuration - Ubuntu"
5673   algorithm: "file_test_results"
5674   output-file-ext: ".rst"
5675   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5676   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"
5677   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5678   data: "vpp-device-results-ubuntu"
5679   filter: "all"
5680   parameters:
5681   - "name"
5682   - "doc"
5683   - "level"
5684   - "parent"
5685   data-start-level: 2
5686
5687 # DPDK Performance Results 3n-hsw
5688 - type: "file"
5689   title: "DPDK Performance Results 3n-hsw"
5690   algorithm: "file_test_results"
5691   output-file-ext: ".rst"
5692   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5693   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"
5694   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5695   data: "dpdk-perf-results-3n-hsw"
5696   filter: "all"
5697   parameters:
5698   - "name"
5699   - "doc"
5700   - "level"
5701   - "parent"
5702   data-start-level: 3
5703
5704 ## DPDK Performance Results 3n-skx
5705 #- type: "file"
5706 #  title: "DPDK Performance Results 3n-skx"
5707 #  algorithm: "file_test_results"
5708 #  output-file-ext: ".rst"
5709 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5710 #  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"
5711 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5712 #  data: "dpdk-perf-results-3n-skx"
5713 #  filter: "all"
5714 #  parameters:
5715 #  - "name"
5716 #  - "doc"
5717 #  - "level"
5718 #  - "parent"
5719 #  data-start-level: 3
5720 #
5721 ## DPDK Performance Results 2n-skx
5722 #- type: "file"
5723 #  title: "DPDK Performance Results 2n-skx"
5724 #  algorithm: "file_test_results"
5725 #  output-file-ext: ".rst"
5726 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5727 #  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"
5728 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5729 #  data: "dpdk-perf-results-2n-skx"
5730 #  filter: "all"
5731 #  parameters:
5732 #  - "name"
5733 #  - "doc"
5734 #  - "level"
5735 #  - "parent"
5736 #  data-start-level: 3
5737
5738 # DPDK Performance Results 2n-clx
5739 - type: "file"
5740   title: "DPDK Performance Results 2n-clx"
5741   algorithm: "file_test_results"
5742   output-file-ext: ".rst"
5743   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5744   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"
5745   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5746   data: "dpdk-perf-results-2n-clx"
5747   filter: "all"
5748   parameters:
5749   - "name"
5750   - "doc"
5751   - "level"
5752   - "parent"
5753   data-start-level: 3
5754
5755 ################################################################################
5756 ###                                P L O T S                                 ###
5757 ################################################################################
5758
5759 # Plots VPP HTTP Server Performance
5760 - type: "plot"
5761   title: "VPP HTTP Server Performance"
5762   algorithm: "plot_http_server_perf_box"
5763   output-file-type: ".html"
5764   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5765   data:
5766     "plot-vpp-http-server-performance"
5767   # Keep this formatting, the filter is enclosed with " (quotation mark) and
5768   # each tag is enclosed with ' (apostrophe).
5769   filter: "'HTTP' and 'TCP_CPS'"
5770   parameters:
5771   - "result"
5772   - "name"
5773   traces:
5774     hoverinfo: "y+name"
5775     boxpoints: "outliers"
5776     whiskerwidth: 0
5777   layout:
5778     title: "VPP HTTP Server Performance"
5779     layout:
5780       "plot-cps"
5781
5782 - type: "plot"
5783   title: "VPP HTTP Server Performance"
5784   algorithm: "plot_http_server_perf_box"
5785   output-file-type: ".html"
5786   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
5787   data:
5788     "plot-vpp-http-server-performance"
5789   filter: "'HTTP' and 'TCP_RPS'"
5790   parameters:
5791   - "result"
5792   - "name"
5793   traces:
5794     hoverinfo: "y+name"
5795     boxpoints: "outliers"
5796     whiskerwidth: 0
5797   layout:
5798     title: "VPP HTTP Server Performance"
5799     layout:
5800       "plot-rps"
5801
5802 ################################################################################
5803
5804 ## Soak Test (PLRsearch), boxes
5805 #- type: "plot"
5806 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
5807 #  algorithm: "plot_perf_box_name"
5808 #  output-file-type: ".html"
5809 #  output-file: "{DIR[STATIC,VPP]}/soak-test-1"
5810 #  data: "plot-vpp-soak-2n-skx"
5811 #  include:
5812 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Soak.64B-2t1c-avf-eth-l2patch-soak"
5813 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
5814 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
5815 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Soak.64B-2t1c-eth-l2patch-soak"
5816 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
5817 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
5818 #  layout:
5819 #    title: "30 Minutes Soak Test (PLRsearch)"
5820 #    layout: "plot-soak-throughput"
5821 #
5822 ## Soak Test (PLRsearch), boxes
5823 #- type: "plot"
5824 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
5825 #  algorithm: "plot_perf_box_name"
5826 #  output-file-type: ".html"
5827 #  output-file: "{DIR[STATIC,VPP]}/soak-test-2"
5828 #  data: "plot-vpp-soak-2n-skx"
5829 #  include:
5830 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-soak"
5831 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
5832 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
5833 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
5834 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
5835 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
5836 #  layout:
5837 #    title: "30 Minutes Soak Test (PLRsearch)"
5838 #    layout: "plot-soak-throughput"
5839
5840 ###############################################################################
5841
5842 #- type: "plot"
5843 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5844 #  algorithm: "plot_nf_reconf_box_name"
5845 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
5846 #  data: "plot-vpp-nfv-reconf-2n-skx"
5847 #  include:
5848 #    - "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"
5849 #    - "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"
5850 #    - "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"
5851 #    - "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"
5852 #    - "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"
5853 #    - "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"
5854 #  layout:
5855 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5856 #    layout: "plot-throughput"
5857 #
5858 #- type: "plot"
5859 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5860 #  algorithm: "plot_nf_reconf_box_name"
5861 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
5862 #  data: "plot-vpp-nfv-reconf-2n-skx"
5863 #  include:
5864 #    - "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"
5865 #    - "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"
5866 #    - "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"
5867 #    - "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"
5868 #    - "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"
5869 #    - "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"
5870 #  layout:
5871 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5872 #    layout: "plot-throughput"
5873 #
5874 #- type: "plot"
5875 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5876 #  algorithm: "plot_nf_reconf_box_name"
5877 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
5878 #  data: "plot-vpp-nfv-reconf-2n-skx"
5879 #  include:
5880 #    - "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"
5881 #    - "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"
5882 #    - "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"
5883 #    - "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"
5884 #    - "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"
5885 #    - "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"
5886 #  layout:
5887 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5888 #    layout: "plot-throughput"
5889 #
5890 ################################################################################
5891 ## Plots - NF Density - VSC - MRR 64b
5892 #- type: "plot"
5893 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5894 #  algorithm: "plot_nf_heatmap"
5895 #  output-file-type: ".html"
5896 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
5897 #  data: "plot-vpp-nfv-2n-skx-mrr"
5898 #  filter: "'NIC_Intel-XXV710' and
5899 #           'NF_DENSITY' and
5900 #           'VHOST' and
5901 #           not 'VXLAN' and
5902 #           'CHAIN' and
5903 #           'NF_VPPIP4' and
5904 #           '64B' and
5905 #           '2T1C' and
5906 #           'MRR'"
5907 #  parameters:
5908 #  - "result"
5909 #  - "name"
5910 #  - "tags"
5911 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5912 #  x-axis: "X = VNFs per Service Chain"
5913 #  y-axis: "Y = Number of Service Chains"
5914 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5915 #  layout:
5916 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5917 #    layout: "plot-service-density"
5918 #
5919 #- type: "plot"
5920 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5921 #  algorithm: "plot_nf_heatmap"
5922 #  output-file-type: ".html"
5923 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
5924 #  data: "plot-vpp-nfv-2n-skx-mrr"
5925 #  filter: "'NIC_Intel-XXV710' and
5926 #           'NF_DENSITY' and
5927 #           'VHOST' and
5928 #           not 'VXLAN' and
5929 #           'CHAIN' and
5930 #           'NF_VPPIP4' and
5931 #           '64B' and
5932 #           '4T2C' and
5933 #           'MRR'"
5934 #  parameters:
5935 #  - "result"
5936 #  - "name"
5937 #  - "tags"
5938 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5939 #  x-axis: "X = VNFs per Service Chain"
5940 #  y-axis: "Y = Number of Service Chains"
5941 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5942 #  layout:
5943 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5944 #    layout: "plot-service-density"
5945 #
5946 #- type: "plot"
5947 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5948 #  algorithm: "plot_nf_heatmap"
5949 #  output-file-type: ".html"
5950 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
5951 #  data: "plot-vpp-nfv-2n-skx-mrr"
5952 #  filter: "'NIC_Intel-XXV710' and
5953 #           'NF_DENSITY' and
5954 #           'VHOST' and
5955 #           not 'VXLAN' and
5956 #           'CHAIN' and
5957 #           'NF_VPPIP4' and
5958 #           '64B' and
5959 #           '8T4C' and
5960 #           'MRR'"
5961 #  parameters:
5962 #  - "result"
5963 #  - "name"
5964 #  - "tags"
5965 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5966 #  x-axis: "X = VNFs per Service Chain"
5967 #  y-axis: "Y = Number of Service Chains"
5968 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5969 #  layout:
5970 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5971 #    layout: "plot-service-density"
5972 #
5973 ## Plots - NF Density - VSC - MRR IMIX
5974 #- type: "plot"
5975 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5976 #  algorithm: "plot_nf_heatmap"
5977 #  output-file-type: ".html"
5978 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
5979 #  data: "plot-vpp-nfv-2n-skx-mrr"
5980 #  filter: "'NIC_Intel-XXV710' and
5981 #           'NF_DENSITY' and
5982 #           'VHOST' and
5983 #           not 'VXLAN' and
5984 #           'CHAIN' and
5985 #           'NF_VPPIP4' and
5986 #           'IMIX' and
5987 #           '2T1C' and
5988 #           'MRR'"
5989 #  parameters:
5990 #  - "result"
5991 #  - "name"
5992 #  - "tags"
5993 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5994 #  x-axis: "X = VNFs per Service Chain"
5995 #  y-axis: "Y = Number of Service Chains"
5996 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5997 #  layout:
5998 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5999 #    layout: "plot-service-density"
6000 #
6001 #- type: "plot"
6002 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6003 #  algorithm: "plot_nf_heatmap"
6004 #  output-file-type: ".html"
6005 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6006 #  data: "plot-vpp-nfv-2n-skx-mrr"
6007 #  filter: "'NIC_Intel-XXV710' and
6008 #           'NF_DENSITY' and
6009 #           'VHOST' and
6010 #           not 'VXLAN' and
6011 #           'CHAIN' and
6012 #           'NF_VPPIP4' and
6013 #           'IMIX' and
6014 #           '4T2C' and
6015 #           'MRR'"
6016 #  parameters:
6017 #  - "result"
6018 #  - "name"
6019 #  - "tags"
6020 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6021 #  x-axis: "X = VNFs per Service Chain"
6022 #  y-axis: "Y = Number of Service Chains"
6023 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6024 #  layout:
6025 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6026 #    layout: "plot-service-density"
6027 #
6028 #- type: "plot"
6029 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6030 #  algorithm: "plot_nf_heatmap"
6031 #  output-file-type: ".html"
6032 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6033 #  data: "plot-vpp-nfv-2n-skx-mrr"
6034 #  filter: "'NIC_Intel-XXV710' and
6035 #           'NF_DENSITY' and
6036 #           'VHOST' and
6037 #           not 'VXLAN' and
6038 #           'CHAIN' and
6039 #           'NF_VPPIP4' and
6040 #           'IMIX' and
6041 #           '8T4C' and
6042 #           'MRR'"
6043 #  parameters:
6044 #  - "result"
6045 #  - "name"
6046 #  - "tags"
6047 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6048 #  x-axis: "X = VNFs per Service Chain"
6049 #  y-axis: "Y = Number of Service Chains"
6050 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6051 #  layout:
6052 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6053 #    layout: "plot-service-density"
6054 #
6055 ## Plots - NF Density - VSC - NDR 64b
6056 #- type: "plot"
6057 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6058 #  algorithm: "plot_nf_heatmap"
6059 #  output-file-type: ".html"
6060 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6061 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6062 #  filter: "'NIC_Intel-XXV710' and
6063 #           'NF_DENSITY' and
6064 #           'VHOST' and
6065 #           not 'VXLAN' and
6066 #           'CHAIN' and
6067 #           'NF_VPPIP4' and
6068 #           '64B' and
6069 #           '2T1C' and
6070 #           'NDRPDR'"
6071 #  parameters:
6072 #  - "throughput"
6073 #  - "name"
6074 #  - "tags"
6075 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6076 #  x-axis: "X = VNFs per Service Chain"
6077 #  y-axis: "Y = Number of Service Chains"
6078 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6079 #  layout:
6080 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6081 #    layout: "plot-service-density"
6082 #
6083 #- type: "plot"
6084 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6085 #  algorithm: "plot_nf_heatmap"
6086 #  output-file-type: ".html"
6087 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6088 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6089 #  filter: "'NIC_Intel-XXV710' and
6090 #           'NF_DENSITY' and
6091 #           'VHOST' and
6092 #           not 'VXLAN' and
6093 #           'CHAIN' and
6094 #           'NF_VPPIP4' and
6095 #           '64B' and
6096 #           '4T2C' and
6097 #           'NDRPDR'"
6098 #  parameters:
6099 #  - "throughput"
6100 #  - "name"
6101 #  - "tags"
6102 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6103 #  x-axis: "X = VNFs per Service Chain"
6104 #  y-axis: "Y = Number of Service Chains"
6105 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6106 #  layout:
6107 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6108 #    layout: "plot-service-density"
6109 #
6110 #- type: "plot"
6111 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6112 #  algorithm: "plot_nf_heatmap"
6113 #  output-file-type: ".html"
6114 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6115 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6116 #  filter: "'NIC_Intel-XXV710' and
6117 #           'NF_DENSITY' and
6118 #           'VHOST' and
6119 #           not 'VXLAN' and
6120 #           'CHAIN' and
6121 #           'NF_VPPIP4' and
6122 #           '64B' and
6123 #           '8T4C' and
6124 #           'NDRPDR'"
6125 #  parameters:
6126 #  - "throughput"
6127 #  - "name"
6128 #  - "tags"
6129 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6130 #  x-axis: "X = VNFs per Service Chain"
6131 #  y-axis: "Y = Number of Service Chains"
6132 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6133 #  layout:
6134 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6135 #    layout: "plot-service-density"
6136 #
6137 ## Plots - NF Density - VSC - NDR IMIX
6138 #- type: "plot"
6139 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6140 #  algorithm: "plot_nf_heatmap"
6141 #  output-file-type: ".html"
6142 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6143 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6144 #  filter: "'NIC_Intel-XXV710' and
6145 #           'NF_DENSITY' and
6146 #           'VHOST' and
6147 #           not 'VXLAN' and
6148 #           'CHAIN' and
6149 #           'NF_VPPIP4' and
6150 #           'IMIX' and
6151 #           '2T1C' and
6152 #           'NDRPDR'"
6153 #  parameters:
6154 #  - "throughput"
6155 #  - "name"
6156 #  - "tags"
6157 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6158 #  x-axis: "X = VNFs per Service Chain"
6159 #  y-axis: "Y = Number of Service Chains"
6160 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6161 #  layout:
6162 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6163 #    layout: "plot-service-density"
6164 #
6165 #- type: "plot"
6166 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6167 #  algorithm: "plot_nf_heatmap"
6168 #  output-file-type: ".html"
6169 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6170 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6171 #  filter: "'NIC_Intel-XXV710' and
6172 #           'NF_DENSITY' and
6173 #           'VHOST' and
6174 #           not 'VXLAN' and
6175 #           'CHAIN' and
6176 #           'NF_VPPIP4' and
6177 #           'IMIX' and
6178 #           '4T2C' and
6179 #           'NDRPDR'"
6180 #  parameters:
6181 #  - "throughput"
6182 #  - "name"
6183 #  - "tags"
6184 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6185 #  x-axis: "X = VNFs per Service Chain"
6186 #  y-axis: "Y = Number of Service Chains"
6187 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6188 #  layout:
6189 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6190 #    layout: "plot-service-density"
6191 #
6192 #- type: "plot"
6193 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6194 #  algorithm: "plot_nf_heatmap"
6195 #  output-file-type: ".html"
6196 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6197 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6198 #  filter: "'NIC_Intel-XXV710' and
6199 #           'NF_DENSITY' and
6200 #           'VHOST' and
6201 #           not 'VXLAN' and
6202 #           'CHAIN' and
6203 #           'NF_VPPIP4' and
6204 #           'IMIX' and
6205 #           '8T4C' and
6206 #           'NDRPDR'"
6207 #  parameters:
6208 #  - "throughput"
6209 #  - "name"
6210 #  - "tags"
6211 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6212 #  x-axis: "X = VNFs per Service Chain"
6213 #  y-axis: "Y = Number of Service Chains"
6214 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6215 #  layout:
6216 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6217 #    layout: "plot-service-density"
6218 #
6219 ## Plots - NF Density - VSC - PDR 64b
6220 #- type: "plot"
6221 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6222 #  algorithm: "plot_nf_heatmap"
6223 #  output-file-type: ".html"
6224 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6225 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6226 #  filter: "'NIC_Intel-XXV710' and
6227 #           'NF_DENSITY' and
6228 #           'VHOST' and
6229 #           not 'VXLAN' and
6230 #           'CHAIN' and
6231 #           'NF_VPPIP4' and
6232 #           '64B' and
6233 #           '2T1C' and
6234 #           'NDRPDR'"
6235 #  parameters:
6236 #  - "throughput"
6237 #  - "name"
6238 #  - "tags"
6239 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6240 #  x-axis: "X = VNFs per Service Chain"
6241 #  y-axis: "Y = Number of Service Chains"
6242 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6243 #  layout:
6244 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6245 #    layout: "plot-service-density"
6246 #
6247 #- type: "plot"
6248 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6249 #  algorithm: "plot_nf_heatmap"
6250 #  output-file-type: ".html"
6251 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6252 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6253 #  filter: "'NIC_Intel-XXV710' and
6254 #           'NF_DENSITY' and
6255 #           'VHOST' and
6256 #           not 'VXLAN' and
6257 #           'CHAIN' and
6258 #           'NF_VPPIP4' and
6259 #           '64B' and
6260 #           '4T2C' and
6261 #           'NDRPDR'"
6262 #  parameters:
6263 #  - "throughput"
6264 #  - "name"
6265 #  - "tags"
6266 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6267 #  x-axis: "X = VNFs per Service Chain"
6268 #  y-axis: "Y = Number of Service Chains"
6269 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6270 #  layout:
6271 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6272 #    layout: "plot-service-density"
6273 #
6274 #- type: "plot"
6275 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6276 #  algorithm: "plot_nf_heatmap"
6277 #  output-file-type: ".html"
6278 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6279 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6280 #  filter: "'NIC_Intel-XXV710' and
6281 #           'NF_DENSITY' and
6282 #           'VHOST' and
6283 #           not 'VXLAN' and
6284 #           'CHAIN' and
6285 #           'NF_VPPIP4' and
6286 #           '64B' and
6287 #           '8T4C' and
6288 #           'NDRPDR'"
6289 #  parameters:
6290 #  - "throughput"
6291 #  - "name"
6292 #  - "tags"
6293 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6294 #  x-axis: "X = VNFs per Service Chain"
6295 #  y-axis: "Y = Number of Service Chains"
6296 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6297 #  layout:
6298 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6299 #    layout: "plot-service-density"
6300 #
6301 ## Plots - NF Density - VSC - PDR IMIX
6302 #- type: "plot"
6303 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6304 #  algorithm: "plot_nf_heatmap"
6305 #  output-file-type: ".html"
6306 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6307 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6308 #  filter: "'NIC_Intel-XXV710' and
6309 #           'NF_DENSITY' and
6310 #           'VHOST' and
6311 #           not 'VXLAN' and
6312 #           'CHAIN' and
6313 #           'NF_VPPIP4' and
6314 #           'IMIX' and
6315 #           '2T1C' and
6316 #           'NDRPDR'"
6317 #  parameters:
6318 #  - "throughput"
6319 #  - "name"
6320 #  - "tags"
6321 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6322 #  x-axis: "X = VNFs per Service Chain"
6323 #  y-axis: "Y = Number of Service Chains"
6324 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6325 #  layout:
6326 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6327 #    layout: "plot-service-density"
6328 #
6329 #- type: "plot"
6330 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6331 #  algorithm: "plot_nf_heatmap"
6332 #  output-file-type: ".html"
6333 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6334 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6335 #  filter: "'NIC_Intel-XXV710' and
6336 #           'NF_DENSITY' and
6337 #           'VHOST' and
6338 #           not 'VXLAN' and
6339 #           'CHAIN' and
6340 #           'NF_VPPIP4' and
6341 #           'IMIX' and
6342 #           '4T2C' and
6343 #           'NDRPDR'"
6344 #  parameters:
6345 #  - "throughput"
6346 #  - "name"
6347 #  - "tags"
6348 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6349 #  x-axis: "X = VNFs per Service Chain"
6350 #  y-axis: "Y = Number of Service Chains"
6351 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6352 #  layout:
6353 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6354 #    layout: "plot-service-density"
6355 #
6356 #- type: "plot"
6357 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6358 #  algorithm: "plot_nf_heatmap"
6359 #  output-file-type: ".html"
6360 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6361 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6362 #  filter: "'NIC_Intel-XXV710' and
6363 #           'NF_DENSITY' and
6364 #           'VHOST' and
6365 #           not 'VXLAN' and
6366 #           'CHAIN' and
6367 #           'NF_VPPIP4' and
6368 #           'IMIX' and
6369 #           '8T4C' and
6370 #           'NDRPDR'"
6371 #  parameters:
6372 #  - "throughput"
6373 #  - "name"
6374 #  - "tags"
6375 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6376 #  x-axis: "X = VNFs per Service Chain"
6377 #  y-axis: "Y = Number of Service Chains"
6378 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6379 #  layout:
6380 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6381 #    layout: "plot-service-density"
6382 #
6383 ################################################################################
6384 ## Plots - NF Density - VSC - MRR 64b
6385 #- type: "plot"
6386 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6387 #  algorithm: "plot_nf_heatmap"
6388 #  output-file-type: ".html"
6389 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6390 #  data: "plot-vpp-nfv-2n-skx-mrr"
6391 #  filter: "'NIC_Intel-XXV710' and
6392 #           'NF_DENSITY' and
6393 #           'VHOST' and
6394 #           'VXLAN' and
6395 #           'CHAIN' and
6396 #           '118' and
6397 #           '2T1C' and
6398 #           'MRR'"
6399 #  parameters:
6400 #  - "result"
6401 #  - "name"
6402 #  - "tags"
6403 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6404 #  x-axis: "X = VNFs per Service Chain"
6405 #  y-axis: "Y = Number of Service Chains"
6406 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6407 #  layout:
6408 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6409 #    layout: "plot-service-density"
6410 #
6411 #- type: "plot"
6412 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6413 #  algorithm: "plot_nf_heatmap"
6414 #  output-file-type: ".html"
6415 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6416 #  data: "plot-vpp-nfv-2n-skx-mrr"
6417 #  filter: "'NIC_Intel-XXV710' and
6418 #           'NF_DENSITY' and
6419 #           'VHOST' and
6420 #           'VXLAN' and
6421 #           'CHAIN' and
6422 #           '118' and
6423 #           '4T2C' and
6424 #           'MRR'"
6425 #  parameters:
6426 #  - "result"
6427 #  - "name"
6428 #  - "tags"
6429 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6430 #  x-axis: "X = VNFs per Service Chain"
6431 #  y-axis: "Y = Number of Service Chains"
6432 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6433 #  layout:
6434 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6435 #    layout: "plot-service-density"
6436 #
6437 #- type: "plot"
6438 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6439 #  algorithm: "plot_nf_heatmap"
6440 #  output-file-type: ".html"
6441 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6442 #  data: "plot-vpp-nfv-2n-skx-mrr"
6443 #  filter: "'NIC_Intel-XXV710' and
6444 #           'NF_DENSITY' and
6445 #           'VHOST' and
6446 #           'VXLAN' and
6447 #           'CHAIN' and
6448 #           '118' and
6449 #           '8T4C' and
6450 #           'MRR'"
6451 #  parameters:
6452 #  - "result"
6453 #  - "name"
6454 #  - "tags"
6455 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6456 #  x-axis: "X = VNFs per Service Chain"
6457 #  y-axis: "Y = Number of Service Chains"
6458 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6459 #  layout:
6460 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6461 #    layout: "plot-service-density"
6462 #
6463 ## Plots - NF Density - VSC - MRR IMIX
6464 #- type: "plot"
6465 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6466 #  algorithm: "plot_nf_heatmap"
6467 #  output-file-type: ".html"
6468 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6469 #  data: "plot-vpp-nfv-2n-skx-mrr"
6470 #  filter: "'NIC_Intel-XXV710' and
6471 #           'NF_DENSITY' and
6472 #           'VHOST' and
6473 #           'VXLAN' and
6474 #           'CHAIN' and
6475 #           'IMIX' and
6476 #           '2T1C' and
6477 #           'MRR'"
6478 #  parameters:
6479 #  - "result"
6480 #  - "name"
6481 #  - "tags"
6482 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6483 #  x-axis: "X = VNFs per Service Chain"
6484 #  y-axis: "Y = Number of Service Chains"
6485 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6486 #  layout:
6487 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6488 #    layout: "plot-service-density"
6489 #
6490 #- type: "plot"
6491 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6492 #  algorithm: "plot_nf_heatmap"
6493 #  output-file-type: ".html"
6494 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
6495 #  data: "plot-vpp-nfv-2n-skx-mrr"
6496 #  filter: "'NIC_Intel-XXV710' and
6497 #           'NF_DENSITY' and
6498 #           'VHOST' and
6499 #           'VXLAN' and
6500 #           'CHAIN' and
6501 #           'IMIX' and
6502 #           '4T2C' and
6503 #           'MRR'"
6504 #  parameters:
6505 #  - "result"
6506 #  - "name"
6507 #  - "tags"
6508 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6509 #  x-axis: "X = VNFs per Service Chain"
6510 #  y-axis: "Y = Number of Service Chains"
6511 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6512 #  layout:
6513 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6514 #    layout: "plot-service-density"
6515 #
6516 #- type: "plot"
6517 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6518 #  algorithm: "plot_nf_heatmap"
6519 #  output-file-type: ".html"
6520 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
6521 #  data: "plot-vpp-nfv-2n-skx-mrr"
6522 #  filter: "'NIC_Intel-XXV710' and
6523 #           'NF_DENSITY' and
6524 #           'VHOST' and
6525 #           'VXLAN' and
6526 #           'CHAIN' and
6527 #           'IMIX' and
6528 #           '8T4C' and
6529 #           'MRR'"
6530 #  parameters:
6531 #  - "result"
6532 #  - "name"
6533 #  - "tags"
6534 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6535 #  x-axis: "X = VNFs per Service Chain"
6536 #  y-axis: "Y = Number of Service Chains"
6537 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6538 #  layout:
6539 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6540 #    layout: "plot-service-density"
6541 #
6542 ## Plots - NF Density - VSC - NDR 64b
6543 #- type: "plot"
6544 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6545 #  algorithm: "plot_nf_heatmap"
6546 #  output-file-type: ".html"
6547 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
6548 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6549 #  filter: "'NIC_Intel-XXV710' and
6550 #           'NF_DENSITY' and
6551 #           'VHOST' and
6552 #           'VXLAN' and
6553 #           'CHAIN' and
6554 #           '118' and
6555 #           '2T1C' and
6556 #           'NDRPDR'"
6557 #  parameters:
6558 #  - "throughput"
6559 #  - "name"
6560 #  - "tags"
6561 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6562 #  x-axis: "X = VNFs per Service Chain"
6563 #  y-axis: "Y = Number of Service Chains"
6564 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6565 #  layout:
6566 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6567 #    layout: "plot-service-density"
6568 #
6569 #- type: "plot"
6570 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6571 #  algorithm: "plot_nf_heatmap"
6572 #  output-file-type: ".html"
6573 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
6574 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6575 #  filter: "'NIC_Intel-XXV710' and
6576 #           'NF_DENSITY' and
6577 #           'VHOST' and
6578 #           'VXLAN' and
6579 #           'CHAIN' and
6580 #           '118' and
6581 #           '4T2C' and
6582 #           'NDRPDR'"
6583 #  parameters:
6584 #  - "throughput"
6585 #  - "name"
6586 #  - "tags"
6587 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6588 #  x-axis: "X = VNFs per Service Chain"
6589 #  y-axis: "Y = Number of Service Chains"
6590 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6591 #  layout:
6592 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6593 #    layout: "plot-service-density"
6594 #
6595 #- type: "plot"
6596 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6597 #  algorithm: "plot_nf_heatmap"
6598 #  output-file-type: ".html"
6599 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
6600 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6601 #  filter: "'NIC_Intel-XXV710' and
6602 #           'NF_DENSITY' and
6603 #           'VHOST' and
6604 #           'VXLAN' and
6605 #           'CHAIN' and
6606 #           '118' and
6607 #           '8T4C' and
6608 #           'NDRPDR'"
6609 #  parameters:
6610 #  - "throughput"
6611 #  - "name"
6612 #  - "tags"
6613 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6614 #  x-axis: "X = VNFs per Service Chain"
6615 #  y-axis: "Y = Number of Service Chains"
6616 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6617 #  layout:
6618 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6619 #    layout: "plot-service-density"
6620 #
6621 ## Plots - NF Density - VSC - NDR IMIX
6622 #- type: "plot"
6623 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6624 #  algorithm: "plot_nf_heatmap"
6625 #  output-file-type: ".html"
6626 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
6627 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6628 #  filter: "'NIC_Intel-XXV710' and
6629 #           'NF_DENSITY' and
6630 #           'VHOST' and
6631 #           'VXLAN' and
6632 #           'CHAIN' and
6633 #           'IMIX' and
6634 #           '2T1C' and
6635 #           'NDRPDR'"
6636 #  parameters:
6637 #  - "throughput"
6638 #  - "name"
6639 #  - "tags"
6640 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6641 #  x-axis: "X = VNFs per Service Chain"
6642 #  y-axis: "Y = Number of Service Chains"
6643 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6644 #  layout:
6645 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6646 #    layout: "plot-service-density"
6647 #
6648 #- type: "plot"
6649 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6650 #  algorithm: "plot_nf_heatmap"
6651 #  output-file-type: ".html"
6652 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
6653 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6654 #  filter: "'NIC_Intel-XXV710' and
6655 #           'NF_DENSITY' and
6656 #           'VHOST' and
6657 #           'VXLAN' and
6658 #           'CHAIN' and
6659 #           'IMIX' and
6660 #           '4T2C' and
6661 #           'NDRPDR'"
6662 #  parameters:
6663 #  - "throughput"
6664 #  - "name"
6665 #  - "tags"
6666 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6667 #  x-axis: "X = VNFs per Service Chain"
6668 #  y-axis: "Y = Number of Service Chains"
6669 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6670 #  layout:
6671 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6672 #    layout: "plot-service-density"
6673 #
6674 #- type: "plot"
6675 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6676 #  algorithm: "plot_nf_heatmap"
6677 #  output-file-type: ".html"
6678 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
6679 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6680 #  filter: "'NIC_Intel-XXV710' and
6681 #           'NF_DENSITY' and
6682 #           'VHOST' and
6683 #           'VXLAN' and
6684 #           'CHAIN' and
6685 #           'IMIX' and
6686 #           '8T4C' and
6687 #           'NDRPDR'"
6688 #  parameters:
6689 #  - "throughput"
6690 #  - "name"
6691 #  - "tags"
6692 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6693 #  x-axis: "X = VNFs per Service Chain"
6694 #  y-axis: "Y = Number of Service Chains"
6695 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6696 #  layout:
6697 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6698 #    layout: "plot-service-density"
6699 #
6700 ## Plots - NF Density - VSC - PDR 64b
6701 #- type: "plot"
6702 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6703 #  algorithm: "plot_nf_heatmap"
6704 #  output-file-type: ".html"
6705 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
6706 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6707 #  filter: "'NIC_Intel-XXV710' and
6708 #           'NF_DENSITY' and
6709 #           'VHOST' and
6710 #           'VXLAN' and
6711 #           'CHAIN' and
6712 #           '118' and
6713 #           '2T1C' and
6714 #           'NDRPDR'"
6715 #  parameters:
6716 #  - "throughput"
6717 #  - "name"
6718 #  - "tags"
6719 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6720 #  x-axis: "X = VNFs per Service Chain"
6721 #  y-axis: "Y = Number of Service Chains"
6722 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6723 #  layout:
6724 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6725 #    layout: "plot-service-density"
6726 #
6727 #- type: "plot"
6728 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6729 #  algorithm: "plot_nf_heatmap"
6730 #  output-file-type: ".html"
6731 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
6732 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6733 #  filter: "'NIC_Intel-XXV710' and
6734 #           'NF_DENSITY' and
6735 #           'VHOST' and
6736 #           'VXLAN' and
6737 #           'CHAIN' and
6738 #           '118' and
6739 #           '4T2C' and
6740 #           'NDRPDR'"
6741 #  parameters:
6742 #  - "throughput"
6743 #  - "name"
6744 #  - "tags"
6745 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6746 #  x-axis: "X = VNFs per Service Chain"
6747 #  y-axis: "Y = Number of Service Chains"
6748 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6749 #  layout:
6750 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6751 #    layout: "plot-service-density"
6752 #
6753 #- type: "plot"
6754 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6755 #  algorithm: "plot_nf_heatmap"
6756 #  output-file-type: ".html"
6757 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
6758 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6759 #  filter: "'NIC_Intel-XXV710' and
6760 #           'NF_DENSITY' and
6761 #           'VHOST' and
6762 #           'VXLAN' and
6763 #           'CHAIN' and
6764 #           '118' and
6765 #           '8T4C' and
6766 #           'NDRPDR'"
6767 #  parameters:
6768 #  - "throughput"
6769 #  - "name"
6770 #  - "tags"
6771 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6772 #  x-axis: "X = VNFs per Service Chain"
6773 #  y-axis: "Y = Number of Service Chains"
6774 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6775 #  layout:
6776 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6777 #    layout: "plot-service-density"
6778 #
6779 ## Plots - NF Density - VSC - PDR IMIX
6780 #- type: "plot"
6781 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6782 #  algorithm: "plot_nf_heatmap"
6783 #  output-file-type: ".html"
6784 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
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 #           'IMIX' and
6792 #           '2T1C' and
6793 #           'NDRPDR'"
6794 #  parameters:
6795 #  - "throughput"
6796 #  - "name"
6797 #  - "tags"
6798 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6799 #  x-axis: "X = VNFs per Service Chain"
6800 #  y-axis: "Y = Number of Service Chains"
6801 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6802 #  layout:
6803 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6804 #    layout: "plot-service-density"
6805 #
6806 #- type: "plot"
6807 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6808 #  algorithm: "plot_nf_heatmap"
6809 #  output-file-type: ".html"
6810 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
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 #           'IMIX' and
6818 #           '4T2C' and
6819 #           'NDRPDR'"
6820 #  parameters:
6821 #  - "throughput"
6822 #  - "name"
6823 #  - "tags"
6824 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6825 #  x-axis: "X = VNFs per Service Chain"
6826 #  y-axis: "Y = Number of Service Chains"
6827 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6828 #  layout:
6829 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6830 #    layout: "plot-service-density"
6831 #
6832 #- type: "plot"
6833 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6834 #  algorithm: "plot_nf_heatmap"
6835 #  output-file-type: ".html"
6836 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
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 #           'IMIX' and
6844 #           '8T4C' and
6845 #           'NDRPDR'"
6846 #  parameters:
6847 #  - "throughput"
6848 #  - "name"
6849 #  - "tags"
6850 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6851 #  x-axis: "X = VNFs per Service Chain"
6852 #  y-axis: "Y = Number of Service Chains"
6853 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6854 #  layout:
6855 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6856 #    layout: "plot-service-density"
6857 #
6858 ################################################################################
6859 ## Plots - NF Density - CSC - MRR 64b
6860 #- type: "plot"
6861 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6862 #  algorithm: "plot_nf_heatmap"
6863 #  output-file-type: ".html"
6864 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
6865 #  data: "plot-vpp-nfv-2n-skx-mrr"
6866 #  filter: "'NIC_Intel-XXV710' and
6867 #           'NF_DENSITY' and
6868 #           'DOCKER' and
6869 #           'CHAIN' and
6870 #           'NF_VPPIP4' and
6871 #           '64B' and
6872 #           '2T1C' and
6873 #           'MRR'"
6874 #  parameters:
6875 #  - "result"
6876 #  - "name"
6877 #  - "tags"
6878 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6879 #  x-axis: "X = CNFs per Service Chain"
6880 #  y-axis: "Y = Number of Service Chains"
6881 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6882 #  layout:
6883 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6884 #    layout: "plot-service-density"
6885 #
6886 #- type: "plot"
6887 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6888 #  algorithm: "plot_nf_heatmap"
6889 #  output-file-type: ".html"
6890 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
6891 #  data: "plot-vpp-nfv-2n-skx-mrr"
6892 #  filter: "'NIC_Intel-XXV710' and
6893 #           'NF_DENSITY' and
6894 #           'DOCKER' and
6895 #           'CHAIN' and
6896 #           'NF_VPPIP4' and
6897 #           '64B' and
6898 #           '4T2C' and
6899 #           'MRR'"
6900 #  parameters:
6901 #  - "result"
6902 #  - "name"
6903 #  - "tags"
6904 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6905 #  x-axis: "X = CNFs per Service Chain"
6906 #  y-axis: "Y = Number of Service Chains"
6907 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6908 #  layout:
6909 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6910 #    layout: "plot-service-density"
6911 #
6912 #- type: "plot"
6913 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6914 #  algorithm: "plot_nf_heatmap"
6915 #  output-file-type: ".html"
6916 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
6917 #  data: "plot-vpp-nfv-2n-skx-mrr"
6918 #  filter: "'NIC_Intel-XXV710' and
6919 #           'NF_DENSITY' and
6920 #           'DOCKER' and
6921 #           'CHAIN' and
6922 #           'NF_VPPIP4' and
6923 #           '64B' and
6924 #           '8T4C' and
6925 #           'MRR'"
6926 #  parameters:
6927 #  - "result"
6928 #  - "name"
6929 #  - "tags"
6930 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6931 #  x-axis: "X = CNFs per Service Chain"
6932 #  y-axis: "Y = Number of Service Chains"
6933 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6934 #  layout:
6935 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6936 #    layout: "plot-service-density"
6937 #
6938 ## Plots - NF Density - CSC - MRR IMIX
6939 #- type: "plot"
6940 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6941 #  algorithm: "plot_nf_heatmap"
6942 #  output-file-type: ".html"
6943 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
6944 #  data: "plot-vpp-nfv-2n-skx-mrr"
6945 #  filter: "'NIC_Intel-XXV710' and
6946 #           'NF_DENSITY' and
6947 #           'DOCKER' and
6948 #           'CHAIN' and
6949 #           'NF_VPPIP4' and
6950 #           'IMIX' and
6951 #           '2T1C' and
6952 #           'MRR'"
6953 #  parameters:
6954 #  - "result"
6955 #  - "name"
6956 #  - "tags"
6957 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6958 #  x-axis: "X = CNFs per Service Chain"
6959 #  y-axis: "Y = Number of Service Chains"
6960 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6961 #  layout:
6962 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6963 #    layout: "plot-service-density"
6964 #
6965 #- type: "plot"
6966 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6967 #  algorithm: "plot_nf_heatmap"
6968 #  output-file-type: ".html"
6969 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
6970 #  data: "plot-vpp-nfv-2n-skx-mrr"
6971 #  filter: "'NIC_Intel-XXV710' and
6972 #           'NF_DENSITY' and
6973 #           'DOCKER' and
6974 #           'CHAIN' and
6975 #           'NF_VPPIP4' and
6976 #           'IMIX' and
6977 #           '4T2C' and
6978 #           'MRR'"
6979 #  parameters:
6980 #  - "result"
6981 #  - "name"
6982 #  - "tags"
6983 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6984 #  x-axis: "X = CNFs per Service Chain"
6985 #  y-axis: "Y = Number of Service Chains"
6986 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6987 #  layout:
6988 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6989 #    layout: "plot-service-density"
6990 #
6991 #- type: "plot"
6992 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6993 #  algorithm: "plot_nf_heatmap"
6994 #  output-file-type: ".html"
6995 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
6996 #  data: "plot-vpp-nfv-2n-skx-mrr"
6997 #  filter: "'NIC_Intel-XXV710' and
6998 #           'NF_DENSITY' and
6999 #           'DOCKER' and
7000 #           'CHAIN' and
7001 #           'NF_VPPIP4' and
7002 #           'IMIX' and
7003 #           '8T4C' and
7004 #           'MRR'"
7005 #  parameters:
7006 #  - "result"
7007 #  - "name"
7008 #  - "tags"
7009 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7010 #  x-axis: "X = CNFs per Service Chain"
7011 #  y-axis: "Y = Number of Service Chains"
7012 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7013 #  layout:
7014 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7015 #    layout: "plot-service-density"
7016 #
7017 ## Plots - NF Density - CSC - NDR 64b
7018 #- type: "plot"
7019 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7020 #  algorithm: "plot_nf_heatmap"
7021 #  output-file-type: ".html"
7022 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7023 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7024 #  filter: "'NIC_Intel-XXV710' and
7025 #           'NF_DENSITY' and
7026 #           'DOCKER' and
7027 #           'CHAIN' and
7028 #           'NF_VPPIP4' and
7029 #           '64B' and
7030 #           '2T1C' and
7031 #           'NDRPDR'"
7032 #  parameters:
7033 #  - "throughput"
7034 #  - "name"
7035 #  - "tags"
7036 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7037 #  x-axis: "X = CNFs per Service Chain"
7038 #  y-axis: "Y = Number of Service Chains"
7039 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7040 #  layout:
7041 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7042 #    layout: "plot-service-density"
7043 #
7044 #- type: "plot"
7045 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7046 #  algorithm: "plot_nf_heatmap"
7047 #  output-file-type: ".html"
7048 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7049 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7050 #  filter: "'NIC_Intel-XXV710' and
7051 #           'NF_DENSITY' and
7052 #           'DOCKER' and
7053 #           'CHAIN' and
7054 #           'NF_VPPIP4' and
7055 #           '64B' and
7056 #           '4T2C' and
7057 #           'NDRPDR'"
7058 #  parameters:
7059 #  - "throughput"
7060 #  - "name"
7061 #  - "tags"
7062 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7063 #  x-axis: "X = CNFs per Service Chain"
7064 #  y-axis: "Y = Number of Service Chains"
7065 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7066 #  layout:
7067 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7068 #    layout: "plot-service-density"
7069 #
7070 #- type: "plot"
7071 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7072 #  algorithm: "plot_nf_heatmap"
7073 #  output-file-type: ".html"
7074 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7075 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7076 #  filter: "'NIC_Intel-XXV710' and
7077 #           'NF_DENSITY' and
7078 #           'DOCKER' and
7079 #           'CHAIN' and
7080 #           'NF_VPPIP4' and
7081 #           '64B' and
7082 #           '8T4C' and
7083 #           'NDRPDR'"
7084 #  parameters:
7085 #  - "throughput"
7086 #  - "name"
7087 #  - "tags"
7088 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7089 #  x-axis: "X = CNFs per Service Chain"
7090 #  y-axis: "Y = Number of Service Chains"
7091 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7092 #  layout:
7093 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7094 #    layout: "plot-service-density"
7095 #
7096 ## Plots - NF Density - CSC - NDR IMIX
7097 #- type: "plot"
7098 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7099 #  algorithm: "plot_nf_heatmap"
7100 #  output-file-type: ".html"
7101 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7102 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7103 #  filter: "'NIC_Intel-XXV710' and
7104 #           'NF_DENSITY' and
7105 #           'DOCKER' and
7106 #           'CHAIN' and
7107 #           'NF_VPPIP4' and
7108 #           'IMIX' and
7109 #           '2T1C' and
7110 #           'NDRPDR'"
7111 #  parameters:
7112 #  - "throughput"
7113 #  - "name"
7114 #  - "tags"
7115 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7116 #  x-axis: "X = CNFs per Service Chain"
7117 #  y-axis: "Y = Number of Service Chains"
7118 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7119 #  layout:
7120 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7121 #    layout: "plot-service-density"
7122 #
7123 #- type: "plot"
7124 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7125 #  algorithm: "plot_nf_heatmap"
7126 #  output-file-type: ".html"
7127 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7128 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7129 #  filter: "'NIC_Intel-XXV710' and
7130 #           'NF_DENSITY' and
7131 #           'DOCKER' and
7132 #           'CHAIN' and
7133 #           'NF_VPPIP4' and
7134 #           'IMIX' and
7135 #           '4T2C' and
7136 #           'NDRPDR'"
7137 #  parameters:
7138 #  - "throughput"
7139 #  - "name"
7140 #  - "tags"
7141 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7142 #  x-axis: "X = CNFs per Service Chain"
7143 #  y-axis: "Y = Number of Service Chains"
7144 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7145 #  layout:
7146 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7147 #    layout: "plot-service-density"
7148 #
7149 #- type: "plot"
7150 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7151 #  algorithm: "plot_nf_heatmap"
7152 #  output-file-type: ".html"
7153 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7154 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7155 #  filter: "'NIC_Intel-XXV710' and
7156 #           'NF_DENSITY' and
7157 #           'DOCKER' and
7158 #           'CHAIN' and
7159 #           'NF_VPPIP4' and
7160 #           'IMIX' and
7161 #           '8T4C' and
7162 #           'NDRPDR'"
7163 #  parameters:
7164 #  - "throughput"
7165 #  - "name"
7166 #  - "tags"
7167 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7168 #  x-axis: "X = CNFs per Service Chain"
7169 #  y-axis: "Y = Number of Service Chains"
7170 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7171 #  layout:
7172 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7173 #    layout: "plot-service-density"
7174 #
7175 ## Plots - NF Density - CSC - PDR 64b
7176 #- type: "plot"
7177 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7178 #  algorithm: "plot_nf_heatmap"
7179 #  output-file-type: ".html"
7180 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7181 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7182 #  filter: "'NIC_Intel-XXV710' and
7183 #           'NF_DENSITY' and
7184 #           'DOCKER' and
7185 #           'CHAIN' and
7186 #           'NF_VPPIP4' and
7187 #           '64B' and
7188 #           '2T1C' and
7189 #           'NDRPDR'"
7190 #  parameters:
7191 #  - "throughput"
7192 #  - "name"
7193 #  - "tags"
7194 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7195 #  x-axis: "X = CNFs per Service Chain"
7196 #  y-axis: "Y = Number of Service Chains"
7197 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7198 #  layout:
7199 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7200 #    layout: "plot-service-density"
7201 #
7202 #- type: "plot"
7203 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7204 #  algorithm: "plot_nf_heatmap"
7205 #  output-file-type: ".html"
7206 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7207 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7208 #  filter: "'NIC_Intel-XXV710' and
7209 #           'NF_DENSITY' and
7210 #           'DOCKER' and
7211 #           'CHAIN' and
7212 #           'NF_VPPIP4' and
7213 #           '64B' and
7214 #           '4T2C' and
7215 #           'NDRPDR'"
7216 #  parameters:
7217 #  - "throughput"
7218 #  - "name"
7219 #  - "tags"
7220 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7221 #  x-axis: "X = CNFs per Service Chain"
7222 #  y-axis: "Y = Number of Service Chains"
7223 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7224 #  layout:
7225 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7226 #    layout: "plot-service-density"
7227 #
7228 #- type: "plot"
7229 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7230 #  algorithm: "plot_nf_heatmap"
7231 #  output-file-type: ".html"
7232 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7233 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7234 #  filter: "'NIC_Intel-XXV710' and
7235 #           'NF_DENSITY' and
7236 #           'DOCKER' and
7237 #           'CHAIN' and
7238 #           'NF_VPPIP4' and
7239 #           '64B' and
7240 #           '8T4C' and
7241 #           'NDRPDR'"
7242 #  parameters:
7243 #  - "throughput"
7244 #  - "name"
7245 #  - "tags"
7246 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7247 #  x-axis: "X = CNFs per Service Chain"
7248 #  y-axis: "Y = Number of Service Chains"
7249 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7250 #  layout:
7251 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7252 #    layout: "plot-service-density"
7253 #
7254 ## Plots - NF Density - CSC - PDR IMIX
7255 #- type: "plot"
7256 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7257 #  algorithm: "plot_nf_heatmap"
7258 #  output-file-type: ".html"
7259 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
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 #           'IMIX' and
7267 #           '2T1C' and
7268 #           'NDRPDR'"
7269 #  parameters:
7270 #  - "throughput"
7271 #  - "name"
7272 #  - "tags"
7273 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7274 #  x-axis: "X = CNFs per Service Chain"
7275 #  y-axis: "Y = Number of Service Chains"
7276 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7277 #  layout:
7278 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7279 #    layout: "plot-service-density"
7280 #
7281 #- type: "plot"
7282 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7283 #  algorithm: "plot_nf_heatmap"
7284 #  output-file-type: ".html"
7285 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
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 #           'IMIX' and
7293 #           '4T2C' and
7294 #           'NDRPDR'"
7295 #  parameters:
7296 #  - "throughput"
7297 #  - "name"
7298 #  - "tags"
7299 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7300 #  x-axis: "X = CNFs per Service Chain"
7301 #  y-axis: "Y = Number of Service Chains"
7302 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7303 #  layout:
7304 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7305 #    layout: "plot-service-density"
7306 #
7307 #- type: "plot"
7308 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7309 #  algorithm: "plot_nf_heatmap"
7310 #  output-file-type: ".html"
7311 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
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 #           'IMIX' and
7319 #           '8T4C' and
7320 #           'NDRPDR'"
7321 #  parameters:
7322 #  - "throughput"
7323 #  - "name"
7324 #  - "tags"
7325 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7326 #  x-axis: "X = CNFs per Service Chain"
7327 #  y-axis: "Y = Number of Service Chains"
7328 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7329 #  layout:
7330 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7331 #    layout: "plot-service-density"
7332 #
7333 ################################################################################
7334 #
7335 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7336 #- type: "plot"
7337 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7338 #  algorithm: "plot_nf_heatmap"
7339 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7340 #  data: "plot-vpp-nfv-3n-skx-mrr"
7341 #  filter: "'NIC_Intel-XXV710' and
7342 #           'NF_DENSITY' and
7343 #           'DOCKER' and
7344 #           'CHAIN' and
7345 #           'NF_VPPIP4' and
7346 #           'IPSEC' and
7347 #           'TNL_4' and
7348 #           'IMIX' and
7349 #           '2T1C' and
7350 #           'MRR'"
7351 #  parameters:
7352 #  - "result"
7353 #  - "name"
7354 #  - "tags"
7355 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7356 #  x-axis: "X = CNFs per Service Chain"
7357 #  y-axis: "Y = Number of Service Chains"
7358 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7359 #  layout:
7360 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7361 #    layout: "plot-service-density"
7362 #
7363 #- type: "plot"
7364 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7365 #  algorithm: "plot_nf_heatmap"
7366 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7367 #  data: "plot-vpp-nfv-3n-skx-mrr"
7368 #  filter: "'NIC_Intel-XXV710' and
7369 #           'NF_DENSITY' and
7370 #           'DOCKER' and
7371 #           'CHAIN' and
7372 #           'NF_VPPIP4' and
7373 #           'IPSEC' and
7374 #           'TNL_4' and
7375 #           'IMIX' and
7376 #           '4T2C' and
7377 #           'MRR'"
7378 #  parameters:
7379 #  - "result"
7380 #  - "name"
7381 #  - "tags"
7382 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7383 #  x-axis: "X = CNFs per Service Chain"
7384 #  y-axis: "Y = Number of Service Chains"
7385 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7386 #  layout:
7387 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7388 #    layout: "plot-service-density"
7389 #
7390 #- type: "plot"
7391 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7392 #  algorithm: "plot_nf_heatmap"
7393 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7394 #  data: "plot-vpp-nfv-3n-skx-mrr"
7395 #  filter: "'NIC_Intel-XXV710' and
7396 #           'NF_DENSITY' and
7397 #           'DOCKER' and
7398 #           'CHAIN' and
7399 #           'NF_VPPIP4' and
7400 #           'IPSEC' and
7401 #           'TNL_4' and
7402 #           'IMIX' and
7403 #           '8T4C' and
7404 #           'MRR'"
7405 #  parameters:
7406 #  - "result"
7407 #  - "name"
7408 #  - "tags"
7409 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7410 #  x-axis: "X = CNFs per Service Chain"
7411 #  y-axis: "Y = Number of Service Chains"
7412 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7413 #  layout:
7414 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7415 #    layout: "plot-service-density"
7416 #
7417 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7418 #- type: "plot"
7419 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7420 #  algorithm: "plot_nf_heatmap"
7421 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7422 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7423 #  filter: "'NIC_Intel-XXV710' and
7424 #           'NF_DENSITY' and
7425 #           'DOCKER' and
7426 #           'CHAIN' and
7427 #           'NF_VPPIP4' and
7428 #           'IPSEC' and
7429 #           'TNL_4' and
7430 #           'IMIX' and
7431 #           '2T1C' and
7432 #           'NDRPDR'"
7433 #  parameters:
7434 #  - "throughput"
7435 #  - "name"
7436 #  - "tags"
7437 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7438 #  x-axis: "X = CNFs per Service Chain"
7439 #  y-axis: "Y = Number of Service Chains"
7440 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7441 #  layout:
7442 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7443 #    layout: "plot-service-density"
7444 #
7445 #- type: "plot"
7446 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7447 #  algorithm: "plot_nf_heatmap"
7448 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7449 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7450 #  filter: "'NIC_Intel-XXV710' and
7451 #           'NF_DENSITY' and
7452 #           'DOCKER' and
7453 #           'CHAIN' and
7454 #           'NF_VPPIP4' and
7455 #           'IPSEC' and
7456 #           'TNL_4' and
7457 #           'IMIX' and
7458 #           '4T2C' and
7459 #           'NDRPDR'"
7460 #  parameters:
7461 #  - "throughput"
7462 #  - "name"
7463 #  - "tags"
7464 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7465 #  x-axis: "X = CNFs per Service Chain"
7466 #  y-axis: "Y = Number of Service Chains"
7467 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7468 #  layout:
7469 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7470 #    layout: "plot-service-density"
7471 #
7472 #- type: "plot"
7473 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7474 #  algorithm: "plot_nf_heatmap"
7475 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7476 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7477 #  filter: "'NIC_Intel-XXV710' and
7478 #           'NF_DENSITY' and
7479 #           'DOCKER' and
7480 #           'CHAIN' and
7481 #           'NF_VPPIP4' and
7482 #           'IPSEC' and
7483 #           'TNL_4' and
7484 #           'IMIX' and
7485 #           '8T4C' and
7486 #           'NDRPDR'"
7487 #  parameters:
7488 #  - "throughput"
7489 #  - "name"
7490 #  - "tags"
7491 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7492 #  x-axis: "X = CNFs per Service Chain"
7493 #  y-axis: "Y = Number of Service Chains"
7494 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7495 #  layout:
7496 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7497 #    layout: "plot-service-density"
7498 #
7499 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7500 #- type: "plot"
7501 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7502 #  algorithm: "plot_nf_heatmap"
7503 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7504 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7505 #  filter: "'NIC_Intel-XXV710' and
7506 #           'NF_DENSITY' and
7507 #           'DOCKER' and
7508 #           'CHAIN' and
7509 #           'NF_VPPIP4' and
7510 #           'IPSEC' and
7511 #           'TNL_4' and
7512 #           'IMIX' and
7513 #           '2T1C' and
7514 #           'NDRPDR'"
7515 #  parameters:
7516 #  - "throughput"
7517 #  - "name"
7518 #  - "tags"
7519 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7520 #  x-axis: "X = CNFs per Service Chain"
7521 #  y-axis: "Y = Number of Service Chains"
7522 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7523 #  layout:
7524 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7525 #    layout: "plot-service-density"
7526 #
7527 #- type: "plot"
7528 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7529 #  algorithm: "plot_nf_heatmap"
7530 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7531 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7532 #  filter: "'NIC_Intel-XXV710' and
7533 #           'NF_DENSITY' and
7534 #           'DOCKER' and
7535 #           'CHAIN' and
7536 #           'NF_VPPIP4' and
7537 #           'IPSEC' and
7538 #           'TNL_4' and
7539 #           'IMIX' and
7540 #           '4T2C' and
7541 #           'NDRPDR'"
7542 #  parameters:
7543 #  - "throughput"
7544 #  - "name"
7545 #  - "tags"
7546 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7547 #  x-axis: "X = CNFs per Service Chain"
7548 #  y-axis: "Y = Number of Service Chains"
7549 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7550 #  layout:
7551 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7552 #    layout: "plot-service-density"
7553 #
7554 #- type: "plot"
7555 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7556 #  algorithm: "plot_nf_heatmap"
7557 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
7558 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7559 #  filter: "'NIC_Intel-XXV710' and
7560 #           'NF_DENSITY' and
7561 #           'DOCKER' and
7562 #           'CHAIN' and
7563 #           'NF_VPPIP4' and
7564 #           'IPSEC' and
7565 #           'TNL_4' and
7566 #           'IMIX' and
7567 #           '8T4C' and
7568 #           'NDRPDR'"
7569 #  parameters:
7570 #  - "throughput"
7571 #  - "name"
7572 #  - "tags"
7573 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7574 #  x-axis: "X = CNFs per Service Chain"
7575 #  y-axis: "Y = Number of Service Chains"
7576 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7577 #  layout:
7578 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7579 #    layout: "plot-service-density"
7580
7581 ###############################################################################
7582
7583 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7584 - type: "plot"
7585   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7586   algorithm: "plot_nf_heatmap"
7587   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
7588   data: "plot-vpp-nfv-3n-hsw-mrr"
7589   filter: "'NIC_Intel-XL710' and
7590            'NF_DENSITY' and
7591            'DOCKER' and
7592            'CHAIN' and
7593            'NF_VPPIP4' and
7594            'IMIX' and
7595            'TNL_4' and
7596            '1T1C' and
7597            'MRR'"
7598   parameters:
7599   - "result"
7600   - "name"
7601   - "tags"
7602   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7603   x-axis: "X = CNFs per Service Chain"
7604   y-axis: "Y = Number of Service Chains"
7605   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7606   layout:
7607     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7608     layout: "plot-service-density"
7609
7610 - type: "plot"
7611   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7612   algorithm: "plot_nf_heatmap"
7613   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
7614   data: "plot-vpp-nfv-3n-hsw-mrr"
7615   filter: "'NIC_Intel-XL710' and
7616            'NF_DENSITY' and
7617            'DOCKER' and
7618            'CHAIN' and
7619            'NF_VPPIP4' and
7620            'IPSEC' and
7621            'TNL_4' and
7622            'IMIX' and
7623            '2T2C' and
7624            'MRR'"
7625   parameters:
7626   - "result"
7627   - "name"
7628   - "tags"
7629   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7630   x-axis: "X = CNFs per Service Chain"
7631   y-axis: "Y = Number of Service Chains"
7632   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7633   layout:
7634     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7635     layout: "plot-service-density"
7636
7637 - type: "plot"
7638   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7639   algorithm: "plot_nf_heatmap"
7640   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
7641   data: "plot-vpp-nfv-3n-hsw-mrr"
7642   filter: "'NIC_Intel-XL710' and
7643            'NF_DENSITY' and
7644            'DOCKER' and
7645            'CHAIN' and
7646            'NF_VPPIP4' and
7647            'IPSEC' and
7648            'TNL_4' and
7649            'IMIX' and
7650            '4T4C' and
7651            'MRR'"
7652   parameters:
7653   - "result"
7654   - "name"
7655   - "tags"
7656   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7657   x-axis: "X = CNFs per Service Chain"
7658   y-axis: "Y = Number of Service Chains"
7659   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7660   layout:
7661     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7662     layout: "plot-service-density"
7663
7664 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7665 - type: "plot"
7666   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7667   algorithm: "plot_nf_heatmap"
7668   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
7669   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7670   filter: "'NIC_Intel-XL710' and
7671            'NF_DENSITY' and
7672            'DOCKER' and
7673            'CHAIN' and
7674            'NF_VPPIP4' and
7675            'IPSEC' and
7676            'TNL_4' and
7677            'IMIX' and
7678            '1T1C' and
7679            'NDRPDR'"
7680   parameters:
7681   - "throughput"
7682   - "name"
7683   - "tags"
7684   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7685   x-axis: "X = CNFs per Service Chain"
7686   y-axis: "Y = Number of Service Chains"
7687   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7688   layout:
7689     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7690     layout: "plot-service-density"
7691
7692 - type: "plot"
7693   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7694   algorithm: "plot_nf_heatmap"
7695   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
7696   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7697   filter: "'NIC_Intel-XL710' and
7698            'NF_DENSITY' and
7699            'DOCKER' and
7700            'CHAIN' and
7701            'NF_VPPIP4' and
7702            'IPSEC' and
7703            'TNL_4' and
7704            'IMIX' and
7705            '2T2C' and
7706            'NDRPDR'"
7707   parameters:
7708   - "throughput"
7709   - "name"
7710   - "tags"
7711   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7712   x-axis: "X = CNFs per Service Chain"
7713   y-axis: "Y = Number of Service Chains"
7714   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7715   layout:
7716     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7717     layout: "plot-service-density"
7718
7719 - type: "plot"
7720   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7721   algorithm: "plot_nf_heatmap"
7722   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
7723   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7724   filter: "'NIC_Intel-XL710' and
7725            'NF_DENSITY' and
7726            'DOCKER' and
7727            'CHAIN' and
7728            'NF_VPPIP4' and
7729            'IPSEC' and
7730            'TNL_4' and
7731            'IMIX' and
7732            '4T4C' and
7733            'NDRPDR'"
7734   parameters:
7735   - "throughput"
7736   - "name"
7737   - "tags"
7738   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7739   x-axis: "X = CNFs per Service Chain"
7740   y-axis: "Y = Number of Service Chains"
7741   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7742   layout:
7743     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7744     layout: "plot-service-density"
7745
7746 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7747 - type: "plot"
7748   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7749   algorithm: "plot_nf_heatmap"
7750   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
7751   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7752   filter: "'NIC_Intel-XL710' and
7753            'NF_DENSITY' and
7754            'DOCKER' and
7755            'CHAIN' and
7756            'NF_VPPIP4' and
7757            'IPSEC' and
7758            'TNL_4' and
7759            'IMIX' and
7760            '1T1C' and
7761            'NDRPDR'"
7762   parameters:
7763   - "throughput"
7764   - "name"
7765   - "tags"
7766   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7767   x-axis: "X = CNFs per Service Chain"
7768   y-axis: "Y = Number of Service Chains"
7769   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7770   layout:
7771     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7772     layout: "plot-service-density"
7773
7774 - type: "plot"
7775   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7776   algorithm: "plot_nf_heatmap"
7777   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
7778   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7779   filter: "'NIC_Intel-XL710' and
7780            'NF_DENSITY' and
7781            'DOCKER' and
7782            'CHAIN' and
7783            'NF_VPPIP4' and
7784            'IPSEC' and
7785            'TNL_4' and
7786            'IMIX' and
7787            '2T2C' and
7788            'NDRPDR'"
7789   parameters:
7790   - "throughput"
7791   - "name"
7792   - "tags"
7793   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7794   x-axis: "X = CNFs per Service Chain"
7795   y-axis: "Y = Number of Service Chains"
7796   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7797   layout:
7798     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7799     layout: "plot-service-density"
7800
7801 - type: "plot"
7802   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7803   algorithm: "plot_nf_heatmap"
7804   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
7805   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7806   filter: "'NIC_Intel-XL710' and
7807            'NF_DENSITY' and
7808            'DOCKER' and
7809            'CHAIN' and
7810            'NF_VPPIP4' and
7811            'IPSEC' and
7812            'TNL_4' and
7813            'IMIX' and
7814            '4T4C' and
7815            'NDRPDR'"
7816   parameters:
7817   - "throughput"
7818   - "name"
7819   - "tags"
7820   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7821   x-axis: "X = CNFs per Service Chain"
7822   y-axis: "Y = Number of Service Chains"
7823   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7824   layout:
7825     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7826     layout: "plot-service-density"
7827
7828 ###############################################################################
7829
7830 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
7831 #- type: "plot"
7832 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7833 #  algorithm: "plot_nf_heatmap"
7834 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
7835 #  data: "plot-vpp-nfv-3n-skx-mrr"
7836 #  filter: "'NIC_Intel-XXV710' and
7837 #           'NF_DENSITY' and
7838 #           'DOCKER' and
7839 #           'CHAIN' and
7840 #           'NF_VPPIP4' and
7841 #           'IPSEC' and
7842 #           'TNL_1000' and
7843 #           'IMIX' and
7844 #           '2T1C' and
7845 #           'MRR'"
7846 #  parameters:
7847 #  - "result"
7848 #  - "name"
7849 #  - "tags"
7850 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7851 #  x-axis: "X = CNFs per Service Chain"
7852 #  y-axis: "Y = Number of Service Chains"
7853 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7854 #  layout:
7855 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7856 #    layout: "plot-service-density"
7857 #
7858 #- type: "plot"
7859 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7860 #  algorithm: "plot_nf_heatmap"
7861 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
7862 #  data: "plot-vpp-nfv-3n-skx-mrr"
7863 #  filter: "'NIC_Intel-XXV710' and
7864 #           'NF_DENSITY' and
7865 #           'DOCKER' and
7866 #           'CHAIN' and
7867 #           'NF_VPPIP4' and
7868 #           'IPSEC' and
7869 #           'TNL_1000' and
7870 #           'IMIX' and
7871 #           '4T2C' and
7872 #           'MRR'"
7873 #  parameters:
7874 #  - "result"
7875 #  - "name"
7876 #  - "tags"
7877 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7878 #  x-axis: "X = CNFs per Service Chain"
7879 #  y-axis: "Y = Number of Service Chains"
7880 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7881 #  layout:
7882 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7883 #    layout: "plot-service-density"
7884 #
7885 #- type: "plot"
7886 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7887 #  algorithm: "plot_nf_heatmap"
7888 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
7889 #  data: "plot-vpp-nfv-3n-skx-mrr"
7890 #  filter: "'NIC_Intel-XXV710' and
7891 #           'NF_DENSITY' and
7892 #           'DOCKER' and
7893 #           'CHAIN' and
7894 #           'NF_VPPIP4' and
7895 #           'IPSEC' and
7896 #           'TNL_1000' and
7897 #           'IMIX' and
7898 #           '8T4C' and
7899 #           'MRR'"
7900 #  parameters:
7901 #  - "result"
7902 #  - "name"
7903 #  - "tags"
7904 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7905 #  x-axis: "X = CNFs per Service Chain"
7906 #  y-axis: "Y = Number of Service Chains"
7907 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7908 #  layout:
7909 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7910 #    layout: "plot-service-density"
7911 #
7912 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
7913 #- type: "plot"
7914 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7915 #  algorithm: "plot_nf_heatmap"
7916 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
7917 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7918 #  filter: "'NIC_Intel-XXV710' and
7919 #           'NF_DENSITY' and
7920 #           'DOCKER' and
7921 #           'CHAIN' and
7922 #           'NF_VPPIP4' and
7923 #           'IPSEC' and
7924 #           'TNL_1000' and
7925 #           'IMIX' and
7926 #           '2T1C' and
7927 #           'NDRPDR'"
7928 #  parameters:
7929 #  - "throughput"
7930 #  - "name"
7931 #  - "tags"
7932 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7933 #  x-axis: "X = CNFs per Service Chain"
7934 #  y-axis: "Y = Number of Service Chains"
7935 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7936 #  layout:
7937 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7938 #    layout: "plot-service-density"
7939 #
7940 #- type: "plot"
7941 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7942 #  algorithm: "plot_nf_heatmap"
7943 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
7944 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7945 #  filter: "'NIC_Intel-XXV710' and
7946 #           'NF_DENSITY' and
7947 #           'DOCKER' and
7948 #           'CHAIN' and
7949 #           'NF_VPPIP4' and
7950 #           'IPSEC' and
7951 #           'TNL_1000' and
7952 #           'IMIX' and
7953 #           '4T2C' and
7954 #           'NDRPDR'"
7955 #  parameters:
7956 #  - "throughput"
7957 #  - "name"
7958 #  - "tags"
7959 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7960 #  x-axis: "X = CNFs per Service Chain"
7961 #  y-axis: "Y = Number of Service Chains"
7962 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7963 #  layout:
7964 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7965 #    layout: "plot-service-density"
7966 #
7967 #- type: "plot"
7968 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7969 #  algorithm: "plot_nf_heatmap"
7970 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
7971 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7972 #  filter: "'NIC_Intel-XXV710' and
7973 #           'NF_DENSITY' and
7974 #           'DOCKER' and
7975 #           'CHAIN' and
7976 #           'NF_VPPIP4' and
7977 #           'IPSEC' and
7978 #           'TNL_1000' and
7979 #           'IMIX' and
7980 #           '8T4C' and
7981 #           'NDRPDR'"
7982 #  parameters:
7983 #  - "throughput"
7984 #  - "name"
7985 #  - "tags"
7986 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7987 #  x-axis: "X = CNFs per Service Chain"
7988 #  y-axis: "Y = Number of Service Chains"
7989 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7990 #  layout:
7991 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7992 #    layout: "plot-service-density"
7993 #
7994 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
7995 #- type: "plot"
7996 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
7997 #  algorithm: "plot_nf_heatmap"
7998 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
7999 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8000 #  filter: "'NIC_Intel-XXV710' and
8001 #           'NF_DENSITY' and
8002 #           'DOCKER' and
8003 #           'CHAIN' and
8004 #           'NF_VPPIP4' and
8005 #           'IPSEC' and
8006 #           'TNL_1000' and
8007 #           'IMIX' and
8008 #           '2T1C' and
8009 #           'NDRPDR'"
8010 #  parameters:
8011 #  - "throughput"
8012 #  - "name"
8013 #  - "tags"
8014 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8015 #  x-axis: "X = CNFs per Service Chain"
8016 #  y-axis: "Y = Number of Service Chains"
8017 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8018 #  layout:
8019 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8020 #    layout: "plot-service-density"
8021 #
8022 #- type: "plot"
8023 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8024 #  algorithm: "plot_nf_heatmap"
8025 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8026 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8027 #  filter: "'NIC_Intel-XXV710' and
8028 #           'NF_DENSITY' and
8029 #           'DOCKER' and
8030 #           'CHAIN' and
8031 #           'NF_VPPIP4' and
8032 #           'IPSEC' and
8033 #           'TNL_1000' and
8034 #           'IMIX' and
8035 #           '4T2C' and
8036 #           'NDRPDR'"
8037 #  parameters:
8038 #  - "throughput"
8039 #  - "name"
8040 #  - "tags"
8041 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8042 #  x-axis: "X = CNFs per Service Chain"
8043 #  y-axis: "Y = Number of Service Chains"
8044 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8045 #  layout:
8046 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8047 #    layout: "plot-service-density"
8048 #
8049 #- type: "plot"
8050 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8051 #  algorithm: "plot_nf_heatmap"
8052 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8053 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8054 #  filter: "'NIC_Intel-XXV710' and
8055 #           'NF_DENSITY' and
8056 #           'DOCKER' and
8057 #           'CHAIN' and
8058 #           'NF_VPPIP4' and
8059 #           'IPSEC' and
8060 #           'TNL_1000' and
8061 #           'IMIX' and
8062 #           '8T4C' and
8063 #           'NDRPDR'"
8064 #  parameters:
8065 #  - "throughput"
8066 #  - "name"
8067 #  - "tags"
8068 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8069 #  x-axis: "X = CNFs per Service Chain"
8070 #  y-axis: "Y = Number of Service Chains"
8071 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8072 #  layout:
8073 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8074 #    layout: "plot-service-density"
8075
8076 ###############################################################################
8077
8078 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8079 - type: "plot"
8080   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8081   algorithm: "plot_nf_heatmap"
8082   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8083   data: "plot-vpp-nfv-3n-hsw-mrr"
8084   filter: "'NIC_Intel-XL710' and
8085            'NF_DENSITY' and
8086            'DOCKER' and
8087            'CHAIN' and
8088            'NF_VPPIP4' and
8089            'IMIX' and
8090            'TNL_1000' and
8091            '1T1C' and
8092            'MRR'"
8093   parameters:
8094   - "result"
8095   - "name"
8096   - "tags"
8097   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8098   x-axis: "X = CNFs per Service Chain"
8099   y-axis: "Y = Number of Service Chains"
8100   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8101   layout:
8102     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8103     layout: "plot-service-density"
8104
8105 - type: "plot"
8106   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8107   algorithm: "plot_nf_heatmap"
8108   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8109   data: "plot-vpp-nfv-3n-hsw-mrr"
8110   filter: "'NIC_Intel-XL710' and
8111            'NF_DENSITY' and
8112            'DOCKER' and
8113            'CHAIN' and
8114            'NF_VPPIP4' and
8115            'IPSEC' and
8116            'TNL_1000' and
8117            'IMIX' and
8118            '2T2C' and
8119            'MRR'"
8120   parameters:
8121   - "result"
8122   - "name"
8123   - "tags"
8124   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8125   x-axis: "X = CNFs per Service Chain"
8126   y-axis: "Y = Number of Service Chains"
8127   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8128   layout:
8129     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8130     layout: "plot-service-density"
8131
8132 - type: "plot"
8133   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8134   algorithm: "plot_nf_heatmap"
8135   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8136   data: "plot-vpp-nfv-3n-hsw-mrr"
8137   filter: "'NIC_Intel-XL710' and
8138            'NF_DENSITY' and
8139            'DOCKER' and
8140            'CHAIN' and
8141            'NF_VPPIP4' and
8142            'IPSEC' and
8143            'TNL_1000' and
8144            'IMIX' and
8145            '4T4C' and
8146            'MRR'"
8147   parameters:
8148   - "result"
8149   - "name"
8150   - "tags"
8151   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8152   x-axis: "X = CNFs per Service Chain"
8153   y-axis: "Y = Number of Service Chains"
8154   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8155   layout:
8156     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8157     layout: "plot-service-density"
8158
8159 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8160 - type: "plot"
8161   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8162   algorithm: "plot_nf_heatmap"
8163   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8164   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8165   filter: "'NIC_Intel-XL710' and
8166            'NF_DENSITY' and
8167            'DOCKER' and
8168            'CHAIN' and
8169            'NF_VPPIP4' and
8170            'IPSEC' and
8171            'TNL_1000' and
8172            'IMIX' and
8173            '1T1C' and
8174            'NDRPDR'"
8175   parameters:
8176   - "throughput"
8177   - "name"
8178   - "tags"
8179   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8180   x-axis: "X = CNFs per Service Chain"
8181   y-axis: "Y = Number of Service Chains"
8182   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8183   layout:
8184     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8185     layout: "plot-service-density"
8186
8187 - type: "plot"
8188   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8189   algorithm: "plot_nf_heatmap"
8190   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8191   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8192   filter: "'NIC_Intel-XL710' and
8193            'NF_DENSITY' and
8194            'DOCKER' and
8195            'CHAIN' and
8196            'NF_VPPIP4' and
8197            'IPSEC' and
8198            'TNL_1000' and
8199            'IMIX' and
8200            '2T2C' and
8201            'NDRPDR'"
8202   parameters:
8203   - "throughput"
8204   - "name"
8205   - "tags"
8206   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8207   x-axis: "X = CNFs per Service Chain"
8208   y-axis: "Y = Number of Service Chains"
8209   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8210   layout:
8211     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8212     layout: "plot-service-density"
8213
8214 - type: "plot"
8215   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8216   algorithm: "plot_nf_heatmap"
8217   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8218   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8219   filter: "'NIC_Intel-XL710' and
8220            'NF_DENSITY' and
8221            'DOCKER' and
8222            'CHAIN' and
8223            'NF_VPPIP4' and
8224            'IPSEC' and
8225            'TNL_1000' and
8226            'IMIX' and
8227            '4T4C' and
8228            'NDRPDR'"
8229   parameters:
8230   - "throughput"
8231   - "name"
8232   - "tags"
8233   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8234   x-axis: "X = CNFs per Service Chain"
8235   y-axis: "Y = Number of Service Chains"
8236   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8237   layout:
8238     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8239     layout: "plot-service-density"
8240
8241 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8242 - type: "plot"
8243   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8244   algorithm: "plot_nf_heatmap"
8245   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8246   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8247   filter: "'NIC_Intel-XL710' and
8248            'NF_DENSITY' and
8249            'DOCKER' and
8250            'CHAIN' and
8251            'NF_VPPIP4' and
8252            'IPSEC' and
8253            'TNL_1000' and
8254            'IMIX' and
8255            '1T1C' and
8256            'NDRPDR'"
8257   parameters:
8258   - "throughput"
8259   - "name"
8260   - "tags"
8261   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8262   x-axis: "X = CNFs per Service Chain"
8263   y-axis: "Y = Number of Service Chains"
8264   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8265   layout:
8266     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8267     layout: "plot-service-density"
8268
8269 - type: "plot"
8270   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8271   algorithm: "plot_nf_heatmap"
8272   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8273   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8274   filter: "'NIC_Intel-XL710' and
8275            'NF_DENSITY' and
8276            'DOCKER' and
8277            'CHAIN' and
8278            'NF_VPPIP4' and
8279            'IPSEC' and
8280            'TNL_1000' and
8281            'IMIX' and
8282            '2T2C' and
8283            'NDRPDR'"
8284   parameters:
8285   - "throughput"
8286   - "name"
8287   - "tags"
8288   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8289   x-axis: "X = CNFs per Service Chain"
8290   y-axis: "Y = Number of Service Chains"
8291   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8292   layout:
8293     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8294     layout: "plot-service-density"
8295
8296 - type: "plot"
8297   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8298   algorithm: "plot_nf_heatmap"
8299   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8300   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8301   filter: "'NIC_Intel-XL710' and
8302            'NF_DENSITY' and
8303            'DOCKER' and
8304            'CHAIN' and
8305            'NF_VPPIP4' and
8306            'IPSEC' and
8307            'TNL_1000' and
8308            'IMIX' and
8309            '4T4C' and
8310            'NDRPDR'"
8311   parameters:
8312   - "throughput"
8313   - "name"
8314   - "tags"
8315   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8316   x-axis: "X = CNFs per Service Chain"
8317   y-axis: "Y = Number of Service Chains"
8318   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8319   layout:
8320     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8321     layout: "plot-service-density"
8322
8323 ###############################################################################
8324
8325 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8326 #- type: "plot"
8327 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8328 #  algorithm: "plot_nf_heatmap"
8329 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8330 #  data: "plot-vpp-nfv-3n-skx-mrr"
8331 #  filter: "'NIC_Intel-XXV710' and
8332 #           'NF_DENSITY' and
8333 #           'DOCKER' and
8334 #           'CHAIN' and
8335 #           'NF_VPPIP4' and
8336 #           'IPSEC' and
8337 #           'TNL_10000' and
8338 #           'IMIX' and
8339 #           '2T1C' and
8340 #           'MRR'"
8341 #  parameters:
8342 #  - "result"
8343 #  - "name"
8344 #  - "tags"
8345 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8346 #  x-axis: "X = CNFs per Service Chain"
8347 #  y-axis: "Y = Number of Service Chains"
8348 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8349 #  layout:
8350 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8351 #    layout: "plot-service-density"
8352 #
8353 #- type: "plot"
8354 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8355 #  algorithm: "plot_nf_heatmap"
8356 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8357 #  data: "plot-vpp-nfv-3n-skx-mrr"
8358 #  filter: "'NIC_Intel-XXV710' and
8359 #           'NF_DENSITY' and
8360 #           'DOCKER' and
8361 #           'CHAIN' and
8362 #           'NF_VPPIP4' and
8363 #           'IPSEC' and
8364 #           'TNL_10000' and
8365 #           'IMIX' and
8366 #           '4T2C' and
8367 #           'MRR'"
8368 #  parameters:
8369 #  - "result"
8370 #  - "name"
8371 #  - "tags"
8372 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8373 #  x-axis: "X = CNFs per Service Chain"
8374 #  y-axis: "Y = Number of Service Chains"
8375 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8376 #  layout:
8377 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8378 #    layout: "plot-service-density"
8379 #
8380 #- type: "plot"
8381 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8382 #  algorithm: "plot_nf_heatmap"
8383 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8384 #  data: "plot-vpp-nfv-3n-skx-mrr"
8385 #  filter: "'NIC_Intel-XXV710' and
8386 #           'NF_DENSITY' and
8387 #           'DOCKER' and
8388 #           'CHAIN' and
8389 #           'NF_VPPIP4' and
8390 #           'IPSEC' and
8391 #           'TNL_10000' and
8392 #           'IMIX' and
8393 #           '8T4C' and
8394 #           'MRR'"
8395 #  parameters:
8396 #  - "result"
8397 #  - "name"
8398 #  - "tags"
8399 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8400 #  x-axis: "X = CNFs per Service Chain"
8401 #  y-axis: "Y = Number of Service Chains"
8402 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8403 #  layout:
8404 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8405 #    layout: "plot-service-density"
8406 #
8407 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8408 #- type: "plot"
8409 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8410 #  algorithm: "plot_nf_heatmap"
8411 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8412 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8413 #  filter: "'NIC_Intel-XXV710' and
8414 #           'NF_DENSITY' and
8415 #           'DOCKER' and
8416 #           'CHAIN' and
8417 #           'NF_VPPIP4' and
8418 #           'IPSEC' and
8419 #           'TNL_10000' and
8420 #           'IMIX' and
8421 #           '2T1C' and
8422 #           'NDRPDR'"
8423 #  parameters:
8424 #  - "throughput"
8425 #  - "name"
8426 #  - "tags"
8427 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8428 #  x-axis: "X = CNFs per Service Chain"
8429 #  y-axis: "Y = Number of Service Chains"
8430 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8431 #  layout:
8432 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8433 #    layout: "plot-service-density"
8434 #
8435 #- type: "plot"
8436 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8437 #  algorithm: "plot_nf_heatmap"
8438 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8439 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8440 #  filter: "'NIC_Intel-XXV710' and
8441 #           'NF_DENSITY' and
8442 #           'DOCKER' and
8443 #           'CHAIN' and
8444 #           'NF_VPPIP4' and
8445 #           'IPSEC' and
8446 #           'TNL_10000' and
8447 #           'IMIX' and
8448 #           '4T2C' and
8449 #           'NDRPDR'"
8450 #  parameters:
8451 #  - "throughput"
8452 #  - "name"
8453 #  - "tags"
8454 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8455 #  x-axis: "X = CNFs per Service Chain"
8456 #  y-axis: "Y = Number of Service Chains"
8457 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8458 #  layout:
8459 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8460 #    layout: "plot-service-density"
8461 #
8462 #- type: "plot"
8463 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8464 #  algorithm: "plot_nf_heatmap"
8465 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8466 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8467 #  filter: "'NIC_Intel-XXV710' and
8468 #           'NF_DENSITY' and
8469 #           'DOCKER' and
8470 #           'CHAIN' and
8471 #           'NF_VPPIP4' and
8472 #           'IPSEC' and
8473 #           'TNL_10000' and
8474 #           'IMIX' and
8475 #           '8T4C' and
8476 #           'NDRPDR'"
8477 #  parameters:
8478 #  - "throughput"
8479 #  - "name"
8480 #  - "tags"
8481 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8482 #  x-axis: "X = CNFs per Service Chain"
8483 #  y-axis: "Y = Number of Service Chains"
8484 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8485 #  layout:
8486 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8487 #    layout: "plot-service-density"
8488 #
8489 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8490 #- type: "plot"
8491 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8492 #  algorithm: "plot_nf_heatmap"
8493 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8494 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8495 #  filter: "'NIC_Intel-XXV710' and
8496 #           'NF_DENSITY' and
8497 #           'DOCKER' and
8498 #           'CHAIN' and
8499 #           'NF_VPPIP4' and
8500 #           'IPSEC' and
8501 #           'TNL_10000' and
8502 #           'IMIX' and
8503 #           '2T1C' and
8504 #           'NDRPDR'"
8505 #  parameters:
8506 #  - "throughput"
8507 #  - "name"
8508 #  - "tags"
8509 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8510 #  x-axis: "X = CNFs per Service Chain"
8511 #  y-axis: "Y = Number of Service Chains"
8512 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8513 #  layout:
8514 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8515 #    layout: "plot-service-density"
8516 #
8517 #- type: "plot"
8518 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8519 #  algorithm: "plot_nf_heatmap"
8520 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8521 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8522 #  filter: "'NIC_Intel-XXV710' and
8523 #           'NF_DENSITY' and
8524 #           'DOCKER' and
8525 #           'CHAIN' and
8526 #           'NF_VPPIP4' and
8527 #           'IPSEC' and
8528 #           'TNL_10000' and
8529 #           'IMIX' and
8530 #           '4T2C' and
8531 #           'NDRPDR'"
8532 #  parameters:
8533 #  - "throughput"
8534 #  - "name"
8535 #  - "tags"
8536 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8537 #  x-axis: "X = CNFs per Service Chain"
8538 #  y-axis: "Y = Number of Service Chains"
8539 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8540 #  layout:
8541 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8542 #    layout: "plot-service-density"
8543 #
8544 #- type: "plot"
8545 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8546 #  algorithm: "plot_nf_heatmap"
8547 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
8548 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8549 #  filter: "'NIC_Intel-XXV710' and
8550 #           'NF_DENSITY' and
8551 #           'DOCKER' and
8552 #           'CHAIN' and
8553 #           'NF_VPPIP4' and
8554 #           'IPSEC' and
8555 #           'TNL_10000' and
8556 #           'IMIX' and
8557 #           '8T4C' and
8558 #           'NDRPDR'"
8559 #  parameters:
8560 #  - "throughput"
8561 #  - "name"
8562 #  - "tags"
8563 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8564 #  x-axis: "X = CNFs per Service Chain"
8565 #  y-axis: "Y = Number of Service Chains"
8566 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8567 #  layout:
8568 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8569 #    layout: "plot-service-density"
8570
8571 ###############################################################################
8572
8573 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8574 - type: "plot"
8575   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8576   algorithm: "plot_nf_heatmap"
8577   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
8578   data: "plot-vpp-nfv-3n-hsw-mrr"
8579   filter: "'NIC_Intel-XL710' and
8580            'NF_DENSITY' and
8581            'DOCKER' and
8582            'CHAIN' and
8583            'NF_VPPIP4' and
8584            'IMIX' and
8585            'TNL_10000' and
8586            '1T1C' and
8587            'MRR'"
8588   parameters:
8589   - "result"
8590   - "name"
8591   - "tags"
8592   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8593   x-axis: "X = CNFs per Service Chain"
8594   y-axis: "Y = Number of Service Chains"
8595   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8596   layout:
8597     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8598     layout: "plot-service-density"
8599
8600 - type: "plot"
8601   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8602   algorithm: "plot_nf_heatmap"
8603   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
8604   data: "plot-vpp-nfv-3n-hsw-mrr"
8605   filter: "'NIC_Intel-XL710' and
8606            'NF_DENSITY' and
8607            'DOCKER' and
8608            'CHAIN' and
8609            'NF_VPPIP4' and
8610            'IPSEC' and
8611            'TNL_10000' and
8612            'IMIX' and
8613            '2T2C' and
8614            'MRR'"
8615   parameters:
8616   - "result"
8617   - "name"
8618   - "tags"
8619   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8620   x-axis: "X = CNFs per Service Chain"
8621   y-axis: "Y = Number of Service Chains"
8622   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8623   layout:
8624     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8625     layout: "plot-service-density"
8626
8627 - type: "plot"
8628   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8629   algorithm: "plot_nf_heatmap"
8630   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
8631   data: "plot-vpp-nfv-3n-hsw-mrr"
8632   filter: "'NIC_Intel-XL710' and
8633            'NF_DENSITY' and
8634            'DOCKER' and
8635            'CHAIN' and
8636            'NF_VPPIP4' and
8637            'IPSEC' and
8638            'TNL_10000' and
8639            'IMIX' and
8640            '4T4C' and
8641            'MRR'"
8642   parameters:
8643   - "result"
8644   - "name"
8645   - "tags"
8646   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8647   x-axis: "X = CNFs per Service Chain"
8648   y-axis: "Y = Number of Service Chains"
8649   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8650   layout:
8651     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8652     layout: "plot-service-density"
8653
8654 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8655 - type: "plot"
8656   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8657   algorithm: "plot_nf_heatmap"
8658   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
8659   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8660   filter: "'NIC_Intel-XL710' and
8661            'NF_DENSITY' and
8662            'DOCKER' and
8663            'CHAIN' and
8664            'NF_VPPIP4' and
8665            'IPSEC' and
8666            'TNL_10000' and
8667            'IMIX' and
8668            '1T1C' and
8669            'NDRPDR'"
8670   parameters:
8671   - "throughput"
8672   - "name"
8673   - "tags"
8674   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8675   x-axis: "X = CNFs per Service Chain"
8676   y-axis: "Y = Number of Service Chains"
8677   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8678   layout:
8679     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8680     layout: "plot-service-density"
8681
8682 - type: "plot"
8683   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8684   algorithm: "plot_nf_heatmap"
8685   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
8686   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8687   filter: "'NIC_Intel-XL710' and
8688            'NF_DENSITY' and
8689            'DOCKER' and
8690            'CHAIN' and
8691            'NF_VPPIP4' and
8692            'IPSEC' and
8693            'TNL_10000' and
8694            'IMIX' and
8695            '2T2C' and
8696            'NDRPDR'"
8697   parameters:
8698   - "throughput"
8699   - "name"
8700   - "tags"
8701   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8702   x-axis: "X = CNFs per Service Chain"
8703   y-axis: "Y = Number of Service Chains"
8704   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8705   layout:
8706     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8707     layout: "plot-service-density"
8708
8709 - type: "plot"
8710   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8711   algorithm: "plot_nf_heatmap"
8712   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
8713   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8714   filter: "'NIC_Intel-XL710' and
8715            'NF_DENSITY' and
8716            'DOCKER' and
8717            'CHAIN' and
8718            'NF_VPPIP4' and
8719            'IPSEC' and
8720            'TNL_10000' and
8721            'IMIX' and
8722            '4T4C' and
8723            'NDRPDR'"
8724   parameters:
8725   - "throughput"
8726   - "name"
8727   - "tags"
8728   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8729   x-axis: "X = CNFs per Service Chain"
8730   y-axis: "Y = Number of Service Chains"
8731   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8732   layout:
8733     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8734     layout: "plot-service-density"
8735
8736 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8737 - type: "plot"
8738   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8739   algorithm: "plot_nf_heatmap"
8740   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
8741   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8742   filter: "'NIC_Intel-XL710' and
8743            'NF_DENSITY' and
8744            'DOCKER' and
8745            'CHAIN' and
8746            'NF_VPPIP4' and
8747            'IPSEC' and
8748            'TNL_10000' and
8749            'IMIX' and
8750            '1T1C' and
8751            'NDRPDR'"
8752   parameters:
8753   - "throughput"
8754   - "name"
8755   - "tags"
8756   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8757   x-axis: "X = CNFs per Service Chain"
8758   y-axis: "Y = Number of Service Chains"
8759   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8760   layout:
8761     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8762     layout: "plot-service-density"
8763
8764 - type: "plot"
8765   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8766   algorithm: "plot_nf_heatmap"
8767   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
8768   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8769   filter: "'NIC_Intel-XL710' and
8770            'NF_DENSITY' and
8771            'DOCKER' and
8772            'CHAIN' and
8773            'NF_VPPIP4' and
8774            'IPSEC' and
8775            'TNL_10000' and
8776            'IMIX' and
8777            '2T2C' and
8778            'NDRPDR'"
8779   parameters:
8780   - "throughput"
8781   - "name"
8782   - "tags"
8783   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8784   x-axis: "X = CNFs per Service Chain"
8785   y-axis: "Y = Number of Service Chains"
8786   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8787   layout:
8788     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8789     layout: "plot-service-density"
8790
8791 - type: "plot"
8792   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8793   algorithm: "plot_nf_heatmap"
8794   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
8795   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8796   filter: "'NIC_Intel-XL710' and
8797            'NF_DENSITY' and
8798            'DOCKER' and
8799            'CHAIN' and
8800            'NF_VPPIP4' and
8801            'IPSEC' and
8802            'TNL_10000' and
8803            'IMIX' and
8804            '4T4C' and
8805            'NDRPDR'"
8806   parameters:
8807   - "throughput"
8808   - "name"
8809   - "tags"
8810   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8811   x-axis: "X = CNFs per Service Chain"
8812   y-axis: "Y = Number of Service Chains"
8813   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8814   layout:
8815     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8816     layout: "plot-service-density"
8817
8818 ###############################################################################
8819
8820 # Plots - NF Density - CSP - MRR 64b
8821
8822 #- type: "plot"
8823 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8824 #  algorithm: "plot_nf_heatmap"
8825 #  output-file-type: ".html"
8826 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
8827 #  data: "plot-vpp-nfv-2n-skx-mrr"
8828 #  filter: "'NIC_Intel-XXV710' and
8829 #           'NF_DENSITY' and
8830 #           'DOCKER' and
8831 #           'PIPELINE' and
8832 #           'NF_VPPIP4' and
8833 #           '64B' and
8834 #           '2T1C' and
8835 #           'MRR'"
8836 #  parameters:
8837 #  - "result"
8838 #  - "name"
8839 #  - "tags"
8840 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8841 #  x-axis: "X = CNFs per Service Pipeline"
8842 #  y-axis: "Y = Number of Service Pipelines"
8843 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8844 #  layout:
8845 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8846 #    layout: "plot-service-density"
8847 #
8848 #- type: "plot"
8849 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8850 #  algorithm: "plot_nf_heatmap"
8851 #  output-file-type: ".html"
8852 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
8853 #  data: "plot-vpp-nfv-2n-skx-mrr"
8854 #  filter: "'NIC_Intel-XXV710' and
8855 #           'NF_DENSITY' and
8856 #           'DOCKER' and
8857 #           'PIPELINE' and
8858 #           'NF_VPPIP4' and
8859 #           '64B' and
8860 #           '4T2C' and
8861 #           'MRR'"
8862 #  parameters:
8863 #  - "result"
8864 #  - "name"
8865 #  - "tags"
8866 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8867 #  x-axis: "X = CNFs per Service Pipeline"
8868 #  y-axis: "Y = Number of Service Pipelines"
8869 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8870 #  layout:
8871 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8872 #    layout: "plot-service-density"
8873 #
8874 #- type: "plot"
8875 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8876 #  algorithm: "plot_nf_heatmap"
8877 #  output-file-type: ".html"
8878 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
8879 #  data: "plot-vpp-nfv-2n-skx-mrr"
8880 #  filter: "'NIC_Intel-XXV710' and
8881 #           'NF_DENSITY' and
8882 #           'DOCKER' and
8883 #           'PIPELINE' and
8884 #           'NF_VPPIP4' and
8885 #           '64B' and
8886 #           '8T4C' and
8887 #           'MRR'"
8888 #  parameters:
8889 #  - "result"
8890 #  - "name"
8891 #  - "tags"
8892 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8893 #  x-axis: "X = CNFs per Service Pipeline"
8894 #  y-axis: "Y = Number of Service Pipelines"
8895 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8896 #  layout:
8897 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8898 #    layout: "plot-service-density"
8899 #
8900 ## Plots - NF Density - CSP - MRR IMIX
8901 #- type: "plot"
8902 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8903 #  algorithm: "plot_nf_heatmap"
8904 #  output-file-type: ".html"
8905 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
8906 #  data: "plot-vpp-nfv-2n-skx-mrr"
8907 #  filter: "'NIC_Intel-XXV710' and
8908 #           'NF_DENSITY' and
8909 #           'DOCKER' and
8910 #           'PIPELINE' and
8911 #           'NF_VPPIP4' and
8912 #           'IMIX' and
8913 #           '2T1C' and
8914 #           'MRR'"
8915 #  parameters:
8916 #  - "result"
8917 #  - "name"
8918 #  - "tags"
8919 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8920 #  x-axis: "X = CNFs per Service Pipeline"
8921 #  y-axis: "Y = Number of Service Pipelines"
8922 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8923 #  layout:
8924 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8925 #    layout: "plot-service-density"
8926 #
8927 #- type: "plot"
8928 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8929 #  algorithm: "plot_nf_heatmap"
8930 #  output-file-type: ".html"
8931 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
8932 #  data: "plot-vpp-nfv-2n-skx-mrr"
8933 #  filter: "'NIC_Intel-XXV710' and
8934 #           'NF_DENSITY' and
8935 #           'DOCKER' and
8936 #           'PIPELINE' and
8937 #           'NF_VPPIP4' and
8938 #           'IMIX' and
8939 #           '4T2C' and
8940 #           'MRR'"
8941 #  parameters:
8942 #  - "result"
8943 #  - "name"
8944 #  - "tags"
8945 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8946 #  x-axis: "X = CNFs per Service Pipeline"
8947 #  y-axis: "Y = Number of Service Pipelines"
8948 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8949 #  layout:
8950 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8951 #    layout: "plot-service-density"
8952 #
8953 #- type: "plot"
8954 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8955 #  algorithm: "plot_nf_heatmap"
8956 #  output-file-type: ".html"
8957 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
8958 #  data: "plot-vpp-nfv-2n-skx-mrr"
8959 #  filter: "'NIC_Intel-XXV710' and
8960 #           'NF_DENSITY' and
8961 #           'DOCKER' and
8962 #           'PIPELINE' and
8963 #           'NF_VPPIP4' and
8964 #           'IMIX' and
8965 #           '8T4C' and
8966 #           'MRR'"
8967 #  parameters:
8968 #  - "result"
8969 #  - "name"
8970 #  - "tags"
8971 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8972 #  x-axis: "X = CNFs per Service Pipeline"
8973 #  y-axis: "Y = Number of Service Pipelines"
8974 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8975 #  layout:
8976 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8977 #    layout: "plot-service-density"
8978 #
8979 ## Plots - NF Density - CSP - NDR 64b
8980 #- type: "plot"
8981 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
8982 #  algorithm: "plot_nf_heatmap"
8983 #  output-file-type: ".html"
8984 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
8985 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8986 #  filter: "'NIC_Intel-XXV710' and
8987 #           'NF_DENSITY' and
8988 #           'DOCKER' and
8989 #           'PIPELINE' and
8990 #           'NF_VPPIP4' and
8991 #           '64B' and
8992 #           '2T1C' and
8993 #           'NDRPDR'"
8994 #  parameters:
8995 #  - "throughput"
8996 #  - "name"
8997 #  - "tags"
8998 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8999 #  x-axis: "X = CNFs per Service Pipeline"
9000 #  y-axis: "Y = Number of Service Pipelines"
9001 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9002 #  layout:
9003 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9004 #    layout: "plot-service-density"
9005 #
9006 #- type: "plot"
9007 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9008 #  algorithm: "plot_nf_heatmap"
9009 #  output-file-type: ".html"
9010 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9011 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9012 #  filter: "'NIC_Intel-XXV710' and
9013 #           'NF_DENSITY' and
9014 #           'DOCKER' and
9015 #           'PIPELINE' and
9016 #           'NF_VPPIP4' and
9017 #           '64B' and
9018 #           '4T2C' and
9019 #           'NDRPDR'"
9020 #  parameters:
9021 #  - "throughput"
9022 #  - "name"
9023 #  - "tags"
9024 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9025 #  x-axis: "X = CNFs per Service Pipeline"
9026 #  y-axis: "Y = Number of Service Pipelines"
9027 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9028 #  layout:
9029 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9030 #    layout: "plot-service-density"
9031 #
9032 #- type: "plot"
9033 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9034 #  algorithm: "plot_nf_heatmap"
9035 #  output-file-type: ".html"
9036 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9037 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9038 #  filter: "'NIC_Intel-XXV710' and
9039 #           'NF_DENSITY' and
9040 #           'DOCKER' and
9041 #           'PIPELINE' and
9042 #           'NF_VPPIP4' and
9043 #           '64B' and
9044 #           '8T4C' and
9045 #           'NDRPDR'"
9046 #  parameters:
9047 #  - "throughput"
9048 #  - "name"
9049 #  - "tags"
9050 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9051 #  x-axis: "X = CNFs per Service Pipeline"
9052 #  y-axis: "Y = Number of Service Pipelines"
9053 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9054 #  layout:
9055 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9056 #    layout: "plot-service-density"
9057 #
9058 ## Plots - NF Density - CSP - NDR IMIX
9059 #- type: "plot"
9060 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9061 #  algorithm: "plot_nf_heatmap"
9062 #  output-file-type: ".html"
9063 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9064 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9065 #  filter: "'NIC_Intel-XXV710' and
9066 #           'NF_DENSITY' and
9067 #           'DOCKER' and
9068 #           'PIPELINE' and
9069 #           'NF_VPPIP4' and
9070 #           'IMIX' and
9071 #           '2T1C' and
9072 #           'NDRPDR'"
9073 #  parameters:
9074 #  - "throughput"
9075 #  - "name"
9076 #  - "tags"
9077 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9078 #  x-axis: "X = CNFs per Service Pipeline"
9079 #  y-axis: "Y = Number of Service Pipelines"
9080 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9081 #  layout:
9082 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9083 #    layout: "plot-service-density"
9084 #
9085 #- type: "plot"
9086 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9087 #  algorithm: "plot_nf_heatmap"
9088 #  output-file-type: ".html"
9089 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9090 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9091 #  filter: "'NIC_Intel-XXV710' and
9092 #           'NF_DENSITY' and
9093 #           'DOCKER' and
9094 #           'PIPELINE' and
9095 #           'NF_VPPIP4' and
9096 #           'IMIX' and
9097 #           '4T2C' and
9098 #           'NDRPDR'"
9099 #  parameters:
9100 #  - "throughput"
9101 #  - "name"
9102 #  - "tags"
9103 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9104 #  x-axis: "X = CNFs per Service Pipeline"
9105 #  y-axis: "Y = Number of Service Pipelines"
9106 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9107 #  layout:
9108 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9109 #    layout: "plot-service-density"
9110 #
9111 #- type: "plot"
9112 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9113 #  algorithm: "plot_nf_heatmap"
9114 #  output-file-type: ".html"
9115 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9116 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9117 #  filter: "'NIC_Intel-XXV710' and
9118 #           'NF_DENSITY' and
9119 #           'DOCKER' and
9120 #           'PIPELINE' and
9121 #           'NF_VPPIP4' and
9122 #           'IMIX' and
9123 #           '8T4C' and
9124 #           'NDRPDR'"
9125 #  parameters:
9126 #  - "throughput"
9127 #  - "name"
9128 #  - "tags"
9129 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9130 #  x-axis: "X = CNFs per Service Pipeline"
9131 #  y-axis: "Y = Number of Service Pipelines"
9132 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9133 #  layout:
9134 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9135 #    layout: "plot-service-density"
9136 #
9137 ## Plots - NF Density - CSP - PDR 64b
9138 #- type: "plot"
9139 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9140 #  algorithm: "plot_nf_heatmap"
9141 #  output-file-type: ".html"
9142 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9143 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9144 #  filter: "'NIC_Intel-XXV710' and
9145 #           'NF_DENSITY' and
9146 #           'DOCKER' and
9147 #           'PIPELINE' and
9148 #           'NF_VPPIP4' and
9149 #           '64B' and
9150 #           '2T1C' and
9151 #           'NDRPDR'"
9152 #  parameters:
9153 #  - "throughput"
9154 #  - "name"
9155 #  - "tags"
9156 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9157 #  x-axis: "X = CNFs per Service Pipeline"
9158 #  y-axis: "Y = Number of Service Pipelines"
9159 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9160 #  layout:
9161 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9162 #    layout: "plot-service-density"
9163 #
9164 #- type: "plot"
9165 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9166 #  algorithm: "plot_nf_heatmap"
9167 #  output-file-type: ".html"
9168 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9169 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9170 #  filter: "'NIC_Intel-XXV710' and
9171 #           'NF_DENSITY' and
9172 #           'DOCKER' and
9173 #           'PIPELINE' and
9174 #           'NF_VPPIP4' and
9175 #           '64B' and
9176 #           '4T2C' and
9177 #           'NDRPDR'"
9178 #  parameters:
9179 #  - "throughput"
9180 #  - "name"
9181 #  - "tags"
9182 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9183 #  x-axis: "X = CNFs per Service Pipeline"
9184 #  y-axis: "Y = Number of Service Pipelines"
9185 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9186 #  layout:
9187 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9188 #    layout: "plot-service-density"
9189 #
9190 #- type: "plot"
9191 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9192 #  algorithm: "plot_nf_heatmap"
9193 #  output-file-type: ".html"
9194 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9195 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9196 #  filter: "'NIC_Intel-XXV710' and
9197 #           'NF_DENSITY' and
9198 #           'DOCKER' and
9199 #           'PIPELINE' and
9200 #           'NF_VPPIP4' and
9201 #           '64B' and
9202 #           '8T4C' and
9203 #           'NDRPDR'"
9204 #  parameters:
9205 #  - "throughput"
9206 #  - "name"
9207 #  - "tags"
9208 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9209 #  x-axis: "X = CNFs per Service Pipeline"
9210 #  y-axis: "Y = Number of Service Pipelines"
9211 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9212 #  layout:
9213 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9214 #    layout: "plot-service-density"
9215 #
9216 ## Plots - NF Density - CSP - PDR IMIX
9217 #- type: "plot"
9218 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9219 #  algorithm: "plot_nf_heatmap"
9220 #  output-file-type: ".html"
9221 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
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 #           'IMIX' and
9229 #           '2T1C' and
9230 #           'NDRPDR'"
9231 #  parameters:
9232 #  - "throughput"
9233 #  - "name"
9234 #  - "tags"
9235 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9236 #  x-axis: "X = CNFs per Service Pipeline"
9237 #  y-axis: "Y = Number of Service Pipelines"
9238 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9239 #  layout:
9240 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9241 #    layout: "plot-service-density"
9242 #
9243 #- type: "plot"
9244 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9245 #  algorithm: "plot_nf_heatmap"
9246 #  output-file-type: ".html"
9247 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
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 #           'IMIX' and
9255 #           '4T2C' and
9256 #           'NDRPDR'"
9257 #  parameters:
9258 #  - "throughput"
9259 #  - "name"
9260 #  - "tags"
9261 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9262 #  x-axis: "X = CNFs per Service Pipeline"
9263 #  y-axis: "Y = Number of Service Pipelines"
9264 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9265 #  layout:
9266 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9267 #    layout: "plot-service-density"
9268 #
9269 #- type: "plot"
9270 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9271 #  algorithm: "plot_nf_heatmap"
9272 #  output-file-type: ".html"
9273 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
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 #           'IMIX' and
9281 #           '8T4C' and
9282 #           'NDRPDR'"
9283 #  parameters:
9284 #  - "throughput"
9285 #  - "name"
9286 #  - "tags"
9287 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9288 #  x-axis: "X = CNFs per Service Pipeline"
9289 #  y-axis: "Y = Number of Service Pipelines"
9290 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9291 #  layout:
9292 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9293 #    layout: "plot-service-density"
9294
9295 ###############################################################################
9296 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9297
9298 #- type: "plot"
9299 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9300 #  algorithm: "plot_nf_heatmap"
9301 #  output-file-type: ".html"
9302 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9303 #  data: "plot-vpp-nfv-2n-clx-mrr"
9304 #  filter: "'NIC_Intel-XXV710' and
9305 #           'NF_DENSITY' and
9306 #           'VHOST' and
9307 #           not 'VXLAN' and
9308 #           'CHAIN' and
9309 #           'NF_VPPIP4' and
9310 #           'IMIX' and
9311 #           '2T1C' and
9312 #           'MRR'"
9313 #  parameters:
9314 #  - "result"
9315 #  - "name"
9316 #  - "tags"
9317 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9318 #  x-axis: "X = VNFs per Service Chain"
9319 #  y-axis: "Y = Number of Service Chains"
9320 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9321 #  layout:
9322 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9323 #    layout: "plot-service-density"
9324 #
9325 #- type: "plot"
9326 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9327 #  algorithm: "plot_nf_heatmap"
9328 #  output-file-type: ".html"
9329 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9330 #  data: "plot-vpp-nfv-2n-clx-mrr"
9331 #  filter: "'NIC_Intel-XXV710' and
9332 #           'NF_DENSITY' and
9333 #           'VHOST' and
9334 #           not 'VXLAN' and
9335 #           'CHAIN' and
9336 #           'NF_VPPIP4' and
9337 #           'IMIX' and
9338 #           '4T2C' and
9339 #           'MRR'"
9340 #  parameters:
9341 #  - "result"
9342 #  - "name"
9343 #  - "tags"
9344 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9345 #  x-axis: "X = VNFs per Service Chain"
9346 #  y-axis: "Y = Number of Service Chains"
9347 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9348 #  layout:
9349 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9350 #    layout: "plot-service-density"
9351 #
9352 #- type: "plot"
9353 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9354 #  algorithm: "plot_nf_heatmap"
9355 #  output-file-type: ".html"
9356 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9357 #  data: "plot-vpp-nfv-2n-clx-mrr"
9358 #  filter: "'NIC_Intel-XXV710' and
9359 #           'NF_DENSITY' and
9360 #           'VHOST' and
9361 #           not 'VXLAN' and
9362 #           'CHAIN' and
9363 #           'NF_VPPIP4' and
9364 #           'IMIX' and
9365 #           '8T4C' and
9366 #           'MRR'"
9367 #  parameters:
9368 #  - "result"
9369 #  - "name"
9370 #  - "tags"
9371 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9372 #  x-axis: "X = VNFs per Service Chain"
9373 #  y-axis: "Y = Number of Service Chains"
9374 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9375 #  layout:
9376 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9377 #    layout: "plot-service-density"
9378 #
9379 ## Plots - NF Density - VSC - NDR IMIX
9380 #- type: "plot"
9381 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9382 #  algorithm: "plot_nf_heatmap"
9383 #  output-file-type: ".html"
9384 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9385 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9386 #  filter: "'NIC_Intel-XXV710' and
9387 #           'NF_DENSITY' and
9388 #           'VHOST' and
9389 #           not 'VXLAN' and
9390 #           'CHAIN' and
9391 #           'NF_VPPIP4' and
9392 #           'IMIX' and
9393 #           '2T1C' and
9394 #           'NDRPDR'"
9395 #  parameters:
9396 #  - "throughput"
9397 #  - "name"
9398 #  - "tags"
9399 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9400 #  x-axis: "X = VNFs per Service Chain"
9401 #  y-axis: "Y = Number of Service Chains"
9402 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9403 #  layout:
9404 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9405 #    layout: "plot-service-density"
9406 #
9407 #- type: "plot"
9408 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9409 #  algorithm: "plot_nf_heatmap"
9410 #  output-file-type: ".html"
9411 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9412 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9413 #  filter: "'NIC_Intel-XXV710' and
9414 #           'NF_DENSITY' and
9415 #           'VHOST' and
9416 #           not 'VXLAN' and
9417 #           'CHAIN' and
9418 #           'NF_VPPIP4' and
9419 #           'IMIX' and
9420 #           '4T2C' and
9421 #           'NDRPDR'"
9422 #  parameters:
9423 #  - "throughput"
9424 #  - "name"
9425 #  - "tags"
9426 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9427 #  x-axis: "X = VNFs per Service Chain"
9428 #  y-axis: "Y = Number of Service Chains"
9429 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9430 #  layout:
9431 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9432 #    layout: "plot-service-density"
9433 #
9434 #- type: "plot"
9435 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9436 #  algorithm: "plot_nf_heatmap"
9437 #  output-file-type: ".html"
9438 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9439 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9440 #  filter: "'NIC_Intel-XXV710' and
9441 #           'NF_DENSITY' and
9442 #           'VHOST' and
9443 #           not 'VXLAN' and
9444 #           'CHAIN' and
9445 #           'NF_VPPIP4' and
9446 #           'IMIX' and
9447 #           '8T4C' and
9448 #           'NDRPDR'"
9449 #  parameters:
9450 #  - "throughput"
9451 #  - "name"
9452 #  - "tags"
9453 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9454 #  x-axis: "X = VNFs per Service Chain"
9455 #  y-axis: "Y = Number of Service Chains"
9456 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9457 #  layout:
9458 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9459 #    layout: "plot-service-density"
9460 #
9461 ## Plots - NF Density - VSC - PDR IMIX
9462 #- type: "plot"
9463 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9464 #  algorithm: "plot_nf_heatmap"
9465 #  output-file-type: ".html"
9466 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9467 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9468 #  filter: "'NIC_Intel-XXV710' and
9469 #           'NF_DENSITY' and
9470 #           'VHOST' and
9471 #           not 'VXLAN' and
9472 #           'CHAIN' and
9473 #           'NF_VPPIP4' and
9474 #           'IMIX' and
9475 #           '2T1C' and
9476 #           'NDRPDR'"
9477 #  parameters:
9478 #  - "throughput"
9479 #  - "name"
9480 #  - "tags"
9481 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9482 #  x-axis: "X = VNFs per Service Chain"
9483 #  y-axis: "Y = Number of Service Chains"
9484 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9485 #  layout:
9486 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9487 #    layout: "plot-service-density"
9488 #
9489 #- type: "plot"
9490 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9491 #  algorithm: "plot_nf_heatmap"
9492 #  output-file-type: ".html"
9493 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9494 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9495 #  filter: "'NIC_Intel-XXV710' and
9496 #           'NF_DENSITY' and
9497 #           'VHOST' and
9498 #           not 'VXLAN' and
9499 #           'CHAIN' and
9500 #           'NF_VPPIP4' and
9501 #           'IMIX' and
9502 #           '4T2C' and
9503 #           'NDRPDR'"
9504 #  parameters:
9505 #  - "throughput"
9506 #  - "name"
9507 #  - "tags"
9508 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9509 #  x-axis: "X = VNFs per Service Chain"
9510 #  y-axis: "Y = Number of Service Chains"
9511 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9512 #  layout:
9513 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9514 #    layout: "plot-service-density"
9515 #
9516 #- type: "plot"
9517 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9518 #  algorithm: "plot_nf_heatmap"
9519 #  output-file-type: ".html"
9520 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9521 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9522 #  filter: "'NIC_Intel-XXV710' and
9523 #           'NF_DENSITY' and
9524 #           'VHOST' and
9525 #           not 'VXLAN' and
9526 #           'CHAIN' and
9527 #           'NF_VPPIP4' and
9528 #           'IMIX' and
9529 #           '8T4C' and
9530 #           'NDRPDR'"
9531 #  parameters:
9532 #  - "throughput"
9533 #  - "name"
9534 #  - "tags"
9535 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9536 #  x-axis: "X = VNFs per Service Chain"
9537 #  y-axis: "Y = Number of Service Chains"
9538 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9539 #  layout:
9540 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9541 #    layout: "plot-service-density"
9542 #
9543 ## Plots - NF Density - VSC - MRR IMIX
9544 #- type: "plot"
9545 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9546 #  algorithm: "plot_nf_heatmap"
9547 #  output-file-type: ".html"
9548 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9549 #  data: "plot-vpp-nfv-2n-clx-mrr"
9550 #  filter: "'NIC_Intel-XXV710' and
9551 #           'NF_DENSITY' and
9552 #           'VHOST' and
9553 #           'VXLAN' and
9554 #           'CHAIN' and
9555 #           'IMIX' and
9556 #           '2T1C' and
9557 #           'MRR'"
9558 #  parameters:
9559 #  - "result"
9560 #  - "name"
9561 #  - "tags"
9562 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9563 #  x-axis: "X = VNFs per Service Chain"
9564 #  y-axis: "Y = Number of Service Chains"
9565 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9566 #  layout:
9567 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9568 #    layout: "plot-service-density"
9569 #
9570 #- type: "plot"
9571 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9572 #  algorithm: "plot_nf_heatmap"
9573 #  output-file-type: ".html"
9574 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9575 #  data: "plot-vpp-nfv-2n-clx-mrr"
9576 #  filter: "'NIC_Intel-XXV710' and
9577 #           'NF_DENSITY' and
9578 #           'VHOST' and
9579 #           'VXLAN' and
9580 #           'CHAIN' and
9581 #           'IMIX' and
9582 #           '4T2C' and
9583 #           'MRR'"
9584 #  parameters:
9585 #  - "result"
9586 #  - "name"
9587 #  - "tags"
9588 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9589 #  x-axis: "X = VNFs per Service Chain"
9590 #  y-axis: "Y = Number of Service Chains"
9591 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9592 #  layout:
9593 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9594 #    layout: "plot-service-density"
9595 #
9596 #- type: "plot"
9597 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9598 #  algorithm: "plot_nf_heatmap"
9599 #  output-file-type: ".html"
9600 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
9601 #  data: "plot-vpp-nfv-2n-clx-mrr"
9602 #  filter: "'NIC_Intel-XXV710' and
9603 #           'NF_DENSITY' and
9604 #           'VHOST' and
9605 #           'VXLAN' and
9606 #           'CHAIN' and
9607 #           'IMIX' and
9608 #           '8T4C' and
9609 #           'MRR'"
9610 #  parameters:
9611 #  - "result"
9612 #  - "name"
9613 #  - "tags"
9614 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9615 #  x-axis: "X = VNFs per Service Chain"
9616 #  y-axis: "Y = Number of Service Chains"
9617 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9618 #  layout:
9619 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9620 #    layout: "plot-service-density"
9621 #
9622 ## Plots - NF Density - VSC - NDR IMIX
9623 #- type: "plot"
9624 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9625 #  algorithm: "plot_nf_heatmap"
9626 #  output-file-type: ".html"
9627 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
9628 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9629 #  filter: "'NIC_Intel-XXV710' and
9630 #           'NF_DENSITY' and
9631 #           'VHOST' and
9632 #           'VXLAN' and
9633 #           'CHAIN' a
9634 #           'IMIX' and
9635 #           '2T1C' and
9636 #           'NDRPDR'"
9637 #  parameters:
9638 #  - "throughput"
9639 #  - "name"
9640 #  - "tags"
9641 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9642 #  x-axis: "X = VNFs per Service Chain"
9643 #  y-axis: "Y = Number of Service Chains"
9644 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9645 #  layout:
9646 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9647 #    layout: "plot-service-density"
9648 #
9649 #- type: "plot"
9650 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9651 #  algorithm: "plot_nf_heatmap"
9652 #  output-file-type: ".html"
9653 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
9654 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9655 #  filter: "'NIC_Intel-XXV710' and
9656 #           'NF_DENSITY' and
9657 #           'VHOST' and
9658 #           'VXLAN' and
9659 #           'CHAIN' and
9660 #           'IMIX' and
9661 #           '4T2C' and
9662 #           'NDRPDR'"
9663 #  parameters:
9664 #  - "throughput"
9665 #  - "name"
9666 #  - "tags"
9667 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9668 #  x-axis: "X = VNFs per Service Chain"
9669 #  y-axis: "Y = Number of Service Chains"
9670 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9671 #  layout:
9672 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9673 #    layout: "plot-service-density"
9674 #
9675 #- type: "plot"
9676 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9677 #  algorithm: "plot_nf_heatmap"
9678 #  output-file-type: ".html"
9679 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
9680 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9681 #  filter: "'NIC_Intel-XXV710' and
9682 #           'NF_DENSITY' and
9683 #           'VHOST' and
9684 #           'VXLAN' and
9685 #           'CHAIN' and
9686 #           'IMIX' and
9687 #           '8T4C' and
9688 #           'NDRPDR'"
9689 #  parameters:
9690 #  - "throughput"
9691 #  - "name"
9692 #  - "tags"
9693 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9694 #  x-axis: "X = VNFs per Service Chain"
9695 #  y-axis: "Y = Number of Service Chains"
9696 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9697 #  layout:
9698 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9699 #    layout: "plot-service-density"
9700 #
9701 ## Plots - NF Density - VSC - PDR IMIX
9702 #- type: "plot"
9703 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9704 #  algorithm: "plot_nf_heatmap"
9705 #  output-file-type: ".html"
9706 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
9707 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9708 #  filter: "'NIC_Intel-XXV710' and
9709 #           'NF_DENSITY' and
9710 #           'VHOST' and
9711 #           'VXLAN' and
9712 #           'CHAIN' and
9713 #           'IMIX' and
9714 #           '2T1C' and
9715 #           'NDRPDR'"
9716 #  parameters:
9717 #  - "throughput"
9718 #  - "name"
9719 #  - "tags"
9720 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9721 #  x-axis: "X = VNFs per Service Chain"
9722 #  y-axis: "Y = Number of Service Chains"
9723 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9724 #  layout:
9725 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9726 #    layout: "plot-service-density"
9727 #
9728 #- type: "plot"
9729 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9730 #  algorithm: "plot_nf_heatmap"
9731 #  output-file-type: ".html"
9732 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
9733 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9734 #  filter: "'NIC_Intel-XXV710' and
9735 #           'NF_DENSITY' and
9736 #           'VHOST' and
9737 #           'VXLAN' and
9738 #           'CHAIN' and
9739 #           'IMIX' and
9740 #           '4T2C' and
9741 #           'NDRPDR'"
9742 #  parameters:
9743 #  - "throughput"
9744 #  - "name"
9745 #  - "tags"
9746 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9747 #  x-axis: "X = VNFs per Service Chain"
9748 #  y-axis: "Y = Number of Service Chains"
9749 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9750 #  layout:
9751 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9752 #    layout: "plot-service-density"
9753 #
9754 #- type: "plot"
9755 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9756 #  algorithm: "plot_nf_heatmap"
9757 #  output-file-type: ".html"
9758 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
9759 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9760 #  filter: "'NIC_Intel-XXV710' and
9761 #           'NF_DENSITY' and
9762 #           'VHOST' and
9763 #           'VXLAN' and
9764 #           'CHAIN' 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-vxlan-vppip4-pdr"
9778 #    layout: "plot-service-density"
9779 #
9780 ## Plots - NF Density - CSC - MRR IMIX
9781 #- type: "plot"
9782 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-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-csc-mrr"
9786 #  data: "plot-vpp-nfv-2n-clx-mrr"
9787 #  filter: "'NIC_Intel-XXV710' and
9788 #           'NF_DENSITY' and
9789 #           'DOCKER' and
9790 #           'CHAIN' and
9791 #           'NF_VPPIP4' 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 = CNFs 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}mif-{XY}dcr-vppip4-mrr"
9805 #    layout: "plot-service-density"
9806 #
9807 #- type: "plot"
9808 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-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-csc-mrr"
9812 #  data: "plot-vpp-nfv-2n-clx-mrr"
9813 #  filter: "'NIC_Intel-XXV710' and
9814 #           'NF_DENSITY' and
9815 #           'DOCKER' and
9816 #           'CHAIN' and
9817 #           'NF_VPPIP4' 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 = CNFs 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}mif-{XY}dcr-vppip4-mrr"
9831 #    layout: "plot-service-density"
9832 #
9833 #- type: "plot"
9834 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-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-csc-mrr"
9838 #  data: "plot-vpp-nfv-2n-clx-mrr"
9839 #  filter: "'NIC_Intel-XXV710' and
9840 #           'NF_DENSITY' and
9841 #           'DOCKER' and
9842 #           'CHAIN' and
9843 #           'NF_VPPIP4' 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 = CNFs 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}mif-{XY}dcr-vppip4-mrr"
9857 #    layout: "plot-service-density"
9858 #
9859 ## Plots - NF Density - CSC - NDR IMIX
9860 #- type: "plot"
9861 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-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-csc-ndr"
9865 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9866 #  filter: "'NIC_Intel-XXV710' and
9867 #           'NF_DENSITY' and
9868 #           'DOCKER' and
9869 #           'CHAIN' and
9870 #           'NF_VPPIP4' and
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 = CNFs 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}mif-{XY}dcr-vppip4-ndr"
9884 #    layout: "plot-service-density"
9885 #
9886 #- type: "plot"
9887 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-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-csc-ndr"
9891 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9892 #  filter: "'NIC_Intel-XXV710' and
9893 #           'NF_DENSITY' and
9894 #           'DOCKER' and
9895 #           'CHAIN' and
9896 #           'NF_VPPIP4' 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 = CNFs 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}mif-{XY}dcr-vppip4-ndr"
9910 #    layout: "plot-service-density"
9911 #
9912 #- type: "plot"
9913 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-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-csc-ndr"
9917 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9918 #  filter: "'NIC_Intel-XXV710' and
9919 #           'NF_DENSITY' and
9920 #           'DOCKER' and
9921 #           'CHAIN' and
9922 #           'NF_VPPIP4' 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 = CNFs 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}mif-{XY}dcr-vppip4-ndr"
9936 #    layout: "plot-service-density"
9937 #
9938 ## Plots - NF Density - CSC - PDR IMIX
9939 #- type: "plot"
9940 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-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-csc-pdr"
9944 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9945 #  filter: "'NIC_Intel-XXV710' and
9946 #           'NF_DENSITY' and
9947 #           'DOCKER' and
9948 #           'CHAIN' and
9949 #           'NF_VPPIP4' 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 = CNFs 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}mif-{XY}dcr-vppip4-pdr"
9963 #    layout: "plot-service-density"
9964 #
9965 #- type: "plot"
9966 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-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-csc-pdr"
9970 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9971 #  filter: "'NIC_Intel-XXV710' and
9972 #           'NF_DENSITY' and
9973 #           'DOCKER' and
9974 #           'CHAIN' and
9975 #           'NF_VPPIP4' 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 = CNFs 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}mif-{XY}dcr-vppip4-pdr"
9989 #    layout: "plot-service-density"
9990 #
9991 #- type: "plot"
9992 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-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-csc-pdr"
9996 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9997 #  filter: "'NIC_Intel-XXV710' and
9998 #           'NF_DENSITY' and
9999 #           'DOCKER' and
10000 #           'CHAIN' and
10001 #           'NF_VPPIP4' 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 = CNFs 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}mif-{XY}dcr-vppip4-pdr"
10015 #    layout: "plot-service-density"
10016 #
10017 ## Plots - NF Density - CSP - MRR IMIX
10018 #- type: "plot"
10019 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}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-csp-mrr"
10023 #  data: "plot-vpp-nfv-2n-clx-mrr"
10024 #  filter: "'NIC_Intel-XXV710' and
10025 #           'NF_DENSITY' and
10026 #           'DOCKER' and
10027 #           'PIPELINE' 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 Pipeline"
10038 #  y-axis: "Y = Number of Service Pipelines"
10039 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10040 #  layout:
10041 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10042 #    layout: "plot-service-density"
10043 #
10044 #- type: "plot"
10045 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}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-csp-mrr"
10049 #  data: "plot-vpp-nfv-2n-clx-mrr"
10050 #  filter: "'NIC_Intel-XXV710' and
10051 #           'NF_DENSITY' and
10052 #           'DOCKER' and
10053 #           'PIPELINE' 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 Pipeline"
10064 #  y-axis: "Y = Number of Service Pipelines"
10065 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10066 #  layout:
10067 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10068 #    layout: "plot-service-density"
10069 #
10070 #- type: "plot"
10071 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}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-csp-mrr"
10075 #  data: "plot-vpp-nfv-2n-clx-mrr"
10076 #  filter: "'NIC_Intel-XXV710' and
10077 #           'NF_DENSITY' and
10078 #           'DOCKER' and
10079 #           'PIPELINE' 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 Pipeline"
10090 #  y-axis: "Y = Number of Service Pipelines"
10091 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10092 #  layout:
10093 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10094 #    layout: "plot-service-density"
10095 #
10096 ## Plots - NF Density - CSP - NDR IMIX
10097 #- type: "plot"
10098 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}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-csp-ndr"
10102 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10103 #  filter: "'NIC_Intel-XXV710' and
10104 #           'NF_DENSITY' and
10105 #           'DOCKER' and
10106 #           'PIPELINE' 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 Pipeline"
10117 #  y-axis: "Y = Number of Service Pipelines"
10118 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10119 #  layout:
10120 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10121 #    layout: "plot-service-density"
10122 #
10123 #- type: "plot"
10124 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}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-csp-ndr"
10128 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10129 #  filter: "'NIC_Intel-XXV710' and
10130 #           'NF_DENSITY' and
10131 #           'DOCKER' and
10132 #           'PIPELINE' 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 Pipeline"
10143 #  y-axis: "Y = Number of Service Pipelines"
10144 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10145 #  layout:
10146 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10147 #    layout: "plot-service-density"
10148 #
10149 #- type: "plot"
10150 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}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-csp-ndr"
10154 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10155 #  filter: "'NIC_Intel-XXV710' and
10156 #           'NF_DENSITY' and
10157 #           'DOCKER' and
10158 #           'PIPELINE' 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 Pipeline"
10169 #  y-axis: "Y = Number of Service Pipelines"
10170 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10171 #  layout:
10172 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10173 #    layout: "plot-service-density"
10174 #
10175 ## Plots - NF Density - CSP - PDR IMIX
10176 #- type: "plot"
10177 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}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-csp-pdr"
10181 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10182 #  filter: "'NIC_Intel-XXV710' and
10183 #           'NF_DENSITY' and
10184 #           'DOCKER' and
10185 #           'PIPELINE' 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 Pipeline"
10196 #  y-axis: "Y = Number of Service Pipelines"
10197 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10198 #  layout:
10199 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10200 #    layout: "plot-service-density"
10201 #
10202 #- type: "plot"
10203 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}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-csp-pdr"
10207 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10208 #  filter: "'NIC_Intel-XXV710' and
10209 #           'NF_DENSITY' and
10210 #           'DOCKER' and
10211 #           'PIPELINE' 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 Pipeline"
10222 #  y-axis: "Y = Number of Service Pipelines"
10223 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10224 #  layout:
10225 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10226 #    layout: "plot-service-density"
10227 #
10228 #- type: "plot"
10229 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}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-csp-pdr"
10233 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10234 #  filter: "'NIC_Intel-XXV710' and
10235 #           'NF_DENSITY' and
10236 #           'DOCKER' and
10237 #           'PIPELINE' 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 Pipeline"
10248 #  y-axis: "Y = Number of Service Pipelines"
10249 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10250 #  layout:
10251 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10252 #    layout: "plot-service-density"
10253
10254 ################################################################################
10255
10256 # Packet Throughput
10257
10258 #- type: "plot"
10259 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10260 #  algorithm: "plot_perf_box_name"
10261 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10262 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10263 #  include:
10264 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10265 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10266 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10267 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10268 #  layout:
10269 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10270 #    layout: "plot-throughput"
10271 #
10272 #- type: "plot"
10273 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10274 #  algorithm: "plot_perf_box_name"
10275 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10276 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10277 #  include:
10278 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10279 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10280 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10281 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10282 #  layout:
10283 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10284 #    layout: "plot-throughput"
10285 #
10286 #- type: "plot"
10287 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10288 #  algorithm: "plot_perf_box_name"
10289 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10290 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10291 #  include:
10292 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10293 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10294 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10295 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10296 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10297 #  layout:
10298 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10299 #    layout: "plot-throughput"
10300 #
10301 #- type: "plot"
10302 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10303 #  algorithm: "plot_perf_box_name"
10304 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10305 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10306 #  include:
10307 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10308 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10309 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10310 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10311 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10312 #  layout:
10313 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10314 #    layout: "plot-throughput"
10315
10316 - type: "plot"
10317   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10318   algorithm: "plot_perf_box_name"
10319   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10320   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10321   include:
10322     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10323     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10324     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10325     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10326     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10327   layout:
10328     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10329     layout: "plot-throughput"
10330
10331 - type: "plot"
10332   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10333   algorithm: "plot_perf_box_name"
10334   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10335   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10336   include:
10337     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10338     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10339     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10340     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10341     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10342   layout:
10343     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10344     layout: "plot-throughput"
10345
10346 #- type: "plot"
10347 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10348 #  algorithm: "plot_perf_box_name"
10349 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10350 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10351 #  include:
10352 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10353 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10354 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10355 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10356 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10357 #  layout:
10358 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10359 #    layout: "plot-throughput"
10360 #
10361 #- type: "plot"
10362 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10363 #  algorithm: "plot_perf_box_name"
10364 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10365 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10366 #  include:
10367 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10368 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10369 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10370 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10371 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10372 #  layout:
10373 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10374 #    layout: "plot-throughput"
10375 #
10376 #- type: "plot"
10377 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10378 #  algorithm: "plot_perf_box_name"
10379 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10380 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10381 #  include:
10382 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10383 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10384 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10385 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10386 #  layout:
10387 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10388 #    layout: "plot-throughput"
10389 #
10390 #- type: "plot"
10391 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10392 #  algorithm: "plot_perf_box_name"
10393 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10394 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10395 #  include:
10396 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10397 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10398 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10399 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10400 #  layout:
10401 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10402 #    layout: "plot-throughput"
10403 #
10404 #- type: "plot"
10405 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10406 #  algorithm: "plot_perf_box_name"
10407 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10408 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10409 #  include:
10410 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10411 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10412 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10413 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10414 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10415 #  layout:
10416 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10417 #    layout: "plot-throughput"
10418 #
10419 #- type: "plot"
10420 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10421 #  algorithm: "plot_perf_box_name"
10422 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10423 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10424 #  include:
10425 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10426 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10427 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10428 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10429 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10430 #  layout:
10431 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10432 #    layout: "plot-throughput"
10433 #
10434 #- type: "plot"
10435 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10436 #  algorithm: "plot_perf_box_name"
10437 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10438 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10439 #  include:
10440 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10441 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10442 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10443 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10444 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10445 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10446 #  layout:
10447 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10448 #    layout: "plot-throughput"
10449 #
10450 #- type: "plot"
10451 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10452 #  algorithm: "plot_perf_box_name"
10453 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10454 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10455 #  include:
10456 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10457 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10458 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10459 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10460 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10461 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10462 #  layout:
10463 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10464 #    layout: "plot-throughput"
10465
10466 - type: "plot"
10467   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10468   algorithm: "plot_perf_box_name"
10469   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10470   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10471   include:
10472     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10473     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10474     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10475   layout:
10476     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10477     layout: "plot-throughput"
10478
10479 - type: "plot"
10480   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10481   algorithm: "plot_perf_box_name"
10482   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10483   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10484   include:
10485     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10486     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10487     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10488   layout:
10489     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10490     layout: "plot-throughput"
10491
10492 #- type: "plot"
10493 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10494 #  algorithm: "plot_perf_box_name"
10495 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10496 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10497 #  include:
10498 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10499 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10500 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10501 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10502 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10503 #  layout:
10504 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10505 #    layout: "plot-throughput"
10506 #
10507 #- type: "plot"
10508 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10509 #  algorithm: "plot_perf_box_name"
10510 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10511 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10512 #  include:
10513 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10514 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10515 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10516 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10517 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10518 #  layout:
10519 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10520 #    layout: "plot-throughput"
10521 #
10522 #- type: "plot"
10523 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10524 #  algorithm: "plot_perf_box_name"
10525 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10526 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10527 #  include:
10528 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10529 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10530 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10531 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10532 #  layout:
10533 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10534 #    layout: "plot-throughput"
10535 #
10536 #- type: "plot"
10537 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10538 #  algorithm: "plot_perf_box_name"
10539 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10540 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10541 #  include:
10542 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10543 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10544 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10545 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10546 #  layout:
10547 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10548 #    layout: "plot-throughput"
10549 #
10550 #- type: "plot"
10551 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10552 #  algorithm: "plot_perf_box_name"
10553 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10554 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10555 #  include:
10556 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10557 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10558 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10559 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10560 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10561 #  layout:
10562 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10563 #    layout: "plot-throughput"
10564 #
10565 #- type: "plot"
10566 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10567 #  algorithm: "plot_perf_box_name"
10568 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10569 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10570 #  include:
10571 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10572 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10573 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10574 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10575 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10576 #  layout:
10577 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10578 #    layout: "plot-throughput"
10579 #
10580 #- type: "plot"
10581 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10582 #  algorithm: "plot_perf_box_name"
10583 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10584 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10585 #  include:
10586 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10587 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10588 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10589 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10590 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10591 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10592 #  layout:
10593 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10594 #    layout: "plot-throughput"
10595 #
10596 #- type: "plot"
10597 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10598 #  algorithm: "plot_perf_box_name"
10599 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10600 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10601 #  include:
10602 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10603 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10604 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10605 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10606 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10607 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10608 #  layout:
10609 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10610 #    layout: "plot-throughput"
10611
10612 - type: "plot"
10613   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10614   algorithm: "plot_perf_box_name"
10615   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10616   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10617   include:
10618     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10619     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10620     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10621     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10622     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10623   layout:
10624     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10625     layout: "plot-throughput"
10626
10627 - type: "plot"
10628   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10629   algorithm: "plot_perf_box_name"
10630   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10631   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10632   include:
10633     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10634     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10635     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10636     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10637     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10638   layout:
10639     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10640     layout: "plot-throughput"
10641
10642 - type: "plot"
10643   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10644   algorithm: "plot_perf_box_name"
10645   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10646   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10647   include:
10648     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10649     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10650     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10651     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10652     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10653     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10654   layout:
10655     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10656     layout: "plot-throughput"
10657
10658 - type: "plot"
10659   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10660   algorithm: "plot_perf_box_name"
10661   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10662   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10663   include:
10664     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10665     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10666     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10667     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10668     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10669     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10670   layout:
10671     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10672     layout: "plot-throughput"
10673
10674 - type: "plot"
10675   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10676   algorithm: "plot_perf_box_name"
10677   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10678   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10679   include:
10680     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10681     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10682     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10683     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10684     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10685   layout:
10686     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10687     layout: "plot-throughput"
10688
10689 - type: "plot"
10690   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10691   algorithm: "plot_perf_box_name"
10692   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10693   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10694   include:
10695     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10696     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10697     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10698     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10699     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10700   layout:
10701     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10702     layout: "plot-throughput"
10703
10704 - type: "plot"
10705   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10706   algorithm: "plot_perf_box_name"
10707   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10708   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10709   include:
10710     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10711     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10712     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10713     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10714     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10715     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10716   layout:
10717     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10718     layout: "plot-throughput"
10719
10720 - type: "plot"
10721   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10722   algorithm: "plot_perf_box_name"
10723   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10724   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10725   include:
10726     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10727     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10728     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10729     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10730     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10731     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10732   layout:
10733     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10734     layout: "plot-throughput"
10735
10736 - type: "plot"
10737   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10738   algorithm: "plot_perf_box_name"
10739   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10740   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10741   include:
10742     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10743     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10744     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10745     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10746     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10747   layout:
10748     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10749     layout: "plot-throughput"
10750
10751 - type: "plot"
10752   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10753   algorithm: "plot_perf_box_name"
10754   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10755   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10756   include:
10757     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10758     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10759     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10760     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10761     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10762   layout:
10763     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10764     layout: "plot-throughput"
10765
10766 - type: "plot"
10767   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10768   algorithm: "plot_perf_box_name"
10769   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10770   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10771   include:
10772     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10773     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10774     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10775     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10776     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10777     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10778   layout:
10779     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10780     layout: "plot-throughput"
10781
10782 - type: "plot"
10783   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10784   algorithm: "plot_perf_box_name"
10785   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10786   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10787   include:
10788     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10789     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10790     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10791     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10792     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10793     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10794   layout:
10795     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10796     layout: "plot-throughput"
10797
10798 - type: "plot"
10799   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
10800   algorithm: "plot_perf_box_name"
10801   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
10802   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10803   include:
10804     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10805     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10806   layout:
10807     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
10808     layout: "plot-throughput"
10809
10810 - type: "plot"
10811   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
10812   algorithm: "plot_perf_box_name"
10813   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
10814   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10815   include:
10816     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10817     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10818   layout:
10819     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
10820     layout: "plot-throughput"
10821
10822 #- type: "plot"
10823 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
10824 #  algorithm: "plot_perf_box_name"
10825 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
10826 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10827 #  include:
10828 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
10829 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10830 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10831 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10832 #  layout:
10833 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
10834 #    layout: "plot-throughput"
10835 #
10836 #- type: "plot"
10837 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
10838 #  algorithm: "plot_perf_box_name"
10839 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
10840 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10841 #  include:
10842 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
10843 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10844 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10845 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10846 #  layout:
10847 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
10848 #    layout: "plot-throughput"
10849
10850 - type: "plot"
10851   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10852   algorithm: "plot_perf_box_name"
10853   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10854   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10855   include:
10856     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10857     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10858     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10859     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10860   layout:
10861     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10862     layout: "plot-throughput"
10863
10864 - type: "plot"
10865   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10866   algorithm: "plot_perf_box_name"
10867   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10868   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10869   include:
10870     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10871     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10872     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10873     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10874   layout:
10875     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10876     layout: "plot-throughput"
10877
10878 - type: "plot"
10879   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10880   algorithm: "plot_perf_box_name"
10881   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10882   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10883   include:
10884     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10885     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10886     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10887     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10888   layout:
10889     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10890     layout: "plot-throughput"
10891
10892 - type: "plot"
10893   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10894   algorithm: "plot_perf_box_name"
10895   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10896   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10897   include:
10898     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10899     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10900     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10901     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10902   layout:
10903     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10904     layout: "plot-throughput"
10905
10906 #- type: "plot"
10907 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10908 #  algorithm: "plot_perf_box_name"
10909 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10910 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10911 #  include:
10912 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10913 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10914 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10915 #  layout:
10916 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10917 #    layout: "plot-throughput"
10918 #
10919 #- type: "plot"
10920 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10921 #  algorithm: "plot_perf_box_name"
10922 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10923 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10924 #  include:
10925 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10926 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10927 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10928 #  layout:
10929 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10930 #    layout: "plot-throughput"
10931 #
10932 #- type: "plot"
10933 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10934 #  algorithm: "plot_perf_box_name"
10935 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10936 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10937 #  include:
10938 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10939 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10940 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
10941 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
10942 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10943 #  layout:
10944 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10945 #    layout: "plot-throughput"
10946 #
10947 #- type: "plot"
10948 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10949 #  algorithm: "plot_perf_box_name"
10950 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10951 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10952 #  include:
10953 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10954 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10955 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
10956 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
10957 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10958 #  layout:
10959 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10960 #    layout: "plot-throughput"
10961
10962 - type: "plot"
10963   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
10964   algorithm: "plot_perf_box_name"
10965   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
10966   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10967   include:
10968     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
10969     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
10970     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
10971   layout:
10972     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
10973     layout: "plot-throughput"
10974
10975 - type: "plot"
10976   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
10977   algorithm: "plot_perf_box_name"
10978   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
10979   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10980   include:
10981     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
10982     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
10983     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
10984   layout:
10985     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
10986     layout: "plot-throughput"
10987
10988 #- type: "plot"
10989 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10990 #  algorithm: "plot_perf_box_name"
10991 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10992 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10993 #  include:
10994 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10995 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10996 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10997 #  layout:
10998 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10999 #    layout: "plot-throughput"
11000 #
11001 #- type: "plot"
11002 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11003 #  algorithm: "plot_perf_box_name"
11004 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11005 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11006 #  include:
11007 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11008 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11009 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11010 #  layout:
11011 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11012 #    layout: "plot-throughput"
11013 #
11014 #- type: "plot"
11015 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11016 #  algorithm: "plot_perf_box_name"
11017 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11018 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11019 #  include:
11020 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11021 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11022 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11023 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11024 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11025 #  layout:
11026 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11027 #    layout: "plot-throughput"
11028 #
11029 #- type: "plot"
11030 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11031 #  algorithm: "plot_perf_box_name"
11032 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11033 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11034 #  include:
11035 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11036 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11037 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11038 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11039 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11040 #  layout:
11041 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11042 #    layout: "plot-throughput"
11043
11044 - type: "plot"
11045   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11046   algorithm: "plot_perf_box_name"
11047   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11048   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11049   include:
11050     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11051     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11052     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11053     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11054     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11055   layout:
11056     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11057     layout: "plot-throughput"
11058
11059 - type: "plot"
11060   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11061   algorithm: "plot_perf_box_name"
11062   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11063   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11064   include:
11065     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11066     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11067     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11068     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11069     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11070   layout:
11071     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11072     layout: "plot-throughput"
11073
11074 - type: "plot"
11075   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11076   algorithm: "plot_perf_box_name"
11077   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11078   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11079   include:
11080     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11081     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11082     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11083     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11084     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11085   layout:
11086     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11087     layout: "plot-throughput"
11088
11089 - type: "plot"
11090   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11091   algorithm: "plot_perf_box_name"
11092   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11093   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11094   include:
11095     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11096     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11097     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11098     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11099     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11100   layout:
11101     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11102     layout: "plot-throughput"
11103
11104 - type: "plot"
11105   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11106   algorithm: "plot_perf_box_name"
11107   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11108   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11109   include:
11110     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11111     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11112     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11113     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11114     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11115   layout:
11116     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11117     layout: "plot-throughput"
11118
11119 - type: "plot"
11120   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11121   algorithm: "plot_perf_box_name"
11122   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11123   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11124   include:
11125     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11126     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11127     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11128     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11129     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11130   layout:
11131     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11132     layout: "plot-throughput"
11133
11134 - type: "plot"
11135   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11136   algorithm: "plot_perf_box_name"
11137   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11138   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11139   include:
11140     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11141     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11142     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11143     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11144     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11145     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11146   layout:
11147     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11148     layout: "plot-throughput"
11149
11150 - type: "plot"
11151   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11152   algorithm: "plot_perf_box_name"
11153   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11154   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11155   include:
11156     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11157     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11158     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11159     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11160     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11161     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11162   layout:
11163     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11164     layout: "plot-throughput"
11165
11166 - type: "plot"
11167   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11168   algorithm: "plot_perf_box_name"
11169   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11170   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11171   include:
11172     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11173     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11174     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11175     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11176   layout:
11177     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11178     layout: "plot-throughput"
11179
11180 - type: "plot"
11181   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11182   algorithm: "plot_perf_box_name"
11183   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11184   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11185   include:
11186     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11187     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11188     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11189     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11190   layout:
11191     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11192     layout: "plot-throughput"
11193
11194 #- type: "plot"
11195 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11196 #  algorithm: "plot_perf_box_name"
11197 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11198 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11199 #  include:
11200 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11201 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11202 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11203 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11204 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11205 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11206 #  layout:
11207 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11208 #    layout: "plot-throughput"
11209 #
11210 #- type: "plot"
11211 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11212 #  algorithm: "plot_perf_box_name"
11213 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11214 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11215 #  include:
11216 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11217 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11218 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11219 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11220 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11221 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11222 #  layout:
11223 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11224 #    layout: "plot-throughput"
11225
11226 - type: "plot"
11227   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11228   algorithm: "plot_perf_box_name"
11229   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11230   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11231   include:
11232     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11233     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11234     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11235     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11236     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11237     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11238   layout:
11239     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11240     layout: "plot-throughput"
11241
11242 - type: "plot"
11243   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11244   algorithm: "plot_perf_box_name"
11245   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11246   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11247   include:
11248     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11249     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11250     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11251     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11252     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11253     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11254   layout:
11255     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11256     layout: "plot-throughput"
11257
11258 - type: "plot"
11259   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11260   algorithm: "plot_perf_box_name"
11261   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11262   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11263   include:
11264     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11265     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11266     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11267     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11268     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11269     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11270   layout:
11271     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11272     layout: "plot-throughput"
11273
11274 - type: "plot"
11275   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11276   algorithm: "plot_perf_box_name"
11277   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11278   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11279   include:
11280     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11281     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11282     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11283     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11284     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11285     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11286   layout:
11287     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11288     layout: "plot-throughput"
11289
11290 #- type: "plot"
11291 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11292 #  algorithm: "plot_perf_box_name"
11293 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11294 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11295 #  include:
11296 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11297 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11298 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11299 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11300 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11301 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11302 #  layout:
11303 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11304 #    layout: "plot-throughput"
11305 #
11306 #- type: "plot"
11307 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11308 #  algorithm: "plot_perf_box_name"
11309 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11310 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11311 #  include:
11312 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11313 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11314 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11315 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11316 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11317 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11318 #  layout:
11319 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11320 #    layout: "plot-throughput"
11321 #
11322 #- type: "plot"
11323 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11324 #  algorithm: "plot_perf_box_name"
11325 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11326 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11327 #  include:
11328 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11329 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11330 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11331 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11332 #  layout:
11333 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11334 #    layout: "plot-throughput"
11335 #
11336 #- type: "plot"
11337 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11338 #  algorithm: "plot_perf_box_name"
11339 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11340 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11341 #  include:
11342 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11343 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11344 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11345 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11346 #  layout:
11347 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11348 #    layout: "plot-throughput"
11349 #
11350 #- type: "plot"
11351 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11352 #  algorithm: "plot_perf_box_name"
11353 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11354 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11355 #  include:
11356 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11357 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11358 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11359 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11360 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11361 #  layout:
11362 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11363 #    layout: "plot-throughput"
11364 #
11365 #- type: "plot"
11366 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11367 #  algorithm: "plot_perf_box_name"
11368 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11369 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11370 #  include:
11371 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11372 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11373 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11374 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11375 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11376 #  layout:
11377 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11378 #    layout: "plot-throughput"
11379 #
11380 #- type: "plot"
11381 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11382 #  algorithm: "plot_perf_box_name"
11383 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11384 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11385 #  include:
11386 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11387 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11388 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11389 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11390 #  layout:
11391 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11392 #    layout: "plot-throughput"
11393 #
11394 #- type: "plot"
11395 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11396 #  algorithm: "plot_perf_box_name"
11397 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11398 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11399 #  include:
11400 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11401 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11402 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11403 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11404 #  layout:
11405 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11406 #    layout: "plot-throughput"
11407
11408 - type: "plot"
11409   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11410   algorithm: "plot_perf_box_name"
11411   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11412   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11413   include:
11414     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11415     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11416     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11417     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11418     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11419     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11420   layout:
11421     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11422     layout: "plot-throughput"
11423
11424 - type: "plot"
11425   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11426   algorithm: "plot_perf_box_name"
11427   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11428   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11429   include:
11430     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11431     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11432     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11433     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11434     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11435     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11436   layout:
11437     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11438     layout: "plot-throughput"
11439
11440 #- type: "plot"
11441 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11442 #  algorithm: "plot_perf_box_name"
11443 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11444 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11445 #  include:
11446 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11447 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11448 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11449 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11450 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11451 #  layout:
11452 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11453 #    layout: "plot-throughput"
11454 #
11455 #- type: "plot"
11456 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11457 #  algorithm: "plot_perf_box_name"
11458 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11459 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11460 #  include:
11461 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11462 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11463 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11464 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11465 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11466 #  layout:
11467 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11468 #    layout: "plot-throughput"
11469 #
11470 #- type: "plot"
11471 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11472 #  algorithm: "plot_perf_box_name"
11473 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11474 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11475 #  include:
11476 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11477 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11478 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11479 #  layout:
11480 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11481 #    layout: "plot-throughput"
11482 #
11483 #- type: "plot"
11484 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11485 #  algorithm: "plot_perf_box_name"
11486 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11487 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11488 #  include:
11489 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11490 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11491 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11492 #  layout:
11493 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11494 #    layout: "plot-throughput"
11495 #
11496 #- type: "plot"
11497 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11498 #  algorithm: "plot_perf_box_name"
11499 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11500 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11501 #  include:
11502 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11503 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11504 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11505 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11506 #  layout:
11507 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11508 #    layout: "plot-throughput"
11509 #
11510 #- type: "plot"
11511 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11512 #  algorithm: "plot_perf_box_name"
11513 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11514 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11515 #  include:
11516 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11517 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11518 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11519 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11520 #  layout:
11521 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11522 #    layout: "plot-throughput"
11523 #
11524 #- type: "plot"
11525 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11526 #  algorithm: "plot_perf_box_name"
11527 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11528 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11529 #  include:
11530 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11531 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11532 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11533 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11534 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11535 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11536 #  layout:
11537 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11538 #    layout: "plot-throughput"
11539 #
11540 #- type: "plot"
11541 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11542 #  algorithm: "plot_perf_box_name"
11543 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11544 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11545 #  include:
11546 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11547 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11548 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11549 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11550 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11551 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11552 #  layout:
11553 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11554 #    layout: "plot-throughput"
11555 #
11556 #- type: "plot"
11557 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11558 #  algorithm: "plot_perf_box_name"
11559 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11560 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11561 #  include:
11562 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11563 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11564 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11565 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11566 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11567 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11568 #  layout:
11569 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11570 #    layout: "plot-throughput"
11571 #
11572 #- type: "plot"
11573 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11574 #  algorithm: "plot_perf_box_name"
11575 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11576 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11577 #  include:
11578 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11579 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11580 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11581 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11582 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11583 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11584 #  layout:
11585 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11586 #    layout: "plot-throughput"
11587
11588 - type: "plot"
11589   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11590   algorithm: "plot_perf_box_name"
11591   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11592   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11593   include:
11594     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11595     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11596     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11597     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11598   layout:
11599     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11600     layout: "plot-throughput"
11601
11602 - type: "plot"
11603   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11604   algorithm: "plot_perf_box_name"
11605   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11606   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11607   include:
11608     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11609     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11610     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11611     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11612   layout:
11613     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11614     layout: "plot-throughput"
11615
11616 - type: "plot"
11617   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11618   algorithm: "plot_perf_box_name"
11619   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11620   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11621   include:
11622     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11623     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11624     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11625     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11626     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11627     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11628   layout:
11629     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11630     layout: "plot-throughput"
11631
11632 - type: "plot"
11633   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11634   algorithm: "plot_perf_box_name"
11635   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11636   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11637   include:
11638     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11639     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11640     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11641     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11642     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11643     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11644   layout:
11645     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11646     layout: "plot-throughput"
11647
11648 - type: "plot"
11649   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11650   algorithm: "plot_perf_box_name"
11651   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11652   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11653   include:
11654     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11655     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11656     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11657     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11658     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11659     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11660   layout:
11661     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11662     layout: "plot-throughput"
11663
11664 - type: "plot"
11665   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11666   algorithm: "plot_perf_box_name"
11667   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11668   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11669   include:
11670     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11671     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11672     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11673     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11674     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11675     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11676   layout:
11677     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11678     layout: "plot-throughput"
11679
11680 - type: "plot"
11681   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11682   algorithm: "plot_perf_box_name"
11683   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11684   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11685   include:
11686     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11687     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11688     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11689     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11690   layout:
11691     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11692     layout: "plot-throughput"
11693
11694 - type: "plot"
11695   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11696   algorithm: "plot_perf_box_name"
11697   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11698   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11699   include:
11700     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11701     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11702     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11703     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11704   layout:
11705     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11706     layout: "plot-throughput"
11707
11708 - type: "plot"
11709   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11710   algorithm: "plot_perf_box_name"
11711   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11712   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11713   include:
11714     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11715     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11716     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11717     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11718     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11719     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11720   layout:
11721     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11722     layout: "plot-throughput"
11723
11724 - type: "plot"
11725   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11726   algorithm: "plot_perf_box_name"
11727   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11728   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11729   include:
11730     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11731     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11732     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11733     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11734     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11735     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11736   layout:
11737     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11738     layout: "plot-throughput"
11739
11740 - type: "plot"
11741   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11742   algorithm: "plot_perf_box_name"
11743   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11744   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11745   include:
11746     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11747     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11748     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11749     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11750   layout:
11751     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11752     layout: "plot-throughput"
11753
11754 - type: "plot"
11755   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11756   algorithm: "plot_perf_box_name"
11757   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11758   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11759   include:
11760     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11761     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11762     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11763     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11764   layout:
11765     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11766     layout: "plot-throughput"
11767
11768 - type: "plot"
11769   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11770   algorithm: "plot_perf_box_name"
11771   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11772   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11773   include:
11774     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11775     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11776     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11777     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11778     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11779     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11780   layout:
11781     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11782     layout: "plot-throughput"
11783
11784 - type: "plot"
11785   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11786   algorithm: "plot_perf_box_name"
11787   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11788   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11789   include:
11790     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11791     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11792     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11793     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11794     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11795     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11796   layout:
11797     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11798     layout: "plot-throughput"
11799
11800 - type: "plot"
11801   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11802   algorithm: "plot_perf_box_name"
11803   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11804   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11805   include:
11806     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11807     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11808     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11809     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11810     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11811     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11812   layout:
11813     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11814     layout: "plot-throughput"
11815
11816 - type: "plot"
11817   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11818   algorithm: "plot_perf_box_name"
11819   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11820   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11821   include:
11822     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11823     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11824     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11825     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11826     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11827     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11828   layout:
11829     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11830     layout: "plot-throughput"
11831
11832 - type: "plot"
11833   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
11834   algorithm: "plot_perf_box_name"
11835   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
11836   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11837   include:
11838     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11839     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11840     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11841     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11842     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11843     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11844   layout:
11845     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
11846     layout: "plot-throughput"
11847
11848 - type: "plot"
11849   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
11850   algorithm: "plot_perf_box_name"
11851   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
11852   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11853   include:
11854     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11855     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11856     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11857     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11858     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11859     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11860   layout:
11861     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
11862     layout: "plot-throughput"
11863
11864 #- type: "plot"
11865 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
11866 #  algorithm: "plot_perf_box_name"
11867 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
11868 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11869 #  include:
11870 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11871 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11872 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11873 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11874 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11875 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11876 #  layout:
11877 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
11878 #    layout: "plot-throughput"
11879 #
11880 #- type: "plot"
11881 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
11882 #  algorithm: "plot_perf_box_name"
11883 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
11884 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11885 #  include:
11886 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11887 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11888 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11889 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11890 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11891 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11892 #  layout:
11893 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
11894 #    layout: "plot-throughput"
11895
11896 - type: "plot"
11897   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11898   algorithm: "plot_perf_box_name"
11899   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11900   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11901   include:
11902     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11903     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11904     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11905     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11906     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11907     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11908   layout:
11909     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11910     layout: "plot-throughput"
11911
11912 - type: "plot"
11913   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11914   algorithm: "plot_perf_box_name"
11915   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11916   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11917   include:
11918     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11919     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11920     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11921     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11922     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11923     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11924   layout:
11925     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11926     layout: "plot-throughput"
11927
11928 - type: "plot"
11929   title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11930   algorithm: "plot_perf_box_name"
11931   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11932   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11933   include:
11934     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11935     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11936     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11937   layout:
11938     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11939     layout: "plot-throughput"
11940
11941 - type: "plot"
11942   title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11943   algorithm: "plot_perf_box_name"
11944   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11945   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11946   include:
11947     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11948     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11949     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11950   layout:
11951     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11952     layout: "plot-throughput"
11953
11954 #- type: "plot"
11955 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
11956 #  algorithm: "plot_perf_box_name"
11957 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
11958 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11959 #  include:
11960 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11961 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11962 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11963 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11964 #  layout:
11965 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
11966 #    layout: "plot-throughput"
11967 #
11968 #- type: "plot"
11969 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
11970 #  algorithm: "plot_perf_box_name"
11971 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
11972 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11973 #  include:
11974 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11975 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11976 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11977 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11978 #  layout:
11979 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
11980 #    layout: "plot-throughput"
11981 #
11982 #- type: "plot"
11983 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
11984 #  algorithm: "plot_perf_box_name"
11985 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
11986 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11987 #  include:
11988 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11989 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11990 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11991 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
11992 #  layout:
11993 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
11994 #    layout: "plot-throughput"
11995 #
11996 #- type: "plot"
11997 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
11998 #  algorithm: "plot_perf_box_name"
11999 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12000 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12001 #  include:
12002 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12003 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12004 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12005 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12006 #  layout:
12007 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12008 #    layout: "plot-throughput"
12009
12010 - type: "plot"
12011   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12012   algorithm: "plot_perf_box_name"
12013   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12014   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12015   include:
12016     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12017     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12018     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12019     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12020   layout:
12021     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12022     layout: "plot-throughput"
12023
12024 - type: "plot"
12025   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12026   algorithm: "plot_perf_box_name"
12027   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12028   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12029   include:
12030     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12031     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12032     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12033     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12034   layout:
12035     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12036     layout: "plot-throughput"
12037
12038 - type: "plot"
12039   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12040   algorithm: "plot_perf_box_name"
12041   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12042   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12043   include:
12044     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12045     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12046     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12047     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12048   layout:
12049     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12050     layout: "plot-throughput"
12051
12052 - type: "plot"
12053   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12054   algorithm: "plot_perf_box_name"
12055   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12056   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12057   include:
12058     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12059     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12060     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12061     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12062   layout:
12063     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12064     layout: "plot-throughput"
12065
12066 #- type: "plot"
12067 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12068 #  algorithm: "plot_perf_box_name"
12069 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12070 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12071 #  include:
12072 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12073 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12074 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12075 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12076 #  layout:
12077 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12078 #    layout: "plot-throughput"
12079 #
12080 #- type: "plot"
12081 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12082 #  algorithm: "plot_perf_box_name"
12083 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12084 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12085 #  include:
12086 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12087 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12088 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12089 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12090 #  layout:
12091 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12092 #    layout: "plot-throughput"
12093 #
12094 #- type: "plot"
12095 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12096 #  algorithm: "plot_perf_box_name"
12097 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12098 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12099 #  include:
12100 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12101 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12102 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12103 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12104 #  layout:
12105 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12106 #    layout: "plot-throughput"
12107 #
12108 #- type: "plot"
12109 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12110 #  algorithm: "plot_perf_box_name"
12111 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12112 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12113 #  include:
12114 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12115 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12116 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12117 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12118 #  layout:
12119 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12120 #    layout: "plot-throughput"
12121 #
12122 #- type: "plot"
12123 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12124 #  algorithm: "plot_perf_box_name"
12125 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12126 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12127 #  include:
12128 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12129 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12130 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12131 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12132 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12133 #  layout:
12134 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12135 #    layout: "plot-throughput"
12136 #
12137 #- type: "plot"
12138 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12139 #  algorithm: "plot_perf_box_name"
12140 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12141 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12142 #  include:
12143 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12144 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12145 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12146 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12147 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12148 #  layout:
12149 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12150 #    layout: "plot-throughput"
12151 #
12152 #- type: "plot"
12153 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12154 #  algorithm: "plot_perf_box_name"
12155 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12156 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12157 #  include:
12158 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12159 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12160 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12161 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12162 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12163 #  layout:
12164 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12165 #    layout: "plot-throughput"
12166 #
12167 #- type: "plot"
12168 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12169 #  algorithm: "plot_perf_box_name"
12170 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12171 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12172 #  include:
12173 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12174 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12175 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12176 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12177 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12178 #  layout:
12179 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12180 #    layout: "plot-throughput"
12181 #
12182 #- type: "plot"
12183 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12184 #  algorithm: "plot_perf_box_name"
12185 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12186 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12187 #  include:
12188 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12189 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12190 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12191 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12192 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12193 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12194 #  layout:
12195 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12196 #    layout: "plot-throughput"
12197 #
12198 #- type: "plot"
12199 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12200 #  algorithm: "plot_perf_box_name"
12201 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12202 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12203 #  include:
12204 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12205 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12206 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12207 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12208 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12209 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12210 #  layout:
12211 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12212 #    layout: "plot-throughput"
12213 #
12214 #- type: "plot"
12215 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12216 #  algorithm: "plot_perf_box_name"
12217 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12218 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12219 #  include:
12220 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12221 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12222 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12223 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12224 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12225 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12226 #  layout:
12227 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12228 #    layout: "plot-throughput"
12229 #
12230 #- type: "plot"
12231 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12232 #  algorithm: "plot_perf_box_name"
12233 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12234 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12235 #  include:
12236 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12237 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12238 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12239 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12240 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12241 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12242 #  layout:
12243 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12244 #    layout: "plot-throughput"
12245
12246 - type: "plot"
12247   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12248   algorithm: "plot_perf_box_name"
12249   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12250   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12251   include:
12252     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12253     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12254     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12255     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12256     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12257   layout:
12258     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12259     layout: "plot-throughput"
12260
12261 - type: "plot"
12262   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12263   algorithm: "plot_perf_box_name"
12264   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12265   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12266   include:
12267     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12268     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12269     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12270     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12271     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12272   layout:
12273     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12274     layout: "plot-throughput"
12275
12276 - type: "plot"
12277   title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12278   algorithm: "plot_perf_box_name"
12279   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12280   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12281   include:
12282     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12283     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12284     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12285     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12286     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12287     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12288   layout:
12289     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12290     layout: "plot-throughput"
12291
12292 - type: "plot"
12293   title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12294   algorithm: "plot_perf_box_name"
12295   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12296   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12297   include:
12298     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12299     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12300     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12301     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12302     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12303     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12304   layout:
12305     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12306     layout: "plot-throughput"
12307
12308 #- type: "plot"
12309 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12310 #  algorithm: "plot_perf_box_name"
12311 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12312 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12313 #  include:
12314 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12315 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12316 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12317 #  layout:
12318 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12319 #    layout: "plot-throughput"
12320 #
12321 #- type: "plot"
12322 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12323 #  algorithm: "plot_perf_box_name"
12324 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12325 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12326 #  include:
12327 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12328 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12329 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12330 #  layout:
12331 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12332 #    layout: "plot-throughput"
12333
12334 ################################################################################
12335
12336 # Packet Speedup
12337
12338 #- type: "plot"
12339 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12340 #  algorithm: "plot_tsa_name"
12341 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12342 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12343 #  include:
12344 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12345 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12346 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12347 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12348 #  layout:
12349 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
12350 #    layout: "plot-throughput-speedup-analysis"
12351 #
12352 #- type: "plot"
12353 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12354 #  algorithm: "plot_tsa_name"
12355 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12356 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12357 #  include:
12358 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12359 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12360 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12361 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12362 #  layout:
12363 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
12364 #    layout: "plot-throughput-speedup-analysis"
12365 #
12366 #- type: "plot"
12367 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12368 #  algorithm: "plot_tsa_name"
12369 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12370 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12371 #  include:
12372 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12373 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12374 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12375 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12376 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12377 #  layout:
12378 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
12379 #    layout: "plot-throughput-speedup-analysis"
12380 #
12381 #- type: "plot"
12382 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12383 #  algorithm: "plot_tsa_name"
12384 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12385 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12386 #  include:
12387 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12388 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12389 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12390 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12391 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12392 #  layout:
12393 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
12394 #    layout: "plot-throughput-speedup-analysis"
12395 #
12396 #- type: "plot"
12397 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12398 #  algorithm: "plot_tsa_name"
12399 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12400 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12401 #  include:
12402 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12403 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12404 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12405 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12406 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12407 #  layout:
12408 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12409 #    layout: "plot-throughput-speedup-analysis"
12410 #
12411 #- type: "plot"
12412 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12413 #  algorithm: "plot_tsa_name"
12414 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12415 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12416 #  include:
12417 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12418 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12419 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12420 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12421 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12422 #  layout:
12423 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12424 #    layout: "plot-throughput-speedup-analysis"
12425 #
12426 #- type: "plot"
12427 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12428 #  algorithm: "plot_tsa_name"
12429 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12430 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12431 #  include:
12432 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12433 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12434 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12435 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12436 #  layout:
12437 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12438 #    layout: "plot-throughput-speedup-analysis"
12439 #
12440 #- type: "plot"
12441 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12442 #  algorithm: "plot_tsa_name"
12443 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12444 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12445 #  include:
12446 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12447 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12448 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12449 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12450 #  layout:
12451 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12452 #    layout: "plot-throughput-speedup-analysis"
12453 #
12454 #- type: "plot"
12455 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12456 #  algorithm: "plot_tsa_name"
12457 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12458 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12459 #  include:
12460 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12461 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12462 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12463 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12464 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12465 #  layout:
12466 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12467 #    layout: "plot-throughput-speedup-analysis"
12468 #
12469 #- type: "plot"
12470 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12471 #  algorithm: "plot_tsa_name"
12472 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12473 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12474 #  include:
12475 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12476 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12477 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12478 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12479 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12480 #  layout:
12481 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12482 #    layout: "plot-throughput-speedup-analysis"
12483 #
12484 #- type: "plot"
12485 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12486 #  algorithm: "plot_tsa_name"
12487 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12488 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12489 #  include:
12490 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12491 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12492 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12493 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12494 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12495 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12496 #  layout:
12497 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12498 #    layout: "plot-throughput-speedup-analysis"
12499 #
12500 #- type: "plot"
12501 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12502 #  algorithm: "plot_tsa_name"
12503 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12504 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12505 #  include:
12506 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12507 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12508 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12509 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12510 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12511 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12512 #  layout:
12513 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12514 #    layout: "plot-throughput-speedup-analysis"
12515
12516 - type: "plot"
12517   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12518   algorithm: "plot_tsa_name"
12519   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12520   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12521   include:
12522     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12523     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12524     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12525   layout:
12526     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
12527     layout: "plot-throughput-speedup-analysis"
12528
12529 - type: "plot"
12530   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12531   algorithm: "plot_tsa_name"
12532   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12533   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12534   include:
12535     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12536     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12537     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12538   layout:
12539     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
12540     layout: "plot-throughput-speedup-analysis"
12541
12542 #- type: "plot"
12543 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12544 #  algorithm: "plot_tsa_name"
12545 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12546 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12547 #  include:
12548 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12549 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12550 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12551 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12552 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12553 #  layout:
12554 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12555 #    layout: "plot-throughput-speedup-analysis"
12556 #
12557 #- type: "plot"
12558 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12559 #  algorithm: "plot_tsa_name"
12560 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12561 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12562 #  include:
12563 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12564 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12565 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12566 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12567 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12568 #  layout:
12569 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12570 #    layout: "plot-throughput-speedup-analysis"
12571 #
12572 #- type: "plot"
12573 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12574 #  algorithm: "plot_tsa_name"
12575 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12576 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12577 #  include:
12578 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12579 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12580 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12581 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12582 #  layout:
12583 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12584 #    layout: "plot-throughput-speedup-analysis"
12585 #
12586 #- type: "plot"
12587 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12588 #  algorithm: "plot_tsa_name"
12589 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12590 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12591 #  include:
12592 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12593 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12594 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12595 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12596 #  layout:
12597 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12598 #    layout: "plot-throughput-speedup-analysis"
12599 #
12600 #- type: "plot"
12601 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12602 #  algorithm: "plot_tsa_name"
12603 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12604 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12605 #  include:
12606 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12607 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12608 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12609 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12610 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12611 #  layout:
12612 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12613 #    layout: "plot-throughput-speedup-analysis"
12614 #
12615 #- type: "plot"
12616 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12617 #  algorithm: "plot_tsa_name"
12618 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12619 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12620 #  include:
12621 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12622 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12623 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12624 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12625 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12626 #  layout:
12627 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12628 #    layout: "plot-throughput-speedup-analysis"
12629 #
12630 #- type: "plot"
12631 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12632 #  algorithm: "plot_tsa_name"
12633 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12634 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12635 #  include:
12636 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12637 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12638 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12639 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12640 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12641 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12642 #  layout:
12643 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12644 #    layout: "plot-throughput-speedup-analysis"
12645 #
12646 #- type: "plot"
12647 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12648 #  algorithm: "plot_tsa_name"
12649 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12650 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12651 #  include:
12652 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12653 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12654 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12655 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12656 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12657 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12658 #  layout:
12659 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12660 #    layout: "plot-throughput-speedup-analysis"
12661
12662 - type: "plot"
12663   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12664   algorithm: "plot_tsa_name"
12665   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12666   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12667   include:
12668     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12669     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12670   layout:
12671     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
12672     layout: "plot-throughput-speedup-analysis"
12673
12674 - type: "plot"
12675   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12676   algorithm: "plot_tsa_name"
12677   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12678   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12679   include:
12680     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12681     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12682   layout:
12683     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
12684     layout: "plot-throughput-speedup-analysis"
12685
12686 #- type: "plot"
12687 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12688 #  algorithm: "plot_tsa_name"
12689 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12690 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12691 #  include:
12692 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12693 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12694 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12695 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12696 #  layout:
12697 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
12698 #    layout: "plot-throughput-speedup-analysis"
12699 #
12700 #- type: "plot"
12701 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12702 #  algorithm: "plot_tsa_name"
12703 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12704 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12705 #  include:
12706 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12707 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12708 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12709 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12710 #  layout:
12711 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
12712 #    layout: "plot-throughput-speedup-analysis"
12713 #
12714 #- type: "plot"
12715 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12716 #  algorithm: "plot_tsa_name"
12717 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12718 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12719 #  include:
12720 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12721 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12722 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12723 #  layout:
12724 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
12725 #    layout: "plot-throughput-speedup-analysis"
12726 #
12727 #- type: "plot"
12728 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12729 #  algorithm: "plot_tsa_name"
12730 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12731 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12732 #  include:
12733 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12734 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12735 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12736 #  layout:
12737 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
12738 #    layout: "plot-throughput-speedup-analysis"
12739 #
12740 #- type: "plot"
12741 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12742 #  algorithm: "plot_tsa_name"
12743 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12744 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12745 #  include:
12746 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12747 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12748 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12749 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12750 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12751 #  layout:
12752 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
12753 #    layout: "plot-throughput-speedup-analysis"
12754 #
12755 #- type: "plot"
12756 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12757 #  algorithm: "plot_tsa_name"
12758 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12759 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12760 #  include:
12761 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12762 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12763 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12764 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12765 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12766 #  layout:
12767 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
12768 #    layout: "plot-throughput-speedup-analysis"
12769
12770 - type: "plot"
12771   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12772   algorithm: "plot_tsa_name"
12773   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12774   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12775   include:
12776     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12777     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12778     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12779   layout:
12780     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
12781     layout: "plot-throughput-speedup-analysis"
12782
12783 - type: "plot"
12784   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12785   algorithm: "plot_tsa_name"
12786   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12787   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12788   include:
12789     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12790     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12791     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12792   layout:
12793     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
12794     layout: "plot-throughput-speedup-analysis"
12795
12796 #- type: "plot"
12797 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12798 #  algorithm: "plot_tsa_name"
12799 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12800 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12801 #  include:
12802 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12803 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12804 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12805 #  layout:
12806 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
12807 #    layout: "plot-throughput-speedup-analysis"
12808 #
12809 #- type: "plot"
12810 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12811 #  algorithm: "plot_tsa_name"
12812 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12813 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12814 #  include:
12815 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12816 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12817 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12818 #  layout:
12819 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
12820 #    layout: "plot-throughput-speedup-analysis"
12821 #
12822 #- type: "plot"
12823 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12824 #  algorithm: "plot_tsa_name"
12825 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12826 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12827 #  include:
12828 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12829 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12830 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12831 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12832 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12833 #  layout:
12834 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
12835 #    layout: "plot-throughput-speedup-analysis"
12836 #
12837 #- type: "plot"
12838 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12839 #  algorithm: "plot_tsa_name"
12840 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12841 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12842 #  include:
12843 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12844 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12845 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12846 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12847 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12848 #  layout:
12849 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
12850 #    layout: "plot-throughput-speedup-analysis"
12851
12852 - type: "plot"
12853   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
12854   algorithm: "plot_tsa_name"
12855   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
12856   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12857   include:
12858     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12859     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12860     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12861     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12862     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12863     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12864   layout:
12865     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12866     layout: "plot-throughput-speedup-analysis"
12867
12868 - type: "plot"
12869   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
12870   algorithm: "plot_tsa_name"
12871   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
12872   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12873   include:
12874     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12875     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12876     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12877     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12878     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12879     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12880   layout:
12881     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12882     layout: "plot-throughput-speedup-analysis"
12883
12884 - type: "plot"
12885   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
12886   algorithm: "plot_tsa_name"
12887   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
12888   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12889   include:
12890     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12891     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12892     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12893     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12894   layout:
12895     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12896     layout: "plot-throughput-speedup-analysis"
12897
12898 - type: "plot"
12899   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
12900   algorithm: "plot_tsa_name"
12901   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
12902   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12903   include:
12904     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12905     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12906     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12907     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12908   layout:
12909     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12910     layout: "plot-throughput-speedup-analysis"
12911
12912 #- type: "plot"
12913 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
12914 #  algorithm: "plot_tsa_name"
12915 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
12916 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12917 #  include:
12918 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12919 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12920 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12921 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12922 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12923 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12924 #  layout:
12925 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
12926 #    layout: "plot-throughput-speedup-analysis"
12927 #
12928 #- type: "plot"
12929 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
12930 #  algorithm: "plot_tsa_name"
12931 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
12932 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12933 #  include:
12934 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12935 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12936 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12937 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12938 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12939 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12940 #  layout:
12941 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
12942 #    layout: "plot-throughput-speedup-analysis"
12943 #
12944 #- type: "plot"
12945 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
12946 #  algorithm: "plot_tsa_name"
12947 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
12948 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12949 #  include:
12950 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
12951 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12952 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12953 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12954 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12955 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
12956 #  layout:
12957 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
12958 #    layout: "plot-throughput-speedup-analysis"
12959 #
12960 #- type: "plot"
12961 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
12962 #  algorithm: "plot_tsa_name"
12963 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
12964 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12965 #  include:
12966 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
12967 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12968 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12969 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12970 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12971 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
12972 #  layout:
12973 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
12974 #    layout: "plot-throughput-speedup-analysis"
12975 #
12976 #- type: "plot"
12977 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
12978 #  algorithm: "plot_tsa_name"
12979 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
12980 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12981 #  include:
12982 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
12983 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
12984 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12985 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12986 #  layout:
12987 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
12988 #    layout: "plot-throughput-speedup-analysis"
12989 #
12990 #- type: "plot"
12991 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
12992 #  algorithm: "plot_tsa_name"
12993 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
12994 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12995 #  include:
12996 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
12997 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
12998 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12999 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13000 #  layout:
13001 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
13002 #    layout: "plot-throughput-speedup-analysis"
13003 #
13004 #- type: "plot"
13005 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13006 #  algorithm: "plot_tsa_name"
13007 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13008 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13009 #  include:
13010 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13011 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13012 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13013 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13014 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13015 #  layout:
13016 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13017 #    layout: "plot-throughput-speedup-analysis"
13018 #
13019 #- type: "plot"
13020 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13021 #  algorithm: "plot_tsa_name"
13022 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13023 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13024 #  include:
13025 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13026 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13027 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13028 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13029 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13030 #  layout:
13031 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13032 #    layout: "plot-throughput-speedup-analysis"
13033 #
13034 #- type: "plot"
13035 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13036 #  algorithm: "plot_tsa_name"
13037 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13038 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13039 #  include:
13040 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13041 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13042 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13043 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13044 #  layout:
13045 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13046 #    layout: "plot-throughput-speedup-analysis"
13047 #
13048 #- type: "plot"
13049 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13050 #  algorithm: "plot_tsa_name"
13051 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13052 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13053 #  include:
13054 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13055 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13056 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13057 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13058 #  layout:
13059 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13060 #    layout: "plot-throughput-speedup-analysis"
13061
13062 - type: "plot"
13063   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13064   algorithm: "plot_tsa_name"
13065   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13066   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13067   include:
13068     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13069     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13070     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13071     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13072     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13073     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13074   layout:
13075     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
13076     layout: "plot-throughput-speedup-analysis"
13077
13078 - type: "plot"
13079   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13080   algorithm: "plot_tsa_name"
13081   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13082   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13083   include:
13084     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13085     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13086     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13087     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13088     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13089     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13090   layout:
13091     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
13092     layout: "plot-throughput-speedup-analysis"
13093
13094 #- type: "plot"
13095 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13096 #  algorithm: "plot_tsa_name"
13097 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13098 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13099 #  include:
13100 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13101 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13102 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13103 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13104 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13105 #  layout:
13106 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13107 #    layout: "plot-throughput-speedup-analysis"
13108 #
13109 #- type: "plot"
13110 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13111 #  algorithm: "plot_tsa_name"
13112 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13113 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13114 #  include:
13115 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13116 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13117 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13118 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13119 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13120 #  layout:
13121 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13122 #    layout: "plot-throughput-speedup-analysis"
13123 #
13124 #- type: "plot"
13125 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13126 #  algorithm: "plot_tsa_name"
13127 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13128 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13129 #  include:
13130 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13131 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13132 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13133 #  layout:
13134 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
13135 #    layout: "plot-throughput-speedup-analysis"
13136 #
13137 #- type: "plot"
13138 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13139 #  algorithm: "plot_tsa_name"
13140 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13141 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13142 #  include:
13143 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13144 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13145 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13146 #  layout:
13147 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
13148 #    layout: "plot-throughput-speedup-analysis"
13149 #
13150 #- type: "plot"
13151 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13152 #  algorithm: "plot_tsa_name"
13153 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13154 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13155 #  include:
13156 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13157 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13158 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13159 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13160 #  layout:
13161 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13162 #    layout: "plot-throughput-speedup-analysis"
13163 #
13164 #- type: "plot"
13165 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13166 #  algorithm: "plot_tsa_name"
13167 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13168 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13169 #  include:
13170 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13171 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13172 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13173 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13174 #  layout:
13175 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13176 #    layout: "plot-throughput-speedup-analysis"
13177 #
13178 #- type: "plot"
13179 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13180 #  algorithm: "plot_tsa_name"
13181 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13182 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13183 #  include:
13184 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13185 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13186 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13187 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13188 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13189 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13190 #  layout:
13191 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13192 #    layout: "plot-throughput-speedup-analysis"
13193 #
13194 #- type: "plot"
13195 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13196 #  algorithm: "plot_tsa_name"
13197 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13198 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13199 #  include:
13200 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13201 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13202 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13203 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13204 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13205 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13206 #  layout:
13207 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13208 #    layout: "plot-throughput-speedup-analysis"
13209 #
13210 #- type: "plot"
13211 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13212 #  algorithm: "plot_tsa_name"
13213 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13214 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13215 #  include:
13216 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13217 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13218 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13219 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13220 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13221 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13222 #  layout:
13223 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr"
13224 #    layout: "plot-throughput-speedup-analysis"
13225 #
13226 #- type: "plot"
13227 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13228 #  algorithm: "plot_tsa_name"
13229 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13230 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13231 #  include:
13232 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13233 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13234 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13235 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13236 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13237 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13238 #  layout:
13239 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr"
13240 #    layout: "plot-throughput-speedup-analysis"
13241
13242 - type: "plot"
13243   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13244   algorithm: "plot_tsa_name"
13245   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13246   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13247   include:
13248     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13249     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13250     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13251     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13252     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13253     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13254   layout:
13255     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
13256     layout: "plot-throughput-speedup-analysis"
13257
13258 - type: "plot"
13259   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13260   algorithm: "plot_tsa_name"
13261   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13262   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13263   include:
13264     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13265     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13266     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13267     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13268     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13269     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13270   layout:
13271     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
13272     layout: "plot-throughput-speedup-analysis"
13273
13274 #- type: "plot"
13275 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13276 #  algorithm: "plot_tsa_name"
13277 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13278 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13279 #  include:
13280 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13281 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13282 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13283 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13284 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13285 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13286 #  layout:
13287 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr"
13288 #    layout: "plot-throughput-speedup-analysis"
13289 #
13290 #- type: "plot"
13291 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13292 #  algorithm: "plot_tsa_name"
13293 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13294 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13295 #  include:
13296 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13297 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13298 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13299 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13300 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13301 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13302 #  layout:
13303 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr"
13304 #    layout: "plot-throughput-speedup-analysis"
13305 #
13306 #- type: "plot"
13307 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13308 #  algorithm: "plot_tsa_name"
13309 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13310 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13311 #  include:
13312 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13313 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13314 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13315 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13316 #  layout:
13317 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13318 #    layout: "plot-throughput-speedup-analysis"
13319 #
13320 #- type: "plot"
13321 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13322 #  algorithm: "plot_tsa_name"
13323 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13324 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13325 #  include:
13326 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13327 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13328 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13329 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13330 #  layout:
13331 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13332 #    layout: "plot-throughput-speedup-analysis"
13333 #
13334 #- type: "plot"
13335 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13336 #  algorithm: "plot_tsa_name"
13337 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13338 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13339 #  include:
13340 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13341 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13342 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13343 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13344 #  layout:
13345 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13346 #    layout: "plot-throughput-speedup-analysis"
13347 #
13348 #- type: "plot"
13349 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13350 #  algorithm: "plot_tsa_name"
13351 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13352 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13353 #  include:
13354 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13355 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13356 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13357 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13358 #  layout:
13359 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13360 #    layout: "plot-throughput-speedup-analysis"
13361
13362 - type: "plot"
13363   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13364   algorithm: "plot_tsa_name"
13365   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
13366   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13367   include:
13368     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13369     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13370     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13371     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13372   layout:
13373     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13374     layout: "plot-throughput-speedup-analysis"
13375
13376 - type: "plot"
13377   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13378   algorithm: "plot_tsa_name"
13379   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
13380   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13381   include:
13382     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13383     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13384     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13385     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13386   layout:
13387     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13388     layout: "plot-throughput-speedup-analysis"
13389
13390 - type: "plot"
13391   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13392   algorithm: "plot_tsa_name"
13393   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13394   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13395   include:
13396     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13397     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13398     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13399     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13400   layout:
13401     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13402     layout: "plot-throughput-speedup-analysis"
13403
13404 - type: "plot"
13405   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13406   algorithm: "plot_tsa_name"
13407   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13408   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13409   include:
13410     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13411     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13412     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13413     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13414   layout:
13415     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13416     layout: "plot-throughput-speedup-analysis"
13417
13418 #- type: "plot"
13419 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13420 #  algorithm: "plot_tsa_name"
13421 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13422 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13423 #  include:
13424 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13425 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13426 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13427 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13428 #  layout:
13429 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13430 #    layout: "plot-throughput-speedup-analysis"
13431 #
13432 #- type: "plot"
13433 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13434 #  algorithm: "plot_tsa_name"
13435 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13436 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13437 #  include:
13438 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13439 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13440 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13441 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13442 #  layout:
13443 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13444 #    layout: "plot-throughput-speedup-analysis"
13445 #
13446 #- type: "plot"
13447 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13448 #  algorithm: "plot_tsa_name"
13449 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13450 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13451 #  include:
13452 #    - "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"
13453 #    - "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"
13454 #    - "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"
13455 #    - "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"
13456 #  layout:
13457 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13458 #    layout: "plot-throughput-speedup-analysis"
13459 #
13460 #- type: "plot"
13461 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13462 #  algorithm: "plot_tsa_name"
13463 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13464 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13465 #  include:
13466 #    - "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"
13467 #    - "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"
13468 #    - "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"
13469 #    - "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"
13470 #  layout:
13471 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13472 #    layout: "plot-throughput-speedup-analysis"
13473 #
13474 #- type: "plot"
13475 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13476 #  algorithm: "plot_tsa_name"
13477 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13478 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13479 #  include:
13480 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13481 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13482 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13483 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13484 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13485 #  layout:
13486 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13487 #    layout: "plot-throughput-speedup-analysis"
13488 #
13489 #- type: "plot"
13490 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13491 #  algorithm: "plot_tsa_name"
13492 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13493 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13494 #  include:
13495 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13496 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13497 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13498 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13499 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13500 #  layout:
13501 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13502 #    layout: "plot-throughput-speedup-analysis"
13503 #
13504 #- type: "plot"
13505 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13506 #  algorithm: "plot_tsa_name"
13507 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13508 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13509 #  include:
13510 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13511 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13512 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13513 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13514 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13515 #  layout:
13516 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13517 #    layout: "plot-throughput-speedup-analysis"
13518 #
13519 #- type: "plot"
13520 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13521 #  algorithm: "plot_tsa_name"
13522 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13523 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13524 #  include:
13525 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13526 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13527 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13528 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13529 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13530 #  layout:
13531 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13532 #    layout: "plot-throughput-speedup-analysis"
13533 #
13534 #- type: "plot"
13535 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13536 #  algorithm: "plot_tsa_name"
13537 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13538 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13539 #  include:
13540 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13541 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13542 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13543 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13544 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13545 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13546 #  layout:
13547 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13548 #    layout: "plot-throughput-speedup-analysis"
13549 #
13550 #- type: "plot"
13551 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13552 #  algorithm: "plot_tsa_name"
13553 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13554 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13555 #  include:
13556 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13557 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13558 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13559 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13560 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13561 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13562 #  layout:
13563 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13564 #    layout: "plot-throughput-speedup-analysis"
13565 #
13566 #- type: "plot"
13567 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13568 #  algorithm: "plot_tsa_name"
13569 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13570 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13571 #  include:
13572 #    - "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"
13573 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13574 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13575 #    - "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"
13576 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13577 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13578 #  layout:
13579 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13580 #    layout: "plot-throughput-speedup-analysis"
13581 #
13582 #- type: "plot"
13583 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13584 #  algorithm: "plot_tsa_name"
13585 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13586 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13587 #  include:
13588 #    - "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"
13589 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13590 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13591 #    - "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"
13592 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13593 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13594 #  layout:
13595 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13596 #    layout: "plot-throughput-speedup-analysis"
13597 #
13598 #- type: "plot"
13599 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13600 #  algorithm: "plot_tsa_name"
13601 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13602 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13603 #  include:
13604 #    - "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"
13605 #    - "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"
13606 #    - "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"
13607 #  layout:
13608 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr"
13609 #    layout: "plot-throughput-speedup-analysis"
13610 #
13611 #- type: "plot"
13612 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13613 #  algorithm: "plot_tsa_name"
13614 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13615 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13616 #  include:
13617 #    - "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"
13618 #    - "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"
13619 #    - "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"
13620 #  layout:
13621 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr"
13622 #    layout: "plot-throughput-speedup-analysis"
13623
13624 - type: "plot"
13625   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13626   algorithm: "plot_tsa_name"
13627   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13628   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13629   include:
13630     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13631     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13632     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13633     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13634     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13635   layout:
13636     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
13637     layout: "plot-throughput-speedup-analysis"
13638
13639 - type: "plot"
13640   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13641   algorithm: "plot_tsa_name"
13642   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13643   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13644   include:
13645     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13646     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13647     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13648     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13649     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13650   layout:
13651     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
13652     layout: "plot-throughput-speedup-analysis"
13653
13654 - type: "plot"
13655   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13656   algorithm: "plot_tsa_name"
13657   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13658   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13659   include:
13660     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13661     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13662     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13663     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13664     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13665   layout:
13666     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
13667     layout: "plot-throughput-speedup-analysis"
13668
13669 - type: "plot"
13670   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13671   algorithm: "plot_tsa_name"
13672   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13673   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13674   include:
13675     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13676     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13677     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13678     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13679     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13680   layout:
13681     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
13682     layout: "plot-throughput-speedup-analysis"
13683
13684 - type: "plot"
13685   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13686   algorithm: "plot_tsa_name"
13687   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13688   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13689   include:
13690     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13691     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13692     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13693     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13694     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13695     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13696   layout:
13697     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
13698     layout: "plot-throughput-speedup-analysis"
13699
13700 - type: "plot"
13701   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13702   algorithm: "plot_tsa_name"
13703   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13704   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13705   include:
13706     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13707     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13708     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13709     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13710     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13711     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13712   layout:
13713     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
13714     layout: "plot-throughput-speedup-analysis"
13715
13716 - type: "plot"
13717   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13718   algorithm: "plot_tsa_name"
13719   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13720   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13721   include:
13722     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13723     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13724     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13725     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13726   layout:
13727     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
13728     layout: "plot-throughput-speedup-analysis"
13729
13730 - type: "plot"
13731   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13732   algorithm: "plot_tsa_name"
13733   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13734   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13735   include:
13736     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13737     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13738     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13739     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13740   layout:
13741     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
13742     layout: "plot-throughput-speedup-analysis"
13743
13744 - type: "plot"
13745   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
13746   algorithm: "plot_tsa_name"
13747   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
13748   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13749   include:
13750     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13751     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13752     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13753     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13754     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13755   layout:
13756     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
13757     layout: "plot-throughput-speedup-analysis"
13758
13759 - type: "plot"
13760   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
13761   algorithm: "plot_tsa_name"
13762   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
13763   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13764   include:
13765     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13766     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13767     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13768     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13769     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13770   layout:
13771     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
13772     layout: "plot-throughput-speedup-analysis"
13773
13774 - type: "plot"
13775   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
13776   algorithm: "plot_tsa_name"
13777   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
13778   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13779   include:
13780     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13781     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13782     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13783     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13784     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13785     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13786   layout:
13787     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13788     layout: "plot-throughput-speedup-analysis"
13789
13790 - type: "plot"
13791   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
13792   algorithm: "plot_tsa_name"
13793   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
13794   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13795   include:
13796     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13797     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13798     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13799     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13800     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13801     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13802   layout:
13803     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13804     layout: "plot-throughput-speedup-analysis"
13805
13806 - type: "plot"
13807   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
13808   algorithm: "plot_tsa_name"
13809   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
13810   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13811   include:
13812     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13813     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13814     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13815     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13816   layout:
13817     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
13818     layout: "plot-throughput-speedup-analysis"
13819
13820 - type: "plot"
13821   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
13822   algorithm: "plot_tsa_name"
13823   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
13824   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13825   include:
13826     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13827     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13828     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13829     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13830   layout:
13831     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
13832     layout: "plot-throughput-speedup-analysis"
13833
13834 - type: "plot"
13835   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
13836   algorithm: "plot_tsa_name"
13837   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
13838   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13839   include:
13840     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13841     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13842     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13843     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13844     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13845     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13846   layout:
13847     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
13848     layout: "plot-throughput-speedup-analysis"
13849
13850 - type: "plot"
13851   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
13852   algorithm: "plot_tsa_name"
13853   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
13854   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13855   include:
13856     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13857     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13858     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13859     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13860     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13861     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13862   layout:
13863     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
13864     layout: "plot-throughput-speedup-analysis"
13865
13866 - type: "plot"
13867   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
13868   algorithm: "plot_tsa_name"
13869   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
13870   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13871   include:
13872     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13873     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13874     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13875     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13876     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13877     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13878   layout:
13879     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
13880     layout: "plot-throughput-speedup-analysis"
13881
13882 - type: "plot"
13883   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
13884   algorithm: "plot_tsa_name"
13885   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
13886   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13887   include:
13888     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13889     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13890     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13891     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13892     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13893     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13894   layout:
13895     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
13896     layout: "plot-throughput-speedup-analysis"
13897
13898 - type: "plot"
13899   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
13900   algorithm: "plot_tsa_name"
13901   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
13902   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13903   include:
13904     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13905     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13906     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13907     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13908     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13909     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13910   layout:
13911     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
13912     layout: "plot-throughput-speedup-analysis"
13913
13914 - type: "plot"
13915   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
13916   algorithm: "plot_tsa_name"
13917   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
13918   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13919   include:
13920     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13921     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13922     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13923     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13924     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13925     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13926   layout:
13927     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
13928     layout: "plot-throughput-speedup-analysis"
13929
13930 - type: "plot"
13931   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
13932   algorithm: "plot_tsa_name"
13933   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
13934   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13935   include:
13936     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13937     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13938     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13939     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13940     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13941   layout:
13942     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
13943     layout: "plot-throughput-speedup-analysis"
13944
13945 - type: "plot"
13946   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
13947   algorithm: "plot_tsa_name"
13948   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
13949   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13950   include:
13951     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13952     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13953     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13954     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13955     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13956   layout:
13957     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
13958     layout: "plot-throughput-speedup-analysis"
13959
13960 - type: "plot"
13961   title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
13962   algorithm: "plot_tsa_name"
13963   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
13964   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13965   include:
13966     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13967     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13968     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13969     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13970     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13971     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13972   layout:
13973     title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
13974     layout: "plot-throughput-speedup-analysis"
13975
13976 - type: "plot"
13977   title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
13978   algorithm: "plot_tsa_name"
13979   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
13980   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13981   include:
13982     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13983     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13984     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13985     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13986     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13987     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13988   layout:
13989     title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
13990     layout: "plot-throughput-speedup-analysis"
13991
13992 - type: "plot"
13993   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13994   algorithm: "plot_tsa_name"
13995   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13996   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13997   include:
13998     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13999     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14000     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14001     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14002     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14003   layout:
14004     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14005     layout: "plot-throughput-speedup-analysis"
14006
14007 - type: "plot"
14008   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14009   algorithm: "plot_tsa_name"
14010   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14011   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14012   include:
14013     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14014     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14015     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14016     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14017     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14018   layout:
14019     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14020     layout: "plot-throughput-speedup-analysis"
14021
14022 - type: "plot"
14023   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14024   algorithm: "plot_tsa_name"
14025   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14026   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14027   include:
14028     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14029     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14030     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14031     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14032     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14033     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14034   layout:
14035     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14036     layout: "plot-throughput-speedup-analysis"
14037
14038 - type: "plot"
14039   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14040   algorithm: "plot_tsa_name"
14041   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14042   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14043   include:
14044     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14045     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14046     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14047     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14048     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14049     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14050   layout:
14051     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14052     layout: "plot-throughput-speedup-analysis"
14053
14054 - type: "plot"
14055   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14056   algorithm: "plot_tsa_name"
14057   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14058   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14059   include:
14060     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14061     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14062     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14063     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14064     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14065   layout:
14066     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14067     layout: "plot-throughput-speedup-analysis"
14068
14069 - type: "plot"
14070   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14071   algorithm: "plot_tsa_name"
14072   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14073   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14074   include:
14075     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14076     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14077     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14078     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14079     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14080   layout:
14081     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14082     layout: "plot-throughput-speedup-analysis"
14083
14084 - type: "plot"
14085   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14086   algorithm: "plot_tsa_name"
14087   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14088   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14089   include:
14090     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14091     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14092     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14093     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14094   layout:
14095     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14096     layout: "plot-throughput-speedup-analysis"
14097
14098 - type: "plot"
14099   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14100   algorithm: "plot_tsa_name"
14101   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14102   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14103   include:
14104     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14105     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14106     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14107     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14108   layout:
14109     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14110     layout: "plot-throughput-speedup-analysis"
14111
14112 - type: "plot"
14113   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14114   algorithm: "plot_tsa_name"
14115   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14116   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14117   include:
14118     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14119     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14120     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14121     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14122     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14123     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14124   layout:
14125     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14126     layout: "plot-throughput-speedup-analysis"
14127
14128 - type: "plot"
14129   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14130   algorithm: "plot_tsa_name"
14131   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14132   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14133   include:
14134     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14135     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14136     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14137     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14138     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14139     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14140   layout:
14141     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14142     layout: "plot-throughput-speedup-analysis"
14143
14144 - type: "plot"
14145   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14146   algorithm: "plot_tsa_name"
14147   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14148   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14149   include:
14150     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14151     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14152     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14153     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14154     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14155   layout:
14156     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14157     layout: "plot-throughput-speedup-analysis"
14158
14159 - type: "plot"
14160   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14161   algorithm: "plot_tsa_name"
14162   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14163   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14164   include:
14165     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14166     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14167     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14168     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14169     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14170   layout:
14171     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14172     layout: "plot-throughput-speedup-analysis"
14173
14174 - type: "plot"
14175   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14176   algorithm: "plot_tsa_name"
14177   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14178   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14179   include:
14180     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14181     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14182     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14183     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14184     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14185     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14186   layout:
14187     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14188     layout: "plot-throughput-speedup-analysis"
14189
14190 - type: "plot"
14191   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14192   algorithm: "plot_tsa_name"
14193   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14194   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14195   include:
14196     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14197     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14198     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14199     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14200     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14201     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14202   layout:
14203     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14204     layout: "plot-throughput-speedup-analysis"
14205
14206 - type: "plot"
14207   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14208   algorithm: "plot_tsa_name"
14209   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14210   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14211   include:
14212     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14213     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14214     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14215     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14216   layout:
14217     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14218     layout: "plot-throughput-speedup-analysis"
14219
14220 - type: "plot"
14221   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14222   algorithm: "plot_tsa_name"
14223   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14224   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14225   include:
14226     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14227     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14228     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14229     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14230   layout:
14231     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14232     layout: "plot-throughput-speedup-analysis"
14233
14234 - type: "plot"
14235   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14236   algorithm: "plot_tsa_name"
14237   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14238   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14239   include:
14240     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14241     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14242     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14243     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14244     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14245   layout:
14246     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14247     layout: "plot-throughput-speedup-analysis"
14248
14249 - type: "plot"
14250   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14251   algorithm: "plot_tsa_name"
14252   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14253   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14254   include:
14255     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14256     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14257     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14258     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14259     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14260   layout:
14261     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14262     layout: "plot-throughput-speedup-analysis"
14263
14264 - type: "plot"
14265   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14266   algorithm: "plot_tsa_name"
14267   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14268   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14269   include:
14270     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14271     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14272     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14273     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14274     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14275     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14276   layout:
14277     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14278     layout: "plot-throughput-speedup-analysis"
14279
14280 - type: "plot"
14281   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14282   algorithm: "plot_tsa_name"
14283   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14284   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14285   include:
14286     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14287     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14288     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14289     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14290     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14291     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14292   layout:
14293     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14294     layout: "plot-throughput-speedup-analysis"
14295
14296 - type: "plot"
14297   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14298   algorithm: "plot_tsa_name"
14299   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14300   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14301   include:
14302     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14303     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14304     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14305     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14306   layout:
14307     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14308     layout: "plot-throughput-speedup-analysis"
14309
14310 - type: "plot"
14311   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14312   algorithm: "plot_tsa_name"
14313   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14314   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14315   include:
14316     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14317     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14318     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14319     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14320   layout:
14321     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14322     layout: "plot-throughput-speedup-analysis"
14323
14324 - type: "plot"
14325   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14326   algorithm: "plot_tsa_name"
14327   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14328   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14329   include:
14330     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14331     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14332     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14333     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14334     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14335     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14336   layout:
14337     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14338     layout: "plot-throughput-speedup-analysis"
14339
14340 - type: "plot"
14341   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14342   algorithm: "plot_tsa_name"
14343   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14344   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14345   include:
14346     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14347     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14348     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14349     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14350     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14351     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14352   layout:
14353     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14354     layout: "plot-throughput-speedup-analysis"
14355
14356 - type: "plot"
14357   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14358   algorithm: "plot_tsa_name"
14359   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14360   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14361   include:
14362     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14363     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14364     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14365     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14366     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14367     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14368   layout:
14369     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14370     layout: "plot-throughput-speedup-analysis"
14371
14372 - type: "plot"
14373   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14374   algorithm: "plot_tsa_name"
14375   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14376   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14377   include:
14378     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14379     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14380     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14381     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14382     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14383     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14384   layout:
14385     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14386     layout: "plot-throughput-speedup-analysis"
14387
14388 - type: "plot"
14389   title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14390   algorithm: "plot_tsa_name"
14391   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14392   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14393   include:
14394     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14395     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14396     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14397   layout:
14398     title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14399     layout: "plot-throughput-speedup-analysis"
14400
14401 - type: "plot"
14402   title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14403   algorithm: "plot_tsa_name"
14404   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14405   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14406   include:
14407     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14408     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14409     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14410   layout:
14411     title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14412     layout: "plot-throughput-speedup-analysis"
14413
14414 ################################################################################
14415
14416 # Packet Throughput - DPDK
14417
14418 # 2n-skx-xxv710
14419
14420 #- type: "plot"
14421 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
14422 #  algorithm: "plot_perf_box_name"
14423 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
14424 #  data: "plot-dpdk-throughput-latency-2n-skx"
14425 #  include:
14426 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14427 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14428 #  layout:
14429 #    title: "2n-skx-xxv710-64b-2t1c-base-ndr"
14430 #    layout: "plot-throughput"
14431 #
14432 #- type: "plot"
14433 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
14434 #  algorithm: "plot_perf_box_name"
14435 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
14436 #  data: "plot-dpdk-throughput-latency-2n-skx"
14437 #  include:
14438 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14439 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14440 #  layout:
14441 #    title: "2n-skx-xxv710-64b-4t2c-base-ndr"
14442 #    layout: "plot-throughput"
14443 #
14444 #- type: "plot"
14445 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
14446 #  algorithm: "plot_perf_box_name"
14447 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
14448 #  data: "plot-dpdk-throughput-latency-2n-skx"
14449 #  include:
14450 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14451 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14452 #  layout:
14453 #    title: "2n-skx-xxv710-64b-2t1c-base-pdr"
14454 #    layout: "plot-throughput"
14455 #
14456 #- type: "plot"
14457 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
14458 #  algorithm: "plot_perf_box_name"
14459 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
14460 #  data: "plot-dpdk-throughput-latency-2n-skx"
14461 #  include:
14462 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14463 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14464 #  layout:
14465 #    title: "2n-skx-xxv710-64b-4t2c-base-pdr"
14466 #    layout: "plot-throughput"
14467 #
14468 ## 2n-skx-x710
14469 #
14470 #- type: "plot"
14471 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
14472 #  algorithm: "plot_perf_box_name"
14473 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
14474 #  data: "plot-dpdk-throughput-latency-2n-skx"
14475 #  include:
14476 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14477 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14478 #  layout:
14479 #    title: "2n-skx-x710-64b-2t1c-base-ndr"
14480 #    layout: "plot-throughput"
14481 #
14482 #- type: "plot"
14483 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
14484 #  algorithm: "plot_perf_box_name"
14485 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
14486 #  data: "plot-dpdk-throughput-latency-2n-skx"
14487 #  include:
14488 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14489 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14490 #  layout:
14491 #    title: "2n-skx-x710-64b-4t2c-base-ndr"
14492 #    layout: "plot-throughput"
14493 #
14494 #- type: "plot"
14495 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
14496 #  algorithm: "plot_perf_box_name"
14497 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
14498 #  data: "plot-dpdk-throughput-latency-2n-skx"
14499 #  include:
14500 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14501 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14502 #  layout:
14503 #    title: "2n-skx-x710-64b-2t1c-base-pdr"
14504 #    layout: "plot-throughput"
14505 #
14506 #- type: "plot"
14507 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
14508 #  algorithm: "plot_perf_box_name"
14509 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
14510 #  data: "plot-dpdk-throughput-latency-2n-skx"
14511 #  include:
14512 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14513 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14514 #  layout:
14515 #    title: "2n-skx-x710-64b-4t2c-base-pdr"
14516 #    layout: "plot-throughput"
14517 #
14518 ## 3n-skx-xxv710
14519 #
14520 #- type: "plot"
14521 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
14522 #  algorithm: "plot_perf_box_name"
14523 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
14524 #  data: "plot-dpdk-throughput-latency-3n-skx"
14525 #  include:
14526 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14527 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14528 #  layout:
14529 #    title: "3n-skx-xxv710-64b-2t1c-base-ndr"
14530 #    layout: "plot-throughput"
14531 #
14532 #- type: "plot"
14533 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
14534 #  algorithm: "plot_perf_box_name"
14535 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
14536 #  data: "plot-dpdk-throughput-latency-3n-skx"
14537 #  include:
14538 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14539 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14540 #  layout:
14541 #    title: "3n-skx-xxv710-64b-4t2c-base-ndr"
14542 #    layout: "plot-throughput"
14543 #
14544 #- type: "plot"
14545 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
14546 #  algorithm: "plot_perf_box_name"
14547 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
14548 #  data: "plot-dpdk-throughput-latency-3n-skx"
14549 #  include:
14550 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14551 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14552 #  layout:
14553 #    title: "3n-skx-xxv710-64b-2t1c-base-pdr"
14554 #    layout: "plot-throughput"
14555 #
14556 #- type: "plot"
14557 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
14558 #  algorithm: "plot_perf_box_name"
14559 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
14560 #  data: "plot-dpdk-throughput-latency-3n-skx"
14561 #  include:
14562 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14563 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14564 #  layout:
14565 #    title: "3n-skx-xxv710-64b-4t2c-base-pdr"
14566 #    layout: "plot-throughput"
14567 #
14568 ## 3n-skx-x710
14569 #
14570 #- type: "plot"
14571 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
14572 #  algorithm: "plot_perf_box_name"
14573 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
14574 #  data: "plot-dpdk-throughput-latency-3n-skx"
14575 #  include:
14576 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14577 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14578 #  layout:
14579 #    title: "3n-skx-x710-64b-2t1c-base-ndr"
14580 #    layout: "plot-throughput"
14581 #
14582 #- type: "plot"
14583 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
14584 #  algorithm: "plot_perf_box_name"
14585 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
14586 #  data: "plot-dpdk-throughput-latency-3n-skx"
14587 #  include:
14588 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14589 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14590 #  layout:
14591 #    title: "3n-skx-x710-64b-4t2c-base-ndr"
14592 #    layout: "plot-throughput"
14593 #
14594 #- type: "plot"
14595 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
14596 #  algorithm: "plot_perf_box_name"
14597 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
14598 #  data: "plot-dpdk-throughput-latency-3n-skx"
14599 #  include:
14600 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14601 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14602 #  layout:
14603 #    title: "3n-skx-x710-64b-2t1c-base-pdr"
14604 #    layout: "plot-throughput"
14605 #
14606 #- type: "plot"
14607 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
14608 #  algorithm: "plot_perf_box_name"
14609 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
14610 #  data: "plot-dpdk-throughput-latency-3n-skx"
14611 #  include:
14612 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14613 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14614 #  layout:
14615 #    title: "3n-skx-x710-64b-4t2c-base-pdr"
14616 #    layout: "plot-throughput"
14617
14618 # 3n-hsw-xl710
14619
14620 - type: "plot"
14621   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
14622   algorithm: "plot_perf_box_name"
14623   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
14624   data: "plot-dpdk-throughput-latency-3n-hsw"
14625   include:
14626     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14627     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14628   layout:
14629     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
14630     layout: "plot-throughput"
14631
14632 - type: "plot"
14633   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
14634   algorithm: "plot_perf_box_name"
14635   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
14636   data: "plot-dpdk-throughput-latency-3n-hsw"
14637   include:
14638     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14639     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14640   layout:
14641     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
14642     layout: "plot-throughput"
14643
14644 - type: "plot"
14645   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
14646   algorithm: "plot_perf_box_name"
14647   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
14648   data: "plot-dpdk-throughput-latency-3n-hsw"
14649   include:
14650     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14651     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14652   layout:
14653     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
14654     layout: "plot-throughput"
14655
14656 - type: "plot"
14657   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
14658   algorithm: "plot_perf_box_name"
14659   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
14660   data: "plot-dpdk-throughput-latency-3n-hsw"
14661   include:
14662     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14663     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14664   layout:
14665     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
14666     layout: "plot-throughput"
14667
14668 # 3n-hsw-x710
14669
14670 - type: "plot"
14671   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
14672   algorithm: "plot_perf_box_name"
14673   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
14674   data: "plot-dpdk-throughput-latency-3n-hsw"
14675   include:
14676     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14677     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14678   layout:
14679     title: "3n-hsw-x710-64b-1t1c-base-ndr"
14680     layout: "plot-throughput"
14681
14682 - type: "plot"
14683   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
14684   algorithm: "plot_perf_box_name"
14685   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
14686   data: "plot-dpdk-throughput-latency-3n-hsw"
14687   include:
14688     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14689     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14690   layout:
14691     title: "3n-hsw-x710-64b-2t2c-base-ndr"
14692     layout: "plot-throughput"
14693
14694 - type: "plot"
14695   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
14696   algorithm: "plot_perf_box_name"
14697   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
14698   data: "plot-dpdk-throughput-latency-3n-hsw"
14699   include:
14700     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14701     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14702   layout:
14703     title: "3n-hsw-x710-64b-1t1c-base-pdr"
14704     layout: "plot-throughput"
14705
14706 - type: "plot"
14707   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
14708   algorithm: "plot_perf_box_name"
14709   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
14710   data: "plot-dpdk-throughput-latency-3n-hsw"
14711   include:
14712     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14713     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14714   layout:
14715     title: "3n-hsw-x710-64b-2t2c-base-pdr"
14716     layout: "plot-throughput"
14717
14718 ################################################################################
14719 ###   2n-clx                                                                 ###
14720 ################################################################################
14721
14722 # Packet Throughput
14723
14724 #- type: "plot"
14725 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
14726 #  algorithm: "plot_perf_box_name"
14727 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
14728 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14729 #  include:
14730 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14731 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14732 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14733 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14734 #  layout:
14735 #    title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
14736 #    layout: "plot-throughput"
14737 #
14738 #- type: "plot"
14739 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
14740 #  algorithm: "plot_perf_box_name"
14741 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
14742 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14743 #  include:
14744 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14745 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14746 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14747 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14748 #  layout:
14749 #    title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
14750 #    layout: "plot-throughput"
14751 #
14752 #- type: "plot"
14753 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
14754 #  algorithm: "plot_perf_box_name"
14755 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
14756 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14757 #  include:
14758 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14759 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14760 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14761 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14762 #  layout:
14763 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
14764 #    layout: "plot-throughput"
14765 #
14766 #- type: "plot"
14767 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
14768 #  algorithm: "plot_perf_box_name"
14769 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
14770 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14771 #  include:
14772 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14773 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14774 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14775 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14776 #  layout:
14777 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
14778 #    layout: "plot-throughput"
14779 #
14780 #- type: "plot"
14781 #  title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
14782 #  algorithm: "plot_perf_box_name"
14783 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
14784 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14785 #  include:
14786 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
14787 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
14788 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
14789 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14790 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
14791 #  layout:
14792 #    title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
14793 #    layout: "plot-throughput"
14794 #
14795 #- type: "plot"
14796 #  title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
14797 #  algorithm: "plot_perf_box_name"
14798 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
14799 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14800 #  include:
14801 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
14802 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
14803 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
14804 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14805 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
14806 #  layout:
14807 #    title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
14808 #    layout: "plot-throughput"
14809 #
14810 #- type: "plot"
14811 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
14812 #  algorithm: "plot_perf_box_name"
14813 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
14814 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14815 #  include:
14816 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
14817 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
14818 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
14819 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
14820 #  layout:
14821 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
14822 #    layout: "plot-throughput"
14823 #
14824 #- type: "plot"
14825 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
14826 #  algorithm: "plot_perf_box_name"
14827 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
14828 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14829 #  include:
14830 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
14831 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
14832 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
14833 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
14834 #  layout:
14835 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
14836 #    layout: "plot-throughput"
14837 #
14838 #- type: "plot"
14839 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
14840 #  algorithm: "plot_perf_box_name"
14841 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
14842 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14843 #  include:
14844 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
14845 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14846 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
14847 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
14848 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
14849 #  layout:
14850 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
14851 #    layout: "plot-throughput"
14852 #
14853 #- type: "plot"
14854 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
14855 #  algorithm: "plot_perf_box_name"
14856 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
14857 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14858 #  include:
14859 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
14860 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14861 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
14862 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
14863 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
14864 #  layout:
14865 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
14866 #    layout: "plot-throughput"
14867 #
14868 #- type: "plot"
14869 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
14870 #  algorithm: "plot_perf_box_name"
14871 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
14872 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14873 #  include:
14874 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14875 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14876 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14877 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14878 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14879 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
14880 #  layout:
14881 #    title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
14882 #    layout: "plot-throughput"
14883 #
14884 #- type: "plot"
14885 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
14886 #  algorithm: "plot_perf_box_name"
14887 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
14888 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14889 #  include:
14890 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14891 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14892 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14893 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14894 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14895 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
14896 #  layout:
14897 #    title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
14898 #    layout: "plot-throughput"
14899 #
14900 #- type: "plot"
14901 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
14902 #  algorithm: "plot_perf_box_name"
14903 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
14904 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14905 #  include:
14906 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
14907 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
14908 #  layout:
14909 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
14910 #    layout: "plot-throughput"
14911 #
14912 #- type: "plot"
14913 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
14914 #  algorithm: "plot_perf_box_name"
14915 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
14916 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14917 #  include:
14918 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
14919 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
14920 #  layout:
14921 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
14922 #    layout: "plot-throughput"
14923 #
14924 #- type: "plot"
14925 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
14926 #  algorithm: "plot_perf_box_name"
14927 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
14928 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14929 #  include:
14930 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
14931 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
14932 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
14933 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
14934 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
14935 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
14936 #  layout:
14937 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
14938 #    layout: "plot-throughput"
14939 #
14940 #- type: "plot"
14941 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
14942 #  algorithm: "plot_perf_box_name"
14943 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
14944 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14945 #  include:
14946 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
14947 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
14948 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
14949 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
14950 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
14951 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
14952 #  layout:
14953 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
14954 #    layout: "plot-throughput"
14955 #
14956 #- type: "plot"
14957 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
14958 #  algorithm: "plot_perf_box_name"
14959 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
14960 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14961 #  include:
14962 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14963 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14964 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14965 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14966 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
14967 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14968 #  layout:
14969 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
14970 #    layout: "plot-throughput"
14971 #
14972 #- type: "plot"
14973 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
14974 #  algorithm: "plot_perf_box_name"
14975 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
14976 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14977 #  include:
14978 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14979 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14980 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14981 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14982 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
14983 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14984 #  layout:
14985 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
14986 #    layout: "plot-throughput"
14987 #
14988 #- type: "plot"
14989 #  title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
14990 #  algorithm: "plot_perf_box_name"
14991 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
14992 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14993 #  include:
14994 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
14995 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
14996 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
14997 #  layout:
14998 #    title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
14999 #    layout: "plot-throughput"
15000 #
15001 #- type: "plot"
15002 #  title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15003 #  algorithm: "plot_perf_box_name"
15004 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15005 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15006 #  include:
15007 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15008 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15009 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15010 #  layout:
15011 #    title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15012 #    layout: "plot-throughput"
15013 #
15014 #- type: "plot"
15015 #  title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15016 #  algorithm: "plot_perf_box_name"
15017 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15018 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15019 #  include:
15020 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15021 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15022 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15023 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15024 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15025 #  layout:
15026 #    title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15027 #    layout: "plot-throughput"
15028 #
15029 #- type: "plot"
15030 #  title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15031 #  algorithm: "plot_perf_box_name"
15032 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15033 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15034 #  include:
15035 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15036 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15037 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15038 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15039 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15040 #  layout:
15041 #    title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15042 #    layout: "plot-throughput"
15043 #
15044 #- type: "plot"
15045 #  title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15046 #  algorithm: "plot_perf_box_name"
15047 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15048 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15049 #  include:
15050 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15051 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15052 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15053 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15054 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15055 #  layout:
15056 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15057 #    layout: "plot-throughput"
15058 #
15059 #- type: "plot"
15060 #  title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15061 #  algorithm: "plot_perf_box_name"
15062 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15063 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15064 #  include:
15065 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15066 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15067 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15068 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15069 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15070 #  layout:
15071 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15072 #    layout: "plot-throughput"
15073 #
15074 #- type: "plot"
15075 #  title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15076 #  algorithm: "plot_perf_box_name"
15077 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15078 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15079 #  include:
15080 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15081 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15082 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15083 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15084 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15085 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15086 #  layout:
15087 #    title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15088 #    layout: "plot-throughput"
15089 #
15090 #- type: "plot"
15091 #  title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15092 #  algorithm: "plot_perf_box_name"
15093 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15094 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15095 #  include:
15096 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15097 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15098 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15099 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15100 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15101 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15102 #  layout:
15103 #    title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15104 #    layout: "plot-throughput"
15105 #
15106 #- type: "plot"
15107 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15108 #  algorithm: "plot_perf_box_name"
15109 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15110 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15111 #  include:
15112 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15113 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15114 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15115 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15116 #  layout:
15117 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15118 #    layout: "plot-throughput"
15119 #
15120 #- type: "plot"
15121 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15122 #  algorithm: "plot_perf_box_name"
15123 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15124 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15125 #  include:
15126 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15127 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15128 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15129 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15130 #  layout:
15131 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15132 #    layout: "plot-throughput"
15133 #
15134 #- type: "plot"
15135 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15136 #  algorithm: "plot_perf_box_name"
15137 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15138 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15139 #  include:
15140 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15141 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15142 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15143 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15144 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15145 #  layout:
15146 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15147 #    layout: "plot-throughput"
15148 #
15149 #- type: "plot"
15150 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15151 #  algorithm: "plot_perf_box_name"
15152 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15153 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15154 #  include:
15155 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15156 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15157 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15158 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15159 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15160 #  layout:
15161 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15162 #    layout: "plot-throughput"
15163 #
15164 #- type: "plot"
15165 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15166 #  algorithm: "plot_perf_box_name"
15167 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15168 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15169 #  include:
15170 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15171 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15172 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15173 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15174 #  layout:
15175 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15176 #    layout: "plot-throughput"
15177 #
15178 #- type: "plot"
15179 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15180 #  algorithm: "plot_perf_box_name"
15181 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15182 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15183 #  include:
15184 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15185 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15186 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15187 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15188 #  layout:
15189 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15190 #    layout: "plot-throughput"
15191 #
15192 #- type: "plot"
15193 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15194 #  algorithm: "plot_perf_box_name"
15195 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15196 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15197 #  include:
15198 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15199 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15200 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15201 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15202 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15203 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15204 #  layout:
15205 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15206 #    layout: "plot-throughput"
15207 #
15208 #- type: "plot"
15209 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15210 #  algorithm: "plot_perf_box_name"
15211 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15212 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15213 #  include:
15214 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15215 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15216 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15217 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15218 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15219 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15220 #  layout:
15221 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15222 #    layout: "plot-throughput"
15223 #
15224 #- type: "plot"
15225 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15226 #  algorithm: "plot_perf_box_name"
15227 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15228 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15229 #  include:
15230 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15231 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15232 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15233 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15234 #  layout:
15235 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15236 #    layout: "plot-throughput"
15237 #
15238 #- type: "plot"
15239 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15240 #  algorithm: "plot_perf_box_name"
15241 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15242 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15243 #  include:
15244 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15245 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15246 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15247 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15248 #  layout:
15249 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15250 #    layout: "plot-throughput"
15251 #
15252 #- type: "plot"
15253 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15254 #  algorithm: "plot_perf_box_name"
15255 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15256 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15257 #  include:
15258 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15259 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15260 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15261 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15262 #  layout:
15263 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15264 #    layout: "plot-throughput"
15265 #
15266 #- type: "plot"
15267 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15268 #  algorithm: "plot_perf_box_name"
15269 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15270 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15271 #  include:
15272 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15273 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15274 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15275 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15276 #  layout:
15277 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15278 #    layout: "plot-throughput"
15279 #
15280 #- type: "plot"
15281 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15282 #  algorithm: "plot_perf_box_name"
15283 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15284 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15285 #  include:
15286 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15287 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15288 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15289 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15290 #  layout:
15291 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15292 #    layout: "plot-throughput"
15293 #
15294 #- type: "plot"
15295 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15296 #  algorithm: "plot_perf_box_name"
15297 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15298 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15299 #  include:
15300 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15301 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15302 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15303 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15304 #  layout:
15305 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15306 #    layout: "plot-throughput"
15307 #
15308 #- type: "plot"
15309 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15310 #  algorithm: "plot_perf_box_name"
15311 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15312 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15313 #  include:
15314 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15315 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15316 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15317 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15318 #  layout:
15319 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15320 #    layout: "plot-throughput"
15321 #
15322 #- type: "plot"
15323 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15324 #  algorithm: "plot_perf_box_name"
15325 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15326 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15327 #  include:
15328 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15329 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15330 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15331 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15332 #  layout:
15333 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15334 #    layout: "plot-throughput"
15335 #
15336 #- type: "plot"
15337 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15338 #  algorithm: "plot_perf_box_name"
15339 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15340 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15341 #  include:
15342 #    - "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"
15343 #    - "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"
15344 #    - "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"
15345 #    - "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"
15346 #  layout:
15347 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15348 #    layout: "plot-throughput"
15349 #
15350 #- type: "plot"
15351 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15352 #  algorithm: "plot_perf_box_name"
15353 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15354 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15355 #  include:
15356 #    - "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"
15357 #    - "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"
15358 #    - "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"
15359 #    - "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"
15360 #  layout:
15361 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15362 #    layout: "plot-throughput"
15363 #
15364 #################################################################################
15365 #
15366 ## Packet Speedup
15367 #
15368 #- type: "plot"
15369 #  title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15370 #  algorithm: "plot_tsa_name"
15371 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15372 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15373 #  include:
15374 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15375 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15376 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15377 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15378 #  layout:
15379 #    title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
15380 #    layout: "plot-throughput-speedup-analysis"
15381 #
15382 #- type: "plot"
15383 #  title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15384 #  algorithm: "plot_tsa_name"
15385 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15386 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15387 #  include:
15388 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15389 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15390 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15391 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15392 #  layout:
15393 #    title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
15394 #    layout: "plot-throughput-speedup-analysis"
15395 #
15396 #- type: "plot"
15397 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15398 #  algorithm: "plot_tsa_name"
15399 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15400 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15401 #  include:
15402 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15403 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15404 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15405 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15406 #  layout:
15407 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15408 #    layout: "plot-throughput"
15409 #
15410 #- type: "plot"
15411 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15412 #  algorithm: "plot_tsa_name"
15413 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15414 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15415 #  include:
15416 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15417 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15418 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15419 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15420 #  layout:
15421 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15422 #    layout: "plot-throughput"
15423 #
15424 #- type: "plot"
15425 #  title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15426 #  algorithm: "plot_tsa_name"
15427 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15428 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15429 #  include:
15430 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15431 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15432 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15433 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15434 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15435 #  layout:
15436 #    title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
15437 #    layout: "plot-throughput-speedup-analysis"
15438 #
15439 #- type: "plot"
15440 #  title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15441 #  algorithm: "plot_tsa_name"
15442 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15443 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15444 #  include:
15445 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15446 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15447 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15448 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15449 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15450 #  layout:
15451 #    title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
15452 #    layout: "plot-throughput-speedup-analysis"
15453 #
15454 #- type: "plot"
15455 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15456 #  algorithm: "plot_tsa_name"
15457 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15458 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15459 #  include:
15460 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15461 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15462 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15463 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15464 #  layout:
15465 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15466 #    layout: "plot-throughput-speedup-analysis"
15467 #
15468 #- type: "plot"
15469 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15470 #  algorithm: "plot_tsa_name"
15471 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15472 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15473 #  include:
15474 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15475 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15476 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15477 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15478 #  layout:
15479 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15480 #    layout: "plot-throughput-speedup-analysis"
15481 #
15482 #- type: "plot"
15483 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15484 #  algorithm: "plot_tsa_name"
15485 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15486 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15487 #  include:
15488 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15489 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15490 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15491 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15492 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15493 #  layout:
15494 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15495 #    layout: "plot-throughput-speedup-analysis"
15496 #
15497 #- type: "plot"
15498 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15499 #  algorithm: "plot_tsa_name"
15500 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15501 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15502 #  include:
15503 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15504 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15505 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15506 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15507 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15508 #  layout:
15509 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15510 #    layout: "plot-throughput-speedup-analysis"
15511 #
15512 #- type: "plot"
15513 #  title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15514 #  algorithm: "plot_tsa_name"
15515 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15516 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15517 #  include:
15518 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15519 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15520 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15521 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15522 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15523 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15524 #  layout:
15525 #    title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15526 #    layout: "plot-throughput-speedup-analysis"
15527 #
15528 #- type: "plot"
15529 #  title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15530 #  algorithm: "plot_tsa_name"
15531 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15532 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15533 #  include:
15534 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15535 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15536 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15537 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15538 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15539 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15540 #  layout:
15541 #    title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15542 #    layout: "plot-throughput-speedup-analysis"
15543 #
15544 #- type: "plot"
15545 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-tsa"
15546 #  algorithm: "plot_tsa_name"
15547 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-tsa"
15548 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15549 #  include:
15550 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15551 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15552 #  layout:
15553 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15554 #    layout: "plot-throughput"
15555 #
15556 #- type: "plot"
15557 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr-tsa"
15558 #  algorithm: "plot_tsa_name"
15559 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr-tsa"
15560 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15561 #  include:
15562 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15563 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15564 #  layout:
15565 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15566 #    layout: "plot-throughput"
15567 #
15568 #- type: "plot"
15569 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-tsa"
15570 #  algorithm: "plot_tsa_name"
15571 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-tsa"
15572 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15573 #  include:
15574 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15575 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15576 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15577 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15578 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15579 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15580 #  layout:
15581 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15582 #    layout: "plot-throughput"
15583 #
15584 #- type: "plot"
15585 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr-tsa"
15586 #  algorithm: "plot_tsa_name"
15587 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr-tsa"
15588 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15589 #  include:
15590 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15591 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15592 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15593 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15594 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15595 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15596 #  layout:
15597 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15598 #    layout: "plot-throughput"
15599 #
15600 #- type: "plot"
15601 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-tsa"
15602 #  algorithm: "plot_tsa_name"
15603 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-tsa"
15604 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15605 #  include:
15606 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15607 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15608 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15609 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15610 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15611 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15612 #  layout:
15613 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15614 #    layout: "plot-throughput"
15615 #
15616 #- type: "plot"
15617 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr-tsa"
15618 #  algorithm: "plot_tsa_name"
15619 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr-tsa"
15620 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15621 #  include:
15622 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15623 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15624 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15625 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15626 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15627 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15628 #  layout:
15629 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15630 #    layout: "plot-throughput"
15631 #
15632 #- type: "plot"
15633 #  title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15634 #  algorithm: "plot_tsa_name"
15635 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15636 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15637 #  include:
15638 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15639 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15640 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15641 #  layout:
15642 #    title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr"
15643 #    layout: "plot-throughput-speedup-analysis"
15644 #
15645 #- type: "plot"
15646 #  title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15647 #  algorithm: "plot_tsa_name"
15648 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15649 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15650 #  include:
15651 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15652 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15653 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15654 #  layout:
15655 #    title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr"
15656 #    layout: "plot-throughput-speedup-analysis"
15657 #
15658 #- type: "plot"
15659 #  title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15660 #  algorithm: "plot_tsa_name"
15661 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15662 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15663 #  include:
15664 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15665 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15666 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15667 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15668 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15669 #  layout:
15670 #    title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15671 #    layout: "plot-throughput-speedup-analysis"
15672 #
15673 #- type: "plot"
15674 #  title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15675 #  algorithm: "plot_tsa_name"
15676 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15677 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15678 #  include:
15679 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15680 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15681 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15682 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15683 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15684 #  layout:
15685 #    title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15686 #    layout: "plot-throughput-speedup-analysis"
15687 #
15688 #- type: "plot"
15689 #  title: "Speedup: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-tsa"
15690 #  algorithm: "plot_tsa_name"
15691 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-tsa"
15692 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15693 #  include:
15694 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15695 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15696 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15697 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15698 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15699 #  layout:
15700 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15701 #    layout: "plot-throughput"
15702 #
15703 #- type: "plot"
15704 #  title: "Speedup: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr-tsa"
15705 #  algorithm: "plot_tsa_name"
15706 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr-tsa"
15707 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15708 #  include:
15709 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15710 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15711 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15712 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15713 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15714 #  layout:
15715 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15716 #    layout: "plot-throughput"
15717 #
15718 #- type: "plot"
15719 #  title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15720 #  algorithm: "plot_tsa_name"
15721 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15722 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15723 #  include:
15724 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15725 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15726 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15727 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15728 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15729 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15730 #  layout:
15731 #    title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15732 #    layout: "plot-throughput-speedup-analysis"
15733 #
15734 #- type: "plot"
15735 #  title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15736 #  algorithm: "plot_tsa_name"
15737 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15738 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15739 #  include:
15740 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15741 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15742 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15743 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15744 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15745 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15746 #  layout:
15747 #    title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15748 #    layout: "plot-throughput-speedup-analysis"
15749 #
15750 #- type: "plot"
15751 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15752 #  algorithm: "plot_tsa_name"
15753 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15754 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15755 #  include:
15756 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15757 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15758 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15759 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15760 #  layout:
15761 #    title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
15762 #    layout: "plot-throughput-speedup-analysis"
15763 #
15764 #- type: "plot"
15765 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15766 #  algorithm: "plot_tsa_name"
15767 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15768 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15769 #  include:
15770 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15771 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15772 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15773 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15774 #  layout:
15775 #    title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
15776 #    layout: "plot-throughput-speedup-analysis"
15777 #
15778 #- type: "plot"
15779 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15780 #  algorithm: "plot_tsa_name"
15781 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15782 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15783 #  include:
15784 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15785 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15786 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15787 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15788 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15789 #  layout:
15790 #    title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
15791 #    layout: "plot-throughput-speedup-analysis"
15792 #
15793 #- type: "plot"
15794 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15795 #  algorithm: "plot_tsa_name"
15796 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15797 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15798 #  include:
15799 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15800 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15801 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15802 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15803 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15804 #  layout:
15805 #    title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
15806 #    layout: "plot-throughput-speedup-analysis"
15807 #
15808 #- type: "plot"
15809 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15810 #  algorithm: "plot_tsa_name"
15811 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15812 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15813 #  include:
15814 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15815 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15816 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15817 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15818 #  layout:
15819 #    title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15820 #    layout: "plot-throughput-speedup-analysis"
15821 #
15822 #- type: "plot"
15823 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15824 #  algorithm: "plot_tsa_name"
15825 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15826 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15827 #  include:
15828 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15829 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15830 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15831 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15832 #  layout:
15833 #    title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15834 #    layout: "plot-throughput-speedup-analysis"
15835 #
15836 #- type: "plot"
15837 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-tsa"
15838 #  algorithm: "plot_tsa_name"
15839 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-tsa"
15840 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15841 #  include:
15842 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15843 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15844 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15845 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15846 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15847 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15848 #  layout:
15849 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15850 #    layout: "plot-throughput"
15851 #
15852 #- type: "plot"
15853 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr-tsa"
15854 #  algorithm: "plot_tsa_name"
15855 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr-tsa"
15856 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15857 #  include:
15858 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15859 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15860 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15861 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15862 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15863 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15864 #  layout:
15865 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15866 #    layout: "plot-throughput"
15867 #
15868 #- type: "plot"
15869 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-tsa"
15870 #  algorithm: "plot_tsa_name"
15871 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-tsa"
15872 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15873 #  include:
15874 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15875 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15876 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15877 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15878 #  layout:
15879 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15880 #    layout: "plot-throughput"
15881 #
15882 #- type: "plot"
15883 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr-tsa"
15884 #  algorithm: "plot_tsa_name"
15885 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr-tsa"
15886 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15887 #  include:
15888 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15889 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15890 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15891 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15892 #  layout:
15893 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15894 #    layout: "plot-throughput"
15895 #
15896 #- type: "plot"
15897 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
15898 #  algorithm: "plot_tsa_name"
15899 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15900 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15901 #  include:
15902 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15903 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15904 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15905 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15906 #  layout:
15907 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
15908 #    layout: "plot-throughput-speedup-analysis"
15909 #
15910 #- type: "plot"
15911 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
15912 #  algorithm: "plot_tsa_name"
15913 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15914 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15915 #  include:
15916 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15917 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15918 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15919 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15920 #  layout:
15921 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
15922 #    layout: "plot-throughput-speedup-analysis"
15923 #
15924 #- type: "plot"
15925 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15926 #  algorithm: "plot_tsa_name"
15927 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15928 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15929 #  include:
15930 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15931 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15932 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15933 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15934 #  layout:
15935 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15936 #    layout: "plot-throughput-speedup-analysis"
15937 #
15938 #- type: "plot"
15939 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15940 #  algorithm: "plot_tsa_name"
15941 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15942 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15943 #  include:
15944 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15945 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15946 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15947 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15948 #  layout:
15949 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15950 #    layout: "plot-throughput-speedup-analysis"
15951 #
15952 #- type: "plot"
15953 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-tsa"
15954 #  algorithm: "plot_tsa_name"
15955 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-tsa"
15956 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15957 #  include:
15958 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15959 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15960 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15961 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15962 #  layout:
15963 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15964 #    layout: "plot-throughput"
15965 #
15966 #- type: "plot"
15967 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr-tsa"
15968 #  algorithm: "plot_tsa_name"
15969 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr-tsa"
15970 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15971 #  include:
15972 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15973 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15974 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15975 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15976 #  layout:
15977 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15978 #    layout: "plot-throughput"
15979 #
15980 #- type: "plot"
15981 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
15982 #  algorithm: "plot_tsa_name"
15983 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
15984 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15985 #  include:
15986 #    - "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"
15987 #    - "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"
15988 #    - "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"
15989 #    - "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"
15990 #  layout:
15991 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15992 #    layout: "plot-throughput"
15993 #
15994 #- type: "plot"
15995 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
15996 #  algorithm: "plot_tsa_name"
15997 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
15998 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15999 #  include:
16000 #    - "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"
16001 #    - "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"
16002 #    - "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"
16003 #    - "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"
16004 #  layout:
16005 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
16006 #    layout: "plot-throughput"
16007
16008 ################################################################################
16009
16010 # Packet Throughput - DPDK
16011
16012 # 2n-clx-xxv710
16013
16014 - type: "plot"
16015   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
16016   algorithm: "plot_perf_box_name"
16017   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
16018   data: "plot-dpdk-throughput-latency-2n-clx"
16019   include:
16020     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16021     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16022   layout:
16023     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
16024     layout: "plot-throughput"
16025
16026 - type: "plot"
16027   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
16028   algorithm: "plot_perf_box_name"
16029   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
16030   data: "plot-dpdk-throughput-latency-2n-clx"
16031   include:
16032     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16033     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16034   layout:
16035     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
16036     layout: "plot-throughput"
16037
16038 - type: "plot"
16039   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
16040   algorithm: "plot_perf_box_name"
16041   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
16042   data: "plot-dpdk-throughput-latency-2n-clx"
16043   include:
16044     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16045     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16046   layout:
16047     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
16048     layout: "plot-throughput"
16049
16050 - type: "plot"
16051   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
16052   algorithm: "plot_perf_box_name"
16053   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
16054   data: "plot-dpdk-throughput-latency-2n-clx"
16055   include:
16056     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16057     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16058   layout:
16059     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
16060     layout: "plot-throughput"
16061
16062 # 2n-clx-x710
16063
16064 - type: "plot"
16065   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
16066   algorithm: "plot_perf_box_name"
16067   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
16068   data: "plot-dpdk-throughput-latency-2n-clx"
16069   include:
16070     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16071     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16072   layout:
16073     title: "2n-clx-x710-64b-2t1c-base-ndr"
16074     layout: "plot-throughput"
16075
16076 - type: "plot"
16077   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
16078   algorithm: "plot_perf_box_name"
16079   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
16080   data: "plot-dpdk-throughput-latency-2n-clx"
16081   include:
16082     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16083     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16084   layout:
16085     title: "2n-clx-x710-64b-4t2c-base-ndr"
16086     layout: "plot-throughput"
16087
16088 - type: "plot"
16089   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
16090   algorithm: "plot_perf_box_name"
16091   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
16092   data: "plot-dpdk-throughput-latency-2n-clx"
16093   include:
16094     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16095     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16096   layout:
16097     title: "2n-clx-x710-64b-2t1c-base-pdr"
16098     layout: "plot-throughput"
16099
16100 - type: "plot"
16101   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
16102   algorithm: "plot_perf_box_name"
16103   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
16104   data: "plot-dpdk-throughput-latency-2n-clx"
16105   include:
16106     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16107     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16108   layout:
16109     title: "2n-clx-x710-64b-4t2c-base-pdr"
16110     layout: "plot-throughput"
16111
16112 ################################################################################
16113
16114 #- type: "plot"
16115 #  title: "Latency by percentile: 2n-skx"
16116 #  algorithm: "plot_hdrh_lat_by_percentile"
16117 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
16118 #  output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
16119 #  target-links: "../../_static/vpp"
16120 #  data: "plot-vpp-hdrh-lat-2n-skx"
16121 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16122 #  layout:
16123 #    layout: "plot-hdrh-latency-by-percentile"
16124
16125 #- type: "plot"
16126 #  title: "Latency by percentile: 3n-skx"
16127 #  algorithm: "plot_hdrh_lat_by_percentile"
16128 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
16129 #  output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
16130 #  target-links: "../../_static/vpp"
16131 #  data: "plot-vpp-hdrh-lat-3n-skx"
16132 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16133 #  layout:
16134 #    layout: "plot-hdrh-latency-by-percentile"
16135
16136 #- type: "plot"
16137 #  title: "Latency by percentile: 2n-clx"
16138 #  algorithm: "plot_hdrh_lat_by_percentile"
16139 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
16140 #  output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
16141 #  target-links: "../../_static/vpp"
16142 #  data: "plot-vpp-hdrh-lat-2n-clx"
16143 #  filter: "'2T1C' and 'NIC_Mellanox-CX556A'"
16144 #  layout:
16145 #    layout: "plot-hdrh-latency-by-percentile"
16146
16147 - type: "plot"
16148   title: "Latency by percentile: 3n-hsw"
16149   algorithm: "plot_hdrh_lat_by_percentile"
16150   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
16151   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
16152   target-links: "../../_static/vpp"
16153   data: "plot-vpp-hdrh-lat-3n-hsw"
16154   filter: "'1T1C' and 'NIC_Intel-XL710'"
16155   layout:
16156     layout: "plot-hdrh-latency-by-percentile"
16157
16158 - type: "plot"
16159   title: "Latency by percentile: 3n-tsh"
16160   algorithm: "plot_hdrh_lat_by_percentile"
16161   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
16162   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
16163   target-links: "../../_static/vpp"
16164   data: "plot-vpp-hdrh-lat-3n-tsh"
16165   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16166   layout:
16167     layout: "plot-hdrh-latency-by-percentile"