Report: Hide HTTP tests
[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         - 28  # NDRPDR full
489
490     vpp-perf-results-3n-skx:
491       # TODO: Replace
492       csit-vpp-perf-verify-2001-3n-skx:
493         - 14  # NDRPDR sel
494
495     vpp-perf-results-2n-skx:
496       csit-vpp-perf-verify-2001-2n-skx:
497         - 32  # NDRPDR full
498         - 33  # NDRPDR full
499
500     vpp-perf-results-2n-clx:
501       # TODO: Replace
502       csit-vpp-perf-verify-2001-2n-clx:
503         - 22  # NDRPDR sel
504
505     vpp-perf-results-3n-tsh:
506       # TODO: Replace
507       csit-vpp-perf-verify-2001-3n-tsh:
508         - 3   # NDRPDR sel
509
510     vpp-perf-results-3n-dnv:
511       csit-vpp-perf-verify-2001-3n-dnv:
512         - 13  # NDRPDR full
513         - 15  # NDRPDR full
514         - 19  # NDRPDR full
515         - 20  # NDRPDR full
516         - 21  # NDRPDR full
517
518     vpp-perf-results-2n-dnv:
519       csit-vpp-perf-verify-2001-2n-dnv:
520         - 21  # NDRPDR full
521         - 22  # NDRPDR full
522
523     vpp-mrr-results-3n-hsw:
524       csit-vpp-perf-verify-2001-3n-hsw:
525         - 17  # MRR sel
526
527     vpp-mrr-results-3n-skx:
528       # TODO: Replace
529       # csit-vpp-perf-verify-2001-3n-skx:
530       csit-vpp-perf-verify-1908-3n-skx:
531         - 36  # MRR sel
532
533     vpp-mrr-results-2n-skx:
534       # TODO: Replace
535       # csit-vpp-perf-verify-2001-2n-skx:
536       csit-vpp-perf-verify-1908-2n-skx:
537         - 69  # MRR sel
538
539     vpp-mrr-results-2n-clx:
540       # TODO: Replace
541       # csit-vpp-perf-verify-2001-2n-clx:
542       csit-vpp-perf-verify-1908-2n-skx:
543         - 69  # MRR sel
544
545     vpp-mrr-results-3n-tsh:
546       # TODO: Replace
547       # csit-vpp-perf-verify-2001-3n-tsh:
548       csit-vpp-perf-verify-1908-3n-tsh:
549         - 17  # MRR sel
550
551     vpp-mrr-results-3n-dnv:
552       csit-vpp-perf-verify-2001-3n-dnv:
553         - 11  # MRR sel
554
555     vpp-mrr-results-2n-dnv:
556       csit-vpp-perf-verify-2001-2n-dnv:
557         - 12  # MRR sel
558
559     vpp-device-results-ubuntu:
560       csit-vpp-device-2001-ubuntu1804-1n-skx:
561         - 57
562
563     dpdk-perf-results-3n-hsw:
564       csit-dpdk-perf-verify-2001-3n-hsw:
565         - 13  # NDRPDR sel
566
567     dpdk-perf-results-3n-skx:
568       csit-dpdk-perf-verify-2001-3n-skx:
569         - 1   # NDRPDR sel
570
571     dpdk-perf-results-2n-skx:
572       csit-dpdk-perf-verify-2001-2n-skx:
573         - 1   # NDRPDR sel
574
575     dpdk-perf-results-2n-clx:
576       csit-dpdk-perf-verify-2001-2n-clx:
577         - 1   # NDRPDR sel
578
579 ###########################################################################
580     # Tables (more than one data set)
581
582     # Performance changes
583
584     vpp-performance-changes-3n-hsw-h1:
585       csit-vpp-perf-verify-1904-3n-hsw:
586         - 11  # NDRPDR sel
587         - 12  # NDRPDR sel
588         - 20  # NDRPDR sel
589         - 21  # NDRPDR sel
590         - 23  # NDRPDR sel
591         - 24  # NDRPDR sel
592         - 25  # NDRPDR sel
593         - 26  # NDRPDR sel
594         - 29  # NDRPDR sel
595         - 30  # NDRPDR sel
596     vpp-performance-changes-3n-hsw-ref:
597       csit-vpp-perf-verify-1908-3n-hsw:
598         - 12  # NDRPDR sel
599         - 13  # NDRPDR sel
600         - 14  # NDRPDR sel
601         - 15  # NDRPDR sel
602         - 16  # NDRPDR sel
603         - 17  # NDRPDR sel
604         - 18  # NDRPDR sel
605         - 19  # NDRPDR sel
606         - 20  # NDRPDR sel
607         - 21  # NDRPDR sel
608     vpp-performance-changes-3n-hsw-cmp:
609       csit-vpp-perf-verify-2001-3n-hsw:
610         - 21  # NDRPDR sel
611         - 22  # NDRPDR sel
612         - 23  # NDRPDR sel
613         - 24  # NDRPDR sel
614         - 25  # NDRPDR sel
615         - 29  # NDRPDR sel
616         - 30  # NDRPDR sel
617         - 31  # NDRPDR sel
618     vpp-performance-changes-3n-hsw:
619       - "vpp-performance-changes-3n-hsw-h1"
620       - "vpp-performance-changes-3n-hsw-ref"
621       - "vpp-performance-changes-3n-hsw-cmp"
622
623     vpp-performance-changes-3n-skx-h1:
624       csit-vpp-perf-verify-1904-3n-skx:
625         - 8   # NDRPDR sel
626         - 9   # NDRPDR sel
627         - 10  # NDRPDR sel
628         - 11  # NDRPDR sel
629         - 12  # NDRPDR sel
630         - 14  # NDRPDR sel
631         - 16  # NDRPDR sel
632         - 21  # NDRPDR sel
633         - 23  # NDRPDR sel
634         - 25  # NDRPDR sel
635     vpp-performance-changes-3n-skx-ref:
636       csit-vpp-perf-verify-1908-3n-skx:
637         - 14  # NDRPDR sel
638         - 16  # NDRPDR sel
639         - 19  # NDRPDR sel
640         - 20  # NDRPDR sel
641         - 22  # NDRPDR sel
642         - 23  # NDRPDR sel
643         - 24  # NDRPDR sel
644         - 25  # NDRPDR sel
645         - 26  # NDRPDR sel
646         - 29  # NDRPDR sel
647     vpp-performance-changes-3n-skx-cmp:
648       # TODO: Add the data
649       csit-vpp-perf-verify-2001-3n-skx:
650         - 14  # NDRPDR sel
651         - 15  # NDRPDR sel
652         - 16  # NDRPDR sel
653     vpp-performance-changes-3n-skx:
654       - "vpp-performance-changes-3n-skx-h1"
655       - "vpp-performance-changes-3n-skx-ref"
656       - "vpp-performance-changes-3n-skx-cmp"
657
658     vpp-performance-changes-2n-skx-h1:
659       csit-vpp-perf-verify-1904-2n-skx:
660         - 12  # NDRPDR sel
661         - 14  # NDRPDR sel
662         - 16  # NDRPDR sel
663         - 17  # NDRPDR sel
664         - 18  # NDRPDR sel
665         - 21  # NDRPDR sel
666         - 27  # NDRPDR sel
667         - 30  # NDRPDR sel
668         - 31  # NDRPDR sel
669         - 32  # NDRPDR sel
670     vpp-performance-changes-2n-skx-ref:
671       csit-vpp-perf-verify-1908-2n-skx:
672         - 26  # NDRPDR sel
673         - 27  # NDRPDR sel
674         - 34  # NDRPDR sel
675         - 35  # NDRPDR sel
676         - 36  # NDRPDR sel
677         - 42  # NDRPDR sel
678         - 43  # NDRPDR sel
679         - 44  # NDRPDR sel
680         - 45  # NDRPDR sel
681         - 46  # NDRPDR sel
682     vpp-performance-changes-2n-skx-cmp:
683       # TODO: Add the data
684       csit-vpp-perf-verify-2001-2n-skx:
685         - 21  # NDRPDR sel
686         - 22  # NDRPDR sel
687         - 23  # NDRPDR sel
688         - 26  # NDRPDR sel
689         - 27  # NDRPDR sel
690         - 29  # NDRPDR sel
691     vpp-performance-changes-2n-skx:
692       - "vpp-performance-changes-2n-skx-h1"
693       - "vpp-performance-changes-2n-skx-ref"
694       - "vpp-performance-changes-2n-skx-cmp"
695
696     vpp-performance-changes-nfv-2n-skx-ref:
697       csit-vpp-perf-verify-1908-2n-skx:
698         - 22  # NFV
699         - 31  # NFV
700         - 32  # NFV
701     vpp-performance-changes-nfv-2n-skx-cmp:
702       # TODO: Add the data
703       csit-vpp-perf-verify-2001-2n-skx:
704         - 30  # NFV
705         - 31  # NFV
706     vpp-performance-changes-nfv-2n-skx:
707       - "vpp-performance-changes-nfv-2n-skx-ref"
708       - "vpp-performance-changes-nfv-2n-skx-cmp"
709
710     vpp-performance-changes-2n-dnv-ref:
711       csit-vpp-perf-verify-1908-2n-dnv:
712         - 1   # NDRPDR sel
713         - 2   # NDRPDR sel
714         - 3   # NDRPDR sel
715         - 4   # NDRPDR sel
716         - 5   # NDRPDR sel
717         - 6   # NDRPDR sel
718         - 7   # NDRPDR sel
719         - 8   # NDRPDR sel
720         - 9   # NDRPDR sel
721         - 10  # NDRPDR sel
722     vpp-performance-changes-2n-dnv-cmp:
723       csit-vpp-perf-verify-2001-2n-dnv:
724         - 4   # NDRPDR sel
725         - 5   # NDRPDR sel
726         - 6   # NDRPDR sel
727         - 7   # NDRPDR sel
728         - 8   # NDRPDR sel
729         - 9   # NDRPDR sel
730         - 10  # NDRPDR sel
731         - 11  # NDRPDR sel
732         - 13  # NDRPDR sel
733         - 16  # NDRPDR sel
734     vpp-performance-changes-2n-dnv:
735       - "vpp-performance-changes-2n-dnv-ref"
736       - "vpp-performance-changes-2n-dnv-cmp"
737
738     vpp-performance-changes-3n-dnv-ref:
739       csit-vpp-perf-verify-1908-3n-dnv:
740         - 6   # NDRPDR sel
741         - 7   # NDRPDR sel
742         - 8   # NDRPDR sel
743         - 9   # NDRPDR sel
744         - 10  # NDRPDR sel
745         - 12  # NDRPDR sel
746         - 13  # NDRPDR sel
747         - 14  # NDRPDR sel
748         - 15  # NDRPDR sel
749         - 16  # NDRPDR sel
750     vpp-performance-changes-3n-dnv-cmp:
751       csit-vpp-perf-verify-2001-3n-dnv:
752         - 5   # NDRPDR sel
753         - 6   # NDRPDR sel
754         - 7   # NDRPDR sel
755         - 8   # NDRPDR sel
756         - 9   # NDRPDR sel
757         - 10  # NDRPDR sel
758         - 12  # NDRPDR sel
759         - 16  # NDRPDR sel
760         - 17  # NDRPDR sel
761         - 18  # NDRPDR sel
762     vpp-performance-changes-3n-dnv:
763       - "vpp-performance-changes-3n-dnv-ref"
764       - "vpp-performance-changes-3n-dnv-cmp"
765
766     vpp-performance-changes-3n-tsh-ref:
767       csit-vpp-perf-verify-1908-3n-tsh:
768         - 7   # NDRPDR sel
769         - 8   # NDRPDR sel
770         - 9   # NDRPDR sel
771         - 10  # NDRPDR sel
772         - 11  # NDRPDR sel
773         - 12  # NDRPDR sel
774         - 13  # NDRPDR sel
775         - 14  # NDRPDR sel
776         - 15  # NDRPDR sel
777         - 16  # NDRPDR sel
778     vpp-performance-changes-3n-tsh-cmp:
779       # TODO: Add the data
780       csit-vpp-perf-verify-2001-3n-tsh:
781         - 3   # NDRPDR sel
782         - 4   # NDRPDR sel
783         - 7   # NDRPDR sel
784         - 8   # NDRPDR sel
785     vpp-performance-changes-3n-tsh:
786       - "vpp-performance-changes-3n-tsh-ref"
787       - "vpp-performance-changes-3n-tsh-cmp"
788
789     vpp-soak-vs-ndr-2n-skx-ref:
790       # TODO: Replace
791       # csit-vpp-perf-verify-2001-2n-skx:
792       csit-vpp-perf-verify-1908-2n-skx:
793         - 26  # NDRPDR sel
794         - 27  # NDRPDR sel
795         - 34  # NDRPDR sel
796     vpp-soak-vs-ndr-2n-skx-cmp:
797       # TODO: Replace
798       # csit-vpp-perf-verify-2001-2n-skx:
799       csit-vpp-perf-verify-1908-2n-skx:
800         - 83  # SOAK
801         - 86  # SOAK
802     vpp-soak-vs-ndr-2n-skx:
803       # TODO: Replace
804       # csit-vpp-perf-verify-2001-2n-skx:
805       csit-vpp-perf-verify-1908-2n-skx:
806         - 26  # NDRPDR sel
807         - 27  # NDRPDR sel
808         - 34  # NDRPDR sel
809         - 83  # SOAK
810         - 86  # SOAK
811
812     vpp-performance-changes-3n-hsw-mrr-h1:
813       csit-vpp-perf-verify-1904-3n-hsw:
814         - 9   # MRR sel
815     vpp-performance-changes-3n-hsw-mrr-ref:
816       csit-vpp-perf-verify-1908-3n-hsw:
817         - 39  # MRR sel
818     vpp-performance-changes-3n-hsw-mrr-cmp:
819       csit-vpp-perf-verify-2001-3n-hsw:
820         - 17  # MRR sel
821     vpp-performance-changes-3n-hsw-mrr:
822       - "vpp-performance-changes-3n-hsw-mrr-h1"
823       - "vpp-performance-changes-3n-hsw-mrr-ref"
824       - "vpp-performance-changes-3n-hsw-mrr-cmp"
825
826     vpp-performance-changes-3n-skx-mrr-h1:
827       csit-vpp-perf-verify-1904-3n-skx:
828         - 7   # MRR sel
829     vpp-performance-changes-3n-skx-mrr-ref:
830       csit-vpp-perf-verify-1908-3n-skx:
831         - 36  # MRR sel
832     vpp-performance-changes-3n-skx-mrr-cmp:
833       # TODO: Replace
834       # csit-vpp-perf-verify-2001-3n-skx:
835       csit-vpp-perf-verify-1908-3n-skx:
836         - 36  # MRR sel
837     vpp-performance-changes-3n-skx-mrr:
838       - "vpp-performance-changes-3n-skx-mrr-h1"
839       - "vpp-performance-changes-3n-skx-mrr-ref"
840       - "vpp-performance-changes-3n-skx-mrr-cmp"
841
842     vpp-performance-changes-2n-skx-mrr-h1:
843       csit-vpp-perf-verify-1904-2n-skx:
844         - 11  # MRR sel
845     vpp-performance-changes-2n-skx-mrr-ref:
846       csit-vpp-perf-verify-1908-2n-skx:
847         - 69  # MRR sel
848     vpp-performance-changes-2n-skx-mrr-cmp:
849       # TODO: Replace
850       # csit-vpp-perf-verify-2001-2n-skx:
851       csit-vpp-perf-verify-1908-2n-skx:
852         - 69  # MRR sel
853     vpp-performance-changes-2n-skx-mrr:
854       - "vpp-performance-changes-2n-skx-mrr-h1"
855       - "vpp-performance-changes-2n-skx-mrr-ref"
856       - "vpp-performance-changes-2n-skx-mrr-cmp"
857
858     vpp-performance-changes-nfv-2n-skx-mrr-ref:
859       csit-vpp-perf-verify-1908-2n-skx:
860         - 71  # NFV MRR
861     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
862       # TODO: Replace
863       # csit-vpp-perf-verify-2001-2n-skx:
864       csit-vpp-perf-verify-1908-2n-skx:
865         - 71  # NFV MRR
866     vpp-performance-changes-nfv-2n-skx-mrr:
867       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
868       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
869
870     vpp-performance-changes-2n-dnv-mrr-ref:
871       csit-vpp-perf-verify-1908-2n-dnv:
872         - 11  # MRR sel
873     vpp-performance-changes-2n-dnv-mrr-cmp:
874       csit-vpp-perf-verify-2001-2n-dnv:
875         - 12  # MRR sel
876     vpp-performance-changes-2n-dnv-mrr:
877       - "vpp-performance-changes-2n-dnv-mrr-ref"
878       - "vpp-performance-changes-2n-dnv-mrr-cmp"
879
880     vpp-performance-changes-3n-dnv-mrr-ref:
881       csit-vpp-perf-verify-1908-3n-dnv:
882         - 17  # MRR sel
883     vpp-performance-changes-3n-dnv-mrr-cmp:
884       csit-vpp-perf-verify-2001-3n-dnv:
885         - 11  # MRR sel
886     vpp-performance-changes-3n-dnv-mrr:
887       - "vpp-performance-changes-3n-dnv-mrr-ref"
888       - "vpp-performance-changes-3n-dnv-mrr-cmp"
889
890     vpp-performance-changes-3n-tsh-mrr-ref:
891       csit-vpp-perf-verify-1908-3n-tsh:
892         - 17  # MRR sel
893     vpp-performance-changes-3n-tsh-mrr-cmp:
894       # TODO: Replace
895       # csit-vpp-perf-verify-2001-3n-tsh:
896       csit-vpp-perf-verify-1908-3n-tsh:
897         - 17  # MRR sel
898     vpp-performance-changes-3n-tsh-mrr:
899       - "vpp-performance-changes-3n-tsh-mrr-ref"
900       - "vpp-performance-changes-3n-tsh-mrr-cmp"
901
902     dpdk-performance-changes-3n-hsw-h1:
903       csit-dpdk-perf-verify-1904-3n-hsw:
904         - 2   # NDRPDR sel
905         - 3   # NDRPDR sel
906         - 5   # NDRPDR sel
907         - 6   # NDRPDR sel
908         - 13  # NDRPDR sel
909         - 14  # NDRPDR sel
910         - 15  # NDRPDR sel
911         - 18  # NDRPDR sel
912         - 19  # NDRPDR sel
913         - 20  # NDRPDR sel
914     dpdk-performance-changes-3n-hsw-ref:
915       csit-dpdk-perf-verify-1908-3n-hsw:
916         - 2   # NDRPDR sel
917         - 3   # NDRPDR sel
918         - 4   # NDRPDR sel
919         - 5   # NDRPDR sel
920         - 6   # NDRPDR sel
921         - 7   # NDRPDR sel
922         - 8   # NDRPDR sel
923         - 9   # NDRPDR sel
924         - 10  # NDRPDR sel
925         - 11  # NDRPDR sel
926     dpdk-performance-changes-3n-hsw-cmp:
927       csit-dpdk-perf-verify-2001-3n-hsw:
928         - 4   # NDRPDR sel
929         - 5   # NDRPDR sel
930         - 6   # NDRPDR sel
931         - 7   # NDRPDR sel
932         - 8   # NDRPDR sel
933         - 9   # NDRPDR sel
934         - 10  # NDRPDR sel
935         - 11  # NDRPDR sel
936         - 12  # NDRPDR sel
937         - 13  # NDRPDR sel
938         - 15  # NDRPDR sel
939         - 16  # NDRPDR sel
940         - 17  # NDRPDR sel
941         - 18  # NDRPDR sel
942         - 19  # NDRPDR sel
943         - 20  # NDRPDR sel
944         - 22  # NDRPDR sel
945     dpdk-performance-changes-3n-hsw:
946       - "dpdk-performance-changes-3n-hsw-h1"
947       - "dpdk-performance-changes-3n-hsw-ref"
948       - "dpdk-performance-changes-3n-hsw-cmp"
949
950     dpdk-performance-changes-3n-skx-h1:
951       csit-dpdk-perf-verify-1904-3n-skx:
952         - 2   # NDRPDR sel
953         - 3   # NDRPDR sel
954         - 4   # NDRPDR sel
955         - 5   # NDRPDR sel
956         - 6   # NDRPDR sel
957         - 7   # NDRPDR sel
958         - 11  # NDRPDR sel
959         - 12  # NDRPDR sel
960         - 13  # NDRPDR sel
961         - 14  # NDRPDR sel
962     dpdk-performance-changes-3n-skx-ref:
963       csit-dpdk-perf-verify-1908-3n-skx:
964         - 3   # NDRPDR sel
965         - 4   # NDRPDR sel
966         - 5   # NDRPDR sel
967         - 6   # NDRPDR sel
968         - 7   # NDRPDR sel
969         - 8   # NDRPDR sel
970         - 9   # NDRPDR sel
971         - 10  # NDRPDR sel
972         - 11  # NDRPDR sel
973         - 12  # NDRPDR sel
974     dpdk-performance-changes-3n-skx-cmp:
975       csit-dpdk-perf-verify-2001-3n-skx:
976         - 1   # NDRPDR sel
977         - 2   # NDRPDR sel
978         - 3   # NDRPDR sel
979         - 4   # NDRPDR sel
980         - 5   # NDRPDR sel
981         - 6   # NDRPDR sel
982         - 7   # NDRPDR sel
983         - 8   # NDRPDR sel
984         - 9   # NDRPDR sel
985         - 10  # NDRPDR sel
986     dpdk-performance-changes-3n-skx:
987       - "dpdk-performance-changes-3n-skx-h1"
988       - "dpdk-performance-changes-3n-skx-ref"
989       - "dpdk-performance-changes-3n-skx-cmp"
990
991     dpdk-performance-changes-2n-skx-h1:
992       csit-dpdk-perf-verify-1904-2n-skx:
993         - 2   # NDRPDR sel
994         - 3   # NDRPDR sel
995         - 4   # NDRPDR sel
996         - 5   # NDRPDR sel
997         - 7   # NDRPDR sel
998         - 8   # NDRPDR sel
999         - 9   # NDRPDR sel
1000         - 10  # NDRPDR sel
1001         - 11  # NDRPDR sel
1002         - 12  # NDRPDR sel
1003     dpdk-performance-changes-2n-skx-ref:
1004       csit-dpdk-perf-verify-1908-2n-skx:
1005         - 2   # NDRPDR sel
1006         - 3   # NDRPDR sel
1007         - 4   # NDRPDR sel
1008         - 5   # NDRPDR sel
1009         - 7   # NDRPDR sel
1010         - 8   # NDRPDR sel
1011         - 9   # NDRPDR sel
1012         - 10  # NDRPDR sel
1013         - 11  # NDRPDR sel
1014         - 12  # NDRPDR sel
1015     dpdk-performance-changes-2n-skx-cmp:
1016       csit-dpdk-perf-verify-2001-2n-skx:
1017         - 1   # NDRPDR sel
1018         - 2   # NDRPDR sel
1019         - 3   # NDRPDR sel
1020         - 4   # NDRPDR sel
1021         - 5   # NDRPDR sel
1022         - 6   # NDRPDR sel
1023         - 7   # NDRPDR sel
1024         - 8   # NDRPDR sel
1025         - 9   # NDRPDR sel
1026         - 10  # NDRPDR sel
1027         - 11  # NDRPDR sel
1028         - 13  # NDRPDR sel
1029         - 26  # NDRPDR sel
1030         - 16  # NDRPDR sel
1031         - 17  # NDRPDR sel
1032         - 18  # NDRPDR sel
1033         - 19  # NDRPDR sel
1034         - 27  # NDRPDR sel
1035         - 21  # NDRPDR sel
1036         - 25  # NDRPDR sel
1037     dpdk-performance-changes-2n-skx:
1038       - "dpdk-performance-changes-2n-skx-h1"
1039       - "dpdk-performance-changes-2n-skx-ref"
1040       - "dpdk-performance-changes-2n-skx-cmp"
1041
1042     # Compare testbeds
1043
1044     vpp-compare-testbeds-ref:
1045       csit-vpp-perf-verify-2001-3n-hsw:
1046         - 21  # NDRPDR sel
1047         - 22  # NDRPDR sel
1048         - 23  # NDRPDR sel
1049         - 24  # NDRPDR sel
1050         - 25  # NDRPDR sel
1051         - 29  # NDRPDR sel
1052         - 30  # NDRPDR sel
1053         - 31  # NDRPDR sel
1054     vpp-compare-testbeds-cmp:
1055       # TODO: Add the data
1056       csit-vpp-perf-verify-2001-3n-skx:
1057         - 14  # NDRPDR sel
1058         - 15  # NDRPDR sel
1059         - 16  # NDRPDR sel
1060     vpp-compare-testbeds:
1061       - "vpp-compare-testbeds-ref"
1062       - "vpp-compare-testbeds-cmp"
1063
1064     vpp-compare-testbeds-skx-clx-ref:
1065       # TODO: Add the data
1066       csit-vpp-perf-verify-2001-2n-skx:
1067         - 21  # NDRPDR sel
1068         - 22  # NDRPDR sel
1069         - 23  # NDRPDR sel
1070         - 26  # NDRPDR sel
1071         - 27  # NDRPDR sel
1072         - 29  # NDRPDR sel
1073     vpp-compare-testbeds-skx-clx-cmp:
1074       # TODO: Add the data
1075       csit-vpp-perf-verify-2001-2n-clx:
1076         - 22  # NDRPDR sel
1077         - 23  # NDRPDR sel
1078         - 24  # NDRPDR sel
1079         - 25  # NDRPDR sel
1080     vpp-compare-testbeds-skx-clx:
1081       - "vpp-compare-testbeds-skx-clx-ref"
1082       - "vpp-compare-testbeds-skx-clx-cmp"
1083
1084     vpp-compare-testbeds-mrr-ref:
1085       csit-vpp-perf-verify-2001-3n-hsw:
1086         - 17  # MRR sel
1087     vpp-compare-testbeds-mrr-cmp:
1088       # TODO: Replace
1089       # csit-vpp-perf-verify-2001-3n-skx:
1090       csit-vpp-perf-verify-1908-3n-skx:
1091         - 36  # MRR sel
1092     vpp-compare-testbeds-mrr:
1093       - "vpp-compare-testbeds-mrr-ref"
1094       - "vpp-compare-testbeds-mrr-cmp"
1095
1096     vpp-compare-testbeds-mrr-skx-clx-ref:
1097       # TODO: Replace
1098       # csit-vpp-perf-verify-2001-2n-skx:
1099       csit-vpp-perf-verify-1908-2n-skx:
1100         - 69  # MRR sel
1101     vpp-compare-testbeds-mrr-skx-clx-cmp:
1102       # TODO: Replace
1103       # csit-vpp-perf-verify-2001-2n-clx:
1104       csit-vpp-perf-verify-1908-2n-skx:
1105         - 69  # MRR sel
1106     vpp-compare-testbeds-mrr-skx-clx:
1107       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1108       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1109
1110     dpdk-compare-testbeds-ref:
1111       csit-dpdk-perf-verify-2001-3n-hsw:
1112         - 4   # NDRPDR sel
1113         - 5   # NDRPDR sel
1114         - 6   # NDRPDR sel
1115         - 7   # NDRPDR sel
1116         - 8   # NDRPDR sel
1117         - 9   # NDRPDR sel
1118         - 10  # NDRPDR sel
1119         - 11  # NDRPDR sel
1120         - 12  # NDRPDR sel
1121         - 13  # NDRPDR sel
1122         - 15  # NDRPDR sel
1123         - 16  # NDRPDR sel
1124         - 17  # NDRPDR sel
1125         - 18  # NDRPDR sel
1126         - 19  # NDRPDR sel
1127         - 20  # NDRPDR sel
1128         - 22  # NDRPDR sel
1129     dpdk-compare-testbeds-cmp:
1130       csit-dpdk-perf-verify-2001-3n-skx:
1131         - 1   # NDRPDR sel
1132         - 2   # NDRPDR sel
1133         - 3   # NDRPDR sel
1134         - 4   # NDRPDR sel
1135         - 5   # NDRPDR sel
1136         - 6   # NDRPDR sel
1137         - 7   # NDRPDR sel
1138         - 8   # NDRPDR sel
1139         - 9   # NDRPDR sel
1140         - 10  # NDRPDR sel
1141     dpdk-compare-testbeds:
1142       - "dpdk-compare-testbeds-ref"
1143       - "dpdk-compare-testbeds-cmp"
1144
1145     dpdk-compare-testbeds-skx-clx-ref:
1146       csit-dpdk-perf-verify-2001-2n-skx:
1147         - 1   # NDRPDR sel
1148         - 2   # NDRPDR sel
1149         - 3   # NDRPDR sel
1150         - 4   # NDRPDR sel
1151         - 5   # NDRPDR sel
1152         - 6   # NDRPDR sel
1153         - 7   # NDRPDR sel
1154         - 8   # NDRPDR sel
1155         - 9   # NDRPDR sel
1156         - 10  # NDRPDR sel
1157         - 11  # NDRPDR sel
1158         - 13  # NDRPDR sel
1159         - 26  # NDRPDR sel
1160         - 16  # NDRPDR sel
1161         - 17  # NDRPDR sel
1162         - 18  # NDRPDR sel
1163         - 19  # NDRPDR sel
1164         - 27  # NDRPDR sel
1165         - 21  # NDRPDR sel
1166         - 25  # NDRPDR sel
1167     dpdk-compare-testbeds-skx-clx-cmp:
1168       csit-dpdk-perf-verify-2001-2n-clx:
1169         - 1   # NDRPDR sel
1170         - 2   # NDRPDR sel
1171         - 3   # NDRPDR sel
1172         - 4   # NDRPDR sel
1173         - 5   # NDRPDR sel
1174         - 6   # NDRPDR sel
1175         - 7   # NDRPDR sel
1176         - 8   # NDRPDR sel
1177         - 9   # NDRPDR sel
1178         - 10  # NDRPDR sel
1179     dpdk-compare-testbeds-skx-clx:
1180       - "dpdk-compare-testbeds-skx-clx-ref"
1181       - "dpdk-compare-testbeds-skx-clx-cmp"
1182
1183     # Compare topologies
1184
1185     vpp-compare-topologies-ref:
1186       # TODO: Add the data
1187       csit-vpp-perf-verify-2001-3n-skx:
1188         - 14  # NDRPDR sel
1189         - 15  # NDRPDR sel
1190         - 16  # NDRPDR sel
1191     vpp-compare-topologies-cmp:
1192       # TODO: Add the data
1193       csit-vpp-perf-verify-2001-2n-skx:
1194         - 21  # NDRPDR sel
1195         - 22  # NDRPDR sel
1196         - 23  # NDRPDR sel
1197         - 26  # NDRPDR sel
1198         - 27  # NDRPDR sel
1199         - 29  # NDRPDR sel
1200     vpp-compare-topologies:
1201       - "vpp-compare-topologies-ref"
1202       - "vpp-compare-topologies-cmp"
1203
1204     vpp-compare-topologies-mrr-ref:
1205       # TODO: Replace
1206       # csit-vpp-perf-verify-2001-3n-skx:
1207       csit-vpp-perf-verify-1908-3n-skx:
1208         - 36  # MRR sel
1209     vpp-compare-topologies-mrr-cmp:
1210       # TODO: Replace
1211       # csit-vpp-perf-verify-2001-2n-skx:
1212       csit-vpp-perf-verify-1908-2n-skx:
1213         - 69  # MRR sel
1214     vpp-compare-topologies-mrr:
1215       - "vpp-compare-topologies-mrr-ref"
1216       - "vpp-compare-topologies-mrr-cmp"
1217
1218     dpdk-compare-topologies-ref:
1219       csit-dpdk-perf-verify-2001-3n-skx:
1220         - 1   # NDRPDR sel
1221         - 2   # NDRPDR sel
1222         - 3   # NDRPDR sel
1223         - 4   # NDRPDR sel
1224         - 5   # NDRPDR sel
1225         - 6   # NDRPDR sel
1226         - 7   # NDRPDR sel
1227         - 8   # NDRPDR sel
1228         - 9   # NDRPDR sel
1229         - 10  # NDRPDR sel
1230     dpdk-compare-topologies-cmp:
1231       csit-dpdk-perf-verify-2001-2n-skx:
1232         - 1   # NDRPDR sel
1233         - 2   # NDRPDR sel
1234         - 3   # NDRPDR sel
1235         - 4   # NDRPDR sel
1236         - 5   # NDRPDR sel
1237         - 6   # NDRPDR sel
1238         - 7   # NDRPDR sel
1239         - 8   # NDRPDR sel
1240         - 9   # NDRPDR sel
1241         - 10  # NDRPDR sel
1242         - 11  # NDRPDR sel
1243         - 13  # NDRPDR sel
1244         - 26  # NDRPDR sel
1245         - 16  # NDRPDR sel
1246         - 17  # NDRPDR sel
1247         - 18  # NDRPDR sel
1248         - 19  # NDRPDR sel
1249         - 27  # NDRPDR sel
1250         - 21  # NDRPDR sel
1251         - 25  # NDRPDR sel
1252     dpdk-compare-topologies:
1253       - "dpdk-compare-topologies-ref"
1254       - "dpdk-compare-topologies-cmp"
1255
1256   plot-layouts:
1257
1258     plot-soak-throughput:
1259       titlefont:
1260         size: 18
1261       xaxis:
1262         title: "<b>Test Cases [Index]</b>"
1263         titlefont:
1264           size: 16
1265         autorange: True
1266         fixedrange: False
1267         gridcolor: "rgb(230, 230, 230)"
1268         linecolor: "rgb(220, 220, 220)"
1269         linewidth: 1
1270         showgrid: True
1271         showline: True
1272         showticklabels: True
1273         tickcolor: "rgb(220, 220, 220)"
1274         tickmode: "linear"
1275         tickfont:
1276           size: 16
1277         zeroline: False
1278       yaxis:
1279         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1280         titlefont:
1281           size: 16
1282         gridcolor: "rgb(230, 230, 230)"
1283         hoverformat: ".4r"
1284         tickformat: ".3r"
1285         linecolor: "rgb(220, 220, 220)"
1286         linewidth: 1
1287         showgrid: True
1288         showline: True
1289         showticklabels: True
1290         tickcolor: "rgb(220, 220, 220)"
1291         tickfont:
1292           size: 16
1293         zeroline: False
1294         range: [0,50]
1295       autosize: False
1296       margin:
1297         t: 50
1298         b: 0
1299         l: 80
1300         r: 20
1301       showlegend: True
1302       legend:
1303         orientation: "h"
1304         font:
1305           size: 16
1306       width: 700
1307       height: 900
1308       paper_bgcolor: "#fff"
1309       plot_bgcolor: "#fff"
1310       hoverlabel:
1311         namelength: -1
1312
1313     plot-service-density:
1314       titlefont:
1315         size: 18
1316       xaxis:
1317         side: "top"
1318         autorange: True
1319         fixedrange: False
1320         showgrid: False
1321         showline: False
1322         showticklabels: False
1323         ticks: ""
1324         ticklen: 0
1325         tickwidth: 0
1326         zeroline: False
1327       yaxis:
1328         autorange: "reversed"
1329         showgrid: False
1330         showline: False
1331         showticklabels: False
1332         ticks: ""
1333         ticklen: 0
1334         tickwidth: 0
1335         zeroline: False
1336       showlegend: False
1337       paper_bgcolor: "#fff"
1338       plot_bgcolor: "#fff"
1339       width: 700
1340       height: 700
1341       hoverlabel:
1342         namelength: -1
1343
1344     plot-cps:
1345       titlefont:
1346         size: 18
1347       xaxis:
1348         title: "<b>Test Cases [Index]</b>"
1349         titlefont:
1350           size: 16
1351         autorange: True
1352         fixedrange: False
1353         gridcolor: "rgb(230, 230, 230)"
1354         linecolor: "rgb(220, 220, 220)"
1355         linewidth: 1
1356         showgrid: True
1357         showline: True
1358         showticklabels: True
1359         tickcolor: "rgb(220, 220, 220)"
1360         tickmode: "linear"
1361         tickfont:
1362           size: 16
1363         zeroline: False
1364       yaxis:
1365         title: "<b>Connections Per Second [cps]</b>"
1366         titlefont:
1367           size: 16
1368         gridcolor: "rgb(230, 230, 230)"
1369         hoverformat: ".4s"
1370         linecolor: "rgb(220, 220, 220)"
1371         linewidth: 1
1372         rangemode: "tozero"
1373         showgrid: True
1374         showline: True
1375         showticklabels: True
1376         tickcolor: "rgb(220, 220, 220)"
1377         tickformat: ".3s"
1378         tickfont:
1379           size: 16
1380         zeroline: False
1381       boxmode: "group"
1382       boxgroupgap: 0.5
1383       autosize: False
1384       margin:
1385         t: 50
1386         b: 20
1387         l: 80
1388         r: 20
1389       showlegend: True
1390       legend:
1391         orientation: "h"
1392         font:
1393           size: 16
1394       width: 700
1395       height: 800
1396       paper_bgcolor: "#fff"
1397       plot_bgcolor: "#fff"
1398       hoverlabel:
1399         namelength: -1
1400
1401     plot-rps:
1402       titlefont:
1403         size: 18
1404       xaxis:
1405         title: "<b>Test Cases [Index]</b>"
1406         titlefont:
1407           size: 16
1408         autorange: True
1409         fixedrange: False
1410         gridcolor: "rgb(230, 230, 230)"
1411         linecolor: "rgb(220, 220, 220)"
1412         linewidth: 1
1413         showgrid: True
1414         showline: True
1415         showticklabels: True
1416         tickcolor: "rgb(220, 220, 220)"
1417         tickmode: "linear"
1418         tickfont:
1419           size: 16
1420         zeroline: False
1421       yaxis:
1422         title: "<b>Requests Per Second [rps]</b>"
1423         titlefont:
1424           size: 16
1425         gridcolor: "rgb(230, 230, 230)"
1426         hoverformat: ".4s"
1427         linecolor: "rgb(220, 220, 220)"
1428         linewidth: 1
1429         rangemode: "tozero"
1430         showgrid: True
1431         showline: True
1432         showticklabels: True
1433         tickcolor: "rgb(230, 230, 230)"
1434         tickformat: ".3s"
1435         tickfont:
1436           size: 16
1437         zeroline: False
1438       boxmode: "group"
1439       boxgroupgap: 0.5
1440       autosize: False
1441       margin:
1442         t: 50
1443         b: 20
1444         l: 80
1445         r: 20
1446       showlegend: True
1447       legend:
1448         orientation: "h"
1449         font:
1450           size: 16
1451       width: 700
1452       height: 800
1453       paper_bgcolor: "#fff"
1454       plot_bgcolor: "#fff"
1455       hoverlabel:
1456         namelength: -1
1457
1458     plot-throughput:
1459       titlefont:
1460         size: 18
1461       xaxis:
1462         title: "<b>Test Cases [Index]</b>"
1463         titlefont:
1464           size: 16
1465         autorange: True
1466         fixedrange: False
1467         gridcolor: "rgb(230, 230, 230)"
1468         linecolor: "rgb(220, 220, 220)"
1469         linewidth: 1
1470         showgrid: True
1471         showline: True
1472         showticklabels: True
1473         tickcolor: "rgb(220, 220, 220)"
1474         tickmode: "linear"
1475         tickfont:
1476           size: 16
1477         zeroline: False
1478       yaxis:
1479         title: "<b>Packet Throughput [Mpps]</b>"
1480         titlefont:
1481           size: 16
1482         gridcolor: "rgb(230, 230, 230)"
1483         hoverformat: ".4r"
1484         tickformat: ".3r"
1485         linecolor: "rgb(220, 220, 220)"
1486         linewidth: 1
1487         showgrid: True
1488         showline: True
1489         showticklabels: True
1490         tickcolor: "rgb(220, 220, 220)"
1491         tickfont:
1492           size: 16
1493         zeroline: False
1494         range: [0,50]
1495       autosize: False
1496       margin:
1497         t: 50
1498         b: 0
1499         l: 80
1500         r: 20
1501       showlegend: True
1502       legend:
1503         orientation: "h"
1504         font:
1505           size: 16
1506       width: 700
1507       height: 900
1508       paper_bgcolor: "#fff"
1509       plot_bgcolor: "#fff"
1510       hoverlabel:
1511         namelength: -1
1512
1513     plot-throughput-speedup-analysis:
1514       titlefont:
1515         size: 18
1516       xaxis:
1517         title: "<b>Number of Cores [Qty]</b>"
1518         titlefont:
1519           size: 16
1520         autorange: True
1521         fixedrange: False
1522         gridcolor: "rgb(230, 230, 230)"
1523         linecolor: "rgb(220, 220, 220)"
1524         linewidth: 1
1525         showgrid: True
1526         showline: True
1527         showticklabels: True
1528         tickcolor: "rgb(238, 238, 238)"
1529         tickmode: "linear"
1530         tickfont:
1531           size: 16
1532         zeroline: False
1533       yaxis:
1534         title: "<b>Packet Throughput [Mpps]</b>"
1535         titlefont:
1536           size: 16
1537         type: "linear"
1538         gridcolor: "rgb(230, 230, 230)"
1539         hoverformat: ".4s"
1540         linecolor: "rgb(220, 220, 220)"
1541         linewidth: 1
1542         showgrid: True
1543         showline: True
1544         showticklabels: True
1545         tickcolor: "rgb(220, 220, 220)"
1546         tickformat: ".4s"
1547         tickfont:
1548           size: 16
1549         zeroline: True
1550         rangemode: "tozero"
1551         range: [0,100]
1552       legend:
1553         orientation: "h"
1554         font:
1555           size: 16
1556         xanchor: "left"
1557         yanchor: "top"
1558         x: 0
1559         y: -0.2
1560         bgcolor: "rgba(255, 255, 255, 0)"
1561         bordercolor: "rgba(255, 255, 255, 0)"
1562         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1563       autosize: False
1564       margin:
1565           't': 50
1566           'b': 150
1567           'l': 85
1568           'r': 10
1569       showlegend: True
1570       width: 700
1571       height: 700
1572       paper_bgcolor: "#fff"
1573       plot_bgcolor: "#fff"
1574       hoverlabel:
1575         namelength: -1
1576       annotations: [
1577         {
1578           text: "_ _          __          ...",
1579           align: "left",
1580           showarrow: False,
1581           xref: "paper",
1582           yref: "paper",
1583           xanchor: "left",
1584           yanchor: "top",
1585           x: 0,
1586           y: -0.13,
1587           font: {
1588             family: "Consolas, Courier New",
1589             size: 15
1590           },
1591         },
1592         {
1593           text: "    Perfect     Measured     Limit",
1594           align: "left",
1595           showarrow: False,
1596           xref: "paper",
1597           yref: "paper",
1598           xanchor: "left",
1599           yanchor: "top",
1600           x: 0,
1601           y: -0.15,
1602           font: {
1603             family: "Consolas, Courier New",
1604             size: 15
1605           },
1606         },
1607       ]
1608
1609     plot-latency:
1610       titlefont:
1611         size: 18
1612       xaxis:
1613         title: "<b>Direction</b>"
1614         titlefont:
1615           size: 16
1616         autorange: True
1617         fixedrange: False
1618         gridcolor: "rgb(230, 230, 230)"
1619         linecolor: "rgb(220, 220, 220)"
1620         linewidth: 1
1621         showgrid: True
1622         showline: True
1623         showticklabels: False
1624         tickcolor: "rgb(220, 220, 220)"
1625         tickmode: "linear"
1626         tickfont:
1627           size: 16
1628         zeroline: False
1629       yaxis:
1630         title: "<b>Packet Latency [uSec]</b>"
1631         titlefont:
1632           size: 16
1633         type: "linear"
1634         gridcolor: "rgb(230, 230, 230)"
1635         hoverformat: ".4s"
1636         linecolor: "rgb(220, 220, 220)"
1637         linewidth: 1
1638         showgrid: True
1639         showline: True
1640         showticklabels: True
1641         tickcolor: "rgb(220, 220, 220)"
1642         tickformat: ".4s"
1643         tickfont:
1644           size: 16
1645         zeroline: True
1646         rangemode: "tozero"
1647       legend:
1648         orientation: "h"
1649         font:
1650           size: 16
1651         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1652       autosize: False
1653       margin:
1654           't': 50
1655           'b': 150
1656           'l': 80
1657           'r': 10
1658       showlegend: True
1659       width: 700
1660       height: 700
1661       paper_bgcolor: "#fff"
1662       plot_bgcolor: "#fff"
1663       hoverlabel:
1664         namelength: -1
1665
1666     plot-hdrh-latency:
1667       title:
1668         text: ""
1669         xanchor: "center"
1670         x: 0.5
1671         font:
1672           size: 16
1673       width: 700
1674       plot_bgcolor: "white"
1675       annotations:
1676         - font:
1677             size: 14
1678           showarrow: False
1679           text: "<b>Packet Latency [uSec]</b>"
1680           x: 1
1681           xanchor: "right"
1682           xref: "paper"
1683           y: -0.045
1684           yanchor: "top"
1685           yref: "paper"
1686         - font:
1687             size: 14
1688           showarrow: False
1689           text: "<b>Probability [%]</b>"
1690           textangle: 270
1691           x: -0.06
1692           xanchor: "center"
1693           xref: "paper"
1694           y: 0.5
1695           yanchor: "middle"
1696           yref: "paper"
1697         - font:
1698             size: 14
1699           showarrow: False
1700           text: "<b>Direction: E-W</b>"
1701           x: 0.24
1702           xanchor: "center"
1703           xref: "paper"
1704           y: 1.05
1705           yanchor: "bottom"
1706           yref: "paper"
1707         - font:
1708             size: 14
1709           showarrow: False
1710           text: "<b>Direction: W-E</b>"
1711           x: 0.74
1712           xanchor: "center"
1713           xref: "paper"
1714           y: 1.05
1715           yanchor: "bottom"
1716           yref: "paper"
1717
1718     plot-hdrh-latency-percentile:
1719       title:
1720         text: ""
1721         xanchor: "center"
1722         x: 0.5
1723         font:
1724           size: 18
1725       xaxis:
1726         type: "log"
1727         title: "<b>Percentile [%]</b>"
1728         titlefont:
1729           size: 16
1730         autorange: True
1731         fixedrange: False
1732         gridcolor: "rgb(230, 230, 230)"
1733         linecolor: "rgb(220, 220, 220)"
1734         linewidth: 1
1735         showgrid: True
1736         showline: True
1737         showticklabels: True
1738         tickcolor: "rgb(220, 220, 220)"
1739         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
1740         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
1741         tickfont:
1742           size: 16
1743       yaxis:
1744         title: "<b>Packet Latency [uSec]</b>"
1745         titlefont:
1746           size: 16
1747         gridcolor: "rgb(230, 230, 230)"
1748         linecolor: "rgb(220, 220, 220)"
1749         linewidth: 1
1750         showgrid: True
1751         showline: True
1752         showticklabels: True
1753         tickcolor: "rgb(220, 220, 220)"
1754         tickfont:
1755           size: 16
1756       autosize: False
1757       showlegend: True
1758       legend:
1759         traceorder: "normal"
1760         orientation: "h"
1761         font:
1762           size: 16
1763         xanchor: "left"
1764         yanchor: "top"
1765         x: 0
1766         y: -0.15
1767         bgcolor: "rgba(255, 255, 255, 0)"
1768         bordercolor: "rgba(255, 255, 255, 0)"
1769       width: 700
1770       height: 700
1771       paper_bgcolor: "white"
1772       plot_bgcolor: "white"
1773
1774     plot-hdrh-latency-by-percentile:
1775       title:
1776         text: "<b>Latency by Percentile Distribution</b>"
1777         xanchor: "center"
1778         x: 0.5
1779         font:
1780           size: 18
1781       showlegend: True
1782       legend:
1783         traceorder: "normal"
1784         orientation: "h"
1785         font:
1786           size: 16
1787         xanchor: "left"
1788         yanchor: "top"
1789         x: 0
1790         y: -0.2
1791         bgcolor: "rgba(255, 255, 255, 0)"
1792         bordercolor: "rgba(255, 255, 255, 0)"
1793       xaxis:
1794         type: "linear"
1795         title: "<b>Percentile [%]</b>"
1796         titlefont:
1797           size: 14
1798         autorange: False
1799         fixedrange: False
1800         range: [0, 100]
1801         gridcolor: "rgb(230, 230, 230)"
1802         linecolor: "rgb(220, 220, 220)"
1803         linewidth: 1
1804         showgrid: True
1805         showline: True
1806         showticklabels: True
1807         tickcolor: "rgb(220, 220, 220)"
1808         tickvals: [0, 25, 50, 75, 100]
1809         ticktext: [0, 25, 50, 75, 100]
1810         tickfont:
1811           size: 14
1812       yaxis:
1813         title: "<b>One-Way Latency per Direction [uSec]</b>"
1814         titlefont:
1815           size: 14
1816         gridcolor: "rgb(230, 230, 230)"
1817         linecolor: "rgb(220, 220, 220)"
1818         linewidth: 1
1819         showgrid: True
1820         showline: True
1821         showticklabels: True
1822         tickcolor: "rgb(220, 220, 220)"
1823         tickfont:
1824           size: 14
1825       width: 700
1826       height: 700
1827       paper_bgcolor: "white"
1828       plot_bgcolor: "white"
1829
1830 - type: "static"
1831   src-path: "{DIR[RST]}"
1832   dst-path: "{DIR[WORKING,SRC]}"
1833
1834 - type: "input"
1835   general:
1836     file-name: "output_info.xml.gz"
1837     file-format: ".gz"
1838     arch-file-format:
1839       - ".gz"
1840       - ".zip"
1841     download-path: "{job}/{build}/archives/{filename}"
1842     extract: "output.xml"
1843
1844     zip-file-name: "robot-plugin.zip"
1845     zip-file-format: ".zip"
1846     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1847     zip-extract: "robot-plugin/output.xml"
1848
1849   builds:
1850
1851     csit-vpp-perf-verify-1904-3n-hsw:
1852       - 9   # MRR sel
1853       - 11  # NDRPDR sel
1854       - 12  # NDRPDR sel
1855       - 20  # NDRPDR sel
1856       - 21  # NDRPDR sel
1857       - 23  # NDRPDR sel
1858       - 24  # NDRPDR sel
1859       - 25  # NDRPDR sel
1860       - 26  # NDRPDR sel
1861       - 29  # NDRPDR sel
1862       - 30  # NDRPDR sel
1863     csit-vpp-perf-verify-1908-3n-hsw:
1864       - 12  # NDRPDR sel
1865       - 13  # NDRPDR sel
1866       - 14  # NDRPDR sel
1867       - 15  # NDRPDR sel
1868       - 16  # NDRPDR sel
1869       - 17  # NDRPDR sel
1870       - 18  # NDRPDR sel
1871       - 19  # NDRPDR sel
1872       - 20  # NDRPDR sel
1873       - 21  # NDRPDR sel
1874       - 48  # NDRPDR sel vhost
1875       - 49  # NDRPDR sel vhost
1876       - 52  # NDRPDR sel vhost
1877       - 53  # NDRPDR sel vhost
1878       - 54  # NDRPDR sel vhost
1879       - 55  # NDRPDR sel vhost
1880       - 56  # NDRPDR sel vhost
1881       - 57  # NDRPDR sel vhost
1882       - 58  # NDRPDR sel vhost
1883       - 59  # NDRPDR sel vhost
1884       - 39  # MRR sel
1885     csit-vpp-perf-verify-2001-3n-hsw:
1886       - 21  # NDRPDR sel
1887       - 22  # NDRPDR sel
1888       - 23  # NDRPDR sel
1889       - 24  # NDRPDR sel
1890       - 25  # NDRPDR sel
1891       - 29  # NDRPDR sel
1892       - 30  # NDRPDR sel
1893       - 31  # NDRPDR sel
1894       - 17  # MRR sel
1895       - 18  # NDRPDR full
1896       - 20  # NDRPDR full
1897       - 28  # NDRPDR full
1898
1899 #    csit-vpp-perf-verify-1904-3n-skx:
1900 #      - 7   # MRR sel
1901 #      - 8   # NDRPDR sel
1902 #      - 9   # NDRPDR sel
1903 #      - 10  # NDRPDR sel
1904 #      - 11  # NDRPDR sel
1905 #      - 12  # NDRPDR sel
1906 #      - 14  # NDRPDR sel
1907 #      - 16  # NDRPDR sel
1908 #      - 21  # NDRPDR sel
1909 #      - 23  # NDRPDR sel
1910 #      - 25  # NDRPDR sel
1911 #    csit-vpp-perf-verify-1908-3n-skx:
1912 #      - 14  # NDRPDR sel
1913 #      - 16  # NDRPDR sel
1914 #      - 19  # NDRPDR sel
1915 #      - 20  # NDRPDR sel
1916 #      - 22  # NDRPDR sel
1917 #      - 23  # NDRPDR sel
1918 #      - 24  # NDRPDR sel
1919 #      - 25  # NDRPDR sel
1920 #      - 26  # NDRPDR sel
1921 #      - 29  # NDRPDR sel
1922 #      - 52  # NDRPDR sel vhost
1923 #      - 53  # NDRPDR sel vhost
1924 #      - 55  # NDRPDR sel vhost
1925 #      - 61  # NDRPDR sel vhost
1926 #      - 62  # NDRPDR sel vhost
1927 #      - 63  # NDRPDR sel vhost
1928 #      - 64  # NDRPDR sel vhost
1929 #      - 65  # NDRPDR sel vhost
1930 #      - 66  # NDRPDR sel vhost
1931 #      - 67  # NDRPDR sel vhost
1932 #      - 36  # MRR sel
1933 #    csit-vpp-perf-verify-2001-3n-skx:
1934 #      - 14  # NDRPDR sel
1935 #      - 15  # NDRPDR sel
1936 #      - 16  # NDRPDR sel
1937
1938 #    csit-vpp-perf-verify-1904-2n-skx:
1939 #      - 11  # MRR sel
1940 #      - 12  # NDRPDR sel
1941 #      - 14  # NDRPDR sel
1942 #      - 16  # NDRPDR sel
1943 #      - 17  # NDRPDR sel
1944 #      - 18  # NDRPDR sel
1945 #      - 21  # NDRPDR sel
1946 #      - 27  # NDRPDR sel
1947 #      - 30  # NDRPDR sel
1948 #      - 31  # NDRPDR sel
1949 #      - 32  # NDRPDR sel
1950 #    csit-vpp-perf-verify-1908-2n-skx:
1951 #      - 26  # NDRPDR sel
1952 #      - 27  # NDRPDR sel
1953 #      - 34  # NDRPDR sel
1954 #      - 35  # NDRPDR sel
1955 #      - 36  # NDRPDR sel
1956 #      - 42  # NDRPDR sel
1957 #      - 43  # NDRPDR sel
1958 #      - 44  # NDRPDR sel
1959 #      - 45  # NDRPDR sel
1960 #      - 46  # NDRPDR sel
1961 #      - 88  # NDRPDR sel vhost
1962 #      - 89  # NDRPDR sel vhost
1963 #      - 91  # NDRPDR sel vhost
1964 #      - 92  # NDRPDR sel vhost
1965 #      - 93  # NDRPDR sel vhost
1966 #      - 94  # NDRPDR sel vhost
1967 #      - 95  # NDRPDR sel vhost
1968 #      - 96  # NDRPDR sel vhost
1969 #      - 97  # NDRPDR sel vhost
1970 #      - 98  # NDRPDR sel vhost
1971 #      - 69  # MRR sel
1972 #      - 29  # TCP
1973 #      - 30  # TCP
1974 #      - 58  # TCP
1975 #      - 22  # NFV
1976 #      - 31  # NFV
1977 #      - 32  # NFV
1978 #      - 71  # NFV MRR
1979 #      - 113 # NFV reconf sel
1980 #      - 114 # NFV reconf sel
1981 #      - 115 # NFV reconf sel
1982 #      - 83  # SOAK
1983 #      - 86  # SOAK
1984 #    csit-vpp-perf-verify-2001-2n-skx:
1985 #      - 21  # NDRPDR sel
1986 #      - 22  # NDRPDR sel
1987 #      - 23  # NDRPDR sel
1988 #      - 26  # NDRPDR sel
1989 #      - 27  # NDRPDR sel
1990 #      - 29  # NDRPDR sel
1991 #      - 32  # NDRPDR full
1992 #      - 33  # NDRPDR full
1993 #      - 30  # NFV
1994 #      - 31  # NFV
1995
1996 #    csit-vpp-perf-verify-2001-2n-clx:
1997 #      - 22  # NDRPDR sel
1998 #      - 23  # NDRPDR sel
1999 #      - 24  # NDRPDR sel
2000 #      - 25  # NDRPDR sel
2001
2002     csit-vpp-perf-verify-1908-3n-tsh:
2003       - 7   # NDRPDR sel
2004       - 8   # NDRPDR sel
2005       - 9   # NDRPDR sel
2006       - 10  # NDRPDR sel
2007       - 11  # NDRPDR sel
2008       - 12  # NDRPDR sel
2009       - 13  # NDRPDR sel
2010       - 14  # NDRPDR sel
2011       - 15  # NDRPDR sel
2012       - 16  # NDRPDR sel
2013       - 17  # MRR sel
2014     csit-vpp-perf-verify-2001-3n-tsh:
2015       - 3   # NDRPDR sel
2016       - 4   # NDRPDR sel
2017       - 7   # NDRPDR sel
2018       - 8   # NDRPDR sel
2019
2020     csit-vpp-perf-verify-1908-3n-dnv:
2021       - 6   # NDRPDR sel
2022       - 7   # NDRPDR sel
2023       - 8   # NDRPDR sel
2024       - 9   # NDRPDR sel
2025       - 10  # NDRPDR sel
2026       - 12  # NDRPDR sel
2027       - 13  # NDRPDR sel
2028       - 14  # NDRPDR sel
2029       - 15  # NDRPDR sel
2030       - 16  # NDRPDR sel
2031       - 17  # MRR sel
2032     csit-vpp-perf-verify-2001-3n-dnv:
2033       - 5   # NDRPDR sel
2034       - 6   # NDRPDR sel
2035       - 7   # NDRPDR sel
2036       - 8   # NDRPDR sel
2037       - 9   # NDRPDR sel
2038       - 10  # NDRPDR sel
2039       - 12  # NDRPDR sel
2040       - 16  # NDRPDR sel
2041       - 17  # NDRPDR sel
2042       - 18  # NDRPDR sel
2043       - 11  # MRR sel
2044       - 13  # NDRPDR full
2045       - 15  # NDRPDR full
2046       - 19  # NDRPDR full
2047       - 20  # NDRPDR full
2048       - 21  # NDRPDR full
2049
2050     csit-vpp-perf-verify-1908-2n-dnv:
2051       - 1   # NDRPDR sel
2052       - 2   # NDRPDR sel
2053       - 3   # NDRPDR sel
2054       - 4   # NDRPDR sel
2055       - 5   # NDRPDR sel
2056       - 6   # NDRPDR sel
2057       - 7   # NDRPDR sel
2058       - 8   # NDRPDR sel
2059       - 9   # NDRPDR sel
2060       - 10  # NDRPDR sel
2061       - 11  # MRR sel
2062     csit-vpp-perf-verify-2001-2n-dnv:
2063       - 4   # NDRPDR sel
2064       - 5   # NDRPDR sel
2065       - 6   # NDRPDR sel
2066       - 7   # NDRPDR sel
2067       - 8   # NDRPDR sel
2068       - 9   # NDRPDR sel
2069       - 10  # NDRPDR sel
2070       - 11  # NDRPDR sel
2071       - 13  # NDRPDR sel
2072       - 16  # NDRPDR sel
2073       - 12  # MRR sel
2074       - 21  # NDRPDR full
2075       - 22  # NDRPDR full
2076
2077     csit-dpdk-perf-verify-1904-3n-hsw:
2078       - 2   # NDRPDR sel
2079       - 3   # NDRPDR sel
2080       - 5   # NDRPDR sel
2081       - 6   # NDRPDR sel
2082       - 13  # NDRPDR sel
2083       - 14  # NDRPDR sel
2084       - 15  # NDRPDR sel
2085       - 18  # NDRPDR sel
2086       - 19  # NDRPDR sel
2087       - 20  # NDRPDR sel
2088     csit-dpdk-perf-verify-1908-3n-hsw:
2089       - 2   # NDRPDR sel
2090       - 3   # NDRPDR sel
2091       - 4   # NDRPDR sel
2092       - 5   # NDRPDR sel
2093       - 6   # NDRPDR sel
2094       - 7   # NDRPDR sel
2095       - 8   # NDRPDR sel
2096       - 9   # NDRPDR sel
2097       - 10  # NDRPDR sel
2098       - 11  # NDRPDR sel
2099     csit-dpdk-perf-verify-2001-3n-hsw:
2100       - 4   # NDRPDR sel
2101       - 5   # NDRPDR sel
2102       - 6   # NDRPDR sel
2103       - 7   # NDRPDR sel
2104       - 8   # NDRPDR sel
2105       - 9   # NDRPDR sel
2106       - 10  # NDRPDR sel
2107       - 11  # NDRPDR sel
2108       - 12  # NDRPDR sel
2109       - 13  # NDRPDR sel
2110       - 15  # NDRPDR sel
2111       - 16  # NDRPDR sel
2112       - 17  # NDRPDR sel
2113       - 18  # NDRPDR sel
2114       - 19  # NDRPDR sel
2115       - 20  # NDRPDR sel
2116       - 22  # NDRPDR sel
2117
2118 #    csit-dpdk-perf-verify-1904-3n-skx:
2119 #      - 2   # NDRPDR sel
2120 #      - 3   # NDRPDR sel
2121 #      - 4   # NDRPDR sel
2122 #      - 5   # NDRPDR sel
2123 #      - 6   # NDRPDR sel
2124 #      - 7   # NDRPDR sel
2125 #      - 11  # NDRPDR sel
2126 #      - 12  # NDRPDR sel
2127 #      - 13  # NDRPDR sel
2128 #      - 14  # NDRPDR sel
2129 #    csit-dpdk-perf-verify-1908-3n-skx:
2130 #      - 3   # NDRPDR sel
2131 #      - 4   # NDRPDR sel
2132 #      - 5   # NDRPDR sel
2133 #      - 6   # NDRPDR sel
2134 #      - 7   # NDRPDR sel
2135 #      - 8   # NDRPDR sel
2136 #      - 9   # NDRPDR sel
2137 #      - 10  # NDRPDR sel
2138 #      - 11  # NDRPDR sel
2139 #      - 12  # NDRPDR sel
2140 #    csit-dpdk-perf-verify-2001-3n-skx:
2141 #      - 1   # NDRPDR sel
2142 #      - 2   # NDRPDR sel
2143 #      - 3   # NDRPDR sel
2144 #      - 4   # NDRPDR sel
2145 #      - 5   # NDRPDR sel
2146 #      - 6   # NDRPDR sel
2147 #      - 7   # NDRPDR sel
2148 #      - 8   # NDRPDR sel
2149 #      - 9   # NDRPDR sel
2150 #      - 10  # NDRPDR sel
2151
2152 #    csit-dpdk-perf-verify-1904-2n-skx:
2153 #      - 2   # NDRPDR sel
2154 #      - 3   # NDRPDR sel
2155 #      - 4   # NDRPDR sel
2156 #      - 5   # NDRPDR sel
2157 #      - 7   # NDRPDR sel
2158 #      - 8   # NDRPDR sel
2159 #      - 9   # NDRPDR sel
2160 #      - 10  # NDRPDR sel
2161 #      - 11  # NDRPDR sel
2162 #      - 12  # NDRPDR sel
2163 #    csit-dpdk-perf-verify-1908-2n-skx:
2164 #      - 2   # NDRPDR sel
2165 #      - 3   # NDRPDR sel
2166 #      - 4   # NDRPDR sel
2167 #      - 5   # NDRPDR sel
2168 #      - 7   # NDRPDR sel
2169 #      - 8   # NDRPDR sel
2170 #      - 9   # NDRPDR sel
2171 #      - 10  # NDRPDR sel
2172 #      - 11  # NDRPDR sel
2173 #      - 12  # NDRPDR sel
2174 #    csit-dpdk-perf-verify-2001-2n-skx:
2175 #      - 1   # NDRPDR sel
2176 #      - 2   # NDRPDR sel
2177 #      - 3   # NDRPDR sel
2178 #      - 4   # NDRPDR sel
2179 #      - 5   # NDRPDR sel
2180 #      - 6   # NDRPDR sel
2181 #      - 7   # NDRPDR sel
2182 #      - 8   # NDRPDR sel
2183 #      - 9   # NDRPDR sel
2184 #      - 10  # NDRPDR sel
2185 #      - 11  # NDRPDR sel
2186 #      - 13  # NDRPDR sel
2187 #      - 26  # NDRPDR sel
2188 #      - 16  # NDRPDR sel
2189 #      - 17  # NDRPDR sel
2190 #      - 18  # NDRPDR sel
2191 #      - 19  # NDRPDR sel
2192 #      - 27  # NDRPDR sel
2193 #      - 21  # NDRPDR sel
2194 #      - 25  # NDRPDR sel
2195
2196 #    csit-dpdk-perf-verify-2001-2n-clx:
2197 #      - 1   # NDRPDR sel
2198 #      - 2   # NDRPDR sel
2199 #      - 3   # NDRPDR sel
2200 #      - 4   # NDRPDR sel
2201 #      - 5   # NDRPDR sel
2202 #      - 6   # NDRPDR sel
2203 #      - 7   # NDRPDR sel
2204 #      - 8   # NDRPDR sel
2205 #      - 9   # NDRPDR sel
2206 #      - 10  # NDRPDR sel
2207
2208     csit-vpp-device-2001-ubuntu1804-1n-skx:
2209       - 57
2210
2211 - type: "output"
2212   output: "report"
2213   format:
2214     html:
2215     - full
2216 # TODO: Enable for release runs:
2217 #    pdf:
2218 #    - minimal
2219
2220 ################################################################################
2221 ###                               T A B L E S                                ###
2222 ################################################################################
2223
2224 ## VPP Soak vs NDR
2225 #- type: "table"
2226 #  title: "VPP Soak vs NDR 2n-skx"
2227 #  algorithm: "table_soak_vs_ndr"
2228 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2229 #  reference:
2230 #    title: "NDR"
2231 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2232 #  compare:
2233 #    title: "Soak"
2234 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2235 #  data: "vpp-soak-vs-ndr-2n-skx"
2236 #  include-tests: "NDR"
2237 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2238 #  parameters:
2239 #    - "throughput"
2240 #    - "name"
2241 #    - "parent"
2242
2243 ################################################################################
2244
2245 ## VPP Compare NICs 3n-skx 2t1c ndr
2246 #- type: "table"
2247 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2248 #  algorithm: "table_nics_comparison"
2249 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2250 #  reference:
2251 #    title: "x710"
2252 #    nic: "NIC_Intel-X710"
2253 #  compare:
2254 #    title: "xxv710"
2255 #    nic: "NIC_Intel-XXV710"
2256 #  data: "vpp-nic-comparison-3n-skx"
2257 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2258 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2259 #  parameters:
2260 #  - "name"
2261 #  - "parent"
2262 #  - "throughput"
2263 #  - "tags"
2264 #
2265 ## VPP Compare NICs 3n-skx 4t2c ndr
2266 #- type: "table"
2267 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2268 #  algorithm: "table_nics_comparison"
2269 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2270 #  reference:
2271 #    title: "x710"
2272 #    nic: "NIC_Intel-X710"
2273 #  compare:
2274 #    title: "xxv710"
2275 #    nic: "NIC_Intel-XXV710"
2276 #  data: "vpp-nic-comparison-3n-skx"
2277 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2278 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2279 #  parameters:
2280 #  - "name"
2281 #  - "parent"
2282 #  - "throughput"
2283 #  - "tags"
2284 #
2285 ## VPP Compare NICs 3n-skx 2t1c pdr
2286 #- type: "table"
2287 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2288 #  algorithm: "table_nics_comparison"
2289 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2290 #  reference:
2291 #    title: "x710"
2292 #    nic: "NIC_Intel-X710"
2293 #  compare:
2294 #    title: "xxv710"
2295 #    nic: "NIC_Intel-XXV710"
2296 #  data: "vpp-nic-comparison-3n-skx"
2297 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2298 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2299 #  parameters:
2300 #  - "name"
2301 #  - "parent"
2302 #  - "throughput"
2303 #  - "tags"
2304 #
2305 # # VPP Compare NICs 3n-skx 4t2c pdr
2306 #- type: "table"
2307 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2308 #  algorithm: "table_nics_comparison"
2309 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2310 #  reference:
2311 #    title: "x710"
2312 #    nic: "NIC_Intel-X710"
2313 #  compare:
2314 #    title: "xxv710"
2315 #    nic: "NIC_Intel-XXV710"
2316 #  data: "vpp-nic-comparison-3n-skx"
2317 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2318 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2319 #  parameters:
2320 #  - "name"
2321 #  - "parent"
2322 #  - "throughput"
2323 #  - "tags"
2324 #
2325 ## VPP Compare NICs 3n-skx 2t1c mrr
2326 #- type: "table"
2327 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2328 #  algorithm: "table_nics_comparison"
2329 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2330 #  reference:
2331 #    title: "x710"
2332 #    nic: "NIC_Intel-X710"
2333 #  compare:
2334 #    title: "xxv710"
2335 #    nic: "NIC_Intel-XXV710"
2336 #  data: "vpp-nic-comparison-3n-skx-mrr"
2337 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2338 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2339 #  parameters:
2340 #  - "name"
2341 #  - "parent"
2342 #  - "result"
2343 #  - "tags"
2344 #
2345 ## VPP Compare NICs 3n-skx 4t2c mrr
2346 #- type: "table"
2347 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2348 #  algorithm: "table_nics_comparison"
2349 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2350 #  reference:
2351 #    title: "x710"
2352 #    nic: "NIC_Intel-X710"
2353 #  compare:
2354 #    title: "xxv710"
2355 #    nic: "NIC_Intel-XXV710"
2356 #  data: "vpp-nic-comparison-3n-skx-mrr"
2357 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2358 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2359 #  parameters:
2360 #  - "name"
2361 #  - "parent"
2362 #  - "result"
2363 #  - "tags"
2364 #
2365 # # VPP Compare NICs 3n-skx 8t4c mrr
2366 #- type: "table"
2367 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2368 #  algorithm: "table_nics_comparison"
2369 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2370 #  reference:
2371 #    title: "x710"
2372 #    nic: "NIC_Intel-X710"
2373 #  compare:
2374 #    title: "xxv710"
2375 #    nic: "NIC_Intel-XXV710"
2376 #  data: "vpp-nic-comparison-3n-skx-mrr"
2377 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2378 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2379 #  parameters:
2380 #  - "name"
2381 #  - "parent"
2382 #  - "result"
2383 #  - "tags"
2384 #
2385 ## VPP Compare NICs 2n-skx 2t1c ndr
2386 #- type: "table"
2387 #  title: "VPP Compare NICs 2n-skx 2t1c ndr"
2388 #  algorithm: "table_nics_comparison"
2389 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2390 #  reference:
2391 #    title: "x710"
2392 #    nic: "NIC_Intel-X710"
2393 #  compare:
2394 #    title: "xxv710"
2395 #    nic: "NIC_Intel-XXV710"
2396 #  data: "vpp-nic-comparison-2n-skx"
2397 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2398 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2399 #  parameters:
2400 #  - "name"
2401 #  - "parent"
2402 #  - "throughput"
2403 #  - "tags"
2404 #
2405 ## VPP Compare NICs 2n-skx 4t2c ndr
2406 #- type: "table"
2407 #  title: "VPP Compare NICs 2n-skx 4t2c ndr"
2408 #  algorithm: "table_nics_comparison"
2409 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2410 #  reference:
2411 #    title: "x710"
2412 #    nic: "NIC_Intel-X710"
2413 #  compare:
2414 #    title: "xxv710"
2415 #    nic: "NIC_Intel-XXV710"
2416 #  data: "vpp-nic-comparison-2n-skx"
2417 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2418 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2419 #  parameters:
2420 #  - "name"
2421 #  - "parent"
2422 #  - "throughput"
2423 #  - "tags"
2424 #
2425 # # VPP Compare NICs 2n-skx 2t1c pdr
2426 #- type: "table"
2427 #  title: "VPP Compare NICs 2n-skx 2t1c pdr"
2428 #  algorithm: "table_nics_comparison"
2429 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2430 #  reference:
2431 #    title: "x710"
2432 #    nic: "NIC_Intel-X710"
2433 #  compare:
2434 #    title: "xxv710"
2435 #    nic: "NIC_Intel-XXV710"
2436 #  data: "vpp-nic-comparison-2n-skx"
2437 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2438 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2439 #  parameters:
2440 #  - "name"
2441 #  - "parent"
2442 #  - "throughput"
2443 #  - "tags"
2444 #
2445 ## VPP Compare NICs 2n-skx 4t2c pdr
2446 #- type: "table"
2447 #  title: "VPP Compare NICs 2n-skx 4t2c pdr"
2448 #  algorithm: "table_nics_comparison"
2449 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2450 #  reference:
2451 #    title: "x710"
2452 #    nic: "NIC_Intel-X710"
2453 #  compare:
2454 #    title: "xxv710"
2455 #    nic: "NIC_Intel-XXV710"
2456 #  data: "vpp-nic-comparison-2n-skx"
2457 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2458 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2459 #  parameters:
2460 #  - "name"
2461 #  - "parent"
2462 #  - "throughput"
2463 #  - "tags"
2464 #
2465 ## VPP Compare NICs 2n-skx 2t1c mrr
2466 #- type: "table"
2467 #  title: "VPP Compare NICs 2n-skx 2t1c mrr"
2468 #  algorithm: "table_nics_comparison"
2469 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2470 #  reference:
2471 #    title: "x710"
2472 #    nic: "NIC_Intel-X710"
2473 #  compare:
2474 #    title: "xxv710"
2475 #    nic: "NIC_Intel-XXV710"
2476 #  data: "vpp-nic-comparison-2n-skx-mrr"
2477 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2478 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2479 #  parameters:
2480 #  - "name"
2481 #  - "parent"
2482 #  - "result"
2483 #  - "tags"
2484 #
2485 ## VPP Compare NICs 2n-skx 4t2c mrr
2486 #- type: "table"
2487 #  title: "VPP Compare NICs 2n-skx 4t2c mrr"
2488 #  algorithm: "table_nics_comparison"
2489 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2490 #  reference:
2491 #    title: "x710"
2492 #    nic: "NIC_Intel-X710"
2493 #  compare:
2494 #    title: "xxv710"
2495 #    nic: "NIC_Intel-XXV710"
2496 #  data: "vpp-nic-comparison-2n-skx-mrr"
2497 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2498 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2499 #  parameters:
2500 #  - "name"
2501 #  - "parent"
2502 #  - "result"
2503 #  - "tags"
2504 #
2505 ## VPP Compare NICs 2n-skx 8t4c mrr
2506 #- type: "table"
2507 #  title: "VPP Compare NICs 2n-skx 8t4c mrr"
2508 #  algorithm: "table_nics_comparison"
2509 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2510 #  reference:
2511 #    title: "x710"
2512 #    nic: "NIC_Intel-X710"
2513 #  compare:
2514 #    title: "xxv710"
2515 #    nic: "NIC_Intel-XXV710"
2516 #  data: "vpp-nic-comparison-2n-skx-mrr"
2517 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2518 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2519 #  parameters:
2520 #  - "name"
2521 #  - "parent"
2522 #  - "result"
2523 #  - "tags"
2524
2525 ################################################################################
2526 # VPP
2527
2528 # VPP Performance Changes 3n-hsw 1t1c pdr
2529 - type: "table"
2530   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2531   algorithm: "table_perf_comparison"
2532   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2533   history:
2534     - title: "rls1904"
2535       data: "vpp-performance-changes-3n-hsw-h1"
2536   reference:
2537     title: "rls1908"
2538     data: "vpp-performance-changes-3n-hsw-ref"
2539     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2540   compare:
2541     title: "rls2001"
2542     data: "vpp-performance-changes-3n-hsw-cmp"
2543   data: "vpp-performance-changes-3n-hsw"
2544   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2545   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2546   parameters:
2547   - "name"
2548   - "parent"
2549   - "throughput"
2550
2551 # VPP Performance Changes 3n-hsw 2t2c pdr
2552 - type: "table"
2553   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2554   algorithm: "table_perf_comparison"
2555   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2556   history:
2557     - title: "rls1904"
2558       data: "vpp-performance-changes-3n-hsw-h1"
2559   reference:
2560     title: "rls1908"
2561     data: "vpp-performance-changes-3n-hsw-ref"
2562     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2563   compare:
2564     title: "rls2001"
2565     data: "vpp-performance-changes-3n-hsw-cmp"
2566   data: "vpp-performance-changes-3n-hsw"
2567   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2568   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2569   parameters:
2570   - "name"
2571   - "parent"
2572   - "throughput"
2573
2574 # VPP Performance Changes 3n-hsw 1t1c ndr
2575 - type: "table"
2576   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2577   algorithm: "table_perf_comparison"
2578   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2579   history:
2580     - title: "rls1904"
2581       data: "vpp-performance-changes-3n-hsw-h1"
2582   reference:
2583     title: "rls1908"
2584     data: "vpp-performance-changes-3n-hsw-ref"
2585     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2586   compare:
2587     title: "rls2001"
2588     data: "vpp-performance-changes-3n-hsw-cmp"
2589   data: "vpp-performance-changes-3n-hsw"
2590   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2591   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2592   parameters:
2593   - "name"
2594   - "parent"
2595   - "throughput"
2596
2597 # VPP Performance Changes 3n-hsw 2t2c ndr
2598 - type: "table"
2599   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2600   algorithm: "table_perf_comparison"
2601   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2602   history:
2603     - title: "rls1904"
2604       data: "vpp-performance-changes-3n-hsw-h1"
2605   reference:
2606     title: "rls1908"
2607     data: "vpp-performance-changes-3n-hsw-ref"
2608     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2609   compare:
2610     title: "rls2001"
2611     data: "vpp-performance-changes-3n-hsw-cmp"
2612   data: "vpp-performance-changes-3n-hsw"
2613   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2614   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2615   parameters:
2616   - "name"
2617   - "parent"
2618   - "throughput"
2619
2620 ## VPP Performance Changes 3n-skx 2t1c pdr
2621 #- type: "table"
2622 #  title: "VPP Performance Changes 3n-skx 2t1c pdr"
2623 #  algorithm: "table_perf_comparison_nic"
2624 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2625 #  history:
2626 #    - title: "rls1904 x710"
2627 #      data: "vpp-performance-changes-3n-skx-h1"
2628 #      nic: "NIC_Intel-X710"
2629 #  reference:
2630 #    title: "rls1908 xxv710"
2631 #    data: "vpp-performance-changes-3n-skx-ref"
2632 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2633 #    nic: "NIC_Intel-XXV710"
2634 #  compare:
2635 #    title: "rls2001 xxv710"
2636 #    data: "vpp-performance-changes-3n-skx-cmp"
2637 #    nic: "NIC_Intel-XXV710"
2638 #  data: "vpp-performance-changes-3n-skx"
2639 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2640 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2641 #  parameters:
2642 #  - "name"
2643 #  - "parent"
2644 #  - "throughput"
2645 #  - "tags"
2646 #
2647 ## VPP Performance Changes 3n-skx 4t2c pdr
2648 #- type: "table"
2649 #  title: "VPP Performance Changes 3n-skx 4t2c pdr"
2650 #  algorithm: "table_perf_comparison_nic"
2651 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2652 #  history:
2653 #    - title: "rls1904 x710"
2654 #      data: "vpp-performance-changes-3n-skx-h1"
2655 #      nic: "NIC_Intel-X710"
2656 #  reference:
2657 #    title: "rls1908 x710"
2658 #    data: "vpp-performance-changes-3n-skx-ref"
2659 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2660 #    nic: "NIC_Intel-X710"
2661 #  compare:
2662 #    title: "rls2001 xxv710"
2663 #    data: "vpp-performance-changes-3n-skx-cmp"
2664 #    nic: "NIC_Intel-XXV710"
2665 #  data: "vpp-performance-changes-3n-skx"
2666 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2667 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2668 #  parameters:
2669 #  - "name"
2670 #  - "parent"
2671 #  - "throughput"
2672 #  - "tags"
2673 #
2674 ## VPP Performance Changes 3n-skx 2t1c ndr
2675 #- type: "table"
2676 #  title: "VPP Performance Changes 3n-skx 2t1c ndr"
2677 #  algorithm: "table_perf_comparison_nic"
2678 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2679 #  history:
2680 #    - title: "rls1904 x710"
2681 #      data: "vpp-performance-changes-3n-skx-h1"
2682 #      nic: "NIC_Intel-X710"
2683 #  reference:
2684 #    title: "rls1908 x710"
2685 #    data: "vpp-performance-changes-3n-skx-ref"
2686 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2687 #    nic: "NIC_Intel-X710"
2688 #  compare:
2689 #    title: "rls2001 xxv710"
2690 #    data: "vpp-performance-changes-3n-skx-cmp"
2691 #    nic: "NIC_Intel-XXV710"
2692 #  data: "vpp-performance-changes-3n-skx"
2693 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2694 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2695 #  parameters:
2696 #  - "name"
2697 #  - "parent"
2698 #  - "throughput"
2699 #  - "tags"
2700 #
2701 ## VPP Performance Changes 3n-skx 4t2c ndr
2702 #- type: "table"
2703 #  title: "VPP Performance Changes 3n-skx 4t2c ndr"
2704 #  algorithm: "table_perf_comparison_nic"
2705 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2706 #  history:
2707 #    - title: "rls1904 x710"
2708 #      data: "vpp-performance-changes-3n-skx-h1"
2709 #      nic: "NIC_Intel-X710"
2710 #  reference:
2711 #    title: "rls1908 x710"
2712 #    data: "vpp-performance-changes-3n-skx-ref"
2713 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2714 #    nic: "NIC_Intel-X710"
2715 #  compare:
2716 #    title: "rls2001 xxv710"
2717 #    data: "vpp-performance-changes-3n-skx-cmp"
2718 #    nic: "NIC_Intel-XXV710"
2719 #  data: "vpp-performance-changes-3n-skx"
2720 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2721 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2722 #  parameters:
2723 #  - "name"
2724 #  - "parent"
2725 #  - "throughput"
2726 #  - "tags"
2727 #
2728 ## VPP Performance Changes 2n-skx 2t1c pdr
2729 #- type: "table"
2730 #  title: "VPP Performance Changes 2n-skx 2t1c pdr"
2731 #  algorithm: "table_perf_comparison_nic"
2732 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2733 #  history:
2734 #    - title: "rls1904 x710"
2735 #      data: "vpp-performance-changes-2n-skx-h1"
2736 #      nic: "NIC_Intel-X710"
2737 #  reference:
2738 #    title: "rls1908 xxv710"
2739 #    data: "vpp-performance-changes-2n-skx-ref"
2740 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2741 #    nic: "NIC_Intel-XXV710"
2742 #  compare:
2743 #    title: "rls2001 xxv710"
2744 #    data: "vpp-performance-changes-2n-skx-cmp"
2745 #    nic: "NIC_Intel-XXV710"
2746 #  data: "vpp-performance-changes-2n-skx"
2747 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2748 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2749 #  parameters:
2750 #  - "name"
2751 #  - "parent"
2752 #  - "throughput"
2753 #  - "tags"
2754 #
2755 ## VPP Performance Changes 2n-skx 4t2c pdr
2756 #- type: "table"
2757 #  title: "VPP Performance Changes 2n-skx 4t2c pdr"
2758 #  algorithm: "table_perf_comparison_nic"
2759 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2760 #  history:
2761 #    - title: "rls1904 x710"
2762 #      data: "vpp-performance-changes-2n-skx-h1"
2763 #      nic: "NIC_Intel-X710"
2764 #  reference:
2765 #    title: "rls1908 xxv710"
2766 #    data: "vpp-performance-changes-2n-skx-ref"
2767 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2768 #    nic: "NIC_Intel-XXV710"
2769 #  compare:
2770 #    title: "rls2001 xxv710"
2771 #    data: "vpp-performance-changes-2n-skx-cmp"
2772 #    nic: "NIC_Intel-XXV710"
2773 #  data: "vpp-performance-changes-2n-skx"
2774 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2775 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2776 #  parameters:
2777 #  - "name"
2778 #  - "parent"
2779 #  - "throughput"
2780 #  - "tags"
2781 #
2782 ## VPP Performance Changes 2n-skx 2t1c ndr
2783 #- type: "table"
2784 #  title: "VPP Performance Changes 2n-skx 2t1c ndr"
2785 #  algorithm: "table_perf_comparison_nic"
2786 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2787 #  history:
2788 #    - title: "rls1904 x710"
2789 #      data: "vpp-performance-changes-2n-skx-h1"
2790 #      nic: "NIC_Intel-X710"
2791 #  reference:
2792 #    title: "rls1908 xxv710"
2793 #    data: "vpp-performance-changes-2n-skx-ref"
2794 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2795 #    nic: "NIC_Intel-XXV710"
2796 #  compare:
2797 #    title: "rls2001 xxv710"
2798 #    data: "vpp-performance-changes-2n-skx-cmp"
2799 #    nic: "NIC_Intel-XXV710"
2800 #  data: "vpp-performance-changes-2n-skx"
2801 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2802 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2803 #  parameters:
2804 #  - "name"
2805 #  - "parent"
2806 #  - "throughput"
2807 #  - "tags"
2808 #
2809 ## VPP Performance Changes 2n-skx 4t2c ndr
2810 #- type: "table"
2811 #  title: "VPP Performance Changes 2n-skx 4t2c ndr"
2812 #  algorithm: "table_perf_comparison_nic"
2813 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2814 #  history:
2815 #    - title: "rls1904 x710"
2816 #      data: "vpp-performance-changes-2n-skx-h1"
2817 #      nic: "NIC_Intel-X710"
2818 #  reference:
2819 #    title: "rls1908 xxv710"
2820 #    data: "vpp-performance-changes-2n-skx-ref"
2821 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2822 #    nic: "NIC_Intel-XXV710"
2823 #  compare:
2824 #    title: "rls2001 xxv710"
2825 #    data: "vpp-performance-changes-2n-skx-cmp"
2826 #    nic: "NIC_Intel-XXV710"
2827 #  data: "vpp-performance-changes-2n-skx"
2828 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2829 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2830 #  parameters:
2831 #  - "name"
2832 #  - "parent"
2833 #  - "throughput"
2834 #  - "tags"
2835 #
2836 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
2837 #- type: "table"
2838 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
2839 #  algorithm: "table_perf_comparison"
2840 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
2841 #  reference:
2842 #    title: "rls1908"
2843 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
2844 #  compare:
2845 #    title: "rls2001"
2846 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
2847 #  data: "vpp-performance-changes-nfv-2n-skx"
2848 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2849 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
2850 #  parameters:
2851 #  - "name"
2852 #  - "parent"
2853 #  - "throughput"
2854 #  - "tags"
2855 #
2856 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
2857 #- type: "table"
2858 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
2859 #  algorithm: "table_perf_comparison"
2860 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
2861 #  reference:
2862 #    title: "rls1908"
2863 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
2864 #  compare:
2865 #    title: "rls2001"
2866 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
2867 #  data: "vpp-performance-changes-nfv-2n-skx"
2868 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2869 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
2870 #  parameters:
2871 #  - "name"
2872 #  - "parent"
2873 #  - "throughput"
2874 #  - "tags"
2875 #
2876 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
2877 #- type: "table"
2878 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
2879 #  algorithm: "table_perf_comparison"
2880 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
2881 #  reference:
2882 #    title: "rls1908"
2883 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
2884 #  compare:
2885 #    title: "rls2001"
2886 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
2887 #  data: "vpp-performance-changes-nfv-2n-skx"
2888 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2889 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
2890 #  parameters:
2891 #  - "name"
2892 #  - "parent"
2893 #  - "throughput"
2894 #  - "tags"
2895 #
2896 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
2897 #- type: "table"
2898 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
2899 #  algorithm: "table_perf_comparison"
2900 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
2901 #  reference:
2902 #    title: "rls1908"
2903 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
2904 #  compare:
2905 #    title: "rls2001"
2906 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
2907 #  data: "vpp-performance-changes-nfv-2n-skx"
2908 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2909 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
2910 #  parameters:
2911 #  - "name"
2912 #  - "parent"
2913 #  - "throughput"
2914 #  - "tags"
2915
2916 # VPP Performance Changes 2n-dnv 1t1c pdr
2917 - type: "table"
2918   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
2919   algorithm: "table_perf_comparison"
2920   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
2921   reference:
2922     title: "rls1908"
2923     data: "vpp-performance-changes-2n-dnv-ref"
2924   compare:
2925     title: "rls2001"
2926     data: "vpp-performance-changes-2n-dnv-cmp"
2927   data: "vpp-performance-changes-2n-dnv"
2928   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2929   filter: "'1T1C'"
2930   parameters:
2931   - "name"
2932   - "parent"
2933   - "throughput"
2934   - "tags"
2935
2936 # VPP Performance Changes 2n-dnv 2t2c pdr
2937 - type: "table"
2938   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
2939   algorithm: "table_perf_comparison"
2940   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
2941   reference:
2942     title: "rls1908"
2943     data: "vpp-performance-changes-2n-dnv-ref"
2944   compare:
2945     title: "rls2001"
2946     data: "vpp-performance-changes-2n-dnv-cmp"
2947   data: "vpp-performance-changes-2n-dnv"
2948   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2949   filter: "'2T2C'"
2950   parameters:
2951   - "name"
2952   - "parent"
2953   - "throughput"
2954   - "tags"
2955
2956 # VPP Performance Changes 2n-dnv 1t1c ndr
2957 - type: "table"
2958   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
2959   algorithm: "table_perf_comparison"
2960   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
2961   reference:
2962     title: "rls1908"
2963     data: "vpp-performance-changes-2n-dnv-ref"
2964   compare:
2965     title: "rls2001"
2966     data: "vpp-performance-changes-2n-dnv-cmp"
2967   data: "vpp-performance-changes-2n-dnv"
2968   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2969   filter: "'1T1C'"
2970   parameters:
2971   - "name"
2972   - "parent"
2973   - "throughput"
2974   - "tags"
2975
2976 # VPP Performance Changes 2n-dnv 2t2c ndr
2977 - type: "table"
2978   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
2979   algorithm: "table_perf_comparison"
2980   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
2981   reference:
2982     title: "rls1908 "
2983     data: "vpp-performance-changes-2n-dnv-ref"
2984   compare:
2985     title: "rls2001"
2986     data: "vpp-performance-changes-2n-dnv-cmp"
2987   data: "vpp-performance-changes-2n-dnv"
2988   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2989   filter: "'2T2C'"
2990   parameters:
2991   - "name"
2992   - "parent"
2993   - "throughput"
2994   - "tags"
2995
2996 # VPP Performance Changes 3n-dnv 1t1c pdr
2997 - type: "table"
2998   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
2999   algorithm: "table_perf_comparison"
3000   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3001   reference:
3002     title: "rls1908"
3003     data: "vpp-performance-changes-3n-dnv-ref"
3004   compare:
3005     title: "rls2001"
3006     data: "vpp-performance-changes-3n-dnv-cmp"
3007   data: "vpp-performance-changes-3n-dnv"
3008   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3009   filter: "'1T1C'"
3010   parameters:
3011   - "name"
3012   - "parent"
3013   - "throughput"
3014   - "tags"
3015
3016 # VPP Performance Changes 3n-dnv 2t2c pdr
3017 - type: "table"
3018   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3019   algorithm: "table_perf_comparison"
3020   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3021   reference:
3022     title: "rls1908"
3023     data: "vpp-performance-changes-3n-dnv-ref"
3024   compare:
3025     title: "rls2001"
3026     data: "vpp-performance-changes-3n-dnv-cmp"
3027   data: "vpp-performance-changes-3n-dnv"
3028   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3029   filter: "'2T2C'"
3030   parameters:
3031   - "name"
3032   - "parent"
3033   - "throughput"
3034   - "tags"
3035
3036 # VPP Performance Changes 3n-dnv 1t1c ndr
3037 - type: "table"
3038   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3039   algorithm: "table_perf_comparison"
3040   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3041   reference:
3042     title: "rls1908"
3043     data: "vpp-performance-changes-3n-dnv-ref"
3044   compare:
3045     title: "rls2001"
3046     data: "vpp-performance-changes-3n-dnv-cmp"
3047   data: "vpp-performance-changes-3n-dnv"
3048   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3049   filter: "'1T1C'"
3050   parameters:
3051   - "name"
3052   - "parent"
3053   - "throughput"
3054   - "tags"
3055
3056 # VPP Performance Changes 3n-dnv 2t2c ndr
3057 - type: "table"
3058   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3059   algorithm: "table_perf_comparison"
3060   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3061   reference:
3062     title: "rls1908"
3063     data: "vpp-performance-changes-3n-dnv-ref"
3064   compare:
3065     title: "rls2001"
3066     data: "vpp-performance-changes-3n-dnv-cmp"
3067   data: "vpp-performance-changes-3n-dnv"
3068   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3069   filter: "'2T2C'"
3070   parameters:
3071   - "name"
3072   - "parent"
3073   - "throughput"
3074   - "tags"
3075
3076 # VPP Performance Changes 3n-tsh 1t1c pdr
3077 - type: "table"
3078   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3079   algorithm: "table_perf_comparison"
3080   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3081   reference:
3082     title: "rls1908"
3083     data: "vpp-performance-changes-3n-tsh-ref"
3084   compare:
3085     title: "rls2001"
3086     data: "vpp-performance-changes-3n-tsh-cmp"
3087   data: "vpp-performance-changes-3n-tsh"
3088   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3089   filter: "'1T1C'"
3090   parameters:
3091   - "name"
3092   - "parent"
3093   - "throughput"
3094   - "tags"
3095
3096 # VPP Performance Changes 3n-tsh 2t2c pdr
3097 - type: "table"
3098   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3099   algorithm: "table_perf_comparison"
3100   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3101   reference:
3102     title: "rls1908"
3103     data: "vpp-performance-changes-3n-tsh-ref"
3104   compare:
3105     title: "rls2001"
3106     data: "vpp-performance-changes-3n-tsh-cmp"
3107   data: "vpp-performance-changes-3n-tsh"
3108   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3109   filter: "'2T2C'"
3110   parameters:
3111   - "name"
3112   - "parent"
3113   - "throughput"
3114   - "tags"
3115
3116 # VPP Performance Changes 3n-tsh 1t1c ndr
3117 - type: "table"
3118   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3119   algorithm: "table_perf_comparison"
3120   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3121   reference:
3122     title: "rls1908"
3123     data: "vpp-performance-changes-3n-tsh-ref"
3124   compare:
3125     title: "rls2001"
3126     data: "vpp-performance-changes-3n-tsh-cmp"
3127   data: "vpp-performance-changes-3n-tsh"
3128   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3129   filter: "'1T1C'"
3130   parameters:
3131   - "name"
3132   - "parent"
3133   - "throughput"
3134   - "tags"
3135
3136 # VPP Performance Changes 3n-tsh 2t2c ndr
3137 - type: "table"
3138   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3139   algorithm: "table_perf_comparison"
3140   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3141   reference:
3142     title: "rls1908"
3143     data: "vpp-performance-changes-3n-tsh-ref"
3144   compare:
3145     title: "rls2001"
3146     data: "vpp-performance-changes-3n-tsh-cmp"
3147   data: "vpp-performance-changes-3n-tsh"
3148   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3149   filter: "'2T2C'"
3150   parameters:
3151   - "name"
3152   - "parent"
3153   - "throughput"
3154   - "tags"
3155
3156 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3157 #- type: "table"
3158 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3159 #  algorithm: "table_perf_comparison_nic"
3160 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3161 #  reference:
3162 #    title: "3n-hsw xl710"
3163 #    data: "vpp-compare-testbeds-ref"
3164 #    nic: "NIC_Intel-XL710"
3165 #  compare:
3166 #    title: "3n-skx xxv710"
3167 #    data: "vpp-compare-testbeds-cmp"
3168 #    nic: "NIC_Intel-XXV710"
3169 #  data: "vpp-compare-testbeds"
3170 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3171 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3172 #  parameters:
3173 #  - "name"
3174 #  - "parent"
3175 #  - "throughput"
3176 #  - "tags"
3177 #
3178 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3179 #- type: "table"
3180 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3181 #  algorithm: "table_perf_comparison_nic"
3182 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3183 #  reference:
3184 #    title: "3n-hsw xl710"
3185 #    data: "vpp-compare-testbeds-ref"
3186 #    nic: "NIC_Intel-XL710"
3187 #  compare:
3188 #    title: "3n-skx xxv710"
3189 #    data: "vpp-compare-testbeds-cmp"
3190 #    nic: "NIC_Intel-XXV710"
3191 #  data: "vpp-compare-testbeds"
3192 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3193 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3194 #  parameters:
3195 #  - "name"
3196 #  - "parent"
3197 #  - "throughput"
3198 #  - "tags"
3199 #
3200 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3201 #- type: "table"
3202 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3203 #  algorithm: "table_perf_comparison_nic"
3204 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3205 #  reference:
3206 #    title: "3n-hsw xl710"
3207 #    data: "vpp-compare-testbeds-ref"
3208 #    nic: "NIC_Intel-XL710"
3209 #  compare:
3210 #    title: "3n-skx xxv710"
3211 #    data: "vpp-compare-testbeds-cmp"
3212 #    nic: "NIC_Intel-XXV710"
3213 #  data: "vpp-compare-testbeds"
3214 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3215 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3216 #  parameters:
3217 #  - "name"
3218 #  - "parent"
3219 #  - "throughput"
3220 #  - "tags"
3221 #
3222 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3223 #- type: "table"
3224 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3225 #  algorithm: "table_perf_comparison_nic"
3226 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3227 #  reference:
3228 #    title: "3n-hsw xl710"
3229 #    data: "vpp-compare-testbeds-ref"
3230 #    nic: "NIC_Intel-XL710"
3231 #  compare:
3232 #    title: "3n-skx xxv710"
3233 #    data: "vpp-compare-testbeds-cmp"
3234 #    nic: "NIC_Intel-XXV710"
3235 #  data: "vpp-compare-testbeds"
3236 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3237 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3238 #  parameters:
3239 #  - "name"
3240 #  - "parent"
3241 #  - "throughput"
3242 #  - "tags"
3243 #
3244 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3245 #- type: "table"
3246 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3247 #  algorithm: "table_perf_comparison"
3248 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3249 #  reference:
3250 #    title: "2n-skx"
3251 #    data: "vpp-compare-testbeds-skx-clx-ref"
3252 #  compare:
3253 #    title: "2n-clx"
3254 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3255 #  data: "vpp-compare-testbeds-skx-clx"
3256 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3257 #  filter: "'2T1C'"
3258 #  parameters:
3259 #  - "name"
3260 #  - "parent"
3261 #  - "throughput"
3262 #  - "tags"
3263 #
3264 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3265 #- type: "table"
3266 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3267 #  algorithm: "table_perf_comparison"
3268 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3269 #  reference:
3270 #    title: "2n-skx"
3271 #    data: "vpp-compare-testbeds-skx-clx-ref"
3272 #  compare:
3273 #    title: "2n-clx"
3274 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3275 #  data: "vpp-compare-testbeds-skx-clx"
3276 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3277 #  filter: "'4T2C'"
3278 #  parameters:
3279 #  - "name"
3280 #  - "parent"
3281 #  - "throughput"
3282 #  - "tags"
3283 #
3284 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3285 #- type: "table"
3286 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3287 #  algorithm: "table_perf_comparison"
3288 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3289 #  reference:
3290 #    title: "2n-skx"
3291 #    data: "vpp-compare-testbeds-skx-clx-ref"
3292 #  compare:
3293 #    title: "2n-clx"
3294 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3295 #  data: "vpp-compare-testbeds-skx-clx"
3296 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3297 #  filter: "'2T1C'"
3298 #  parameters:
3299 #  - "name"
3300 #  - "parent"
3301 #  - "throughput"
3302 #  - "tags"
3303 #
3304 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3305 #- type: "table"
3306 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3307 #  algorithm: "table_perf_comparison"
3308 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3309 #  reference:
3310 #    title: "2n-skx"
3311 #    data: "vpp-compare-testbeds-skx-clx-ref"
3312 #  compare:
3313 #    title: "2n-clx"
3314 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3315 #  data: "vpp-compare-testbeds-skx-clx"
3316 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3317 #  filter: "'4T2C'"
3318 #  parameters:
3319 #  - "name"
3320 #  - "parent"
3321 #  - "throughput"
3322 #  - "tags"
3323 #
3324 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3325 #- type: "table"
3326 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3327 #  algorithm: "table_perf_comparison"
3328 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3329 #  reference:
3330 #    title: "3-Node Skx"
3331 #    data: "vpp-compare-topologies-ref"
3332 #  compare:
3333 #    title: "2-Node Skx"
3334 #    data: "vpp-compare-topologies-cmp"
3335 #  data: "vpp-compare-topologies"
3336 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3337 #  filter: "'NDRPDR' and '1C'"
3338 #  parameters:
3339 #  - "name"
3340 #  - "parent"
3341 #  - "throughput"
3342 #
3343 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
3344 #- type: "table"
3345 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
3346 #  algorithm: "table_perf_comparison"
3347 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
3348 #  reference:
3349 #    title: "3-Node Skx"
3350 #    data: "vpp-compare-topologies-ref"
3351 #  compare:
3352 #    title: "2-Node Skx"
3353 #    data: "vpp-compare-topologies-cmp"
3354 #  data: "vpp-compare-topologies"
3355 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3356 #  filter: "'NDRPDR' and '2C'"
3357 #  parameters:
3358 #  - "name"
3359 #  - "parent"
3360 #  - "throughput"
3361 #
3362 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
3363 #- type: "table"
3364 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
3365 #  algorithm: "table_perf_comparison"
3366 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
3367 #  reference:
3368 #    title: "3-Node Skx"
3369 #    data: "vpp-compare-topologies-ref"
3370 #  compare:
3371 #    title: "2-Node Skx"
3372 #    data: "vpp-compare-topologies-cmp"
3373 #  data: "vpp-compare-topologies"
3374 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3375 #  filter: "'NDRPDR' and '1C'"
3376 #  parameters:
3377 #  - "name"
3378 #  - "parent"
3379 #  - "throughput"
3380 #
3381 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
3382 #- type: "table"
3383 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
3384 #  algorithm: "table_perf_comparison"
3385 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
3386 #  reference:
3387 #    title: "3-Node Skx"
3388 #    data: "vpp-compare-topologies-ref"
3389 #  compare:
3390 #    title: "2-Node Skx"
3391 #    data: "vpp-compare-topologies-cmp"
3392 #  data: "vpp-compare-topologies"
3393 #  include-tests: "PDR"
3394 #  filter: "'NDRPDR' and '2C'"
3395 #  parameters:
3396 #  - "name"
3397 #  - "parent"
3398 #  - "throughput"
3399
3400 # VPP Performance Changes 3n-hsw 1t1c MRR
3401 - type: "table"
3402   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
3403   algorithm: "table_perf_comparison"
3404   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
3405   history:
3406     - title: "rls1904"
3407       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3408   reference:
3409     title: "rls1908"
3410     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3411   compare:
3412     title: "rls2001"
3413     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3414   data: "vpp-performance-changes-3n-hsw-mrr"
3415   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3416   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
3417   parameters:
3418   - "name"
3419   - "parent"
3420   - "result"
3421
3422 # VPP Performance Changes 3n-hsw 2t2c MRR
3423 - type: "table"
3424   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
3425   algorithm: "table_perf_comparison"
3426   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
3427   history:
3428     - title: "rls1904"
3429       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3430   reference:
3431     title: "rls1908"
3432     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3433   compare:
3434     title: "rls2001"
3435     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3436   data: "vpp-performance-changes-3n-hsw-mrr"
3437   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3438   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
3439   parameters:
3440   - "name"
3441   - "parent"
3442   - "result"
3443
3444 # VPP Performance Changes 3n-hsw 4t4c MRR
3445 - type: "table"
3446   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
3447   algorithm: "table_perf_comparison"
3448   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
3449   history:
3450     - title: "rls1904"
3451       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3452   reference:
3453     title: "rls1908"
3454     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3455   compare:
3456     title: "rls2001"
3457     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3458   data: "vpp-performance-changes-3n-hsw-mrr"
3459   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3460   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
3461   parameters:
3462   - "name"
3463   - "parent"
3464   - "result"
3465
3466 ## VPP Performance Changes 3n-skx 2t1c MRR
3467 #- type: "table"
3468 #  title: "VPP Performance Changes 3n-skx 2t1c MRR"
3469 #  algorithm: "table_perf_comparison"
3470 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
3471 #  history:
3472 #    - title: "rls1904"
3473 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3474 #  reference:
3475 #    title: "rls1908"
3476 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3477 #  compare:
3478 #    title: "rls2001"
3479 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3480 #  data: "vpp-performance-changes-3n-skx-mrr"
3481 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3482 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3483 #  parameters:
3484 #  - "name"
3485 #  - "parent"
3486 #  - "result"
3487 #
3488 ## VPP Performance Changes 3n-skx 4t2c MRR
3489 #- type: "table"
3490 #  title: "VPP Performance Changes 3n-skx 4t2c MRR"
3491 #  algorithm: "table_perf_comparison"
3492 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
3493 #  history:
3494 #    - title: "rls1904"
3495 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3496 #  reference:
3497 #    title: "rls1908"
3498 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3499 #  compare:
3500 #    title: "rls2001"
3501 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3502 #  data: "vpp-performance-changes-3n-skx-mrr"
3503 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3504 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3505 #  parameters:
3506 #  - "name"
3507 #  - "parent"
3508 #  - "result"
3509 #
3510 ## VPP Performance Changes 3n-skx 8t4c MRR
3511 #- type: "table"
3512 #  title: "VPP Performance Changes 3n-skx 8t4c MRR"
3513 #  algorithm: "table_perf_comparison"
3514 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
3515 #  history:
3516 #    - title: "rls1904"
3517 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3518 #  reference:
3519 #    title: "rls1908"
3520 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3521 #  compare:
3522 #    title: "rls2001"
3523 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3524 #  data: "vpp-performance-changes-3n-skx-mrr"
3525 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3526 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3527 #  parameters:
3528 #  - "name"
3529 #  - "parent"
3530 #  - "result"
3531 #
3532 ## VPP Performance Changes 2n-skx 2t1c MRR
3533 #- type: "table"
3534 #  title: "VPP Performance Changes 2n-skx 2t1c MRR"
3535 #  algorithm: "table_perf_comparison"
3536 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
3537 #  history:
3538 #    - title: "rls1904"
3539 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3540 #  reference:
3541 #    title: "rls1908"
3542 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3543 #  compare:
3544 #    title: "rls2001"
3545 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3546 #  data: "vpp-performance-changes-2n-skx-mrr"
3547 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3548 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3549 #  parameters:
3550 #  - "name"
3551 #  - "parent"
3552 #  - "result"
3553 #
3554 ## VPP Performance Changes 2n-skx 4t2c MRR
3555 #- type: "table"
3556 #  title: "VPP Performance Changes 2n-skx 4t2c MRR"
3557 #  algorithm: "table_perf_comparison"
3558 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
3559 #  history:
3560 #    - title: "rls1904"
3561 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3562 #  reference:
3563 #    title: "rls1908"
3564 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3565 #  compare:
3566 #    title: "rls2001"
3567 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3568 #  data: "vpp-performance-changes-2n-skx-mrr"
3569 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3570 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3571 #  parameters:
3572 #  - "name"
3573 #  - "parent"
3574 #  - "result"
3575 #
3576 ## VPP Performance Changes 2n-skx 8t4c MRR
3577 #- type: "table"
3578 #  title: "VPP Performance Changes 2n-skx 8t4c MRR"
3579 #  algorithm: "table_perf_comparison"
3580 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
3581 #  history:
3582 #    - title: "rls1904"
3583 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3584 #  reference:
3585 #    title: "rls1908"
3586 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3587 #  compare:
3588 #    title: "rls2001"
3589 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3590 #  data: "vpp-performance-changes-2n-skx-mrr"
3591 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3592 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3593 #  parameters:
3594 #  - "name"
3595 #  - "parent"
3596 #  - "result"
3597 #
3598 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
3599 #- type: "table"
3600 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
3601 #  algorithm: "table_perf_comparison"
3602 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
3603 #  reference:
3604 #    title: "rls1908"
3605 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3606 #  compare:
3607 #    title: "rls2001"
3608 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3609 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3610 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3611 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
3612 #  parameters:
3613 #  - "name"
3614 #  - "parent"
3615 #  - "result"
3616 #
3617 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
3618 #- type: "table"
3619 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
3620 #  algorithm: "table_perf_comparison"
3621 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
3622 #  reference:
3623 #    title: "rls1908"
3624 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3625 #  compare:
3626 #    title: "rls2001"
3627 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3628 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3629 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3630 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
3631 #  parameters:
3632 #  - "name"
3633 #  - "parent"
3634 #  - "result"
3635 #
3636 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
3637 #- type: "table"
3638 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
3639 #  algorithm: "table_perf_comparison"
3640 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
3641 #  reference:
3642 #    title: "rls1908"
3643 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3644 #  compare:
3645 #    title: "rls2001"
3646 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3647 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3648 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3649 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
3650 #  parameters:
3651 #  - "name"
3652 #  - "parent"
3653 #  - "result"
3654
3655 # VPP Performance Changes 2n-dnv 1t1c MRR
3656 - type: "table"
3657   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
3658   algorithm: "table_perf_comparison"
3659   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
3660   reference:
3661     title: "rls1908"
3662     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3663   compare:
3664     title: "rls2001"
3665     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3666   data: "vpp-performance-changes-2n-dnv-mrr"
3667   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3668   filter: "'1T1C' and 'MRR'"
3669   parameters:
3670   - "name"
3671   - "parent"
3672   - "result"
3673
3674 # VPP Performance Changes 2n-dnv 2t2c MRR
3675 - type: "table"
3676   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
3677   algorithm: "table_perf_comparison"
3678   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
3679   reference:
3680     title: "rls1908"
3681     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3682   compare:
3683     title: "rls2001"
3684     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3685   data: "vpp-performance-changes-2n-dnv-mrr"
3686   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3687   filter: "'2T2C' and 'MRR'"
3688   parameters:
3689   - "name"
3690   - "parent"
3691   - "result"
3692
3693 # VPP Performance Changes 2n-dnv 4t4c MRR
3694 - type: "table"
3695   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
3696   algorithm: "table_perf_comparison"
3697   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
3698   reference:
3699     title: "rls1908"
3700     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3701   compare:
3702     title: "rls2001"
3703     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3704   data: "vpp-performance-changes-2n-dnv-mrr"
3705   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3706   filter: "'4T4C' and 'MRR'"
3707   parameters:
3708   - "name"
3709   - "parent"
3710   - "result"
3711
3712 # VPP Performance Changes 3n-dnv 1t1c MRR
3713 - type: "table"
3714   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
3715   algorithm: "table_perf_comparison"
3716   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
3717   reference:
3718     title: "rls1908"
3719     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3720   compare:
3721     title: "rls2001"
3722     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3723   data: "vpp-performance-changes-3n-dnv-mrr"
3724   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3725   filter: "'1T1C' and 'MRR'"
3726   parameters:
3727   - "name"
3728   - "parent"
3729   - "result"
3730
3731 # VPP Performance Changes 3n-dnv 2t2c MRR
3732 - type: "table"
3733   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
3734   algorithm: "table_perf_comparison"
3735   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
3736   reference:
3737     title: "rls1908"
3738     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3739   compare:
3740     title: "rls2001"
3741     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3742   data: "vpp-performance-changes-3n-dnv-mrr"
3743   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3744   filter: "'2T2C' and 'MRR'"
3745   parameters:
3746   - "name"
3747   - "parent"
3748   - "result"
3749
3750 # VPP Performance Changes 3n-dnv 4t4c MRR
3751 - type: "table"
3752   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
3753   algorithm: "table_perf_comparison"
3754   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
3755   reference:
3756     title: "rls1908"
3757     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3758   compare:
3759     title: "rls2001"
3760     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3761   data: "vpp-performance-changes-3n-dnv-mrr"
3762   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3763   filter: "'4T4C' and 'MRR'"
3764   parameters:
3765   - "name"
3766   - "parent"
3767   - "result"
3768
3769 # VPP Performance Changes 3n-tsh 1t1c MRR
3770 - type: "table"
3771   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
3772   algorithm: "table_perf_comparison"
3773   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
3774   reference:
3775     title: "rls1908"
3776     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3777   compare:
3778     title: "rls2001"
3779     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3780   data: "vpp-performance-changes-3n-tsh-mrr"
3781   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3782   filter: "'1T1C' and 'MRR'"
3783   parameters:
3784   - "name"
3785   - "parent"
3786   - "result"
3787
3788 # VPP Performance Changes 3n-tsh 2t2c MRR
3789 - type: "table"
3790   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
3791   algorithm: "table_perf_comparison"
3792   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
3793   reference:
3794     title: "rls1908"
3795     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3796   compare:
3797     title: "rls2001"
3798     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3799   data: "vpp-performance-changes-3n-tsh-mrr"
3800   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3801   filter: "'2T2C' and 'MRR'"
3802   parameters:
3803   - "name"
3804   - "parent"
3805   - "result"
3806
3807 # VPP Performance Changes 3n-tsh 4t4c MRR
3808 - type: "table"
3809   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
3810   algorithm: "table_perf_comparison"
3811   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
3812   reference:
3813     title: "rls1908"
3814     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3815   compare:
3816     title: "rls2001"
3817     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3818   data: "vpp-performance-changes-3n-tsh-mrr"
3819   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3820   filter: "'4T4C' and 'MRR'"
3821   parameters:
3822   - "name"
3823   - "parent"
3824   - "result"
3825
3826 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
3827 #- type: "table"
3828 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
3829 #  algorithm: "table_perf_comparison_nic"
3830 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
3831 #  reference:
3832 #    title: "3n-hsw xl710"
3833 #    data: "vpp-compare-testbeds-mrr-ref"
3834 #    nic: "NIC_Intel-XL710"
3835 #  compare:
3836 #    title: "3n-skx xxv710"
3837 #    data: "vpp-compare-testbeds-mrr-cmp"
3838 #    nic: "NIC_Intel-XXV710"
3839 #  data: "vpp-compare-testbeds-mrr"
3840 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3841 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
3842 #  parameters:
3843 #  - "name"
3844 #  - "parent"
3845 #  - "result"
3846 #  - "tags"
3847 #
3848 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
3849 #- type: "table"
3850 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
3851 #  algorithm: "table_perf_comparison_nic"
3852 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
3853 #  reference:
3854 #    title: "3n-hsw xl710"
3855 #    data: "vpp-compare-testbeds-mrr-ref"
3856 #    nic: "NIC_Intel-XL710"
3857 #  compare:
3858 #    title: "3n-skx xxv710"
3859 #    data: "vpp-compare-testbeds-mrr-cmp"
3860 #    nic: "NIC_Intel-XXV710"
3861 #  data: "vpp-compare-testbeds-mrr"
3862 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3863 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
3864 #  parameters:
3865 #  - "name"
3866 #  - "parent"
3867 #  - "result"
3868 #  - "tags"
3869 #
3870 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
3871 #- type: "table"
3872 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
3873 #  algorithm: "table_perf_comparison_nic"
3874 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
3875 #  reference:
3876 #    title: "3n-hsw xl710"
3877 #    data: "vpp-compare-testbeds-mrr-ref"
3878 #    nic: "NIC_Intel-XL710"
3879 #  compare:
3880 #    title: "3n-skx xxv710"
3881 #    data: "vpp-compare-testbeds-mrr-cmp"
3882 #    nic: "NIC_Intel-XXV710"
3883 #  data: "vpp-compare-testbeds-mrr"
3884 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3885 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
3886 #  parameters:
3887 #  - "name"
3888 #  - "parent"
3889 #  - "result"
3890 #  - "tags"
3891 #
3892 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
3893 #- type: "table"
3894 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
3895 #  algorithm: "table_perf_comparison"
3896 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
3897 #  reference:
3898 #    title: "2n-skx"
3899 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
3900 #  compare:
3901 #    title: "2n-clx"
3902 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
3903 #  data: "vpp-compare-testbeds-mrr-skx-clx"
3904 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3905 #  filter: "'2T1C'"
3906 #  parameters:
3907 #  - "name"
3908 #  - "parent"
3909 #  - "result"
3910 #  - "tags"
3911 #
3912 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
3913 #- type: "table"
3914 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
3915 #  algorithm: "table_perf_comparison"
3916 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
3917 #  reference:
3918 #    title: "2n-skx"
3919 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
3920 #  compare:
3921 #    title: "2n-clx"
3922 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
3923 #  data: "vpp-compare-testbeds-mrr-skx-clx"
3924 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3925 #  filter: "'4T2C'"
3926 #  parameters:
3927 #  - "name"
3928 #  - "parent"
3929 #  - "result"
3930 #  - "tags"
3931 #
3932 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
3933 #- type: "table"
3934 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
3935 #  algorithm: "table_perf_comparison"
3936 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
3937 #  reference:
3938 #    title: "2n-skx"
3939 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
3940 #  compare:
3941 #    title: "2n-clx"
3942 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
3943 #  data: "vpp-compare-testbeds-mrr-skx-clx"
3944 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3945 #  filter: "'8T4C'"
3946 #  parameters:
3947 #  - "name"
3948 #  - "parent"
3949 #  - "result"
3950 #  - "tags"
3951 #
3952 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
3953 #- type: "table"
3954 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
3955 #  algorithm: "table_perf_comparison"
3956 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
3957 #  reference:
3958 #    title: "3-Node Skx"
3959 #    data: "vpp-compare-topologies-mrr-ref"
3960 #  compare:
3961 #    title: "2-Node Skx"
3962 #    data: "vpp-compare-topologies-mrr-cmp"
3963 #  data: "vpp-compare-topologies-mrr"
3964 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3965 #  filter: "'MRR' and '1C'"
3966 #  parameters:
3967 #  - "name"
3968 #  - "parent"
3969 #  - "result"
3970 #
3971 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
3972 #- type: "table"
3973 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
3974 #  algorithm: "table_perf_comparison"
3975 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
3976 #  reference:
3977 #    title: "3-Node Skx"
3978 #    data: "vpp-compare-topologies-mrr-ref"
3979 #  compare:
3980 #    title: "2-Node Skx"
3981 #    data: "vpp-compare-topologies-mrr-cmp"
3982 #  data: "vpp-compare-topologies-mrr"
3983 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3984 #  filter: "'MRR' and '2C'"
3985 #  parameters:
3986 #  - "name"
3987 #  - "parent"
3988 #  - "result"
3989 #
3990 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
3991 #- type: "table"
3992 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
3993 #  algorithm: "table_perf_comparison"
3994 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
3995 #  reference:
3996 #    title: "3-Node Skx"
3997 #    data: "vpp-compare-topologies-mrr-ref"
3998 #  compare:
3999 #    title: "2-Node Skx"
4000 #    data: "vpp-compare-topologies-mrr-cmp"
4001 #  data: "vpp-compare-topologies-mrr"
4002 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4003 #  filter: "'MRR' and '4C'"
4004 #  parameters:
4005 #  - "name"
4006 #  - "parent"
4007 #  - "result"
4008
4009 # Detailed Test Results - VPP Performance Results 3n-hsw
4010 - type: "table"
4011   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4012   algorithm: "table_merged_details"
4013   output-file-ext: ".csv"
4014   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4015   columns:
4016   - title: "Name"
4017     data: "data name"
4018   - title: "Status"
4019     data: "data msg"
4020   rows: "generated"
4021   data: "vpp-perf-results-3n-hsw"
4022   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4023   parameters:
4024   - "name"
4025   - "parent"
4026   - "msg"
4027
4028 ## Detailed Test Results - VPP Performance Results 3n-skx
4029 #- type: "table"
4030 #  title: "Detailed Test Results - VPP Performance Results 3n-skx"
4031 #  algorithm: "table_merged_details"
4032 #  output-file-ext: ".csv"
4033 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4034 #  columns:
4035 #  - title: "Name"
4036 #    data: "data name"
4037 #  - title: "Status"
4038 #    data: "data msg"
4039 #  rows: "generated"
4040 #  data: "vpp-perf-results-3n-skx"
4041 #  filter: "not 'CFS_OPT'"
4042 #  parameters:
4043 #  - "name"
4044 #  - "parent"
4045 #  - "msg"
4046 #
4047 ## Detailed Test Results - VPP Performance Results 2n-skx
4048 #- type: "table"
4049 #  title: "Detailed Test Results - VPP Performance Results 2n-skx"
4050 #  algorithm: "table_merged_details"
4051 #  output-file-ext: ".csv"
4052 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4053 #  columns:
4054 #  - title: "Name"
4055 #    data: "data name"
4056 #  - title: "Status"
4057 #    data: "data msg"
4058 #  rows: "generated"
4059 #  data: "vpp-perf-results-2n-skx"
4060 #  filter: "not 'CFS_OPT'"
4061 #  parameters:
4062 #  - "name"
4063 #  - "parent"
4064 #  - "msg"
4065
4066 ## Detailed Test Results - VPP Performance Results 2n-clx
4067 #- type: "table"
4068 #  title: "Detailed Test Results - VPP Performance Results 2n-clx"
4069 #  algorithm: "table_merged_details"
4070 #  output-file-ext: ".csv"
4071 #  output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
4072 #  columns:
4073 #  - title: "Name"
4074 #    data: "data name"
4075 #  - title: "Status"
4076 #    data: "data msg"
4077 #  rows: "generated"
4078 #  data: "vpp-perf-results-2n-clx"
4079 #  filter: "not 'CFS_OPT'"
4080 #  parameters:
4081 #  - "name"
4082 #  - "parent"
4083 #  - "msg"
4084
4085 # Detailed Test Results - VPP Performance Results 3n-tsh
4086 - type: "table"
4087   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4088   algorithm: "table_merged_details"
4089   output-file-ext: ".csv"
4090   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
4091   columns:
4092   - title: "Name"
4093     data: "data name"
4094   - title: "Status"
4095     data: "data msg"
4096   rows: "generated"
4097   data: "vpp-perf-results-3n-tsh"
4098   filter: "not 'CFS_OPT'"
4099   parameters:
4100   - "name"
4101   - "parent"
4102   - "msg"
4103
4104 # Detailed Test Results - VPP Performance Results 3n-dnv
4105 - type: "table"
4106   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4107   algorithm: "table_details"
4108   output-file-ext: ".csv"
4109   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
4110   columns:
4111   - title: "Name"
4112     data: "data name"
4113   - title: "Status"
4114     data: "data msg"
4115   rows: "generated"
4116   data: "vpp-perf-results-3n-dnv"
4117   filter: "'NDRPDR'"
4118   parameters:
4119   - "name"
4120   - "parent"
4121   - "msg"
4122
4123 # Detailed Test Results - VPP Performance Results 2n-dnv
4124 - type: "table"
4125   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4126   algorithm: "table_details"
4127   output-file-ext: ".csv"
4128   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4129   columns:
4130   - title: "Name"
4131     data: "data name"
4132   - title: "Status"
4133     data: "data msg"
4134   rows: "generated"
4135   data: "vpp-perf-results-2n-dnv"
4136   filter: "'NDRPDR'"
4137   parameters:
4138   - "name"
4139   - "parent"
4140   - "msg"
4141
4142 # Test configuration - VPP Performance Test Configs 3n-hsw
4143 - type: "table"
4144   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4145   algorithm: "table_merged_details"
4146   output-file-ext: ".csv"
4147   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
4148   columns:
4149   - title: "Name"
4150     data: "data name"
4151   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4152     data: "data conf-history"
4153   rows: "generated"
4154   data: "vpp-perf-results-3n-hsw"
4155   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4156   parameters:
4157   - "parent"
4158   - "name"
4159   - "conf-history"
4160
4161 ## Test configuration - VPP Performance Test Configs 3n-skx
4162 #- type: "table"
4163 #  title: "Test configuration - VPP Performance Test Configs 3n-skx"
4164 #  algorithm: "table_merged_details"
4165 #  output-file-ext: ".csv"
4166 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
4167 #  columns:
4168 #  - title: "Name"
4169 #    data: "data name"
4170 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4171 #    data: "data conf-history"
4172 #  rows: "generated"
4173 #  data: "vpp-perf-results-3n-skx"
4174 #  filter: "not 'CFS_OPT'"
4175 #  parameters:
4176 #  - "parent"
4177 #  - "name"
4178 #  - "conf-history"
4179 #
4180 ## Test configuration - VPP Performance Test Configs 2n-skx
4181 #- type: "table"
4182 #  title: "Test configuration - VPP Performance Test Configs 2n-skx"
4183 #  algorithm: "table_merged_details"
4184 #  output-file-ext: ".csv"
4185 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
4186 #  columns:
4187 #  - title: "Name"
4188 #    data: "data name"
4189 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4190 #    data: "data conf-history"
4191 #  rows: "generated"
4192 #  data: "vpp-perf-results-2n-skx"
4193 #  filter: "not 'CFS_OPT'"
4194 #  parameters:
4195 #  - "parent"
4196 #  - "name"
4197 #  - "conf-history"
4198
4199 ## Test configuration - VPP Performance Test Configs 2n-clx
4200 #- type: "table"
4201 #  title: "Test configuration - VPP Performance Test Configs 2n-clx"
4202 #  algorithm: "table_merged_details"
4203 #  output-file-ext: ".csv"
4204 #  output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_test_configuration_2n_clx"
4205 #  columns:
4206 #  - title: "Name"
4207 #    data: "data name"
4208 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4209 #    data: "data conf-history"
4210 #  rows: "generated"
4211 #  data: "vpp-perf-results-2n-clx"
4212 #  filter: "not 'CFS_OPT'"
4213 #  parameters:
4214 #  - "parent"
4215 #  - "name"
4216 #  - "conf-history"
4217
4218 # Test configuration - VPP Performance Test Configs 3n-tsh
4219 - type: "table"
4220   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4221   algorithm: "table_merged_details"
4222   output-file-ext: ".csv"
4223   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
4224   columns:
4225   - title: "Name"
4226     data: "data name"
4227   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4228     data: "data conf-history"
4229   rows: "generated"
4230   data: "vpp-perf-results-3n-tsh"
4231   filter: "not 'CFS_OPT'"
4232   parameters:
4233   - "parent"
4234   - "name"
4235   - "conf-history"
4236
4237 # Test configuration - VPP Performance Test Configs 3n-dnv
4238 - type: "table"
4239   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
4240   algorithm: "table_details"
4241   output-file-ext: ".csv"
4242   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_test_configuration_3n_dnv"
4243   columns:
4244   - title: "Name"
4245     data: "data name"
4246   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4247     data: "data conf-history"
4248   rows: "generated"
4249   data: "vpp-perf-results-3n-dnv"
4250   filter: "'NDRPDR'"
4251   parameters:
4252   - "parent"
4253   - "name"
4254   - "conf-history"
4255
4256 # Test configuration - VPP Performance Test Configs 2n-dnv
4257 - type: "table"
4258   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
4259   algorithm: "table_details"
4260   output-file-ext: ".csv"
4261   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
4262   columns:
4263   - title: "Name"
4264     data: "data name"
4265   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4266     data: "data conf-history"
4267   rows: "generated"
4268   data: "vpp-perf-results-2n-dnv"
4269   filter: "'NDRPDR'"
4270   parameters:
4271   - "parent"
4272   - "name"
4273   - "conf-history"
4274
4275 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4276 - type: "table"
4277   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4278   algorithm: "table_oper_data_html"
4279   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
4280   data: "vpp-perf-results-3n-hsw"
4281   filter: "'NDRPDR'"
4282
4283 ## Test Operational Data - VPP Performance Operational Data 3n-skx
4284 #- type: "table"
4285 #  title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4286 #  algorithm: "table_oper_data_html"
4287 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
4288 #  data: "vpp-perf-results-3n-skx"
4289 #  filter: "not 'CFS_OPT'"
4290 #
4291 ## Test Operational Data - VPP Performance Operational Data 2n-skx
4292 #- type: "table"
4293 #  title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
4294 #  algorithm: "table_oper_data_html"
4295 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
4296 #  data: "vpp-perf-results-2n-skx"
4297 #  filter: "not 'CFS_OPT'"
4298
4299 ## Test Operational Data - VPP Performance Operational Data 2n-clx
4300 #- type: "table"
4301 #  title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
4302 #  algorithm: "table_oper_data_html"
4303 #  output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_test_operational_2n_clx"
4304 #  data: "vpp-perf-results-2n-clx"
4305 #  filter: "not 'CFS_OPT'"
4306
4307 # Test Operational Data - VPP Performance Operational Data 3n-tsh
4308 - type: "table"
4309   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
4310   algorithm: "table_oper_data_html"
4311   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
4312   data: "vpp-perf-results-3n-tsh"
4313   filter: "not 'CFS_OPT'"
4314
4315 # Test Operational Data - VPP Performance Operational Data 3n-dnv
4316 - type: "table"
4317   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
4318   algorithm: "table_oper_data_html"
4319   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_test_operational_3n_dnv"
4320   data: "vpp-perf-results-3n-dnv"
4321   filter: "'NDRPDR'"
4322
4323 # Test Operational Data - VPP Performance Operational Data 2n-dnv
4324 - type: "table"
4325   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
4326   algorithm: "table_oper_data_html"
4327   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
4328   data: "vpp-perf-results-2n-dnv"
4329   filter: "'NDRPDR'"
4330
4331 # Detailed Test Results - VPP MRR Results 3n-hsw
4332 - type: "table"
4333   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
4334   algorithm: "table_details"
4335   output-file-ext: ".csv"
4336   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4337   columns:
4338   - title: "Name"
4339     data: "data name"
4340   - title: "Status"
4341     data: "data msg"
4342   rows: "generated"
4343   data: "vpp-mrr-results-3n-hsw"
4344   filter: "'MRR'"
4345   parameters:
4346   - "name"
4347   - "parent"
4348   - "msg"
4349
4350 ## Detailed Test Results - VPP MRR Results 3n-skx
4351 #- type: "table"
4352 #  title: "Detailed Test Results - VPP MRR Results 3n-skx"
4353 #  algorithm: "table_details"
4354 #  output-file-ext: ".csv"
4355 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4356 #  columns:
4357 #  - title: "Name"
4358 #    data: "data name"
4359 #  - title: "Status"
4360 #    data: "data msg"
4361 #  rows: "generated"
4362 #  data: "vpp-mrr-results-3n-skx"
4363 #  filter: "'MRR'"
4364 #  parameters:
4365 #  - "name"
4366 #  - "parent"
4367 #  - "msg"
4368 #
4369 ## Detailed Test Results - VPP MRR Results 2n-skx
4370 #- type: "table"
4371 #  title: "Detailed Test Results - VPP MRR Results 2n-skx"
4372 #  algorithm: "table_details"
4373 #  output-file-ext: ".csv"
4374 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4375 #  columns:
4376 #  - title: "Name"
4377 #    data: "data name"
4378 #  - title: "Status"
4379 #    data: "data msg"
4380 #  rows: "generated"
4381 #  data: "vpp-mrr-results-2n-skx"
4382 #  filter: "'MRR'"
4383 #  parameters:
4384 #  - "name"
4385 #  - "parent"
4386 #  - "msg"
4387
4388 ## Detailed Test Results - VPP MRR Results 2n-clx
4389 #- type: "table"
4390 #  title: "Detailed Test Results - VPP MRR Results 2n-clx"
4391 #  algorithm: "table_details"
4392 #  output-file-ext: ".csv"
4393 #  output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
4394 #  columns:
4395 #  - title: "Name"
4396 #    data: "data name"
4397 #  - title: "Status"
4398 #    data: "data msg"
4399 #  rows: "generated"
4400 #  data: "vpp-mrr-results-2n-clx"
4401 #  filter: "'MRR'"
4402 #  parameters:
4403 #  - "name"
4404 #  - "parent"
4405 #  - "msg"
4406
4407 # Detailed Test Results - VPP MRR Results 3n-tsh
4408 - type: "table"
4409   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
4410   algorithm: "table_details"
4411   output-file-ext: ".csv"
4412   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
4413   columns:
4414   - title: "Name"
4415     data: "data name"
4416   - title: "Status"
4417     data: "data msg"
4418   rows: "generated"
4419   data: "vpp-mrr-results-3n-tsh"
4420   filter: "'MRR'"
4421   parameters:
4422   - "name"
4423   - "parent"
4424   - "msg"
4425
4426 # Detailed Test Results - VPP MRR Results 3n-dnv
4427 - type: "table"
4428   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
4429   algorithm: "table_details"
4430   output-file-ext: ".csv"
4431   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
4432   columns:
4433   - title: "Name"
4434     data: "data name"
4435   - title: "Status"
4436     data: "data msg"
4437   rows: "generated"
4438   data: "vpp-mrr-results-3n-dnv"
4439   filter: "'MRR'"
4440   parameters:
4441   - "name"
4442   - "parent"
4443   - "msg"
4444
4445 # Detailed Test Results - VPP MRR Results 2n-dnv
4446 - type: "table"
4447   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
4448   algorithm: "table_details"
4449   output-file-ext: ".csv"
4450   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4451   columns:
4452   - title: "Name"
4453     data: "data name"
4454   - title: "Status"
4455     data: "data msg"
4456   rows: "generated"
4457   data: "vpp-mrr-results-2n-dnv"
4458   filter: "'MRR'"
4459   parameters:
4460   - "name"
4461   - "parent"
4462   - "msg"
4463
4464 # Test configuration - VPP MRR Test Configs 3n-hsw
4465 - type: "table"
4466   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
4467   algorithm: "table_details"
4468   output-file-ext: ".csv"
4469   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
4470   columns:
4471   - title: "Name"
4472     data: "data name"
4473   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4474     data: "data conf-history"
4475   rows: "generated"
4476   data: "vpp-mrr-results-3n-hsw"
4477   filter: "'MRR'"
4478   parameters:
4479   - "parent"
4480   - "name"
4481   - "conf-history"
4482
4483 ## Test configuration - VPP MRR Test Configs 3n-skx
4484 #- type: "table"
4485 #  title: "Test configuration - VPP MRR Test Configs 3n-skx"
4486 #  algorithm: "table_details"
4487 #  output-file-ext: ".csv"
4488 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
4489 #  columns:
4490 #  - title: "Name"
4491 #    data: "data name"
4492 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4493 #    data: "data conf-history"
4494 #  rows: "generated"
4495 #  data: "vpp-mrr-results-3n-skx"
4496 #  filter: "'MRR'"
4497 #  parameters:
4498 #  - "parent"
4499 #  - "name"
4500 #  - "conf-history"
4501 #
4502 ## Test configuration - VPP MRR Test Configs 2n-skx
4503 #- type: "table"
4504 #  title: "Test configuration - VPP MRR Test Configs 2n-skx"
4505 #  algorithm: "table_details"
4506 #  output-file-ext: ".csv"
4507 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
4508 #  columns:
4509 #  - title: "Name"
4510 #    data: "data name"
4511 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4512 #    data: "data conf-history"
4513 #  rows: "generated"
4514 #  data: "vpp-mrr-results-2n-skx"
4515 #  filter: "'MRR'"
4516 #  parameters:
4517 #  - "parent"
4518 #  - "name"
4519 #  - "conf-history"
4520
4521 ## Test configuration - VPP MRR Test Configs 2n-clx
4522 #- type: "table"
4523 #  title: "Test configuration - VPP MRR Test Configs 2n-clx"
4524 #  algorithm: "table_details"
4525 #  output-file-ext: ".csv"
4526 #  output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_test_configuration_2n_clx"
4527 #  columns:
4528 #  - title: "Name"
4529 #    data: "data name"
4530 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4531 #    data: "data conf-history"
4532 #  rows: "generated"
4533 #  data: "vpp-mrr-results-2n-clx"
4534 #  filter: "'MRR'"
4535 #  parameters:
4536 #  - "parent"
4537 #  - "name"
4538 #  - "conf-history"
4539
4540 # Test configuration - VPP MRR Test Configs 3n-tsh
4541 - type: "table"
4542   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
4543   algorithm: "table_details"
4544   output-file-ext: ".csv"
4545   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
4546   columns:
4547   - title: "Name"
4548     data: "data name"
4549   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4550     data: "data conf-history"
4551   rows: "generated"
4552   data: "vpp-mrr-results-3n-tsh"
4553   filter: "'MRR'"
4554   parameters:
4555   - "parent"
4556   - "name"
4557   - "conf-history"
4558
4559 # Test configuration - VPP MRR Test Configs 3n-dnv
4560 - type: "table"
4561   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
4562   algorithm: "table_details"
4563   output-file-ext: ".csv"
4564   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_test_configuration_3n_dnv"
4565   columns:
4566   - title: "Name"
4567     data: "data name"
4568   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4569     data: "data conf-history"
4570   rows: "generated"
4571   data: "vpp-mrr-results-3n-dnv"
4572   filter: "'MRR'"
4573   parameters:
4574   - "parent"
4575   - "name"
4576   - "conf-history"
4577
4578 # Test configuration - VPP MRR Test Configs 2n-dnv
4579 - type: "table"
4580   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
4581   algorithm: "table_details"
4582   output-file-ext: ".csv"
4583   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
4584   columns:
4585   - title: "Name"
4586     data: "data name"
4587   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4588     data: "data conf-history"
4589   rows: "generated"
4590   data: "vpp-mrr-results-2n-dnv"
4591   filter: "'MRR'"
4592   parameters:
4593   - "parent"
4594   - "name"
4595   - "conf-history"
4596
4597 # Detailed Test Results - VPP Device Results - Ubuntu
4598 - type: "table"
4599   title: "Detailed Test Results - VPP Device Results - Ubuntu"
4600   algorithm: "table_details"
4601   output-file-ext: ".csv"
4602   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4603   columns:
4604   - title: "Name"
4605     data: "data name"
4606   - title: "Documentation"
4607     data: "data doc"
4608   - title: "Status"
4609     data: "data status"
4610   rows: "generated"
4611   data: "vpp-device-results-ubuntu"
4612   filter: "all"
4613   parameters:
4614   - "name"
4615   - "parent"
4616   - "doc"
4617   - "status"
4618
4619 # Test configuration - VPP Device Test Configs - Ubuntu
4620 - type: "table"
4621   title: "Test configuration - VPP Device Test Configs - Ubuntu"
4622   algorithm: "table_details"
4623   output-file-ext: ".csv"
4624   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4625   columns:
4626   - title: "Name"
4627     data: "data name"
4628   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4629     data: "data conf-history"
4630   rows: "generated"
4631   data: "vpp-device-results-ubuntu"
4632   filter: "all"
4633   parameters:
4634   - "parent"
4635   - "name"
4636   - "conf-history"
4637
4638 ################################################################################
4639
4640 # DPDK Performance Changes 3n-hsw 1t1c pdr
4641 - type: "table"
4642   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
4643   algorithm: "table_perf_comparison"
4644   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
4645   history:
4646     - title: "rls1904"
4647       data: "dpdk-performance-changes-3n-hsw-h1"
4648   reference:
4649     title: "rls1908"
4650     data: "dpdk-performance-changes-3n-hsw-ref"
4651   compare:
4652     title: "rls2001"
4653     data: "dpdk-performance-changes-3n-hsw-cmp"
4654   data: "dpdk-performance-changes-3n-hsw"
4655   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4656   filter: "'1T1C'"
4657   parameters:
4658   - "name"
4659   - "parent"
4660   - "throughput"
4661
4662 # DPDK Performance Changes 3n-hsw 2t2c pdr
4663 - type: "table"
4664   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
4665   algorithm: "table_perf_comparison"
4666   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
4667   history:
4668     - title: "rls1904"
4669       data: "dpdk-performance-changes-3n-hsw-h1"
4670   reference:
4671     title: "rls1908"
4672     data: "dpdk-performance-changes-3n-hsw-ref"
4673   compare:
4674     title: "rls2001"
4675     data: "dpdk-performance-changes-3n-hsw-cmp"
4676   data: "dpdk-performance-changes-3n-hsw"
4677   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4678   filter: "'2T2C'"
4679   parameters:
4680   - "name"
4681   - "parent"
4682   - "throughput"
4683
4684 # DPDK Performance Changes 3n-hsw 1t1c ndr
4685 - type: "table"
4686   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
4687   algorithm: "table_perf_comparison"
4688   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
4689   history:
4690     - title: "rls1904"
4691       data: "dpdk-performance-changes-3n-hsw-h1"
4692   reference:
4693     title: "rls1908"
4694     data: "dpdk-performance-changes-3n-hsw-ref"
4695   compare:
4696     title: "rls2001"
4697     data: "dpdk-performance-changes-3n-hsw-cmp"
4698   data: "dpdk-performance-changes-3n-hsw"
4699   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4700   filter: "'1T1C'"
4701   parameters:
4702   - "name"
4703   - "parent"
4704   - "throughput"
4705
4706 # DPDK Performance Changes 3n-hsw 2t2c ndr
4707 - type: "table"
4708   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
4709   algorithm: "table_perf_comparison"
4710   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
4711   history:
4712     - title: "rls1904"
4713       data: "dpdk-performance-changes-3n-hsw-h1"
4714   reference:
4715     title: "rls1908"
4716     data: "dpdk-performance-changes-3n-hsw-ref"
4717   compare:
4718     title: "rls2001"
4719     data: "dpdk-performance-changes-3n-hsw-cmp"
4720   data: "dpdk-performance-changes-3n-hsw"
4721   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4722   filter: "'2T2C'"
4723   parameters:
4724   - "name"
4725   - "parent"
4726   - "throughput"
4727
4728 ## DPDK Performance Changes 3n-skx 2t1c pdr
4729 #- type: "table"
4730 #  title: "DPDK Performance Changes 3n-skx 2t1c pdr"
4731 #  algorithm: "table_perf_comparison"
4732 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
4733 #  history:
4734 #    - title: "rls1904"
4735 #      data: "dpdk-performance-changes-3n-skx-h1"
4736 #  reference:
4737 #    title: "rls1908"
4738 #    data: "dpdk-performance-changes-3n-skx-ref"
4739 #  compare:
4740 #    title: "rls2001"
4741 #    data: "dpdk-performance-changes-3n-skx-cmp"
4742 #  data: "dpdk-performance-changes-3n-skx"
4743 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4744 #  filter: "'2T1C'"
4745 #  parameters:
4746 #  - "name"
4747 #  - "parent"
4748 #  - "throughput"
4749 #
4750 ## DPDK Performance Changes 3n-skx 4t2c pdr
4751 #- type: "table"
4752 #  title: "DPDK Performance Changes 3n-skx 4t2c pdr"
4753 #  algorithm: "table_perf_comparison"
4754 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
4755 #  history:
4756 #    - title: "rls1904"
4757 #      data: "dpdk-performance-changes-3n-skx-h1"
4758 #  reference:
4759 #    title: "rls1908"
4760 #    data: "dpdk-performance-changes-3n-skx-ref"
4761 #  compare:
4762 #    title: "rls2001"
4763 #    data: "dpdk-performance-changes-3n-skx-cmp"
4764 #  data: "dpdk-performance-changes-3n-skx"
4765 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4766 #  filter: "'4T2C'"
4767 #  parameters:
4768 #  - "name"
4769 #  - "parent"
4770 #  - "throughput"
4771 #
4772 ## DPDK Performance Changes 3n-skx 2t1c ndr
4773 #- type: "table"
4774 #  title: "DPDK Performance Changes 3n-skx 2t1c ndr"
4775 #  algorithm: "table_perf_comparison"
4776 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
4777 #  history:
4778 #    - title: "rls1904"
4779 #      data: "dpdk-performance-changes-3n-skx-h1"
4780 #  reference:
4781 #    title: "rls1908"
4782 #    data: "dpdk-performance-changes-3n-skx-ref"
4783 #  compare:
4784 #    title: "rls2001"
4785 #    data: "dpdk-performance-changes-3n-skx-cmp"
4786 #  data: "dpdk-performance-changes-3n-skx"
4787 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4788 #  filter: "'2T1C'"
4789 #  parameters:
4790 #  - "name"
4791 #  - "parent"
4792 #  - "throughput"
4793 #
4794 ## DPDK Performance Changes 3n-skx 4t2c ndr
4795 #- type: "table"
4796 #  title: "DPDK Performance Changes 3n-skx 4t2c ndr"
4797 #  algorithm: "table_perf_comparison"
4798 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
4799 #  history:
4800 #    - title: "rls1904"
4801 #      data: "dpdk-performance-changes-3n-skx-h1"
4802 #  reference:
4803 #    title: "rls1908"
4804 #    data: "dpdk-performance-changes-3n-skx-ref"
4805 #  compare:
4806 #    title: "rls2001"
4807 #    data: "dpdk-performance-changes-3n-skx-cmp"
4808 #  data: "dpdk-performance-changes-3n-skx"
4809 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4810 #  filter: "'4T2C'"
4811 #  parameters:
4812 #  - "name"
4813 #  - "parent"
4814 #  - "throughput"
4815 #
4816 ## DPDK Performance Changes 2n-skx 2t1c pdr
4817 #- type: "table"
4818 #  title: "DPDK Performance Changes 2n-skx 2t1c pdr"
4819 #  algorithm: "table_perf_comparison"
4820 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
4821 #  history:
4822 #    - title: "rls1904"
4823 #      data: "dpdk-performance-changes-2n-skx-h1"
4824 #  reference:
4825 #    title: "rls1908"
4826 #    data: "dpdk-performance-changes-2n-skx-ref"
4827 #  compare:
4828 #    title: "rls2001"
4829 #    data: "dpdk-performance-changes-2n-skx-cmp"
4830 #  data: "dpdk-performance-changes-2n-skx"
4831 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4832 #  filter: "'2T1C'"
4833 #  parameters:
4834 #  - "name"
4835 #  - "parent"
4836 #  - "throughput"
4837 #
4838 ## DPDK Performance Changes 2n-skx 4t2c pdr
4839 #- type: "table"
4840 #  title: "DPDK Performance Changes 2n-skx 4t2c pdr"
4841 #  algorithm: "table_perf_comparison"
4842 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
4843 #  history:
4844 #    - title: "rls1904"
4845 #      data: "dpdk-performance-changes-2n-skx-h1"
4846 #  reference:
4847 #    title: "rls1908"
4848 #    data: "dpdk-performance-changes-2n-skx-ref"
4849 #  compare:
4850 #    title: "rls2001"
4851 #    data: "dpdk-performance-changes-2n-skx-cmp"
4852 #  data: "dpdk-performance-changes-2n-skx"
4853 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4854 #  filter: "'4T2C'"
4855 #  parameters:
4856 #  - "name"
4857 #  - "parent"
4858 #  - "throughput"
4859 #
4860 ## DPDK Performance Changes 2n-skx 2t1c ndr
4861 #- type: "table"
4862 #  title: "DPDK Performance Changes 2n-skx 2t1c ndr"
4863 #  algorithm: "table_perf_comparison"
4864 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
4865 #  history:
4866 #    - title: "rls1904"
4867 #      data: "dpdk-performance-changes-2n-skx-h1"
4868 #  reference:
4869 #    title: "rls1908"
4870 #    data: "dpdk-performance-changes-2n-skx-ref"
4871 #  compare:
4872 #    title: "rls2001"
4873 #    data: "dpdk-performance-changes-2n-skx-cmp"
4874 #  data: "dpdk-performance-changes-2n-skx"
4875 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4876 #  filter: "'2T1C'"
4877 #  parameters:
4878 #  - "name"
4879 #  - "parent"
4880 #  - "throughput"
4881 #
4882 ## DPDK Performance Changes 2n-skx 4t2c ndr
4883 #- type: "table"
4884 #  title: "DPDK Performance Changes 2n-skx 4t2c ndr"
4885 #  algorithm: "table_perf_comparison"
4886 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
4887 #  history:
4888 #    - title: "rls1904"
4889 #      data: "dpdk-performance-changes-2n-skx-h1"
4890 #  reference:
4891 #    title: "rls1908"
4892 #    data: "dpdk-performance-changes-2n-skx-ref"
4893 #  compare:
4894 #    title: "rls2001"
4895 #    data: "dpdk-performance-changes-2n-skx-cmp"
4896 #  data: "dpdk-performance-changes-2n-skx"
4897 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4898 #  filter: "'4T2C'"
4899 #  parameters:
4900 #  - "name"
4901 #  - "parent"
4902 #  - "throughput"
4903 #
4904 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
4905 #- type: "table"
4906 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
4907 #  algorithm: "table_perf_comparison"
4908 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
4909 #  reference:
4910 #    title: "3-Node Hsw"
4911 #    data: "dpdk-compare-testbeds-ref"
4912 #  compare:
4913 #    title: "3-Node Skx"
4914 #    data: "dpdk-compare-testbeds-cmp"
4915 #  data: "dpdk-compare-testbeds"
4916 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4917 #  filter: "'NIC_Intel-X710'"
4918 #  parameters:
4919 #  - "name"
4920 #  - "parent"
4921 #  - "throughput"
4922 #
4923 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
4924 #- type: "table"
4925 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
4926 #  algorithm: "table_perf_comparison"
4927 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
4928 #  reference:
4929 #    title: "3-Node Hsw"
4930 #    data: "dpdk-compare-testbeds-ref"
4931 #  compare:
4932 #    title: "3-Node Skx"
4933 #    data: "dpdk-compare-testbeds-cmp"
4934 #  data: "dpdk-compare-testbeds"
4935 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4936 #  filter: "'NIC_Intel-X710'"
4937 #  parameters:
4938 #  - "name"
4939 #  - "parent"
4940 #  - "throughput"
4941 #
4942 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
4943 #- type: "table"
4944 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
4945 #  algorithm: "table_perf_comparison"
4946 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
4947 #  reference:
4948 #    title: "2-Node Skx"
4949 #    data: "dpdk-compare-testbeds-skx-clx-ref"
4950 #  compare:
4951 #    title: "2-Node Clx"
4952 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
4953 #  data: "dpdk-compare-testbeds-skx-clx"
4954 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4955 #  filter: "'NDRPDR'"
4956 #  parameters:
4957 #  - "name"
4958 #  - "parent"
4959 #  - "throughput"
4960 #
4961 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
4962 #- type: "table"
4963 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
4964 #  algorithm: "table_perf_comparison"
4965 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
4966 #  reference:
4967 #    title: "2-Node Skx"
4968 #    data: "dpdk-compare-testbeds-skx-clx-ref"
4969 #  compare:
4970 #    title: "2-Node Clx"
4971 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
4972 #  data: "dpdk-compare-testbeds-skx-clx"
4973 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4974 #  filter: "'NDRPDR'"
4975 #  parameters:
4976 #  - "name"
4977 #  - "parent"
4978 #  - "throughput"
4979 #
4980 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
4981 #- type: "table"
4982 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
4983 #  algorithm: "table_perf_comparison"
4984 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
4985 #  reference:
4986 #    title: "3-Node Skx"
4987 #    data: "dpdk-compare-topologies-ref"
4988 #  compare:
4989 #    title: "2-Node Skx"
4990 #    data: "dpdk-compare-topologies-cmp"
4991 #  data: "dpdk-compare-topologies"
4992 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4993 #  filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4994 #  parameters:
4995 #  - "name"
4996 #  - "parent"
4997 #  - "throughput"
4998 #
4999 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5000 #- type: "table"
5001 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5002 #  algorithm: "table_perf_comparison"
5003 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5004 #  reference:
5005 #    title: "3-Node Skx"
5006 #    data: "dpdk-compare-topologies-ref"
5007 #  compare:
5008 #    title: "2-Node Skx"
5009 #    data: "dpdk-compare-topologies-cmp"
5010 #  data: "dpdk-compare-topologies"
5011 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5012 #  filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
5013 #  parameters:
5014 #  - "name"
5015 #  - "parent"
5016 #  - "throughput"
5017
5018 # Detailed Test Results - DPDK Performance Results 3n-hsw
5019 - type: "table"
5020   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5021   algorithm: "table_details"
5022   output-file-ext: ".csv"
5023   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5024   columns:
5025   - title: "Name"
5026     data: "data name"
5027   - title: "Status"
5028     data: "data msg"
5029   rows: "generated"
5030   data: "dpdk-perf-results-3n-hsw"
5031   filter: "all"
5032   parameters:
5033   - "name"
5034   - "parent"
5035   - "msg"
5036
5037 ## Detailed Test Results - DPDK Performance Results 3n-skx
5038 #- type: "table"
5039 #  title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5040 #  algorithm: "table_details"
5041 #  output-file-ext: ".csv"
5042 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5043 #  columns:
5044 #  - title: "Name"
5045 #    data: "data name"
5046 #  - title: "Status"
5047 #    data: "data msg"
5048 #  rows: "generated"
5049 #  data: "dpdk-perf-results-3n-skx"
5050 #  filter: "all"
5051 #  parameters:
5052 #  - "name"
5053 #  - "parent"
5054 #  - "msg"
5055 #
5056 ## Detailed Test Results - DPDK Performance Results 2n-skx
5057 #- type: "table"
5058 #  title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5059 #  algorithm: "table_details"
5060 #  output-file-ext: ".csv"
5061 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5062 #  columns:
5063 #  - title: "Name"
5064 #    data: "data name"
5065 #  - title: "Status"
5066 #    data: "data msg"
5067 #  rows: "generated"
5068 #  data: "dpdk-perf-results-2n-skx"
5069 #  filter: "all"
5070 #  parameters:
5071 #  - "name"
5072 #  - "parent"
5073 #  - "msg"
5074
5075 ## Detailed Test Results - DPDK Performance Results 2n-clx
5076 #- type: "table"
5077 #  title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5078 #  algorithm: "table_details"
5079 #  output-file-ext: ".csv"
5080 #  output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5081 #  columns:
5082 #  - title: "Name"
5083 #    data: "data name"
5084 #  - title: "Status"
5085 #    data: "data msg"
5086 #  rows: "generated"
5087 #  data: "dpdk-perf-results-2n-clx"
5088 #  filter: "all"
5089 #  parameters:
5090 #  - "name"
5091 #  - "parent"
5092 #  - "msg"
5093
5094 ################################################################################
5095 ###                                F I L E S                                 ###
5096 ################################################################################
5097
5098 # VPP Performance Results 3n-hsw
5099 - type: "file"
5100   title: "VPP Performance Results 3n-hsw"
5101   algorithm: "file_test_results"
5102   output-file-ext: ".rst"
5103   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
5104   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"
5105   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
5106   data: "vpp-perf-results-3n-hsw"
5107   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5108   parameters:
5109   - "name"
5110   - "doc"
5111   - "level"
5112   - "parent"
5113   data-start-level: 3
5114
5115 ## VPP Performance Results 3n-skx
5116 #- type: "file"
5117 #  title: "VPP Performance Results 3n-skx"
5118 #  algorithm: "file_test_results"
5119 #  output-file-ext: ".rst"
5120 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
5121 #  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"
5122 #  dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
5123 #  data: "vpp-perf-results-3n-skx"
5124 #  filter: "not 'CFS_OPT'"
5125 #  parameters:
5126 #  - "name"
5127 #  - "doc"
5128 #  - "level"
5129 #  - "parent"
5130 #  data-start-level: 3
5131 #
5132 ## VPP Performance Results 2n-skx
5133 #- type: "file"
5134 #  title: "VPP Performance Results 2n-skx"
5135 #  algorithm: "file_test_results"
5136 #  output-file-ext: ".rst"
5137 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
5138 #  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"
5139 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
5140 #  data: "vpp-perf-results-2n-skx"
5141 #  filter: "not 'CFS_OPT'"
5142 #  parameters:
5143 #  - "name"
5144 #  - "doc"
5145 #  - "level"
5146 #  - "parent"
5147 #  data-start-level: 3
5148
5149 ## VPP Performance Results 2n-clx
5150 #- type: "file"
5151 #  title: "VPP Performance Results 2n-clx"
5152 #  algorithm: "file_test_results"
5153 #  output-file-ext: ".rst"
5154 #  output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
5155 #  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"
5156 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,CLX]}"
5157 #  data: "vpp-perf-results-2n-clx"
5158 #  filter: "not 'CFS_OPT'"
5159 #  parameters:
5160 #  - "name"
5161 #  - "doc"
5162 #  - "level"
5163 #  - "parent"
5164 #  data-start-level: 3
5165
5166 # VPP Performance Results 3n-tsh
5167 - type: "file"
5168   title: "VPP Performance Results 3n-tsh"
5169   algorithm: "file_test_results"
5170   output-file-ext: ".rst"
5171   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
5172   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"
5173   dir-tables: "{DIR[DTR,PERF,VPP,3N,TSH]}"
5174   data: "vpp-perf-results-3n-tsh"
5175   filter: "not 'CFS_OPT'"
5176   parameters:
5177   - "name"
5178   - "doc"
5179   - "level"
5180   - "parent"
5181   data-start-level: 3
5182
5183 # VPP Performance Results 3n-dnv
5184 - type: "file"
5185   title: "VPP Performance Results 3n-dnv"
5186   algorithm: "file_test_results"
5187   output-file-ext: ".rst"
5188   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
5189   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"
5190   dir-tables: "{DIR[DTR,PERF,VPP,3N,DNV]}"
5191   data: "vpp-perf-results-3n-dnv"
5192   filter: "'NDRPDR'"
5193   parameters:
5194   - "name"
5195   - "doc"
5196   - "level"
5197   - "parent"
5198   data-start-level: 3
5199
5200 # VPP Performance Results 2n-dnv
5201 - type: "file"
5202   title: "VPP Performance Results 2n-dnv"
5203   algorithm: "file_test_results"
5204   output-file-ext: ".rst"
5205   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5206   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"
5207   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
5208   data: "vpp-perf-results-2n-dnv"
5209   filter: "'NDRPDR'"
5210   parameters:
5211   - "name"
5212   - "doc"
5213   - "level"
5214   - "parent"
5215   data-start-level: 3
5216
5217 # VPP Performance Configuration 3n-hsw
5218 - type: "file"
5219   title: "VPP Performance Configuration 3n-hsw"
5220   algorithm: "file_test_results"
5221   output-file-ext: ".rst"
5222   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
5223   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"
5224   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
5225   data: "vpp-perf-results-3n-hsw"
5226   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5227   parameters:
5228   - "name"
5229   - "doc"
5230   - "level"
5231   - "parent"
5232   data-start-level: 3
5233
5234 ## VPP Performance Configuration 3n-skx
5235 #- type: "file"
5236 #  title: "VPP Performance Configuration 3n-skx"
5237 #  algorithm: "file_test_results"
5238 #  output-file-ext: ".rst"
5239 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
5240 #  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"
5241 #  dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
5242 #  data: "vpp-perf-results-3n-skx"
5243 #  filter: "not 'CFS_OPT'"
5244 #  parameters:
5245 #  - "name"
5246 #  - "doc"
5247 #  - "level"
5248 #  - "parent"
5249 #  data-start-level: 3
5250 #
5251 ## VPP Performance Configuration 2n-skx
5252 #- type: "file"
5253 #  title: "VPP Performance Configuration 2n-skx"
5254 #  algorithm: "file_test_results"
5255 #  output-file-ext: ".rst"
5256 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
5257 #  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"
5258 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
5259 #  data: "vpp-perf-results-2n-skx"
5260 #  filter: "not 'CFS_OPT'"
5261 #  parameters:
5262 #  - "name"
5263 #  - "doc"
5264 #  - "level"
5265 #  - "parent"
5266 #  data-start-level: 3
5267
5268 ## VPP Performance Configuration 2n-clx
5269 #- type: "file"
5270 #  title: "VPP Performance Configuration 2n-clx"
5271 #  algorithm: "file_test_results"
5272 #  output-file-ext: ".rst"
5273 #  output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_performance_configuration_2n_clx"
5274 #  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"
5275 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,CLX]}"
5276 #  data: "vpp-perf-results-2n-clx"
5277 #  filter: "not 'CFS_OPT'"
5278 #  parameters:
5279 #  - "name"
5280 #  - "doc"
5281 #  - "level"
5282 #  - "parent"
5283 #  data-start-level: 3
5284
5285 # VPP Performance Configuration 3n-tsh
5286 - type: "file"
5287   title: "VPP Performance Configuration 3n-tsh"
5288   algorithm: "file_test_results"
5289   output-file-ext: ".rst"
5290   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_performance_configuration_3n_tsh"
5291   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5292   dir-tables: "{DIR[DTC,PERF,VPP,3N,TSH]}"
5293   data: "vpp-perf-results-3n-tsh"
5294   filter: "not 'CFS_OPT'"
5295   parameters:
5296   - "name"
5297   - "doc"
5298   - "level"
5299   - "parent"
5300   data-start-level: 3
5301
5302 # VPP Performance Configuration 3n-dnv
5303 - type: "file"
5304   title: "VPP Performance Configuration 3n-dnv"
5305   algorithm: "file_test_results"
5306   output-file-ext: ".rst"
5307   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_performance_configuration_3n_dnv"
5308   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5309   dir-tables: "{DIR[DTC,PERF,VPP,3N,DNV]}"
5310   data: "vpp-perf-results-3n-dnv"
5311   filter: "'NDRPDR'"
5312   parameters:
5313   - "name"
5314   - "doc"
5315   - "level"
5316   - "parent"
5317   data-start-level: 3
5318
5319 # VPP Performance Configuration 2n-dnv
5320 - type: "file"
5321   title: "VPP Performance Configuration 2n-dnv"
5322   algorithm: "file_test_results"
5323   output-file-ext: ".rst"
5324   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
5325   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5326   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
5327   data: "vpp-perf-results-2n-dnv"
5328   filter: "'NDRPDR'"
5329   parameters:
5330   - "name"
5331   - "doc"
5332   - "level"
5333   - "parent"
5334   data-start-level: 3
5335
5336 # VPP Performance Operational Data 3n-hsw
5337 - type: "file"
5338   title: "VPP Performance Operational Data 3n-hsw"
5339   algorithm: "file_test_results_html"
5340   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
5341   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"
5342   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
5343   data: "vpp-perf-results-3n-hsw"
5344   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5345   data-start-level: 3
5346
5347 ## VPP Performance Operational Data 3n-skx
5348 #- type: "file"
5349 #  title: "VPP Performance Operational Data 3n-skx"
5350 #  algorithm: "file_test_results_html"
5351 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
5352 #  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"
5353 #  dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
5354 #  data: "vpp-perf-results-3n-skx"
5355 #  filter: "not 'CFS_OPT'"
5356 #  data-start-level: 3
5357 #
5358 ## VPP Performance Operational Data 2n-skx
5359 #- type: "file"
5360 #  title: "VPP Performance Operational Data 2n-skx"
5361 #  algorithm: "file_test_results_html"
5362 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
5363 #  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"
5364 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
5365 #  data: "vpp-perf-results-2n-skx"
5366 #  filter: "not 'CFS_OPT'"
5367 #  data-start-level: 3
5368
5369 ## VPP Performance Operational Data 2n-clx
5370 #- type: "file"
5371 #  title: "VPP Performance Operational Data 2n-clx"
5372 #  algorithm: "file_test_results_html"
5373 #  output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_performance_operational_data_2n_clx"
5374 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5375 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,CLX]}"
5376 #  data: "vpp-perf-results-2n-clx"
5377 #  filter: "not 'CFS_OPT'"
5378 #  data-start-level: 3
5379
5380 # VPP Performance Operational Data 3n-tsh
5381 - type: "file"
5382   title: "VPP Performance Operational Data 3n-tsh"
5383   algorithm: "file_test_results_html"
5384   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_performance_operational_data_3n_tsh"
5385   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"
5386   dir-tables: "{DIR[DTO,PERF,VPP,3N,TSH]}"
5387   data: "vpp-perf-results-3n-tsh"
5388   filter: "not 'CFS_OPT'"
5389   data-start-level: 3
5390
5391 # VPP Performance Operational Data 3n-dnv
5392 - type: "file"
5393   title: "VPP Performance Operational Data 3n-dnv"
5394   algorithm: "file_test_results_html"
5395   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_performance_operational_data_3n_dnv"
5396   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"
5397   dir-tables: "{DIR[DTO,PERF,VPP,3N,DNV]}"
5398   data: "vpp-perf-results-3n-dnv"
5399   filter: "'NDRPDR'"
5400   data-start-level: 3
5401
5402 # VPP Performance Operational Data 2n-dnv
5403 - type: "file"
5404   title: "VPP Performance Operational Data 2n-dnv"
5405   algorithm: "file_test_results_html"
5406   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
5407   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"
5408   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
5409   data: "vpp-perf-results-2n-dnv"
5410   filter: "'NDRPDR'"
5411   data-start-level: 3
5412
5413 # VPP MRR Results 3n-hsw
5414 - type: "file"
5415   title: "VPP MRR Results 3n-hsw"
5416   algorithm: "file_test_results"
5417   output-file-ext: ".rst"
5418   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
5419   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"
5420   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
5421   data: "vpp-mrr-results-3n-hsw"
5422   filter: "'MRR'"
5423   parameters:
5424   - "name"
5425   - "doc"
5426   - "level"
5427   - "parent"
5428   data-start-level: 3
5429
5430 ## VPP MRR Results 3n-skx
5431 #- type: "file"
5432 #  title: "VPP MRR Results 3n-skx"
5433 #  algorithm: "file_test_results"
5434 #  output-file-ext: ".rst"
5435 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
5436 #  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"
5437 #  dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
5438 #  data: "vpp-mrr-results-3n-skx"
5439 #  filter: "'MRR'"
5440 #  parameters:
5441 #  - "name"
5442 #  - "doc"
5443 #  - "level"
5444 #  - "parent"
5445 #  data-start-level: 3
5446 #
5447 ## VPP MRR Results 2n-skx
5448 #- type: "file"
5449 #  title: "VPP MRR Results 2n-skx"
5450 #  algorithm: "file_test_results"
5451 #  output-file-ext: ".rst"
5452 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
5453 #  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"
5454 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
5455 #  data: "vpp-mrr-results-2n-skx"
5456 #  filter: "all"
5457 #  parameters:
5458 #  - "name"
5459 #  - "doc"
5460 #  - "level"
5461 #  - "parent"
5462 #  data-start-level: 3
5463
5464 ## VPP MRR Results 2n-clx
5465 #- type: "file"
5466 #  title: "VPP MRR Results 2n-clx"
5467 #  algorithm: "file_test_results"
5468 #  output-file-ext: ".rst"
5469 #  output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
5470 #  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"
5471 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,CLX]}"
5472 #  data: "vpp-mrr-results-2n-clx"
5473 #  filter: "all"
5474 #  parameters:
5475 #  - "name"
5476 #  - "doc"
5477 #  - "level"
5478 #  - "parent"
5479 #  data-start-level: 3
5480
5481 # VPP MRR Results 3n-tsh
5482 - type: "file"
5483   title: "VPP MRR Results 3n-tsh"
5484   algorithm: "file_test_results"
5485   output-file-ext: ".rst"
5486   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
5487   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"
5488   dir-tables: "{DIR[DTR,MRR,VPP,3N,TSH]}"
5489   data: "vpp-mrr-results-3n-tsh"
5490   filter: "'MRR'"
5491   parameters:
5492   - "name"
5493   - "doc"
5494   - "level"
5495   - "parent"
5496   data-start-level: 3
5497
5498 # VPP MRR Results 3n-dnv
5499 - type: "file"
5500   title: "VPP MRR Results 3n-dnv"
5501   algorithm: "file_test_results"
5502   output-file-ext: ".rst"
5503   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
5504   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"
5505   dir-tables: "{DIR[DTR,MRR,VPP,3N,DNV]}"
5506   data: "vpp-mrr-results-3n-dnv"
5507   filter: "'MRR'"
5508   parameters:
5509   - "name"
5510   - "doc"
5511   - "level"
5512   - "parent"
5513   data-start-level: 3
5514
5515 # VPP MRR Results 2n-dnv
5516 - type: "file"
5517   title: "VPP MRR Results 2n-dnv"
5518   algorithm: "file_test_results"
5519   output-file-ext: ".rst"
5520   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
5521   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"
5522   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
5523   data: "vpp-mrr-results-2n-dnv"
5524   filter: "'MRR'"
5525   parameters:
5526   - "name"
5527   - "doc"
5528   - "level"
5529   - "parent"
5530   data-start-level: 3
5531
5532 # VPP MRR Configuration 3n-hsw
5533 - type: "file"
5534   title: "VPP MRR Configuration 3n-hsw"
5535   algorithm: "file_test_results"
5536   output-file-ext: ".rst"
5537   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
5538   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"
5539   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
5540   data: "vpp-mrr-results-3n-hsw"
5541   filter: "'MRR'"
5542   parameters:
5543   - "name"
5544   - "doc"
5545   - "level"
5546   - "parent"
5547   data-start-level: 3
5548
5549 ## VPP MRR Configuration 3n-skx
5550 #- type: "file"
5551 #  title: "VPP MRR Configuration 3n-skx"
5552 #  algorithm: "file_test_results"
5553 #  output-file-ext: ".rst"
5554 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
5555 #  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"
5556 #  dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
5557 #  data: "vpp-mrr-results-3n-skx"
5558 #  filter: "'MRR'"
5559 #  parameters:
5560 #  - "name"
5561 #  - "doc"
5562 #  - "level"
5563 #  - "parent"
5564 #  data-start-level: 3
5565 #
5566 ## VPP MRR Configuration 2n-skx
5567 #- type: "file"
5568 #  title: "VPP MRR Configuration 2n-skx"
5569 #  algorithm: "file_test_results"
5570 #  output-file-ext: ".rst"
5571 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
5572 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5573 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
5574 #  data: "vpp-mrr-results-2n-skx"
5575 #  filter: "'MRR'"
5576 #  parameters:
5577 #  - "name"
5578 #  - "doc"
5579 #  - "level"
5580 #  - "parent"
5581 #  data-start-level: 3
5582
5583 ## VPP MRR Configuration 2n-clx
5584 #- type: "file"
5585 #  title: "VPP MRR Configuration 2n-clx"
5586 #  algorithm: "file_test_results"
5587 #  output-file-ext: ".rst"
5588 #  output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_configuration_2n_clx"
5589 #  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"
5590 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,CLX]}"
5591 #  data: "vpp-mrr-results-2n-clx"
5592 #  filter: "'MRR'"
5593 #  parameters:
5594 #  - "name"
5595 #  - "doc"
5596 #  - "level"
5597 #  - "parent"
5598 #  data-start-level: 3
5599
5600 # VPP MRR Configuration 3n-tsh
5601 - type: "file"
5602   title: "VPP MRR Configuration 3n-tsh"
5603   algorithm: "file_test_results"
5604   output-file-ext: ".rst"
5605   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
5606   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5607   dir-tables: "{DIR[DTC,MRR,VPP,3N,TSH]}"
5608   data: "vpp-mrr-results-3n-tsh"
5609   filter: "'MRR'"
5610   parameters:
5611   - "name"
5612   - "doc"
5613   - "level"
5614   - "parent"
5615   data-start-level: 3
5616
5617 # VPP MRR Configuration 3n-dnv
5618 - type: "file"
5619   title: "VPP MRR Configuration 3n-dnv"
5620   algorithm: "file_test_results"
5621   output-file-ext: ".rst"
5622   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_configuration_3n_dnv"
5623   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5624   dir-tables: "{DIR[DTC,MRR,VPP,3N,DNV]}"
5625   data: "vpp-mrr-results-3n-dnv"
5626   filter: "'MRR'"
5627   parameters:
5628   - "name"
5629   - "doc"
5630   - "level"
5631   - "parent"
5632   data-start-level: 3
5633
5634 # VPP MRR Configuration 2n-dnv
5635 - type: "file"
5636   title: "VPP MRR Configuration 2n-dnv"
5637   algorithm: "file_test_results"
5638   output-file-ext: ".rst"
5639   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
5640   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5641   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5642   data: "vpp-mrr-results-2n-dnv"
5643   filter: "'MRR'"
5644   parameters:
5645   - "name"
5646   - "doc"
5647   - "level"
5648   - "parent"
5649   data-start-level: 3
5650
5651 # VPP Device Results - Ubuntu
5652 - type: "file"
5653   title: "VPP Device Results - Ubuntu"
5654   algorithm: "file_test_results"
5655   output-file-ext: ".rst"
5656   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5657   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5658   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5659   data: "vpp-device-results-ubuntu"
5660   filter: "all"
5661   parameters:
5662   - "name"
5663   - "doc"
5664   - "level"
5665   - "parent"
5666   data-start-level: 2
5667
5668 # VPP Device Configuration - Ubuntu
5669 - type: "file"
5670   title: "VPP Device Configuration - Ubuntu"
5671   algorithm: "file_test_results"
5672   output-file-ext: ".rst"
5673   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5674   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5675   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5676   data: "vpp-device-results-ubuntu"
5677   filter: "all"
5678   parameters:
5679   - "name"
5680   - "doc"
5681   - "level"
5682   - "parent"
5683   data-start-level: 2
5684
5685 # DPDK Performance Results 3n-hsw
5686 - type: "file"
5687   title: "DPDK Performance Results 3n-hsw"
5688   algorithm: "file_test_results"
5689   output-file-ext: ".rst"
5690   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5691   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5692   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5693   data: "dpdk-perf-results-3n-hsw"
5694   filter: "all"
5695   parameters:
5696   - "name"
5697   - "doc"
5698   - "level"
5699   - "parent"
5700   data-start-level: 3
5701
5702 ## DPDK Performance Results 3n-skx
5703 #- type: "file"
5704 #  title: "DPDK Performance Results 3n-skx"
5705 #  algorithm: "file_test_results"
5706 #  output-file-ext: ".rst"
5707 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5708 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5709 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5710 #  data: "dpdk-perf-results-3n-skx"
5711 #  filter: "all"
5712 #  parameters:
5713 #  - "name"
5714 #  - "doc"
5715 #  - "level"
5716 #  - "parent"
5717 #  data-start-level: 3
5718 #
5719 ## DPDK Performance Results 2n-skx
5720 #- type: "file"
5721 #  title: "DPDK Performance Results 2n-skx"
5722 #  algorithm: "file_test_results"
5723 #  output-file-ext: ".rst"
5724 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5725 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5726 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5727 #  data: "dpdk-perf-results-2n-skx"
5728 #  filter: "all"
5729 #  parameters:
5730 #  - "name"
5731 #  - "doc"
5732 #  - "level"
5733 #  - "parent"
5734 #  data-start-level: 3
5735
5736 # DPDK Performance Results 2n-clx
5737 - type: "file"
5738   title: "DPDK Performance Results 2n-clx"
5739   algorithm: "file_test_results"
5740   output-file-ext: ".rst"
5741   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5742   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5743   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5744   data: "dpdk-perf-results-2n-clx"
5745   filter: "all"
5746   parameters:
5747   - "name"
5748   - "doc"
5749   - "level"
5750   - "parent"
5751   data-start-level: 3
5752
5753 ################################################################################
5754 ###                                P L O T S                                 ###
5755 ################################################################################
5756
5757 ## Plots VPP HTTP Server Performance
5758 #- type: "plot"
5759 #  title: "VPP HTTP Server Performance"
5760 #  algorithm: "plot_http_server_perf_box"
5761 #  output-file-type: ".html"
5762 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5763 #  data:
5764 #    "plot-vpp-http-server-performance"
5765 #  # Keep this formatting, the filter is enclosed with " (quotation mark) and
5766 #  # each tag is enclosed with ' (apostrophe).
5767 #  filter: "'HTTP' and 'TCP_CPS'"
5768 #  parameters:
5769 #  - "result"
5770 #  - "name"
5771 #  traces:
5772 #    hoverinfo: "y+name"
5773 #    boxpoints: "outliers"
5774 #    whiskerwidth: 0
5775 #  layout:
5776 #    title: "VPP HTTP Server Performance"
5777 #    layout:
5778 #      "plot-cps"
5779 #
5780 #- type: "plot"
5781 #  title: "VPP HTTP Server Performance"
5782 #  algorithm: "plot_http_server_perf_box"
5783 #  output-file-type: ".html"
5784 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
5785 #  data:
5786 #    "plot-vpp-http-server-performance"
5787 #  filter: "'HTTP' and 'TCP_RPS'"
5788 #  parameters:
5789 #  - "result"
5790 #  - "name"
5791 #  traces:
5792 #    hoverinfo: "y+name"
5793 #    boxpoints: "outliers"
5794 #    whiskerwidth: 0
5795 #  layout:
5796 #    title: "VPP HTTP Server Performance"
5797 #    layout:
5798 #      "plot-rps"
5799
5800 ################################################################################
5801
5802 ## Soak Test (PLRsearch), boxes
5803 #- type: "plot"
5804 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
5805 #  algorithm: "plot_perf_box_name"
5806 #  output-file-type: ".html"
5807 #  output-file: "{DIR[STATIC,VPP]}/soak-test-1"
5808 #  data: "plot-vpp-soak-2n-skx"
5809 #  include:
5810 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Soak.64B-2t1c-avf-eth-l2patch-soak"
5811 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
5812 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
5813 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Soak.64B-2t1c-eth-l2patch-soak"
5814 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
5815 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
5816 #  layout:
5817 #    title: "30 Minutes Soak Test (PLRsearch)"
5818 #    layout: "plot-soak-throughput"
5819 #
5820 ## Soak Test (PLRsearch), boxes
5821 #- type: "plot"
5822 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
5823 #  algorithm: "plot_perf_box_name"
5824 #  output-file-type: ".html"
5825 #  output-file: "{DIR[STATIC,VPP]}/soak-test-2"
5826 #  data: "plot-vpp-soak-2n-skx"
5827 #  include:
5828 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-soak"
5829 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
5830 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
5831 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
5832 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
5833 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
5834 #  layout:
5835 #    title: "30 Minutes Soak Test (PLRsearch)"
5836 #    layout: "plot-soak-throughput"
5837
5838 ###############################################################################
5839
5840 #- type: "plot"
5841 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5842 #  algorithm: "plot_nf_reconf_box_name"
5843 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
5844 #  data: "plot-vpp-nfv-reconf-2n-skx"
5845 #  include:
5846 #    - "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"
5847 #    - "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"
5848 #    - "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"
5849 #    - "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"
5850 #    - "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"
5851 #    - "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"
5852 #  layout:
5853 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5854 #    layout: "plot-throughput"
5855 #
5856 #- type: "plot"
5857 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5858 #  algorithm: "plot_nf_reconf_box_name"
5859 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
5860 #  data: "plot-vpp-nfv-reconf-2n-skx"
5861 #  include:
5862 #    - "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"
5863 #    - "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"
5864 #    - "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"
5865 #    - "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"
5866 #    - "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"
5867 #    - "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"
5868 #  layout:
5869 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5870 #    layout: "plot-throughput"
5871 #
5872 #- type: "plot"
5873 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5874 #  algorithm: "plot_nf_reconf_box_name"
5875 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
5876 #  data: "plot-vpp-nfv-reconf-2n-skx"
5877 #  include:
5878 #    - "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"
5879 #    - "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"
5880 #    - "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"
5881 #    - "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"
5882 #    - "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"
5883 #    - "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"
5884 #  layout:
5885 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5886 #    layout: "plot-throughput"
5887 #
5888 ################################################################################
5889 ## Plots - NF Density - VSC - MRR 64b
5890 #- type: "plot"
5891 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5892 #  algorithm: "plot_nf_heatmap"
5893 #  output-file-type: ".html"
5894 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
5895 #  data: "plot-vpp-nfv-2n-skx-mrr"
5896 #  filter: "'NIC_Intel-XXV710' and
5897 #           'NF_DENSITY' and
5898 #           'VHOST' and
5899 #           not 'VXLAN' and
5900 #           'CHAIN' and
5901 #           'NF_VPPIP4' and
5902 #           '64B' and
5903 #           '2T1C' and
5904 #           'MRR'"
5905 #  parameters:
5906 #  - "result"
5907 #  - "name"
5908 #  - "tags"
5909 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5910 #  x-axis: "X = VNFs per Service Chain"
5911 #  y-axis: "Y = Number of Service Chains"
5912 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5913 #  layout:
5914 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5915 #    layout: "plot-service-density"
5916 #
5917 #- type: "plot"
5918 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5919 #  algorithm: "plot_nf_heatmap"
5920 #  output-file-type: ".html"
5921 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
5922 #  data: "plot-vpp-nfv-2n-skx-mrr"
5923 #  filter: "'NIC_Intel-XXV710' and
5924 #           'NF_DENSITY' and
5925 #           'VHOST' and
5926 #           not 'VXLAN' and
5927 #           'CHAIN' and
5928 #           'NF_VPPIP4' and
5929 #           '64B' and
5930 #           '4T2C' and
5931 #           'MRR'"
5932 #  parameters:
5933 #  - "result"
5934 #  - "name"
5935 #  - "tags"
5936 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5937 #  x-axis: "X = VNFs per Service Chain"
5938 #  y-axis: "Y = Number of Service Chains"
5939 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5940 #  layout:
5941 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5942 #    layout: "plot-service-density"
5943 #
5944 #- type: "plot"
5945 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5946 #  algorithm: "plot_nf_heatmap"
5947 #  output-file-type: ".html"
5948 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
5949 #  data: "plot-vpp-nfv-2n-skx-mrr"
5950 #  filter: "'NIC_Intel-XXV710' and
5951 #           'NF_DENSITY' and
5952 #           'VHOST' and
5953 #           not 'VXLAN' and
5954 #           'CHAIN' and
5955 #           'NF_VPPIP4' and
5956 #           '64B' and
5957 #           '8T4C' and
5958 #           'MRR'"
5959 #  parameters:
5960 #  - "result"
5961 #  - "name"
5962 #  - "tags"
5963 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5964 #  x-axis: "X = VNFs per Service Chain"
5965 #  y-axis: "Y = Number of Service Chains"
5966 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5967 #  layout:
5968 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5969 #    layout: "plot-service-density"
5970 #
5971 ## Plots - NF Density - VSC - MRR IMIX
5972 #- type: "plot"
5973 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5974 #  algorithm: "plot_nf_heatmap"
5975 #  output-file-type: ".html"
5976 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
5977 #  data: "plot-vpp-nfv-2n-skx-mrr"
5978 #  filter: "'NIC_Intel-XXV710' and
5979 #           'NF_DENSITY' and
5980 #           'VHOST' and
5981 #           not 'VXLAN' and
5982 #           'CHAIN' and
5983 #           'NF_VPPIP4' and
5984 #           'IMIX' and
5985 #           '2T1C' and
5986 #           'MRR'"
5987 #  parameters:
5988 #  - "result"
5989 #  - "name"
5990 #  - "tags"
5991 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5992 #  x-axis: "X = VNFs per Service Chain"
5993 #  y-axis: "Y = Number of Service Chains"
5994 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5995 #  layout:
5996 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5997 #    layout: "plot-service-density"
5998 #
5999 #- type: "plot"
6000 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6001 #  algorithm: "plot_nf_heatmap"
6002 #  output-file-type: ".html"
6003 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6004 #  data: "plot-vpp-nfv-2n-skx-mrr"
6005 #  filter: "'NIC_Intel-XXV710' and
6006 #           'NF_DENSITY' and
6007 #           'VHOST' and
6008 #           not 'VXLAN' and
6009 #           'CHAIN' and
6010 #           'NF_VPPIP4' and
6011 #           'IMIX' and
6012 #           '4T2C' and
6013 #           'MRR'"
6014 #  parameters:
6015 #  - "result"
6016 #  - "name"
6017 #  - "tags"
6018 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6019 #  x-axis: "X = VNFs per Service Chain"
6020 #  y-axis: "Y = Number of Service Chains"
6021 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6022 #  layout:
6023 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6024 #    layout: "plot-service-density"
6025 #
6026 #- type: "plot"
6027 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6028 #  algorithm: "plot_nf_heatmap"
6029 #  output-file-type: ".html"
6030 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6031 #  data: "plot-vpp-nfv-2n-skx-mrr"
6032 #  filter: "'NIC_Intel-XXV710' and
6033 #           'NF_DENSITY' and
6034 #           'VHOST' and
6035 #           not 'VXLAN' and
6036 #           'CHAIN' and
6037 #           'NF_VPPIP4' and
6038 #           'IMIX' and
6039 #           '8T4C' and
6040 #           'MRR'"
6041 #  parameters:
6042 #  - "result"
6043 #  - "name"
6044 #  - "tags"
6045 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6046 #  x-axis: "X = VNFs per Service Chain"
6047 #  y-axis: "Y = Number of Service Chains"
6048 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6049 #  layout:
6050 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6051 #    layout: "plot-service-density"
6052 #
6053 ## Plots - NF Density - VSC - NDR 64b
6054 #- type: "plot"
6055 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6056 #  algorithm: "plot_nf_heatmap"
6057 #  output-file-type: ".html"
6058 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6059 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6060 #  filter: "'NIC_Intel-XXV710' and
6061 #           'NF_DENSITY' and
6062 #           'VHOST' and
6063 #           not 'VXLAN' and
6064 #           'CHAIN' and
6065 #           'NF_VPPIP4' and
6066 #           '64B' and
6067 #           '2T1C' and
6068 #           'NDRPDR'"
6069 #  parameters:
6070 #  - "throughput"
6071 #  - "name"
6072 #  - "tags"
6073 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6074 #  x-axis: "X = VNFs per Service Chain"
6075 #  y-axis: "Y = Number of Service Chains"
6076 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6077 #  layout:
6078 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6079 #    layout: "plot-service-density"
6080 #
6081 #- type: "plot"
6082 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6083 #  algorithm: "plot_nf_heatmap"
6084 #  output-file-type: ".html"
6085 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6086 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6087 #  filter: "'NIC_Intel-XXV710' and
6088 #           'NF_DENSITY' and
6089 #           'VHOST' and
6090 #           not 'VXLAN' and
6091 #           'CHAIN' and
6092 #           'NF_VPPIP4' and
6093 #           '64B' and
6094 #           '4T2C' and
6095 #           'NDRPDR'"
6096 #  parameters:
6097 #  - "throughput"
6098 #  - "name"
6099 #  - "tags"
6100 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6101 #  x-axis: "X = VNFs per Service Chain"
6102 #  y-axis: "Y = Number of Service Chains"
6103 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6104 #  layout:
6105 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6106 #    layout: "plot-service-density"
6107 #
6108 #- type: "plot"
6109 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6110 #  algorithm: "plot_nf_heatmap"
6111 #  output-file-type: ".html"
6112 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6113 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6114 #  filter: "'NIC_Intel-XXV710' and
6115 #           'NF_DENSITY' and
6116 #           'VHOST' and
6117 #           not 'VXLAN' and
6118 #           'CHAIN' and
6119 #           'NF_VPPIP4' and
6120 #           '64B' and
6121 #           '8T4C' and
6122 #           'NDRPDR'"
6123 #  parameters:
6124 #  - "throughput"
6125 #  - "name"
6126 #  - "tags"
6127 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6128 #  x-axis: "X = VNFs per Service Chain"
6129 #  y-axis: "Y = Number of Service Chains"
6130 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6131 #  layout:
6132 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6133 #    layout: "plot-service-density"
6134 #
6135 ## Plots - NF Density - VSC - NDR IMIX
6136 #- type: "plot"
6137 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6138 #  algorithm: "plot_nf_heatmap"
6139 #  output-file-type: ".html"
6140 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6141 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6142 #  filter: "'NIC_Intel-XXV710' and
6143 #           'NF_DENSITY' and
6144 #           'VHOST' and
6145 #           not 'VXLAN' and
6146 #           'CHAIN' and
6147 #           'NF_VPPIP4' and
6148 #           'IMIX' and
6149 #           '2T1C' and
6150 #           'NDRPDR'"
6151 #  parameters:
6152 #  - "throughput"
6153 #  - "name"
6154 #  - "tags"
6155 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6156 #  x-axis: "X = VNFs per Service Chain"
6157 #  y-axis: "Y = Number of Service Chains"
6158 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6159 #  layout:
6160 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6161 #    layout: "plot-service-density"
6162 #
6163 #- type: "plot"
6164 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6165 #  algorithm: "plot_nf_heatmap"
6166 #  output-file-type: ".html"
6167 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6168 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6169 #  filter: "'NIC_Intel-XXV710' and
6170 #           'NF_DENSITY' and
6171 #           'VHOST' and
6172 #           not 'VXLAN' and
6173 #           'CHAIN' and
6174 #           'NF_VPPIP4' and
6175 #           'IMIX' and
6176 #           '4T2C' and
6177 #           'NDRPDR'"
6178 #  parameters:
6179 #  - "throughput"
6180 #  - "name"
6181 #  - "tags"
6182 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6183 #  x-axis: "X = VNFs per Service Chain"
6184 #  y-axis: "Y = Number of Service Chains"
6185 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6186 #  layout:
6187 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6188 #    layout: "plot-service-density"
6189 #
6190 #- type: "plot"
6191 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6192 #  algorithm: "plot_nf_heatmap"
6193 #  output-file-type: ".html"
6194 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6195 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6196 #  filter: "'NIC_Intel-XXV710' and
6197 #           'NF_DENSITY' and
6198 #           'VHOST' and
6199 #           not 'VXLAN' and
6200 #           'CHAIN' and
6201 #           'NF_VPPIP4' and
6202 #           'IMIX' and
6203 #           '8T4C' and
6204 #           'NDRPDR'"
6205 #  parameters:
6206 #  - "throughput"
6207 #  - "name"
6208 #  - "tags"
6209 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6210 #  x-axis: "X = VNFs per Service Chain"
6211 #  y-axis: "Y = Number of Service Chains"
6212 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6213 #  layout:
6214 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6215 #    layout: "plot-service-density"
6216 #
6217 ## Plots - NF Density - VSC - PDR 64b
6218 #- type: "plot"
6219 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6220 #  algorithm: "plot_nf_heatmap"
6221 #  output-file-type: ".html"
6222 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6223 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6224 #  filter: "'NIC_Intel-XXV710' and
6225 #           'NF_DENSITY' and
6226 #           'VHOST' and
6227 #           not 'VXLAN' and
6228 #           'CHAIN' and
6229 #           'NF_VPPIP4' and
6230 #           '64B' and
6231 #           '2T1C' and
6232 #           'NDRPDR'"
6233 #  parameters:
6234 #  - "throughput"
6235 #  - "name"
6236 #  - "tags"
6237 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6238 #  x-axis: "X = VNFs per Service Chain"
6239 #  y-axis: "Y = Number of Service Chains"
6240 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6241 #  layout:
6242 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6243 #    layout: "plot-service-density"
6244 #
6245 #- type: "plot"
6246 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6247 #  algorithm: "plot_nf_heatmap"
6248 #  output-file-type: ".html"
6249 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6250 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6251 #  filter: "'NIC_Intel-XXV710' and
6252 #           'NF_DENSITY' and
6253 #           'VHOST' and
6254 #           not 'VXLAN' and
6255 #           'CHAIN' and
6256 #           'NF_VPPIP4' and
6257 #           '64B' and
6258 #           '4T2C' and
6259 #           'NDRPDR'"
6260 #  parameters:
6261 #  - "throughput"
6262 #  - "name"
6263 #  - "tags"
6264 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6265 #  x-axis: "X = VNFs per Service Chain"
6266 #  y-axis: "Y = Number of Service Chains"
6267 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6268 #  layout:
6269 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6270 #    layout: "plot-service-density"
6271 #
6272 #- type: "plot"
6273 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6274 #  algorithm: "plot_nf_heatmap"
6275 #  output-file-type: ".html"
6276 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6277 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6278 #  filter: "'NIC_Intel-XXV710' and
6279 #           'NF_DENSITY' and
6280 #           'VHOST' and
6281 #           not 'VXLAN' and
6282 #           'CHAIN' and
6283 #           'NF_VPPIP4' and
6284 #           '64B' and
6285 #           '8T4C' and
6286 #           'NDRPDR'"
6287 #  parameters:
6288 #  - "throughput"
6289 #  - "name"
6290 #  - "tags"
6291 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6292 #  x-axis: "X = VNFs per Service Chain"
6293 #  y-axis: "Y = Number of Service Chains"
6294 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6295 #  layout:
6296 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6297 #    layout: "plot-service-density"
6298 #
6299 ## Plots - NF Density - VSC - PDR IMIX
6300 #- type: "plot"
6301 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6302 #  algorithm: "plot_nf_heatmap"
6303 #  output-file-type: ".html"
6304 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6305 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6306 #  filter: "'NIC_Intel-XXV710' and
6307 #           'NF_DENSITY' and
6308 #           'VHOST' and
6309 #           not 'VXLAN' and
6310 #           'CHAIN' and
6311 #           'NF_VPPIP4' and
6312 #           'IMIX' and
6313 #           '2T1C' and
6314 #           'NDRPDR'"
6315 #  parameters:
6316 #  - "throughput"
6317 #  - "name"
6318 #  - "tags"
6319 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6320 #  x-axis: "X = VNFs per Service Chain"
6321 #  y-axis: "Y = Number of Service Chains"
6322 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6323 #  layout:
6324 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6325 #    layout: "plot-service-density"
6326 #
6327 #- type: "plot"
6328 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6329 #  algorithm: "plot_nf_heatmap"
6330 #  output-file-type: ".html"
6331 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6332 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6333 #  filter: "'NIC_Intel-XXV710' and
6334 #           'NF_DENSITY' and
6335 #           'VHOST' and
6336 #           not 'VXLAN' and
6337 #           'CHAIN' and
6338 #           'NF_VPPIP4' and
6339 #           'IMIX' and
6340 #           '4T2C' and
6341 #           'NDRPDR'"
6342 #  parameters:
6343 #  - "throughput"
6344 #  - "name"
6345 #  - "tags"
6346 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6347 #  x-axis: "X = VNFs per Service Chain"
6348 #  y-axis: "Y = Number of Service Chains"
6349 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6350 #  layout:
6351 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6352 #    layout: "plot-service-density"
6353 #
6354 #- type: "plot"
6355 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6356 #  algorithm: "plot_nf_heatmap"
6357 #  output-file-type: ".html"
6358 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6359 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6360 #  filter: "'NIC_Intel-XXV710' and
6361 #           'NF_DENSITY' and
6362 #           'VHOST' and
6363 #           not 'VXLAN' and
6364 #           'CHAIN' and
6365 #           'NF_VPPIP4' and
6366 #           'IMIX' and
6367 #           '8T4C' and
6368 #           'NDRPDR'"
6369 #  parameters:
6370 #  - "throughput"
6371 #  - "name"
6372 #  - "tags"
6373 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6374 #  x-axis: "X = VNFs per Service Chain"
6375 #  y-axis: "Y = Number of Service Chains"
6376 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6377 #  layout:
6378 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6379 #    layout: "plot-service-density"
6380 #
6381 ################################################################################
6382 ## Plots - NF Density - VSC - MRR 64b
6383 #- type: "plot"
6384 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6385 #  algorithm: "plot_nf_heatmap"
6386 #  output-file-type: ".html"
6387 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6388 #  data: "plot-vpp-nfv-2n-skx-mrr"
6389 #  filter: "'NIC_Intel-XXV710' and
6390 #           'NF_DENSITY' and
6391 #           'VHOST' and
6392 #           'VXLAN' and
6393 #           'CHAIN' and
6394 #           '118' and
6395 #           '2T1C' and
6396 #           'MRR'"
6397 #  parameters:
6398 #  - "result"
6399 #  - "name"
6400 #  - "tags"
6401 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6402 #  x-axis: "X = VNFs per Service Chain"
6403 #  y-axis: "Y = Number of Service Chains"
6404 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6405 #  layout:
6406 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6407 #    layout: "plot-service-density"
6408 #
6409 #- type: "plot"
6410 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6411 #  algorithm: "plot_nf_heatmap"
6412 #  output-file-type: ".html"
6413 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6414 #  data: "plot-vpp-nfv-2n-skx-mrr"
6415 #  filter: "'NIC_Intel-XXV710' and
6416 #           'NF_DENSITY' and
6417 #           'VHOST' and
6418 #           'VXLAN' and
6419 #           'CHAIN' and
6420 #           '118' and
6421 #           '4T2C' and
6422 #           'MRR'"
6423 #  parameters:
6424 #  - "result"
6425 #  - "name"
6426 #  - "tags"
6427 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6428 #  x-axis: "X = VNFs per Service Chain"
6429 #  y-axis: "Y = Number of Service Chains"
6430 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6431 #  layout:
6432 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6433 #    layout: "plot-service-density"
6434 #
6435 #- type: "plot"
6436 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6437 #  algorithm: "plot_nf_heatmap"
6438 #  output-file-type: ".html"
6439 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6440 #  data: "plot-vpp-nfv-2n-skx-mrr"
6441 #  filter: "'NIC_Intel-XXV710' and
6442 #           'NF_DENSITY' and
6443 #           'VHOST' and
6444 #           'VXLAN' and
6445 #           'CHAIN' and
6446 #           '118' and
6447 #           '8T4C' and
6448 #           'MRR'"
6449 #  parameters:
6450 #  - "result"
6451 #  - "name"
6452 #  - "tags"
6453 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6454 #  x-axis: "X = VNFs per Service Chain"
6455 #  y-axis: "Y = Number of Service Chains"
6456 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6457 #  layout:
6458 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6459 #    layout: "plot-service-density"
6460 #
6461 ## Plots - NF Density - VSC - MRR IMIX
6462 #- type: "plot"
6463 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6464 #  algorithm: "plot_nf_heatmap"
6465 #  output-file-type: ".html"
6466 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6467 #  data: "plot-vpp-nfv-2n-skx-mrr"
6468 #  filter: "'NIC_Intel-XXV710' and
6469 #           'NF_DENSITY' and
6470 #           'VHOST' and
6471 #           'VXLAN' and
6472 #           'CHAIN' and
6473 #           'IMIX' and
6474 #           '2T1C' and
6475 #           'MRR'"
6476 #  parameters:
6477 #  - "result"
6478 #  - "name"
6479 #  - "tags"
6480 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6481 #  x-axis: "X = VNFs per Service Chain"
6482 #  y-axis: "Y = Number of Service Chains"
6483 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6484 #  layout:
6485 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6486 #    layout: "plot-service-density"
6487 #
6488 #- type: "plot"
6489 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6490 #  algorithm: "plot_nf_heatmap"
6491 #  output-file-type: ".html"
6492 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
6493 #  data: "plot-vpp-nfv-2n-skx-mrr"
6494 #  filter: "'NIC_Intel-XXV710' and
6495 #           'NF_DENSITY' and
6496 #           'VHOST' and
6497 #           'VXLAN' and
6498 #           'CHAIN' and
6499 #           'IMIX' and
6500 #           '4T2C' and
6501 #           'MRR'"
6502 #  parameters:
6503 #  - "result"
6504 #  - "name"
6505 #  - "tags"
6506 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6507 #  x-axis: "X = VNFs per Service Chain"
6508 #  y-axis: "Y = Number of Service Chains"
6509 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6510 #  layout:
6511 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6512 #    layout: "plot-service-density"
6513 #
6514 #- type: "plot"
6515 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6516 #  algorithm: "plot_nf_heatmap"
6517 #  output-file-type: ".html"
6518 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
6519 #  data: "plot-vpp-nfv-2n-skx-mrr"
6520 #  filter: "'NIC_Intel-XXV710' and
6521 #           'NF_DENSITY' and
6522 #           'VHOST' and
6523 #           'VXLAN' and
6524 #           'CHAIN' and
6525 #           'IMIX' and
6526 #           '8T4C' and
6527 #           'MRR'"
6528 #  parameters:
6529 #  - "result"
6530 #  - "name"
6531 #  - "tags"
6532 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6533 #  x-axis: "X = VNFs per Service Chain"
6534 #  y-axis: "Y = Number of Service Chains"
6535 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6536 #  layout:
6537 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6538 #    layout: "plot-service-density"
6539 #
6540 ## Plots - NF Density - VSC - NDR 64b
6541 #- type: "plot"
6542 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6543 #  algorithm: "plot_nf_heatmap"
6544 #  output-file-type: ".html"
6545 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
6546 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6547 #  filter: "'NIC_Intel-XXV710' and
6548 #           'NF_DENSITY' and
6549 #           'VHOST' and
6550 #           'VXLAN' and
6551 #           'CHAIN' and
6552 #           '118' and
6553 #           '2T1C' and
6554 #           'NDRPDR'"
6555 #  parameters:
6556 #  - "throughput"
6557 #  - "name"
6558 #  - "tags"
6559 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6560 #  x-axis: "X = VNFs per Service Chain"
6561 #  y-axis: "Y = Number of Service Chains"
6562 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6563 #  layout:
6564 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6565 #    layout: "plot-service-density"
6566 #
6567 #- type: "plot"
6568 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6569 #  algorithm: "plot_nf_heatmap"
6570 #  output-file-type: ".html"
6571 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
6572 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6573 #  filter: "'NIC_Intel-XXV710' and
6574 #           'NF_DENSITY' and
6575 #           'VHOST' and
6576 #           'VXLAN' and
6577 #           'CHAIN' and
6578 #           '118' and
6579 #           '4T2C' and
6580 #           'NDRPDR'"
6581 #  parameters:
6582 #  - "throughput"
6583 #  - "name"
6584 #  - "tags"
6585 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6586 #  x-axis: "X = VNFs per Service Chain"
6587 #  y-axis: "Y = Number of Service Chains"
6588 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6589 #  layout:
6590 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6591 #    layout: "plot-service-density"
6592 #
6593 #- type: "plot"
6594 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6595 #  algorithm: "plot_nf_heatmap"
6596 #  output-file-type: ".html"
6597 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
6598 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6599 #  filter: "'NIC_Intel-XXV710' and
6600 #           'NF_DENSITY' and
6601 #           'VHOST' and
6602 #           'VXLAN' and
6603 #           'CHAIN' and
6604 #           '118' and
6605 #           '8T4C' and
6606 #           'NDRPDR'"
6607 #  parameters:
6608 #  - "throughput"
6609 #  - "name"
6610 #  - "tags"
6611 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6612 #  x-axis: "X = VNFs per Service Chain"
6613 #  y-axis: "Y = Number of Service Chains"
6614 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6615 #  layout:
6616 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6617 #    layout: "plot-service-density"
6618 #
6619 ## Plots - NF Density - VSC - NDR IMIX
6620 #- type: "plot"
6621 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6622 #  algorithm: "plot_nf_heatmap"
6623 #  output-file-type: ".html"
6624 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
6625 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6626 #  filter: "'NIC_Intel-XXV710' and
6627 #           'NF_DENSITY' and
6628 #           'VHOST' and
6629 #           'VXLAN' and
6630 #           'CHAIN' and
6631 #           'IMIX' and
6632 #           '2T1C' and
6633 #           'NDRPDR'"
6634 #  parameters:
6635 #  - "throughput"
6636 #  - "name"
6637 #  - "tags"
6638 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6639 #  x-axis: "X = VNFs per Service Chain"
6640 #  y-axis: "Y = Number of Service Chains"
6641 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6642 #  layout:
6643 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6644 #    layout: "plot-service-density"
6645 #
6646 #- type: "plot"
6647 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6648 #  algorithm: "plot_nf_heatmap"
6649 #  output-file-type: ".html"
6650 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
6651 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6652 #  filter: "'NIC_Intel-XXV710' and
6653 #           'NF_DENSITY' and
6654 #           'VHOST' and
6655 #           'VXLAN' and
6656 #           'CHAIN' and
6657 #           'IMIX' and
6658 #           '4T2C' and
6659 #           'NDRPDR'"
6660 #  parameters:
6661 #  - "throughput"
6662 #  - "name"
6663 #  - "tags"
6664 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6665 #  x-axis: "X = VNFs per Service Chain"
6666 #  y-axis: "Y = Number of Service Chains"
6667 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6668 #  layout:
6669 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6670 #    layout: "plot-service-density"
6671 #
6672 #- type: "plot"
6673 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6674 #  algorithm: "plot_nf_heatmap"
6675 #  output-file-type: ".html"
6676 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
6677 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6678 #  filter: "'NIC_Intel-XXV710' and
6679 #           'NF_DENSITY' and
6680 #           'VHOST' and
6681 #           'VXLAN' and
6682 #           'CHAIN' and
6683 #           'IMIX' and
6684 #           '8T4C' and
6685 #           'NDRPDR'"
6686 #  parameters:
6687 #  - "throughput"
6688 #  - "name"
6689 #  - "tags"
6690 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6691 #  x-axis: "X = VNFs per Service Chain"
6692 #  y-axis: "Y = Number of Service Chains"
6693 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6694 #  layout:
6695 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6696 #    layout: "plot-service-density"
6697 #
6698 ## Plots - NF Density - VSC - PDR 64b
6699 #- type: "plot"
6700 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6701 #  algorithm: "plot_nf_heatmap"
6702 #  output-file-type: ".html"
6703 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
6704 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6705 #  filter: "'NIC_Intel-XXV710' and
6706 #           'NF_DENSITY' and
6707 #           'VHOST' and
6708 #           'VXLAN' and
6709 #           'CHAIN' and
6710 #           '118' and
6711 #           '2T1C' and
6712 #           'NDRPDR'"
6713 #  parameters:
6714 #  - "throughput"
6715 #  - "name"
6716 #  - "tags"
6717 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6718 #  x-axis: "X = VNFs per Service Chain"
6719 #  y-axis: "Y = Number of Service Chains"
6720 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6721 #  layout:
6722 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6723 #    layout: "plot-service-density"
6724 #
6725 #- type: "plot"
6726 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6727 #  algorithm: "plot_nf_heatmap"
6728 #  output-file-type: ".html"
6729 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
6730 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6731 #  filter: "'NIC_Intel-XXV710' and
6732 #           'NF_DENSITY' and
6733 #           'VHOST' and
6734 #           'VXLAN' and
6735 #           'CHAIN' and
6736 #           '118' and
6737 #           '4T2C' and
6738 #           'NDRPDR'"
6739 #  parameters:
6740 #  - "throughput"
6741 #  - "name"
6742 #  - "tags"
6743 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6744 #  x-axis: "X = VNFs per Service Chain"
6745 #  y-axis: "Y = Number of Service Chains"
6746 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6747 #  layout:
6748 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6749 #    layout: "plot-service-density"
6750 #
6751 #- type: "plot"
6752 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6753 #  algorithm: "plot_nf_heatmap"
6754 #  output-file-type: ".html"
6755 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
6756 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6757 #  filter: "'NIC_Intel-XXV710' and
6758 #           'NF_DENSITY' and
6759 #           'VHOST' and
6760 #           'VXLAN' and
6761 #           'CHAIN' and
6762 #           '118' and
6763 #           '8T4C' and
6764 #           'NDRPDR'"
6765 #  parameters:
6766 #  - "throughput"
6767 #  - "name"
6768 #  - "tags"
6769 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6770 #  x-axis: "X = VNFs per Service Chain"
6771 #  y-axis: "Y = Number of Service Chains"
6772 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6773 #  layout:
6774 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6775 #    layout: "plot-service-density"
6776 #
6777 ## Plots - NF Density - VSC - PDR IMIX
6778 #- type: "plot"
6779 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6780 #  algorithm: "plot_nf_heatmap"
6781 #  output-file-type: ".html"
6782 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
6783 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6784 #  filter: "'NIC_Intel-XXV710' and
6785 #           'NF_DENSITY' and
6786 #           'VHOST' and
6787 #           'VXLAN' and
6788 #           'CHAIN' and
6789 #           'IMIX' and
6790 #           '2T1C' and
6791 #           'NDRPDR'"
6792 #  parameters:
6793 #  - "throughput"
6794 #  - "name"
6795 #  - "tags"
6796 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6797 #  x-axis: "X = VNFs per Service Chain"
6798 #  y-axis: "Y = Number of Service Chains"
6799 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6800 #  layout:
6801 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6802 #    layout: "plot-service-density"
6803 #
6804 #- type: "plot"
6805 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6806 #  algorithm: "plot_nf_heatmap"
6807 #  output-file-type: ".html"
6808 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
6809 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6810 #  filter: "'NIC_Intel-XXV710' and
6811 #           'NF_DENSITY' and
6812 #           'VHOST' and
6813 #           'VXLAN' and
6814 #           'CHAIN' and
6815 #           'IMIX' and
6816 #           '4T2C' and
6817 #           'NDRPDR'"
6818 #  parameters:
6819 #  - "throughput"
6820 #  - "name"
6821 #  - "tags"
6822 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6823 #  x-axis: "X = VNFs per Service Chain"
6824 #  y-axis: "Y = Number of Service Chains"
6825 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6826 #  layout:
6827 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6828 #    layout: "plot-service-density"
6829 #
6830 #- type: "plot"
6831 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6832 #  algorithm: "plot_nf_heatmap"
6833 #  output-file-type: ".html"
6834 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
6835 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6836 #  filter: "'NIC_Intel-XXV710' and
6837 #           'NF_DENSITY' and
6838 #           'VHOST' and
6839 #           'VXLAN' and
6840 #           'CHAIN' and
6841 #           'IMIX' and
6842 #           '8T4C' and
6843 #           'NDRPDR'"
6844 #  parameters:
6845 #  - "throughput"
6846 #  - "name"
6847 #  - "tags"
6848 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6849 #  x-axis: "X = VNFs per Service Chain"
6850 #  y-axis: "Y = Number of Service Chains"
6851 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6852 #  layout:
6853 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6854 #    layout: "plot-service-density"
6855 #
6856 ################################################################################
6857 ## Plots - NF Density - CSC - MRR 64b
6858 #- type: "plot"
6859 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6860 #  algorithm: "plot_nf_heatmap"
6861 #  output-file-type: ".html"
6862 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
6863 #  data: "plot-vpp-nfv-2n-skx-mrr"
6864 #  filter: "'NIC_Intel-XXV710' and
6865 #           'NF_DENSITY' and
6866 #           'DOCKER' and
6867 #           'CHAIN' and
6868 #           'NF_VPPIP4' and
6869 #           '64B' and
6870 #           '2T1C' and
6871 #           'MRR'"
6872 #  parameters:
6873 #  - "result"
6874 #  - "name"
6875 #  - "tags"
6876 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6877 #  x-axis: "X = CNFs per Service Chain"
6878 #  y-axis: "Y = Number of Service Chains"
6879 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6880 #  layout:
6881 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6882 #    layout: "plot-service-density"
6883 #
6884 #- type: "plot"
6885 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6886 #  algorithm: "plot_nf_heatmap"
6887 #  output-file-type: ".html"
6888 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
6889 #  data: "plot-vpp-nfv-2n-skx-mrr"
6890 #  filter: "'NIC_Intel-XXV710' and
6891 #           'NF_DENSITY' and
6892 #           'DOCKER' and
6893 #           'CHAIN' and
6894 #           'NF_VPPIP4' and
6895 #           '64B' and
6896 #           '4T2C' and
6897 #           'MRR'"
6898 #  parameters:
6899 #  - "result"
6900 #  - "name"
6901 #  - "tags"
6902 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6903 #  x-axis: "X = CNFs per Service Chain"
6904 #  y-axis: "Y = Number of Service Chains"
6905 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6906 #  layout:
6907 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6908 #    layout: "plot-service-density"
6909 #
6910 #- type: "plot"
6911 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6912 #  algorithm: "plot_nf_heatmap"
6913 #  output-file-type: ".html"
6914 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
6915 #  data: "plot-vpp-nfv-2n-skx-mrr"
6916 #  filter: "'NIC_Intel-XXV710' and
6917 #           'NF_DENSITY' and
6918 #           'DOCKER' and
6919 #           'CHAIN' and
6920 #           'NF_VPPIP4' and
6921 #           '64B' and
6922 #           '8T4C' and
6923 #           'MRR'"
6924 #  parameters:
6925 #  - "result"
6926 #  - "name"
6927 #  - "tags"
6928 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6929 #  x-axis: "X = CNFs per Service Chain"
6930 #  y-axis: "Y = Number of Service Chains"
6931 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6932 #  layout:
6933 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6934 #    layout: "plot-service-density"
6935 #
6936 ## Plots - NF Density - CSC - MRR IMIX
6937 #- type: "plot"
6938 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6939 #  algorithm: "plot_nf_heatmap"
6940 #  output-file-type: ".html"
6941 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
6942 #  data: "plot-vpp-nfv-2n-skx-mrr"
6943 #  filter: "'NIC_Intel-XXV710' and
6944 #           'NF_DENSITY' and
6945 #           'DOCKER' and
6946 #           'CHAIN' and
6947 #           'NF_VPPIP4' and
6948 #           'IMIX' and
6949 #           '2T1C' and
6950 #           'MRR'"
6951 #  parameters:
6952 #  - "result"
6953 #  - "name"
6954 #  - "tags"
6955 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6956 #  x-axis: "X = CNFs per Service Chain"
6957 #  y-axis: "Y = Number of Service Chains"
6958 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6959 #  layout:
6960 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6961 #    layout: "plot-service-density"
6962 #
6963 #- type: "plot"
6964 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6965 #  algorithm: "plot_nf_heatmap"
6966 #  output-file-type: ".html"
6967 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
6968 #  data: "plot-vpp-nfv-2n-skx-mrr"
6969 #  filter: "'NIC_Intel-XXV710' and
6970 #           'NF_DENSITY' and
6971 #           'DOCKER' and
6972 #           'CHAIN' and
6973 #           'NF_VPPIP4' and
6974 #           'IMIX' and
6975 #           '4T2C' and
6976 #           'MRR'"
6977 #  parameters:
6978 #  - "result"
6979 #  - "name"
6980 #  - "tags"
6981 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6982 #  x-axis: "X = CNFs per Service Chain"
6983 #  y-axis: "Y = Number of Service Chains"
6984 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6985 #  layout:
6986 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6987 #    layout: "plot-service-density"
6988 #
6989 #- type: "plot"
6990 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6991 #  algorithm: "plot_nf_heatmap"
6992 #  output-file-type: ".html"
6993 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
6994 #  data: "plot-vpp-nfv-2n-skx-mrr"
6995 #  filter: "'NIC_Intel-XXV710' and
6996 #           'NF_DENSITY' and
6997 #           'DOCKER' and
6998 #           'CHAIN' and
6999 #           'NF_VPPIP4' and
7000 #           'IMIX' and
7001 #           '8T4C' and
7002 #           'MRR'"
7003 #  parameters:
7004 #  - "result"
7005 #  - "name"
7006 #  - "tags"
7007 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7008 #  x-axis: "X = CNFs per Service Chain"
7009 #  y-axis: "Y = Number of Service Chains"
7010 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7011 #  layout:
7012 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7013 #    layout: "plot-service-density"
7014 #
7015 ## Plots - NF Density - CSC - NDR 64b
7016 #- type: "plot"
7017 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7018 #  algorithm: "plot_nf_heatmap"
7019 #  output-file-type: ".html"
7020 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7021 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7022 #  filter: "'NIC_Intel-XXV710' and
7023 #           'NF_DENSITY' and
7024 #           'DOCKER' and
7025 #           'CHAIN' and
7026 #           'NF_VPPIP4' and
7027 #           '64B' and
7028 #           '2T1C' and
7029 #           'NDRPDR'"
7030 #  parameters:
7031 #  - "throughput"
7032 #  - "name"
7033 #  - "tags"
7034 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7035 #  x-axis: "X = CNFs per Service Chain"
7036 #  y-axis: "Y = Number of Service Chains"
7037 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7038 #  layout:
7039 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7040 #    layout: "plot-service-density"
7041 #
7042 #- type: "plot"
7043 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7044 #  algorithm: "plot_nf_heatmap"
7045 #  output-file-type: ".html"
7046 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7047 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7048 #  filter: "'NIC_Intel-XXV710' and
7049 #           'NF_DENSITY' and
7050 #           'DOCKER' and
7051 #           'CHAIN' and
7052 #           'NF_VPPIP4' and
7053 #           '64B' and
7054 #           '4T2C' and
7055 #           'NDRPDR'"
7056 #  parameters:
7057 #  - "throughput"
7058 #  - "name"
7059 #  - "tags"
7060 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7061 #  x-axis: "X = CNFs per Service Chain"
7062 #  y-axis: "Y = Number of Service Chains"
7063 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7064 #  layout:
7065 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7066 #    layout: "plot-service-density"
7067 #
7068 #- type: "plot"
7069 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7070 #  algorithm: "plot_nf_heatmap"
7071 #  output-file-type: ".html"
7072 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7073 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7074 #  filter: "'NIC_Intel-XXV710' and
7075 #           'NF_DENSITY' and
7076 #           'DOCKER' and
7077 #           'CHAIN' and
7078 #           'NF_VPPIP4' and
7079 #           '64B' and
7080 #           '8T4C' and
7081 #           'NDRPDR'"
7082 #  parameters:
7083 #  - "throughput"
7084 #  - "name"
7085 #  - "tags"
7086 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7087 #  x-axis: "X = CNFs per Service Chain"
7088 #  y-axis: "Y = Number of Service Chains"
7089 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7090 #  layout:
7091 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7092 #    layout: "plot-service-density"
7093 #
7094 ## Plots - NF Density - CSC - NDR IMIX
7095 #- type: "plot"
7096 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7097 #  algorithm: "plot_nf_heatmap"
7098 #  output-file-type: ".html"
7099 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7100 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7101 #  filter: "'NIC_Intel-XXV710' and
7102 #           'NF_DENSITY' and
7103 #           'DOCKER' and
7104 #           'CHAIN' and
7105 #           'NF_VPPIP4' and
7106 #           'IMIX' and
7107 #           '2T1C' and
7108 #           'NDRPDR'"
7109 #  parameters:
7110 #  - "throughput"
7111 #  - "name"
7112 #  - "tags"
7113 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7114 #  x-axis: "X = CNFs per Service Chain"
7115 #  y-axis: "Y = Number of Service Chains"
7116 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7117 #  layout:
7118 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7119 #    layout: "plot-service-density"
7120 #
7121 #- type: "plot"
7122 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7123 #  algorithm: "plot_nf_heatmap"
7124 #  output-file-type: ".html"
7125 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7126 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7127 #  filter: "'NIC_Intel-XXV710' and
7128 #           'NF_DENSITY' and
7129 #           'DOCKER' and
7130 #           'CHAIN' and
7131 #           'NF_VPPIP4' and
7132 #           'IMIX' and
7133 #           '4T2C' and
7134 #           'NDRPDR'"
7135 #  parameters:
7136 #  - "throughput"
7137 #  - "name"
7138 #  - "tags"
7139 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7140 #  x-axis: "X = CNFs per Service Chain"
7141 #  y-axis: "Y = Number of Service Chains"
7142 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7143 #  layout:
7144 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7145 #    layout: "plot-service-density"
7146 #
7147 #- type: "plot"
7148 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7149 #  algorithm: "plot_nf_heatmap"
7150 #  output-file-type: ".html"
7151 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7152 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7153 #  filter: "'NIC_Intel-XXV710' and
7154 #           'NF_DENSITY' and
7155 #           'DOCKER' and
7156 #           'CHAIN' and
7157 #           'NF_VPPIP4' and
7158 #           'IMIX' and
7159 #           '8T4C' and
7160 #           'NDRPDR'"
7161 #  parameters:
7162 #  - "throughput"
7163 #  - "name"
7164 #  - "tags"
7165 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7166 #  x-axis: "X = CNFs per Service Chain"
7167 #  y-axis: "Y = Number of Service Chains"
7168 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7169 #  layout:
7170 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7171 #    layout: "plot-service-density"
7172 #
7173 ## Plots - NF Density - CSC - PDR 64b
7174 #- type: "plot"
7175 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7176 #  algorithm: "plot_nf_heatmap"
7177 #  output-file-type: ".html"
7178 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7179 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7180 #  filter: "'NIC_Intel-XXV710' and
7181 #           'NF_DENSITY' and
7182 #           'DOCKER' and
7183 #           'CHAIN' and
7184 #           'NF_VPPIP4' and
7185 #           '64B' and
7186 #           '2T1C' and
7187 #           'NDRPDR'"
7188 #  parameters:
7189 #  - "throughput"
7190 #  - "name"
7191 #  - "tags"
7192 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7193 #  x-axis: "X = CNFs per Service Chain"
7194 #  y-axis: "Y = Number of Service Chains"
7195 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7196 #  layout:
7197 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7198 #    layout: "plot-service-density"
7199 #
7200 #- type: "plot"
7201 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7202 #  algorithm: "plot_nf_heatmap"
7203 #  output-file-type: ".html"
7204 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7205 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7206 #  filter: "'NIC_Intel-XXV710' and
7207 #           'NF_DENSITY' and
7208 #           'DOCKER' and
7209 #           'CHAIN' and
7210 #           'NF_VPPIP4' and
7211 #           '64B' and
7212 #           '4T2C' and
7213 #           'NDRPDR'"
7214 #  parameters:
7215 #  - "throughput"
7216 #  - "name"
7217 #  - "tags"
7218 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7219 #  x-axis: "X = CNFs per Service Chain"
7220 #  y-axis: "Y = Number of Service Chains"
7221 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7222 #  layout:
7223 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7224 #    layout: "plot-service-density"
7225 #
7226 #- type: "plot"
7227 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7228 #  algorithm: "plot_nf_heatmap"
7229 #  output-file-type: ".html"
7230 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7231 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7232 #  filter: "'NIC_Intel-XXV710' and
7233 #           'NF_DENSITY' and
7234 #           'DOCKER' and
7235 #           'CHAIN' and
7236 #           'NF_VPPIP4' and
7237 #           '64B' and
7238 #           '8T4C' and
7239 #           'NDRPDR'"
7240 #  parameters:
7241 #  - "throughput"
7242 #  - "name"
7243 #  - "tags"
7244 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7245 #  x-axis: "X = CNFs per Service Chain"
7246 #  y-axis: "Y = Number of Service Chains"
7247 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7248 #  layout:
7249 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7250 #    layout: "plot-service-density"
7251 #
7252 ## Plots - NF Density - CSC - PDR IMIX
7253 #- type: "plot"
7254 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7255 #  algorithm: "plot_nf_heatmap"
7256 #  output-file-type: ".html"
7257 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7258 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7259 #  filter: "'NIC_Intel-XXV710' and
7260 #           'NF_DENSITY' and
7261 #           'DOCKER' and
7262 #           'CHAIN' and
7263 #           'NF_VPPIP4' and
7264 #           'IMIX' and
7265 #           '2T1C' and
7266 #           'NDRPDR'"
7267 #  parameters:
7268 #  - "throughput"
7269 #  - "name"
7270 #  - "tags"
7271 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7272 #  x-axis: "X = CNFs per Service Chain"
7273 #  y-axis: "Y = Number of Service Chains"
7274 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7275 #  layout:
7276 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7277 #    layout: "plot-service-density"
7278 #
7279 #- type: "plot"
7280 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7281 #  algorithm: "plot_nf_heatmap"
7282 #  output-file-type: ".html"
7283 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7284 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7285 #  filter: "'NIC_Intel-XXV710' and
7286 #           'NF_DENSITY' and
7287 #           'DOCKER' and
7288 #           'CHAIN' and
7289 #           'NF_VPPIP4' and
7290 #           'IMIX' and
7291 #           '4T2C' and
7292 #           'NDRPDR'"
7293 #  parameters:
7294 #  - "throughput"
7295 #  - "name"
7296 #  - "tags"
7297 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7298 #  x-axis: "X = CNFs per Service Chain"
7299 #  y-axis: "Y = Number of Service Chains"
7300 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7301 #  layout:
7302 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7303 #    layout: "plot-service-density"
7304 #
7305 #- type: "plot"
7306 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7307 #  algorithm: "plot_nf_heatmap"
7308 #  output-file-type: ".html"
7309 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7310 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7311 #  filter: "'NIC_Intel-XXV710' and
7312 #           'NF_DENSITY' and
7313 #           'DOCKER' and
7314 #           'CHAIN' and
7315 #           'NF_VPPIP4' and
7316 #           'IMIX' and
7317 #           '8T4C' and
7318 #           'NDRPDR'"
7319 #  parameters:
7320 #  - "throughput"
7321 #  - "name"
7322 #  - "tags"
7323 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7324 #  x-axis: "X = CNFs per Service Chain"
7325 #  y-axis: "Y = Number of Service Chains"
7326 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7327 #  layout:
7328 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7329 #    layout: "plot-service-density"
7330 #
7331 ################################################################################
7332 #
7333 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7334 #- type: "plot"
7335 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7336 #  algorithm: "plot_nf_heatmap"
7337 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7338 #  data: "plot-vpp-nfv-3n-skx-mrr"
7339 #  filter: "'NIC_Intel-XXV710' and
7340 #           'NF_DENSITY' and
7341 #           'DOCKER' and
7342 #           'CHAIN' and
7343 #           'NF_VPPIP4' and
7344 #           'IPSEC' and
7345 #           'TNL_4' and
7346 #           'IMIX' and
7347 #           '2T1C' and
7348 #           'MRR'"
7349 #  parameters:
7350 #  - "result"
7351 #  - "name"
7352 #  - "tags"
7353 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7354 #  x-axis: "X = CNFs per Service Chain"
7355 #  y-axis: "Y = Number of Service Chains"
7356 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7357 #  layout:
7358 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7359 #    layout: "plot-service-density"
7360 #
7361 #- type: "plot"
7362 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7363 #  algorithm: "plot_nf_heatmap"
7364 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7365 #  data: "plot-vpp-nfv-3n-skx-mrr"
7366 #  filter: "'NIC_Intel-XXV710' and
7367 #           'NF_DENSITY' and
7368 #           'DOCKER' and
7369 #           'CHAIN' and
7370 #           'NF_VPPIP4' and
7371 #           'IPSEC' and
7372 #           'TNL_4' and
7373 #           'IMIX' and
7374 #           '4T2C' and
7375 #           'MRR'"
7376 #  parameters:
7377 #  - "result"
7378 #  - "name"
7379 #  - "tags"
7380 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7381 #  x-axis: "X = CNFs per Service Chain"
7382 #  y-axis: "Y = Number of Service Chains"
7383 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7384 #  layout:
7385 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7386 #    layout: "plot-service-density"
7387 #
7388 #- type: "plot"
7389 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7390 #  algorithm: "plot_nf_heatmap"
7391 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7392 #  data: "plot-vpp-nfv-3n-skx-mrr"
7393 #  filter: "'NIC_Intel-XXV710' and
7394 #           'NF_DENSITY' and
7395 #           'DOCKER' and
7396 #           'CHAIN' and
7397 #           'NF_VPPIP4' and
7398 #           'IPSEC' and
7399 #           'TNL_4' and
7400 #           'IMIX' and
7401 #           '8T4C' and
7402 #           'MRR'"
7403 #  parameters:
7404 #  - "result"
7405 #  - "name"
7406 #  - "tags"
7407 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7408 #  x-axis: "X = CNFs per Service Chain"
7409 #  y-axis: "Y = Number of Service Chains"
7410 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7411 #  layout:
7412 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7413 #    layout: "plot-service-density"
7414 #
7415 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7416 #- type: "plot"
7417 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7418 #  algorithm: "plot_nf_heatmap"
7419 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7420 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7421 #  filter: "'NIC_Intel-XXV710' and
7422 #           'NF_DENSITY' and
7423 #           'DOCKER' and
7424 #           'CHAIN' and
7425 #           'NF_VPPIP4' and
7426 #           'IPSEC' and
7427 #           'TNL_4' and
7428 #           'IMIX' and
7429 #           '2T1C' and
7430 #           'NDRPDR'"
7431 #  parameters:
7432 #  - "throughput"
7433 #  - "name"
7434 #  - "tags"
7435 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7436 #  x-axis: "X = CNFs per Service Chain"
7437 #  y-axis: "Y = Number of Service Chains"
7438 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7439 #  layout:
7440 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7441 #    layout: "plot-service-density"
7442 #
7443 #- type: "plot"
7444 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7445 #  algorithm: "plot_nf_heatmap"
7446 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7447 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7448 #  filter: "'NIC_Intel-XXV710' and
7449 #           'NF_DENSITY' and
7450 #           'DOCKER' and
7451 #           'CHAIN' and
7452 #           'NF_VPPIP4' and
7453 #           'IPSEC' and
7454 #           'TNL_4' and
7455 #           'IMIX' and
7456 #           '4T2C' and
7457 #           'NDRPDR'"
7458 #  parameters:
7459 #  - "throughput"
7460 #  - "name"
7461 #  - "tags"
7462 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7463 #  x-axis: "X = CNFs per Service Chain"
7464 #  y-axis: "Y = Number of Service Chains"
7465 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7466 #  layout:
7467 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7468 #    layout: "plot-service-density"
7469 #
7470 #- type: "plot"
7471 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7472 #  algorithm: "plot_nf_heatmap"
7473 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7474 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7475 #  filter: "'NIC_Intel-XXV710' and
7476 #           'NF_DENSITY' and
7477 #           'DOCKER' and
7478 #           'CHAIN' and
7479 #           'NF_VPPIP4' and
7480 #           'IPSEC' and
7481 #           'TNL_4' and
7482 #           'IMIX' and
7483 #           '8T4C' and
7484 #           'NDRPDR'"
7485 #  parameters:
7486 #  - "throughput"
7487 #  - "name"
7488 #  - "tags"
7489 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7490 #  x-axis: "X = CNFs per Service Chain"
7491 #  y-axis: "Y = Number of Service Chains"
7492 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7493 #  layout:
7494 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7495 #    layout: "plot-service-density"
7496 #
7497 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7498 #- type: "plot"
7499 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7500 #  algorithm: "plot_nf_heatmap"
7501 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7502 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7503 #  filter: "'NIC_Intel-XXV710' and
7504 #           'NF_DENSITY' and
7505 #           'DOCKER' and
7506 #           'CHAIN' and
7507 #           'NF_VPPIP4' and
7508 #           'IPSEC' and
7509 #           'TNL_4' and
7510 #           'IMIX' and
7511 #           '2T1C' and
7512 #           'NDRPDR'"
7513 #  parameters:
7514 #  - "throughput"
7515 #  - "name"
7516 #  - "tags"
7517 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7518 #  x-axis: "X = CNFs per Service Chain"
7519 #  y-axis: "Y = Number of Service Chains"
7520 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7521 #  layout:
7522 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7523 #    layout: "plot-service-density"
7524 #
7525 #- type: "plot"
7526 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7527 #  algorithm: "plot_nf_heatmap"
7528 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7529 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7530 #  filter: "'NIC_Intel-XXV710' and
7531 #           'NF_DENSITY' and
7532 #           'DOCKER' and
7533 #           'CHAIN' and
7534 #           'NF_VPPIP4' and
7535 #           'IPSEC' and
7536 #           'TNL_4' and
7537 #           'IMIX' and
7538 #           '4T2C' and
7539 #           'NDRPDR'"
7540 #  parameters:
7541 #  - "throughput"
7542 #  - "name"
7543 #  - "tags"
7544 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7545 #  x-axis: "X = CNFs per Service Chain"
7546 #  y-axis: "Y = Number of Service Chains"
7547 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7548 #  layout:
7549 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7550 #    layout: "plot-service-density"
7551 #
7552 #- type: "plot"
7553 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7554 #  algorithm: "plot_nf_heatmap"
7555 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
7556 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7557 #  filter: "'NIC_Intel-XXV710' and
7558 #           'NF_DENSITY' and
7559 #           'DOCKER' and
7560 #           'CHAIN' and
7561 #           'NF_VPPIP4' and
7562 #           'IPSEC' and
7563 #           'TNL_4' and
7564 #           'IMIX' and
7565 #           '8T4C' and
7566 #           'NDRPDR'"
7567 #  parameters:
7568 #  - "throughput"
7569 #  - "name"
7570 #  - "tags"
7571 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7572 #  x-axis: "X = CNFs per Service Chain"
7573 #  y-axis: "Y = Number of Service Chains"
7574 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7575 #  layout:
7576 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7577 #    layout: "plot-service-density"
7578
7579 ###############################################################################
7580
7581 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7582 - type: "plot"
7583   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7584   algorithm: "plot_nf_heatmap"
7585   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
7586   data: "plot-vpp-nfv-3n-hsw-mrr"
7587   filter: "'NIC_Intel-XL710' and
7588            'NF_DENSITY' and
7589            'DOCKER' and
7590            'CHAIN' and
7591            'NF_VPPIP4' and
7592            'IMIX' and
7593            'TNL_4' and
7594            '1T1C' and
7595            'MRR'"
7596   parameters:
7597   - "result"
7598   - "name"
7599   - "tags"
7600   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7601   x-axis: "X = CNFs per Service Chain"
7602   y-axis: "Y = Number of Service Chains"
7603   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7604   layout:
7605     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7606     layout: "plot-service-density"
7607
7608 - type: "plot"
7609   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7610   algorithm: "plot_nf_heatmap"
7611   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
7612   data: "plot-vpp-nfv-3n-hsw-mrr"
7613   filter: "'NIC_Intel-XL710' and
7614            'NF_DENSITY' and
7615            'DOCKER' and
7616            'CHAIN' and
7617            'NF_VPPIP4' and
7618            'IPSEC' and
7619            'TNL_4' and
7620            'IMIX' and
7621            '2T2C' and
7622            'MRR'"
7623   parameters:
7624   - "result"
7625   - "name"
7626   - "tags"
7627   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7628   x-axis: "X = CNFs per Service Chain"
7629   y-axis: "Y = Number of Service Chains"
7630   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7631   layout:
7632     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7633     layout: "plot-service-density"
7634
7635 - type: "plot"
7636   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7637   algorithm: "plot_nf_heatmap"
7638   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
7639   data: "plot-vpp-nfv-3n-hsw-mrr"
7640   filter: "'NIC_Intel-XL710' and
7641            'NF_DENSITY' and
7642            'DOCKER' and
7643            'CHAIN' and
7644            'NF_VPPIP4' and
7645            'IPSEC' and
7646            'TNL_4' and
7647            'IMIX' and
7648            '4T4C' and
7649            'MRR'"
7650   parameters:
7651   - "result"
7652   - "name"
7653   - "tags"
7654   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7655   x-axis: "X = CNFs per Service Chain"
7656   y-axis: "Y = Number of Service Chains"
7657   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7658   layout:
7659     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7660     layout: "plot-service-density"
7661
7662 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7663 - type: "plot"
7664   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7665   algorithm: "plot_nf_heatmap"
7666   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
7667   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7668   filter: "'NIC_Intel-XL710' and
7669            'NF_DENSITY' and
7670            'DOCKER' and
7671            'CHAIN' and
7672            'NF_VPPIP4' and
7673            'IPSEC' and
7674            'TNL_4' and
7675            'IMIX' and
7676            '1T1C' and
7677            'NDRPDR'"
7678   parameters:
7679   - "throughput"
7680   - "name"
7681   - "tags"
7682   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7683   x-axis: "X = CNFs per Service Chain"
7684   y-axis: "Y = Number of Service Chains"
7685   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7686   layout:
7687     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7688     layout: "plot-service-density"
7689
7690 - type: "plot"
7691   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7692   algorithm: "plot_nf_heatmap"
7693   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
7694   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7695   filter: "'NIC_Intel-XL710' and
7696            'NF_DENSITY' and
7697            'DOCKER' and
7698            'CHAIN' and
7699            'NF_VPPIP4' and
7700            'IPSEC' and
7701            'TNL_4' and
7702            'IMIX' and
7703            '2T2C' and
7704            'NDRPDR'"
7705   parameters:
7706   - "throughput"
7707   - "name"
7708   - "tags"
7709   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7710   x-axis: "X = CNFs per Service Chain"
7711   y-axis: "Y = Number of Service Chains"
7712   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7713   layout:
7714     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7715     layout: "plot-service-density"
7716
7717 - type: "plot"
7718   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7719   algorithm: "plot_nf_heatmap"
7720   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
7721   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7722   filter: "'NIC_Intel-XL710' and
7723            'NF_DENSITY' and
7724            'DOCKER' and
7725            'CHAIN' and
7726            'NF_VPPIP4' and
7727            'IPSEC' and
7728            'TNL_4' and
7729            'IMIX' and
7730            '4T4C' and
7731            'NDRPDR'"
7732   parameters:
7733   - "throughput"
7734   - "name"
7735   - "tags"
7736   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7737   x-axis: "X = CNFs per Service Chain"
7738   y-axis: "Y = Number of Service Chains"
7739   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7740   layout:
7741     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7742     layout: "plot-service-density"
7743
7744 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7745 - type: "plot"
7746   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7747   algorithm: "plot_nf_heatmap"
7748   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
7749   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7750   filter: "'NIC_Intel-XL710' and
7751            'NF_DENSITY' and
7752            'DOCKER' and
7753            'CHAIN' and
7754            'NF_VPPIP4' and
7755            'IPSEC' and
7756            'TNL_4' and
7757            'IMIX' and
7758            '1T1C' and
7759            'NDRPDR'"
7760   parameters:
7761   - "throughput"
7762   - "name"
7763   - "tags"
7764   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7765   x-axis: "X = CNFs per Service Chain"
7766   y-axis: "Y = Number of Service Chains"
7767   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7768   layout:
7769     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7770     layout: "plot-service-density"
7771
7772 - type: "plot"
7773   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7774   algorithm: "plot_nf_heatmap"
7775   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
7776   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7777   filter: "'NIC_Intel-XL710' and
7778            'NF_DENSITY' and
7779            'DOCKER' and
7780            'CHAIN' and
7781            'NF_VPPIP4' and
7782            'IPSEC' and
7783            'TNL_4' and
7784            'IMIX' and
7785            '2T2C' and
7786            'NDRPDR'"
7787   parameters:
7788   - "throughput"
7789   - "name"
7790   - "tags"
7791   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7792   x-axis: "X = CNFs per Service Chain"
7793   y-axis: "Y = Number of Service Chains"
7794   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7795   layout:
7796     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7797     layout: "plot-service-density"
7798
7799 - type: "plot"
7800   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7801   algorithm: "plot_nf_heatmap"
7802   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
7803   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7804   filter: "'NIC_Intel-XL710' and
7805            'NF_DENSITY' and
7806            'DOCKER' and
7807            'CHAIN' and
7808            'NF_VPPIP4' and
7809            'IPSEC' and
7810            'TNL_4' and
7811            'IMIX' and
7812            '4T4C' and
7813            'NDRPDR'"
7814   parameters:
7815   - "throughput"
7816   - "name"
7817   - "tags"
7818   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7819   x-axis: "X = CNFs per Service Chain"
7820   y-axis: "Y = Number of Service Chains"
7821   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7822   layout:
7823     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7824     layout: "plot-service-density"
7825
7826 ###############################################################################
7827
7828 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
7829 #- type: "plot"
7830 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7831 #  algorithm: "plot_nf_heatmap"
7832 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
7833 #  data: "plot-vpp-nfv-3n-skx-mrr"
7834 #  filter: "'NIC_Intel-XXV710' and
7835 #           'NF_DENSITY' and
7836 #           'DOCKER' and
7837 #           'CHAIN' and
7838 #           'NF_VPPIP4' and
7839 #           'IPSEC' and
7840 #           'TNL_1000' and
7841 #           'IMIX' and
7842 #           '2T1C' and
7843 #           'MRR'"
7844 #  parameters:
7845 #  - "result"
7846 #  - "name"
7847 #  - "tags"
7848 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7849 #  x-axis: "X = CNFs per Service Chain"
7850 #  y-axis: "Y = Number of Service Chains"
7851 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7852 #  layout:
7853 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7854 #    layout: "plot-service-density"
7855 #
7856 #- type: "plot"
7857 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7858 #  algorithm: "plot_nf_heatmap"
7859 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
7860 #  data: "plot-vpp-nfv-3n-skx-mrr"
7861 #  filter: "'NIC_Intel-XXV710' and
7862 #           'NF_DENSITY' and
7863 #           'DOCKER' and
7864 #           'CHAIN' and
7865 #           'NF_VPPIP4' and
7866 #           'IPSEC' and
7867 #           'TNL_1000' and
7868 #           'IMIX' and
7869 #           '4T2C' and
7870 #           'MRR'"
7871 #  parameters:
7872 #  - "result"
7873 #  - "name"
7874 #  - "tags"
7875 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7876 #  x-axis: "X = CNFs per Service Chain"
7877 #  y-axis: "Y = Number of Service Chains"
7878 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7879 #  layout:
7880 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7881 #    layout: "plot-service-density"
7882 #
7883 #- type: "plot"
7884 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7885 #  algorithm: "plot_nf_heatmap"
7886 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
7887 #  data: "plot-vpp-nfv-3n-skx-mrr"
7888 #  filter: "'NIC_Intel-XXV710' and
7889 #           'NF_DENSITY' and
7890 #           'DOCKER' and
7891 #           'CHAIN' and
7892 #           'NF_VPPIP4' and
7893 #           'IPSEC' and
7894 #           'TNL_1000' and
7895 #           'IMIX' and
7896 #           '8T4C' and
7897 #           'MRR'"
7898 #  parameters:
7899 #  - "result"
7900 #  - "name"
7901 #  - "tags"
7902 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7903 #  x-axis: "X = CNFs per Service Chain"
7904 #  y-axis: "Y = Number of Service Chains"
7905 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7906 #  layout:
7907 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7908 #    layout: "plot-service-density"
7909 #
7910 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
7911 #- type: "plot"
7912 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7913 #  algorithm: "plot_nf_heatmap"
7914 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
7915 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7916 #  filter: "'NIC_Intel-XXV710' and
7917 #           'NF_DENSITY' and
7918 #           'DOCKER' and
7919 #           'CHAIN' and
7920 #           'NF_VPPIP4' and
7921 #           'IPSEC' and
7922 #           'TNL_1000' and
7923 #           'IMIX' and
7924 #           '2T1C' and
7925 #           'NDRPDR'"
7926 #  parameters:
7927 #  - "throughput"
7928 #  - "name"
7929 #  - "tags"
7930 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7931 #  x-axis: "X = CNFs per Service Chain"
7932 #  y-axis: "Y = Number of Service Chains"
7933 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7934 #  layout:
7935 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7936 #    layout: "plot-service-density"
7937 #
7938 #- type: "plot"
7939 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7940 #  algorithm: "plot_nf_heatmap"
7941 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
7942 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7943 #  filter: "'NIC_Intel-XXV710' and
7944 #           'NF_DENSITY' and
7945 #           'DOCKER' and
7946 #           'CHAIN' and
7947 #           'NF_VPPIP4' and
7948 #           'IPSEC' and
7949 #           'TNL_1000' and
7950 #           'IMIX' and
7951 #           '4T2C' and
7952 #           'NDRPDR'"
7953 #  parameters:
7954 #  - "throughput"
7955 #  - "name"
7956 #  - "tags"
7957 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7958 #  x-axis: "X = CNFs per Service Chain"
7959 #  y-axis: "Y = Number of Service Chains"
7960 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7961 #  layout:
7962 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7963 #    layout: "plot-service-density"
7964 #
7965 #- type: "plot"
7966 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7967 #  algorithm: "plot_nf_heatmap"
7968 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
7969 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7970 #  filter: "'NIC_Intel-XXV710' and
7971 #           'NF_DENSITY' and
7972 #           'DOCKER' and
7973 #           'CHAIN' and
7974 #           'NF_VPPIP4' and
7975 #           'IPSEC' and
7976 #           'TNL_1000' and
7977 #           'IMIX' and
7978 #           '8T4C' and
7979 #           'NDRPDR'"
7980 #  parameters:
7981 #  - "throughput"
7982 #  - "name"
7983 #  - "tags"
7984 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7985 #  x-axis: "X = CNFs per Service Chain"
7986 #  y-axis: "Y = Number of Service Chains"
7987 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7988 #  layout:
7989 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7990 #    layout: "plot-service-density"
7991 #
7992 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
7993 #- type: "plot"
7994 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
7995 #  algorithm: "plot_nf_heatmap"
7996 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
7997 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7998 #  filter: "'NIC_Intel-XXV710' and
7999 #           'NF_DENSITY' and
8000 #           'DOCKER' and
8001 #           'CHAIN' and
8002 #           'NF_VPPIP4' and
8003 #           'IPSEC' and
8004 #           'TNL_1000' and
8005 #           'IMIX' and
8006 #           '2T1C' and
8007 #           'NDRPDR'"
8008 #  parameters:
8009 #  - "throughput"
8010 #  - "name"
8011 #  - "tags"
8012 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8013 #  x-axis: "X = CNFs per Service Chain"
8014 #  y-axis: "Y = Number of Service Chains"
8015 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8016 #  layout:
8017 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8018 #    layout: "plot-service-density"
8019 #
8020 #- type: "plot"
8021 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8022 #  algorithm: "plot_nf_heatmap"
8023 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8024 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8025 #  filter: "'NIC_Intel-XXV710' and
8026 #           'NF_DENSITY' and
8027 #           'DOCKER' and
8028 #           'CHAIN' and
8029 #           'NF_VPPIP4' and
8030 #           'IPSEC' and
8031 #           'TNL_1000' and
8032 #           'IMIX' and
8033 #           '4T2C' and
8034 #           'NDRPDR'"
8035 #  parameters:
8036 #  - "throughput"
8037 #  - "name"
8038 #  - "tags"
8039 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8040 #  x-axis: "X = CNFs per Service Chain"
8041 #  y-axis: "Y = Number of Service Chains"
8042 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8043 #  layout:
8044 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8045 #    layout: "plot-service-density"
8046 #
8047 #- type: "plot"
8048 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8049 #  algorithm: "plot_nf_heatmap"
8050 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8051 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8052 #  filter: "'NIC_Intel-XXV710' and
8053 #           'NF_DENSITY' and
8054 #           'DOCKER' and
8055 #           'CHAIN' and
8056 #           'NF_VPPIP4' and
8057 #           'IPSEC' and
8058 #           'TNL_1000' and
8059 #           'IMIX' and
8060 #           '8T4C' and
8061 #           'NDRPDR'"
8062 #  parameters:
8063 #  - "throughput"
8064 #  - "name"
8065 #  - "tags"
8066 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8067 #  x-axis: "X = CNFs per Service Chain"
8068 #  y-axis: "Y = Number of Service Chains"
8069 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8070 #  layout:
8071 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8072 #    layout: "plot-service-density"
8073
8074 ###############################################################################
8075
8076 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8077 - type: "plot"
8078   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8079   algorithm: "plot_nf_heatmap"
8080   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8081   data: "plot-vpp-nfv-3n-hsw-mrr"
8082   filter: "'NIC_Intel-XL710' and
8083            'NF_DENSITY' and
8084            'DOCKER' and
8085            'CHAIN' and
8086            'NF_VPPIP4' and
8087            'IMIX' and
8088            'TNL_1000' and
8089            '1T1C' and
8090            'MRR'"
8091   parameters:
8092   - "result"
8093   - "name"
8094   - "tags"
8095   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8096   x-axis: "X = CNFs per Service Chain"
8097   y-axis: "Y = Number of Service Chains"
8098   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8099   layout:
8100     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8101     layout: "plot-service-density"
8102
8103 - type: "plot"
8104   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8105   algorithm: "plot_nf_heatmap"
8106   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8107   data: "plot-vpp-nfv-3n-hsw-mrr"
8108   filter: "'NIC_Intel-XL710' and
8109            'NF_DENSITY' and
8110            'DOCKER' and
8111            'CHAIN' and
8112            'NF_VPPIP4' and
8113            'IPSEC' and
8114            'TNL_1000' and
8115            'IMIX' and
8116            '2T2C' and
8117            'MRR'"
8118   parameters:
8119   - "result"
8120   - "name"
8121   - "tags"
8122   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8123   x-axis: "X = CNFs per Service Chain"
8124   y-axis: "Y = Number of Service Chains"
8125   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8126   layout:
8127     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8128     layout: "plot-service-density"
8129
8130 - type: "plot"
8131   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8132   algorithm: "plot_nf_heatmap"
8133   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8134   data: "plot-vpp-nfv-3n-hsw-mrr"
8135   filter: "'NIC_Intel-XL710' and
8136            'NF_DENSITY' and
8137            'DOCKER' and
8138            'CHAIN' and
8139            'NF_VPPIP4' and
8140            'IPSEC' and
8141            'TNL_1000' and
8142            'IMIX' and
8143            '4T4C' and
8144            'MRR'"
8145   parameters:
8146   - "result"
8147   - "name"
8148   - "tags"
8149   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8150   x-axis: "X = CNFs per Service Chain"
8151   y-axis: "Y = Number of Service Chains"
8152   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8153   layout:
8154     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8155     layout: "plot-service-density"
8156
8157 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8158 - type: "plot"
8159   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8160   algorithm: "plot_nf_heatmap"
8161   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8162   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8163   filter: "'NIC_Intel-XL710' and
8164            'NF_DENSITY' and
8165            'DOCKER' and
8166            'CHAIN' and
8167            'NF_VPPIP4' and
8168            'IPSEC' and
8169            'TNL_1000' and
8170            'IMIX' and
8171            '1T1C' and
8172            'NDRPDR'"
8173   parameters:
8174   - "throughput"
8175   - "name"
8176   - "tags"
8177   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8178   x-axis: "X = CNFs per Service Chain"
8179   y-axis: "Y = Number of Service Chains"
8180   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8181   layout:
8182     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8183     layout: "plot-service-density"
8184
8185 - type: "plot"
8186   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8187   algorithm: "plot_nf_heatmap"
8188   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8189   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8190   filter: "'NIC_Intel-XL710' and
8191            'NF_DENSITY' and
8192            'DOCKER' and
8193            'CHAIN' and
8194            'NF_VPPIP4' and
8195            'IPSEC' and
8196            'TNL_1000' and
8197            'IMIX' and
8198            '2T2C' and
8199            'NDRPDR'"
8200   parameters:
8201   - "throughput"
8202   - "name"
8203   - "tags"
8204   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8205   x-axis: "X = CNFs per Service Chain"
8206   y-axis: "Y = Number of Service Chains"
8207   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8208   layout:
8209     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8210     layout: "plot-service-density"
8211
8212 - type: "plot"
8213   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8214   algorithm: "plot_nf_heatmap"
8215   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8216   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8217   filter: "'NIC_Intel-XL710' and
8218            'NF_DENSITY' and
8219            'DOCKER' and
8220            'CHAIN' and
8221            'NF_VPPIP4' and
8222            'IPSEC' and
8223            'TNL_1000' and
8224            'IMIX' and
8225            '4T4C' and
8226            'NDRPDR'"
8227   parameters:
8228   - "throughput"
8229   - "name"
8230   - "tags"
8231   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8232   x-axis: "X = CNFs per Service Chain"
8233   y-axis: "Y = Number of Service Chains"
8234   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8235   layout:
8236     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8237     layout: "plot-service-density"
8238
8239 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8240 - type: "plot"
8241   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8242   algorithm: "plot_nf_heatmap"
8243   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8244   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8245   filter: "'NIC_Intel-XL710' and
8246            'NF_DENSITY' and
8247            'DOCKER' and
8248            'CHAIN' and
8249            'NF_VPPIP4' and
8250            'IPSEC' and
8251            'TNL_1000' and
8252            'IMIX' and
8253            '1T1C' and
8254            'NDRPDR'"
8255   parameters:
8256   - "throughput"
8257   - "name"
8258   - "tags"
8259   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8260   x-axis: "X = CNFs per Service Chain"
8261   y-axis: "Y = Number of Service Chains"
8262   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8263   layout:
8264     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8265     layout: "plot-service-density"
8266
8267 - type: "plot"
8268   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8269   algorithm: "plot_nf_heatmap"
8270   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8271   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8272   filter: "'NIC_Intel-XL710' and
8273            'NF_DENSITY' and
8274            'DOCKER' and
8275            'CHAIN' and
8276            'NF_VPPIP4' and
8277            'IPSEC' and
8278            'TNL_1000' and
8279            'IMIX' and
8280            '2T2C' and
8281            'NDRPDR'"
8282   parameters:
8283   - "throughput"
8284   - "name"
8285   - "tags"
8286   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8287   x-axis: "X = CNFs per Service Chain"
8288   y-axis: "Y = Number of Service Chains"
8289   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8290   layout:
8291     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8292     layout: "plot-service-density"
8293
8294 - type: "plot"
8295   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8296   algorithm: "plot_nf_heatmap"
8297   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8298   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8299   filter: "'NIC_Intel-XL710' and
8300            'NF_DENSITY' and
8301            'DOCKER' and
8302            'CHAIN' and
8303            'NF_VPPIP4' and
8304            'IPSEC' and
8305            'TNL_1000' and
8306            'IMIX' and
8307            '4T4C' and
8308            'NDRPDR'"
8309   parameters:
8310   - "throughput"
8311   - "name"
8312   - "tags"
8313   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8314   x-axis: "X = CNFs per Service Chain"
8315   y-axis: "Y = Number of Service Chains"
8316   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8317   layout:
8318     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8319     layout: "plot-service-density"
8320
8321 ###############################################################################
8322
8323 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8324 #- type: "plot"
8325 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8326 #  algorithm: "plot_nf_heatmap"
8327 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8328 #  data: "plot-vpp-nfv-3n-skx-mrr"
8329 #  filter: "'NIC_Intel-XXV710' and
8330 #           'NF_DENSITY' and
8331 #           'DOCKER' and
8332 #           'CHAIN' and
8333 #           'NF_VPPIP4' and
8334 #           'IPSEC' and
8335 #           'TNL_10000' and
8336 #           'IMIX' and
8337 #           '2T1C' and
8338 #           'MRR'"
8339 #  parameters:
8340 #  - "result"
8341 #  - "name"
8342 #  - "tags"
8343 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8344 #  x-axis: "X = CNFs per Service Chain"
8345 #  y-axis: "Y = Number of Service Chains"
8346 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8347 #  layout:
8348 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8349 #    layout: "plot-service-density"
8350 #
8351 #- type: "plot"
8352 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8353 #  algorithm: "plot_nf_heatmap"
8354 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8355 #  data: "plot-vpp-nfv-3n-skx-mrr"
8356 #  filter: "'NIC_Intel-XXV710' and
8357 #           'NF_DENSITY' and
8358 #           'DOCKER' and
8359 #           'CHAIN' and
8360 #           'NF_VPPIP4' and
8361 #           'IPSEC' and
8362 #           'TNL_10000' and
8363 #           'IMIX' and
8364 #           '4T2C' and
8365 #           'MRR'"
8366 #  parameters:
8367 #  - "result"
8368 #  - "name"
8369 #  - "tags"
8370 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8371 #  x-axis: "X = CNFs per Service Chain"
8372 #  y-axis: "Y = Number of Service Chains"
8373 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8374 #  layout:
8375 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8376 #    layout: "plot-service-density"
8377 #
8378 #- type: "plot"
8379 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8380 #  algorithm: "plot_nf_heatmap"
8381 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8382 #  data: "plot-vpp-nfv-3n-skx-mrr"
8383 #  filter: "'NIC_Intel-XXV710' and
8384 #           'NF_DENSITY' and
8385 #           'DOCKER' and
8386 #           'CHAIN' and
8387 #           'NF_VPPIP4' and
8388 #           'IPSEC' and
8389 #           'TNL_10000' and
8390 #           'IMIX' and
8391 #           '8T4C' and
8392 #           'MRR'"
8393 #  parameters:
8394 #  - "result"
8395 #  - "name"
8396 #  - "tags"
8397 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8398 #  x-axis: "X = CNFs per Service Chain"
8399 #  y-axis: "Y = Number of Service Chains"
8400 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8401 #  layout:
8402 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8403 #    layout: "plot-service-density"
8404 #
8405 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8406 #- type: "plot"
8407 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8408 #  algorithm: "plot_nf_heatmap"
8409 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8410 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8411 #  filter: "'NIC_Intel-XXV710' and
8412 #           'NF_DENSITY' and
8413 #           'DOCKER' and
8414 #           'CHAIN' and
8415 #           'NF_VPPIP4' and
8416 #           'IPSEC' and
8417 #           'TNL_10000' and
8418 #           'IMIX' and
8419 #           '2T1C' and
8420 #           'NDRPDR'"
8421 #  parameters:
8422 #  - "throughput"
8423 #  - "name"
8424 #  - "tags"
8425 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8426 #  x-axis: "X = CNFs per Service Chain"
8427 #  y-axis: "Y = Number of Service Chains"
8428 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8429 #  layout:
8430 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8431 #    layout: "plot-service-density"
8432 #
8433 #- type: "plot"
8434 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8435 #  algorithm: "plot_nf_heatmap"
8436 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8437 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8438 #  filter: "'NIC_Intel-XXV710' and
8439 #           'NF_DENSITY' and
8440 #           'DOCKER' and
8441 #           'CHAIN' and
8442 #           'NF_VPPIP4' and
8443 #           'IPSEC' and
8444 #           'TNL_10000' and
8445 #           'IMIX' and
8446 #           '4T2C' and
8447 #           'NDRPDR'"
8448 #  parameters:
8449 #  - "throughput"
8450 #  - "name"
8451 #  - "tags"
8452 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8453 #  x-axis: "X = CNFs per Service Chain"
8454 #  y-axis: "Y = Number of Service Chains"
8455 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8456 #  layout:
8457 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8458 #    layout: "plot-service-density"
8459 #
8460 #- type: "plot"
8461 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8462 #  algorithm: "plot_nf_heatmap"
8463 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8464 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8465 #  filter: "'NIC_Intel-XXV710' and
8466 #           'NF_DENSITY' and
8467 #           'DOCKER' and
8468 #           'CHAIN' and
8469 #           'NF_VPPIP4' and
8470 #           'IPSEC' and
8471 #           'TNL_10000' and
8472 #           'IMIX' and
8473 #           '8T4C' and
8474 #           'NDRPDR'"
8475 #  parameters:
8476 #  - "throughput"
8477 #  - "name"
8478 #  - "tags"
8479 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8480 #  x-axis: "X = CNFs per Service Chain"
8481 #  y-axis: "Y = Number of Service Chains"
8482 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8483 #  layout:
8484 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8485 #    layout: "plot-service-density"
8486 #
8487 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8488 #- type: "plot"
8489 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8490 #  algorithm: "plot_nf_heatmap"
8491 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8492 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8493 #  filter: "'NIC_Intel-XXV710' and
8494 #           'NF_DENSITY' and
8495 #           'DOCKER' and
8496 #           'CHAIN' and
8497 #           'NF_VPPIP4' and
8498 #           'IPSEC' and
8499 #           'TNL_10000' and
8500 #           'IMIX' and
8501 #           '2T1C' and
8502 #           'NDRPDR'"
8503 #  parameters:
8504 #  - "throughput"
8505 #  - "name"
8506 #  - "tags"
8507 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8508 #  x-axis: "X = CNFs per Service Chain"
8509 #  y-axis: "Y = Number of Service Chains"
8510 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8511 #  layout:
8512 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8513 #    layout: "plot-service-density"
8514 #
8515 #- type: "plot"
8516 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8517 #  algorithm: "plot_nf_heatmap"
8518 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8519 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8520 #  filter: "'NIC_Intel-XXV710' and
8521 #           'NF_DENSITY' and
8522 #           'DOCKER' and
8523 #           'CHAIN' and
8524 #           'NF_VPPIP4' and
8525 #           'IPSEC' and
8526 #           'TNL_10000' and
8527 #           'IMIX' and
8528 #           '4T2C' and
8529 #           'NDRPDR'"
8530 #  parameters:
8531 #  - "throughput"
8532 #  - "name"
8533 #  - "tags"
8534 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8535 #  x-axis: "X = CNFs per Service Chain"
8536 #  y-axis: "Y = Number of Service Chains"
8537 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8538 #  layout:
8539 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8540 #    layout: "plot-service-density"
8541 #
8542 #- type: "plot"
8543 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8544 #  algorithm: "plot_nf_heatmap"
8545 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
8546 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8547 #  filter: "'NIC_Intel-XXV710' and
8548 #           'NF_DENSITY' and
8549 #           'DOCKER' and
8550 #           'CHAIN' and
8551 #           'NF_VPPIP4' and
8552 #           'IPSEC' and
8553 #           'TNL_10000' and
8554 #           'IMIX' and
8555 #           '8T4C' and
8556 #           'NDRPDR'"
8557 #  parameters:
8558 #  - "throughput"
8559 #  - "name"
8560 #  - "tags"
8561 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8562 #  x-axis: "X = CNFs per Service Chain"
8563 #  y-axis: "Y = Number of Service Chains"
8564 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8565 #  layout:
8566 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8567 #    layout: "plot-service-density"
8568
8569 ###############################################################################
8570
8571 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8572 - type: "plot"
8573   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8574   algorithm: "plot_nf_heatmap"
8575   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
8576   data: "plot-vpp-nfv-3n-hsw-mrr"
8577   filter: "'NIC_Intel-XL710' and
8578            'NF_DENSITY' and
8579            'DOCKER' and
8580            'CHAIN' and
8581            'NF_VPPIP4' and
8582            'IMIX' and
8583            'TNL_10000' and
8584            '1T1C' and
8585            'MRR'"
8586   parameters:
8587   - "result"
8588   - "name"
8589   - "tags"
8590   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8591   x-axis: "X = CNFs per Service Chain"
8592   y-axis: "Y = Number of Service Chains"
8593   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8594   layout:
8595     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8596     layout: "plot-service-density"
8597
8598 - type: "plot"
8599   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8600   algorithm: "plot_nf_heatmap"
8601   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
8602   data: "plot-vpp-nfv-3n-hsw-mrr"
8603   filter: "'NIC_Intel-XL710' and
8604            'NF_DENSITY' and
8605            'DOCKER' and
8606            'CHAIN' and
8607            'NF_VPPIP4' and
8608            'IPSEC' and
8609            'TNL_10000' and
8610            'IMIX' and
8611            '2T2C' and
8612            'MRR'"
8613   parameters:
8614   - "result"
8615   - "name"
8616   - "tags"
8617   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8618   x-axis: "X = CNFs per Service Chain"
8619   y-axis: "Y = Number of Service Chains"
8620   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8621   layout:
8622     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8623     layout: "plot-service-density"
8624
8625 - type: "plot"
8626   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8627   algorithm: "plot_nf_heatmap"
8628   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
8629   data: "plot-vpp-nfv-3n-hsw-mrr"
8630   filter: "'NIC_Intel-XL710' and
8631            'NF_DENSITY' and
8632            'DOCKER' and
8633            'CHAIN' and
8634            'NF_VPPIP4' and
8635            'IPSEC' and
8636            'TNL_10000' and
8637            'IMIX' and
8638            '4T4C' and
8639            'MRR'"
8640   parameters:
8641   - "result"
8642   - "name"
8643   - "tags"
8644   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8645   x-axis: "X = CNFs per Service Chain"
8646   y-axis: "Y = Number of Service Chains"
8647   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8648   layout:
8649     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8650     layout: "plot-service-density"
8651
8652 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8653 - type: "plot"
8654   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8655   algorithm: "plot_nf_heatmap"
8656   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
8657   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8658   filter: "'NIC_Intel-XL710' and
8659            'NF_DENSITY' and
8660            'DOCKER' and
8661            'CHAIN' and
8662            'NF_VPPIP4' and
8663            'IPSEC' and
8664            'TNL_10000' and
8665            'IMIX' and
8666            '1T1C' and
8667            'NDRPDR'"
8668   parameters:
8669   - "throughput"
8670   - "name"
8671   - "tags"
8672   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8673   x-axis: "X = CNFs per Service Chain"
8674   y-axis: "Y = Number of Service Chains"
8675   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8676   layout:
8677     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8678     layout: "plot-service-density"
8679
8680 - type: "plot"
8681   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8682   algorithm: "plot_nf_heatmap"
8683   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
8684   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8685   filter: "'NIC_Intel-XL710' and
8686            'NF_DENSITY' and
8687            'DOCKER' and
8688            'CHAIN' and
8689            'NF_VPPIP4' and
8690            'IPSEC' and
8691            'TNL_10000' and
8692            'IMIX' and
8693            '2T2C' and
8694            'NDRPDR'"
8695   parameters:
8696   - "throughput"
8697   - "name"
8698   - "tags"
8699   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8700   x-axis: "X = CNFs per Service Chain"
8701   y-axis: "Y = Number of Service Chains"
8702   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8703   layout:
8704     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8705     layout: "plot-service-density"
8706
8707 - type: "plot"
8708   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8709   algorithm: "plot_nf_heatmap"
8710   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
8711   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8712   filter: "'NIC_Intel-XL710' and
8713            'NF_DENSITY' and
8714            'DOCKER' and
8715            'CHAIN' and
8716            'NF_VPPIP4' and
8717            'IPSEC' and
8718            'TNL_10000' and
8719            'IMIX' and
8720            '4T4C' and
8721            'NDRPDR'"
8722   parameters:
8723   - "throughput"
8724   - "name"
8725   - "tags"
8726   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8727   x-axis: "X = CNFs per Service Chain"
8728   y-axis: "Y = Number of Service Chains"
8729   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8730   layout:
8731     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8732     layout: "plot-service-density"
8733
8734 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8735 - type: "plot"
8736   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8737   algorithm: "plot_nf_heatmap"
8738   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
8739   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8740   filter: "'NIC_Intel-XL710' and
8741            'NF_DENSITY' and
8742            'DOCKER' and
8743            'CHAIN' and
8744            'NF_VPPIP4' and
8745            'IPSEC' and
8746            'TNL_10000' and
8747            'IMIX' and
8748            '1T1C' and
8749            'NDRPDR'"
8750   parameters:
8751   - "throughput"
8752   - "name"
8753   - "tags"
8754   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8755   x-axis: "X = CNFs per Service Chain"
8756   y-axis: "Y = Number of Service Chains"
8757   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8758   layout:
8759     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8760     layout: "plot-service-density"
8761
8762 - type: "plot"
8763   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8764   algorithm: "plot_nf_heatmap"
8765   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
8766   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8767   filter: "'NIC_Intel-XL710' and
8768            'NF_DENSITY' and
8769            'DOCKER' and
8770            'CHAIN' and
8771            'NF_VPPIP4' and
8772            'IPSEC' and
8773            'TNL_10000' and
8774            'IMIX' and
8775            '2T2C' and
8776            'NDRPDR'"
8777   parameters:
8778   - "throughput"
8779   - "name"
8780   - "tags"
8781   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8782   x-axis: "X = CNFs per Service Chain"
8783   y-axis: "Y = Number of Service Chains"
8784   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8785   layout:
8786     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8787     layout: "plot-service-density"
8788
8789 - type: "plot"
8790   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8791   algorithm: "plot_nf_heatmap"
8792   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
8793   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8794   filter: "'NIC_Intel-XL710' and
8795            'NF_DENSITY' and
8796            'DOCKER' and
8797            'CHAIN' and
8798            'NF_VPPIP4' and
8799            'IPSEC' and
8800            'TNL_10000' and
8801            'IMIX' and
8802            '4T4C' and
8803            'NDRPDR'"
8804   parameters:
8805   - "throughput"
8806   - "name"
8807   - "tags"
8808   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8809   x-axis: "X = CNFs per Service Chain"
8810   y-axis: "Y = Number of Service Chains"
8811   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8812   layout:
8813     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8814     layout: "plot-service-density"
8815
8816 ###############################################################################
8817
8818 # Plots - NF Density - CSP - MRR 64b
8819
8820 #- type: "plot"
8821 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8822 #  algorithm: "plot_nf_heatmap"
8823 #  output-file-type: ".html"
8824 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
8825 #  data: "plot-vpp-nfv-2n-skx-mrr"
8826 #  filter: "'NIC_Intel-XXV710' and
8827 #           'NF_DENSITY' and
8828 #           'DOCKER' and
8829 #           'PIPELINE' and
8830 #           'NF_VPPIP4' and
8831 #           '64B' and
8832 #           '2T1C' and
8833 #           'MRR'"
8834 #  parameters:
8835 #  - "result"
8836 #  - "name"
8837 #  - "tags"
8838 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8839 #  x-axis: "X = CNFs per Service Pipeline"
8840 #  y-axis: "Y = Number of Service Pipelines"
8841 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8842 #  layout:
8843 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8844 #    layout: "plot-service-density"
8845 #
8846 #- type: "plot"
8847 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8848 #  algorithm: "plot_nf_heatmap"
8849 #  output-file-type: ".html"
8850 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
8851 #  data: "plot-vpp-nfv-2n-skx-mrr"
8852 #  filter: "'NIC_Intel-XXV710' and
8853 #           'NF_DENSITY' and
8854 #           'DOCKER' and
8855 #           'PIPELINE' and
8856 #           'NF_VPPIP4' and
8857 #           '64B' and
8858 #           '4T2C' and
8859 #           'MRR'"
8860 #  parameters:
8861 #  - "result"
8862 #  - "name"
8863 #  - "tags"
8864 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8865 #  x-axis: "X = CNFs per Service Pipeline"
8866 #  y-axis: "Y = Number of Service Pipelines"
8867 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8868 #  layout:
8869 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8870 #    layout: "plot-service-density"
8871 #
8872 #- type: "plot"
8873 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8874 #  algorithm: "plot_nf_heatmap"
8875 #  output-file-type: ".html"
8876 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
8877 #  data: "plot-vpp-nfv-2n-skx-mrr"
8878 #  filter: "'NIC_Intel-XXV710' and
8879 #           'NF_DENSITY' and
8880 #           'DOCKER' and
8881 #           'PIPELINE' and
8882 #           'NF_VPPIP4' and
8883 #           '64B' and
8884 #           '8T4C' and
8885 #           'MRR'"
8886 #  parameters:
8887 #  - "result"
8888 #  - "name"
8889 #  - "tags"
8890 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8891 #  x-axis: "X = CNFs per Service Pipeline"
8892 #  y-axis: "Y = Number of Service Pipelines"
8893 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8894 #  layout:
8895 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8896 #    layout: "plot-service-density"
8897 #
8898 ## Plots - NF Density - CSP - MRR IMIX
8899 #- type: "plot"
8900 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8901 #  algorithm: "plot_nf_heatmap"
8902 #  output-file-type: ".html"
8903 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
8904 #  data: "plot-vpp-nfv-2n-skx-mrr"
8905 #  filter: "'NIC_Intel-XXV710' and
8906 #           'NF_DENSITY' and
8907 #           'DOCKER' and
8908 #           'PIPELINE' and
8909 #           'NF_VPPIP4' and
8910 #           'IMIX' and
8911 #           '2T1C' and
8912 #           'MRR'"
8913 #  parameters:
8914 #  - "result"
8915 #  - "name"
8916 #  - "tags"
8917 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8918 #  x-axis: "X = CNFs per Service Pipeline"
8919 #  y-axis: "Y = Number of Service Pipelines"
8920 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8921 #  layout:
8922 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8923 #    layout: "plot-service-density"
8924 #
8925 #- type: "plot"
8926 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8927 #  algorithm: "plot_nf_heatmap"
8928 #  output-file-type: ".html"
8929 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
8930 #  data: "plot-vpp-nfv-2n-skx-mrr"
8931 #  filter: "'NIC_Intel-XXV710' and
8932 #           'NF_DENSITY' and
8933 #           'DOCKER' and
8934 #           'PIPELINE' and
8935 #           'NF_VPPIP4' and
8936 #           'IMIX' and
8937 #           '4T2C' and
8938 #           'MRR'"
8939 #  parameters:
8940 #  - "result"
8941 #  - "name"
8942 #  - "tags"
8943 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8944 #  x-axis: "X = CNFs per Service Pipeline"
8945 #  y-axis: "Y = Number of Service Pipelines"
8946 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8947 #  layout:
8948 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8949 #    layout: "plot-service-density"
8950 #
8951 #- type: "plot"
8952 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8953 #  algorithm: "plot_nf_heatmap"
8954 #  output-file-type: ".html"
8955 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
8956 #  data: "plot-vpp-nfv-2n-skx-mrr"
8957 #  filter: "'NIC_Intel-XXV710' and
8958 #           'NF_DENSITY' and
8959 #           'DOCKER' and
8960 #           'PIPELINE' and
8961 #           'NF_VPPIP4' and
8962 #           'IMIX' and
8963 #           '8T4C' and
8964 #           'MRR'"
8965 #  parameters:
8966 #  - "result"
8967 #  - "name"
8968 #  - "tags"
8969 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8970 #  x-axis: "X = CNFs per Service Pipeline"
8971 #  y-axis: "Y = Number of Service Pipelines"
8972 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8973 #  layout:
8974 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8975 #    layout: "plot-service-density"
8976 #
8977 ## Plots - NF Density - CSP - NDR 64b
8978 #- type: "plot"
8979 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
8980 #  algorithm: "plot_nf_heatmap"
8981 #  output-file-type: ".html"
8982 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
8983 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8984 #  filter: "'NIC_Intel-XXV710' and
8985 #           'NF_DENSITY' and
8986 #           'DOCKER' and
8987 #           'PIPELINE' and
8988 #           'NF_VPPIP4' and
8989 #           '64B' and
8990 #           '2T1C' and
8991 #           'NDRPDR'"
8992 #  parameters:
8993 #  - "throughput"
8994 #  - "name"
8995 #  - "tags"
8996 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8997 #  x-axis: "X = CNFs per Service Pipeline"
8998 #  y-axis: "Y = Number of Service Pipelines"
8999 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9000 #  layout:
9001 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9002 #    layout: "plot-service-density"
9003 #
9004 #- type: "plot"
9005 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9006 #  algorithm: "plot_nf_heatmap"
9007 #  output-file-type: ".html"
9008 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9009 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9010 #  filter: "'NIC_Intel-XXV710' and
9011 #           'NF_DENSITY' and
9012 #           'DOCKER' and
9013 #           'PIPELINE' and
9014 #           'NF_VPPIP4' and
9015 #           '64B' and
9016 #           '4T2C' and
9017 #           'NDRPDR'"
9018 #  parameters:
9019 #  - "throughput"
9020 #  - "name"
9021 #  - "tags"
9022 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9023 #  x-axis: "X = CNFs per Service Pipeline"
9024 #  y-axis: "Y = Number of Service Pipelines"
9025 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9026 #  layout:
9027 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9028 #    layout: "plot-service-density"
9029 #
9030 #- type: "plot"
9031 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9032 #  algorithm: "plot_nf_heatmap"
9033 #  output-file-type: ".html"
9034 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9035 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9036 #  filter: "'NIC_Intel-XXV710' and
9037 #           'NF_DENSITY' and
9038 #           'DOCKER' and
9039 #           'PIPELINE' and
9040 #           'NF_VPPIP4' and
9041 #           '64B' and
9042 #           '8T4C' and
9043 #           'NDRPDR'"
9044 #  parameters:
9045 #  - "throughput"
9046 #  - "name"
9047 #  - "tags"
9048 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9049 #  x-axis: "X = CNFs per Service Pipeline"
9050 #  y-axis: "Y = Number of Service Pipelines"
9051 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9052 #  layout:
9053 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9054 #    layout: "plot-service-density"
9055 #
9056 ## Plots - NF Density - CSP - NDR IMIX
9057 #- type: "plot"
9058 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9059 #  algorithm: "plot_nf_heatmap"
9060 #  output-file-type: ".html"
9061 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9062 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9063 #  filter: "'NIC_Intel-XXV710' and
9064 #           'NF_DENSITY' and
9065 #           'DOCKER' and
9066 #           'PIPELINE' and
9067 #           'NF_VPPIP4' and
9068 #           'IMIX' and
9069 #           '2T1C' and
9070 #           'NDRPDR'"
9071 #  parameters:
9072 #  - "throughput"
9073 #  - "name"
9074 #  - "tags"
9075 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9076 #  x-axis: "X = CNFs per Service Pipeline"
9077 #  y-axis: "Y = Number of Service Pipelines"
9078 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9079 #  layout:
9080 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9081 #    layout: "plot-service-density"
9082 #
9083 #- type: "plot"
9084 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9085 #  algorithm: "plot_nf_heatmap"
9086 #  output-file-type: ".html"
9087 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9088 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9089 #  filter: "'NIC_Intel-XXV710' and
9090 #           'NF_DENSITY' and
9091 #           'DOCKER' and
9092 #           'PIPELINE' and
9093 #           'NF_VPPIP4' and
9094 #           'IMIX' and
9095 #           '4T2C' and
9096 #           'NDRPDR'"
9097 #  parameters:
9098 #  - "throughput"
9099 #  - "name"
9100 #  - "tags"
9101 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9102 #  x-axis: "X = CNFs per Service Pipeline"
9103 #  y-axis: "Y = Number of Service Pipelines"
9104 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9105 #  layout:
9106 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9107 #    layout: "plot-service-density"
9108 #
9109 #- type: "plot"
9110 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9111 #  algorithm: "plot_nf_heatmap"
9112 #  output-file-type: ".html"
9113 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9114 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9115 #  filter: "'NIC_Intel-XXV710' and
9116 #           'NF_DENSITY' and
9117 #           'DOCKER' and
9118 #           'PIPELINE' and
9119 #           'NF_VPPIP4' and
9120 #           'IMIX' and
9121 #           '8T4C' and
9122 #           'NDRPDR'"
9123 #  parameters:
9124 #  - "throughput"
9125 #  - "name"
9126 #  - "tags"
9127 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9128 #  x-axis: "X = CNFs per Service Pipeline"
9129 #  y-axis: "Y = Number of Service Pipelines"
9130 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9131 #  layout:
9132 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9133 #    layout: "plot-service-density"
9134 #
9135 ## Plots - NF Density - CSP - PDR 64b
9136 #- type: "plot"
9137 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9138 #  algorithm: "plot_nf_heatmap"
9139 #  output-file-type: ".html"
9140 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9141 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9142 #  filter: "'NIC_Intel-XXV710' and
9143 #           'NF_DENSITY' and
9144 #           'DOCKER' and
9145 #           'PIPELINE' and
9146 #           'NF_VPPIP4' and
9147 #           '64B' and
9148 #           '2T1C' and
9149 #           'NDRPDR'"
9150 #  parameters:
9151 #  - "throughput"
9152 #  - "name"
9153 #  - "tags"
9154 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9155 #  x-axis: "X = CNFs per Service Pipeline"
9156 #  y-axis: "Y = Number of Service Pipelines"
9157 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9158 #  layout:
9159 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9160 #    layout: "plot-service-density"
9161 #
9162 #- type: "plot"
9163 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9164 #  algorithm: "plot_nf_heatmap"
9165 #  output-file-type: ".html"
9166 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9167 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9168 #  filter: "'NIC_Intel-XXV710' and
9169 #           'NF_DENSITY' and
9170 #           'DOCKER' and
9171 #           'PIPELINE' and
9172 #           'NF_VPPIP4' and
9173 #           '64B' and
9174 #           '4T2C' and
9175 #           'NDRPDR'"
9176 #  parameters:
9177 #  - "throughput"
9178 #  - "name"
9179 #  - "tags"
9180 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9181 #  x-axis: "X = CNFs per Service Pipeline"
9182 #  y-axis: "Y = Number of Service Pipelines"
9183 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9184 #  layout:
9185 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9186 #    layout: "plot-service-density"
9187 #
9188 #- type: "plot"
9189 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9190 #  algorithm: "plot_nf_heatmap"
9191 #  output-file-type: ".html"
9192 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9193 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9194 #  filter: "'NIC_Intel-XXV710' and
9195 #           'NF_DENSITY' and
9196 #           'DOCKER' and
9197 #           'PIPELINE' and
9198 #           'NF_VPPIP4' and
9199 #           '64B' and
9200 #           '8T4C' and
9201 #           'NDRPDR'"
9202 #  parameters:
9203 #  - "throughput"
9204 #  - "name"
9205 #  - "tags"
9206 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9207 #  x-axis: "X = CNFs per Service Pipeline"
9208 #  y-axis: "Y = Number of Service Pipelines"
9209 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9210 #  layout:
9211 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9212 #    layout: "plot-service-density"
9213 #
9214 ## Plots - NF Density - CSP - PDR IMIX
9215 #- type: "plot"
9216 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9217 #  algorithm: "plot_nf_heatmap"
9218 #  output-file-type: ".html"
9219 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9220 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9221 #  filter: "'NIC_Intel-XXV710' and
9222 #           'NF_DENSITY' and
9223 #           'DOCKER' and
9224 #           'PIPELINE' and
9225 #           'NF_VPPIP4' and
9226 #           'IMIX' and
9227 #           '2T1C' and
9228 #           'NDRPDR'"
9229 #  parameters:
9230 #  - "throughput"
9231 #  - "name"
9232 #  - "tags"
9233 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9234 #  x-axis: "X = CNFs per Service Pipeline"
9235 #  y-axis: "Y = Number of Service Pipelines"
9236 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9237 #  layout:
9238 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9239 #    layout: "plot-service-density"
9240 #
9241 #- type: "plot"
9242 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9243 #  algorithm: "plot_nf_heatmap"
9244 #  output-file-type: ".html"
9245 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9246 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9247 #  filter: "'NIC_Intel-XXV710' and
9248 #           'NF_DENSITY' and
9249 #           'DOCKER' and
9250 #           'PIPELINE' and
9251 #           'NF_VPPIP4' and
9252 #           'IMIX' and
9253 #           '4T2C' and
9254 #           'NDRPDR'"
9255 #  parameters:
9256 #  - "throughput"
9257 #  - "name"
9258 #  - "tags"
9259 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9260 #  x-axis: "X = CNFs per Service Pipeline"
9261 #  y-axis: "Y = Number of Service Pipelines"
9262 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9263 #  layout:
9264 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9265 #    layout: "plot-service-density"
9266 #
9267 #- type: "plot"
9268 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9269 #  algorithm: "plot_nf_heatmap"
9270 #  output-file-type: ".html"
9271 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9272 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9273 #  filter: "'NIC_Intel-XXV710' and
9274 #           'NF_DENSITY' and
9275 #           'DOCKER' and
9276 #           'PIPELINE' and
9277 #           'NF_VPPIP4' and
9278 #           'IMIX' and
9279 #           '8T4C' and
9280 #           'NDRPDR'"
9281 #  parameters:
9282 #  - "throughput"
9283 #  - "name"
9284 #  - "tags"
9285 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9286 #  x-axis: "X = CNFs per Service Pipeline"
9287 #  y-axis: "Y = Number of Service Pipelines"
9288 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9289 #  layout:
9290 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9291 #    layout: "plot-service-density"
9292
9293 ###############################################################################
9294 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9295
9296 #- type: "plot"
9297 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9298 #  algorithm: "plot_nf_heatmap"
9299 #  output-file-type: ".html"
9300 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9301 #  data: "plot-vpp-nfv-2n-clx-mrr"
9302 #  filter: "'NIC_Intel-XXV710' and
9303 #           'NF_DENSITY' and
9304 #           'VHOST' and
9305 #           not 'VXLAN' and
9306 #           'CHAIN' and
9307 #           'NF_VPPIP4' and
9308 #           'IMIX' and
9309 #           '2T1C' and
9310 #           'MRR'"
9311 #  parameters:
9312 #  - "result"
9313 #  - "name"
9314 #  - "tags"
9315 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9316 #  x-axis: "X = VNFs per Service Chain"
9317 #  y-axis: "Y = Number of Service Chains"
9318 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9319 #  layout:
9320 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9321 #    layout: "plot-service-density"
9322 #
9323 #- type: "plot"
9324 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9325 #  algorithm: "plot_nf_heatmap"
9326 #  output-file-type: ".html"
9327 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9328 #  data: "plot-vpp-nfv-2n-clx-mrr"
9329 #  filter: "'NIC_Intel-XXV710' and
9330 #           'NF_DENSITY' and
9331 #           'VHOST' and
9332 #           not 'VXLAN' and
9333 #           'CHAIN' and
9334 #           'NF_VPPIP4' and
9335 #           'IMIX' and
9336 #           '4T2C' and
9337 #           'MRR'"
9338 #  parameters:
9339 #  - "result"
9340 #  - "name"
9341 #  - "tags"
9342 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9343 #  x-axis: "X = VNFs per Service Chain"
9344 #  y-axis: "Y = Number of Service Chains"
9345 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9346 #  layout:
9347 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9348 #    layout: "plot-service-density"
9349 #
9350 #- type: "plot"
9351 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9352 #  algorithm: "plot_nf_heatmap"
9353 #  output-file-type: ".html"
9354 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9355 #  data: "plot-vpp-nfv-2n-clx-mrr"
9356 #  filter: "'NIC_Intel-XXV710' and
9357 #           'NF_DENSITY' and
9358 #           'VHOST' and
9359 #           not 'VXLAN' and
9360 #           'CHAIN' and
9361 #           'NF_VPPIP4' and
9362 #           'IMIX' and
9363 #           '8T4C' and
9364 #           'MRR'"
9365 #  parameters:
9366 #  - "result"
9367 #  - "name"
9368 #  - "tags"
9369 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9370 #  x-axis: "X = VNFs per Service Chain"
9371 #  y-axis: "Y = Number of Service Chains"
9372 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9373 #  layout:
9374 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9375 #    layout: "plot-service-density"
9376 #
9377 ## Plots - NF Density - VSC - NDR IMIX
9378 #- type: "plot"
9379 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9380 #  algorithm: "plot_nf_heatmap"
9381 #  output-file-type: ".html"
9382 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9383 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9384 #  filter: "'NIC_Intel-XXV710' and
9385 #           'NF_DENSITY' and
9386 #           'VHOST' and
9387 #           not 'VXLAN' and
9388 #           'CHAIN' and
9389 #           'NF_VPPIP4' and
9390 #           'IMIX' and
9391 #           '2T1C' and
9392 #           'NDRPDR'"
9393 #  parameters:
9394 #  - "throughput"
9395 #  - "name"
9396 #  - "tags"
9397 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9398 #  x-axis: "X = VNFs per Service Chain"
9399 #  y-axis: "Y = Number of Service Chains"
9400 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9401 #  layout:
9402 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9403 #    layout: "plot-service-density"
9404 #
9405 #- type: "plot"
9406 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9407 #  algorithm: "plot_nf_heatmap"
9408 #  output-file-type: ".html"
9409 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9410 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9411 #  filter: "'NIC_Intel-XXV710' and
9412 #           'NF_DENSITY' and
9413 #           'VHOST' and
9414 #           not 'VXLAN' and
9415 #           'CHAIN' and
9416 #           'NF_VPPIP4' and
9417 #           'IMIX' and
9418 #           '4T2C' and
9419 #           'NDRPDR'"
9420 #  parameters:
9421 #  - "throughput"
9422 #  - "name"
9423 #  - "tags"
9424 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9425 #  x-axis: "X = VNFs per Service Chain"
9426 #  y-axis: "Y = Number of Service Chains"
9427 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9428 #  layout:
9429 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9430 #    layout: "plot-service-density"
9431 #
9432 #- type: "plot"
9433 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9434 #  algorithm: "plot_nf_heatmap"
9435 #  output-file-type: ".html"
9436 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9437 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9438 #  filter: "'NIC_Intel-XXV710' and
9439 #           'NF_DENSITY' and
9440 #           'VHOST' and
9441 #           not 'VXLAN' and
9442 #           'CHAIN' and
9443 #           'NF_VPPIP4' and
9444 #           'IMIX' and
9445 #           '8T4C' and
9446 #           'NDRPDR'"
9447 #  parameters:
9448 #  - "throughput"
9449 #  - "name"
9450 #  - "tags"
9451 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9452 #  x-axis: "X = VNFs per Service Chain"
9453 #  y-axis: "Y = Number of Service Chains"
9454 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9455 #  layout:
9456 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9457 #    layout: "plot-service-density"
9458 #
9459 ## Plots - NF Density - VSC - PDR IMIX
9460 #- type: "plot"
9461 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9462 #  algorithm: "plot_nf_heatmap"
9463 #  output-file-type: ".html"
9464 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9465 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9466 #  filter: "'NIC_Intel-XXV710' and
9467 #           'NF_DENSITY' and
9468 #           'VHOST' and
9469 #           not 'VXLAN' and
9470 #           'CHAIN' and
9471 #           'NF_VPPIP4' and
9472 #           'IMIX' and
9473 #           '2T1C' and
9474 #           'NDRPDR'"
9475 #  parameters:
9476 #  - "throughput"
9477 #  - "name"
9478 #  - "tags"
9479 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9480 #  x-axis: "X = VNFs per Service Chain"
9481 #  y-axis: "Y = Number of Service Chains"
9482 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9483 #  layout:
9484 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9485 #    layout: "plot-service-density"
9486 #
9487 #- type: "plot"
9488 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9489 #  algorithm: "plot_nf_heatmap"
9490 #  output-file-type: ".html"
9491 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9492 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9493 #  filter: "'NIC_Intel-XXV710' and
9494 #           'NF_DENSITY' and
9495 #           'VHOST' and
9496 #           not 'VXLAN' and
9497 #           'CHAIN' and
9498 #           'NF_VPPIP4' and
9499 #           'IMIX' and
9500 #           '4T2C' and
9501 #           'NDRPDR'"
9502 #  parameters:
9503 #  - "throughput"
9504 #  - "name"
9505 #  - "tags"
9506 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9507 #  x-axis: "X = VNFs per Service Chain"
9508 #  y-axis: "Y = Number of Service Chains"
9509 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9510 #  layout:
9511 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9512 #    layout: "plot-service-density"
9513 #
9514 #- type: "plot"
9515 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9516 #  algorithm: "plot_nf_heatmap"
9517 #  output-file-type: ".html"
9518 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9519 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9520 #  filter: "'NIC_Intel-XXV710' and
9521 #           'NF_DENSITY' and
9522 #           'VHOST' and
9523 #           not 'VXLAN' and
9524 #           'CHAIN' and
9525 #           'NF_VPPIP4' and
9526 #           'IMIX' and
9527 #           '8T4C' and
9528 #           'NDRPDR'"
9529 #  parameters:
9530 #  - "throughput"
9531 #  - "name"
9532 #  - "tags"
9533 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9534 #  x-axis: "X = VNFs per Service Chain"
9535 #  y-axis: "Y = Number of Service Chains"
9536 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9537 #  layout:
9538 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9539 #    layout: "plot-service-density"
9540 #
9541 ## Plots - NF Density - VSC - MRR IMIX
9542 #- type: "plot"
9543 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9544 #  algorithm: "plot_nf_heatmap"
9545 #  output-file-type: ".html"
9546 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9547 #  data: "plot-vpp-nfv-2n-clx-mrr"
9548 #  filter: "'NIC_Intel-XXV710' and
9549 #           'NF_DENSITY' and
9550 #           'VHOST' and
9551 #           'VXLAN' and
9552 #           'CHAIN' and
9553 #           'IMIX' and
9554 #           '2T1C' and
9555 #           'MRR'"
9556 #  parameters:
9557 #  - "result"
9558 #  - "name"
9559 #  - "tags"
9560 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9561 #  x-axis: "X = VNFs per Service Chain"
9562 #  y-axis: "Y = Number of Service Chains"
9563 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9564 #  layout:
9565 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9566 #    layout: "plot-service-density"
9567 #
9568 #- type: "plot"
9569 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9570 #  algorithm: "plot_nf_heatmap"
9571 #  output-file-type: ".html"
9572 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9573 #  data: "plot-vpp-nfv-2n-clx-mrr"
9574 #  filter: "'NIC_Intel-XXV710' and
9575 #           'NF_DENSITY' and
9576 #           'VHOST' and
9577 #           'VXLAN' and
9578 #           'CHAIN' and
9579 #           'IMIX' and
9580 #           '4T2C' and
9581 #           'MRR'"
9582 #  parameters:
9583 #  - "result"
9584 #  - "name"
9585 #  - "tags"
9586 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9587 #  x-axis: "X = VNFs per Service Chain"
9588 #  y-axis: "Y = Number of Service Chains"
9589 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9590 #  layout:
9591 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9592 #    layout: "plot-service-density"
9593 #
9594 #- type: "plot"
9595 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9596 #  algorithm: "plot_nf_heatmap"
9597 #  output-file-type: ".html"
9598 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
9599 #  data: "plot-vpp-nfv-2n-clx-mrr"
9600 #  filter: "'NIC_Intel-XXV710' and
9601 #           'NF_DENSITY' and
9602 #           'VHOST' and
9603 #           'VXLAN' and
9604 #           'CHAIN' and
9605 #           'IMIX' and
9606 #           '8T4C' and
9607 #           'MRR'"
9608 #  parameters:
9609 #  - "result"
9610 #  - "name"
9611 #  - "tags"
9612 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9613 #  x-axis: "X = VNFs per Service Chain"
9614 #  y-axis: "Y = Number of Service Chains"
9615 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9616 #  layout:
9617 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9618 #    layout: "plot-service-density"
9619 #
9620 ## Plots - NF Density - VSC - NDR IMIX
9621 #- type: "plot"
9622 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9623 #  algorithm: "plot_nf_heatmap"
9624 #  output-file-type: ".html"
9625 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
9626 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9627 #  filter: "'NIC_Intel-XXV710' and
9628 #           'NF_DENSITY' and
9629 #           'VHOST' and
9630 #           'VXLAN' and
9631 #           'CHAIN' a
9632 #           'IMIX' and
9633 #           '2T1C' and
9634 #           'NDRPDR'"
9635 #  parameters:
9636 #  - "throughput"
9637 #  - "name"
9638 #  - "tags"
9639 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9640 #  x-axis: "X = VNFs per Service Chain"
9641 #  y-axis: "Y = Number of Service Chains"
9642 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9643 #  layout:
9644 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9645 #    layout: "plot-service-density"
9646 #
9647 #- type: "plot"
9648 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9649 #  algorithm: "plot_nf_heatmap"
9650 #  output-file-type: ".html"
9651 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
9652 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9653 #  filter: "'NIC_Intel-XXV710' and
9654 #           'NF_DENSITY' and
9655 #           'VHOST' and
9656 #           'VXLAN' and
9657 #           'CHAIN' and
9658 #           'IMIX' and
9659 #           '4T2C' and
9660 #           'NDRPDR'"
9661 #  parameters:
9662 #  - "throughput"
9663 #  - "name"
9664 #  - "tags"
9665 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9666 #  x-axis: "X = VNFs per Service Chain"
9667 #  y-axis: "Y = Number of Service Chains"
9668 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9669 #  layout:
9670 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9671 #    layout: "plot-service-density"
9672 #
9673 #- type: "plot"
9674 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9675 #  algorithm: "plot_nf_heatmap"
9676 #  output-file-type: ".html"
9677 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
9678 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9679 #  filter: "'NIC_Intel-XXV710' and
9680 #           'NF_DENSITY' and
9681 #           'VHOST' and
9682 #           'VXLAN' and
9683 #           'CHAIN' and
9684 #           'IMIX' and
9685 #           '8T4C' and
9686 #           'NDRPDR'"
9687 #  parameters:
9688 #  - "throughput"
9689 #  - "name"
9690 #  - "tags"
9691 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9692 #  x-axis: "X = VNFs per Service Chain"
9693 #  y-axis: "Y = Number of Service Chains"
9694 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9695 #  layout:
9696 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9697 #    layout: "plot-service-density"
9698 #
9699 ## Plots - NF Density - VSC - PDR IMIX
9700 #- type: "plot"
9701 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9702 #  algorithm: "plot_nf_heatmap"
9703 #  output-file-type: ".html"
9704 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
9705 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9706 #  filter: "'NIC_Intel-XXV710' and
9707 #           'NF_DENSITY' and
9708 #           'VHOST' and
9709 #           'VXLAN' and
9710 #           'CHAIN' and
9711 #           'IMIX' and
9712 #           '2T1C' and
9713 #           'NDRPDR'"
9714 #  parameters:
9715 #  - "throughput"
9716 #  - "name"
9717 #  - "tags"
9718 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9719 #  x-axis: "X = VNFs per Service Chain"
9720 #  y-axis: "Y = Number of Service Chains"
9721 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9722 #  layout:
9723 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9724 #    layout: "plot-service-density"
9725 #
9726 #- type: "plot"
9727 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9728 #  algorithm: "plot_nf_heatmap"
9729 #  output-file-type: ".html"
9730 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
9731 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9732 #  filter: "'NIC_Intel-XXV710' and
9733 #           'NF_DENSITY' and
9734 #           'VHOST' and
9735 #           'VXLAN' and
9736 #           'CHAIN' and
9737 #           'IMIX' and
9738 #           '4T2C' and
9739 #           'NDRPDR'"
9740 #  parameters:
9741 #  - "throughput"
9742 #  - "name"
9743 #  - "tags"
9744 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9745 #  x-axis: "X = VNFs per Service Chain"
9746 #  y-axis: "Y = Number of Service Chains"
9747 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9748 #  layout:
9749 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9750 #    layout: "plot-service-density"
9751 #
9752 #- type: "plot"
9753 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9754 #  algorithm: "plot_nf_heatmap"
9755 #  output-file-type: ".html"
9756 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
9757 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9758 #  filter: "'NIC_Intel-XXV710' and
9759 #           'NF_DENSITY' and
9760 #           'VHOST' and
9761 #           'VXLAN' and
9762 #           'CHAIN' and
9763 #           'IMIX' and
9764 #           '8T4C' and
9765 #           'NDRPDR'"
9766 #  parameters:
9767 #  - "throughput"
9768 #  - "name"
9769 #  - "tags"
9770 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9771 #  x-axis: "X = VNFs per Service Chain"
9772 #  y-axis: "Y = Number of Service Chains"
9773 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9774 #  layout:
9775 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9776 #    layout: "plot-service-density"
9777 #
9778 ## Plots - NF Density - CSC - MRR IMIX
9779 #- type: "plot"
9780 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9781 #  algorithm: "plot_nf_heatmap"
9782 #  output-file-type: ".html"
9783 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
9784 #  data: "plot-vpp-nfv-2n-clx-mrr"
9785 #  filter: "'NIC_Intel-XXV710' and
9786 #           'NF_DENSITY' and
9787 #           'DOCKER' and
9788 #           'CHAIN' and
9789 #           'NF_VPPIP4' and
9790 #           'IMIX' and
9791 #           '2T1C' and
9792 #           'MRR'"
9793 #  parameters:
9794 #  - "result"
9795 #  - "name"
9796 #  - "tags"
9797 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9798 #  x-axis: "X = CNFs per Service Chain"
9799 #  y-axis: "Y = Number of Service Chains"
9800 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9801 #  layout:
9802 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9803 #    layout: "plot-service-density"
9804 #
9805 #- type: "plot"
9806 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9807 #  algorithm: "plot_nf_heatmap"
9808 #  output-file-type: ".html"
9809 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
9810 #  data: "plot-vpp-nfv-2n-clx-mrr"
9811 #  filter: "'NIC_Intel-XXV710' and
9812 #           'NF_DENSITY' and
9813 #           'DOCKER' and
9814 #           'CHAIN' and
9815 #           'NF_VPPIP4' and
9816 #           'IMIX' and
9817 #           '4T2C' and
9818 #           'MRR'"
9819 #  parameters:
9820 #  - "result"
9821 #  - "name"
9822 #  - "tags"
9823 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9824 #  x-axis: "X = CNFs per Service Chain"
9825 #  y-axis: "Y = Number of Service Chains"
9826 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9827 #  layout:
9828 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9829 #    layout: "plot-service-density"
9830 #
9831 #- type: "plot"
9832 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9833 #  algorithm: "plot_nf_heatmap"
9834 #  output-file-type: ".html"
9835 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
9836 #  data: "plot-vpp-nfv-2n-clx-mrr"
9837 #  filter: "'NIC_Intel-XXV710' and
9838 #           'NF_DENSITY' and
9839 #           'DOCKER' and
9840 #           'CHAIN' and
9841 #           'NF_VPPIP4' and
9842 #           'IMIX' and
9843 #           '8T4C' and
9844 #           'MRR'"
9845 #  parameters:
9846 #  - "result"
9847 #  - "name"
9848 #  - "tags"
9849 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9850 #  x-axis: "X = CNFs per Service Chain"
9851 #  y-axis: "Y = Number of Service Chains"
9852 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9853 #  layout:
9854 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9855 #    layout: "plot-service-density"
9856 #
9857 ## Plots - NF Density - CSC - NDR IMIX
9858 #- type: "plot"
9859 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9860 #  algorithm: "plot_nf_heatmap"
9861 #  output-file-type: ".html"
9862 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
9863 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9864 #  filter: "'NIC_Intel-XXV710' and
9865 #           'NF_DENSITY' and
9866 #           'DOCKER' and
9867 #           'CHAIN' and
9868 #           'NF_VPPIP4' and
9869 #           'IMIX' and
9870 #           '2T1C' and
9871 #           'NDRPDR'"
9872 #  parameters:
9873 #  - "throughput"
9874 #  - "name"
9875 #  - "tags"
9876 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9877 #  x-axis: "X = CNFs per Service Chain"
9878 #  y-axis: "Y = Number of Service Chains"
9879 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9880 #  layout:
9881 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9882 #    layout: "plot-service-density"
9883 #
9884 #- type: "plot"
9885 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9886 #  algorithm: "plot_nf_heatmap"
9887 #  output-file-type: ".html"
9888 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
9889 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9890 #  filter: "'NIC_Intel-XXV710' and
9891 #           'NF_DENSITY' and
9892 #           'DOCKER' and
9893 #           'CHAIN' and
9894 #           'NF_VPPIP4' and
9895 #           'IMIX' and
9896 #           '4T2C' and
9897 #           'NDRPDR'"
9898 #  parameters:
9899 #  - "throughput"
9900 #  - "name"
9901 #  - "tags"
9902 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9903 #  x-axis: "X = CNFs per Service Chain"
9904 #  y-axis: "Y = Number of Service Chains"
9905 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9906 #  layout:
9907 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9908 #    layout: "plot-service-density"
9909 #
9910 #- type: "plot"
9911 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9912 #  algorithm: "plot_nf_heatmap"
9913 #  output-file-type: ".html"
9914 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
9915 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9916 #  filter: "'NIC_Intel-XXV710' and
9917 #           'NF_DENSITY' and
9918 #           'DOCKER' and
9919 #           'CHAIN' and
9920 #           'NF_VPPIP4' and
9921 #           'IMIX' and
9922 #           '8T4C' and
9923 #           'NDRPDR'"
9924 #  parameters:
9925 #  - "throughput"
9926 #  - "name"
9927 #  - "tags"
9928 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9929 #  x-axis: "X = CNFs per Service Chain"
9930 #  y-axis: "Y = Number of Service Chains"
9931 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9932 #  layout:
9933 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9934 #    layout: "plot-service-density"
9935 #
9936 ## Plots - NF Density - CSC - PDR IMIX
9937 #- type: "plot"
9938 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9939 #  algorithm: "plot_nf_heatmap"
9940 #  output-file-type: ".html"
9941 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
9942 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9943 #  filter: "'NIC_Intel-XXV710' and
9944 #           'NF_DENSITY' and
9945 #           'DOCKER' and
9946 #           'CHAIN' and
9947 #           'NF_VPPIP4' and
9948 #           'IMIX' and
9949 #           '2T1C' and
9950 #           'NDRPDR'"
9951 #  parameters:
9952 #  - "throughput"
9953 #  - "name"
9954 #  - "tags"
9955 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9956 #  x-axis: "X = CNFs per Service Chain"
9957 #  y-axis: "Y = Number of Service Chains"
9958 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9959 #  layout:
9960 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9961 #    layout: "plot-service-density"
9962 #
9963 #- type: "plot"
9964 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9965 #  algorithm: "plot_nf_heatmap"
9966 #  output-file-type: ".html"
9967 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
9968 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9969 #  filter: "'NIC_Intel-XXV710' and
9970 #           'NF_DENSITY' and
9971 #           'DOCKER' and
9972 #           'CHAIN' and
9973 #           'NF_VPPIP4' and
9974 #           'IMIX' and
9975 #           '4T2C' and
9976 #           'NDRPDR'"
9977 #  parameters:
9978 #  - "throughput"
9979 #  - "name"
9980 #  - "tags"
9981 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9982 #  x-axis: "X = CNFs per Service Chain"
9983 #  y-axis: "Y = Number of Service Chains"
9984 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9985 #  layout:
9986 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9987 #    layout: "plot-service-density"
9988 #
9989 #- type: "plot"
9990 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9991 #  algorithm: "plot_nf_heatmap"
9992 #  output-file-type: ".html"
9993 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
9994 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9995 #  filter: "'NIC_Intel-XXV710' and
9996 #           'NF_DENSITY' and
9997 #           'DOCKER' and
9998 #           'CHAIN' and
9999 #           'NF_VPPIP4' and
10000 #           'IMIX' and
10001 #           '8T4C' and
10002 #           'NDRPDR'"
10003 #  parameters:
10004 #  - "throughput"
10005 #  - "name"
10006 #  - "tags"
10007 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10008 #  x-axis: "X = CNFs per Service Chain"
10009 #  y-axis: "Y = Number of Service Chains"
10010 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10011 #  layout:
10012 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10013 #    layout: "plot-service-density"
10014 #
10015 ## Plots - NF Density - CSP - MRR IMIX
10016 #- type: "plot"
10017 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10018 #  algorithm: "plot_nf_heatmap"
10019 #  output-file-type: ".html"
10020 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10021 #  data: "plot-vpp-nfv-2n-clx-mrr"
10022 #  filter: "'NIC_Intel-XXV710' and
10023 #           'NF_DENSITY' and
10024 #           'DOCKER' and
10025 #           'PIPELINE' and
10026 #           'NF_VPPIP4' and
10027 #           'IMIX' and
10028 #           '2T1C' and
10029 #           'MRR'"
10030 #  parameters:
10031 #  - "result"
10032 #  - "name"
10033 #  - "tags"
10034 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10035 #  x-axis: "X = CNFs per Service Pipeline"
10036 #  y-axis: "Y = Number of Service Pipelines"
10037 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10038 #  layout:
10039 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10040 #    layout: "plot-service-density"
10041 #
10042 #- type: "plot"
10043 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10044 #  algorithm: "plot_nf_heatmap"
10045 #  output-file-type: ".html"
10046 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10047 #  data: "plot-vpp-nfv-2n-clx-mrr"
10048 #  filter: "'NIC_Intel-XXV710' and
10049 #           'NF_DENSITY' and
10050 #           'DOCKER' and
10051 #           'PIPELINE' and
10052 #           'NF_VPPIP4' and
10053 #           'IMIX' and
10054 #           '4T2C' and
10055 #           'MRR'"
10056 #  parameters:
10057 #  - "result"
10058 #  - "name"
10059 #  - "tags"
10060 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10061 #  x-axis: "X = CNFs per Service Pipeline"
10062 #  y-axis: "Y = Number of Service Pipelines"
10063 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10064 #  layout:
10065 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10066 #    layout: "plot-service-density"
10067 #
10068 #- type: "plot"
10069 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10070 #  algorithm: "plot_nf_heatmap"
10071 #  output-file-type: ".html"
10072 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10073 #  data: "plot-vpp-nfv-2n-clx-mrr"
10074 #  filter: "'NIC_Intel-XXV710' and
10075 #           'NF_DENSITY' and
10076 #           'DOCKER' and
10077 #           'PIPELINE' and
10078 #           'NF_VPPIP4' and
10079 #           'IMIX' and
10080 #           '8T4C' and
10081 #           'MRR'"
10082 #  parameters:
10083 #  - "result"
10084 #  - "name"
10085 #  - "tags"
10086 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10087 #  x-axis: "X = CNFs per Service Pipeline"
10088 #  y-axis: "Y = Number of Service Pipelines"
10089 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10090 #  layout:
10091 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10092 #    layout: "plot-service-density"
10093 #
10094 ## Plots - NF Density - CSP - NDR IMIX
10095 #- type: "plot"
10096 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10097 #  algorithm: "plot_nf_heatmap"
10098 #  output-file-type: ".html"
10099 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10100 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10101 #  filter: "'NIC_Intel-XXV710' and
10102 #           'NF_DENSITY' and
10103 #           'DOCKER' and
10104 #           'PIPELINE' and
10105 #           'NF_VPPIP4' and
10106 #           'IMIX' and
10107 #           '2T1C' and
10108 #           'NDRPDR'"
10109 #  parameters:
10110 #  - "throughput"
10111 #  - "name"
10112 #  - "tags"
10113 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10114 #  x-axis: "X = CNFs per Service Pipeline"
10115 #  y-axis: "Y = Number of Service Pipelines"
10116 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10117 #  layout:
10118 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10119 #    layout: "plot-service-density"
10120 #
10121 #- type: "plot"
10122 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10123 #  algorithm: "plot_nf_heatmap"
10124 #  output-file-type: ".html"
10125 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10126 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10127 #  filter: "'NIC_Intel-XXV710' and
10128 #           'NF_DENSITY' and
10129 #           'DOCKER' and
10130 #           'PIPELINE' and
10131 #           'NF_VPPIP4' and
10132 #           'IMIX' and
10133 #           '4T2C' and
10134 #           'NDRPDR'"
10135 #  parameters:
10136 #  - "throughput"
10137 #  - "name"
10138 #  - "tags"
10139 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10140 #  x-axis: "X = CNFs per Service Pipeline"
10141 #  y-axis: "Y = Number of Service Pipelines"
10142 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10143 #  layout:
10144 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10145 #    layout: "plot-service-density"
10146 #
10147 #- type: "plot"
10148 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10149 #  algorithm: "plot_nf_heatmap"
10150 #  output-file-type: ".html"
10151 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10152 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10153 #  filter: "'NIC_Intel-XXV710' and
10154 #           'NF_DENSITY' and
10155 #           'DOCKER' and
10156 #           'PIPELINE' and
10157 #           'NF_VPPIP4' and
10158 #           'IMIX' and
10159 #           '8T4C' and
10160 #           'NDRPDR'"
10161 #  parameters:
10162 #  - "throughput"
10163 #  - "name"
10164 #  - "tags"
10165 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10166 #  x-axis: "X = CNFs per Service Pipeline"
10167 #  y-axis: "Y = Number of Service Pipelines"
10168 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10169 #  layout:
10170 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10171 #    layout: "plot-service-density"
10172 #
10173 ## Plots - NF Density - CSP - PDR IMIX
10174 #- type: "plot"
10175 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10176 #  algorithm: "plot_nf_heatmap"
10177 #  output-file-type: ".html"
10178 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10179 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10180 #  filter: "'NIC_Intel-XXV710' and
10181 #           'NF_DENSITY' and
10182 #           'DOCKER' and
10183 #           'PIPELINE' and
10184 #           'NF_VPPIP4' and
10185 #           'IMIX' and
10186 #           '2T1C' and
10187 #           'NDRPDR'"
10188 #  parameters:
10189 #  - "throughput"
10190 #  - "name"
10191 #  - "tags"
10192 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10193 #  x-axis: "X = CNFs per Service Pipeline"
10194 #  y-axis: "Y = Number of Service Pipelines"
10195 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10196 #  layout:
10197 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10198 #    layout: "plot-service-density"
10199 #
10200 #- type: "plot"
10201 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10202 #  algorithm: "plot_nf_heatmap"
10203 #  output-file-type: ".html"
10204 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10205 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10206 #  filter: "'NIC_Intel-XXV710' and
10207 #           'NF_DENSITY' and
10208 #           'DOCKER' and
10209 #           'PIPELINE' and
10210 #           'NF_VPPIP4' and
10211 #           'IMIX' and
10212 #           '4T2C' and
10213 #           'NDRPDR'"
10214 #  parameters:
10215 #  - "throughput"
10216 #  - "name"
10217 #  - "tags"
10218 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10219 #  x-axis: "X = CNFs per Service Pipeline"
10220 #  y-axis: "Y = Number of Service Pipelines"
10221 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10222 #  layout:
10223 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10224 #    layout: "plot-service-density"
10225 #
10226 #- type: "plot"
10227 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10228 #  algorithm: "plot_nf_heatmap"
10229 #  output-file-type: ".html"
10230 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10231 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10232 #  filter: "'NIC_Intel-XXV710' and
10233 #           'NF_DENSITY' and
10234 #           'DOCKER' and
10235 #           'PIPELINE' and
10236 #           'NF_VPPIP4' and
10237 #           'IMIX' and
10238 #           '8T4C' and
10239 #           'NDRPDR'"
10240 #  parameters:
10241 #  - "throughput"
10242 #  - "name"
10243 #  - "tags"
10244 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10245 #  x-axis: "X = CNFs per Service Pipeline"
10246 #  y-axis: "Y = Number of Service Pipelines"
10247 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10248 #  layout:
10249 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10250 #    layout: "plot-service-density"
10251
10252 ################################################################################
10253
10254 # Packet Throughput
10255
10256 #- type: "plot"
10257 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10258 #  algorithm: "plot_perf_box_name"
10259 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10260 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10261 #  include:
10262 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10263 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10264 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10265 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10266 #  layout:
10267 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10268 #    layout: "plot-throughput"
10269 #
10270 #- type: "plot"
10271 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10272 #  algorithm: "plot_perf_box_name"
10273 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10274 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10275 #  include:
10276 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10277 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10278 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10279 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10280 #  layout:
10281 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10282 #    layout: "plot-throughput"
10283 #
10284 #- type: "plot"
10285 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10286 #  algorithm: "plot_perf_box_name"
10287 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10288 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10289 #  include:
10290 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10291 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10292 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10293 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10294 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10295 #  layout:
10296 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10297 #    layout: "plot-throughput"
10298 #
10299 #- type: "plot"
10300 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10301 #  algorithm: "plot_perf_box_name"
10302 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10303 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10304 #  include:
10305 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10306 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10307 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10308 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10309 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10310 #  layout:
10311 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10312 #    layout: "plot-throughput"
10313
10314 - type: "plot"
10315   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10316   algorithm: "plot_perf_box_name"
10317   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10318   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10319   include:
10320     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10321     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10322     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10323     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10324     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10325   layout:
10326     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10327     layout: "plot-throughput"
10328
10329 - type: "plot"
10330   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10331   algorithm: "plot_perf_box_name"
10332   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10333   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10334   include:
10335     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10336     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10337     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10338     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10339     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10340   layout:
10341     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10342     layout: "plot-throughput"
10343
10344 #- type: "plot"
10345 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10346 #  algorithm: "plot_perf_box_name"
10347 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10348 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10349 #  include:
10350 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10351 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10352 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10353 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10354 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10355 #  layout:
10356 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10357 #    layout: "plot-throughput"
10358 #
10359 #- type: "plot"
10360 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10361 #  algorithm: "plot_perf_box_name"
10362 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10363 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10364 #  include:
10365 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10366 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10367 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10368 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10369 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10370 #  layout:
10371 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10372 #    layout: "plot-throughput"
10373 #
10374 #- type: "plot"
10375 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10376 #  algorithm: "plot_perf_box_name"
10377 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10378 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10379 #  include:
10380 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10381 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10382 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10383 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10384 #  layout:
10385 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10386 #    layout: "plot-throughput"
10387 #
10388 #- type: "plot"
10389 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10390 #  algorithm: "plot_perf_box_name"
10391 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10392 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10393 #  include:
10394 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10395 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10396 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10397 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10398 #  layout:
10399 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10400 #    layout: "plot-throughput"
10401 #
10402 #- type: "plot"
10403 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10404 #  algorithm: "plot_perf_box_name"
10405 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10406 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10407 #  include:
10408 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10409 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10410 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10411 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10412 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10413 #  layout:
10414 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10415 #    layout: "plot-throughput"
10416 #
10417 #- type: "plot"
10418 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10419 #  algorithm: "plot_perf_box_name"
10420 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10421 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10422 #  include:
10423 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10424 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10425 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10426 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10427 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10428 #  layout:
10429 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10430 #    layout: "plot-throughput"
10431 #
10432 #- type: "plot"
10433 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10434 #  algorithm: "plot_perf_box_name"
10435 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10436 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10437 #  include:
10438 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10439 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10440 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10441 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10442 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10443 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10444 #  layout:
10445 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10446 #    layout: "plot-throughput"
10447 #
10448 #- type: "plot"
10449 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10450 #  algorithm: "plot_perf_box_name"
10451 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10452 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10453 #  include:
10454 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10455 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10456 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10457 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10458 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10459 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10460 #  layout:
10461 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10462 #    layout: "plot-throughput"
10463
10464 - type: "plot"
10465   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10466   algorithm: "plot_perf_box_name"
10467   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10468   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10469   include:
10470     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10471     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10472     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10473   layout:
10474     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10475     layout: "plot-throughput"
10476
10477 - type: "plot"
10478   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10479   algorithm: "plot_perf_box_name"
10480   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10481   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10482   include:
10483     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10484     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10485     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10486   layout:
10487     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10488     layout: "plot-throughput"
10489
10490 #- type: "plot"
10491 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10492 #  algorithm: "plot_perf_box_name"
10493 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10494 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10495 #  include:
10496 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10497 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10498 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10499 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10500 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10501 #  layout:
10502 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10503 #    layout: "plot-throughput"
10504 #
10505 #- type: "plot"
10506 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10507 #  algorithm: "plot_perf_box_name"
10508 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10509 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10510 #  include:
10511 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10512 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10513 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10514 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10515 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10516 #  layout:
10517 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10518 #    layout: "plot-throughput"
10519 #
10520 #- type: "plot"
10521 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10522 #  algorithm: "plot_perf_box_name"
10523 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10524 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10525 #  include:
10526 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10527 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10528 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10529 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10530 #  layout:
10531 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10532 #    layout: "plot-throughput"
10533 #
10534 #- type: "plot"
10535 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10536 #  algorithm: "plot_perf_box_name"
10537 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10538 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10539 #  include:
10540 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10541 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10542 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10543 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10544 #  layout:
10545 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10546 #    layout: "plot-throughput"
10547 #
10548 #- type: "plot"
10549 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10550 #  algorithm: "plot_perf_box_name"
10551 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10552 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10553 #  include:
10554 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10555 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10556 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10557 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10558 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10559 #  layout:
10560 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10561 #    layout: "plot-throughput"
10562 #
10563 #- type: "plot"
10564 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10565 #  algorithm: "plot_perf_box_name"
10566 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10567 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10568 #  include:
10569 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10570 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10571 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10572 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10573 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10574 #  layout:
10575 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10576 #    layout: "plot-throughput"
10577 #
10578 #- type: "plot"
10579 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10580 #  algorithm: "plot_perf_box_name"
10581 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10582 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10583 #  include:
10584 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10585 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10586 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10587 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10588 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10589 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10590 #  layout:
10591 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10592 #    layout: "plot-throughput"
10593 #
10594 #- type: "plot"
10595 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10596 #  algorithm: "plot_perf_box_name"
10597 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10598 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10599 #  include:
10600 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10601 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10602 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10603 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10604 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10605 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10606 #  layout:
10607 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10608 #    layout: "plot-throughput"
10609
10610 - type: "plot"
10611   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10612   algorithm: "plot_perf_box_name"
10613   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10614   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10615   include:
10616     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10617     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10618     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10619     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10620     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10621   layout:
10622     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10623     layout: "plot-throughput"
10624
10625 - type: "plot"
10626   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10627   algorithm: "plot_perf_box_name"
10628   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10629   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10630   include:
10631     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10632     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10633     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10634     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10635     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10636   layout:
10637     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10638     layout: "plot-throughput"
10639
10640 - type: "plot"
10641   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10642   algorithm: "plot_perf_box_name"
10643   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10644   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10645   include:
10646     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10647     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10648     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10649     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10650     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10651     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10652   layout:
10653     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10654     layout: "plot-throughput"
10655
10656 - type: "plot"
10657   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10658   algorithm: "plot_perf_box_name"
10659   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10660   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10661   include:
10662     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10663     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10664     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10665     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10666     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10667     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10668   layout:
10669     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10670     layout: "plot-throughput"
10671
10672 - type: "plot"
10673   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10674   algorithm: "plot_perf_box_name"
10675   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10676   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10677   include:
10678     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10679     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10680     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10681     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10682     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10683   layout:
10684     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10685     layout: "plot-throughput"
10686
10687 - type: "plot"
10688   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10689   algorithm: "plot_perf_box_name"
10690   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10691   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10692   include:
10693     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10694     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10695     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10696     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10697     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10698   layout:
10699     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10700     layout: "plot-throughput"
10701
10702 - type: "plot"
10703   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10704   algorithm: "plot_perf_box_name"
10705   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10706   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10707   include:
10708     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10709     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10710     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10711     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10712     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10713     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10714   layout:
10715     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10716     layout: "plot-throughput"
10717
10718 - type: "plot"
10719   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10720   algorithm: "plot_perf_box_name"
10721   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10722   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10723   include:
10724     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10725     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10726     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10727     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10728     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10729     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10730   layout:
10731     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10732     layout: "plot-throughput"
10733
10734 - type: "plot"
10735   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10736   algorithm: "plot_perf_box_name"
10737   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10738   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10739   include:
10740     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10741     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10742     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10743     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10744     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10745   layout:
10746     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10747     layout: "plot-throughput"
10748
10749 - type: "plot"
10750   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10751   algorithm: "plot_perf_box_name"
10752   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10753   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10754   include:
10755     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10756     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10757     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10758     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10759     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10760   layout:
10761     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10762     layout: "plot-throughput"
10763
10764 - type: "plot"
10765   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10766   algorithm: "plot_perf_box_name"
10767   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10768   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10769   include:
10770     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10771     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10772     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10773     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10774     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10775     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10776   layout:
10777     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10778     layout: "plot-throughput"
10779
10780 - type: "plot"
10781   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10782   algorithm: "plot_perf_box_name"
10783   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10784   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10785   include:
10786     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10787     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10788     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10789     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10790     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10791     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10792   layout:
10793     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10794     layout: "plot-throughput"
10795
10796 - type: "plot"
10797   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
10798   algorithm: "plot_perf_box_name"
10799   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
10800   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10801   include:
10802     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10803     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10804   layout:
10805     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
10806     layout: "plot-throughput"
10807
10808 - type: "plot"
10809   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
10810   algorithm: "plot_perf_box_name"
10811   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
10812   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10813   include:
10814     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10815     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10816   layout:
10817     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
10818     layout: "plot-throughput"
10819
10820 #- type: "plot"
10821 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
10822 #  algorithm: "plot_perf_box_name"
10823 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
10824 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10825 #  include:
10826 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
10827 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10828 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10829 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10830 #  layout:
10831 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
10832 #    layout: "plot-throughput"
10833 #
10834 #- type: "plot"
10835 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
10836 #  algorithm: "plot_perf_box_name"
10837 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
10838 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10839 #  include:
10840 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
10841 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10842 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10843 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10844 #  layout:
10845 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
10846 #    layout: "plot-throughput"
10847
10848 - type: "plot"
10849   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10850   algorithm: "plot_perf_box_name"
10851   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10852   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10853   include:
10854     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10855     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10856     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10857     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10858   layout:
10859     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10860     layout: "plot-throughput"
10861
10862 - type: "plot"
10863   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10864   algorithm: "plot_perf_box_name"
10865   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10866   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10867   include:
10868     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10869     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10870     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10871     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10872   layout:
10873     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10874     layout: "plot-throughput"
10875
10876 - type: "plot"
10877   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10878   algorithm: "plot_perf_box_name"
10879   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10880   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10881   include:
10882     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10883     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10884     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10885     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10886   layout:
10887     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10888     layout: "plot-throughput"
10889
10890 - type: "plot"
10891   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10892   algorithm: "plot_perf_box_name"
10893   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10894   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10895   include:
10896     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10897     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10898     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10899     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10900   layout:
10901     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10902     layout: "plot-throughput"
10903
10904 #- type: "plot"
10905 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10906 #  algorithm: "plot_perf_box_name"
10907 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10908 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10909 #  include:
10910 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10911 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10912 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10913 #  layout:
10914 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10915 #    layout: "plot-throughput"
10916 #
10917 #- type: "plot"
10918 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10919 #  algorithm: "plot_perf_box_name"
10920 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10921 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10922 #  include:
10923 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10924 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10925 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10926 #  layout:
10927 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10928 #    layout: "plot-throughput"
10929 #
10930 #- type: "plot"
10931 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10932 #  algorithm: "plot_perf_box_name"
10933 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10934 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10935 #  include:
10936 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10937 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10938 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
10939 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
10940 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10941 #  layout:
10942 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10943 #    layout: "plot-throughput"
10944 #
10945 #- type: "plot"
10946 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10947 #  algorithm: "plot_perf_box_name"
10948 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10949 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10950 #  include:
10951 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10952 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10953 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
10954 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
10955 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10956 #  layout:
10957 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10958 #    layout: "plot-throughput"
10959
10960 - type: "plot"
10961   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
10962   algorithm: "plot_perf_box_name"
10963   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
10964   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10965   include:
10966     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
10967     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
10968     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
10969   layout:
10970     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
10971     layout: "plot-throughput"
10972
10973 - type: "plot"
10974   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
10975   algorithm: "plot_perf_box_name"
10976   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
10977   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10978   include:
10979     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
10980     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
10981     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
10982   layout:
10983     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
10984     layout: "plot-throughput"
10985
10986 #- type: "plot"
10987 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10988 #  algorithm: "plot_perf_box_name"
10989 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10990 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10991 #  include:
10992 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10993 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10994 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10995 #  layout:
10996 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10997 #    layout: "plot-throughput"
10998 #
10999 #- type: "plot"
11000 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11001 #  algorithm: "plot_perf_box_name"
11002 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11003 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11004 #  include:
11005 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11006 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11007 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11008 #  layout:
11009 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11010 #    layout: "plot-throughput"
11011 #
11012 #- type: "plot"
11013 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11014 #  algorithm: "plot_perf_box_name"
11015 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11016 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11017 #  include:
11018 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11019 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11020 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11021 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11022 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11023 #  layout:
11024 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11025 #    layout: "plot-throughput"
11026 #
11027 #- type: "plot"
11028 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11029 #  algorithm: "plot_perf_box_name"
11030 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11031 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11032 #  include:
11033 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11034 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11035 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11036 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11037 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11038 #  layout:
11039 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11040 #    layout: "plot-throughput"
11041
11042 - type: "plot"
11043   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11044   algorithm: "plot_perf_box_name"
11045   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11046   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11047   include:
11048     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11049     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11050     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11051     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11052     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11053   layout:
11054     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11055     layout: "plot-throughput"
11056
11057 - type: "plot"
11058   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11059   algorithm: "plot_perf_box_name"
11060   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11061   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11062   include:
11063     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11064     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11065     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11066     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11067     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11068   layout:
11069     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11070     layout: "plot-throughput"
11071
11072 - type: "plot"
11073   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11074   algorithm: "plot_perf_box_name"
11075   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11076   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11077   include:
11078     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11079     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11080     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11081     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11082     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11083   layout:
11084     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11085     layout: "plot-throughput"
11086
11087 - type: "plot"
11088   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11089   algorithm: "plot_perf_box_name"
11090   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11091   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11092   include:
11093     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11094     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11095     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11096     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11097     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11098   layout:
11099     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11100     layout: "plot-throughput"
11101
11102 - type: "plot"
11103   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11104   algorithm: "plot_perf_box_name"
11105   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11106   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11107   include:
11108     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11109     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11110     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11111     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11112     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11113   layout:
11114     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11115     layout: "plot-throughput"
11116
11117 - type: "plot"
11118   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11119   algorithm: "plot_perf_box_name"
11120   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11121   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11122   include:
11123     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11124     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11125     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11126     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11127     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11128   layout:
11129     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11130     layout: "plot-throughput"
11131
11132 - type: "plot"
11133   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11134   algorithm: "plot_perf_box_name"
11135   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11136   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11137   include:
11138     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11139     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11140     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11141     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11142     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11143     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11144   layout:
11145     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11146     layout: "plot-throughput"
11147
11148 - type: "plot"
11149   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11150   algorithm: "plot_perf_box_name"
11151   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11152   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11153   include:
11154     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11155     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11156     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11157     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11158     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11159     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11160   layout:
11161     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11162     layout: "plot-throughput"
11163
11164 - type: "plot"
11165   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11166   algorithm: "plot_perf_box_name"
11167   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11168   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11169   include:
11170     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11171     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11172     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11173     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11174   layout:
11175     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11176     layout: "plot-throughput"
11177
11178 - type: "plot"
11179   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11180   algorithm: "plot_perf_box_name"
11181   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11182   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11183   include:
11184     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11185     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11186     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11187     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11188   layout:
11189     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11190     layout: "plot-throughput"
11191
11192 #- type: "plot"
11193 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11194 #  algorithm: "plot_perf_box_name"
11195 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11196 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11197 #  include:
11198 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11199 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11200 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11201 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11202 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11203 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11204 #  layout:
11205 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11206 #    layout: "plot-throughput"
11207 #
11208 #- type: "plot"
11209 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11210 #  algorithm: "plot_perf_box_name"
11211 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11212 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11213 #  include:
11214 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11215 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11216 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11217 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11218 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11219 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11220 #  layout:
11221 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11222 #    layout: "plot-throughput"
11223
11224 - type: "plot"
11225   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11226   algorithm: "plot_perf_box_name"
11227   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11228   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11229   include:
11230     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11231     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11232     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11233     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11234     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11235     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11236   layout:
11237     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11238     layout: "plot-throughput"
11239
11240 - type: "plot"
11241   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11242   algorithm: "plot_perf_box_name"
11243   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11244   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11245   include:
11246     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11247     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11248     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11249     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11250     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11251     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11252   layout:
11253     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11254     layout: "plot-throughput"
11255
11256 - type: "plot"
11257   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11258   algorithm: "plot_perf_box_name"
11259   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11260   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11261   include:
11262     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11263     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11264     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11265     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11266     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11267     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11268   layout:
11269     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11270     layout: "plot-throughput"
11271
11272 - type: "plot"
11273   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11274   algorithm: "plot_perf_box_name"
11275   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11276   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11277   include:
11278     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11279     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11280     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11281     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11282     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11283     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11284   layout:
11285     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11286     layout: "plot-throughput"
11287
11288 #- type: "plot"
11289 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11290 #  algorithm: "plot_perf_box_name"
11291 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11292 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11293 #  include:
11294 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11295 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11296 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11297 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11298 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11299 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11300 #  layout:
11301 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11302 #    layout: "plot-throughput"
11303 #
11304 #- type: "plot"
11305 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11306 #  algorithm: "plot_perf_box_name"
11307 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11308 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11309 #  include:
11310 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11311 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11312 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11313 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11314 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11315 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11316 #  layout:
11317 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11318 #    layout: "plot-throughput"
11319 #
11320 #- type: "plot"
11321 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11322 #  algorithm: "plot_perf_box_name"
11323 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11324 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11325 #  include:
11326 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11327 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11328 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11329 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11330 #  layout:
11331 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11332 #    layout: "plot-throughput"
11333 #
11334 #- type: "plot"
11335 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11336 #  algorithm: "plot_perf_box_name"
11337 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11338 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11339 #  include:
11340 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11341 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11342 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11343 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11344 #  layout:
11345 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11346 #    layout: "plot-throughput"
11347 #
11348 #- type: "plot"
11349 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11350 #  algorithm: "plot_perf_box_name"
11351 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11352 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11353 #  include:
11354 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11355 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11356 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11357 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11358 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11359 #  layout:
11360 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11361 #    layout: "plot-throughput"
11362 #
11363 #- type: "plot"
11364 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11365 #  algorithm: "plot_perf_box_name"
11366 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11367 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11368 #  include:
11369 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11370 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11371 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11372 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11373 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11374 #  layout:
11375 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11376 #    layout: "plot-throughput"
11377 #
11378 #- type: "plot"
11379 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11380 #  algorithm: "plot_perf_box_name"
11381 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11382 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11383 #  include:
11384 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11385 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11386 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11387 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11388 #  layout:
11389 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11390 #    layout: "plot-throughput"
11391 #
11392 #- type: "plot"
11393 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11394 #  algorithm: "plot_perf_box_name"
11395 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11396 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11397 #  include:
11398 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11399 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11400 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11401 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11402 #  layout:
11403 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11404 #    layout: "plot-throughput"
11405
11406 - type: "plot"
11407   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11408   algorithm: "plot_perf_box_name"
11409   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11410   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11411   include:
11412     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11413     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11414     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11415     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11416     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11417     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11418   layout:
11419     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11420     layout: "plot-throughput"
11421
11422 - type: "plot"
11423   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11424   algorithm: "plot_perf_box_name"
11425   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11426   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11427   include:
11428     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11429     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11430     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11431     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11432     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11433     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11434   layout:
11435     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11436     layout: "plot-throughput"
11437
11438 #- type: "plot"
11439 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11440 #  algorithm: "plot_perf_box_name"
11441 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11442 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11443 #  include:
11444 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11445 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11446 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11447 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11448 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11449 #  layout:
11450 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11451 #    layout: "plot-throughput"
11452 #
11453 #- type: "plot"
11454 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11455 #  algorithm: "plot_perf_box_name"
11456 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11457 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11458 #  include:
11459 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11460 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11461 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11462 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11463 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11464 #  layout:
11465 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11466 #    layout: "plot-throughput"
11467 #
11468 #- type: "plot"
11469 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11470 #  algorithm: "plot_perf_box_name"
11471 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11472 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11473 #  include:
11474 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11475 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11476 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11477 #  layout:
11478 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11479 #    layout: "plot-throughput"
11480 #
11481 #- type: "plot"
11482 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11483 #  algorithm: "plot_perf_box_name"
11484 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11485 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11486 #  include:
11487 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11488 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11489 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11490 #  layout:
11491 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11492 #    layout: "plot-throughput"
11493 #
11494 #- type: "plot"
11495 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11496 #  algorithm: "plot_perf_box_name"
11497 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11498 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11499 #  include:
11500 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11501 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11502 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11503 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11504 #  layout:
11505 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11506 #    layout: "plot-throughput"
11507 #
11508 #- type: "plot"
11509 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11510 #  algorithm: "plot_perf_box_name"
11511 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11512 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11513 #  include:
11514 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11515 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11516 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11517 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11518 #  layout:
11519 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11520 #    layout: "plot-throughput"
11521 #
11522 #- type: "plot"
11523 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11524 #  algorithm: "plot_perf_box_name"
11525 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11526 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11527 #  include:
11528 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11529 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11530 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11531 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11532 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11533 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11534 #  layout:
11535 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11536 #    layout: "plot-throughput"
11537 #
11538 #- type: "plot"
11539 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11540 #  algorithm: "plot_perf_box_name"
11541 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11542 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11543 #  include:
11544 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11545 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11546 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11547 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11548 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11549 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11550 #  layout:
11551 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11552 #    layout: "plot-throughput"
11553 #
11554 #- type: "plot"
11555 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11556 #  algorithm: "plot_perf_box_name"
11557 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11558 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11559 #  include:
11560 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11561 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11562 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11563 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11564 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11565 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11566 #  layout:
11567 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11568 #    layout: "plot-throughput"
11569 #
11570 #- type: "plot"
11571 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11572 #  algorithm: "plot_perf_box_name"
11573 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11574 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11575 #  include:
11576 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11577 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11578 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11579 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11580 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11581 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11582 #  layout:
11583 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11584 #    layout: "plot-throughput"
11585
11586 - type: "plot"
11587   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11588   algorithm: "plot_perf_box_name"
11589   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11590   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11591   include:
11592     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11593     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11594     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11595     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11596   layout:
11597     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11598     layout: "plot-throughput"
11599
11600 - type: "plot"
11601   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11602   algorithm: "plot_perf_box_name"
11603   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11604   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11605   include:
11606     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11607     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11608     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11609     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11610   layout:
11611     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11612     layout: "plot-throughput"
11613
11614 - type: "plot"
11615   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11616   algorithm: "plot_perf_box_name"
11617   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11618   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11619   include:
11620     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11621     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11622     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11623     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11624     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11625     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11626   layout:
11627     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11628     layout: "plot-throughput"
11629
11630 - type: "plot"
11631   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11632   algorithm: "plot_perf_box_name"
11633   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11634   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11635   include:
11636     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11637     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11638     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11639     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11640     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11641     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11642   layout:
11643     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11644     layout: "plot-throughput"
11645
11646 - type: "plot"
11647   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11648   algorithm: "plot_perf_box_name"
11649   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11650   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11651   include:
11652     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11653     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11654     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11655     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11656     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11657     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11658   layout:
11659     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11660     layout: "plot-throughput"
11661
11662 - type: "plot"
11663   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11664   algorithm: "plot_perf_box_name"
11665   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11666   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11667   include:
11668     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11669     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11670     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11671     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11672     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11673     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11674   layout:
11675     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11676     layout: "plot-throughput"
11677
11678 - type: "plot"
11679   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11680   algorithm: "plot_perf_box_name"
11681   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11682   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11683   include:
11684     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11685     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11686     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11687     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11688   layout:
11689     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11690     layout: "plot-throughput"
11691
11692 - type: "plot"
11693   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11694   algorithm: "plot_perf_box_name"
11695   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11696   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11697   include:
11698     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11699     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11700     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11701     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11702   layout:
11703     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11704     layout: "plot-throughput"
11705
11706 - type: "plot"
11707   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11708   algorithm: "plot_perf_box_name"
11709   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11710   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11711   include:
11712     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11713     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11714     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11715     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11716     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11717     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11718   layout:
11719     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11720     layout: "plot-throughput"
11721
11722 - type: "plot"
11723   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11724   algorithm: "plot_perf_box_name"
11725   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11726   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11727   include:
11728     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11729     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11730     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11731     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11732     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11733     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11734   layout:
11735     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11736     layout: "plot-throughput"
11737
11738 - type: "plot"
11739   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11740   algorithm: "plot_perf_box_name"
11741   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11742   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11743   include:
11744     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11745     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11746     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11747     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11748   layout:
11749     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11750     layout: "plot-throughput"
11751
11752 - type: "plot"
11753   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11754   algorithm: "plot_perf_box_name"
11755   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11756   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11757   include:
11758     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11759     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11760     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11761     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11762   layout:
11763     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11764     layout: "plot-throughput"
11765
11766 - type: "plot"
11767   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11768   algorithm: "plot_perf_box_name"
11769   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11770   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11771   include:
11772     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11773     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11774     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11775     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11776     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11777     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11778   layout:
11779     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11780     layout: "plot-throughput"
11781
11782 - type: "plot"
11783   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11784   algorithm: "plot_perf_box_name"
11785   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11786   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11787   include:
11788     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11789     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11790     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11791     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11792     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11793     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11794   layout:
11795     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11796     layout: "plot-throughput"
11797
11798 - type: "plot"
11799   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11800   algorithm: "plot_perf_box_name"
11801   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11802   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11803   include:
11804     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11805     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11806     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11807     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11808     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11809     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11810   layout:
11811     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11812     layout: "plot-throughput"
11813
11814 - type: "plot"
11815   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11816   algorithm: "plot_perf_box_name"
11817   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11818   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11819   include:
11820     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11821     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11822     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11823     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11824     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11825     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11826   layout:
11827     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11828     layout: "plot-throughput"
11829
11830 - type: "plot"
11831   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
11832   algorithm: "plot_perf_box_name"
11833   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
11834   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11835   include:
11836     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11837     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11838     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11839     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11840     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11841     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11842   layout:
11843     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
11844     layout: "plot-throughput"
11845
11846 - type: "plot"
11847   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
11848   algorithm: "plot_perf_box_name"
11849   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
11850   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11851   include:
11852     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11853     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11854     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11855     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11856     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11857     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11858   layout:
11859     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
11860     layout: "plot-throughput"
11861
11862 #- type: "plot"
11863 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
11864 #  algorithm: "plot_perf_box_name"
11865 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
11866 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11867 #  include:
11868 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11869 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11870 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11871 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11872 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11873 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11874 #  layout:
11875 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
11876 #    layout: "plot-throughput"
11877 #
11878 #- type: "plot"
11879 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
11880 #  algorithm: "plot_perf_box_name"
11881 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
11882 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11883 #  include:
11884 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11885 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11886 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11887 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11888 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11889 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11890 #  layout:
11891 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
11892 #    layout: "plot-throughput"
11893
11894 - type: "plot"
11895   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11896   algorithm: "plot_perf_box_name"
11897   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11898   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11899   include:
11900     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11901     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11902     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11903     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11904     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11905     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11906   layout:
11907     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11908     layout: "plot-throughput"
11909
11910 - type: "plot"
11911   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11912   algorithm: "plot_perf_box_name"
11913   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11914   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11915   include:
11916     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11917     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11918     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11919     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11920     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11921     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11922   layout:
11923     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11924     layout: "plot-throughput"
11925
11926 - type: "plot"
11927   title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11928   algorithm: "plot_perf_box_name"
11929   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11930   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11931   include:
11932     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11933     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11934     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11935   layout:
11936     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11937     layout: "plot-throughput"
11938
11939 - type: "plot"
11940   title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11941   algorithm: "plot_perf_box_name"
11942   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11943   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11944   include:
11945     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11946     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11947     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11948   layout:
11949     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11950     layout: "plot-throughput"
11951
11952 #- type: "plot"
11953 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
11954 #  algorithm: "plot_perf_box_name"
11955 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
11956 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11957 #  include:
11958 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11959 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11960 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11961 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11962 #  layout:
11963 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
11964 #    layout: "plot-throughput"
11965 #
11966 #- type: "plot"
11967 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
11968 #  algorithm: "plot_perf_box_name"
11969 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
11970 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11971 #  include:
11972 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11973 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11974 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11975 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11976 #  layout:
11977 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
11978 #    layout: "plot-throughput"
11979 #
11980 #- type: "plot"
11981 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
11982 #  algorithm: "plot_perf_box_name"
11983 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
11984 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11985 #  include:
11986 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11987 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11988 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11989 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
11990 #  layout:
11991 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
11992 #    layout: "plot-throughput"
11993 #
11994 #- type: "plot"
11995 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
11996 #  algorithm: "plot_perf_box_name"
11997 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
11998 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11999 #  include:
12000 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12001 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12002 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12003 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12004 #  layout:
12005 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12006 #    layout: "plot-throughput"
12007
12008 - type: "plot"
12009   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12010   algorithm: "plot_perf_box_name"
12011   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12012   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12013   include:
12014     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12015     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12016     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12017     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12018   layout:
12019     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12020     layout: "plot-throughput"
12021
12022 - type: "plot"
12023   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12024   algorithm: "plot_perf_box_name"
12025   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12026   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12027   include:
12028     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12029     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12030     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12031     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12032   layout:
12033     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12034     layout: "plot-throughput"
12035
12036 - type: "plot"
12037   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12038   algorithm: "plot_perf_box_name"
12039   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12040   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12041   include:
12042     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12043     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12044     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12045     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12046   layout:
12047     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12048     layout: "plot-throughput"
12049
12050 - type: "plot"
12051   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12052   algorithm: "plot_perf_box_name"
12053   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12054   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12055   include:
12056     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12057     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12058     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12059     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12060   layout:
12061     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12062     layout: "plot-throughput"
12063
12064 #- type: "plot"
12065 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12066 #  algorithm: "plot_perf_box_name"
12067 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12068 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12069 #  include:
12070 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12071 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12072 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12073 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12074 #  layout:
12075 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12076 #    layout: "plot-throughput"
12077 #
12078 #- type: "plot"
12079 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12080 #  algorithm: "plot_perf_box_name"
12081 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12082 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12083 #  include:
12084 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12085 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12086 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12087 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12088 #  layout:
12089 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12090 #    layout: "plot-throughput"
12091 #
12092 #- type: "plot"
12093 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12094 #  algorithm: "plot_perf_box_name"
12095 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12096 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12097 #  include:
12098 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12099 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12100 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12101 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12102 #  layout:
12103 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12104 #    layout: "plot-throughput"
12105 #
12106 #- type: "plot"
12107 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12108 #  algorithm: "plot_perf_box_name"
12109 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12110 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12111 #  include:
12112 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12113 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12114 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12115 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12116 #  layout:
12117 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12118 #    layout: "plot-throughput"
12119 #
12120 #- type: "plot"
12121 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12122 #  algorithm: "plot_perf_box_name"
12123 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12124 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12125 #  include:
12126 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12127 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12128 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12129 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12130 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12131 #  layout:
12132 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12133 #    layout: "plot-throughput"
12134 #
12135 #- type: "plot"
12136 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12137 #  algorithm: "plot_perf_box_name"
12138 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12139 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12140 #  include:
12141 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12142 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12143 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12144 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12145 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12146 #  layout:
12147 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12148 #    layout: "plot-throughput"
12149 #
12150 #- type: "plot"
12151 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12152 #  algorithm: "plot_perf_box_name"
12153 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12154 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12155 #  include:
12156 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12157 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12158 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12159 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12160 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12161 #  layout:
12162 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12163 #    layout: "plot-throughput"
12164 #
12165 #- type: "plot"
12166 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12167 #  algorithm: "plot_perf_box_name"
12168 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12169 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12170 #  include:
12171 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12172 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12173 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12174 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12175 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12176 #  layout:
12177 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12178 #    layout: "plot-throughput"
12179 #
12180 #- type: "plot"
12181 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12182 #  algorithm: "plot_perf_box_name"
12183 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12184 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12185 #  include:
12186 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12187 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12188 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12189 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12190 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12191 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12192 #  layout:
12193 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12194 #    layout: "plot-throughput"
12195 #
12196 #- type: "plot"
12197 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12198 #  algorithm: "plot_perf_box_name"
12199 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12200 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12201 #  include:
12202 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12203 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12204 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12205 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12206 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12207 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12208 #  layout:
12209 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12210 #    layout: "plot-throughput"
12211 #
12212 #- type: "plot"
12213 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12214 #  algorithm: "plot_perf_box_name"
12215 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12216 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12217 #  include:
12218 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12219 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12220 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12221 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12222 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12223 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12224 #  layout:
12225 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12226 #    layout: "plot-throughput"
12227 #
12228 #- type: "plot"
12229 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12230 #  algorithm: "plot_perf_box_name"
12231 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12232 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12233 #  include:
12234 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12235 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12236 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12237 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12238 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12239 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12240 #  layout:
12241 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12242 #    layout: "plot-throughput"
12243
12244 - type: "plot"
12245   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12246   algorithm: "plot_perf_box_name"
12247   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12248   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12249   include:
12250     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12251     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12252     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12253     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12254     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12255   layout:
12256     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12257     layout: "plot-throughput"
12258
12259 - type: "plot"
12260   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12261   algorithm: "plot_perf_box_name"
12262   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12263   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12264   include:
12265     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12266     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12267     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12268     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12269     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12270   layout:
12271     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12272     layout: "plot-throughput"
12273
12274 - type: "plot"
12275   title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12276   algorithm: "plot_perf_box_name"
12277   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12278   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12279   include:
12280     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12281     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12282     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12283     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12284     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12285     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12286   layout:
12287     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12288     layout: "plot-throughput"
12289
12290 - type: "plot"
12291   title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12292   algorithm: "plot_perf_box_name"
12293   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12294   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12295   include:
12296     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12297     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12298     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12299     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12300     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12301     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12302   layout:
12303     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12304     layout: "plot-throughput"
12305
12306 #- type: "plot"
12307 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12308 #  algorithm: "plot_perf_box_name"
12309 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12310 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12311 #  include:
12312 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12313 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12314 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12315 #  layout:
12316 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12317 #    layout: "plot-throughput"
12318 #
12319 #- type: "plot"
12320 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12321 #  algorithm: "plot_perf_box_name"
12322 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12323 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12324 #  include:
12325 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12326 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12327 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12328 #  layout:
12329 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12330 #    layout: "plot-throughput"
12331
12332 ################################################################################
12333
12334 # Packet Speedup
12335
12336 #- type: "plot"
12337 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12338 #  algorithm: "plot_tsa_name"
12339 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12340 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12341 #  include:
12342 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12343 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12344 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12345 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12346 #  layout:
12347 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
12348 #    layout: "plot-throughput-speedup-analysis"
12349 #
12350 #- type: "plot"
12351 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12352 #  algorithm: "plot_tsa_name"
12353 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12354 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12355 #  include:
12356 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12357 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12358 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12359 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12360 #  layout:
12361 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
12362 #    layout: "plot-throughput-speedup-analysis"
12363 #
12364 #- type: "plot"
12365 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12366 #  algorithm: "plot_tsa_name"
12367 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12368 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12369 #  include:
12370 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12371 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12372 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12373 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12374 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12375 #  layout:
12376 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
12377 #    layout: "plot-throughput-speedup-analysis"
12378 #
12379 #- type: "plot"
12380 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12381 #  algorithm: "plot_tsa_name"
12382 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12383 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12384 #  include:
12385 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12386 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12387 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12388 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12389 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12390 #  layout:
12391 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
12392 #    layout: "plot-throughput-speedup-analysis"
12393 #
12394 #- type: "plot"
12395 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12396 #  algorithm: "plot_tsa_name"
12397 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12398 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12399 #  include:
12400 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12401 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12402 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12403 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12404 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12405 #  layout:
12406 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12407 #    layout: "plot-throughput-speedup-analysis"
12408 #
12409 #- type: "plot"
12410 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12411 #  algorithm: "plot_tsa_name"
12412 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12413 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12414 #  include:
12415 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12416 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12417 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12418 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12419 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12420 #  layout:
12421 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12422 #    layout: "plot-throughput-speedup-analysis"
12423 #
12424 #- type: "plot"
12425 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12426 #  algorithm: "plot_tsa_name"
12427 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12428 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12429 #  include:
12430 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12431 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12432 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12433 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12434 #  layout:
12435 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12436 #    layout: "plot-throughput-speedup-analysis"
12437 #
12438 #- type: "plot"
12439 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12440 #  algorithm: "plot_tsa_name"
12441 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12442 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12443 #  include:
12444 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12445 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12446 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12447 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12448 #  layout:
12449 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12450 #    layout: "plot-throughput-speedup-analysis"
12451 #
12452 #- type: "plot"
12453 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12454 #  algorithm: "plot_tsa_name"
12455 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12456 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12457 #  include:
12458 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12459 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12460 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12461 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12462 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12463 #  layout:
12464 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12465 #    layout: "plot-throughput-speedup-analysis"
12466 #
12467 #- type: "plot"
12468 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12469 #  algorithm: "plot_tsa_name"
12470 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12471 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12472 #  include:
12473 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12474 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12475 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12476 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12477 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12478 #  layout:
12479 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12480 #    layout: "plot-throughput-speedup-analysis"
12481 #
12482 #- type: "plot"
12483 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12484 #  algorithm: "plot_tsa_name"
12485 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12486 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12487 #  include:
12488 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12489 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12490 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12491 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12492 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12493 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12494 #  layout:
12495 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12496 #    layout: "plot-throughput-speedup-analysis"
12497 #
12498 #- type: "plot"
12499 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12500 #  algorithm: "plot_tsa_name"
12501 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12502 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12503 #  include:
12504 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12505 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12506 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12507 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12508 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12509 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12510 #  layout:
12511 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12512 #    layout: "plot-throughput-speedup-analysis"
12513
12514 - type: "plot"
12515   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12516   algorithm: "plot_tsa_name"
12517   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12518   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12519   include:
12520     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12521     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12522     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12523   layout:
12524     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
12525     layout: "plot-throughput-speedup-analysis"
12526
12527 - type: "plot"
12528   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12529   algorithm: "plot_tsa_name"
12530   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12531   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12532   include:
12533     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12534     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12535     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12536   layout:
12537     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
12538     layout: "plot-throughput-speedup-analysis"
12539
12540 #- type: "plot"
12541 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12542 #  algorithm: "plot_tsa_name"
12543 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12544 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12545 #  include:
12546 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12547 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12548 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12549 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12550 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12551 #  layout:
12552 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12553 #    layout: "plot-throughput-speedup-analysis"
12554 #
12555 #- type: "plot"
12556 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12557 #  algorithm: "plot_tsa_name"
12558 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12559 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12560 #  include:
12561 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12562 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12563 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12564 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12565 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12566 #  layout:
12567 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12568 #    layout: "plot-throughput-speedup-analysis"
12569 #
12570 #- type: "plot"
12571 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12572 #  algorithm: "plot_tsa_name"
12573 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12574 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12575 #  include:
12576 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12577 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12578 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12579 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12580 #  layout:
12581 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12582 #    layout: "plot-throughput-speedup-analysis"
12583 #
12584 #- type: "plot"
12585 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12586 #  algorithm: "plot_tsa_name"
12587 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12588 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12589 #  include:
12590 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12591 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12592 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12593 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12594 #  layout:
12595 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12596 #    layout: "plot-throughput-speedup-analysis"
12597 #
12598 #- type: "plot"
12599 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12600 #  algorithm: "plot_tsa_name"
12601 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12602 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12603 #  include:
12604 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12605 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12606 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12607 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12608 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12609 #  layout:
12610 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12611 #    layout: "plot-throughput-speedup-analysis"
12612 #
12613 #- type: "plot"
12614 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12615 #  algorithm: "plot_tsa_name"
12616 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12617 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12618 #  include:
12619 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12620 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12621 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12622 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12623 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12624 #  layout:
12625 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12626 #    layout: "plot-throughput-speedup-analysis"
12627 #
12628 #- type: "plot"
12629 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12630 #  algorithm: "plot_tsa_name"
12631 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12632 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12633 #  include:
12634 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12635 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12636 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12637 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12638 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12639 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12640 #  layout:
12641 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12642 #    layout: "plot-throughput-speedup-analysis"
12643 #
12644 #- type: "plot"
12645 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12646 #  algorithm: "plot_tsa_name"
12647 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12648 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12649 #  include:
12650 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12651 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12652 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12653 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12654 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12655 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12656 #  layout:
12657 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12658 #    layout: "plot-throughput-speedup-analysis"
12659
12660 - type: "plot"
12661   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12662   algorithm: "plot_tsa_name"
12663   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12664   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12665   include:
12666     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12667     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12668   layout:
12669     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
12670     layout: "plot-throughput-speedup-analysis"
12671
12672 - type: "plot"
12673   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12674   algorithm: "plot_tsa_name"
12675   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12676   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12677   include:
12678     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12679     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12680   layout:
12681     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
12682     layout: "plot-throughput-speedup-analysis"
12683
12684 #- type: "plot"
12685 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12686 #  algorithm: "plot_tsa_name"
12687 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12688 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12689 #  include:
12690 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12691 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12692 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12693 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12694 #  layout:
12695 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
12696 #    layout: "plot-throughput-speedup-analysis"
12697 #
12698 #- type: "plot"
12699 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12700 #  algorithm: "plot_tsa_name"
12701 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12702 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12703 #  include:
12704 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12705 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12706 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12707 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12708 #  layout:
12709 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
12710 #    layout: "plot-throughput-speedup-analysis"
12711 #
12712 #- type: "plot"
12713 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12714 #  algorithm: "plot_tsa_name"
12715 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12716 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12717 #  include:
12718 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12719 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12720 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12721 #  layout:
12722 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
12723 #    layout: "plot-throughput-speedup-analysis"
12724 #
12725 #- type: "plot"
12726 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12727 #  algorithm: "plot_tsa_name"
12728 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12729 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12730 #  include:
12731 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12732 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12733 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12734 #  layout:
12735 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
12736 #    layout: "plot-throughput-speedup-analysis"
12737 #
12738 #- type: "plot"
12739 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12740 #  algorithm: "plot_tsa_name"
12741 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12742 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12743 #  include:
12744 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12745 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12746 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12747 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12748 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12749 #  layout:
12750 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
12751 #    layout: "plot-throughput-speedup-analysis"
12752 #
12753 #- type: "plot"
12754 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12755 #  algorithm: "plot_tsa_name"
12756 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12757 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12758 #  include:
12759 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12760 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12761 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12762 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12763 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12764 #  layout:
12765 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
12766 #    layout: "plot-throughput-speedup-analysis"
12767
12768 - type: "plot"
12769   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12770   algorithm: "plot_tsa_name"
12771   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12772   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12773   include:
12774     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12775     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12776     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12777   layout:
12778     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
12779     layout: "plot-throughput-speedup-analysis"
12780
12781 - type: "plot"
12782   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12783   algorithm: "plot_tsa_name"
12784   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12785   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12786   include:
12787     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12788     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12789     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12790   layout:
12791     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
12792     layout: "plot-throughput-speedup-analysis"
12793
12794 #- type: "plot"
12795 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12796 #  algorithm: "plot_tsa_name"
12797 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12798 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12799 #  include:
12800 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12801 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12802 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12803 #  layout:
12804 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
12805 #    layout: "plot-throughput-speedup-analysis"
12806 #
12807 #- type: "plot"
12808 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12809 #  algorithm: "plot_tsa_name"
12810 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12811 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12812 #  include:
12813 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12814 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12815 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12816 #  layout:
12817 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
12818 #    layout: "plot-throughput-speedup-analysis"
12819 #
12820 #- type: "plot"
12821 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12822 #  algorithm: "plot_tsa_name"
12823 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12824 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12825 #  include:
12826 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12827 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12828 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12829 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12830 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12831 #  layout:
12832 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
12833 #    layout: "plot-throughput-speedup-analysis"
12834 #
12835 #- type: "plot"
12836 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12837 #  algorithm: "plot_tsa_name"
12838 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12839 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12840 #  include:
12841 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12842 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12843 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12844 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12845 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12846 #  layout:
12847 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
12848 #    layout: "plot-throughput-speedup-analysis"
12849
12850 - type: "plot"
12851   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
12852   algorithm: "plot_tsa_name"
12853   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
12854   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12855   include:
12856     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12857     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12858     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12859     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12860     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12861     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12862   layout:
12863     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12864     layout: "plot-throughput-speedup-analysis"
12865
12866 - type: "plot"
12867   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
12868   algorithm: "plot_tsa_name"
12869   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
12870   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12871   include:
12872     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12873     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12874     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12875     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12876     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12877     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12878   layout:
12879     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12880     layout: "plot-throughput-speedup-analysis"
12881
12882 - type: "plot"
12883   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
12884   algorithm: "plot_tsa_name"
12885   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
12886   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12887   include:
12888     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12889     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12890     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12891     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12892   layout:
12893     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12894     layout: "plot-throughput-speedup-analysis"
12895
12896 - type: "plot"
12897   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
12898   algorithm: "plot_tsa_name"
12899   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
12900   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12901   include:
12902     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12903     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12904     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12905     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12906   layout:
12907     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12908     layout: "plot-throughput-speedup-analysis"
12909
12910 #- type: "plot"
12911 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
12912 #  algorithm: "plot_tsa_name"
12913 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
12914 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12915 #  include:
12916 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12917 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12918 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12919 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12920 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12921 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12922 #  layout:
12923 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
12924 #    layout: "plot-throughput-speedup-analysis"
12925 #
12926 #- type: "plot"
12927 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
12928 #  algorithm: "plot_tsa_name"
12929 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
12930 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12931 #  include:
12932 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12933 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12934 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12935 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12936 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12937 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12938 #  layout:
12939 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
12940 #    layout: "plot-throughput-speedup-analysis"
12941 #
12942 #- type: "plot"
12943 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
12944 #  algorithm: "plot_tsa_name"
12945 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
12946 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12947 #  include:
12948 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
12949 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12950 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12951 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12952 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12953 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
12954 #  layout:
12955 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
12956 #    layout: "plot-throughput-speedup-analysis"
12957 #
12958 #- type: "plot"
12959 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
12960 #  algorithm: "plot_tsa_name"
12961 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
12962 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12963 #  include:
12964 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
12965 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12966 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12967 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12968 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12969 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
12970 #  layout:
12971 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
12972 #    layout: "plot-throughput-speedup-analysis"
12973 #
12974 #- type: "plot"
12975 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
12976 #  algorithm: "plot_tsa_name"
12977 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
12978 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12979 #  include:
12980 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
12981 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
12982 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12983 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12984 #  layout:
12985 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
12986 #    layout: "plot-throughput-speedup-analysis"
12987 #
12988 #- type: "plot"
12989 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
12990 #  algorithm: "plot_tsa_name"
12991 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
12992 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12993 #  include:
12994 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
12995 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
12996 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12997 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12998 #  layout:
12999 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
13000 #    layout: "plot-throughput-speedup-analysis"
13001 #
13002 #- type: "plot"
13003 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13004 #  algorithm: "plot_tsa_name"
13005 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13006 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13007 #  include:
13008 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13009 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13010 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13011 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13012 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13013 #  layout:
13014 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13015 #    layout: "plot-throughput-speedup-analysis"
13016 #
13017 #- type: "plot"
13018 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13019 #  algorithm: "plot_tsa_name"
13020 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13021 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13022 #  include:
13023 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13024 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13025 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13026 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13027 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13028 #  layout:
13029 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13030 #    layout: "plot-throughput-speedup-analysis"
13031 #
13032 #- type: "plot"
13033 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13034 #  algorithm: "plot_tsa_name"
13035 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13036 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13037 #  include:
13038 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13039 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13040 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13041 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13042 #  layout:
13043 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13044 #    layout: "plot-throughput-speedup-analysis"
13045 #
13046 #- type: "plot"
13047 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13048 #  algorithm: "plot_tsa_name"
13049 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13050 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13051 #  include:
13052 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13053 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13054 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13055 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13056 #  layout:
13057 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13058 #    layout: "plot-throughput-speedup-analysis"
13059
13060 - type: "plot"
13061   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13062   algorithm: "plot_tsa_name"
13063   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13064   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13065   include:
13066     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13067     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13068     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13069     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13070     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13071     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13072   layout:
13073     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
13074     layout: "plot-throughput-speedup-analysis"
13075
13076 - type: "plot"
13077   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13078   algorithm: "plot_tsa_name"
13079   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13080   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13081   include:
13082     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13083     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13084     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13085     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13086     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13087     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13088   layout:
13089     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
13090     layout: "plot-throughput-speedup-analysis"
13091
13092 #- type: "plot"
13093 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13094 #  algorithm: "plot_tsa_name"
13095 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13096 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13097 #  include:
13098 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13099 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13100 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13101 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13102 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13103 #  layout:
13104 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13105 #    layout: "plot-throughput-speedup-analysis"
13106 #
13107 #- type: "plot"
13108 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13109 #  algorithm: "plot_tsa_name"
13110 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13111 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13112 #  include:
13113 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13114 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13115 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13116 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13117 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13118 #  layout:
13119 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13120 #    layout: "plot-throughput-speedup-analysis"
13121 #
13122 #- type: "plot"
13123 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13124 #  algorithm: "plot_tsa_name"
13125 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13126 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13127 #  include:
13128 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13129 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13130 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13131 #  layout:
13132 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
13133 #    layout: "plot-throughput-speedup-analysis"
13134 #
13135 #- type: "plot"
13136 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13137 #  algorithm: "plot_tsa_name"
13138 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13139 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13140 #  include:
13141 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13142 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13143 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13144 #  layout:
13145 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
13146 #    layout: "plot-throughput-speedup-analysis"
13147 #
13148 #- type: "plot"
13149 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13150 #  algorithm: "plot_tsa_name"
13151 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13152 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13153 #  include:
13154 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13155 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13156 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13157 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13158 #  layout:
13159 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13160 #    layout: "plot-throughput-speedup-analysis"
13161 #
13162 #- type: "plot"
13163 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13164 #  algorithm: "plot_tsa_name"
13165 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13166 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13167 #  include:
13168 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13169 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13170 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13171 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13172 #  layout:
13173 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13174 #    layout: "plot-throughput-speedup-analysis"
13175 #
13176 #- type: "plot"
13177 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13178 #  algorithm: "plot_tsa_name"
13179 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13180 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13181 #  include:
13182 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13183 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13184 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13185 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13186 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13187 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13188 #  layout:
13189 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13190 #    layout: "plot-throughput-speedup-analysis"
13191 #
13192 #- type: "plot"
13193 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13194 #  algorithm: "plot_tsa_name"
13195 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13196 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13197 #  include:
13198 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13199 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13200 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13201 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13202 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13203 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13204 #  layout:
13205 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13206 #    layout: "plot-throughput-speedup-analysis"
13207 #
13208 #- type: "plot"
13209 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13210 #  algorithm: "plot_tsa_name"
13211 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13212 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13213 #  include:
13214 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13215 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13216 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13217 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13218 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13219 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13220 #  layout:
13221 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr"
13222 #    layout: "plot-throughput-speedup-analysis"
13223 #
13224 #- type: "plot"
13225 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13226 #  algorithm: "plot_tsa_name"
13227 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13228 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13229 #  include:
13230 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13231 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13232 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13233 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13234 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13235 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13236 #  layout:
13237 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr"
13238 #    layout: "plot-throughput-speedup-analysis"
13239
13240 - type: "plot"
13241   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13242   algorithm: "plot_tsa_name"
13243   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13244   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13245   include:
13246     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13247     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13248     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13249     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13250     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13251     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13252   layout:
13253     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
13254     layout: "plot-throughput-speedup-analysis"
13255
13256 - type: "plot"
13257   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13258   algorithm: "plot_tsa_name"
13259   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13260   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13261   include:
13262     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13263     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13264     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13265     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13266     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13267     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13268   layout:
13269     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
13270     layout: "plot-throughput-speedup-analysis"
13271
13272 #- type: "plot"
13273 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13274 #  algorithm: "plot_tsa_name"
13275 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13276 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13277 #  include:
13278 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13279 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13280 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13281 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13282 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13283 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13284 #  layout:
13285 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr"
13286 #    layout: "plot-throughput-speedup-analysis"
13287 #
13288 #- type: "plot"
13289 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13290 #  algorithm: "plot_tsa_name"
13291 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13292 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13293 #  include:
13294 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13295 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13296 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13297 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13298 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13299 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13300 #  layout:
13301 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr"
13302 #    layout: "plot-throughput-speedup-analysis"
13303 #
13304 #- type: "plot"
13305 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13306 #  algorithm: "plot_tsa_name"
13307 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13308 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13309 #  include:
13310 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13311 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13312 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13313 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13314 #  layout:
13315 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13316 #    layout: "plot-throughput-speedup-analysis"
13317 #
13318 #- type: "plot"
13319 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13320 #  algorithm: "plot_tsa_name"
13321 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13322 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13323 #  include:
13324 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13325 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13326 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13327 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13328 #  layout:
13329 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13330 #    layout: "plot-throughput-speedup-analysis"
13331 #
13332 #- type: "plot"
13333 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13334 #  algorithm: "plot_tsa_name"
13335 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13336 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13337 #  include:
13338 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13339 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13340 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13341 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13342 #  layout:
13343 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13344 #    layout: "plot-throughput-speedup-analysis"
13345 #
13346 #- type: "plot"
13347 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13348 #  algorithm: "plot_tsa_name"
13349 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13350 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13351 #  include:
13352 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13353 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13354 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13355 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13356 #  layout:
13357 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13358 #    layout: "plot-throughput-speedup-analysis"
13359
13360 - type: "plot"
13361   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13362   algorithm: "plot_tsa_name"
13363   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
13364   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13365   include:
13366     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13367     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13368     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13369     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13370   layout:
13371     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13372     layout: "plot-throughput-speedup-analysis"
13373
13374 - type: "plot"
13375   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13376   algorithm: "plot_tsa_name"
13377   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
13378   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13379   include:
13380     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13381     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13382     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13383     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13384   layout:
13385     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13386     layout: "plot-throughput-speedup-analysis"
13387
13388 - type: "plot"
13389   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13390   algorithm: "plot_tsa_name"
13391   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13392   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13393   include:
13394     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13395     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13396     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13397     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13398   layout:
13399     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13400     layout: "plot-throughput-speedup-analysis"
13401
13402 - type: "plot"
13403   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13404   algorithm: "plot_tsa_name"
13405   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13406   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13407   include:
13408     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13409     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13410     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13411     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13412   layout:
13413     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13414     layout: "plot-throughput-speedup-analysis"
13415
13416 #- type: "plot"
13417 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13418 #  algorithm: "plot_tsa_name"
13419 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13420 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13421 #  include:
13422 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13423 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13424 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13425 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13426 #  layout:
13427 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13428 #    layout: "plot-throughput-speedup-analysis"
13429 #
13430 #- type: "plot"
13431 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13432 #  algorithm: "plot_tsa_name"
13433 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13434 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13435 #  include:
13436 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13437 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13438 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13439 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13440 #  layout:
13441 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13442 #    layout: "plot-throughput-speedup-analysis"
13443 #
13444 #- type: "plot"
13445 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13446 #  algorithm: "plot_tsa_name"
13447 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13448 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13449 #  include:
13450 #    - "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"
13451 #    - "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"
13452 #    - "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"
13453 #    - "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"
13454 #  layout:
13455 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13456 #    layout: "plot-throughput-speedup-analysis"
13457 #
13458 #- type: "plot"
13459 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13460 #  algorithm: "plot_tsa_name"
13461 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13462 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13463 #  include:
13464 #    - "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"
13465 #    - "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"
13466 #    - "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"
13467 #    - "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"
13468 #  layout:
13469 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13470 #    layout: "plot-throughput-speedup-analysis"
13471 #
13472 #- type: "plot"
13473 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13474 #  algorithm: "plot_tsa_name"
13475 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13476 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13477 #  include:
13478 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13479 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13480 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13481 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13482 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13483 #  layout:
13484 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13485 #    layout: "plot-throughput-speedup-analysis"
13486 #
13487 #- type: "plot"
13488 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13489 #  algorithm: "plot_tsa_name"
13490 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13491 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13492 #  include:
13493 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13494 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13495 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13496 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13497 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13498 #  layout:
13499 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13500 #    layout: "plot-throughput-speedup-analysis"
13501 #
13502 #- type: "plot"
13503 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13504 #  algorithm: "plot_tsa_name"
13505 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13506 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13507 #  include:
13508 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13509 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13510 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13511 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13512 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13513 #  layout:
13514 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13515 #    layout: "plot-throughput-speedup-analysis"
13516 #
13517 #- type: "plot"
13518 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13519 #  algorithm: "plot_tsa_name"
13520 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13521 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13522 #  include:
13523 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13524 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13525 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13526 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13527 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13528 #  layout:
13529 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13530 #    layout: "plot-throughput-speedup-analysis"
13531 #
13532 #- type: "plot"
13533 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13534 #  algorithm: "plot_tsa_name"
13535 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13536 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13537 #  include:
13538 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13539 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13540 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13541 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13542 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13543 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13544 #  layout:
13545 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13546 #    layout: "plot-throughput-speedup-analysis"
13547 #
13548 #- type: "plot"
13549 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13550 #  algorithm: "plot_tsa_name"
13551 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13552 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13553 #  include:
13554 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13555 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13556 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13557 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13558 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13559 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13560 #  layout:
13561 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13562 #    layout: "plot-throughput-speedup-analysis"
13563 #
13564 #- type: "plot"
13565 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13566 #  algorithm: "plot_tsa_name"
13567 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13568 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13569 #  include:
13570 #    - "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"
13571 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13572 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13573 #    - "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"
13574 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13575 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13576 #  layout:
13577 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13578 #    layout: "plot-throughput-speedup-analysis"
13579 #
13580 #- type: "plot"
13581 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13582 #  algorithm: "plot_tsa_name"
13583 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13584 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13585 #  include:
13586 #    - "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"
13587 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13588 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13589 #    - "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"
13590 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13591 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13592 #  layout:
13593 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13594 #    layout: "plot-throughput-speedup-analysis"
13595 #
13596 #- type: "plot"
13597 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13598 #  algorithm: "plot_tsa_name"
13599 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13600 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13601 #  include:
13602 #    - "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"
13603 #    - "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"
13604 #    - "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"
13605 #  layout:
13606 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr"
13607 #    layout: "plot-throughput-speedup-analysis"
13608 #
13609 #- type: "plot"
13610 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13611 #  algorithm: "plot_tsa_name"
13612 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13613 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13614 #  include:
13615 #    - "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"
13616 #    - "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"
13617 #    - "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"
13618 #  layout:
13619 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr"
13620 #    layout: "plot-throughput-speedup-analysis"
13621
13622 - type: "plot"
13623   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13624   algorithm: "plot_tsa_name"
13625   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13626   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13627   include:
13628     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13629     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13630     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13631     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13632     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13633   layout:
13634     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
13635     layout: "plot-throughput-speedup-analysis"
13636
13637 - type: "plot"
13638   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13639   algorithm: "plot_tsa_name"
13640   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13641   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13642   include:
13643     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13644     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13645     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13646     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13647     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13648   layout:
13649     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
13650     layout: "plot-throughput-speedup-analysis"
13651
13652 - type: "plot"
13653   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13654   algorithm: "plot_tsa_name"
13655   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13656   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13657   include:
13658     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13659     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13660     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13661     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13662     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13663   layout:
13664     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
13665     layout: "plot-throughput-speedup-analysis"
13666
13667 - type: "plot"
13668   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13669   algorithm: "plot_tsa_name"
13670   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13671   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13672   include:
13673     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13674     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13675     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13676     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13677     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13678   layout:
13679     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
13680     layout: "plot-throughput-speedup-analysis"
13681
13682 - type: "plot"
13683   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13684   algorithm: "plot_tsa_name"
13685   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13686   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13687   include:
13688     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13689     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13690     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13691     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13692     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13693     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13694   layout:
13695     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
13696     layout: "plot-throughput-speedup-analysis"
13697
13698 - type: "plot"
13699   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13700   algorithm: "plot_tsa_name"
13701   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13702   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13703   include:
13704     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13705     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13706     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13707     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13708     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13709     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13710   layout:
13711     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
13712     layout: "plot-throughput-speedup-analysis"
13713
13714 - type: "plot"
13715   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13716   algorithm: "plot_tsa_name"
13717   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13718   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13719   include:
13720     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13721     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13722     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13723     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13724   layout:
13725     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
13726     layout: "plot-throughput-speedup-analysis"
13727
13728 - type: "plot"
13729   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13730   algorithm: "plot_tsa_name"
13731   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13732   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13733   include:
13734     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13735     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13736     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13737     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13738   layout:
13739     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
13740     layout: "plot-throughput-speedup-analysis"
13741
13742 - type: "plot"
13743   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
13744   algorithm: "plot_tsa_name"
13745   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
13746   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13747   include:
13748     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13749     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13750     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13751     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13752     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13753   layout:
13754     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
13755     layout: "plot-throughput-speedup-analysis"
13756
13757 - type: "plot"
13758   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
13759   algorithm: "plot_tsa_name"
13760   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
13761   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13762   include:
13763     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13764     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13765     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13766     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13767     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13768   layout:
13769     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
13770     layout: "plot-throughput-speedup-analysis"
13771
13772 - type: "plot"
13773   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
13774   algorithm: "plot_tsa_name"
13775   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
13776   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13777   include:
13778     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13779     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13780     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13781     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13782     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13783     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13784   layout:
13785     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13786     layout: "plot-throughput-speedup-analysis"
13787
13788 - type: "plot"
13789   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
13790   algorithm: "plot_tsa_name"
13791   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
13792   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13793   include:
13794     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13795     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13796     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13797     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13798     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13799     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13800   layout:
13801     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13802     layout: "plot-throughput-speedup-analysis"
13803
13804 - type: "plot"
13805   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
13806   algorithm: "plot_tsa_name"
13807   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
13808   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13809   include:
13810     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13811     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13812     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13813     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13814   layout:
13815     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
13816     layout: "plot-throughput-speedup-analysis"
13817
13818 - type: "plot"
13819   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
13820   algorithm: "plot_tsa_name"
13821   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
13822   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13823   include:
13824     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13825     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13826     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13827     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13828   layout:
13829     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
13830     layout: "plot-throughput-speedup-analysis"
13831
13832 - type: "plot"
13833   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
13834   algorithm: "plot_tsa_name"
13835   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
13836   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13837   include:
13838     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13839     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13840     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13841     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13842     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13843     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13844   layout:
13845     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
13846     layout: "plot-throughput-speedup-analysis"
13847
13848 - type: "plot"
13849   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
13850   algorithm: "plot_tsa_name"
13851   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
13852   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13853   include:
13854     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13855     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13856     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13857     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13858     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13859     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13860   layout:
13861     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
13862     layout: "plot-throughput-speedup-analysis"
13863
13864 - type: "plot"
13865   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
13866   algorithm: "plot_tsa_name"
13867   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
13868   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13869   include:
13870     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13871     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13872     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13873     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13874     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13875     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13876   layout:
13877     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
13878     layout: "plot-throughput-speedup-analysis"
13879
13880 - type: "plot"
13881   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
13882   algorithm: "plot_tsa_name"
13883   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
13884   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13885   include:
13886     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13887     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13888     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13889     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13890     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13891     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13892   layout:
13893     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
13894     layout: "plot-throughput-speedup-analysis"
13895
13896 - type: "plot"
13897   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
13898   algorithm: "plot_tsa_name"
13899   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
13900   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13901   include:
13902     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13903     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13904     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13905     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13906     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13907     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13908   layout:
13909     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
13910     layout: "plot-throughput-speedup-analysis"
13911
13912 - type: "plot"
13913   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
13914   algorithm: "plot_tsa_name"
13915   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
13916   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13917   include:
13918     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13919     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13920     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13921     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13922     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13923     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13924   layout:
13925     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
13926     layout: "plot-throughput-speedup-analysis"
13927
13928 - type: "plot"
13929   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
13930   algorithm: "plot_tsa_name"
13931   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
13932   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13933   include:
13934     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13935     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13936     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13937     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13938     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13939   layout:
13940     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
13941     layout: "plot-throughput-speedup-analysis"
13942
13943 - type: "plot"
13944   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
13945   algorithm: "plot_tsa_name"
13946   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
13947   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13948   include:
13949     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13950     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13951     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13952     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13953     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13954   layout:
13955     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
13956     layout: "plot-throughput-speedup-analysis"
13957
13958 - type: "plot"
13959   title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
13960   algorithm: "plot_tsa_name"
13961   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
13962   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13963   include:
13964     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13965     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13966     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13967     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13968     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13969     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13970   layout:
13971     title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
13972     layout: "plot-throughput-speedup-analysis"
13973
13974 - type: "plot"
13975   title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
13976   algorithm: "plot_tsa_name"
13977   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
13978   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13979   include:
13980     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13981     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13982     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13983     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13984     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13985     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13986   layout:
13987     title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
13988     layout: "plot-throughput-speedup-analysis"
13989
13990 - type: "plot"
13991   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13992   algorithm: "plot_tsa_name"
13993   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13994   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13995   include:
13996     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13997     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13998     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13999     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14000     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14001   layout:
14002     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14003     layout: "plot-throughput-speedup-analysis"
14004
14005 - type: "plot"
14006   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14007   algorithm: "plot_tsa_name"
14008   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14009   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14010   include:
14011     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14012     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14013     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14014     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14015     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14016   layout:
14017     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14018     layout: "plot-throughput-speedup-analysis"
14019
14020 - type: "plot"
14021   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14022   algorithm: "plot_tsa_name"
14023   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14024   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14025   include:
14026     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14027     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14028     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14029     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14030     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14031     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14032   layout:
14033     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14034     layout: "plot-throughput-speedup-analysis"
14035
14036 - type: "plot"
14037   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14038   algorithm: "plot_tsa_name"
14039   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14040   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14041   include:
14042     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14043     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14044     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14045     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14046     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14047     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14048   layout:
14049     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14050     layout: "plot-throughput-speedup-analysis"
14051
14052 - type: "plot"
14053   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14054   algorithm: "plot_tsa_name"
14055   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14056   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14057   include:
14058     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14059     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14060     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14061     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14062     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14063   layout:
14064     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14065     layout: "plot-throughput-speedup-analysis"
14066
14067 - type: "plot"
14068   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14069   algorithm: "plot_tsa_name"
14070   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14071   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14072   include:
14073     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14074     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14075     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14076     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14077     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14078   layout:
14079     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14080     layout: "plot-throughput-speedup-analysis"
14081
14082 - type: "plot"
14083   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14084   algorithm: "plot_tsa_name"
14085   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14086   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14087   include:
14088     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14089     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14090     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14091     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14092   layout:
14093     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14094     layout: "plot-throughput-speedup-analysis"
14095
14096 - type: "plot"
14097   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14098   algorithm: "plot_tsa_name"
14099   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14100   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14101   include:
14102     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14103     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14104     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14105     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14106   layout:
14107     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14108     layout: "plot-throughput-speedup-analysis"
14109
14110 - type: "plot"
14111   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14112   algorithm: "plot_tsa_name"
14113   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14114   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14115   include:
14116     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14117     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14118     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14119     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14120     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14121     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14122   layout:
14123     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14124     layout: "plot-throughput-speedup-analysis"
14125
14126 - type: "plot"
14127   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14128   algorithm: "plot_tsa_name"
14129   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14130   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14131   include:
14132     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14133     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14134     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14135     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14136     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14137     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14138   layout:
14139     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14140     layout: "plot-throughput-speedup-analysis"
14141
14142 - type: "plot"
14143   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14144   algorithm: "plot_tsa_name"
14145   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14146   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14147   include:
14148     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14149     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14150     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14151     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14152     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14153   layout:
14154     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14155     layout: "plot-throughput-speedup-analysis"
14156
14157 - type: "plot"
14158   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14159   algorithm: "plot_tsa_name"
14160   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14161   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14162   include:
14163     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14164     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14165     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14166     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14167     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14168   layout:
14169     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14170     layout: "plot-throughput-speedup-analysis"
14171
14172 - type: "plot"
14173   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14174   algorithm: "plot_tsa_name"
14175   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14176   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14177   include:
14178     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14179     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14180     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14181     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14182     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14183     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14184   layout:
14185     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14186     layout: "plot-throughput-speedup-analysis"
14187
14188 - type: "plot"
14189   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14190   algorithm: "plot_tsa_name"
14191   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14192   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14193   include:
14194     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14195     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14196     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14197     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14198     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14199     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14200   layout:
14201     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14202     layout: "plot-throughput-speedup-analysis"
14203
14204 - type: "plot"
14205   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14206   algorithm: "plot_tsa_name"
14207   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14208   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14209   include:
14210     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14211     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14212     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14213     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14214   layout:
14215     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14216     layout: "plot-throughput-speedup-analysis"
14217
14218 - type: "plot"
14219   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14220   algorithm: "plot_tsa_name"
14221   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14222   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14223   include:
14224     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14225     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14226     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14227     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14228   layout:
14229     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14230     layout: "plot-throughput-speedup-analysis"
14231
14232 - type: "plot"
14233   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14234   algorithm: "plot_tsa_name"
14235   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14236   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14237   include:
14238     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14239     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14240     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14241     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14242     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14243   layout:
14244     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14245     layout: "plot-throughput-speedup-analysis"
14246
14247 - type: "plot"
14248   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14249   algorithm: "plot_tsa_name"
14250   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14251   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14252   include:
14253     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14254     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14255     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14256     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14257     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14258   layout:
14259     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14260     layout: "plot-throughput-speedup-analysis"
14261
14262 - type: "plot"
14263   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14264   algorithm: "plot_tsa_name"
14265   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14266   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14267   include:
14268     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14269     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14270     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14271     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14272     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14273     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14274   layout:
14275     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14276     layout: "plot-throughput-speedup-analysis"
14277
14278 - type: "plot"
14279   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14280   algorithm: "plot_tsa_name"
14281   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14282   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14283   include:
14284     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14285     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14286     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14287     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14288     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14289     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14290   layout:
14291     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14292     layout: "plot-throughput-speedup-analysis"
14293
14294 - type: "plot"
14295   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14296   algorithm: "plot_tsa_name"
14297   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14298   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14299   include:
14300     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14301     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14302     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14303     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14304   layout:
14305     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14306     layout: "plot-throughput-speedup-analysis"
14307
14308 - type: "plot"
14309   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14310   algorithm: "plot_tsa_name"
14311   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14312   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14313   include:
14314     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14315     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14316     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14317     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14318   layout:
14319     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14320     layout: "plot-throughput-speedup-analysis"
14321
14322 - type: "plot"
14323   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14324   algorithm: "plot_tsa_name"
14325   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14326   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14327   include:
14328     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14329     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14330     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14331     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14332     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14333     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14334   layout:
14335     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14336     layout: "plot-throughput-speedup-analysis"
14337
14338 - type: "plot"
14339   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14340   algorithm: "plot_tsa_name"
14341   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14342   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14343   include:
14344     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14345     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14346     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14347     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14348     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14349     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14350   layout:
14351     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14352     layout: "plot-throughput-speedup-analysis"
14353
14354 - type: "plot"
14355   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14356   algorithm: "plot_tsa_name"
14357   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14358   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14359   include:
14360     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14361     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14362     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14363     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14364     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14365     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14366   layout:
14367     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14368     layout: "plot-throughput-speedup-analysis"
14369
14370 - type: "plot"
14371   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14372   algorithm: "plot_tsa_name"
14373   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14374   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14375   include:
14376     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14377     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14378     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14379     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14380     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14381     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14382   layout:
14383     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14384     layout: "plot-throughput-speedup-analysis"
14385
14386 - type: "plot"
14387   title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14388   algorithm: "plot_tsa_name"
14389   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14390   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14391   include:
14392     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14393     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14394     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14395   layout:
14396     title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14397     layout: "plot-throughput-speedup-analysis"
14398
14399 - type: "plot"
14400   title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14401   algorithm: "plot_tsa_name"
14402   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14403   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14404   include:
14405     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14406     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14407     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14408   layout:
14409     title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14410     layout: "plot-throughput-speedup-analysis"
14411
14412 ################################################################################
14413
14414 # Packet Throughput - DPDK
14415
14416 # 2n-skx-xxv710
14417
14418 #- type: "plot"
14419 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
14420 #  algorithm: "plot_perf_box_name"
14421 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
14422 #  data: "plot-dpdk-throughput-latency-2n-skx"
14423 #  include:
14424 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14425 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14426 #  layout:
14427 #    title: "2n-skx-xxv710-64b-2t1c-base-ndr"
14428 #    layout: "plot-throughput"
14429 #
14430 #- type: "plot"
14431 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
14432 #  algorithm: "plot_perf_box_name"
14433 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
14434 #  data: "plot-dpdk-throughput-latency-2n-skx"
14435 #  include:
14436 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14437 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14438 #  layout:
14439 #    title: "2n-skx-xxv710-64b-4t2c-base-ndr"
14440 #    layout: "plot-throughput"
14441 #
14442 #- type: "plot"
14443 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
14444 #  algorithm: "plot_perf_box_name"
14445 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
14446 #  data: "plot-dpdk-throughput-latency-2n-skx"
14447 #  include:
14448 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14449 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14450 #  layout:
14451 #    title: "2n-skx-xxv710-64b-2t1c-base-pdr"
14452 #    layout: "plot-throughput"
14453 #
14454 #- type: "plot"
14455 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
14456 #  algorithm: "plot_perf_box_name"
14457 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
14458 #  data: "plot-dpdk-throughput-latency-2n-skx"
14459 #  include:
14460 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14461 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14462 #  layout:
14463 #    title: "2n-skx-xxv710-64b-4t2c-base-pdr"
14464 #    layout: "plot-throughput"
14465 #
14466 ## 2n-skx-x710
14467 #
14468 #- type: "plot"
14469 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
14470 #  algorithm: "plot_perf_box_name"
14471 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
14472 #  data: "plot-dpdk-throughput-latency-2n-skx"
14473 #  include:
14474 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14475 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14476 #  layout:
14477 #    title: "2n-skx-x710-64b-2t1c-base-ndr"
14478 #    layout: "plot-throughput"
14479 #
14480 #- type: "plot"
14481 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
14482 #  algorithm: "plot_perf_box_name"
14483 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
14484 #  data: "plot-dpdk-throughput-latency-2n-skx"
14485 #  include:
14486 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14487 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14488 #  layout:
14489 #    title: "2n-skx-x710-64b-4t2c-base-ndr"
14490 #    layout: "plot-throughput"
14491 #
14492 #- type: "plot"
14493 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
14494 #  algorithm: "plot_perf_box_name"
14495 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
14496 #  data: "plot-dpdk-throughput-latency-2n-skx"
14497 #  include:
14498 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14499 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14500 #  layout:
14501 #    title: "2n-skx-x710-64b-2t1c-base-pdr"
14502 #    layout: "plot-throughput"
14503 #
14504 #- type: "plot"
14505 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
14506 #  algorithm: "plot_perf_box_name"
14507 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
14508 #  data: "plot-dpdk-throughput-latency-2n-skx"
14509 #  include:
14510 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14511 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14512 #  layout:
14513 #    title: "2n-skx-x710-64b-4t2c-base-pdr"
14514 #    layout: "plot-throughput"
14515 #
14516 ## 3n-skx-xxv710
14517 #
14518 #- type: "plot"
14519 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
14520 #  algorithm: "plot_perf_box_name"
14521 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
14522 #  data: "plot-dpdk-throughput-latency-3n-skx"
14523 #  include:
14524 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14525 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14526 #  layout:
14527 #    title: "3n-skx-xxv710-64b-2t1c-base-ndr"
14528 #    layout: "plot-throughput"
14529 #
14530 #- type: "plot"
14531 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
14532 #  algorithm: "plot_perf_box_name"
14533 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
14534 #  data: "plot-dpdk-throughput-latency-3n-skx"
14535 #  include:
14536 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14537 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14538 #  layout:
14539 #    title: "3n-skx-xxv710-64b-4t2c-base-ndr"
14540 #    layout: "plot-throughput"
14541 #
14542 #- type: "plot"
14543 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
14544 #  algorithm: "plot_perf_box_name"
14545 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
14546 #  data: "plot-dpdk-throughput-latency-3n-skx"
14547 #  include:
14548 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14549 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14550 #  layout:
14551 #    title: "3n-skx-xxv710-64b-2t1c-base-pdr"
14552 #    layout: "plot-throughput"
14553 #
14554 #- type: "plot"
14555 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
14556 #  algorithm: "plot_perf_box_name"
14557 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
14558 #  data: "plot-dpdk-throughput-latency-3n-skx"
14559 #  include:
14560 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14561 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14562 #  layout:
14563 #    title: "3n-skx-xxv710-64b-4t2c-base-pdr"
14564 #    layout: "plot-throughput"
14565 #
14566 ## 3n-skx-x710
14567 #
14568 #- type: "plot"
14569 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
14570 #  algorithm: "plot_perf_box_name"
14571 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
14572 #  data: "plot-dpdk-throughput-latency-3n-skx"
14573 #  include:
14574 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14575 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14576 #  layout:
14577 #    title: "3n-skx-x710-64b-2t1c-base-ndr"
14578 #    layout: "plot-throughput"
14579 #
14580 #- type: "plot"
14581 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
14582 #  algorithm: "plot_perf_box_name"
14583 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
14584 #  data: "plot-dpdk-throughput-latency-3n-skx"
14585 #  include:
14586 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14587 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14588 #  layout:
14589 #    title: "3n-skx-x710-64b-4t2c-base-ndr"
14590 #    layout: "plot-throughput"
14591 #
14592 #- type: "plot"
14593 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
14594 #  algorithm: "plot_perf_box_name"
14595 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
14596 #  data: "plot-dpdk-throughput-latency-3n-skx"
14597 #  include:
14598 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14599 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14600 #  layout:
14601 #    title: "3n-skx-x710-64b-2t1c-base-pdr"
14602 #    layout: "plot-throughput"
14603 #
14604 #- type: "plot"
14605 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
14606 #  algorithm: "plot_perf_box_name"
14607 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
14608 #  data: "plot-dpdk-throughput-latency-3n-skx"
14609 #  include:
14610 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14611 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14612 #  layout:
14613 #    title: "3n-skx-x710-64b-4t2c-base-pdr"
14614 #    layout: "plot-throughput"
14615
14616 # 3n-hsw-xl710
14617
14618 - type: "plot"
14619   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
14620   algorithm: "plot_perf_box_name"
14621   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
14622   data: "plot-dpdk-throughput-latency-3n-hsw"
14623   include:
14624     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14625     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14626   layout:
14627     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
14628     layout: "plot-throughput"
14629
14630 - type: "plot"
14631   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
14632   algorithm: "plot_perf_box_name"
14633   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
14634   data: "plot-dpdk-throughput-latency-3n-hsw"
14635   include:
14636     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14637     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14638   layout:
14639     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
14640     layout: "plot-throughput"
14641
14642 - type: "plot"
14643   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
14644   algorithm: "plot_perf_box_name"
14645   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
14646   data: "plot-dpdk-throughput-latency-3n-hsw"
14647   include:
14648     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14649     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14650   layout:
14651     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
14652     layout: "plot-throughput"
14653
14654 - type: "plot"
14655   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
14656   algorithm: "plot_perf_box_name"
14657   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
14658   data: "plot-dpdk-throughput-latency-3n-hsw"
14659   include:
14660     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14661     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14662   layout:
14663     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
14664     layout: "plot-throughput"
14665
14666 # 3n-hsw-x710
14667
14668 - type: "plot"
14669   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
14670   algorithm: "plot_perf_box_name"
14671   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
14672   data: "plot-dpdk-throughput-latency-3n-hsw"
14673   include:
14674     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14675     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14676   layout:
14677     title: "3n-hsw-x710-64b-1t1c-base-ndr"
14678     layout: "plot-throughput"
14679
14680 - type: "plot"
14681   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
14682   algorithm: "plot_perf_box_name"
14683   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
14684   data: "plot-dpdk-throughput-latency-3n-hsw"
14685   include:
14686     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14687     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14688   layout:
14689     title: "3n-hsw-x710-64b-2t2c-base-ndr"
14690     layout: "plot-throughput"
14691
14692 - type: "plot"
14693   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
14694   algorithm: "plot_perf_box_name"
14695   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
14696   data: "plot-dpdk-throughput-latency-3n-hsw"
14697   include:
14698     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14699     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14700   layout:
14701     title: "3n-hsw-x710-64b-1t1c-base-pdr"
14702     layout: "plot-throughput"
14703
14704 - type: "plot"
14705   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
14706   algorithm: "plot_perf_box_name"
14707   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
14708   data: "plot-dpdk-throughput-latency-3n-hsw"
14709   include:
14710     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14711     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14712   layout:
14713     title: "3n-hsw-x710-64b-2t2c-base-pdr"
14714     layout: "plot-throughput"
14715
14716 ################################################################################
14717 ###   2n-clx                                                                 ###
14718 ################################################################################
14719
14720 # Packet Throughput
14721
14722 #- type: "plot"
14723 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
14724 #  algorithm: "plot_perf_box_name"
14725 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
14726 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14727 #  include:
14728 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14729 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14730 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14731 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14732 #  layout:
14733 #    title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
14734 #    layout: "plot-throughput"
14735 #
14736 #- type: "plot"
14737 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
14738 #  algorithm: "plot_perf_box_name"
14739 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
14740 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14741 #  include:
14742 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14743 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14744 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14745 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14746 #  layout:
14747 #    title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
14748 #    layout: "plot-throughput"
14749 #
14750 #- type: "plot"
14751 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
14752 #  algorithm: "plot_perf_box_name"
14753 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
14754 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14755 #  include:
14756 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14757 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14758 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14759 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14760 #  layout:
14761 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
14762 #    layout: "plot-throughput"
14763 #
14764 #- type: "plot"
14765 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
14766 #  algorithm: "plot_perf_box_name"
14767 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
14768 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14769 #  include:
14770 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14771 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14772 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14773 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14774 #  layout:
14775 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
14776 #    layout: "plot-throughput"
14777 #
14778 #- type: "plot"
14779 #  title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
14780 #  algorithm: "plot_perf_box_name"
14781 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
14782 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14783 #  include:
14784 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
14785 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
14786 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
14787 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14788 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
14789 #  layout:
14790 #    title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
14791 #    layout: "plot-throughput"
14792 #
14793 #- type: "plot"
14794 #  title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
14795 #  algorithm: "plot_perf_box_name"
14796 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
14797 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14798 #  include:
14799 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
14800 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
14801 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
14802 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14803 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
14804 #  layout:
14805 #    title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
14806 #    layout: "plot-throughput"
14807 #
14808 #- type: "plot"
14809 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
14810 #  algorithm: "plot_perf_box_name"
14811 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
14812 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14813 #  include:
14814 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
14815 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
14816 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
14817 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
14818 #  layout:
14819 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
14820 #    layout: "plot-throughput"
14821 #
14822 #- type: "plot"
14823 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
14824 #  algorithm: "plot_perf_box_name"
14825 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
14826 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14827 #  include:
14828 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
14829 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
14830 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
14831 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
14832 #  layout:
14833 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
14834 #    layout: "plot-throughput"
14835 #
14836 #- type: "plot"
14837 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
14838 #  algorithm: "plot_perf_box_name"
14839 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
14840 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14841 #  include:
14842 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
14843 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14844 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
14845 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
14846 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
14847 #  layout:
14848 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
14849 #    layout: "plot-throughput"
14850 #
14851 #- type: "plot"
14852 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
14853 #  algorithm: "plot_perf_box_name"
14854 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
14855 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14856 #  include:
14857 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
14858 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14859 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
14860 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
14861 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
14862 #  layout:
14863 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
14864 #    layout: "plot-throughput"
14865 #
14866 #- type: "plot"
14867 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
14868 #  algorithm: "plot_perf_box_name"
14869 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
14870 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14871 #  include:
14872 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14873 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14874 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14875 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14876 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14877 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
14878 #  layout:
14879 #    title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
14880 #    layout: "plot-throughput"
14881 #
14882 #- type: "plot"
14883 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
14884 #  algorithm: "plot_perf_box_name"
14885 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
14886 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14887 #  include:
14888 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14889 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14890 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14891 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14892 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14893 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
14894 #  layout:
14895 #    title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
14896 #    layout: "plot-throughput"
14897 #
14898 #- type: "plot"
14899 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
14900 #  algorithm: "plot_perf_box_name"
14901 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
14902 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14903 #  include:
14904 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
14905 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
14906 #  layout:
14907 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
14908 #    layout: "plot-throughput"
14909 #
14910 #- type: "plot"
14911 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
14912 #  algorithm: "plot_perf_box_name"
14913 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
14914 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14915 #  include:
14916 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
14917 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
14918 #  layout:
14919 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
14920 #    layout: "plot-throughput"
14921 #
14922 #- type: "plot"
14923 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
14924 #  algorithm: "plot_perf_box_name"
14925 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
14926 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14927 #  include:
14928 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
14929 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
14930 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
14931 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
14932 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
14933 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
14934 #  layout:
14935 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
14936 #    layout: "plot-throughput"
14937 #
14938 #- type: "plot"
14939 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
14940 #  algorithm: "plot_perf_box_name"
14941 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
14942 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14943 #  include:
14944 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
14945 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
14946 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
14947 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
14948 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
14949 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
14950 #  layout:
14951 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
14952 #    layout: "plot-throughput"
14953 #
14954 #- type: "plot"
14955 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
14956 #  algorithm: "plot_perf_box_name"
14957 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
14958 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14959 #  include:
14960 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14961 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14962 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14963 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14964 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
14965 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14966 #  layout:
14967 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
14968 #    layout: "plot-throughput"
14969 #
14970 #- type: "plot"
14971 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
14972 #  algorithm: "plot_perf_box_name"
14973 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
14974 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14975 #  include:
14976 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14977 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14978 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14979 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14980 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
14981 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14982 #  layout:
14983 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
14984 #    layout: "plot-throughput"
14985 #
14986 #- type: "plot"
14987 #  title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
14988 #  algorithm: "plot_perf_box_name"
14989 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
14990 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14991 #  include:
14992 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
14993 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
14994 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
14995 #  layout:
14996 #    title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
14997 #    layout: "plot-throughput"
14998 #
14999 #- type: "plot"
15000 #  title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15001 #  algorithm: "plot_perf_box_name"
15002 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15003 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15004 #  include:
15005 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15006 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15007 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15008 #  layout:
15009 #    title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15010 #    layout: "plot-throughput"
15011 #
15012 #- type: "plot"
15013 #  title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15014 #  algorithm: "plot_perf_box_name"
15015 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15016 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15017 #  include:
15018 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15019 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15020 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15021 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15022 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15023 #  layout:
15024 #    title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15025 #    layout: "plot-throughput"
15026 #
15027 #- type: "plot"
15028 #  title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15029 #  algorithm: "plot_perf_box_name"
15030 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15031 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15032 #  include:
15033 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15034 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15035 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15036 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15037 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15038 #  layout:
15039 #    title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15040 #    layout: "plot-throughput"
15041 #
15042 #- type: "plot"
15043 #  title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15044 #  algorithm: "plot_perf_box_name"
15045 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15046 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15047 #  include:
15048 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15049 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15050 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15051 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15052 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15053 #  layout:
15054 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15055 #    layout: "plot-throughput"
15056 #
15057 #- type: "plot"
15058 #  title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15059 #  algorithm: "plot_perf_box_name"
15060 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15061 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15062 #  include:
15063 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15064 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15065 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15066 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15067 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15068 #  layout:
15069 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15070 #    layout: "plot-throughput"
15071 #
15072 #- type: "plot"
15073 #  title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15074 #  algorithm: "plot_perf_box_name"
15075 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15076 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15077 #  include:
15078 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15079 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15080 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15081 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15082 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15083 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15084 #  layout:
15085 #    title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15086 #    layout: "plot-throughput"
15087 #
15088 #- type: "plot"
15089 #  title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15090 #  algorithm: "plot_perf_box_name"
15091 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15092 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15093 #  include:
15094 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15095 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15096 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15097 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15098 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15099 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15100 #  layout:
15101 #    title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15102 #    layout: "plot-throughput"
15103 #
15104 #- type: "plot"
15105 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15106 #  algorithm: "plot_perf_box_name"
15107 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15108 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15109 #  include:
15110 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15111 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15112 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15113 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15114 #  layout:
15115 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15116 #    layout: "plot-throughput"
15117 #
15118 #- type: "plot"
15119 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15120 #  algorithm: "plot_perf_box_name"
15121 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15122 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15123 #  include:
15124 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15125 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15126 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15127 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15128 #  layout:
15129 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15130 #    layout: "plot-throughput"
15131 #
15132 #- type: "plot"
15133 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15134 #  algorithm: "plot_perf_box_name"
15135 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15136 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15137 #  include:
15138 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15139 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15140 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15141 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15142 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15143 #  layout:
15144 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15145 #    layout: "plot-throughput"
15146 #
15147 #- type: "plot"
15148 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15149 #  algorithm: "plot_perf_box_name"
15150 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15151 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15152 #  include:
15153 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15154 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15155 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15156 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15157 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15158 #  layout:
15159 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15160 #    layout: "plot-throughput"
15161 #
15162 #- type: "plot"
15163 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15164 #  algorithm: "plot_perf_box_name"
15165 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15166 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15167 #  include:
15168 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15169 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15170 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15171 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15172 #  layout:
15173 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15174 #    layout: "plot-throughput"
15175 #
15176 #- type: "plot"
15177 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15178 #  algorithm: "plot_perf_box_name"
15179 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15180 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15181 #  include:
15182 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15183 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15184 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15185 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15186 #  layout:
15187 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15188 #    layout: "plot-throughput"
15189 #
15190 #- type: "plot"
15191 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15192 #  algorithm: "plot_perf_box_name"
15193 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15194 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15195 #  include:
15196 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15197 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15198 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15199 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15200 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15201 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15202 #  layout:
15203 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15204 #    layout: "plot-throughput"
15205 #
15206 #- type: "plot"
15207 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15208 #  algorithm: "plot_perf_box_name"
15209 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15210 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15211 #  include:
15212 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15213 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15214 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15215 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15216 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15217 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15218 #  layout:
15219 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15220 #    layout: "plot-throughput"
15221 #
15222 #- type: "plot"
15223 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15224 #  algorithm: "plot_perf_box_name"
15225 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15226 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15227 #  include:
15228 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15229 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15230 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15231 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15232 #  layout:
15233 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15234 #    layout: "plot-throughput"
15235 #
15236 #- type: "plot"
15237 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15238 #  algorithm: "plot_perf_box_name"
15239 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15240 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15241 #  include:
15242 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15243 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15244 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15245 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15246 #  layout:
15247 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15248 #    layout: "plot-throughput"
15249 #
15250 #- type: "plot"
15251 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15252 #  algorithm: "plot_perf_box_name"
15253 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15254 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15255 #  include:
15256 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15257 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15258 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15259 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15260 #  layout:
15261 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15262 #    layout: "plot-throughput"
15263 #
15264 #- type: "plot"
15265 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15266 #  algorithm: "plot_perf_box_name"
15267 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15268 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15269 #  include:
15270 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15271 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15272 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15273 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15274 #  layout:
15275 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15276 #    layout: "plot-throughput"
15277 #
15278 #- type: "plot"
15279 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15280 #  algorithm: "plot_perf_box_name"
15281 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15282 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15283 #  include:
15284 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15285 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15286 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15287 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15288 #  layout:
15289 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15290 #    layout: "plot-throughput"
15291 #
15292 #- type: "plot"
15293 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15294 #  algorithm: "plot_perf_box_name"
15295 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15296 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15297 #  include:
15298 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15299 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15300 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15301 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15302 #  layout:
15303 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15304 #    layout: "plot-throughput"
15305 #
15306 #- type: "plot"
15307 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15308 #  algorithm: "plot_perf_box_name"
15309 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15310 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15311 #  include:
15312 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15313 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15314 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15315 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15316 #  layout:
15317 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15318 #    layout: "plot-throughput"
15319 #
15320 #- type: "plot"
15321 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15322 #  algorithm: "plot_perf_box_name"
15323 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15324 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15325 #  include:
15326 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15327 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15328 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15329 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15330 #  layout:
15331 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15332 #    layout: "plot-throughput"
15333 #
15334 #- type: "plot"
15335 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15336 #  algorithm: "plot_perf_box_name"
15337 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15338 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15339 #  include:
15340 #    - "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"
15341 #    - "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"
15342 #    - "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"
15343 #    - "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"
15344 #  layout:
15345 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15346 #    layout: "plot-throughput"
15347 #
15348 #- type: "plot"
15349 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15350 #  algorithm: "plot_perf_box_name"
15351 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15352 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15353 #  include:
15354 #    - "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"
15355 #    - "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"
15356 #    - "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"
15357 #    - "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"
15358 #  layout:
15359 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15360 #    layout: "plot-throughput"
15361 #
15362 #################################################################################
15363 #
15364 ## Packet Speedup
15365 #
15366 #- type: "plot"
15367 #  title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15368 #  algorithm: "plot_tsa_name"
15369 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15370 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15371 #  include:
15372 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15373 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15374 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15375 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15376 #  layout:
15377 #    title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
15378 #    layout: "plot-throughput-speedup-analysis"
15379 #
15380 #- type: "plot"
15381 #  title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15382 #  algorithm: "plot_tsa_name"
15383 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15384 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15385 #  include:
15386 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15387 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15388 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15389 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15390 #  layout:
15391 #    title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
15392 #    layout: "plot-throughput-speedup-analysis"
15393 #
15394 #- type: "plot"
15395 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15396 #  algorithm: "plot_tsa_name"
15397 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15398 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15399 #  include:
15400 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15401 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15402 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15403 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15404 #  layout:
15405 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15406 #    layout: "plot-throughput"
15407 #
15408 #- type: "plot"
15409 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15410 #  algorithm: "plot_tsa_name"
15411 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15412 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15413 #  include:
15414 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15415 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15416 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15417 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15418 #  layout:
15419 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15420 #    layout: "plot-throughput"
15421 #
15422 #- type: "plot"
15423 #  title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15424 #  algorithm: "plot_tsa_name"
15425 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15426 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15427 #  include:
15428 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15429 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15430 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15431 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15432 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15433 #  layout:
15434 #    title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
15435 #    layout: "plot-throughput-speedup-analysis"
15436 #
15437 #- type: "plot"
15438 #  title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15439 #  algorithm: "plot_tsa_name"
15440 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15441 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15442 #  include:
15443 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15444 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15445 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15446 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15447 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15448 #  layout:
15449 #    title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
15450 #    layout: "plot-throughput-speedup-analysis"
15451 #
15452 #- type: "plot"
15453 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15454 #  algorithm: "plot_tsa_name"
15455 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15456 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15457 #  include:
15458 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15459 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15460 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15461 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15462 #  layout:
15463 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15464 #    layout: "plot-throughput-speedup-analysis"
15465 #
15466 #- type: "plot"
15467 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15468 #  algorithm: "plot_tsa_name"
15469 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15470 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15471 #  include:
15472 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15473 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15474 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15475 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15476 #  layout:
15477 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15478 #    layout: "plot-throughput-speedup-analysis"
15479 #
15480 #- type: "plot"
15481 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15482 #  algorithm: "plot_tsa_name"
15483 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15484 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15485 #  include:
15486 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15487 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15488 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15489 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15490 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15491 #  layout:
15492 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15493 #    layout: "plot-throughput-speedup-analysis"
15494 #
15495 #- type: "plot"
15496 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15497 #  algorithm: "plot_tsa_name"
15498 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15499 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15500 #  include:
15501 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15502 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15503 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15504 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15505 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15506 #  layout:
15507 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15508 #    layout: "plot-throughput-speedup-analysis"
15509 #
15510 #- type: "plot"
15511 #  title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15512 #  algorithm: "plot_tsa_name"
15513 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15514 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15515 #  include:
15516 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15517 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15518 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15519 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15520 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15521 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15522 #  layout:
15523 #    title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15524 #    layout: "plot-throughput-speedup-analysis"
15525 #
15526 #- type: "plot"
15527 #  title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15528 #  algorithm: "plot_tsa_name"
15529 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15530 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15531 #  include:
15532 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15533 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15534 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15535 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15536 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15537 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15538 #  layout:
15539 #    title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15540 #    layout: "plot-throughput-speedup-analysis"
15541 #
15542 #- type: "plot"
15543 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-tsa"
15544 #  algorithm: "plot_tsa_name"
15545 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-tsa"
15546 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15547 #  include:
15548 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15549 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15550 #  layout:
15551 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15552 #    layout: "plot-throughput"
15553 #
15554 #- type: "plot"
15555 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr-tsa"
15556 #  algorithm: "plot_tsa_name"
15557 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr-tsa"
15558 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15559 #  include:
15560 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15561 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15562 #  layout:
15563 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15564 #    layout: "plot-throughput"
15565 #
15566 #- type: "plot"
15567 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-tsa"
15568 #  algorithm: "plot_tsa_name"
15569 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-tsa"
15570 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15571 #  include:
15572 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15573 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15574 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15575 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15576 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15577 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15578 #  layout:
15579 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15580 #    layout: "plot-throughput"
15581 #
15582 #- type: "plot"
15583 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr-tsa"
15584 #  algorithm: "plot_tsa_name"
15585 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr-tsa"
15586 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15587 #  include:
15588 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15589 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15590 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15591 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15592 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15593 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15594 #  layout:
15595 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15596 #    layout: "plot-throughput"
15597 #
15598 #- type: "plot"
15599 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-tsa"
15600 #  algorithm: "plot_tsa_name"
15601 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-tsa"
15602 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15603 #  include:
15604 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15605 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15606 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15607 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15608 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15609 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15610 #  layout:
15611 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15612 #    layout: "plot-throughput"
15613 #
15614 #- type: "plot"
15615 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr-tsa"
15616 #  algorithm: "plot_tsa_name"
15617 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr-tsa"
15618 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15619 #  include:
15620 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15621 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15622 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15623 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15624 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15625 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15626 #  layout:
15627 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15628 #    layout: "plot-throughput"
15629 #
15630 #- type: "plot"
15631 #  title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15632 #  algorithm: "plot_tsa_name"
15633 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15634 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15635 #  include:
15636 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15637 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15638 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15639 #  layout:
15640 #    title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr"
15641 #    layout: "plot-throughput-speedup-analysis"
15642 #
15643 #- type: "plot"
15644 #  title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15645 #  algorithm: "plot_tsa_name"
15646 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15647 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15648 #  include:
15649 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15650 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15651 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15652 #  layout:
15653 #    title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr"
15654 #    layout: "plot-throughput-speedup-analysis"
15655 #
15656 #- type: "plot"
15657 #  title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15658 #  algorithm: "plot_tsa_name"
15659 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15660 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15661 #  include:
15662 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15663 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15664 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15665 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15666 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15667 #  layout:
15668 #    title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15669 #    layout: "plot-throughput-speedup-analysis"
15670 #
15671 #- type: "plot"
15672 #  title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15673 #  algorithm: "plot_tsa_name"
15674 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15675 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15676 #  include:
15677 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15678 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15679 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15680 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15681 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15682 #  layout:
15683 #    title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15684 #    layout: "plot-throughput-speedup-analysis"
15685 #
15686 #- type: "plot"
15687 #  title: "Speedup: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-tsa"
15688 #  algorithm: "plot_tsa_name"
15689 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-tsa"
15690 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15691 #  include:
15692 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15693 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15694 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15695 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15696 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15697 #  layout:
15698 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15699 #    layout: "plot-throughput"
15700 #
15701 #- type: "plot"
15702 #  title: "Speedup: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr-tsa"
15703 #  algorithm: "plot_tsa_name"
15704 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr-tsa"
15705 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15706 #  include:
15707 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15708 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15709 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15710 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15711 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15712 #  layout:
15713 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15714 #    layout: "plot-throughput"
15715 #
15716 #- type: "plot"
15717 #  title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15718 #  algorithm: "plot_tsa_name"
15719 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15720 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15721 #  include:
15722 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15723 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15724 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15725 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15726 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15727 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15728 #  layout:
15729 #    title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15730 #    layout: "plot-throughput-speedup-analysis"
15731 #
15732 #- type: "plot"
15733 #  title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15734 #  algorithm: "plot_tsa_name"
15735 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15736 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15737 #  include:
15738 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15739 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15740 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15741 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15742 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15743 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15744 #  layout:
15745 #    title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15746 #    layout: "plot-throughput-speedup-analysis"
15747 #
15748 #- type: "plot"
15749 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15750 #  algorithm: "plot_tsa_name"
15751 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15752 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15753 #  include:
15754 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15755 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15756 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15757 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15758 #  layout:
15759 #    title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
15760 #    layout: "plot-throughput-speedup-analysis"
15761 #
15762 #- type: "plot"
15763 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15764 #  algorithm: "plot_tsa_name"
15765 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15766 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15767 #  include:
15768 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15769 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15770 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15771 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15772 #  layout:
15773 #    title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
15774 #    layout: "plot-throughput-speedup-analysis"
15775 #
15776 #- type: "plot"
15777 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15778 #  algorithm: "plot_tsa_name"
15779 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15780 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15781 #  include:
15782 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15783 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15784 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15785 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15786 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15787 #  layout:
15788 #    title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
15789 #    layout: "plot-throughput-speedup-analysis"
15790 #
15791 #- type: "plot"
15792 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15793 #  algorithm: "plot_tsa_name"
15794 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15795 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15796 #  include:
15797 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15798 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15799 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15800 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15801 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15802 #  layout:
15803 #    title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
15804 #    layout: "plot-throughput-speedup-analysis"
15805 #
15806 #- type: "plot"
15807 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15808 #  algorithm: "plot_tsa_name"
15809 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15810 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15811 #  include:
15812 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15813 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15814 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15815 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15816 #  layout:
15817 #    title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15818 #    layout: "plot-throughput-speedup-analysis"
15819 #
15820 #- type: "plot"
15821 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15822 #  algorithm: "plot_tsa_name"
15823 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15824 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15825 #  include:
15826 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15827 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15828 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15829 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15830 #  layout:
15831 #    title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15832 #    layout: "plot-throughput-speedup-analysis"
15833 #
15834 #- type: "plot"
15835 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-tsa"
15836 #  algorithm: "plot_tsa_name"
15837 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-tsa"
15838 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15839 #  include:
15840 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15841 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15842 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15843 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15844 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15845 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15846 #  layout:
15847 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15848 #    layout: "plot-throughput"
15849 #
15850 #- type: "plot"
15851 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr-tsa"
15852 #  algorithm: "plot_tsa_name"
15853 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr-tsa"
15854 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15855 #  include:
15856 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15857 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15858 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15859 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15860 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15861 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15862 #  layout:
15863 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15864 #    layout: "plot-throughput"
15865 #
15866 #- type: "plot"
15867 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-tsa"
15868 #  algorithm: "plot_tsa_name"
15869 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-tsa"
15870 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15871 #  include:
15872 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15873 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15874 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15875 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15876 #  layout:
15877 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15878 #    layout: "plot-throughput"
15879 #
15880 #- type: "plot"
15881 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr-tsa"
15882 #  algorithm: "plot_tsa_name"
15883 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr-tsa"
15884 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15885 #  include:
15886 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15887 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15888 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15889 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15890 #  layout:
15891 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15892 #    layout: "plot-throughput"
15893 #
15894 #- type: "plot"
15895 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
15896 #  algorithm: "plot_tsa_name"
15897 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15898 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15899 #  include:
15900 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15901 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15902 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15903 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15904 #  layout:
15905 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
15906 #    layout: "plot-throughput-speedup-analysis"
15907 #
15908 #- type: "plot"
15909 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
15910 #  algorithm: "plot_tsa_name"
15911 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15912 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15913 #  include:
15914 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15915 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15916 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15917 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15918 #  layout:
15919 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
15920 #    layout: "plot-throughput-speedup-analysis"
15921 #
15922 #- type: "plot"
15923 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15924 #  algorithm: "plot_tsa_name"
15925 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15926 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15927 #  include:
15928 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15929 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15930 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15931 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15932 #  layout:
15933 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15934 #    layout: "plot-throughput-speedup-analysis"
15935 #
15936 #- type: "plot"
15937 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15938 #  algorithm: "plot_tsa_name"
15939 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15940 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15941 #  include:
15942 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15943 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15944 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15945 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15946 #  layout:
15947 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15948 #    layout: "plot-throughput-speedup-analysis"
15949 #
15950 #- type: "plot"
15951 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-tsa"
15952 #  algorithm: "plot_tsa_name"
15953 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-tsa"
15954 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15955 #  include:
15956 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15957 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15958 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15959 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15960 #  layout:
15961 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15962 #    layout: "plot-throughput"
15963 #
15964 #- type: "plot"
15965 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr-tsa"
15966 #  algorithm: "plot_tsa_name"
15967 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr-tsa"
15968 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15969 #  include:
15970 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15971 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15972 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15973 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15974 #  layout:
15975 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15976 #    layout: "plot-throughput"
15977 #
15978 #- type: "plot"
15979 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
15980 #  algorithm: "plot_tsa_name"
15981 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
15982 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15983 #  include:
15984 #    - "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"
15985 #    - "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"
15986 #    - "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"
15987 #    - "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"
15988 #  layout:
15989 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15990 #    layout: "plot-throughput"
15991 #
15992 #- type: "plot"
15993 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
15994 #  algorithm: "plot_tsa_name"
15995 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
15996 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15997 #  include:
15998 #    - "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"
15999 #    - "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"
16000 #    - "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"
16001 #    - "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"
16002 #  layout:
16003 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
16004 #    layout: "plot-throughput"
16005
16006 ################################################################################
16007
16008 # Packet Throughput - DPDK
16009
16010 # 2n-clx-xxv710
16011
16012 - type: "plot"
16013   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
16014   algorithm: "plot_perf_box_name"
16015   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
16016   data: "plot-dpdk-throughput-latency-2n-clx"
16017   include:
16018     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16019     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16020   layout:
16021     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
16022     layout: "plot-throughput"
16023
16024 - type: "plot"
16025   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
16026   algorithm: "plot_perf_box_name"
16027   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
16028   data: "plot-dpdk-throughput-latency-2n-clx"
16029   include:
16030     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16031     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16032   layout:
16033     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
16034     layout: "plot-throughput"
16035
16036 - type: "plot"
16037   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
16038   algorithm: "plot_perf_box_name"
16039   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
16040   data: "plot-dpdk-throughput-latency-2n-clx"
16041   include:
16042     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16043     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16044   layout:
16045     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
16046     layout: "plot-throughput"
16047
16048 - type: "plot"
16049   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
16050   algorithm: "plot_perf_box_name"
16051   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
16052   data: "plot-dpdk-throughput-latency-2n-clx"
16053   include:
16054     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16055     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16056   layout:
16057     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
16058     layout: "plot-throughput"
16059
16060 # 2n-clx-x710
16061
16062 - type: "plot"
16063   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
16064   algorithm: "plot_perf_box_name"
16065   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
16066   data: "plot-dpdk-throughput-latency-2n-clx"
16067   include:
16068     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16069     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16070   layout:
16071     title: "2n-clx-x710-64b-2t1c-base-ndr"
16072     layout: "plot-throughput"
16073
16074 - type: "plot"
16075   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
16076   algorithm: "plot_perf_box_name"
16077   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
16078   data: "plot-dpdk-throughput-latency-2n-clx"
16079   include:
16080     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16081     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16082   layout:
16083     title: "2n-clx-x710-64b-4t2c-base-ndr"
16084     layout: "plot-throughput"
16085
16086 - type: "plot"
16087   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
16088   algorithm: "plot_perf_box_name"
16089   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
16090   data: "plot-dpdk-throughput-latency-2n-clx"
16091   include:
16092     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16093     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16094   layout:
16095     title: "2n-clx-x710-64b-2t1c-base-pdr"
16096     layout: "plot-throughput"
16097
16098 - type: "plot"
16099   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
16100   algorithm: "plot_perf_box_name"
16101   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
16102   data: "plot-dpdk-throughput-latency-2n-clx"
16103   include:
16104     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16105     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16106   layout:
16107     title: "2n-clx-x710-64b-4t2c-base-pdr"
16108     layout: "plot-throughput"
16109
16110 ################################################################################
16111
16112 #- type: "plot"
16113 #  title: "Latency by percentile: 2n-skx"
16114 #  algorithm: "plot_hdrh_lat_by_percentile"
16115 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
16116 #  output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
16117 #  target-links: "../../_static/vpp"
16118 #  data: "plot-vpp-hdrh-lat-2n-skx"
16119 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16120 #  layout:
16121 #    layout: "plot-hdrh-latency-by-percentile"
16122
16123 #- type: "plot"
16124 #  title: "Latency by percentile: 3n-skx"
16125 #  algorithm: "plot_hdrh_lat_by_percentile"
16126 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
16127 #  output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
16128 #  target-links: "../../_static/vpp"
16129 #  data: "plot-vpp-hdrh-lat-3n-skx"
16130 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16131 #  layout:
16132 #    layout: "plot-hdrh-latency-by-percentile"
16133
16134 #- type: "plot"
16135 #  title: "Latency by percentile: 2n-clx"
16136 #  algorithm: "plot_hdrh_lat_by_percentile"
16137 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
16138 #  output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
16139 #  target-links: "../../_static/vpp"
16140 #  data: "plot-vpp-hdrh-lat-2n-clx"
16141 #  filter: "'2T1C' and 'NIC_Mellanox-CX556A'"
16142 #  layout:
16143 #    layout: "plot-hdrh-latency-by-percentile"
16144
16145 - type: "plot"
16146   title: "Latency by percentile: 3n-hsw"
16147   algorithm: "plot_hdrh_lat_by_percentile"
16148   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
16149   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
16150   target-links: "../../_static/vpp"
16151   data: "plot-vpp-hdrh-lat-3n-hsw"
16152   filter: "'1T1C' and 'NIC_Intel-XL710'"
16153   layout:
16154     layout: "plot-hdrh-latency-by-percentile"
16155
16156 - type: "plot"
16157   title: "Latency by percentile: 3n-tsh"
16158   algorithm: "plot_hdrh_lat_by_percentile"
16159   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
16160   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
16161   target-links: "../../_static/vpp"
16162   data: "plot-vpp-hdrh-lat-3n-tsh"
16163   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16164   layout:
16165     layout: "plot-hdrh-latency-by-percentile"