Report: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   limits:
126     nic:
127       x520: 24460000
128       x553: 29761905
129       x710: 35800000
130       xxv710: 35800000
131       xl710: 35800000
132       cx556a: 60000000
133
134     link:
135       10ge: 14880952.38
136       25ge: 37202380.95
137       40ge: 59523809.52
138       100ge: 148809523.81
139
140     pci:
141       pci-g3-x8: 74404761.90
142       pci-g3-x16: 148809523.81
143
144   data-sets:
145
146     ###########################################################################
147     # Replacements:
148
149     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
150       csit-vpp-perf-verify-1908-3n-hsw:
151         - 48  # NDRPDR sel vhost
152         - 49  # NDRPDR sel vhost
153         - 52  # NDRPDR sel vhost
154         - 53  # NDRPDR sel vhost
155         - 54  # NDRPDR sel vhost
156         - 55  # NDRPDR sel vhost
157         - 56  # NDRPDR sel vhost
158         - 57  # NDRPDR sel vhost
159         - 58  # NDRPDR sel vhost
160         - 59  # NDRPDR sel vhost
161
162     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
163       csit-vpp-perf-verify-1908-3n-skx:
164         - 52  # NDRPDR sel vhost
165         - 53  # NDRPDR sel vhost
166         - 55  # NDRPDR sel vhost
167         - 61  # NDRPDR sel vhost
168         - 62  # NDRPDR sel vhost
169         - 63  # NDRPDR sel vhost
170         - 64  # NDRPDR sel vhost
171         - 65  # NDRPDR sel vhost
172         - 66  # NDRPDR sel vhost
173         - 67  # NDRPDR sel vhost
174
175     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
176       csit-vpp-perf-verify-1908-2n-skx:
177         - 88  # NDRPDR sel vhost
178         - 89  # NDRPDR sel vhost
179         - 91  # NDRPDR sel vhost
180         - 92  # NDRPDR sel vhost
181         - 93  # NDRPDR sel vhost
182         - 94  # NDRPDR sel vhost
183         - 95  # NDRPDR sel vhost
184         - 96  # NDRPDR sel vhost
185         - 97  # NDRPDR sel vhost
186         - 98  # NDRPDR sel vhost
187
188     ###########################################################################
189     # Plots:
190
191     # 3n-hsw
192
193     plot-vpp-throughput-lat-tsa-3n-hsw:
194       csit-vpp-perf-verify-2001-3n-hsw:
195         - 21  # NDRPDR sel
196         - 22  # NDRPDR sel
197         - 23  # NDRPDR sel
198         - 24  # NDRPDR sel
199         - 25  # NDRPDR sel
200         - 29  # NDRPDR sel
201         - 30  # NDRPDR sel
202         - 31  # NDRPDR sel
203         - 32  # NDRPDR sel
204         - 34  # NDRPDR sel
205
206     plot-vpp-hdrh-lat-3n-hsw:
207       csit-vpp-perf-verify-2001-3n-hsw:
208         - 22  # NDRPDR sel
209
210     plot-vpp-nfv-3n-hsw-ndrpdr:
211       csit-vpp-perf-verify-2001-3n-hsw:
212         - 21  # NDRPDR sel
213         - 22  # NDRPDR sel
214         - 23  # NDRPDR sel
215         - 24  # NDRPDR sel
216         - 25  # NDRPDR sel
217         - 29  # NDRPDR sel
218         - 30  # NDRPDR sel
219         - 31  # NDRPDR sel
220         - 32  # NDRPDR sel
221         - 34  # NDRPDR sel
222
223     plot-vpp-nfv-3n-hsw-mrr:
224       csit-vpp-perf-verify-2001-3n-hsw:
225         - 17  # MRR sel
226
227     plot-dpdk-throughput-latency-3n-hsw:
228       csit-dpdk-perf-verify-2001-3n-hsw:
229         - 4   # NDRPDR sel
230         - 5   # NDRPDR sel
231         - 6   # NDRPDR sel
232         - 7   # NDRPDR sel
233         - 8   # NDRPDR sel
234         - 9   # NDRPDR sel
235         - 10  # NDRPDR sel
236         - 11  # NDRPDR sel
237         - 12  # NDRPDR sel
238         - 13  # NDRPDR sel
239         - 15  # NDRPDR sel
240         - 16  # NDRPDR sel
241         - 17  # NDRPDR sel
242         - 18  # NDRPDR sel
243         - 19  # NDRPDR sel
244         - 20  # NDRPDR sel
245         - 21  # NDRPDR sel
246         - 22  # NDRPDR sel
247         - 23  # NDRPDR sel
248         - 24  # NDRPDR sel
249
250     plot-vpp-hoststack-3n-hsw:
251       csit-vpp-perf-verify-2001-3n-hsw:
252         - 87  # hoststack
253         - 88  # hoststack
254         - 89  # hoststack
255         - 90  # hoststack
256         - 91  # hoststack
257         - 92  # hoststack
258         - 93  # hoststack
259         - 94  # hoststack
260         - 95  # hoststack
261         - 96  # hoststack
262
263     plot-dpdk-hdrh-lat-3n-hsw:
264       csit-dpdk-perf-verify-2001-3n-hsw:
265         - 16  # NDRPDR sel
266
267     # 3n-skx
268
269     plot-vpp-throughput-lat-tsa-3n-skx:
270       # TODO: Add the data
271       csit-vpp-perf-verify-2001-3n-skx:
272         - 14  # NDRPDR sel
273         - 15  # NDRPDR sel
274         - 16  # NDRPDR sel
275
276     plot-vpp-hdrh-lat-3n-skx:
277       csit-vpp-perf-verify-2001-3n-skx:
278         - 14  # NDRPDR sel
279
280     plot-vpp-nfv-3n-skx-ndrpdr:
281       # TODO: Add data
282       csit-vpp-perf-verify-2001-3n-skx:
283         - 14  # NDRPDR sel
284         - 15  # NDRPDR sel
285         - 16  # NDRPDR sel
286
287     plot-vpp-nfv-3n-skx-mrr:
288       # TODO: Replace
289       # csit-vpp-perf-verify-2001-3n-skx:
290       csit-vpp-perf-verify-1908-3n-skx:
291         - 36  # MRR sel
292
293     plot-dpdk-throughput-latency-3n-skx:
294       csit-dpdk-perf-verify-2001-3n-skx:
295         - 1   # NDRPDR sel
296         - 2   # NDRPDR sel
297         - 3   # NDRPDR sel
298         - 4   # NDRPDR sel
299         - 5   # NDRPDR sel
300         - 6   # NDRPDR sel
301         - 7   # NDRPDR sel
302         - 8   # NDRPDR sel
303         - 9   # NDRPDR sel
304         - 10  # NDRPDR sel
305
306     plot-dpdk-hdrh-lat-3n-skx:
307       csit-dpdk-perf-verify-2001-3n-skx:
308         - 1   # NDRPDR sel
309         - 19  # NDRPDR sel
310
311     # 2n-skx
312
313     plot-vpp-throughput-lat-tsa-2n-skx:
314       # TODO: Add the data
315       csit-vpp-perf-verify-2001-2n-skx:
316         - 21  # NDRPDR sel
317         - 22  # NDRPDR sel
318         - 23  # NDRPDR sel
319         - 26  # NDRPDR sel
320         - 27  # NDRPDR sel
321         - 29  # NDRPDR sel
322
323     plot-vpp-hdrh-lat-2n-skx:
324       csit-vpp-perf-verify-2001-2n-skx:
325         - 21  # NDRPDR sel
326
327     plot-vpp-http-server-performance:
328       # TODO: Replace:
329       # csit-vpp-perf-verify-2001-2n-skx:
330       csit-vpp-perf-verify-1908-2n-skx:
331         - 29  # TCP
332         - 30  # TCP
333         - 58  # TCP
334
335     plot-vpp-soak-2n-skx:
336       # TODO: Replace the data
337       # csit-vpp-perf-verify-2001-2n-skx:
338       csit-vpp-perf-verify-1908-2n-skx:
339         - 83  # SOAK
340         - 86  # SOAK
341
342     plot-vpp-nfv-2n-skx-ndrpdr:
343       # TODO: Add the data
344       csit-vpp-perf-verify-2001-2n-skx:
345         - 30  # NFV
346         - 31  # NFV
347
348     plot-vpp-nfv-2n-skx-mrr:
349       # TODO: Replace the data
350       # csit-vpp-perf-verify-2001-2n-skx:
351       csit-vpp-perf-verify-1908-2n-skx:
352         - 71  # NFV MRR
353
354     plot-vpp-nfv-reconf-2n-skx:
355       # TODO: Replace the data
356       # csit-vpp-perf-verify-2001-2n-skx:
357       csit-vpp-perf-verify-1908-2n-skx:
358         - 113 # NFV reconf sel
359         - 114 # NFV reconf sel
360         - 115 # NFV reconf sel
361
362     plot-dpdk-throughput-latency-2n-skx:
363       csit-dpdk-perf-verify-2001-2n-skx:
364         - 1   # NDRPDR sel
365         - 2   # NDRPDR sel
366         - 3   # NDRPDR sel
367         - 4   # NDRPDR sel
368         - 5   # NDRPDR sel
369         - 6   # NDRPDR sel
370         - 7   # NDRPDR sel
371         - 8   # NDRPDR sel
372         - 9   # NDRPDR sel
373         - 10  # NDRPDR sel
374         - 11  # NDRPDR sel
375         - 13  # NDRPDR sel
376         - 26  # NDRPDR sel
377         - 16  # NDRPDR sel
378         - 17  # NDRPDR sel
379         - 18  # NDRPDR sel
380         - 19  # NDRPDR sel
381         - 27  # NDRPDR sel
382         - 21  # NDRPDR sel
383         - 25  # NDRPDR sel
384
385     plot-dpdk-hdrh-lat-2n-skx:
386       csit-dpdk-perf-verify-2001-2n-skx:
387         - 1   # NDRPDR sel
388         - 19  # NDRPDR sel
389
390     # 2n-clx
391
392     plot-vpp-throughput-lat-tsa-2n-clx:
393       csit-vpp-perf-verify-2001-2n-clx:
394         - 28  # NDRPDR sel
395         - 29  # NDRPDR sel
396         - 32  # NDRPDR sel
397         - 40  # NDRPDR sel
398         - 43  # NDRPDR sel
399         - 44  # NDRPDR sel
400         - 45  # NDRPDR sel
401         - 47  # NDRPDR sel
402         - 48  # NDRPDR sel
403         - 49  # NDRPDR sel
404
405     plot-vpp-hdrh-lat-2n-clx:
406       csit-vpp-perf-verify-2001-2n-clx:
407         - 28  # NDRPDR sel
408
409     plot-vpp-nfv-2n-clx-ndrpdr:
410       csit-vpp-perf-verify-2001-2n-clx:
411         - 28  # NDRPDR sel
412         - 29  # NDRPDR sel
413         - 32  # NDRPDR sel
414         - 40  # NDRPDR sel
415         - 43  # NDRPDR sel
416         - 44  # NDRPDR sel
417         - 45  # NDRPDR sel
418         - 47  # NDRPDR sel
419         - 48  # NDRPDR sel
420         - 49  # NDRPDR sel
421
422     plot-vpp-nfv-2n-clx-mrr:
423       csit-vpp-perf-verify-2001-2n-clx:
424         - 39  # MRR
425
426     plot-vpp-nfv-reconf-2n-clx:
427       csit-vpp-perf-verify-2001-2n-clx:
428         - 68  # Reconf
429         - 69  # Reconf
430         - 70  # Reconf
431         - 71  # Reconf
432         - 72  # Reconf
433         - 73  # Reconf
434         - 74  # Reconf
435         - 75  # Reconf
436         - 76  # Reconf
437         - 77  # Reconf
438
439     plot-dpdk-throughput-latency-2n-clx:
440       csit-dpdk-perf-verify-2001-2n-clx:
441         - 15  # NDRPDR sel
442         - 16  # NDRPDR sel
443         - 17  # NDRPDR sel
444         - 18  # NDRPDR sel
445         - 19  # NDRPDR sel
446         - 20  # NDRPDR sel
447         - 21  # NDRPDR sel
448         - 22  # NDRPDR sel
449         - 23  # NDRPDR sel
450         - 24  # NDRPDR sel
451         - 25  # NDRPDR sel
452         - 26  # NDRPDR sel
453         - 27  # NDRPDR sel
454         - 28  # NDRPDR sel
455         - 29  # NDRPDR sel
456         - 30  # NDRPDR sel
457         - 31  # NDRPDR sel
458         - 32  # NDRPDR sel
459         - 33  # NDRPDR sel
460         - 34  # NDRPDR sel
461
462
463     plot-dpdk-hdrh-lat-2n-clx:
464       csit-dpdk-perf-verify-2001-2n-clx:
465         - 15  # NDRPDR sel
466
467     # 3n-tsh
468
469     plot-vpp-throughput-lat-tsa-3n-tsh:
470       # TODO: Add the data
471       csit-vpp-perf-verify-2001-3n-tsh:
472         - 3   # NDRPDR sel
473         - 4   # NDRPDR sel
474         - 7   # NDRPDR sel
475         - 8   # NDRPDR sel
476         - 10  # NDRPDR sel
477         - 12  # NDRPDR sel
478         - 13  # NDRPDR sel
479         - 14  # NDRPDR sel
480         - 15  # NDRPDR sel
481
482     plot-vpp-hdrh-lat-3n-tsh:
483       csit-vpp-perf-verify-2001-3n-tsh:
484         - 10  # NDRPDR sel
485
486     plot-dpdk-throughput-latency-3n-tsh:
487       csit-dpdk-perf-verify-2001-3n-tsh:
488         - 3   # NDRPDR sel
489         - 4   # NDRPDR sel
490         - 5   # NDRPDR sel
491         - 9   # NDRPDR sel
492         - 10  # NDRPDR sel
493         - 11  # NDRPDR sel
494         - 12  # NDRPDR sel
495         - 14  # NDRPDR sel
496         - 15  # NDRPDR sel
497         - 18  # NDRPDR sel
498
499     plot-dpdk-hdrh-lat-3n-tsh:
500       csit-dpdk-perf-verify-2001-3n-tsh:
501         - 3   # NDRPDR sel
502
503     # 3n-dnv
504
505     plot-vpp-throughput-lat-tsa-3n-dnv:
506       csit-vpp-perf-verify-2001-3n-dnv:
507         - 5   # NDRPDR sel
508         - 6   # NDRPDR sel
509         - 7   # NDRPDR sel
510         - 8   # NDRPDR sel
511         - 9   # NDRPDR sel
512         - 10  # NDRPDR sel
513         - 12  # NDRPDR sel
514         - 16  # NDRPDR sel
515         - 17  # NDRPDR sel
516         - 18  # NDRPDR sel
517
518     plot-dpdk-throughput-latency-3n-dnv:
519       csit-dpdk-perf-verify-2001-3n-dnv:
520         - 12  # NDRPDR sel
521         - 13  # NDRPDR sel
522         - 14  # NDRPDR sel
523         - 15  # NDRPDR sel
524         - 16  # NDRPDR sel
525         - 17  # NDRPDR sel
526         - 18  # NDRPDR sel
527         - 19  # NDRPDR sel
528         - 20  # NDRPDR sel
529         - 22  # NDRPDR sel
530
531     # 2n-dnv
532
533     plot-vpp-throughput-lat-tsa-2n-dnv:
534       csit-vpp-perf-verify-2001-2n-dnv:
535         - 4   # NDRPDR sel
536         - 5   # NDRPDR sel
537         - 6   # NDRPDR sel
538         - 7   # NDRPDR sel
539         - 8   # NDRPDR sel
540         - 9   # NDRPDR sel
541         - 10  # NDRPDR sel
542         - 11  # NDRPDR sel
543         - 13  # NDRPDR sel
544         - 16  # NDRPDR sel
545
546     plot-dpdk-throughput-latency-2n-dnv:
547       csit-dpdk-perf-verify-2001-2n-dnv:
548         - 9   # NDRPDR sel
549         - 10  # NDRPDR sel
550         - 11  # NDRPDR sel
551         - 12  # NDRPDR sel
552         - 13  # NDRPDR sel
553         - 14  # NDRPDR sel
554         - 15  # NDRPDR sel
555         - 16  # NDRPDR sel
556         - 17  # NDRPDR sel
557         - 18  # NDRPDR sel
558
559     ###########################################################################
560     # Simple tables (only one data set):
561
562     # NIC Comparisons
563
564     vpp-nic-comparison-3n-skx:
565       # TODO: Add the data
566       csit-vpp-perf-verify-2001-3n-skx:
567         - 14  # NDRPDR sel
568         - 15  # NDRPDR sel
569         - 16  # NDRPDR sel
570
571     vpp-nic-comparison-2n-skx:
572       # TODO: Add the data
573       csit-vpp-perf-verify-2001-2n-skx:
574         - 21  # NDRPDR sel
575         - 22  # NDRPDR sel
576         - 23  # NDRPDR sel
577         - 26  # NDRPDR sel
578
579     vpp-nic-comparison-3n-skx-mrr:
580       # TODO: Replace
581       # csit-vpp-perf-verify-2001-3n-skx:
582       csit-vpp-perf-verify-1908-3n-skx:
583         - 36  # MRR sel
584
585     vpp-nic-comparison-2n-skx-mrr:
586       # TODO: Replace
587       # csit-vpp-perf-verify-2001-2n-skx:
588       csit-vpp-perf-verify-1908-2n-skx:
589         - 69  # MRR sel
590
591     # Results
592
593     vpp-perf-results-3n-hsw:
594       csit-vpp-perf-verify-2001-3n-hsw:
595         - 18  # NDRPDR full
596         - 20  # NDRPDR full
597         - 28  # NDRPDR full
598         - 35  # NDRPDR full
599         - 42  # NDRPDR full
600         - 46  # NDRPDR full
601         - 47  # NDRPDR full
602         - 48  # NDRPDR full
603         - 49  # NDRPDR full
604         - 50  # NDRPDR full
605         - 51  # NDRPDR full
606         - 52  # NDRPDR full
607         - 53  # NDRPDR full
608         - 54  # NDRPDR full
609         - 55  # NDRPDR full
610         - 56  # NDRPDR full
611         - 57  # NDRPDR full
612         - 58  # NDRPDR full
613         - 59  # NDRPDR full
614         - 61  # NDRPDR full
615         - 62  # NDRPDR full
616         - 63  # NDRPDR full
617         - 64  # NDRPDR full
618         - 65  # NDRPDR full
619         - 67  # NDRPDR full
620         - 70  # NDRPDR full
621         - 72  # NDRPDR full
622         - 73  # NDRPDR full
623         - 76  # NDRPDR full
624         - 77  # NDRPDR full
625         - 78  # NDRPDR full
626         - 79  # NDRPDR full
627         - 81  # NDRPDR full
628         - 82  # NDRPDR full
629         - 84  # NDRPDR full
630         - 85  # NDRPDR full
631
632     vpp-perf-results-3n-skx:
633       # TODO: Replace
634       csit-vpp-perf-verify-2001-3n-skx:
635         - 14  # NDRPDR sel
636
637     vpp-perf-results-2n-skx:
638       csit-vpp-perf-verify-2001-2n-skx:
639         - 32  # NDRPDR full
640         - 33  # NDRPDR full
641
642     vpp-perf-results-2n-clx:
643       csit-vpp-perf-verify-2001-2n-clx:
644         - 53  # NDRPDR full
645         - 54  # NDRPDR full
646         - 55  # NDRPDR full
647         - 56  # NDRPDR full
648         - 57  # NDRPDR full
649         - 58  # NDRPDR full
650         - 59  # NDRPDR full
651         - 60  # NDRPDR full
652         - 61  # NDRPDR full
653         - 62  # NDRPDR full
654         - 63  # NDRPDR full
655         - 64  # NDRPDR full
656         - 65  # NDRPDR full
657         - 66  # NDRPDR full
658         - 67  # NDRPDR full
659
660     vpp-perf-results-3n-tsh:
661       csit-vpp-perf-verify-2001-3n-tsh:
662         - 10  # NDRPDR sel
663
664     vpp-perf-results-3n-dnv:
665       csit-vpp-perf-verify-2001-3n-dnv:
666         - 19  # NDRPDR full
667         - 20  # NDRPDR full
668         - 21  # NDRPDR full
669         - 22  # NDRPDR full
670         - 23  # NDRPDR full
671         - 24  # NDRPDR full
672         - 25  # NDRPDR full
673         - 26  # NDRPDR full
674         - 37  # NDRPDR full
675         - 38  # NDRPDR full
676         - 39  # NDRPDR full
677
678     vpp-perf-results-2n-dnv:
679       csit-vpp-perf-verify-2001-2n-dnv:
680         - 21  # NDRPDR full
681         - 22  # NDRPDR full
682         - 25  # NDRPDR full
683         - 26  # NDRPDR full
684         - 27  # NDRPDR full
685         - 28  # NDRPDR full
686
687     vpp-mrr-results-3n-hsw:
688       csit-vpp-perf-verify-2001-3n-hsw:
689         - 17  # MRR sel
690
691     vpp-mrr-results-3n-skx:
692       # TODO: Replace
693       # csit-vpp-perf-verify-2001-3n-skx:
694       csit-vpp-perf-verify-1908-3n-skx:
695         - 36  # MRR sel
696
697     vpp-mrr-results-2n-skx:
698       # TODO: Replace
699       # csit-vpp-perf-verify-2001-2n-skx:
700       csit-vpp-perf-verify-1908-2n-skx:
701         - 69  # MRR sel
702
703     vpp-mrr-results-2n-clx:
704       csit-vpp-perf-verify-2001-2n-clx:
705         - 39  # MRR
706
707     vpp-mrr-results-3n-tsh:
708       csit-vpp-perf-verify-2001-3n-tsh:
709         - 9   # MRR sel
710
711     vpp-mrr-results-3n-dnv:
712       csit-vpp-perf-verify-2001-3n-dnv:
713         - 11  # MRR sel
714
715     vpp-mrr-results-2n-dnv:
716       csit-vpp-perf-verify-2001-2n-dnv:
717         - 12  # MRR sel
718
719     vpp-device-results-ubuntu:
720       csit-vpp-device-2001-ubuntu1804-1n-skx:
721         - 57
722
723     dpdk-perf-results-3n-hsw:
724       csit-dpdk-perf-verify-2001-3n-hsw:
725         - 25  # NDRPDR full
726         - 26  # NDRPDR full
727
728     dpdk-perf-results-3n-skx:
729       csit-dpdk-perf-verify-2001-3n-skx:
730         - 1   # NDRPDR sel
731
732     dpdk-perf-results-2n-skx:
733       csit-dpdk-perf-verify-2001-2n-skx:
734         - 1   # NDRPDR sel
735
736     dpdk-perf-results-2n-clx:
737       csit-dpdk-perf-verify-2001-2n-clx:
738         - 15  # NDRPDR sel
739         - 34  # NDRPDR sel
740
741     dpdk-perf-results-2n-dnv:
742       csit-dpdk-perf-verify-2001-2n-dnv:
743         - 16  # NDRPDR sel
744
745     dpdk-perf-results-3n-dnv:
746       csit-dpdk-perf-verify-2001-3n-dnv:
747         - 12  # NDRPDR sel
748
749     dpdk-perf-results-3n-tsh:
750       csit-dpdk-perf-verify-2001-3n-tsh:
751         - 3   # NDRPDR sel
752
753 ###########################################################################
754     # Tables (more than one data set)
755
756     # Performance changes
757
758     vpp-performance-changes-3n-hsw-h1:
759       csit-vpp-perf-verify-1904-3n-hsw:
760         - 11  # NDRPDR sel
761         - 12  # NDRPDR sel
762         - 20  # NDRPDR sel
763         - 21  # NDRPDR sel
764         - 23  # NDRPDR sel
765         - 24  # NDRPDR sel
766         - 25  # NDRPDR sel
767         - 26  # NDRPDR sel
768         - 29  # NDRPDR sel
769         - 30  # NDRPDR sel
770     vpp-performance-changes-3n-hsw-ref:
771       csit-vpp-perf-verify-1908-3n-hsw:
772         - 12  # NDRPDR sel
773         - 13  # NDRPDR sel
774         - 14  # NDRPDR sel
775         - 15  # NDRPDR sel
776         - 16  # NDRPDR sel
777         - 17  # NDRPDR sel
778         - 18  # NDRPDR sel
779         - 19  # NDRPDR sel
780         - 20  # NDRPDR sel
781         - 21  # NDRPDR sel
782     vpp-performance-changes-3n-hsw-cmp:
783       csit-vpp-perf-verify-2001-3n-hsw:
784         - 21  # NDRPDR sel
785         - 22  # NDRPDR sel
786         - 23  # NDRPDR sel
787         - 24  # NDRPDR sel
788         - 25  # NDRPDR sel
789         - 29  # NDRPDR sel
790         - 30  # NDRPDR sel
791         - 31  # NDRPDR sel
792         - 32  # NDRPDR sel
793         - 34  # NDRPDR sel
794     vpp-performance-changes-3n-hsw:
795       - "vpp-performance-changes-3n-hsw-h1"
796       - "vpp-performance-changes-3n-hsw-ref"
797       - "vpp-performance-changes-3n-hsw-cmp"
798
799     vpp-performance-changes-3n-skx-h1:
800       csit-vpp-perf-verify-1904-3n-skx:
801         - 8   # NDRPDR sel
802         - 9   # NDRPDR sel
803         - 10  # NDRPDR sel
804         - 11  # NDRPDR sel
805         - 12  # NDRPDR sel
806         - 14  # NDRPDR sel
807         - 16  # NDRPDR sel
808         - 21  # NDRPDR sel
809         - 23  # NDRPDR sel
810         - 25  # NDRPDR sel
811     vpp-performance-changes-3n-skx-ref:
812       csit-vpp-perf-verify-1908-3n-skx:
813         - 14  # NDRPDR sel
814         - 16  # NDRPDR sel
815         - 19  # NDRPDR sel
816         - 20  # NDRPDR sel
817         - 22  # NDRPDR sel
818         - 23  # NDRPDR sel
819         - 24  # NDRPDR sel
820         - 25  # NDRPDR sel
821         - 26  # NDRPDR sel
822         - 29  # NDRPDR sel
823     vpp-performance-changes-3n-skx-cmp:
824       # TODO: Add the data
825       csit-vpp-perf-verify-2001-3n-skx:
826         - 14  # NDRPDR sel
827         - 15  # NDRPDR sel
828         - 16  # NDRPDR sel
829     vpp-performance-changes-3n-skx:
830       - "vpp-performance-changes-3n-skx-h1"
831       - "vpp-performance-changes-3n-skx-ref"
832       - "vpp-performance-changes-3n-skx-cmp"
833
834     vpp-performance-changes-2n-skx-h1:
835       csit-vpp-perf-verify-1904-2n-skx:
836         - 12  # NDRPDR sel
837         - 14  # NDRPDR sel
838         - 16  # NDRPDR sel
839         - 17  # NDRPDR sel
840         - 18  # NDRPDR sel
841         - 21  # NDRPDR sel
842         - 27  # NDRPDR sel
843         - 30  # NDRPDR sel
844         - 31  # NDRPDR sel
845         - 32  # NDRPDR sel
846     vpp-performance-changes-2n-skx-ref:
847       csit-vpp-perf-verify-1908-2n-skx:
848         - 26  # NDRPDR sel
849         - 27  # NDRPDR sel
850         - 34  # NDRPDR sel
851         - 35  # NDRPDR sel
852         - 36  # NDRPDR sel
853         - 42  # NDRPDR sel
854         - 43  # NDRPDR sel
855         - 44  # NDRPDR sel
856         - 45  # NDRPDR sel
857         - 46  # NDRPDR sel
858     vpp-performance-changes-2n-skx-cmp:
859       # TODO: Add the data
860       csit-vpp-perf-verify-2001-2n-skx:
861         - 21  # NDRPDR sel
862         - 22  # NDRPDR sel
863         - 23  # NDRPDR sel
864         - 26  # NDRPDR sel
865         - 27  # NDRPDR sel
866         - 29  # NDRPDR sel
867     vpp-performance-changes-2n-skx:
868       - "vpp-performance-changes-2n-skx-h1"
869       - "vpp-performance-changes-2n-skx-ref"
870       - "vpp-performance-changes-2n-skx-cmp"
871
872     vpp-performance-changes-nfv-2n-skx-ref:
873       csit-vpp-perf-verify-1908-2n-skx:
874         - 22  # NFV
875         - 31  # NFV
876         - 32  # NFV
877     vpp-performance-changes-nfv-2n-skx-cmp:
878       # TODO: Add the data
879       csit-vpp-perf-verify-2001-2n-skx:
880         - 30  # NFV
881         - 31  # NFV
882     vpp-performance-changes-nfv-2n-skx:
883       - "vpp-performance-changes-nfv-2n-skx-ref"
884       - "vpp-performance-changes-nfv-2n-skx-cmp"
885
886     vpp-performance-changes-2n-dnv-ref:
887       csit-vpp-perf-verify-1908-2n-dnv:
888         - 1   # NDRPDR sel
889         - 2   # NDRPDR sel
890         - 3   # NDRPDR sel
891         - 4   # NDRPDR sel
892         - 5   # NDRPDR sel
893         - 6   # NDRPDR sel
894         - 7   # NDRPDR sel
895         - 8   # NDRPDR sel
896         - 9   # NDRPDR sel
897         - 10  # NDRPDR sel
898     vpp-performance-changes-2n-dnv-cmp:
899       csit-vpp-perf-verify-2001-2n-dnv:
900         - 4   # NDRPDR sel
901         - 5   # NDRPDR sel
902         - 6   # NDRPDR sel
903         - 7   # NDRPDR sel
904         - 8   # NDRPDR sel
905         - 9   # NDRPDR sel
906         - 10  # NDRPDR sel
907         - 11  # NDRPDR sel
908         - 13  # NDRPDR sel
909         - 16  # NDRPDR sel
910     vpp-performance-changes-2n-dnv:
911       - "vpp-performance-changes-2n-dnv-ref"
912       - "vpp-performance-changes-2n-dnv-cmp"
913
914     vpp-performance-changes-3n-dnv-ref:
915       csit-vpp-perf-verify-1908-3n-dnv:
916         - 6   # NDRPDR sel
917         - 7   # NDRPDR sel
918         - 8   # NDRPDR sel
919         - 9   # NDRPDR sel
920         - 10  # NDRPDR sel
921         - 12  # NDRPDR sel
922         - 13  # NDRPDR sel
923         - 14  # NDRPDR sel
924         - 15  # NDRPDR sel
925         - 16  # NDRPDR sel
926     vpp-performance-changes-3n-dnv-cmp:
927       csit-vpp-perf-verify-2001-3n-dnv:
928         - 5   # NDRPDR sel
929         - 6   # NDRPDR sel
930         - 7   # NDRPDR sel
931         - 8   # NDRPDR sel
932         - 9   # NDRPDR sel
933         - 10  # NDRPDR sel
934         - 12  # NDRPDR sel
935         - 16  # NDRPDR sel
936         - 17  # NDRPDR sel
937         - 18  # NDRPDR sel
938     vpp-performance-changes-3n-dnv:
939       - "vpp-performance-changes-3n-dnv-ref"
940       - "vpp-performance-changes-3n-dnv-cmp"
941
942     vpp-performance-changes-3n-tsh-ref:
943       csit-vpp-perf-verify-1908-3n-tsh:
944         - 7   # NDRPDR sel
945         - 8   # NDRPDR sel
946         - 9   # NDRPDR sel
947         - 10  # NDRPDR sel
948         - 11  # NDRPDR sel
949         - 12  # NDRPDR sel
950         - 13  # NDRPDR sel
951         - 14  # NDRPDR sel
952         - 15  # NDRPDR sel
953         - 16  # NDRPDR sel
954     vpp-performance-changes-3n-tsh-cmp:
955       # TODO: Add the data
956       csit-vpp-perf-verify-2001-3n-tsh:
957         - 3   # NDRPDR sel
958         - 4   # NDRPDR sel
959         - 7   # NDRPDR sel
960         - 8   # NDRPDR sel
961         - 10  # NDRPDR sel
962         - 12  # NDRPDR sel
963         - 13  # NDRPDR sel
964         - 14  # NDRPDR sel
965         - 15  # NDRPDR sel
966     vpp-performance-changes-3n-tsh:
967       - "vpp-performance-changes-3n-tsh-ref"
968       - "vpp-performance-changes-3n-tsh-cmp"
969
970     vpp-soak-vs-ndr-2n-skx-ref:
971       # TODO: Replace
972       # csit-vpp-perf-verify-2001-2n-skx:
973       csit-vpp-perf-verify-1908-2n-skx:
974         - 26  # NDRPDR sel
975         - 27  # NDRPDR sel
976         - 34  # NDRPDR sel
977     vpp-soak-vs-ndr-2n-skx-cmp:
978       # TODO: Replace
979       # csit-vpp-perf-verify-2001-2n-skx:
980       csit-vpp-perf-verify-1908-2n-skx:
981         - 83  # SOAK
982         - 86  # SOAK
983     vpp-soak-vs-ndr-2n-skx:
984       # TODO: Replace
985       # csit-vpp-perf-verify-2001-2n-skx:
986       csit-vpp-perf-verify-1908-2n-skx:
987         - 26  # NDRPDR sel
988         - 27  # NDRPDR sel
989         - 34  # NDRPDR sel
990         - 83  # SOAK
991         - 86  # SOAK
992
993     vpp-performance-changes-3n-hsw-mrr-h1:
994       csit-vpp-perf-verify-1904-3n-hsw:
995         - 9   # MRR sel
996     vpp-performance-changes-3n-hsw-mrr-ref:
997       csit-vpp-perf-verify-1908-3n-hsw:
998         - 39  # MRR sel
999     vpp-performance-changes-3n-hsw-mrr-cmp:
1000       csit-vpp-perf-verify-2001-3n-hsw:
1001         - 17  # MRR sel
1002     vpp-performance-changes-3n-hsw-mrr:
1003       - "vpp-performance-changes-3n-hsw-mrr-h1"
1004       - "vpp-performance-changes-3n-hsw-mrr-ref"
1005       - "vpp-performance-changes-3n-hsw-mrr-cmp"
1006
1007     vpp-performance-changes-3n-skx-mrr-h1:
1008       csit-vpp-perf-verify-1904-3n-skx:
1009         - 7   # MRR sel
1010     vpp-performance-changes-3n-skx-mrr-ref:
1011       csit-vpp-perf-verify-1908-3n-skx:
1012         - 36  # MRR sel
1013     vpp-performance-changes-3n-skx-mrr-cmp:
1014       # TODO: Replace
1015       # csit-vpp-perf-verify-2001-3n-skx:
1016       csit-vpp-perf-verify-1908-3n-skx:
1017         - 36  # MRR sel
1018     vpp-performance-changes-3n-skx-mrr:
1019       - "vpp-performance-changes-3n-skx-mrr-h1"
1020       - "vpp-performance-changes-3n-skx-mrr-ref"
1021       - "vpp-performance-changes-3n-skx-mrr-cmp"
1022
1023     vpp-performance-changes-2n-skx-mrr-h1:
1024       csit-vpp-perf-verify-1904-2n-skx:
1025         - 11  # MRR sel
1026     vpp-performance-changes-2n-skx-mrr-ref:
1027       csit-vpp-perf-verify-1908-2n-skx:
1028         - 69  # MRR sel
1029     vpp-performance-changes-2n-skx-mrr-cmp:
1030       # TODO: Replace
1031       # csit-vpp-perf-verify-2001-2n-skx:
1032       csit-vpp-perf-verify-1908-2n-skx:
1033         - 69  # MRR sel
1034     vpp-performance-changes-2n-skx-mrr:
1035       - "vpp-performance-changes-2n-skx-mrr-h1"
1036       - "vpp-performance-changes-2n-skx-mrr-ref"
1037       - "vpp-performance-changes-2n-skx-mrr-cmp"
1038
1039     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1040       csit-vpp-perf-verify-1908-2n-skx:
1041         - 71  # NFV MRR
1042     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1043       # TODO: Replace
1044       # csit-vpp-perf-verify-2001-2n-skx:
1045       csit-vpp-perf-verify-1908-2n-skx:
1046         - 71  # NFV MRR
1047     vpp-performance-changes-nfv-2n-skx-mrr:
1048       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
1049       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
1050
1051     vpp-performance-changes-2n-dnv-mrr-ref:
1052       csit-vpp-perf-verify-1908-2n-dnv:
1053         - 11  # MRR sel
1054     vpp-performance-changes-2n-dnv-mrr-cmp:
1055       csit-vpp-perf-verify-2001-2n-dnv:
1056         - 12  # MRR sel
1057     vpp-performance-changes-2n-dnv-mrr:
1058       - "vpp-performance-changes-2n-dnv-mrr-ref"
1059       - "vpp-performance-changes-2n-dnv-mrr-cmp"
1060
1061     vpp-performance-changes-3n-dnv-mrr-ref:
1062       csit-vpp-perf-verify-1908-3n-dnv:
1063         - 17  # MRR sel
1064     vpp-performance-changes-3n-dnv-mrr-cmp:
1065       csit-vpp-perf-verify-2001-3n-dnv:
1066         - 11  # MRR sel
1067     vpp-performance-changes-3n-dnv-mrr:
1068       - "vpp-performance-changes-3n-dnv-mrr-ref"
1069       - "vpp-performance-changes-3n-dnv-mrr-cmp"
1070
1071     vpp-performance-changes-3n-tsh-mrr-ref:
1072       csit-vpp-perf-verify-1908-3n-tsh:
1073         - 17  # MRR sel
1074     vpp-performance-changes-3n-tsh-mrr-cmp:
1075       csit-vpp-perf-verify-2001-3n-tsh:
1076         - 9   # MRR sel
1077     vpp-performance-changes-3n-tsh-mrr:
1078       - "vpp-performance-changes-3n-tsh-mrr-ref"
1079       - "vpp-performance-changes-3n-tsh-mrr-cmp"
1080
1081     dpdk-performance-changes-3n-hsw-h1:
1082       csit-dpdk-perf-verify-1904-3n-hsw:
1083         - 2   # NDRPDR sel
1084         - 3   # NDRPDR sel
1085         - 5   # NDRPDR sel
1086         - 6   # NDRPDR sel
1087         - 13  # NDRPDR sel
1088         - 14  # NDRPDR sel
1089         - 15  # NDRPDR sel
1090         - 18  # NDRPDR sel
1091         - 19  # NDRPDR sel
1092         - 20  # NDRPDR sel
1093     dpdk-performance-changes-3n-hsw-ref:
1094       csit-dpdk-perf-verify-1908-3n-hsw:
1095         - 2   # NDRPDR sel
1096         - 3   # NDRPDR sel
1097         - 4   # NDRPDR sel
1098         - 5   # NDRPDR sel
1099         - 6   # NDRPDR sel
1100         - 7   # NDRPDR sel
1101         - 8   # NDRPDR sel
1102         - 9   # NDRPDR sel
1103         - 10  # NDRPDR sel
1104         - 11  # NDRPDR sel
1105     dpdk-performance-changes-3n-hsw-cmp:
1106       csit-dpdk-perf-verify-2001-3n-hsw:
1107 #        - 4   # NDRPDR sel
1108 #        - 5   # NDRPDR sel
1109 #        - 6   # NDRPDR sel
1110 #        - 7   # NDRPDR sel
1111 #        - 8   # NDRPDR sel
1112 #        - 9   # NDRPDR sel
1113 #        - 10  # NDRPDR sel
1114 #        - 11  # NDRPDR sel
1115 #        - 12  # NDRPDR sel
1116 #        - 13  # NDRPDR sel
1117         - 15  # NDRPDR sel
1118         - 16  # NDRPDR sel
1119         - 17  # NDRPDR sel
1120         - 18  # NDRPDR sel
1121         - 19  # NDRPDR sel
1122         - 20  # NDRPDR sel
1123         - 21  # NDRPDR sel
1124         - 22  # NDRPDR sel
1125         - 23  # NDRPDR sel
1126         - 24  # NDRPDR sel
1127     dpdk-performance-changes-3n-hsw:
1128       - "dpdk-performance-changes-3n-hsw-h1"
1129       - "dpdk-performance-changes-3n-hsw-ref"
1130       - "dpdk-performance-changes-3n-hsw-cmp"
1131
1132     dpdk-performance-changes-3n-skx-h1:
1133       csit-dpdk-perf-verify-1904-3n-skx:
1134         - 2   # NDRPDR sel
1135         - 3   # NDRPDR sel
1136         - 4   # NDRPDR sel
1137         - 5   # NDRPDR sel
1138         - 6   # NDRPDR sel
1139         - 7   # NDRPDR sel
1140         - 11  # NDRPDR sel
1141         - 12  # NDRPDR sel
1142         - 13  # NDRPDR sel
1143         - 14  # NDRPDR sel
1144     dpdk-performance-changes-3n-skx-ref:
1145       csit-dpdk-perf-verify-1908-3n-skx:
1146         - 3   # NDRPDR sel
1147         - 4   # NDRPDR sel
1148         - 5   # NDRPDR sel
1149         - 6   # NDRPDR sel
1150         - 7   # NDRPDR sel
1151         - 8   # NDRPDR sel
1152         - 9   # NDRPDR sel
1153         - 10  # NDRPDR sel
1154         - 11  # NDRPDR sel
1155         - 12  # NDRPDR sel
1156     dpdk-performance-changes-3n-skx-cmp:
1157       csit-dpdk-perf-verify-2001-3n-skx:
1158         - 1   # NDRPDR sel
1159         - 2   # NDRPDR sel
1160         - 3   # NDRPDR sel
1161         - 4   # NDRPDR sel
1162         - 5   # NDRPDR sel
1163         - 6   # NDRPDR sel
1164         - 7   # NDRPDR sel
1165         - 8   # NDRPDR sel
1166         - 9   # NDRPDR sel
1167         - 10  # NDRPDR sel
1168     dpdk-performance-changes-3n-skx:
1169       - "dpdk-performance-changes-3n-skx-h1"
1170       - "dpdk-performance-changes-3n-skx-ref"
1171       - "dpdk-performance-changes-3n-skx-cmp"
1172
1173     dpdk-performance-changes-2n-skx-h1:
1174       csit-dpdk-perf-verify-1904-2n-skx:
1175         - 2   # NDRPDR sel
1176         - 3   # NDRPDR sel
1177         - 4   # NDRPDR sel
1178         - 5   # NDRPDR sel
1179         - 7   # NDRPDR sel
1180         - 8   # NDRPDR sel
1181         - 9   # NDRPDR sel
1182         - 10  # NDRPDR sel
1183         - 11  # NDRPDR sel
1184         - 12  # NDRPDR sel
1185     dpdk-performance-changes-2n-skx-ref:
1186       csit-dpdk-perf-verify-1908-2n-skx:
1187         - 2   # NDRPDR sel
1188         - 3   # NDRPDR sel
1189         - 4   # NDRPDR sel
1190         - 5   # NDRPDR sel
1191         - 7   # NDRPDR sel
1192         - 8   # NDRPDR sel
1193         - 9   # NDRPDR sel
1194         - 10  # NDRPDR sel
1195         - 11  # NDRPDR sel
1196         - 12  # NDRPDR sel
1197     dpdk-performance-changes-2n-skx-cmp:
1198       csit-dpdk-perf-verify-2001-2n-skx:
1199         - 1   # NDRPDR sel
1200         - 2   # NDRPDR sel
1201         - 3   # NDRPDR sel
1202         - 4   # NDRPDR sel
1203         - 5   # NDRPDR sel
1204         - 6   # NDRPDR sel
1205         - 7   # NDRPDR sel
1206         - 8   # NDRPDR sel
1207         - 9   # NDRPDR sel
1208         - 10  # NDRPDR sel
1209         - 11  # NDRPDR sel
1210         - 13  # NDRPDR sel
1211         - 26  # NDRPDR sel
1212         - 16  # NDRPDR sel
1213         - 17  # NDRPDR sel
1214         - 18  # NDRPDR sel
1215         - 19  # NDRPDR sel
1216         - 27  # NDRPDR sel
1217         - 21  # NDRPDR sel
1218         - 25  # NDRPDR sel
1219     dpdk-performance-changes-2n-skx:
1220       - "dpdk-performance-changes-2n-skx-h1"
1221       - "dpdk-performance-changes-2n-skx-ref"
1222       - "dpdk-performance-changes-2n-skx-cmp"
1223
1224     # Compare testbeds
1225
1226     vpp-compare-testbeds-ref:
1227       csit-vpp-perf-verify-2001-3n-hsw:
1228         - 21  # NDRPDR sel
1229         - 22  # NDRPDR sel
1230         - 23  # NDRPDR sel
1231         - 24  # NDRPDR sel
1232         - 25  # NDRPDR sel
1233         - 29  # NDRPDR sel
1234         - 30  # NDRPDR sel
1235         - 31  # NDRPDR sel
1236         - 32  # NDRPDR sel
1237         - 34  # NDRPDR sel
1238     vpp-compare-testbeds-cmp:
1239       # TODO: Add the data
1240       csit-vpp-perf-verify-2001-3n-skx:
1241         - 14  # NDRPDR sel
1242         - 15  # NDRPDR sel
1243         - 16  # NDRPDR sel
1244     vpp-compare-testbeds:
1245       - "vpp-compare-testbeds-ref"
1246       - "vpp-compare-testbeds-cmp"
1247
1248     vpp-compare-testbeds-skx-clx-ref:
1249       # TODO: Add the data
1250       csit-vpp-perf-verify-2001-2n-skx:
1251         - 21  # NDRPDR sel
1252         - 22  # NDRPDR sel
1253         - 23  # NDRPDR sel
1254         - 26  # NDRPDR sel
1255         - 27  # NDRPDR sel
1256         - 29  # NDRPDR sel
1257     vpp-compare-testbeds-skx-clx-cmp:
1258       csit-vpp-perf-verify-2001-2n-clx:
1259         - 28  # NDRPDR sel
1260         - 29  # NDRPDR sel
1261         - 32  # NDRPDR sel
1262         - 40  # NDRPDR sel
1263         - 43  # NDRPDR sel
1264         - 44  # NDRPDR sel
1265         - 45  # NDRPDR sel
1266         - 47  # NDRPDR sel
1267         - 48  # NDRPDR sel
1268         - 49  # NDRPDR sel
1269     vpp-compare-testbeds-skx-clx:
1270       - "vpp-compare-testbeds-skx-clx-ref"
1271       - "vpp-compare-testbeds-skx-clx-cmp"
1272
1273     vpp-compare-testbeds-hsw-clx-ref:
1274       csit-vpp-perf-verify-2001-3n-hsw:
1275         - 21  # NDRPDR sel
1276         - 22  # NDRPDR sel
1277         - 23  # NDRPDR sel
1278         - 24  # NDRPDR sel
1279         - 25  # NDRPDR sel
1280         - 29  # NDRPDR sel
1281         - 30  # NDRPDR sel
1282         - 31  # NDRPDR sel
1283         - 32  # NDRPDR sel
1284         - 34  # NDRPDR sel
1285     vpp-compare-testbeds-hsw-clx-cmp:
1286       csit-vpp-perf-verify-2001-2n-clx:
1287         - 28  # NDRPDR sel
1288         - 29  # NDRPDR sel
1289         - 32  # NDRPDR sel
1290         - 40  # NDRPDR sel
1291         - 43  # NDRPDR sel
1292         - 44  # NDRPDR sel
1293         - 45  # NDRPDR sel
1294         - 47  # NDRPDR sel
1295         - 48  # NDRPDR sel
1296         - 49  # NDRPDR sel
1297     vpp-compare-testbeds-hsw-clx:
1298       - "vpp-compare-testbeds-hsw-clx-ref"
1299       - "vpp-compare-testbeds-hsw-clx-cmp"
1300
1301     vpp-compare-testbeds-mrr-ref:
1302       csit-vpp-perf-verify-2001-3n-hsw:
1303         - 17  # MRR sel
1304     vpp-compare-testbeds-mrr-cmp:
1305       # TODO: Replace
1306       # csit-vpp-perf-verify-2001-3n-skx:
1307       csit-vpp-perf-verify-1908-3n-skx:
1308         - 36  # MRR sel
1309     vpp-compare-testbeds-mrr:
1310       - "vpp-compare-testbeds-mrr-ref"
1311       - "vpp-compare-testbeds-mrr-cmp"
1312
1313     vpp-compare-testbeds-mrr-skx-clx-ref:
1314       # TODO: Replace
1315       # csit-vpp-perf-verify-2001-2n-skx:
1316       csit-vpp-perf-verify-1908-2n-skx:
1317         - 69  # MRR sel
1318     vpp-compare-testbeds-mrr-skx-clx-cmp:
1319       csit-vpp-perf-verify-2001-2n-clx:
1320         - 39  # MRR
1321     vpp-compare-testbeds-mrr-skx-clx:
1322       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1323       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1324
1325     vpp-compare-testbeds-mrr-hsw-clx-ref:
1326       csit-vpp-perf-verify-2001-3n-hsw:
1327         - 17  # MRR sel
1328     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1329       csit-vpp-perf-verify-2001-2n-clx:
1330         - 39  # MRR
1331     vpp-compare-testbeds-mrr-hsw-clx:
1332       - "vpp-compare-testbeds-mrr-hsw-clx-ref"
1333       - "vpp-compare-testbeds-mrr-hsw-clx-cmp"
1334
1335     dpdk-compare-testbeds-ref:
1336       csit-dpdk-perf-verify-2001-3n-hsw:
1337         - 4   # NDRPDR sel
1338         - 5   # NDRPDR sel
1339         - 6   # NDRPDR sel
1340         - 7   # NDRPDR sel
1341         - 8   # NDRPDR sel
1342         - 9   # NDRPDR sel
1343         - 10  # NDRPDR sel
1344         - 11  # NDRPDR sel
1345         - 12  # NDRPDR sel
1346         - 13  # NDRPDR sel
1347         - 15  # NDRPDR sel
1348         - 16  # NDRPDR sel
1349         - 17  # NDRPDR sel
1350         - 18  # NDRPDR sel
1351         - 19  # NDRPDR sel
1352         - 20  # NDRPDR sel
1353         - 21  # NDRPDR sel
1354         - 22  # NDRPDR sel
1355         - 23  # NDRPDR sel
1356         - 24  # NDRPDR sel
1357     dpdk-compare-testbeds-cmp:
1358       csit-dpdk-perf-verify-2001-3n-skx:
1359         - 1   # NDRPDR sel
1360         - 2   # NDRPDR sel
1361         - 3   # NDRPDR sel
1362         - 4   # NDRPDR sel
1363         - 5   # NDRPDR sel
1364         - 6   # NDRPDR sel
1365         - 7   # NDRPDR sel
1366         - 8   # NDRPDR sel
1367         - 9   # NDRPDR sel
1368         - 10  # NDRPDR sel
1369     dpdk-compare-testbeds:
1370       - "dpdk-compare-testbeds-ref"
1371       - "dpdk-compare-testbeds-cmp"
1372
1373     dpdk-compare-testbeds-skx-clx-ref:
1374       csit-dpdk-perf-verify-2001-2n-skx:
1375         - 1   # NDRPDR sel
1376         - 2   # NDRPDR sel
1377         - 3   # NDRPDR sel
1378         - 4   # NDRPDR sel
1379         - 5   # NDRPDR sel
1380         - 6   # NDRPDR sel
1381         - 7   # NDRPDR sel
1382         - 8   # NDRPDR sel
1383         - 9   # NDRPDR sel
1384         - 10  # NDRPDR sel
1385         - 11  # NDRPDR sel
1386         - 13  # NDRPDR sel
1387         - 26  # NDRPDR sel
1388         - 16  # NDRPDR sel
1389         - 17  # NDRPDR sel
1390         - 18  # NDRPDR sel
1391         - 19  # NDRPDR sel
1392         - 27  # NDRPDR sel
1393         - 21  # NDRPDR sel
1394         - 25  # NDRPDR sel
1395     dpdk-compare-testbeds-skx-clx-cmp:
1396       csit-dpdk-perf-verify-2001-2n-clx:
1397         - 15  # NDRPDR sel
1398         - 16  # NDRPDR sel
1399         - 17  # NDRPDR sel
1400         - 18  # NDRPDR sel
1401         - 19  # NDRPDR sel
1402         - 20  # NDRPDR sel
1403         - 21  # NDRPDR sel
1404         - 22  # NDRPDR sel
1405         - 23  # NDRPDR sel
1406         - 24  # NDRPDR sel
1407         - 25  # NDRPDR sel
1408         - 26  # NDRPDR sel
1409         - 27  # NDRPDR sel
1410         - 28  # NDRPDR sel
1411         - 29  # NDRPDR sel
1412         - 30  # NDRPDR sel
1413         - 31  # NDRPDR sel
1414         - 32  # NDRPDR sel
1415         - 33  # NDRPDR sel
1416         - 34  # NDRPDR sel
1417
1418     dpdk-compare-testbeds-skx-clx:
1419       - "dpdk-compare-testbeds-skx-clx-ref"
1420       - "dpdk-compare-testbeds-skx-clx-cmp"
1421
1422     # Compare topologies
1423
1424     vpp-compare-topologies-ref:
1425       # TODO: Add the data
1426       csit-vpp-perf-verify-2001-3n-skx:
1427         - 14  # NDRPDR sel
1428         - 15  # NDRPDR sel
1429         - 16  # NDRPDR sel
1430     vpp-compare-topologies-cmp:
1431       # TODO: Add the data
1432       csit-vpp-perf-verify-2001-2n-skx:
1433         - 21  # NDRPDR sel
1434         - 22  # NDRPDR sel
1435         - 23  # NDRPDR sel
1436         - 26  # NDRPDR sel
1437         - 27  # NDRPDR sel
1438         - 29  # NDRPDR sel
1439     vpp-compare-topologies:
1440       - "vpp-compare-topologies-ref"
1441       - "vpp-compare-topologies-cmp"
1442
1443     vpp-compare-topologies-mrr-ref:
1444       # TODO: Replace
1445       # csit-vpp-perf-verify-2001-3n-skx:
1446       csit-vpp-perf-verify-1908-3n-skx:
1447         - 36  # MRR sel
1448     vpp-compare-topologies-mrr-cmp:
1449       # TODO: Replace
1450       # csit-vpp-perf-verify-2001-2n-skx:
1451       csit-vpp-perf-verify-1908-2n-skx:
1452         - 69  # MRR sel
1453     vpp-compare-topologies-mrr:
1454       - "vpp-compare-topologies-mrr-ref"
1455       - "vpp-compare-topologies-mrr-cmp"
1456
1457     dpdk-compare-topologies-ref:
1458       csit-dpdk-perf-verify-2001-3n-skx:
1459         - 1   # NDRPDR sel
1460         - 2   # NDRPDR sel
1461         - 3   # NDRPDR sel
1462         - 4   # NDRPDR sel
1463         - 5   # NDRPDR sel
1464         - 6   # NDRPDR sel
1465         - 7   # NDRPDR sel
1466         - 8   # NDRPDR sel
1467         - 9   # NDRPDR sel
1468         - 10  # NDRPDR sel
1469     dpdk-compare-topologies-cmp:
1470       csit-dpdk-perf-verify-2001-2n-skx:
1471         - 1   # NDRPDR sel
1472         - 2   # NDRPDR sel
1473         - 3   # NDRPDR sel
1474         - 4   # NDRPDR sel
1475         - 5   # NDRPDR sel
1476         - 6   # NDRPDR sel
1477         - 7   # NDRPDR sel
1478         - 8   # NDRPDR sel
1479         - 9   # NDRPDR sel
1480         - 10  # NDRPDR sel
1481         - 11  # NDRPDR sel
1482         - 13  # NDRPDR sel
1483         - 26  # NDRPDR sel
1484         - 16  # NDRPDR sel
1485         - 17  # NDRPDR sel
1486         - 18  # NDRPDR sel
1487         - 19  # NDRPDR sel
1488         - 27  # NDRPDR sel
1489         - 21  # NDRPDR sel
1490         - 25  # NDRPDR sel
1491     dpdk-compare-topologies:
1492       - "dpdk-compare-topologies-ref"
1493       - "dpdk-compare-topologies-cmp"
1494
1495   plot-layouts:
1496
1497     plot-soak-throughput:
1498       titlefont:
1499         size: 18
1500       xaxis:
1501         title: "<b>Test Cases [Index]</b>"
1502         titlefont:
1503           size: 16
1504         autorange: True
1505         fixedrange: False
1506         gridcolor: "rgb(230, 230, 230)"
1507         linecolor: "rgb(220, 220, 220)"
1508         linewidth: 1
1509         showgrid: True
1510         showline: True
1511         showticklabels: True
1512         tickcolor: "rgb(220, 220, 220)"
1513         tickmode: "linear"
1514         tickfont:
1515           size: 16
1516         zeroline: False
1517       yaxis:
1518         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1519         titlefont:
1520           size: 16
1521         gridcolor: "rgb(230, 230, 230)"
1522         hoverformat: ".4r"
1523         tickformat: ".3r"
1524         linecolor: "rgb(220, 220, 220)"
1525         linewidth: 1
1526         showgrid: True
1527         showline: True
1528         showticklabels: True
1529         tickcolor: "rgb(220, 220, 220)"
1530         tickfont:
1531           size: 16
1532         zeroline: False
1533         range: [0,50]
1534       autosize: False
1535       margin:
1536         t: 50
1537         b: 0
1538         l: 80
1539         r: 20
1540       showlegend: True
1541       legend:
1542         orientation: "h"
1543         font:
1544           size: 16
1545       width: 700
1546       height: 900
1547       paper_bgcolor: "#fff"
1548       plot_bgcolor: "#fff"
1549       hoverlabel:
1550         namelength: -1
1551
1552     plot-service-density:
1553       titlefont:
1554         size: 18
1555       xaxis:
1556         side: "top"
1557         autorange: True
1558         fixedrange: False
1559         showgrid: False
1560         showline: False
1561         showticklabels: False
1562         ticks: ""
1563         ticklen: 0
1564         tickwidth: 0
1565         zeroline: False
1566       yaxis:
1567         autorange: "reversed"
1568         showgrid: False
1569         showline: False
1570         showticklabels: False
1571         ticks: ""
1572         ticklen: 0
1573         tickwidth: 0
1574         zeroline: False
1575       showlegend: False
1576       paper_bgcolor: "#fff"
1577       plot_bgcolor: "#fff"
1578       width: 700
1579       height: 700
1580       hoverlabel:
1581         namelength: -1
1582
1583     plot-cps:
1584       titlefont:
1585         size: 18
1586       xaxis:
1587         title: "<b>Test Cases [Index]</b>"
1588         titlefont:
1589           size: 16
1590         autorange: True
1591         fixedrange: False
1592         gridcolor: "rgb(230, 230, 230)"
1593         linecolor: "rgb(220, 220, 220)"
1594         linewidth: 1
1595         showgrid: True
1596         showline: True
1597         showticklabels: True
1598         tickcolor: "rgb(220, 220, 220)"
1599         tickmode: "linear"
1600         tickfont:
1601           size: 16
1602         zeroline: False
1603       yaxis:
1604         title: "<b>Connections Per Second [cps]</b>"
1605         titlefont:
1606           size: 16
1607         gridcolor: "rgb(230, 230, 230)"
1608         hoverformat: ".4s"
1609         linecolor: "rgb(220, 220, 220)"
1610         linewidth: 1
1611         rangemode: "tozero"
1612         showgrid: True
1613         showline: True
1614         showticklabels: True
1615         tickcolor: "rgb(220, 220, 220)"
1616         tickformat: ".3s"
1617         tickfont:
1618           size: 16
1619         zeroline: False
1620       boxmode: "group"
1621       boxgroupgap: 0.5
1622       autosize: False
1623       margin:
1624         t: 50
1625         b: 20
1626         l: 80
1627         r: 20
1628       showlegend: True
1629       legend:
1630         orientation: "h"
1631         font:
1632           size: 16
1633       width: 700
1634       height: 800
1635       paper_bgcolor: "#fff"
1636       plot_bgcolor: "#fff"
1637       hoverlabel:
1638         namelength: -1
1639
1640     plot-rps:
1641       titlefont:
1642         size: 18
1643       xaxis:
1644         title: "<b>Test Cases [Index]</b>"
1645         titlefont:
1646           size: 16
1647         autorange: True
1648         fixedrange: False
1649         gridcolor: "rgb(230, 230, 230)"
1650         linecolor: "rgb(220, 220, 220)"
1651         linewidth: 1
1652         showgrid: True
1653         showline: True
1654         showticklabels: True
1655         tickcolor: "rgb(220, 220, 220)"
1656         tickmode: "linear"
1657         tickfont:
1658           size: 16
1659         zeroline: False
1660       yaxis:
1661         title: "<b>Requests Per Second [rps]</b>"
1662         titlefont:
1663           size: 16
1664         gridcolor: "rgb(230, 230, 230)"
1665         hoverformat: ".4s"
1666         linecolor: "rgb(220, 220, 220)"
1667         linewidth: 1
1668         rangemode: "tozero"
1669         showgrid: True
1670         showline: True
1671         showticklabels: True
1672         tickcolor: "rgb(230, 230, 230)"
1673         tickformat: ".3s"
1674         tickfont:
1675           size: 16
1676         zeroline: False
1677       boxmode: "group"
1678       boxgroupgap: 0.5
1679       autosize: False
1680       margin:
1681         t: 50
1682         b: 20
1683         l: 80
1684         r: 20
1685       showlegend: True
1686       legend:
1687         orientation: "h"
1688         font:
1689           size: 16
1690       width: 700
1691       height: 800
1692       paper_bgcolor: "#fff"
1693       plot_bgcolor: "#fff"
1694       hoverlabel:
1695         namelength: -1
1696
1697     plot-hoststack:
1698       titlefont:
1699         size: 16
1700       xaxis:
1701         title: "<b>Test Cases [Index]</b>"
1702         titlefont:
1703           size: 14
1704         autorange: True
1705         fixedrange: False
1706         gridcolor: "rgb(230, 230, 230)"
1707         linecolor: "rgb(220, 220, 220)"
1708         linewidth: 1
1709         showgrid: True
1710         showline: True
1711         showticklabels: True
1712         tickcolor: "rgb(220, 220, 220)"
1713         tickmode: "linear"
1714         tickfont:
1715           size: 14
1716         zeroline: False
1717       yaxis:
1718         title: "<b>Bandwidth [Gbps]</b>"
1719         titlefont:
1720           size: 14
1721         gridcolor: "rgb(230, 230, 230)"
1722         hoverformat: ".4s"
1723         linecolor: "rgb(220, 220, 220)"
1724         linewidth: 1
1725         rangemode: "tozero"
1726         showgrid: True
1727         showline: True
1728         showticklabels: True
1729         tickcolor: "rgb(230, 230, 230)"
1730         tickformat: ".3s"
1731         tickfont:
1732           size: 14
1733         zeroline: False
1734       boxmode: "group"
1735       boxgroupgap: 0.5
1736       autosize: False
1737       margin:
1738         t: 50
1739         b: 20
1740         l: 80
1741         r: 20
1742       showlegend: True
1743       legend:
1744         orientation: "h"
1745         font:
1746           size: 14
1747       width: 700
1748       height: 800
1749       paper_bgcolor: "#fff"
1750       plot_bgcolor: "#fff"
1751       hoverlabel:
1752         namelength: -1
1753
1754     plot-throughput:
1755       titlefont:
1756         size: 18
1757       xaxis:
1758         title: "<b>Test Cases [Index]</b>"
1759         titlefont:
1760           size: 16
1761         autorange: True
1762         fixedrange: False
1763         gridcolor: "rgb(230, 230, 230)"
1764         linecolor: "rgb(220, 220, 220)"
1765         linewidth: 1
1766         showgrid: True
1767         showline: True
1768         showticklabels: True
1769         tickcolor: "rgb(220, 220, 220)"
1770         tickmode: "linear"
1771         tickfont:
1772           size: 16
1773         zeroline: False
1774       yaxis:
1775         title: "<b>Packet Throughput [Mpps]</b>"
1776         titlefont:
1777           size: 16
1778         gridcolor: "rgb(230, 230, 230)"
1779         hoverformat: ".4r"
1780         tickformat: ".3r"
1781         linecolor: "rgb(220, 220, 220)"
1782         linewidth: 1
1783         showgrid: True
1784         showline: True
1785         showticklabels: True
1786         tickcolor: "rgb(220, 220, 220)"
1787         tickfont:
1788           size: 16
1789         zeroline: False
1790         range: [0,50]
1791       autosize: False
1792       margin:
1793         t: 50
1794         b: 0
1795         l: 80
1796         r: 20
1797       showlegend: True
1798       legend:
1799         orientation: "h"
1800         font:
1801           size: 16
1802       width: 700
1803       height: 900
1804       paper_bgcolor: "#fff"
1805       plot_bgcolor: "#fff"
1806       hoverlabel:
1807         namelength: -1
1808
1809     plot-throughput-speedup-analysis:
1810       titlefont:
1811         size: 18
1812       xaxis:
1813         title: "<b>Number of Cores [Qty]</b>"
1814         titlefont:
1815           size: 16
1816         autorange: True
1817         fixedrange: False
1818         gridcolor: "rgb(230, 230, 230)"
1819         linecolor: "rgb(220, 220, 220)"
1820         linewidth: 1
1821         showgrid: True
1822         showline: True
1823         showticklabels: True
1824         tickcolor: "rgb(238, 238, 238)"
1825         tickmode: "linear"
1826         tickfont:
1827           size: 16
1828         zeroline: False
1829       yaxis:
1830         title: "<b>Packet Throughput [Mpps]</b>"
1831         titlefont:
1832           size: 16
1833         type: "linear"
1834         gridcolor: "rgb(230, 230, 230)"
1835         hoverformat: ".4s"
1836         linecolor: "rgb(220, 220, 220)"
1837         linewidth: 1
1838         showgrid: True
1839         showline: True
1840         showticklabels: True
1841         tickcolor: "rgb(220, 220, 220)"
1842         tickformat: ".4s"
1843         tickfont:
1844           size: 16
1845         zeroline: True
1846         rangemode: "tozero"
1847         range: [0,100]
1848       legend:
1849         orientation: "h"
1850         font:
1851           size: 16
1852         xanchor: "left"
1853         yanchor: "top"
1854         x: 0
1855         y: -0.2
1856         bgcolor: "rgba(255, 255, 255, 0)"
1857         bordercolor: "rgba(255, 255, 255, 0)"
1858         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1859       autosize: False
1860       margin:
1861           't': 50
1862           'b': 150
1863           'l': 85
1864           'r': 10
1865       showlegend: True
1866       width: 700
1867       height: 700
1868       paper_bgcolor: "#fff"
1869       plot_bgcolor: "#fff"
1870       hoverlabel:
1871         namelength: -1
1872       annotations: [
1873         {
1874           text: "_ _          __          ...",
1875           align: "left",
1876           showarrow: False,
1877           xref: "paper",
1878           yref: "paper",
1879           xanchor: "left",
1880           yanchor: "top",
1881           x: 0,
1882           y: -0.13,
1883           font: {
1884             family: "Consolas, Courier New",
1885             size: 15
1886           },
1887         },
1888         {
1889           text: "    Perfect     Measured     Limit",
1890           align: "left",
1891           showarrow: False,
1892           xref: "paper",
1893           yref: "paper",
1894           xanchor: "left",
1895           yanchor: "top",
1896           x: 0,
1897           y: -0.15,
1898           font: {
1899             family: "Consolas, Courier New",
1900             size: 15
1901           },
1902         },
1903       ]
1904
1905     plot-latency:
1906       titlefont:
1907         size: 18
1908       xaxis:
1909         title: "<b>Direction</b>"
1910         titlefont:
1911           size: 16
1912         autorange: True
1913         fixedrange: False
1914         gridcolor: "rgb(230, 230, 230)"
1915         linecolor: "rgb(220, 220, 220)"
1916         linewidth: 1
1917         showgrid: True
1918         showline: True
1919         showticklabels: False
1920         tickcolor: "rgb(220, 220, 220)"
1921         tickmode: "linear"
1922         tickfont:
1923           size: 16
1924         zeroline: False
1925       yaxis:
1926         title: "<b>Packet Latency [uSec]</b>"
1927         titlefont:
1928           size: 16
1929         type: "linear"
1930         gridcolor: "rgb(230, 230, 230)"
1931         hoverformat: ".4s"
1932         linecolor: "rgb(220, 220, 220)"
1933         linewidth: 1
1934         showgrid: True
1935         showline: True
1936         showticklabels: True
1937         tickcolor: "rgb(220, 220, 220)"
1938         tickformat: ".4s"
1939         tickfont:
1940           size: 16
1941         zeroline: True
1942         rangemode: "tozero"
1943       legend:
1944         orientation: "h"
1945         font:
1946           size: 16
1947         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1948       autosize: False
1949       margin:
1950           't': 50
1951           'b': 150
1952           'l': 80
1953           'r': 10
1954       showlegend: True
1955       width: 700
1956       height: 700
1957       paper_bgcolor: "#fff"
1958       plot_bgcolor: "#fff"
1959       hoverlabel:
1960         namelength: -1
1961
1962     plot-hdrh-latency:
1963       title:
1964         text: ""
1965         xanchor: "center"
1966         x: 0.5
1967         font:
1968           size: 16
1969       width: 700
1970       plot_bgcolor: "white"
1971       annotations:
1972         - font:
1973             size: 14
1974           showarrow: False
1975           text: "<b>Packet Latency [uSec]</b>"
1976           x: 1
1977           xanchor: "right"
1978           xref: "paper"
1979           y: -0.045
1980           yanchor: "top"
1981           yref: "paper"
1982         - font:
1983             size: 14
1984           showarrow: False
1985           text: "<b>Probability [%]</b>"
1986           textangle: 270
1987           x: -0.06
1988           xanchor: "center"
1989           xref: "paper"
1990           y: 0.5
1991           yanchor: "middle"
1992           yref: "paper"
1993         - font:
1994             size: 14
1995           showarrow: False
1996           text: "<b>Direction: E-W</b>"
1997           x: 0.24
1998           xanchor: "center"
1999           xref: "paper"
2000           y: 1.05
2001           yanchor: "bottom"
2002           yref: "paper"
2003         - font:
2004             size: 14
2005           showarrow: False
2006           text: "<b>Direction: W-E</b>"
2007           x: 0.74
2008           xanchor: "center"
2009           xref: "paper"
2010           y: 1.05
2011           yanchor: "bottom"
2012           yref: "paper"
2013
2014     plot-hdrh-latency-percentile:
2015       title:
2016         text: ""
2017         xanchor: "center"
2018         x: 0.5
2019         font:
2020           size: 18
2021       xaxis:
2022         type: "log"
2023         title: "<b>Percentile [%]</b>"
2024         titlefont:
2025           size: 16
2026         autorange: True
2027         fixedrange: False
2028         gridcolor: "rgb(230, 230, 230)"
2029         linecolor: "rgb(220, 220, 220)"
2030         linewidth: 1
2031         showgrid: True
2032         showline: True
2033         showticklabels: True
2034         tickcolor: "rgb(220, 220, 220)"
2035         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2036         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2037         tickfont:
2038           size: 16
2039       yaxis:
2040         title: "<b>Packet Latency [uSec]</b>"
2041         titlefont:
2042           size: 16
2043         gridcolor: "rgb(230, 230, 230)"
2044         linecolor: "rgb(220, 220, 220)"
2045         linewidth: 1
2046         showgrid: True
2047         showline: True
2048         showticklabels: True
2049         tickcolor: "rgb(220, 220, 220)"
2050         tickfont:
2051           size: 16
2052       autosize: False
2053       showlegend: True
2054       legend:
2055         traceorder: "normal"
2056         orientation: "h"
2057         font:
2058           size: 16
2059         xanchor: "left"
2060         yanchor: "top"
2061         x: 0
2062         y: -0.15
2063         bgcolor: "rgba(255, 255, 255, 0)"
2064         bordercolor: "rgba(255, 255, 255, 0)"
2065       width: 700
2066       height: 700
2067       paper_bgcolor: "white"
2068       plot_bgcolor: "white"
2069
2070     plot-hdrh-latency-by-percentile:
2071       title:
2072         text: "<b>Latency by Percentile Distribution</b>"
2073         xanchor: "center"
2074         x: 0.5
2075         font:
2076           size: 18
2077       showlegend: True
2078       legend:
2079         traceorder: "normal"
2080         orientation: "h"
2081         font:
2082           size: 16
2083         xanchor: "left"
2084         yanchor: "top"
2085         x: 0
2086         y: -0.2
2087         bgcolor: "rgba(255, 255, 255, 0)"
2088         bordercolor: "rgba(255, 255, 255, 0)"
2089       xaxis:
2090         type: "linear"
2091         title: "<b>Percentile [%]</b>"
2092         titlefont:
2093           size: 14
2094         autorange: False
2095         fixedrange: False
2096         range: [0, 100]
2097         gridcolor: "rgb(230, 230, 230)"
2098         linecolor: "rgb(220, 220, 220)"
2099         linewidth: 1
2100         showgrid: True
2101         showline: True
2102         showticklabels: True
2103         tickcolor: "rgb(220, 220, 220)"
2104         tickvals: [0, 25, 50, 75, 100]
2105         ticktext: [0, 25, 50, 75, 100]
2106         tickfont:
2107           size: 14
2108       yaxis:
2109         title: "<b>One-Way Latency per Direction [uSec]</b>"
2110         titlefont:
2111           size: 14
2112         gridcolor: "rgb(230, 230, 230)"
2113         linecolor: "rgb(220, 220, 220)"
2114         linewidth: 1
2115         showgrid: True
2116         showline: True
2117         showticklabels: True
2118         tickcolor: "rgb(220, 220, 220)"
2119         tickfont:
2120           size: 14
2121       width: 700
2122       height: 700
2123       paper_bgcolor: "white"
2124       plot_bgcolor: "white"
2125
2126 - type: "static"
2127   src-path: "{DIR[RST]}"
2128   dst-path: "{DIR[WORKING,SRC]}"
2129
2130 - type: "input"
2131   general:
2132     file-name: "output_info.xml.gz"
2133     file-format: ".gz"
2134     arch-file-format:
2135       - ".gz"
2136       - ".zip"
2137     download-path: "{job}/{build}/archives/{filename}"
2138     extract: "output.xml"
2139
2140     zip-file-name: "robot-plugin.zip"
2141     zip-file-format: ".zip"
2142     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2143     zip-extract: "robot-plugin/output.xml"
2144
2145   builds:
2146
2147     csit-vpp-perf-verify-1904-3n-hsw:
2148       - 9   # MRR sel
2149       - 11  # NDRPDR sel
2150       - 12  # NDRPDR sel
2151       - 20  # NDRPDR sel
2152       - 21  # NDRPDR sel
2153       - 23  # NDRPDR sel
2154       - 24  # NDRPDR sel
2155       - 25  # NDRPDR sel
2156       - 26  # NDRPDR sel
2157       - 29  # NDRPDR sel
2158       - 30  # NDRPDR sel
2159     csit-vpp-perf-verify-1908-3n-hsw:
2160       - 12  # NDRPDR sel
2161       - 13  # NDRPDR sel
2162       - 14  # NDRPDR sel
2163       - 15  # NDRPDR sel
2164       - 16  # NDRPDR sel
2165       - 17  # NDRPDR sel
2166       - 18  # NDRPDR sel
2167       - 19  # NDRPDR sel
2168       - 20  # NDRPDR sel
2169       - 21  # NDRPDR sel
2170       - 48  # NDRPDR sel vhost
2171       - 49  # NDRPDR sel vhost
2172       - 52  # NDRPDR sel vhost
2173       - 53  # NDRPDR sel vhost
2174       - 54  # NDRPDR sel vhost
2175       - 55  # NDRPDR sel vhost
2176       - 56  # NDRPDR sel vhost
2177       - 57  # NDRPDR sel vhost
2178       - 58  # NDRPDR sel vhost
2179       - 59  # NDRPDR sel vhost
2180       - 39  # MRR sel
2181     csit-vpp-perf-verify-2001-3n-hsw:
2182       - 21  # NDRPDR sel
2183       - 22  # NDRPDR sel
2184       - 23  # NDRPDR sel
2185       - 24  # NDRPDR sel
2186       - 25  # NDRPDR sel
2187       - 29  # NDRPDR sel
2188       - 30  # NDRPDR sel
2189       - 31  # NDRPDR sel
2190       - 32  # NDRPDR sel
2191       - 34  # NDRPDR sel
2192       - 17  # MRR sel
2193       - 18  # NDRPDR full
2194       - 20  # NDRPDR full
2195       - 28  # NDRPDR full
2196       - 35  # NDRPDR full
2197       - 42  # NDRPDR full
2198       - 46  # NDRPDR full
2199       - 47  # NDRPDR full
2200       - 48  # NDRPDR full
2201       - 49  # NDRPDR full
2202       - 50  # NDRPDR full
2203       - 51  # NDRPDR full
2204       - 52  # NDRPDR full
2205       - 53  # NDRPDR full
2206       - 54  # NDRPDR full
2207       - 55  # NDRPDR full
2208       - 56  # NDRPDR full
2209       - 57  # NDRPDR full
2210       - 58  # NDRPDR full
2211       - 59  # NDRPDR full
2212       - 61  # NDRPDR full
2213       - 62  # NDRPDR full
2214       - 63  # NDRPDR full
2215       - 64  # NDRPDR full
2216       - 65  # NDRPDR full
2217       - 67  # NDRPDR full
2218       - 70  # NDRPDR full
2219       - 72  # NDRPDR full
2220       - 73  # NDRPDR full
2221       - 76  # NDRPDR full
2222       - 77  # NDRPDR full
2223       - 78  # NDRPDR full
2224       - 79  # NDRPDR full
2225       - 81  # NDRPDR full
2226       - 82  # NDRPDR full
2227       - 84  # NDRPDR full
2228       - 85  # NDRPDR full
2229       - 87  # hoststack
2230       - 88  # hoststack
2231       - 89  # hoststack
2232       - 90  # hoststack
2233       - 91  # hoststack
2234       - 92  # hoststack
2235       - 93  # hoststack
2236       - 94  # hoststack
2237       - 95  # hoststack
2238       - 96  # hoststack
2239
2240 #    csit-vpp-perf-verify-1904-3n-skx:
2241 #      - 7   # MRR sel
2242 #      - 8   # NDRPDR sel
2243 #      - 9   # NDRPDR sel
2244 #      - 10  # NDRPDR sel
2245 #      - 11  # NDRPDR sel
2246 #      - 12  # NDRPDR sel
2247 #      - 14  # NDRPDR sel
2248 #      - 16  # NDRPDR sel
2249 #      - 21  # NDRPDR sel
2250 #      - 23  # NDRPDR sel
2251 #      - 25  # NDRPDR sel
2252 #    csit-vpp-perf-verify-1908-3n-skx:
2253 #      - 14  # NDRPDR sel
2254 #      - 16  # NDRPDR sel
2255 #      - 19  # NDRPDR sel
2256 #      - 20  # NDRPDR sel
2257 #      - 22  # NDRPDR sel
2258 #      - 23  # NDRPDR sel
2259 #      - 24  # NDRPDR sel
2260 #      - 25  # NDRPDR sel
2261 #      - 26  # NDRPDR sel
2262 #      - 29  # NDRPDR sel
2263 #      - 52  # NDRPDR sel vhost
2264 #      - 53  # NDRPDR sel vhost
2265 #      - 55  # NDRPDR sel vhost
2266 #      - 61  # NDRPDR sel vhost
2267 #      - 62  # NDRPDR sel vhost
2268 #      - 63  # NDRPDR sel vhost
2269 #      - 64  # NDRPDR sel vhost
2270 #      - 65  # NDRPDR sel vhost
2271 #      - 66  # NDRPDR sel vhost
2272 #      - 67  # NDRPDR sel vhost
2273 #      - 36  # MRR sel
2274 #    csit-vpp-perf-verify-2001-3n-skx:
2275 #      - 14  # NDRPDR sel
2276 #      - 15  # NDRPDR sel
2277 #      - 16  # NDRPDR sel
2278
2279 #    csit-vpp-perf-verify-1904-2n-skx:
2280 #      - 11  # MRR sel
2281 #      - 12  # NDRPDR sel
2282 #      - 14  # NDRPDR sel
2283 #      - 16  # NDRPDR sel
2284 #      - 17  # NDRPDR sel
2285 #      - 18  # NDRPDR sel
2286 #      - 21  # NDRPDR sel
2287 #      - 27  # NDRPDR sel
2288 #      - 30  # NDRPDR sel
2289 #      - 31  # NDRPDR sel
2290 #      - 32  # NDRPDR sel
2291 #    csit-vpp-perf-verify-1908-2n-skx:
2292 #      - 26  # NDRPDR sel
2293 #      - 27  # NDRPDR sel
2294 #      - 34  # NDRPDR sel
2295 #      - 35  # NDRPDR sel
2296 #      - 36  # NDRPDR sel
2297 #      - 42  # NDRPDR sel
2298 #      - 43  # NDRPDR sel
2299 #      - 44  # NDRPDR sel
2300 #      - 45  # NDRPDR sel
2301 #      - 46  # NDRPDR sel
2302 #      - 88  # NDRPDR sel vhost
2303 #      - 89  # NDRPDR sel vhost
2304 #      - 91  # NDRPDR sel vhost
2305 #      - 92  # NDRPDR sel vhost
2306 #      - 93  # NDRPDR sel vhost
2307 #      - 94  # NDRPDR sel vhost
2308 #      - 95  # NDRPDR sel vhost
2309 #      - 96  # NDRPDR sel vhost
2310 #      - 97  # NDRPDR sel vhost
2311 #      - 98  # NDRPDR sel vhost
2312 #      - 69  # MRR sel
2313 #      - 29  # TCP
2314 #      - 30  # TCP
2315 #      - 58  # TCP
2316 #      - 22  # NFV
2317 #      - 31  # NFV
2318 #      - 32  # NFV
2319 #      - 71  # NFV MRR
2320 #      - 113 # NFV reconf sel
2321 #      - 114 # NFV reconf sel
2322 #      - 115 # NFV reconf sel
2323 #      - 83  # SOAK
2324 #      - 86  # SOAK
2325 #    csit-vpp-perf-verify-2001-2n-skx:
2326 #      - 21  # NDRPDR sel
2327 #      - 22  # NDRPDR sel
2328 #      - 23  # NDRPDR sel
2329 #      - 26  # NDRPDR sel
2330 #      - 27  # NDRPDR sel
2331 #      - 29  # NDRPDR sel
2332 #      - 32  # NDRPDR full
2333 #      - 33  # NDRPDR full
2334 #      - 30  # NFV
2335 #      - 31  # NFV
2336
2337     csit-vpp-perf-verify-2001-2n-clx:
2338       - 28  # NDRPDR sel
2339       - 29  # NDRPDR sel
2340       - 32  # NDRPDR sel
2341       - 40  # NDRPDR sel
2342       - 43  # NDRPDR sel
2343       - 44  # NDRPDR sel
2344       - 45  # NDRPDR sel
2345       - 47  # NDRPDR sel
2346       - 48  # NDRPDR sel
2347       - 49  # NDRPDR sel
2348       - 39  # MRR
2349       - 53  # NDRPDR full
2350       - 54  # NDRPDR full
2351       - 55  # NDRPDR full
2352       - 56  # NDRPDR full
2353       - 57  # NDRPDR full
2354       - 58  # NDRPDR full
2355       - 59  # NDRPDR full
2356       - 60  # NDRPDR full
2357       - 61  # NDRPDR full
2358       - 62  # NDRPDR full
2359       - 63  # NDRPDR full
2360       - 64  # NDRPDR full
2361       - 65  # NDRPDR full
2362       - 66  # NDRPDR full
2363       - 67  # NDRPDR full
2364       - 68  # Reconf
2365       - 69  # Reconf
2366       - 70  # Reconf
2367       - 71  # Reconf
2368       - 72  # Reconf
2369       - 73  # Reconf
2370       - 74  # Reconf
2371       - 75  # Reconf
2372       - 76  # Reconf
2373       - 77  # Reconf
2374
2375     csit-vpp-perf-verify-1908-3n-tsh:
2376       - 7   # NDRPDR sel
2377       - 8   # NDRPDR sel
2378       - 9   # NDRPDR sel
2379       - 10  # NDRPDR sel
2380       - 11  # NDRPDR sel
2381       - 12  # NDRPDR sel
2382       - 13  # NDRPDR sel
2383       - 14  # NDRPDR sel
2384       - 15  # NDRPDR sel
2385       - 16  # NDRPDR sel
2386       - 17  # MRR sel
2387     csit-vpp-perf-verify-2001-3n-tsh:
2388       - 3   # NDRPDR sel
2389       - 4   # NDRPDR sel
2390       - 7   # NDRPDR sel
2391       - 8   # NDRPDR sel
2392       - 10  # NDRPDR sel
2393       - 12  # NDRPDR sel
2394       - 13  # NDRPDR sel
2395       - 14  # NDRPDR sel
2396       - 15  # NDRPDR sel
2397       - 9   # MRR sel
2398
2399     csit-vpp-perf-verify-1908-3n-dnv:
2400       - 6   # NDRPDR sel
2401       - 7   # NDRPDR sel
2402       - 8   # NDRPDR sel
2403       - 9   # NDRPDR sel
2404       - 10  # NDRPDR sel
2405       - 12  # NDRPDR sel
2406       - 13  # NDRPDR sel
2407       - 14  # NDRPDR sel
2408       - 15  # NDRPDR sel
2409       - 16  # NDRPDR sel
2410       - 17  # MRR sel
2411     csit-vpp-perf-verify-2001-3n-dnv:
2412       - 5   # NDRPDR sel
2413       - 6   # NDRPDR sel
2414       - 7   # NDRPDR sel
2415       - 8   # NDRPDR sel
2416       - 9   # NDRPDR sel
2417       - 10  # NDRPDR sel
2418       - 12  # NDRPDR sel
2419       - 16  # NDRPDR sel
2420       - 17  # NDRPDR sel
2421       - 18  # NDRPDR sel
2422       - 11  # MRR sel
2423       - 19  # NDRPDR full
2424       - 20  # NDRPDR full
2425       - 21  # NDRPDR full
2426       - 22  # NDRPDR full
2427       - 23  # NDRPDR full
2428       - 24  # NDRPDR full
2429       - 25  # NDRPDR full
2430       - 26  # NDRPDR full
2431       - 37  # NDRPDR full
2432       - 38  # NDRPDR full
2433       - 39  # NDRPDR full
2434
2435     csit-vpp-perf-verify-1908-2n-dnv:
2436       - 1   # NDRPDR sel
2437       - 2   # NDRPDR sel
2438       - 3   # NDRPDR sel
2439       - 4   # NDRPDR sel
2440       - 5   # NDRPDR sel
2441       - 6   # NDRPDR sel
2442       - 7   # NDRPDR sel
2443       - 8   # NDRPDR sel
2444       - 9   # NDRPDR sel
2445       - 10  # NDRPDR sel
2446       - 11  # MRR sel
2447     csit-vpp-perf-verify-2001-2n-dnv:
2448       - 4   # NDRPDR sel
2449       - 5   # NDRPDR sel
2450       - 6   # NDRPDR sel
2451       - 7   # NDRPDR sel
2452       - 8   # NDRPDR sel
2453       - 9   # NDRPDR sel
2454       - 10  # NDRPDR sel
2455       - 11  # NDRPDR sel
2456       - 13  # NDRPDR sel
2457       - 16  # NDRPDR sel
2458       - 12  # MRR sel
2459       - 21  # NDRPDR full
2460       - 22  # NDRPDR full
2461       - 25  # NDRPDR full
2462       - 26  # NDRPDR full
2463       - 27  # NDRPDR full
2464       - 28  # NDRPDR full
2465
2466     csit-dpdk-perf-verify-1904-3n-hsw:
2467       - 2   # NDRPDR sel
2468       - 3   # NDRPDR sel
2469       - 5   # NDRPDR sel
2470       - 6   # NDRPDR sel
2471       - 13  # NDRPDR sel
2472       - 14  # NDRPDR sel
2473       - 15  # NDRPDR sel
2474       - 18  # NDRPDR sel
2475       - 19  # NDRPDR sel
2476       - 20  # NDRPDR sel
2477     csit-dpdk-perf-verify-1908-3n-hsw:
2478       - 2   # NDRPDR sel
2479       - 3   # NDRPDR sel
2480       - 4   # NDRPDR sel
2481       - 5   # NDRPDR sel
2482       - 6   # NDRPDR sel
2483       - 7   # NDRPDR sel
2484       - 8   # NDRPDR sel
2485       - 9   # NDRPDR sel
2486       - 10  # NDRPDR sel
2487       - 11  # NDRPDR sel
2488     csit-dpdk-perf-verify-2001-3n-hsw:
2489       - 4   # NDRPDR sel
2490       - 5   # NDRPDR sel
2491       - 6   # NDRPDR sel
2492       - 7   # NDRPDR sel
2493       - 8   # NDRPDR sel
2494       - 9   # NDRPDR sel
2495       - 10  # NDRPDR sel
2496       - 11  # NDRPDR sel
2497       - 12  # NDRPDR sel
2498       - 13  # NDRPDR sel
2499       - 15  # NDRPDR sel
2500       - 16  # NDRPDR sel
2501       - 17  # NDRPDR sel
2502       - 18  # NDRPDR sel
2503       - 19  # NDRPDR sel
2504       - 20  # NDRPDR sel
2505       - 21  # NDRPDR sel
2506       - 22  # NDRPDR sel
2507       - 23  # NDRPDR sel
2508       - 24  # NDRPDR sel
2509       - 25  # NDRPDR full
2510       - 26  # NDRPDR full
2511
2512 #    csit-dpdk-perf-verify-1904-3n-skx:
2513 #      - 2   # NDRPDR sel
2514 #      - 3   # NDRPDR sel
2515 #      - 4   # NDRPDR sel
2516 #      - 5   # NDRPDR sel
2517 #      - 6   # NDRPDR sel
2518 #      - 7   # NDRPDR sel
2519 #      - 11  # NDRPDR sel
2520 #      - 12  # NDRPDR sel
2521 #      - 13  # NDRPDR sel
2522 #      - 14  # NDRPDR sel
2523 #    csit-dpdk-perf-verify-1908-3n-skx:
2524 #      - 3   # NDRPDR sel
2525 #      - 4   # NDRPDR sel
2526 #      - 5   # NDRPDR sel
2527 #      - 6   # NDRPDR sel
2528 #      - 7   # NDRPDR sel
2529 #      - 8   # NDRPDR sel
2530 #      - 9   # NDRPDR sel
2531 #      - 10  # NDRPDR sel
2532 #      - 11  # NDRPDR sel
2533 #      - 12  # NDRPDR sel
2534 #    csit-dpdk-perf-verify-2001-3n-skx:
2535 #      - 1   # NDRPDR sel
2536 #      - 2   # NDRPDR sel
2537 #      - 3   # NDRPDR sel
2538 #      - 4   # NDRPDR sel
2539 #      - 5   # NDRPDR sel
2540 #      - 6   # NDRPDR sel
2541 #      - 7   # NDRPDR sel
2542 #      - 8   # NDRPDR sel
2543 #      - 9   # NDRPDR sel
2544 #      - 10  # NDRPDR sel
2545
2546 #    csit-dpdk-perf-verify-1904-2n-skx:
2547 #      - 2   # NDRPDR sel
2548 #      - 3   # NDRPDR sel
2549 #      - 4   # NDRPDR sel
2550 #      - 5   # NDRPDR sel
2551 #      - 7   # NDRPDR sel
2552 #      - 8   # NDRPDR sel
2553 #      - 9   # NDRPDR sel
2554 #      - 10  # NDRPDR sel
2555 #      - 11  # NDRPDR sel
2556 #      - 12  # NDRPDR sel
2557 #    csit-dpdk-perf-verify-1908-2n-skx:
2558 #      - 2   # NDRPDR sel
2559 #      - 3   # NDRPDR sel
2560 #      - 4   # NDRPDR sel
2561 #      - 5   # NDRPDR sel
2562 #      - 7   # NDRPDR sel
2563 #      - 8   # NDRPDR sel
2564 #      - 9   # NDRPDR sel
2565 #      - 10  # NDRPDR sel
2566 #      - 11  # NDRPDR sel
2567 #      - 12  # NDRPDR sel
2568 #    csit-dpdk-perf-verify-2001-2n-skx:
2569 #      - 1   # NDRPDR sel
2570 #      - 2   # NDRPDR sel
2571 #      - 3   # NDRPDR sel
2572 #      - 4   # NDRPDR sel
2573 #      - 5   # NDRPDR sel
2574 #      - 6   # NDRPDR sel
2575 #      - 7   # NDRPDR sel
2576 #      - 8   # NDRPDR sel
2577 #      - 9   # NDRPDR sel
2578 #      - 10  # NDRPDR sel
2579 #      - 11  # NDRPDR sel
2580 #      - 13  # NDRPDR sel
2581 #      - 26  # NDRPDR sel
2582 #      - 16  # NDRPDR sel
2583 #      - 17  # NDRPDR sel
2584 #      - 18  # NDRPDR sel
2585 #      - 19  # NDRPDR sel
2586 #      - 27  # NDRPDR sel
2587 #      - 21  # NDRPDR sel
2588 #      - 25  # NDRPDR sel
2589
2590     csit-dpdk-perf-verify-2001-2n-clx:
2591       - 15  # NDRPDR sel
2592       - 16  # NDRPDR sel
2593       - 17  # NDRPDR sel
2594       - 18  # NDRPDR sel
2595       - 19  # NDRPDR sel
2596       - 20  # NDRPDR sel
2597       - 21  # NDRPDR sel
2598       - 22  # NDRPDR sel
2599       - 23  # NDRPDR sel
2600       - 24  # NDRPDR sel
2601       - 25  # NDRPDR sel
2602       - 26  # NDRPDR sel
2603       - 27  # NDRPDR sel
2604       - 28  # NDRPDR sel
2605       - 29  # NDRPDR sel
2606       - 30  # NDRPDR sel
2607       - 31  # NDRPDR sel
2608       - 32  # NDRPDR sel
2609       - 33  # NDRPDR sel
2610       - 34  # NDRPDR sel
2611
2612     csit-dpdk-perf-verify-2001-2n-dnv:
2613       - 9   # NDRPDR sel
2614       - 10  # NDRPDR sel
2615       - 11  # NDRPDR sel
2616       - 12  # NDRPDR sel
2617       - 13  # NDRPDR sel
2618       - 14  # NDRPDR sel
2619       - 15  # NDRPDR sel
2620       - 16  # NDRPDR sel
2621       - 17  # NDRPDR sel
2622       - 18  # NDRPDR sel
2623
2624     csit-dpdk-perf-verify-2001-3n-dnv:
2625       - 12  # NDRPDR sel
2626       - 13  # NDRPDR sel
2627       - 14  # NDRPDR sel
2628       - 15  # NDRPDR sel
2629       - 16  # NDRPDR sel
2630       - 17  # NDRPDR sel
2631       - 18  # NDRPDR sel
2632       - 19  # NDRPDR sel
2633       - 20  # NDRPDR sel
2634       - 22  # NDRPDR sel
2635
2636     csit-dpdk-perf-verify-2001-3n-tsh:
2637       - 3   # NDRPDR sel
2638       - 4   # NDRPDR sel
2639       - 5   # NDRPDR sel
2640       - 9   # NDRPDR sel
2641       - 10  # NDRPDR sel
2642       - 11  # NDRPDR sel
2643       - 12  # NDRPDR sel
2644       - 14  # NDRPDR sel
2645       - 15  # NDRPDR sel
2646       - 18  # NDRPDR sel
2647
2648     csit-vpp-device-2001-ubuntu1804-1n-skx:
2649       - 57
2650
2651 - type: "output"
2652   output: "report"
2653   format:
2654     html:
2655     - full
2656 #    pdf:
2657 #    - minimal
2658
2659 ################################################################################
2660 ###                               T A B L E S                                ###
2661 ################################################################################
2662
2663 ## VPP Soak vs NDR
2664 #- type: "table"
2665 #  title: "VPP Soak vs NDR 2n-skx"
2666 #  algorithm: "table_soak_vs_ndr"
2667 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2668 #  reference:
2669 #    title: "NDR"
2670 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2671 #  compare:
2672 #    title: "Soak"
2673 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2674 #  data: "vpp-soak-vs-ndr-2n-skx"
2675 #  include-tests: "NDR"
2676 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2677 #  parameters:
2678 #    - "throughput"
2679 #    - "name"
2680 #    - "parent"
2681
2682 ################################################################################
2683
2684 ## VPP Compare NICs 3n-skx 2t1c ndr
2685 #- type: "table"
2686 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2687 #  algorithm: "table_nics_comparison"
2688 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2689 #  reference:
2690 #    title: "x710"
2691 #    nic: "NIC_Intel-X710"
2692 #  compare:
2693 #    title: "xxv710"
2694 #    nic: "NIC_Intel-XXV710"
2695 #  data: "vpp-nic-comparison-3n-skx"
2696 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2697 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2698 #  parameters:
2699 #  - "name"
2700 #  - "parent"
2701 #  - "throughput"
2702 #  - "tags"
2703 #
2704 ## VPP Compare NICs 3n-skx 4t2c ndr
2705 #- type: "table"
2706 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2707 #  algorithm: "table_nics_comparison"
2708 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2709 #  reference:
2710 #    title: "x710"
2711 #    nic: "NIC_Intel-X710"
2712 #  compare:
2713 #    title: "xxv710"
2714 #    nic: "NIC_Intel-XXV710"
2715 #  data: "vpp-nic-comparison-3n-skx"
2716 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2717 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2718 #  parameters:
2719 #  - "name"
2720 #  - "parent"
2721 #  - "throughput"
2722 #  - "tags"
2723 #
2724 ## VPP Compare NICs 3n-skx 2t1c pdr
2725 #- type: "table"
2726 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2727 #  algorithm: "table_nics_comparison"
2728 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2729 #  reference:
2730 #    title: "x710"
2731 #    nic: "NIC_Intel-X710"
2732 #  compare:
2733 #    title: "xxv710"
2734 #    nic: "NIC_Intel-XXV710"
2735 #  data: "vpp-nic-comparison-3n-skx"
2736 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2737 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2738 #  parameters:
2739 #  - "name"
2740 #  - "parent"
2741 #  - "throughput"
2742 #  - "tags"
2743 #
2744 # # VPP Compare NICs 3n-skx 4t2c pdr
2745 #- type: "table"
2746 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2747 #  algorithm: "table_nics_comparison"
2748 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2749 #  reference:
2750 #    title: "x710"
2751 #    nic: "NIC_Intel-X710"
2752 #  compare:
2753 #    title: "xxv710"
2754 #    nic: "NIC_Intel-XXV710"
2755 #  data: "vpp-nic-comparison-3n-skx"
2756 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2757 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2758 #  parameters:
2759 #  - "name"
2760 #  - "parent"
2761 #  - "throughput"
2762 #  - "tags"
2763 #
2764 ## VPP Compare NICs 3n-skx 2t1c mrr
2765 #- type: "table"
2766 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2767 #  algorithm: "table_nics_comparison"
2768 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2769 #  reference:
2770 #    title: "x710"
2771 #    nic: "NIC_Intel-X710"
2772 #  compare:
2773 #    title: "xxv710"
2774 #    nic: "NIC_Intel-XXV710"
2775 #  data: "vpp-nic-comparison-3n-skx-mrr"
2776 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2777 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2778 #  parameters:
2779 #  - "name"
2780 #  - "parent"
2781 #  - "result"
2782 #  - "tags"
2783 #
2784 ## VPP Compare NICs 3n-skx 4t2c mrr
2785 #- type: "table"
2786 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2787 #  algorithm: "table_nics_comparison"
2788 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2789 #  reference:
2790 #    title: "x710"
2791 #    nic: "NIC_Intel-X710"
2792 #  compare:
2793 #    title: "xxv710"
2794 #    nic: "NIC_Intel-XXV710"
2795 #  data: "vpp-nic-comparison-3n-skx-mrr"
2796 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2797 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2798 #  parameters:
2799 #  - "name"
2800 #  - "parent"
2801 #  - "result"
2802 #  - "tags"
2803 #
2804 # # VPP Compare NICs 3n-skx 8t4c mrr
2805 #- type: "table"
2806 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2807 #  algorithm: "table_nics_comparison"
2808 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2809 #  reference:
2810 #    title: "x710"
2811 #    nic: "NIC_Intel-X710"
2812 #  compare:
2813 #    title: "xxv710"
2814 #    nic: "NIC_Intel-XXV710"
2815 #  data: "vpp-nic-comparison-3n-skx-mrr"
2816 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2817 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2818 #  parameters:
2819 #  - "name"
2820 #  - "parent"
2821 #  - "result"
2822 #  - "tags"
2823 #
2824 ## VPP Compare NICs 2n-skx 2t1c ndr
2825 #- type: "table"
2826 #  title: "VPP Compare NICs 2n-skx 2t1c ndr"
2827 #  algorithm: "table_nics_comparison"
2828 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2829 #  reference:
2830 #    title: "x710"
2831 #    nic: "NIC_Intel-X710"
2832 #  compare:
2833 #    title: "xxv710"
2834 #    nic: "NIC_Intel-XXV710"
2835 #  data: "vpp-nic-comparison-2n-skx"
2836 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2837 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2838 #  parameters:
2839 #  - "name"
2840 #  - "parent"
2841 #  - "throughput"
2842 #  - "tags"
2843 #
2844 ## VPP Compare NICs 2n-skx 4t2c ndr
2845 #- type: "table"
2846 #  title: "VPP Compare NICs 2n-skx 4t2c ndr"
2847 #  algorithm: "table_nics_comparison"
2848 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2849 #  reference:
2850 #    title: "x710"
2851 #    nic: "NIC_Intel-X710"
2852 #  compare:
2853 #    title: "xxv710"
2854 #    nic: "NIC_Intel-XXV710"
2855 #  data: "vpp-nic-comparison-2n-skx"
2856 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2857 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2858 #  parameters:
2859 #  - "name"
2860 #  - "parent"
2861 #  - "throughput"
2862 #  - "tags"
2863 #
2864 # # VPP Compare NICs 2n-skx 2t1c pdr
2865 #- type: "table"
2866 #  title: "VPP Compare NICs 2n-skx 2t1c pdr"
2867 #  algorithm: "table_nics_comparison"
2868 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2869 #  reference:
2870 #    title: "x710"
2871 #    nic: "NIC_Intel-X710"
2872 #  compare:
2873 #    title: "xxv710"
2874 #    nic: "NIC_Intel-XXV710"
2875 #  data: "vpp-nic-comparison-2n-skx"
2876 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2877 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2878 #  parameters:
2879 #  - "name"
2880 #  - "parent"
2881 #  - "throughput"
2882 #  - "tags"
2883 #
2884 ## VPP Compare NICs 2n-skx 4t2c pdr
2885 #- type: "table"
2886 #  title: "VPP Compare NICs 2n-skx 4t2c pdr"
2887 #  algorithm: "table_nics_comparison"
2888 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2889 #  reference:
2890 #    title: "x710"
2891 #    nic: "NIC_Intel-X710"
2892 #  compare:
2893 #    title: "xxv710"
2894 #    nic: "NIC_Intel-XXV710"
2895 #  data: "vpp-nic-comparison-2n-skx"
2896 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2897 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2898 #  parameters:
2899 #  - "name"
2900 #  - "parent"
2901 #  - "throughput"
2902 #  - "tags"
2903 #
2904 ## VPP Compare NICs 2n-skx 2t1c mrr
2905 #- type: "table"
2906 #  title: "VPP Compare NICs 2n-skx 2t1c mrr"
2907 #  algorithm: "table_nics_comparison"
2908 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2909 #  reference:
2910 #    title: "x710"
2911 #    nic: "NIC_Intel-X710"
2912 #  compare:
2913 #    title: "xxv710"
2914 #    nic: "NIC_Intel-XXV710"
2915 #  data: "vpp-nic-comparison-2n-skx-mrr"
2916 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2917 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2918 #  parameters:
2919 #  - "name"
2920 #  - "parent"
2921 #  - "result"
2922 #  - "tags"
2923 #
2924 ## VPP Compare NICs 2n-skx 4t2c mrr
2925 #- type: "table"
2926 #  title: "VPP Compare NICs 2n-skx 4t2c mrr"
2927 #  algorithm: "table_nics_comparison"
2928 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2929 #  reference:
2930 #    title: "x710"
2931 #    nic: "NIC_Intel-X710"
2932 #  compare:
2933 #    title: "xxv710"
2934 #    nic: "NIC_Intel-XXV710"
2935 #  data: "vpp-nic-comparison-2n-skx-mrr"
2936 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2937 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2938 #  parameters:
2939 #  - "name"
2940 #  - "parent"
2941 #  - "result"
2942 #  - "tags"
2943 #
2944 ## VPP Compare NICs 2n-skx 8t4c mrr
2945 #- type: "table"
2946 #  title: "VPP Compare NICs 2n-skx 8t4c mrr"
2947 #  algorithm: "table_nics_comparison"
2948 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2949 #  reference:
2950 #    title: "x710"
2951 #    nic: "NIC_Intel-X710"
2952 #  compare:
2953 #    title: "xxv710"
2954 #    nic: "NIC_Intel-XXV710"
2955 #  data: "vpp-nic-comparison-2n-skx-mrr"
2956 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2957 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2958 #  parameters:
2959 #  - "name"
2960 #  - "parent"
2961 #  - "result"
2962 #  - "tags"
2963
2964 ################################################################################
2965 # VPP
2966
2967 # VPP Performance Changes 3n-hsw 1t1c pdr
2968 - type: "table"
2969   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2970   algorithm: "table_perf_comparison"
2971   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2972   history:
2973     - title: "rls1904"
2974       data: "vpp-performance-changes-3n-hsw-h1"
2975   reference:
2976     title: "rls1908"
2977     data: "vpp-performance-changes-3n-hsw-ref"
2978     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2979   compare:
2980     title: "rls2001"
2981     data: "vpp-performance-changes-3n-hsw-cmp"
2982   data: "vpp-performance-changes-3n-hsw"
2983   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2984   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2985   parameters:
2986   - "name"
2987   - "parent"
2988   - "throughput"
2989
2990 # VPP Performance Changes 3n-hsw 2t2c pdr
2991 - type: "table"
2992   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2993   algorithm: "table_perf_comparison"
2994   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2995   history:
2996     - title: "rls1904"
2997       data: "vpp-performance-changes-3n-hsw-h1"
2998   reference:
2999     title: "rls1908"
3000     data: "vpp-performance-changes-3n-hsw-ref"
3001     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3002   compare:
3003     title: "rls2001"
3004     data: "vpp-performance-changes-3n-hsw-cmp"
3005   data: "vpp-performance-changes-3n-hsw"
3006   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3007   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3008   parameters:
3009   - "name"
3010   - "parent"
3011   - "throughput"
3012
3013 # VPP Performance Changes 3n-hsw 1t1c ndr
3014 - type: "table"
3015   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3016   algorithm: "table_perf_comparison"
3017   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3018   history:
3019     - title: "rls1904"
3020       data: "vpp-performance-changes-3n-hsw-h1"
3021   reference:
3022     title: "rls1908"
3023     data: "vpp-performance-changes-3n-hsw-ref"
3024     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3025   compare:
3026     title: "rls2001"
3027     data: "vpp-performance-changes-3n-hsw-cmp"
3028   data: "vpp-performance-changes-3n-hsw"
3029   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3030   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3031   parameters:
3032   - "name"
3033   - "parent"
3034   - "throughput"
3035
3036 # VPP Performance Changes 3n-hsw 2t2c ndr
3037 - type: "table"
3038   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3039   algorithm: "table_perf_comparison"
3040   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3041   history:
3042     - title: "rls1904"
3043       data: "vpp-performance-changes-3n-hsw-h1"
3044   reference:
3045     title: "rls1908"
3046     data: "vpp-performance-changes-3n-hsw-ref"
3047     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3048   compare:
3049     title: "rls2001"
3050     data: "vpp-performance-changes-3n-hsw-cmp"
3051   data: "vpp-performance-changes-3n-hsw"
3052   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3053   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3054   parameters:
3055   - "name"
3056   - "parent"
3057   - "throughput"
3058
3059 ## VPP Performance Changes 3n-skx 2t1c pdr
3060 #- type: "table"
3061 #  title: "VPP Performance Changes 3n-skx 2t1c pdr"
3062 #  algorithm: "table_perf_comparison_nic"
3063 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3064 #  history:
3065 #    - title: "rls1904 x710"
3066 #      data: "vpp-performance-changes-3n-skx-h1"
3067 #      nic: "NIC_Intel-X710"
3068 #  reference:
3069 #    title: "rls1908 xxv710"
3070 #    data: "vpp-performance-changes-3n-skx-ref"
3071 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3072 #    nic: "NIC_Intel-XXV710"
3073 #  compare:
3074 #    title: "rls2001 xxv710"
3075 #    data: "vpp-performance-changes-3n-skx-cmp"
3076 #    nic: "NIC_Intel-XXV710"
3077 #  data: "vpp-performance-changes-3n-skx"
3078 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3079 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3080 #  parameters:
3081 #  - "name"
3082 #  - "parent"
3083 #  - "throughput"
3084 #  - "tags"
3085 #
3086 ## VPP Performance Changes 3n-skx 4t2c pdr
3087 #- type: "table"
3088 #  title: "VPP Performance Changes 3n-skx 4t2c pdr"
3089 #  algorithm: "table_perf_comparison_nic"
3090 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3091 #  history:
3092 #    - title: "rls1904 x710"
3093 #      data: "vpp-performance-changes-3n-skx-h1"
3094 #      nic: "NIC_Intel-X710"
3095 #  reference:
3096 #    title: "rls1908 x710"
3097 #    data: "vpp-performance-changes-3n-skx-ref"
3098 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3099 #    nic: "NIC_Intel-X710"
3100 #  compare:
3101 #    title: "rls2001 xxv710"
3102 #    data: "vpp-performance-changes-3n-skx-cmp"
3103 #    nic: "NIC_Intel-XXV710"
3104 #  data: "vpp-performance-changes-3n-skx"
3105 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3106 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3107 #  parameters:
3108 #  - "name"
3109 #  - "parent"
3110 #  - "throughput"
3111 #  - "tags"
3112 #
3113 ## VPP Performance Changes 3n-skx 2t1c ndr
3114 #- type: "table"
3115 #  title: "VPP Performance Changes 3n-skx 2t1c ndr"
3116 #  algorithm: "table_perf_comparison_nic"
3117 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3118 #  history:
3119 #    - title: "rls1904 x710"
3120 #      data: "vpp-performance-changes-3n-skx-h1"
3121 #      nic: "NIC_Intel-X710"
3122 #  reference:
3123 #    title: "rls1908 x710"
3124 #    data: "vpp-performance-changes-3n-skx-ref"
3125 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3126 #    nic: "NIC_Intel-X710"
3127 #  compare:
3128 #    title: "rls2001 xxv710"
3129 #    data: "vpp-performance-changes-3n-skx-cmp"
3130 #    nic: "NIC_Intel-XXV710"
3131 #  data: "vpp-performance-changes-3n-skx"
3132 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3133 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3134 #  parameters:
3135 #  - "name"
3136 #  - "parent"
3137 #  - "throughput"
3138 #  - "tags"
3139 #
3140 ## VPP Performance Changes 3n-skx 4t2c ndr
3141 #- type: "table"
3142 #  title: "VPP Performance Changes 3n-skx 4t2c ndr"
3143 #  algorithm: "table_perf_comparison_nic"
3144 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3145 #  history:
3146 #    - title: "rls1904 x710"
3147 #      data: "vpp-performance-changes-3n-skx-h1"
3148 #      nic: "NIC_Intel-X710"
3149 #  reference:
3150 #    title: "rls1908 x710"
3151 #    data: "vpp-performance-changes-3n-skx-ref"
3152 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3153 #    nic: "NIC_Intel-X710"
3154 #  compare:
3155 #    title: "rls2001 xxv710"
3156 #    data: "vpp-performance-changes-3n-skx-cmp"
3157 #    nic: "NIC_Intel-XXV710"
3158 #  data: "vpp-performance-changes-3n-skx"
3159 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3160 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3161 #  parameters:
3162 #  - "name"
3163 #  - "parent"
3164 #  - "throughput"
3165 #  - "tags"
3166 #
3167 ## VPP Performance Changes 2n-skx 2t1c pdr
3168 #- type: "table"
3169 #  title: "VPP Performance Changes 2n-skx 2t1c pdr"
3170 #  algorithm: "table_perf_comparison_nic"
3171 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3172 #  history:
3173 #    - title: "rls1904 x710"
3174 #      data: "vpp-performance-changes-2n-skx-h1"
3175 #      nic: "NIC_Intel-X710"
3176 #  reference:
3177 #    title: "rls1908 xxv710"
3178 #    data: "vpp-performance-changes-2n-skx-ref"
3179 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3180 #    nic: "NIC_Intel-XXV710"
3181 #  compare:
3182 #    title: "rls2001 xxv710"
3183 #    data: "vpp-performance-changes-2n-skx-cmp"
3184 #    nic: "NIC_Intel-XXV710"
3185 #  data: "vpp-performance-changes-2n-skx"
3186 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3187 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3188 #  parameters:
3189 #  - "name"
3190 #  - "parent"
3191 #  - "throughput"
3192 #  - "tags"
3193 #
3194 ## VPP Performance Changes 2n-skx 4t2c pdr
3195 #- type: "table"
3196 #  title: "VPP Performance Changes 2n-skx 4t2c pdr"
3197 #  algorithm: "table_perf_comparison_nic"
3198 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3199 #  history:
3200 #    - title: "rls1904 x710"
3201 #      data: "vpp-performance-changes-2n-skx-h1"
3202 #      nic: "NIC_Intel-X710"
3203 #  reference:
3204 #    title: "rls1908 xxv710"
3205 #    data: "vpp-performance-changes-2n-skx-ref"
3206 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3207 #    nic: "NIC_Intel-XXV710"
3208 #  compare:
3209 #    title: "rls2001 xxv710"
3210 #    data: "vpp-performance-changes-2n-skx-cmp"
3211 #    nic: "NIC_Intel-XXV710"
3212 #  data: "vpp-performance-changes-2n-skx"
3213 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3214 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3215 #  parameters:
3216 #  - "name"
3217 #  - "parent"
3218 #  - "throughput"
3219 #  - "tags"
3220 #
3221 ## VPP Performance Changes 2n-skx 2t1c ndr
3222 #- type: "table"
3223 #  title: "VPP Performance Changes 2n-skx 2t1c ndr"
3224 #  algorithm: "table_perf_comparison_nic"
3225 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3226 #  history:
3227 #    - title: "rls1904 x710"
3228 #      data: "vpp-performance-changes-2n-skx-h1"
3229 #      nic: "NIC_Intel-X710"
3230 #  reference:
3231 #    title: "rls1908 xxv710"
3232 #    data: "vpp-performance-changes-2n-skx-ref"
3233 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3234 #    nic: "NIC_Intel-XXV710"
3235 #  compare:
3236 #    title: "rls2001 xxv710"
3237 #    data: "vpp-performance-changes-2n-skx-cmp"
3238 #    nic: "NIC_Intel-XXV710"
3239 #  data: "vpp-performance-changes-2n-skx"
3240 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3241 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3242 #  parameters:
3243 #  - "name"
3244 #  - "parent"
3245 #  - "throughput"
3246 #  - "tags"
3247 #
3248 ## VPP Performance Changes 2n-skx 4t2c ndr
3249 #- type: "table"
3250 #  title: "VPP Performance Changes 2n-skx 4t2c ndr"
3251 #  algorithm: "table_perf_comparison_nic"
3252 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3253 #  history:
3254 #    - title: "rls1904 x710"
3255 #      data: "vpp-performance-changes-2n-skx-h1"
3256 #      nic: "NIC_Intel-X710"
3257 #  reference:
3258 #    title: "rls1908 xxv710"
3259 #    data: "vpp-performance-changes-2n-skx-ref"
3260 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3261 #    nic: "NIC_Intel-XXV710"
3262 #  compare:
3263 #    title: "rls2001 xxv710"
3264 #    data: "vpp-performance-changes-2n-skx-cmp"
3265 #    nic: "NIC_Intel-XXV710"
3266 #  data: "vpp-performance-changes-2n-skx"
3267 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3268 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3269 #  parameters:
3270 #  - "name"
3271 #  - "parent"
3272 #  - "throughput"
3273 #  - "tags"
3274 #
3275 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3276 #- type: "table"
3277 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3278 #  algorithm: "table_perf_comparison"
3279 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3280 #  reference:
3281 #    title: "rls1908"
3282 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3283 #  compare:
3284 #    title: "rls2001"
3285 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3286 #  data: "vpp-performance-changes-nfv-2n-skx"
3287 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3288 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3289 #  parameters:
3290 #  - "name"
3291 #  - "parent"
3292 #  - "throughput"
3293 #  - "tags"
3294 #
3295 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3296 #- type: "table"
3297 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3298 #  algorithm: "table_perf_comparison"
3299 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3300 #  reference:
3301 #    title: "rls1908"
3302 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3303 #  compare:
3304 #    title: "rls2001"
3305 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3306 #  data: "vpp-performance-changes-nfv-2n-skx"
3307 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3308 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3309 #  parameters:
3310 #  - "name"
3311 #  - "parent"
3312 #  - "throughput"
3313 #  - "tags"
3314 #
3315 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3316 #- type: "table"
3317 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3318 #  algorithm: "table_perf_comparison"
3319 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3320 #  reference:
3321 #    title: "rls1908"
3322 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3323 #  compare:
3324 #    title: "rls2001"
3325 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3326 #  data: "vpp-performance-changes-nfv-2n-skx"
3327 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3328 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3329 #  parameters:
3330 #  - "name"
3331 #  - "parent"
3332 #  - "throughput"
3333 #  - "tags"
3334 #
3335 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3336 #- type: "table"
3337 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3338 #  algorithm: "table_perf_comparison"
3339 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3340 #  reference:
3341 #    title: "rls1908"
3342 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3343 #  compare:
3344 #    title: "rls2001"
3345 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3346 #  data: "vpp-performance-changes-nfv-2n-skx"
3347 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3348 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3349 #  parameters:
3350 #  - "name"
3351 #  - "parent"
3352 #  - "throughput"
3353 #  - "tags"
3354
3355 # VPP Performance Changes 2n-dnv 1t1c pdr
3356 - type: "table"
3357   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3358   algorithm: "table_perf_comparison"
3359   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3360   reference:
3361     title: "rls1908"
3362     data: "vpp-performance-changes-2n-dnv-ref"
3363   compare:
3364     title: "rls2001"
3365     data: "vpp-performance-changes-2n-dnv-cmp"
3366   data: "vpp-performance-changes-2n-dnv"
3367   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3368   filter: "'1T1C'"
3369   parameters:
3370   - "name"
3371   - "parent"
3372   - "throughput"
3373   - "tags"
3374
3375 # VPP Performance Changes 2n-dnv 2t2c pdr
3376 - type: "table"
3377   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3378   algorithm: "table_perf_comparison"
3379   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3380   reference:
3381     title: "rls1908"
3382     data: "vpp-performance-changes-2n-dnv-ref"
3383   compare:
3384     title: "rls2001"
3385     data: "vpp-performance-changes-2n-dnv-cmp"
3386   data: "vpp-performance-changes-2n-dnv"
3387   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3388   filter: "'2T2C'"
3389   parameters:
3390   - "name"
3391   - "parent"
3392   - "throughput"
3393   - "tags"
3394
3395 # VPP Performance Changes 2n-dnv 1t1c ndr
3396 - type: "table"
3397   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3398   algorithm: "table_perf_comparison"
3399   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3400   reference:
3401     title: "rls1908"
3402     data: "vpp-performance-changes-2n-dnv-ref"
3403   compare:
3404     title: "rls2001"
3405     data: "vpp-performance-changes-2n-dnv-cmp"
3406   data: "vpp-performance-changes-2n-dnv"
3407   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3408   filter: "'1T1C'"
3409   parameters:
3410   - "name"
3411   - "parent"
3412   - "throughput"
3413   - "tags"
3414
3415 # VPP Performance Changes 2n-dnv 2t2c ndr
3416 - type: "table"
3417   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3418   algorithm: "table_perf_comparison"
3419   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3420   reference:
3421     title: "rls1908 "
3422     data: "vpp-performance-changes-2n-dnv-ref"
3423   compare:
3424     title: "rls2001"
3425     data: "vpp-performance-changes-2n-dnv-cmp"
3426   data: "vpp-performance-changes-2n-dnv"
3427   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3428   filter: "'2T2C'"
3429   parameters:
3430   - "name"
3431   - "parent"
3432   - "throughput"
3433   - "tags"
3434
3435 # VPP Performance Changes 3n-dnv 1t1c pdr
3436 - type: "table"
3437   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3438   algorithm: "table_perf_comparison"
3439   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3440   reference:
3441     title: "rls1908"
3442     data: "vpp-performance-changes-3n-dnv-ref"
3443   compare:
3444     title: "rls2001"
3445     data: "vpp-performance-changes-3n-dnv-cmp"
3446   data: "vpp-performance-changes-3n-dnv"
3447   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3448   filter: "'1T1C'"
3449   parameters:
3450   - "name"
3451   - "parent"
3452   - "throughput"
3453   - "tags"
3454
3455 # VPP Performance Changes 3n-dnv 2t2c pdr
3456 - type: "table"
3457   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3458   algorithm: "table_perf_comparison"
3459   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3460   reference:
3461     title: "rls1908"
3462     data: "vpp-performance-changes-3n-dnv-ref"
3463   compare:
3464     title: "rls2001"
3465     data: "vpp-performance-changes-3n-dnv-cmp"
3466   data: "vpp-performance-changes-3n-dnv"
3467   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3468   filter: "'2T2C'"
3469   parameters:
3470   - "name"
3471   - "parent"
3472   - "throughput"
3473   - "tags"
3474
3475 # VPP Performance Changes 3n-dnv 1t1c ndr
3476 - type: "table"
3477   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3478   algorithm: "table_perf_comparison"
3479   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3480   reference:
3481     title: "rls1908"
3482     data: "vpp-performance-changes-3n-dnv-ref"
3483   compare:
3484     title: "rls2001"
3485     data: "vpp-performance-changes-3n-dnv-cmp"
3486   data: "vpp-performance-changes-3n-dnv"
3487   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3488   filter: "'1T1C'"
3489   parameters:
3490   - "name"
3491   - "parent"
3492   - "throughput"
3493   - "tags"
3494
3495 # VPP Performance Changes 3n-dnv 2t2c ndr
3496 - type: "table"
3497   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3498   algorithm: "table_perf_comparison"
3499   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3500   reference:
3501     title: "rls1908"
3502     data: "vpp-performance-changes-3n-dnv-ref"
3503   compare:
3504     title: "rls2001"
3505     data: "vpp-performance-changes-3n-dnv-cmp"
3506   data: "vpp-performance-changes-3n-dnv"
3507   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3508   filter: "'2T2C'"
3509   parameters:
3510   - "name"
3511   - "parent"
3512   - "throughput"
3513   - "tags"
3514
3515 # VPP Performance Changes 3n-tsh 1t1c pdr
3516 - type: "table"
3517   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3518   algorithm: "table_perf_comparison"
3519   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3520   reference:
3521     title: "rls1908"
3522     data: "vpp-performance-changes-3n-tsh-ref"
3523   compare:
3524     title: "rls2001"
3525     data: "vpp-performance-changes-3n-tsh-cmp"
3526   data: "vpp-performance-changes-3n-tsh"
3527   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3528   filter: "'1T1C'"
3529   parameters:
3530   - "name"
3531   - "parent"
3532   - "throughput"
3533   - "tags"
3534
3535 # VPP Performance Changes 3n-tsh 2t2c pdr
3536 - type: "table"
3537   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3538   algorithm: "table_perf_comparison"
3539   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3540   reference:
3541     title: "rls1908"
3542     data: "vpp-performance-changes-3n-tsh-ref"
3543   compare:
3544     title: "rls2001"
3545     data: "vpp-performance-changes-3n-tsh-cmp"
3546   data: "vpp-performance-changes-3n-tsh"
3547   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3548   filter: "'2T2C'"
3549   parameters:
3550   - "name"
3551   - "parent"
3552   - "throughput"
3553   - "tags"
3554
3555 # VPP Performance Changes 3n-tsh 1t1c ndr
3556 - type: "table"
3557   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3558   algorithm: "table_perf_comparison"
3559   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3560   reference:
3561     title: "rls1908"
3562     data: "vpp-performance-changes-3n-tsh-ref"
3563   compare:
3564     title: "rls2001"
3565     data: "vpp-performance-changes-3n-tsh-cmp"
3566   data: "vpp-performance-changes-3n-tsh"
3567   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3568   filter: "'1T1C'"
3569   parameters:
3570   - "name"
3571   - "parent"
3572   - "throughput"
3573   - "tags"
3574
3575 # VPP Performance Changes 3n-tsh 2t2c ndr
3576 - type: "table"
3577   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3578   algorithm: "table_perf_comparison"
3579   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3580   reference:
3581     title: "rls1908"
3582     data: "vpp-performance-changes-3n-tsh-ref"
3583   compare:
3584     title: "rls2001"
3585     data: "vpp-performance-changes-3n-tsh-cmp"
3586   data: "vpp-performance-changes-3n-tsh"
3587   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3588   filter: "'2T2C'"
3589   parameters:
3590   - "name"
3591   - "parent"
3592   - "throughput"
3593   - "tags"
3594
3595 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3596 #- type: "table"
3597 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3598 #  algorithm: "table_perf_comparison_nic"
3599 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3600 #  reference:
3601 #    title: "3n-hsw xl710"
3602 #    data: "vpp-compare-testbeds-ref"
3603 #    nic: "NIC_Intel-XL710"
3604 #  compare:
3605 #    title: "3n-skx xxv710"
3606 #    data: "vpp-compare-testbeds-cmp"
3607 #    nic: "NIC_Intel-XXV710"
3608 #  data: "vpp-compare-testbeds"
3609 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3610 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3611 #  parameters:
3612 #  - "name"
3613 #  - "parent"
3614 #  - "throughput"
3615 #  - "tags"
3616 #
3617 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3618 #- type: "table"
3619 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3620 #  algorithm: "table_perf_comparison_nic"
3621 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3622 #  reference:
3623 #    title: "3n-hsw xl710"
3624 #    data: "vpp-compare-testbeds-ref"
3625 #    nic: "NIC_Intel-XL710"
3626 #  compare:
3627 #    title: "3n-skx xxv710"
3628 #    data: "vpp-compare-testbeds-cmp"
3629 #    nic: "NIC_Intel-XXV710"
3630 #  data: "vpp-compare-testbeds"
3631 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3632 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3633 #  parameters:
3634 #  - "name"
3635 #  - "parent"
3636 #  - "throughput"
3637 #  - "tags"
3638 #
3639 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3640 #- type: "table"
3641 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3642 #  algorithm: "table_perf_comparison_nic"
3643 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3644 #  reference:
3645 #    title: "3n-hsw xl710"
3646 #    data: "vpp-compare-testbeds-ref"
3647 #    nic: "NIC_Intel-XL710"
3648 #  compare:
3649 #    title: "3n-skx xxv710"
3650 #    data: "vpp-compare-testbeds-cmp"
3651 #    nic: "NIC_Intel-XXV710"
3652 #  data: "vpp-compare-testbeds"
3653 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3654 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3655 #  parameters:
3656 #  - "name"
3657 #  - "parent"
3658 #  - "throughput"
3659 #  - "tags"
3660 #
3661 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3662 #- type: "table"
3663 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3664 #  algorithm: "table_perf_comparison_nic"
3665 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3666 #  reference:
3667 #    title: "3n-hsw xl710"
3668 #    data: "vpp-compare-testbeds-ref"
3669 #    nic: "NIC_Intel-XL710"
3670 #  compare:
3671 #    title: "3n-skx xxv710"
3672 #    data: "vpp-compare-testbeds-cmp"
3673 #    nic: "NIC_Intel-XXV710"
3674 #  data: "vpp-compare-testbeds"
3675 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3676 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3677 #  parameters:
3678 #  - "name"
3679 #  - "parent"
3680 #  - "throughput"
3681 #  - "tags"
3682
3683 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3684 #- type: "table"
3685 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3686 #  algorithm: "table_perf_comparison"
3687 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3688 #  reference:
3689 #    title: "2n-skx"
3690 #    data: "vpp-compare-testbeds-skx-clx-ref"
3691 #  compare:
3692 #    title: "2n-clx"
3693 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3694 #  data: "vpp-compare-testbeds-skx-clx"
3695 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3696 #  filter: "'2T1C'"
3697 #  parameters:
3698 #  - "name"
3699 #  - "parent"
3700 #  - "throughput"
3701 #  - "tags"
3702 #
3703 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3704 #- type: "table"
3705 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3706 #  algorithm: "table_perf_comparison"
3707 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3708 #  reference:
3709 #    title: "2n-skx"
3710 #    data: "vpp-compare-testbeds-skx-clx-ref"
3711 #  compare:
3712 #    title: "2n-clx"
3713 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3714 #  data: "vpp-compare-testbeds-skx-clx"
3715 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3716 #  filter: "'4T2C'"
3717 #  parameters:
3718 #  - "name"
3719 #  - "parent"
3720 #  - "throughput"
3721 #  - "tags"
3722 #
3723 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3724 #- type: "table"
3725 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3726 #  algorithm: "table_perf_comparison"
3727 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3728 #  reference:
3729 #    title: "2n-skx"
3730 #    data: "vpp-compare-testbeds-skx-clx-ref"
3731 #  compare:
3732 #    title: "2n-clx"
3733 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3734 #  data: "vpp-compare-testbeds-skx-clx"
3735 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3736 #  filter: "'2T1C'"
3737 #  parameters:
3738 #  - "name"
3739 #  - "parent"
3740 #  - "throughput"
3741 #  - "tags"
3742 #
3743 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3744 #- type: "table"
3745 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3746 #  algorithm: "table_perf_comparison"
3747 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3748 #  reference:
3749 #    title: "2n-skx"
3750 #    data: "vpp-compare-testbeds-skx-clx-ref"
3751 #  compare:
3752 #    title: "2n-clx"
3753 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3754 #  data: "vpp-compare-testbeds-skx-clx"
3755 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3756 #  filter: "'4T2C'"
3757 #  parameters:
3758 #  - "name"
3759 #  - "parent"
3760 #  - "throughput"
3761 #  - "tags"
3762
3763 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
3764 - type: "table"
3765   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
3766   algorithm: "table_perf_comparison_nic"
3767   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
3768   reference:
3769     title: "3n-hsw xl710"
3770     data: "vpp-compare-testbeds-hsw-clx-ref"
3771     nic: "NIC_Intel-XL710"
3772   compare:
3773     title: "2n-clx xxv710"
3774     data: "vpp-compare-testbeds-hsw-clx-cmp"
3775     nic: "NIC_Intel-XXV710"
3776   data: "vpp-compare-testbeds-hsw-clx"
3777   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3778   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3779   parameters:
3780   - "name"
3781   - "parent"
3782   - "throughput"
3783   - "tags"
3784
3785 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
3786 - type: "table"
3787   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
3788   algorithm: "table_perf_comparison_nic"
3789   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
3790   reference:
3791     title: "3n-hsw xl710"
3792     data: "vpp-compare-testbeds-hsw-clx-ref"
3793     nic: "NIC_Intel-XL710"
3794   compare:
3795     title: "2n-clx xxv710"
3796     data: "vpp-compare-testbeds-hsw-clx-cmp"
3797     nic: "NIC_Intel-XXV710"
3798   data: "vpp-compare-testbeds-hsw-clx"
3799   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3800   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3801   parameters:
3802   - "name"
3803   - "parent"
3804   - "throughput"
3805   - "tags"
3806
3807 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
3808 - type: "table"
3809   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
3810   algorithm: "table_perf_comparison_nic"
3811   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
3812   reference:
3813     title: "3n-hsw xl710"
3814     data: "vpp-compare-testbeds-hsw-clx-ref"
3815     nic: "NIC_Intel-XL710"
3816   compare:
3817     title: "2n-clx xxv710"
3818     data: "vpp-compare-testbeds-hsw-clx-cmp"
3819     nic: "NIC_Intel-XXV710"
3820   data: "vpp-compare-testbeds-hsw-clx"
3821   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3822   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3823   parameters:
3824   - "name"
3825   - "parent"
3826   - "throughput"
3827   - "tags"
3828
3829 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
3830 - type: "table"
3831   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
3832   algorithm: "table_perf_comparison_nic"
3833   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
3834   reference:
3835     title: "3n-hsw xl710"
3836     data: "vpp-compare-testbeds-hsw-clx-ref"
3837     nic: "NIC_Intel-XL710"
3838   compare:
3839     title: "2n-clx xxv710"
3840     data: "vpp-compare-testbeds-hsw-clx-cmp"
3841     nic: "NIC_Intel-XXV710"
3842   data: "vpp-compare-testbeds-hsw-clx"
3843   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3844   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3845   parameters:
3846   - "name"
3847   - "parent"
3848   - "throughput"
3849   - "tags"
3850
3851 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3852 #- type: "table"
3853 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3854 #  algorithm: "table_perf_comparison"
3855 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3856 #  reference:
3857 #    title: "3-Node Skx"
3858 #    data: "vpp-compare-topologies-ref"
3859 #  compare:
3860 #    title: "2-Node Skx"
3861 #    data: "vpp-compare-topologies-cmp"
3862 #  data: "vpp-compare-topologies"
3863 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3864 #  filter: "'NDRPDR' and '1C'"
3865 #  parameters:
3866 #  - "name"
3867 #  - "parent"
3868 #  - "throughput"
3869 #
3870 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
3871 #- type: "table"
3872 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
3873 #  algorithm: "table_perf_comparison"
3874 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
3875 #  reference:
3876 #    title: "3-Node Skx"
3877 #    data: "vpp-compare-topologies-ref"
3878 #  compare:
3879 #    title: "2-Node Skx"
3880 #    data: "vpp-compare-topologies-cmp"
3881 #  data: "vpp-compare-topologies"
3882 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3883 #  filter: "'NDRPDR' and '2C'"
3884 #  parameters:
3885 #  - "name"
3886 #  - "parent"
3887 #  - "throughput"
3888 #
3889 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
3890 #- type: "table"
3891 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
3892 #  algorithm: "table_perf_comparison"
3893 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
3894 #  reference:
3895 #    title: "3-Node Skx"
3896 #    data: "vpp-compare-topologies-ref"
3897 #  compare:
3898 #    title: "2-Node Skx"
3899 #    data: "vpp-compare-topologies-cmp"
3900 #  data: "vpp-compare-topologies"
3901 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3902 #  filter: "'NDRPDR' and '1C'"
3903 #  parameters:
3904 #  - "name"
3905 #  - "parent"
3906 #  - "throughput"
3907 #
3908 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
3909 #- type: "table"
3910 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
3911 #  algorithm: "table_perf_comparison"
3912 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
3913 #  reference:
3914 #    title: "3-Node Skx"
3915 #    data: "vpp-compare-topologies-ref"
3916 #  compare:
3917 #    title: "2-Node Skx"
3918 #    data: "vpp-compare-topologies-cmp"
3919 #  data: "vpp-compare-topologies"
3920 #  include-tests: "PDR"
3921 #  filter: "'NDRPDR' and '2C'"
3922 #  parameters:
3923 #  - "name"
3924 #  - "parent"
3925 #  - "throughput"
3926
3927 # VPP Performance Changes 3n-hsw 1t1c MRR
3928 - type: "table"
3929   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
3930   algorithm: "table_perf_comparison"
3931   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
3932   history:
3933     - title: "rls1904"
3934       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3935   reference:
3936     title: "rls1908"
3937     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3938   compare:
3939     title: "rls2001"
3940     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3941   data: "vpp-performance-changes-3n-hsw-mrr"
3942   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3943   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
3944   parameters:
3945   - "name"
3946   - "parent"
3947   - "result"
3948
3949 # VPP Performance Changes 3n-hsw 2t2c MRR
3950 - type: "table"
3951   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
3952   algorithm: "table_perf_comparison"
3953   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
3954   history:
3955     - title: "rls1904"
3956       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3957   reference:
3958     title: "rls1908"
3959     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3960   compare:
3961     title: "rls2001"
3962     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3963   data: "vpp-performance-changes-3n-hsw-mrr"
3964   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3965   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
3966   parameters:
3967   - "name"
3968   - "parent"
3969   - "result"
3970
3971 # VPP Performance Changes 3n-hsw 4t4c MRR
3972 - type: "table"
3973   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
3974   algorithm: "table_perf_comparison"
3975   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
3976   history:
3977     - title: "rls1904"
3978       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3979   reference:
3980     title: "rls1908"
3981     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3982   compare:
3983     title: "rls2001"
3984     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3985   data: "vpp-performance-changes-3n-hsw-mrr"
3986   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3987   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
3988   parameters:
3989   - "name"
3990   - "parent"
3991   - "result"
3992
3993 ## VPP Performance Changes 3n-skx 2t1c MRR
3994 #- type: "table"
3995 #  title: "VPP Performance Changes 3n-skx 2t1c MRR"
3996 #  algorithm: "table_perf_comparison"
3997 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
3998 #  history:
3999 #    - title: "rls1904"
4000 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
4001 #  reference:
4002 #    title: "rls1908"
4003 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
4004 #  compare:
4005 #    title: "rls2001"
4006 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
4007 #  data: "vpp-performance-changes-3n-skx-mrr"
4008 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4009 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4010 #  parameters:
4011 #  - "name"
4012 #  - "parent"
4013 #  - "result"
4014 #
4015 ## VPP Performance Changes 3n-skx 4t2c MRR
4016 #- type: "table"
4017 #  title: "VPP Performance Changes 3n-skx 4t2c MRR"
4018 #  algorithm: "table_perf_comparison"
4019 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4020 #  history:
4021 #    - title: "rls1904"
4022 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
4023 #  reference:
4024 #    title: "rls1908"
4025 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
4026 #  compare:
4027 #    title: "rls2001"
4028 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
4029 #  data: "vpp-performance-changes-3n-skx-mrr"
4030 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4031 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4032 #  parameters:
4033 #  - "name"
4034 #  - "parent"
4035 #  - "result"
4036 #
4037 ## VPP Performance Changes 3n-skx 8t4c MRR
4038 #- type: "table"
4039 #  title: "VPP Performance Changes 3n-skx 8t4c MRR"
4040 #  algorithm: "table_perf_comparison"
4041 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4042 #  history:
4043 #    - title: "rls1904"
4044 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
4045 #  reference:
4046 #    title: "rls1908"
4047 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
4048 #  compare:
4049 #    title: "rls2001"
4050 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
4051 #  data: "vpp-performance-changes-3n-skx-mrr"
4052 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4053 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4054 #  parameters:
4055 #  - "name"
4056 #  - "parent"
4057 #  - "result"
4058 #
4059 ## VPP Performance Changes 2n-skx 2t1c MRR
4060 #- type: "table"
4061 #  title: "VPP Performance Changes 2n-skx 2t1c MRR"
4062 #  algorithm: "table_perf_comparison"
4063 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4064 #  history:
4065 #    - title: "rls1904"
4066 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
4067 #  reference:
4068 #    title: "rls1908"
4069 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
4070 #  compare:
4071 #    title: "rls2001"
4072 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
4073 #  data: "vpp-performance-changes-2n-skx-mrr"
4074 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4075 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4076 #  parameters:
4077 #  - "name"
4078 #  - "parent"
4079 #  - "result"
4080 #
4081 ## VPP Performance Changes 2n-skx 4t2c MRR
4082 #- type: "table"
4083 #  title: "VPP Performance Changes 2n-skx 4t2c MRR"
4084 #  algorithm: "table_perf_comparison"
4085 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4086 #  history:
4087 #    - title: "rls1904"
4088 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
4089 #  reference:
4090 #    title: "rls1908"
4091 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
4092 #  compare:
4093 #    title: "rls2001"
4094 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
4095 #  data: "vpp-performance-changes-2n-skx-mrr"
4096 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4097 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4098 #  parameters:
4099 #  - "name"
4100 #  - "parent"
4101 #  - "result"
4102 #
4103 ## VPP Performance Changes 2n-skx 8t4c MRR
4104 #- type: "table"
4105 #  title: "VPP Performance Changes 2n-skx 8t4c MRR"
4106 #  algorithm: "table_perf_comparison"
4107 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4108 #  history:
4109 #    - title: "rls1904"
4110 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
4111 #  reference:
4112 #    title: "rls1908"
4113 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
4114 #  compare:
4115 #    title: "rls2001"
4116 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
4117 #  data: "vpp-performance-changes-2n-skx-mrr"
4118 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4119 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4120 #  parameters:
4121 #  - "name"
4122 #  - "parent"
4123 #  - "result"
4124 #
4125 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
4126 #- type: "table"
4127 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
4128 #  algorithm: "table_perf_comparison"
4129 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
4130 #  reference:
4131 #    title: "rls1908"
4132 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4133 #  compare:
4134 #    title: "rls2001"
4135 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4136 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4137 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4138 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
4139 #  parameters:
4140 #  - "name"
4141 #  - "parent"
4142 #  - "result"
4143 #
4144 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
4145 #- type: "table"
4146 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
4147 #  algorithm: "table_perf_comparison"
4148 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
4149 #  reference:
4150 #    title: "rls1908"
4151 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4152 #  compare:
4153 #    title: "rls2001"
4154 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4155 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4156 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4157 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
4158 #  parameters:
4159 #  - "name"
4160 #  - "parent"
4161 #  - "result"
4162 #
4163 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
4164 #- type: "table"
4165 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
4166 #  algorithm: "table_perf_comparison"
4167 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
4168 #  reference:
4169 #    title: "rls1908"
4170 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4171 #  compare:
4172 #    title: "rls2001"
4173 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4174 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4175 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4176 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
4177 #  parameters:
4178 #  - "name"
4179 #  - "parent"
4180 #  - "result"
4181
4182 # VPP Performance Changes 2n-dnv 1t1c MRR
4183 - type: "table"
4184   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
4185   algorithm: "table_perf_comparison"
4186   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4187   reference:
4188     title: "rls1908"
4189     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4190   compare:
4191     title: "rls2001"
4192     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4193   data: "vpp-performance-changes-2n-dnv-mrr"
4194   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4195   filter: "'1T1C' and 'MRR'"
4196   parameters:
4197   - "name"
4198   - "parent"
4199   - "result"
4200
4201 # VPP Performance Changes 2n-dnv 2t2c MRR
4202 - type: "table"
4203   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
4204   algorithm: "table_perf_comparison"
4205   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4206   reference:
4207     title: "rls1908"
4208     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4209   compare:
4210     title: "rls2001"
4211     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4212   data: "vpp-performance-changes-2n-dnv-mrr"
4213   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4214   filter: "'2T2C' and 'MRR'"
4215   parameters:
4216   - "name"
4217   - "parent"
4218   - "result"
4219
4220 # VPP Performance Changes 2n-dnv 4t4c MRR
4221 - type: "table"
4222   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
4223   algorithm: "table_perf_comparison"
4224   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4225   reference:
4226     title: "rls1908"
4227     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4228   compare:
4229     title: "rls2001"
4230     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4231   data: "vpp-performance-changes-2n-dnv-mrr"
4232   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4233   filter: "'4T4C' and 'MRR'"
4234   parameters:
4235   - "name"
4236   - "parent"
4237   - "result"
4238
4239 # VPP Performance Changes 3n-dnv 1t1c MRR
4240 - type: "table"
4241   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
4242   algorithm: "table_perf_comparison"
4243   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4244   reference:
4245     title: "rls1908"
4246     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4247   compare:
4248     title: "rls2001"
4249     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4250   data: "vpp-performance-changes-3n-dnv-mrr"
4251   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4252   filter: "'1T1C' and 'MRR'"
4253   parameters:
4254   - "name"
4255   - "parent"
4256   - "result"
4257
4258 # VPP Performance Changes 3n-dnv 2t2c MRR
4259 - type: "table"
4260   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
4261   algorithm: "table_perf_comparison"
4262   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4263   reference:
4264     title: "rls1908"
4265     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4266   compare:
4267     title: "rls2001"
4268     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4269   data: "vpp-performance-changes-3n-dnv-mrr"
4270   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4271   filter: "'2T2C' and 'MRR'"
4272   parameters:
4273   - "name"
4274   - "parent"
4275   - "result"
4276
4277 # VPP Performance Changes 3n-dnv 4t4c MRR
4278 - type: "table"
4279   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
4280   algorithm: "table_perf_comparison"
4281   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4282   reference:
4283     title: "rls1908"
4284     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4285   compare:
4286     title: "rls2001"
4287     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4288   data: "vpp-performance-changes-3n-dnv-mrr"
4289   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4290   filter: "'4T4C' and 'MRR'"
4291   parameters:
4292   - "name"
4293   - "parent"
4294   - "result"
4295
4296 # VPP Performance Changes 3n-tsh 1t1c MRR
4297 - type: "table"
4298   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
4299   algorithm: "table_perf_comparison"
4300   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4301   reference:
4302     title: "rls1908"
4303     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4304   compare:
4305     title: "rls2001"
4306     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4307   data: "vpp-performance-changes-3n-tsh-mrr"
4308   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4309   filter: "'1T1C' and 'MRR'"
4310   parameters:
4311   - "name"
4312   - "parent"
4313   - "result"
4314
4315 # VPP Performance Changes 3n-tsh 2t2c MRR
4316 - type: "table"
4317   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
4318   algorithm: "table_perf_comparison"
4319   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4320   reference:
4321     title: "rls1908"
4322     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4323   compare:
4324     title: "rls2001"
4325     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4326   data: "vpp-performance-changes-3n-tsh-mrr"
4327   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4328   filter: "'2T2C' and 'MRR'"
4329   parameters:
4330   - "name"
4331   - "parent"
4332   - "result"
4333
4334 # VPP Performance Changes 3n-tsh 4t4c MRR
4335 - type: "table"
4336   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
4337   algorithm: "table_perf_comparison"
4338   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4339   reference:
4340     title: "rls1908"
4341     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4342   compare:
4343     title: "rls2001"
4344     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4345   data: "vpp-performance-changes-3n-tsh-mrr"
4346   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4347   filter: "'4T4C' and 'MRR'"
4348   parameters:
4349   - "name"
4350   - "parent"
4351   - "result"
4352
4353 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4354 #- type: "table"
4355 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4356 #  algorithm: "table_perf_comparison_nic"
4357 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4358 #  reference:
4359 #    title: "3n-hsw xl710"
4360 #    data: "vpp-compare-testbeds-mrr-ref"
4361 #    nic: "NIC_Intel-XL710"
4362 #  compare:
4363 #    title: "3n-skx xxv710"
4364 #    data: "vpp-compare-testbeds-mrr-cmp"
4365 #    nic: "NIC_Intel-XXV710"
4366 #  data: "vpp-compare-testbeds-mrr"
4367 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4368 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4369 #  parameters:
4370 #  - "name"
4371 #  - "parent"
4372 #  - "result"
4373 #  - "tags"
4374 #
4375 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4376 #- type: "table"
4377 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4378 #  algorithm: "table_perf_comparison_nic"
4379 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4380 #  reference:
4381 #    title: "3n-hsw xl710"
4382 #    data: "vpp-compare-testbeds-mrr-ref"
4383 #    nic: "NIC_Intel-XL710"
4384 #  compare:
4385 #    title: "3n-skx xxv710"
4386 #    data: "vpp-compare-testbeds-mrr-cmp"
4387 #    nic: "NIC_Intel-XXV710"
4388 #  data: "vpp-compare-testbeds-mrr"
4389 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4390 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4391 #  parameters:
4392 #  - "name"
4393 #  - "parent"
4394 #  - "result"
4395 #  - "tags"
4396 #
4397 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4398 #- type: "table"
4399 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4400 #  algorithm: "table_perf_comparison_nic"
4401 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4402 #  reference:
4403 #    title: "3n-hsw xl710"
4404 #    data: "vpp-compare-testbeds-mrr-ref"
4405 #    nic: "NIC_Intel-XL710"
4406 #  compare:
4407 #    title: "3n-skx xxv710"
4408 #    data: "vpp-compare-testbeds-mrr-cmp"
4409 #    nic: "NIC_Intel-XXV710"
4410 #  data: "vpp-compare-testbeds-mrr"
4411 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4412 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4413 #  parameters:
4414 #  - "name"
4415 #  - "parent"
4416 #  - "result"
4417 #  - "tags"
4418
4419 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4420 #- type: "table"
4421 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4422 #  algorithm: "table_perf_comparison"
4423 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4424 #  reference:
4425 #    title: "2n-skx"
4426 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4427 #  compare:
4428 #    title: "2n-clx"
4429 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4430 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4431 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4432 #  filter: "'2T1C'"
4433 #  parameters:
4434 #  - "name"
4435 #  - "parent"
4436 #  - "result"
4437 #  - "tags"
4438 #
4439 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4440 #- type: "table"
4441 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4442 #  algorithm: "table_perf_comparison"
4443 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4444 #  reference:
4445 #    title: "2n-skx"
4446 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4447 #  compare:
4448 #    title: "2n-clx"
4449 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4450 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4451 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4452 #  filter: "'4T2C'"
4453 #  parameters:
4454 #  - "name"
4455 #  - "parent"
4456 #  - "result"
4457 #  - "tags"
4458 #
4459 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4460 #- type: "table"
4461 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4462 #  algorithm: "table_perf_comparison"
4463 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4464 #  reference:
4465 #    title: "2n-skx"
4466 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4467 #  compare:
4468 #    title: "2n-clx"
4469 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4470 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4471 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4472 #  filter: "'8T4C'"
4473 #  parameters:
4474 #  - "name"
4475 #  - "parent"
4476 #  - "result"
4477 #  - "tags"
4478 #
4479 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4480 #- type: "table"
4481 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4482 #  algorithm: "table_perf_comparison"
4483 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4484 #  reference:
4485 #    title: "3-Node Skx"
4486 #    data: "vpp-compare-topologies-mrr-ref"
4487 #  compare:
4488 #    title: "2-Node Skx"
4489 #    data: "vpp-compare-topologies-mrr-cmp"
4490 #  data: "vpp-compare-topologies-mrr"
4491 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4492 #  filter: "'MRR' and '1C'"
4493 #  parameters:
4494 #  - "name"
4495 #  - "parent"
4496 #  - "result"
4497 #
4498 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4499 #- type: "table"
4500 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4501 #  algorithm: "table_perf_comparison"
4502 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4503 #  reference:
4504 #    title: "3-Node Skx"
4505 #    data: "vpp-compare-topologies-mrr-ref"
4506 #  compare:
4507 #    title: "2-Node Skx"
4508 #    data: "vpp-compare-topologies-mrr-cmp"
4509 #  data: "vpp-compare-topologies-mrr"
4510 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4511 #  filter: "'MRR' and '2C'"
4512 #  parameters:
4513 #  - "name"
4514 #  - "parent"
4515 #  - "result"
4516 #
4517 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4518 #- type: "table"
4519 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4520 #  algorithm: "table_perf_comparison"
4521 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4522 #  reference:
4523 #    title: "3-Node Skx"
4524 #    data: "vpp-compare-topologies-mrr-ref"
4525 #  compare:
4526 #    title: "2-Node Skx"
4527 #    data: "vpp-compare-topologies-mrr-cmp"
4528 #  data: "vpp-compare-topologies-mrr"
4529 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4530 #  filter: "'MRR' and '4C'"
4531 #  parameters:
4532 #  - "name"
4533 #  - "parent"
4534 #  - "result"
4535
4536 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4537 - type: "table"
4538   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4539   algorithm: "table_perf_comparison_nic"
4540   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4541   reference:
4542     title: "3n-hsw xl710"
4543     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4544     nic: "NIC_Intel-XL710"
4545   compare:
4546     title: "2n-clx xxv710"
4547     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4548     nic: "NIC_Intel-XXV710"
4549   data: "vpp-compare-testbeds-mrr-hsw-clx"
4550   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4551   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4552   parameters:
4553   - "name"
4554   - "parent"
4555   - "result"
4556   - "tags"
4557
4558 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4559 - type: "table"
4560   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4561   algorithm: "table_perf_comparison_nic"
4562   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4563   reference:
4564     title: "3n-hsw xl710"
4565     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4566     nic: "NIC_Intel-XL710"
4567   compare:
4568     title: "2n-clx xxv710"
4569     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4570     nic: "NIC_Intel-XXV710"
4571   data: "vpp-compare-testbeds-mrr-hsw-clx"
4572   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4573   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4574   parameters:
4575   - "name"
4576   - "parent"
4577   - "result"
4578   - "tags"
4579
4580 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4581 - type: "table"
4582   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4583   algorithm: "table_perf_comparison_nic"
4584   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4585   reference:
4586     title: "3n-hsw xl710"
4587     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4588     nic: "NIC_Intel-XL710"
4589   compare:
4590     title: "2n-clx xxv710"
4591     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4592     nic: "NIC_Intel-XXV710"
4593   data: "vpp-compare-testbeds-mrr-hsw-clx"
4594   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4595   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4596   parameters:
4597   - "name"
4598   - "parent"
4599   - "result"
4600   - "tags"
4601
4602 # Detailed Test Results - VPP Performance Results 3n-hsw
4603 - type: "table"
4604   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4605   algorithm: "table_merged_details"
4606   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4607   columns:
4608   - title: " |prein| Test Name |preout| "
4609     data: "data name"
4610   - title: " |prein| Throughput: |br| 1. Mpps      Gbps (NDR) |br| 2. Mpps      Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
4611     data: "data msg"
4612   data: "vpp-perf-results-3n-hsw"
4613   filter: "all"
4614   parameters:
4615   - "name"
4616   - "parent"
4617   - "msg"
4618
4619 ## Detailed Test Results - VPP Performance Results 3n-skx
4620 #- type: "table"
4621 #  title: "Detailed Test Results - VPP Performance Results 3n-skx"
4622 #  algorithm: "table_merged_details"
4623 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4624 #  columns:
4625 #  - title: " |prein| Test Name |preout| "
4626 #    data: "data name"
4627 #  - title: " |prein| Throughput: |br| 1. Mpps      Gbps (NDR) |br| 2. Mpps      Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
4628 #    data: "data msg"
4629 #  data: "vpp-perf-results-3n-skx"
4630 #  filter: "all"
4631 #  parameters:
4632 #  - "name"
4633 #  - "parent"
4634 #  - "msg"
4635 #
4636 ## Detailed Test Results - VPP Performance Results 2n-skx
4637 #- type: "table"
4638 #  title: "Detailed Test Results - VPP Performance Results 2n-skx"
4639 #  algorithm: "table_merged_details"
4640 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4641 #  columns:
4642 #  - title: " |prein| Test Name |preout| "
4643 #    data: "data name"
4644 #  - title: " |prein| Throughput: |br| 1. Mpps      Gbps (NDR) |br| 2. Mpps      Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
4645 #    data: "data msg"
4646 #  data: "vpp-perf-results-2n-skx"
4647 #  filter: "all"
4648 #  parameters:
4649 #  - "name"
4650 #  - "parent"
4651 #  - "msg"
4652
4653 # Detailed Test Results - VPP Performance Results 2n-clx
4654 - type: "table"
4655   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4656   algorithm: "table_merged_details"
4657   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
4658   columns:
4659   - title: " |prein| Test Name |preout| "
4660     data: "data name"
4661   - title: " |prein| Throughput: |br| 1. Mpps      Gbps (NDR) |br| 2. Mpps      Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
4662     data: "data msg"
4663   data: "vpp-perf-results-2n-clx"
4664   filter: "all"
4665   parameters:
4666   - "name"
4667   - "parent"
4668   - "msg"
4669
4670 # Detailed Test Results - VPP Performance Results 3n-tsh
4671 - type: "table"
4672   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4673   algorithm: "table_merged_details"
4674   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
4675   columns:
4676   - title: " |prein| Test Name |preout| "
4677     data: "data name"
4678   - title: " |prein| Throughput: |br| 1. Mpps      Gbps (NDR) |br| 2. Mpps      Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
4679     data: "data msg"
4680   data: "vpp-perf-results-3n-tsh"
4681   filter: "all"
4682   parameters:
4683   - "name"
4684   - "parent"
4685   - "msg"
4686
4687 # Detailed Test Results - VPP Performance Results 3n-dnv
4688 - type: "table"
4689   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4690   algorithm: "table_merged_details"
4691   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
4692   columns:
4693   - title: " |prein| Test Name |preout| "
4694     data: "data name"
4695   - title: " |prein| Throughput: |br| 1. Mpps      Gbps (NDR) |br| 2. Mpps      Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
4696     data: "data msg"
4697   data: "vpp-perf-results-3n-dnv"
4698   filter: "all"
4699   parameters:
4700   - "name"
4701   - "parent"
4702   - "msg"
4703
4704 # Detailed Test Results - VPP Performance Results 2n-dnv
4705 - type: "table"
4706   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4707   algorithm: "table_merged_details"
4708   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4709   columns:
4710   - title: " |prein| Test Name |preout| "
4711     data: "data name"
4712   - title: " |prein| Throughput: |br| 1. Mpps      Gbps (NDR) |br| 2. Mpps      Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
4713     data: "data msg"
4714   data: "vpp-perf-results-2n-dnv"
4715   filter: "all"
4716   parameters:
4717   - "name"
4718   - "parent"
4719   - "msg"
4720
4721 # Test configuration - VPP Performance Test Configs 3n-hsw
4722 - type: "table"
4723   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4724   algorithm: "table_merged_details"
4725   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
4726   columns:
4727   - title: " |prein| Test Name |preout| "
4728     data: "data name"
4729   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4730     data: "data conf-history"
4731   data: "vpp-perf-results-3n-hsw"
4732   filter: "all"
4733   parameters:
4734   - "parent"
4735   - "name"
4736   - "conf-history"
4737
4738 ## Test configuration - VPP Performance Test Configs 3n-skx
4739 #- type: "table"
4740 #  title: "Test configuration - VPP Performance Test Configs 3n-skx"
4741 #  algorithm: "table_merged_details"
4742 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
4743 #  columns:
4744 #  - title: " |prein| Test Name |preout| "
4745 #    data: "data name"
4746 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4747 #    data: "data conf-history"
4748 #  data: "vpp-perf-results-3n-skx"
4749 #  filter: "all"
4750 #  parameters:
4751 #  - "parent"
4752 #  - "name"
4753 #  - "conf-history"
4754 #
4755 ## Test configuration - VPP Performance Test Configs 2n-skx
4756 #- type: "table"
4757 #  title: "Test configuration - VPP Performance Test Configs 2n-skx"
4758 #  algorithm: "table_merged_details"
4759 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
4760 #  columns:
4761 #  - title: " |prein| Test Name |preout| "
4762 #    data: "data name"
4763 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4764 #    data: "data conf-history"
4765 #  data: "vpp-perf-results-2n-skx"
4766 #  filter: "all"
4767 #  parameters:
4768 #  - "parent"
4769 #  - "name"
4770 #  - "conf-history"
4771
4772 # Test configuration - VPP Performance Test Configs 2n-clx
4773 - type: "table"
4774   title: "Test configuration - VPP Performance Test Configs 2n-clx"
4775   algorithm: "table_merged_details"
4776   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_test_configuration_2n_clx"
4777   columns:
4778   - title: " |prein| Test Name |preout| "
4779     data: "data name"
4780   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4781     data: "data conf-history"
4782   data: "vpp-perf-results-2n-clx"
4783   filter: "all"
4784   parameters:
4785   - "parent"
4786   - "name"
4787   - "conf-history"
4788
4789 # Test configuration - VPP Performance Test Configs 3n-tsh
4790 - type: "table"
4791   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4792   algorithm: "table_merged_details"
4793   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
4794   columns:
4795   - title: " |prein| Test Name |preout| "
4796     data: "data name"
4797   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4798     data: "data conf-history"
4799   data: "vpp-perf-results-3n-tsh"
4800   filter: "all"
4801   parameters:
4802   - "parent"
4803   - "name"
4804   - "conf-history"
4805
4806 # Test configuration - VPP Performance Test Configs 3n-dnv
4807 - type: "table"
4808   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
4809   algorithm: "table_merged_details"
4810   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_test_configuration_3n_dnv"
4811   columns:
4812   - title: " |prein| Test Name |preout| "
4813     data: "data name"
4814   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4815     data: "data conf-history"
4816   data: "vpp-perf-results-3n-dnv"
4817   filter: "all"
4818   parameters:
4819   - "parent"
4820   - "name"
4821   - "conf-history"
4822
4823 # Test configuration - VPP Performance Test Configs 2n-dnv
4824 - type: "table"
4825   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
4826   algorithm: "table_merged_details"
4827   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
4828   columns:
4829   - title: " |prein| Test Name |preout| "
4830     data: "data name"
4831   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4832     data: "data conf-history"
4833   data: "vpp-perf-results-2n-dnv"
4834   filter: "all"
4835   parameters:
4836   - "parent"
4837   - "name"
4838   - "conf-history"
4839
4840 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4841 - type: "table"
4842   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4843   algorithm: "table_oper_data_html"
4844   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
4845   data: "vpp-perf-results-3n-hsw"
4846   filter: "all"
4847
4848 ## Test Operational Data - VPP Performance Operational Data 3n-skx
4849 #- type: "table"
4850 #  title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4851 #  algorithm: "table_oper_data_html"
4852 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
4853 #  data: "vpp-perf-results-3n-skx"
4854 #  filter: "all"
4855 #
4856 ## Test Operational Data - VPP Performance Operational Data 2n-skx
4857 #- type: "table"
4858 #  title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
4859 #  algorithm: "table_oper_data_html"
4860 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
4861 #  data: "vpp-perf-results-2n-skx"
4862 #  filter: "all"
4863
4864 # Test Operational Data - VPP Performance Operational Data 2n-clx
4865 - type: "table"
4866   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
4867   algorithm: "table_oper_data_html"
4868   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_test_operational_2n_clx"
4869   data: "vpp-perf-results-2n-clx"
4870   filter: "all"
4871
4872 # Test Operational Data - VPP Performance Operational Data 3n-tsh
4873 - type: "table"
4874   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
4875   algorithm: "table_oper_data_html"
4876   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
4877   data: "vpp-perf-results-3n-tsh"
4878   filter: "all"
4879
4880 # Test Operational Data - VPP Performance Operational Data 3n-dnv
4881 - type: "table"
4882   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
4883   algorithm: "table_oper_data_html"
4884   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_test_operational_3n_dnv"
4885   data: "vpp-perf-results-3n-dnv"
4886   filter: "all"
4887
4888 # Test Operational Data - VPP Performance Operational Data 2n-dnv
4889 - type: "table"
4890   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
4891   algorithm: "table_oper_data_html"
4892   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
4893   data: "vpp-perf-results-2n-dnv"
4894   filter: "all"
4895
4896 # Detailed Test Results - VPP MRR Results 3n-hsw
4897 - type: "table"
4898   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
4899   algorithm: "table_merged_details"
4900   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4901   columns:
4902   - title: " |prein| Test Name |preout| "
4903     data: "data name"
4904   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4905     data: "data msg"
4906   data: "vpp-mrr-results-3n-hsw"
4907   filter: "all"
4908   parameters:
4909   - "name"
4910   - "parent"
4911   - "msg"
4912
4913 ## Detailed Test Results - VPP MRR Results 3n-skx
4914 #- type: "table"
4915 #  title: "Detailed Test Results - VPP MRR Results 3n-skx"
4916 #  algorithm: "table_merged_details"
4917 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4918 #  columns:
4919 #  - title: " |prein| Test Name |preout| "
4920 #    data: "data name"
4921 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4922 #    data: "data msg"
4923 #  data: "vpp-mrr-results-3n-skx"
4924 #  filter: "all"
4925 #  parameters:
4926 #  - "name"
4927 #  - "parent"
4928 #  - "msg"
4929 #
4930 ## Detailed Test Results - VPP MRR Results 2n-skx
4931 #- type: "table"
4932 #  title: "Detailed Test Results - VPP MRR Results 2n-skx"
4933 #  algorithm: "table_merged_details"
4934 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4935 #  columns:
4936 #  - title: " |prein| Test Name |preout| "
4937 #    data: "data name"
4938 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4939 #    data: "data msg"
4940 #  data: "vpp-mrr-results-2n-skx"
4941 #  filter: "all"
4942 #  parameters:
4943 #  - "name"
4944 #  - "parent"
4945 #  - "msg"
4946
4947 # Detailed Test Results - VPP MRR Results 2n-clx
4948 - type: "table"
4949   title: "Detailed Test Results - VPP MRR Results 2n-clx"
4950   algorithm: "table_merged_details"
4951   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
4952   columns:
4953   - title: " |prein| Test Name |preout| "
4954     data: "data name"
4955   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4956     data: "data msg"
4957   data: "vpp-mrr-results-2n-clx"
4958   filter: "all"
4959   parameters:
4960   - "name"
4961   - "parent"
4962   - "msg"
4963
4964 # Detailed Test Results - VPP MRR Results 3n-tsh
4965 - type: "table"
4966   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
4967   algorithm: "table_merged_details"
4968   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
4969   columns:
4970   - title: " |prein| Test Name |preout| "
4971     data: "data name"
4972   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4973     data: "data msg"
4974   data: "vpp-mrr-results-3n-tsh"
4975   filter: "all"
4976   parameters:
4977   - "name"
4978   - "parent"
4979   - "msg"
4980
4981 # Detailed Test Results - VPP MRR Results 3n-dnv
4982 - type: "table"
4983   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
4984   algorithm: "table_merged_details"
4985   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
4986   columns:
4987   - title: " |prein| Test Name |preout| "
4988     data: "data name"
4989   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4990     data: "data msg"
4991   data: "vpp-mrr-results-3n-dnv"
4992   filter: "all"
4993   parameters:
4994   - "name"
4995   - "parent"
4996   - "msg"
4997
4998 # Detailed Test Results - VPP MRR Results 2n-dnv
4999 - type: "table"
5000   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5001   algorithm: "table_merged_details"
5002   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
5003   columns:
5004   - title: " |prein| Test Name |preout| "
5005     data: "data name"
5006   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5007     data: "data msg"
5008   data: "vpp-mrr-results-2n-dnv"
5009   filter: "all"
5010   parameters:
5011   - "name"
5012   - "parent"
5013   - "msg"
5014
5015 # Test configuration - VPP MRR Test Configs 3n-hsw
5016 - type: "table"
5017   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5018   algorithm: "table_merged_details"
5019   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
5020   columns:
5021   - title: " |prein| Test Name |preout| "
5022     data: "data name"
5023   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5024     data: "data conf-history"
5025   data: "vpp-mrr-results-3n-hsw"
5026   filter: "all"
5027   parameters:
5028   - "parent"
5029   - "name"
5030   - "conf-history"
5031
5032 ## Test configuration - VPP MRR Test Configs 3n-skx
5033 #- type: "table"
5034 #  title: "Test configuration - VPP MRR Test Configs 3n-skx"
5035 #  algorithm: "table_merged_details"
5036 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
5037 #  columns:
5038 #  - title: " |prein| Test Name |preout| "
5039 #    data: "data name"
5040 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5041 #    data: "data conf-history"
5042 #  data: "vpp-mrr-results-3n-skx"
5043 #  filter: "all"
5044 #  parameters:
5045 #  - "parent"
5046 #  - "name"
5047 #  - "conf-history"
5048 #
5049 ## Test configuration - VPP MRR Test Configs 2n-skx
5050 #- type: "table"
5051 #  title: "Test configuration - VPP MRR Test Configs 2n-skx"
5052 #  algorithm: "table_merged_details"
5053 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
5054 #  columns:
5055 #  - title: " |prein| Test Name |preout| "
5056 #    data: "data name"
5057 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5058 #    data: "data conf-history"
5059 #  data: "vpp-mrr-results-2n-skx"
5060 #  filter: "all"
5061 #  parameters:
5062 #  - "parent"
5063 #  - "name"
5064 #  - "conf-history"
5065
5066 # Test configuration - VPP MRR Test Configs 2n-clx
5067 - type: "table"
5068   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5069   algorithm: "table_merged_details"
5070   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_test_configuration_2n_clx"
5071   columns:
5072   - title: " |prein| Test Name |preout| "
5073     data: "data name"
5074   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5075     data: "data conf-history"
5076   data: "vpp-mrr-results-2n-clx"
5077   filter: "all"
5078   parameters:
5079   - "parent"
5080   - "name"
5081   - "conf-history"
5082
5083 # Test configuration - VPP MRR Test Configs 3n-tsh
5084 - type: "table"
5085   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5086   algorithm: "table_merged_details"
5087   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
5088   columns:
5089   - title: " |prein| Test Name |preout| "
5090     data: "data name"
5091   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5092     data: "data conf-history"
5093   data: "vpp-mrr-results-3n-tsh"
5094   filter: "all"
5095   parameters:
5096   - "parent"
5097   - "name"
5098   - "conf-history"
5099
5100 # Test configuration - VPP MRR Test Configs 3n-dnv
5101 - type: "table"
5102   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5103   algorithm: "table_merged_details"
5104   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_test_configuration_3n_dnv"
5105   columns:
5106   - title: " |prein| Test Name |preout| "
5107     data: "data name"
5108   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5109     data: "data conf-history"
5110   data: "vpp-mrr-results-3n-dnv"
5111   filter: "all"
5112   parameters:
5113   - "parent"
5114   - "name"
5115   - "conf-history"
5116
5117 # Test configuration - VPP MRR Test Configs 2n-dnv
5118 - type: "table"
5119   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5120   algorithm: "table_merged_details"
5121   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
5122   columns:
5123   - title: " |prein| Test Name |preout| "
5124     data: "data name"
5125   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5126     data: "data conf-history"
5127   data: "vpp-mrr-results-2n-dnv"
5128   filter: "all"
5129   parameters:
5130   - "parent"
5131   - "name"
5132   - "conf-history"
5133
5134 # Detailed Test Results - VPP Device Results - Ubuntu
5135 - type: "table"
5136   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5137   algorithm: "table_merged_details"
5138   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5139   columns:
5140   - title: " |prein| Test Name |preout| "
5141     data: "data name"
5142   - title: " |prein| Status |preout| "
5143     data: "data status"
5144   data: "vpp-device-results-ubuntu"
5145   filter: "all"
5146   parameters:
5147   - "name"
5148   - "parent"
5149   - "doc"
5150   - "status"
5151
5152 # Test configuration - VPP Device Test Configs - Ubuntu
5153 - type: "table"
5154   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5155   algorithm: "table_merged_details"
5156   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5157   columns:
5158   - title: " |prein| Test Name |preout| "
5159     data: "data name"
5160   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5161     data: "data conf-history"
5162   data: "vpp-device-results-ubuntu"
5163   filter: "all"
5164   parameters:
5165   - "parent"
5166   - "name"
5167   - "conf-history"
5168
5169 ################################################################################
5170
5171 # DPDK Performance Changes 3n-hsw 1t1c pdr
5172 - type: "table"
5173   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5174   algorithm: "table_perf_comparison"
5175   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5176   history:
5177     - title: "rls1904"
5178       data: "dpdk-performance-changes-3n-hsw-h1"
5179   reference:
5180     title: "rls1908"
5181     data: "dpdk-performance-changes-3n-hsw-ref"
5182   compare:
5183     title: "rls2001"
5184     data: "dpdk-performance-changes-3n-hsw-cmp"
5185   data: "dpdk-performance-changes-3n-hsw"
5186   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5187   filter: "'1T1C' and 'NDRPDR'"
5188   parameters:
5189   - "name"
5190   - "parent"
5191   - "throughput"
5192
5193 # DPDK Performance Changes 3n-hsw 2t2c pdr
5194 - type: "table"
5195   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5196   algorithm: "table_perf_comparison"
5197   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5198   history:
5199     - title: "rls1904"
5200       data: "dpdk-performance-changes-3n-hsw-h1"
5201   reference:
5202     title: "rls1908"
5203     data: "dpdk-performance-changes-3n-hsw-ref"
5204   compare:
5205     title: "rls2001"
5206     data: "dpdk-performance-changes-3n-hsw-cmp"
5207   data: "dpdk-performance-changes-3n-hsw"
5208   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5209   filter: "'2T2C' and 'NDRPDR'"
5210   parameters:
5211   - "name"
5212   - "parent"
5213   - "throughput"
5214
5215 # DPDK Performance Changes 3n-hsw 1t1c ndr
5216 - type: "table"
5217   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5218   algorithm: "table_perf_comparison"
5219   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5220   history:
5221     - title: "rls1904"
5222       data: "dpdk-performance-changes-3n-hsw-h1"
5223   reference:
5224     title: "rls1908"
5225     data: "dpdk-performance-changes-3n-hsw-ref"
5226   compare:
5227     title: "rls2001"
5228     data: "dpdk-performance-changes-3n-hsw-cmp"
5229   data: "dpdk-performance-changes-3n-hsw"
5230   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5231   filter: "'1T1C' and 'NDRPDR'"
5232   parameters:
5233   - "name"
5234   - "parent"
5235   - "throughput"
5236
5237 # DPDK Performance Changes 3n-hsw 2t2c ndr
5238 - type: "table"
5239   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5240   algorithm: "table_perf_comparison"
5241   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5242   history:
5243     - title: "rls1904"
5244       data: "dpdk-performance-changes-3n-hsw-h1"
5245   reference:
5246     title: "rls1908"
5247     data: "dpdk-performance-changes-3n-hsw-ref"
5248   compare:
5249     title: "rls2001"
5250     data: "dpdk-performance-changes-3n-hsw-cmp"
5251   data: "dpdk-performance-changes-3n-hsw"
5252   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5253   filter: "'2T2C' and 'NDRPDR'"
5254   parameters:
5255   - "name"
5256   - "parent"
5257   - "throughput"
5258
5259 ## DPDK Performance Changes 3n-skx 2t1c pdr
5260 #- type: "table"
5261 #  title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5262 #  algorithm: "table_perf_comparison"
5263 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5264 #  history:
5265 #    - title: "rls1904"
5266 #      data: "dpdk-performance-changes-3n-skx-h1"
5267 #  reference:
5268 #    title: "rls1908"
5269 #    data: "dpdk-performance-changes-3n-skx-ref"
5270 #  compare:
5271 #    title: "rls2001"
5272 #    data: "dpdk-performance-changes-3n-skx-cmp"
5273 #  data: "dpdk-performance-changes-3n-skx"
5274 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5275 #  filter: "'2T1C' and 'NDRPDR'"
5276 #  parameters:
5277 #  - "name"
5278 #  - "parent"
5279 #  - "throughput"
5280 #
5281 ## DPDK Performance Changes 3n-skx 4t2c pdr
5282 #- type: "table"
5283 #  title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5284 #  algorithm: "table_perf_comparison"
5285 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5286 #  history:
5287 #    - title: "rls1904"
5288 #      data: "dpdk-performance-changes-3n-skx-h1"
5289 #  reference:
5290 #    title: "rls1908"
5291 #    data: "dpdk-performance-changes-3n-skx-ref"
5292 #  compare:
5293 #    title: "rls2001"
5294 #    data: "dpdk-performance-changes-3n-skx-cmp"
5295 #  data: "dpdk-performance-changes-3n-skx"
5296 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5297 #  filter: "'4T2C' and 'NDRPDR'"
5298 #  parameters:
5299 #  - "name"
5300 #  - "parent"
5301 #  - "throughput"
5302 #
5303 ## DPDK Performance Changes 3n-skx 2t1c ndr
5304 #- type: "table"
5305 #  title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5306 #  algorithm: "table_perf_comparison"
5307 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5308 #  history:
5309 #    - title: "rls1904"
5310 #      data: "dpdk-performance-changes-3n-skx-h1"
5311 #  reference:
5312 #    title: "rls1908"
5313 #    data: "dpdk-performance-changes-3n-skx-ref"
5314 #  compare:
5315 #    title: "rls2001"
5316 #    data: "dpdk-performance-changes-3n-skx-cmp"
5317 #  data: "dpdk-performance-changes-3n-skx"
5318 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5319 #  filter: "'2T1C' and 'NDRPDR'"
5320 #  parameters:
5321 #  - "name"
5322 #  - "parent"
5323 #  - "throughput"
5324 #
5325 ## DPDK Performance Changes 3n-skx 4t2c ndr
5326 #- type: "table"
5327 #  title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5328 #  algorithm: "table_perf_comparison"
5329 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5330 #  history:
5331 #    - title: "rls1904"
5332 #      data: "dpdk-performance-changes-3n-skx-h1"
5333 #  reference:
5334 #    title: "rls1908"
5335 #    data: "dpdk-performance-changes-3n-skx-ref"
5336 #  compare:
5337 #    title: "rls2001"
5338 #    data: "dpdk-performance-changes-3n-skx-cmp"
5339 #  data: "dpdk-performance-changes-3n-skx"
5340 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5341 #  filter: "'4T2C' and 'NDRPDR'"
5342 #  parameters:
5343 #  - "name"
5344 #  - "parent"
5345 #  - "throughput"
5346 #
5347 ## DPDK Performance Changes 2n-skx 2t1c pdr
5348 #- type: "table"
5349 #  title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5350 #  algorithm: "table_perf_comparison"
5351 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5352 #  history:
5353 #    - title: "rls1904"
5354 #      data: "dpdk-performance-changes-2n-skx-h1"
5355 #  reference:
5356 #    title: "rls1908"
5357 #    data: "dpdk-performance-changes-2n-skx-ref"
5358 #  compare:
5359 #    title: "rls2001"
5360 #    data: "dpdk-performance-changes-2n-skx-cmp"
5361 #  data: "dpdk-performance-changes-2n-skx"
5362 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5363 #  filter: "'2T1C' and 'NDRPDR'"
5364 #  parameters:
5365 #  - "name"
5366 #  - "parent"
5367 #  - "throughput"
5368 #
5369 ## DPDK Performance Changes 2n-skx 4t2c pdr
5370 #- type: "table"
5371 #  title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5372 #  algorithm: "table_perf_comparison"
5373 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5374 #  history:
5375 #    - title: "rls1904"
5376 #      data: "dpdk-performance-changes-2n-skx-h1"
5377 #  reference:
5378 #    title: "rls1908"
5379 #    data: "dpdk-performance-changes-2n-skx-ref"
5380 #  compare:
5381 #    title: "rls2001"
5382 #    data: "dpdk-performance-changes-2n-skx-cmp"
5383 #  data: "dpdk-performance-changes-2n-skx"
5384 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5385 #  filter: "'4T2C' and 'NDRPDR'"
5386 #  parameters:
5387 #  - "name"
5388 #  - "parent"
5389 #  - "throughput"
5390 #
5391 ## DPDK Performance Changes 2n-skx 2t1c ndr
5392 #- type: "table"
5393 #  title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5394 #  algorithm: "table_perf_comparison"
5395 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5396 #  history:
5397 #    - title: "rls1904"
5398 #      data: "dpdk-performance-changes-2n-skx-h1"
5399 #  reference:
5400 #    title: "rls1908"
5401 #    data: "dpdk-performance-changes-2n-skx-ref"
5402 #  compare:
5403 #    title: "rls2001"
5404 #    data: "dpdk-performance-changes-2n-skx-cmp"
5405 #  data: "dpdk-performance-changes-2n-skx"
5406 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5407 #  filter: "'2T1C' and 'NDRPDR'"
5408 #  parameters:
5409 #  - "name"
5410 #  - "parent"
5411 #  - "throughput"
5412 #
5413 ## DPDK Performance Changes 2n-skx 4t2c ndr
5414 #- type: "table"
5415 #  title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5416 #  algorithm: "table_perf_comparison"
5417 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5418 #  history:
5419 #    - title: "rls1904"
5420 #      data: "dpdk-performance-changes-2n-skx-h1"
5421 #  reference:
5422 #    title: "rls1908"
5423 #    data: "dpdk-performance-changes-2n-skx-ref"
5424 #  compare:
5425 #    title: "rls2001"
5426 #    data: "dpdk-performance-changes-2n-skx-cmp"
5427 #  data: "dpdk-performance-changes-2n-skx"
5428 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5429 #  filter: "'4T2C' and 'NDRPDR'"
5430 #  parameters:
5431 #  - "name"
5432 #  - "parent"
5433 #  - "throughput"
5434 #
5435 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5436 #- type: "table"
5437 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5438 #  algorithm: "table_perf_comparison"
5439 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5440 #  reference:
5441 #    title: "3-Node Hsw"
5442 #    data: "dpdk-compare-testbeds-ref"
5443 #  compare:
5444 #    title: "3-Node Skx"
5445 #    data: "dpdk-compare-testbeds-cmp"
5446 #  data: "dpdk-compare-testbeds"
5447 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5448 #  filter: "'NIC_Intel-X710'"
5449 #  parameters:
5450 #  - "name"
5451 #  - "parent"
5452 #  - "throughput"
5453 #
5454 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5455 #- type: "table"
5456 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5457 #  algorithm: "table_perf_comparison"
5458 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5459 #  reference:
5460 #    title: "3-Node Hsw"
5461 #    data: "dpdk-compare-testbeds-ref"
5462 #  compare:
5463 #    title: "3-Node Skx"
5464 #    data: "dpdk-compare-testbeds-cmp"
5465 #  data: "dpdk-compare-testbeds"
5466 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5467 #  filter: "'NIC_Intel-X710'"
5468 #  parameters:
5469 #  - "name"
5470 #  - "parent"
5471 #  - "throughput"
5472 #
5473 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5474 #- type: "table"
5475 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5476 #  algorithm: "table_perf_comparison"
5477 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5478 #  reference:
5479 #    title: "2-Node Skx"
5480 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5481 #  compare:
5482 #    title: "2-Node Clx"
5483 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5484 #  data: "dpdk-compare-testbeds-skx-clx"
5485 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5486 #  filter: "all"
5487 #  parameters:
5488 #  - "name"
5489 #  - "parent"
5490 #  - "throughput"
5491 #
5492 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5493 #- type: "table"
5494 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5495 #  algorithm: "table_perf_comparison"
5496 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5497 #  reference:
5498 #    title: "2-Node Skx"
5499 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5500 #  compare:
5501 #    title: "2-Node Clx"
5502 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5503 #  data: "dpdk-compare-testbeds-skx-clx"
5504 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5505 #  filter: "all"
5506 #  parameters:
5507 #  - "name"
5508 #  - "parent"
5509 #  - "throughput"
5510 #
5511 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5512 #- type: "table"
5513 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5514 #  algorithm: "table_perf_comparison"
5515 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5516 #  reference:
5517 #    title: "3-Node Skx"
5518 #    data: "dpdk-compare-topologies-ref"
5519 #  compare:
5520 #    title: "2-Node Skx"
5521 #    data: "dpdk-compare-topologies-cmp"
5522 #  data: "dpdk-compare-topologies"
5523 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5524 #  filter: "all"
5525 #  parameters:
5526 #  - "name"
5527 #  - "parent"
5528 #  - "throughput"
5529 #
5530 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5531 #- type: "table"
5532 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5533 #  algorithm: "table_perf_comparison"
5534 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5535 #  reference:
5536 #    title: "3-Node Skx"
5537 #    data: "dpdk-compare-topologies-ref"
5538 #  compare:
5539 #    title: "2-Node Skx"
5540 #    data: "dpdk-compare-topologies-cmp"
5541 #  data: "dpdk-compare-topologies"
5542 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5543 #  filter: "all"
5544 #  parameters:
5545 #  - "name"
5546 #  - "parent"
5547 #  - "throughput"
5548
5549 # Detailed Test Results - DPDK Performance Results 3n-hsw
5550 - type: "table"
5551   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5552   algorithm: "table_merged_details"
5553   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5554   columns:
5555   - title: " |prein| Test Name |preout| "
5556     data: "data name"
5557   - title: " |prein| Throughput: |br| 1. Mpps      Gbps (NDR) |br| 2. Mpps      Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5558     data: "data msg"
5559   data: "dpdk-perf-results-3n-hsw"
5560   filter: "all"
5561   parameters:
5562   - "name"
5563   - "parent"
5564   - "msg"
5565
5566 ## Detailed Test Results - DPDK Performance Results 3n-skx
5567 #- type: "table"
5568 #  title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5569 #  algorithm: "table_merged_details"
5570 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5571 #  columns:
5572 #  - title: " |prein| Test Name |preout| "
5573 #    data: "data name"
5574 #  - title: " |prein| Throughput: |br| 1. Mpps      Gbps (NDR) |br| 2. Mpps      Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5575 #    data: "data msg"
5576 #  data: "dpdk-perf-results-3n-skx"
5577 #  filter: "all"
5578 #  parameters:
5579 #  - "name"
5580 #  - "parent"
5581 #  - "msg"
5582 #
5583 ## Detailed Test Results - DPDK Performance Results 2n-skx
5584 #- type: "table"
5585 #  title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5586 #  algorithm: "table_merged_details"
5587 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5588 #  columns:
5589 #  - title: " |prein| Test Name |preout| "
5590 #    data: "data name"
5591 #  - title: " |prein| Throughput: |br| 1. Mpps      Gbps (NDR) |br| 2. Mpps      Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5592 #    data: "data msg"
5593 #  data: "dpdk-perf-results-2n-skx"
5594 #  filter: "all"
5595 #  parameters:
5596 #  - "name"
5597 #  - "parent"
5598 #  - "msg"
5599
5600 # Detailed Test Results - DPDK Performance Results 2n-clx
5601 - type: "table"
5602   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5603   algorithm: "table_merged_details"
5604   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5605   columns:
5606   - title: " |prein| Test Name |preout| "
5607     data: "data name"
5608   - title: " |prein| Throughput: |br| 1. Mpps      Gbps (NDR) |br| 2. Mpps      Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5609     data: "data msg"
5610   data: "dpdk-perf-results-2n-clx"
5611   filter: "all"
5612   parameters:
5613   - "name"
5614   - "parent"
5615   - "msg"
5616
5617 # Detailed Test Results - DPDK Performance Results 2n-dnv
5618 - type: "table"
5619   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5620   algorithm: "table_merged_details"
5621   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5622   columns:
5623   - title: " |prein| Test Name |preout| "
5624     data: "data name"
5625   - title: " |prein| Throughput: |br| 1. Mpps      Gbps (NDR) |br| 2. Mpps      Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5626     data: "data msg"
5627   data: "dpdk-perf-results-2n-dnv"
5628   filter: "all"
5629   parameters:
5630   - "name"
5631   - "parent"
5632   - "msg"
5633
5634 # Detailed Test Results - DPDK Performance Results 3n-dnv
5635 - type: "table"
5636   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5637   algorithm: "table_merged_details"
5638   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5639   columns:
5640   - title: " |prein| Test Name |preout| "
5641     data: "data name"
5642   - title: " |prein| Throughput: |br| 1. Mpps      Gbps (NDR) |br| 2. Mpps      Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5643     data: "data msg"
5644   data: "dpdk-perf-results-3n-dnv"
5645   filter: "all"
5646   parameters:
5647   - "name"
5648   - "parent"
5649   - "msg"
5650
5651 # Detailed Test Results - DPDK Performance Results 3n-tsh
5652 - type: "table"
5653   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
5654   algorithm: "table_merged_details"
5655   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5656   columns:
5657   - title: " |prein| Test Name |preout| "
5658     data: "data name"
5659   - title: " |prein| Throughput: |br| 1. Mpps      Gbps (NDR) |br| 2. Mpps      Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5660     data: "data msg"
5661   data: "dpdk-perf-results-3n-tsh"
5662   filter: "all"
5663   parameters:
5664   - "name"
5665   - "parent"
5666   - "msg"
5667
5668 ################################################################################
5669 ###                                F I L E S                                 ###
5670 ################################################################################
5671
5672 # VPP Performance Results
5673 - type: "file"
5674   title: "VPP Performance Results"
5675   algorithm: "file_details_split"
5676   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
5677   dir-tables:
5678 #    - "{DIR[DTR,PERF,VPP,2N,SKX]}"
5679 #    - "{DIR[DTR,PERF,VPP,3N,SKX]}"
5680     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
5681     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
5682     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
5683     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
5684     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
5685   data:
5686 #    - "vpp-perf-results-2n-skx"
5687 #    - "vpp-perf-results-3n-skx"
5688     - "vpp-perf-results-2n-clx"
5689     - "vpp-perf-results-3n-hsw"
5690     - "vpp-perf-results-3n-tsh"
5691     - "vpp-perf-results-2n-dnv"
5692     - "vpp-perf-results-3n-dnv"
5693   filter: "all"
5694   data-start-level: 4
5695   order-chapters:
5696     - "l2"
5697     - "ip4"
5698     - "ip6"
5699     - "srv6"
5700     - "ip4_tunnels"
5701     - "ip6_tunnels"
5702     - "vm_vhost"
5703     - "container_memif"
5704     - "crypto"
5705     - "vts"
5706     - "lb"
5707     - "nfv_density"
5708     - "hoststack"
5709   order-sub-chapters:
5710     - "2n-skx"
5711     - "3n-skx"
5712     - "2n-clx"
5713     - "3n-hsw"
5714     - "3n-tsh"
5715     - "2n-dnv"
5716     - "3n-dnv"
5717
5718 # VPP Performance Configuration
5719 - type: "file"
5720   title: "VPP Performance Configuration"
5721   algorithm: "file_details_split"
5722   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
5723   dir-tables:
5724 #    - "{DIR[DTC,PERF,VPP,2N,SKX]}"
5725 #    - "{DIR[DTC,PERF,VPP,3N,SKX]}"
5726     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
5727     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
5728     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
5729     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
5730     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
5731   data:
5732 #    - "vpp-perf-results-2n-skx"
5733 #    - "vpp-perf-results-3n-skx"
5734     - "vpp-perf-results-2n-clx"
5735     - "vpp-perf-results-3n-hsw"
5736     - "vpp-perf-results-3n-tsh"
5737     - "vpp-perf-results-2n-dnv"
5738     - "vpp-perf-results-3n-dnv"
5739   filter: "all"
5740   data-start-level: 4
5741   order-chapters:
5742     - "l2"
5743     - "ip4"
5744     - "ip6"
5745     - "srv6"
5746     - "ip4_tunnels"
5747     - "ip6_tunnels"
5748     - "vm_vhost"
5749     - "container_memif"
5750     - "crypto"
5751     - "vts"
5752     - "lb"
5753     - "nfv_density"
5754     - "hoststack"
5755   order-sub-chapters:
5756     - "2n-skx"
5757     - "3n-skx"
5758     - "2n-clx"
5759     - "3n-hsw"
5760     - "3n-tsh"
5761     - "2n-dnv"
5762     - "3n-dnv"
5763
5764 # VPP Performance Operational
5765 - type: "file"
5766   title: "VPP Performance Operational"
5767   algorithm: "file_details_split_html"
5768   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
5769   dir-tables:
5770 #    - "{DIR[DTO,PERF,VPP,2N,SKX]}"
5771 #    - "{DIR[DTO,PERF,VPP,3N,SKX]}"
5772     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
5773     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
5774     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
5775     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
5776     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
5777   data:
5778 #    - "vpp-perf-results-2n-skx"
5779 #    - "vpp-perf-results-3n-skx"
5780     - "vpp-perf-results-2n-clx"
5781     - "vpp-perf-results-3n-hsw"
5782     - "vpp-perf-results-3n-tsh"
5783     - "vpp-perf-results-2n-dnv"
5784     - "vpp-perf-results-3n-dnv"
5785   filter: "all"
5786   data-start-level: 4
5787   order-chapters:
5788     - "l2"
5789     - "ip4"
5790     - "ip6"
5791     - "srv6"
5792     - "ip4_tunnels"
5793     - "ip6_tunnels"
5794     - "vm_vhost"
5795     - "container_memif"
5796     - "crypto"
5797     - "vts"
5798     - "lb"
5799     - "nfv_density"
5800     - "hoststack"
5801   order-sub-chapters:
5802     - "2n-skx"
5803     - "3n-skx"
5804     - "2n-clx"
5805     - "3n-hsw"
5806     - "3n-tsh"
5807     - "2n-dnv"
5808     - "3n-dnv"
5809
5810 # VPP MRR Results
5811 - type: "file"
5812   title: "VPP MRR Results"
5813   algorithm: "file_details_split"
5814   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
5815   dir-tables:
5816 #    - "{DIR[DTR,MRR,VPP,2N,SKX]}"
5817 #    - "{DIR[DTR,MRR,VPP,3N,SKX]}"
5818     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
5819     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
5820     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
5821     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
5822     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
5823   data:
5824 #    - "vpp-mrr-results-2n-skx"
5825 #    - "vpp-mrr-results-3n-skx"
5826     - "vpp-mrr-results-2n-clx"
5827     - "vpp-mrr-results-3n-hsw"
5828     - "vpp-mrr-results-3n-tsh"
5829     - "vpp-mrr-results-2n-dnv"
5830     - "vpp-mrr-results-3n-dnv"
5831   filter: "all"
5832   data-start-level: 4
5833   order-chapters:
5834     - "l2"
5835     - "ip4"
5836     - "ip6"
5837     - "srv6"
5838     - "ip4_tunnels"
5839     - "ip6_tunnels"
5840     - "vm_vhost"
5841     - "container_memif"
5842     - "crypto"
5843     - "vts"
5844     - "lb"
5845     - "nfv_density"
5846     - "hoststack"
5847   order-sub-chapters:
5848     - "2n-skx"
5849     - "3n-skx"
5850     - "2n-clx"
5851     - "3n-hsw"
5852     - "3n-tsh"
5853     - "2n-dnv"
5854     - "3n-dnv"
5855
5856 # VPP MRR Configuration
5857 - type: "file"
5858   title: "VPP MRR Configuration"
5859   algorithm: "file_details_split"
5860   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
5861   dir-tables:
5862 #    - "{DIR[DTC,MRR,VPP,2N,SKX]}"
5863 #    - "{DIR[DTC,MRR,VPP,3N,SKX]}"
5864     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
5865     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
5866     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
5867     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
5868     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
5869   data:
5870 #    - "vpp-mrr-results-2n-skx"
5871 #    - "vpp-mrr-results-3n-skx"
5872     - "vpp-mrr-results-2n-clx"
5873     - "vpp-mrr-results-3n-hsw"
5874     - "vpp-mrr-results-3n-tsh"
5875     - "vpp-mrr-results-2n-dnv"
5876     - "vpp-mrr-results-3n-dnv"
5877   filter: "all"
5878   data-start-level: 4
5879   order-chapters:
5880     - "l2"
5881     - "ip4"
5882     - "ip6"
5883     - "srv6"
5884     - "ip4_tunnels"
5885     - "ip6_tunnels"
5886     - "vm_vhost"
5887     - "container_memif"
5888     - "crypto"
5889     - "vts"
5890     - "lb"
5891     - "nfv_density"
5892     - "hoststack"
5893   order-sub-chapters:
5894     - "2n-skx"
5895     - "3n-skx"
5896     - "2n-clx"
5897     - "3n-hsw"
5898     - "3n-tsh"
5899     - "2n-dnv"
5900     - "3n-dnv"
5901
5902 # VPP Device Results - Ubuntu
5903 - type: "file"
5904   title: "VPP Device Results - Ubuntu"
5905   algorithm: "file_test_results"
5906   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5907   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5908   data: "vpp-device-results-ubuntu"
5909   filter: "all"
5910   data-start-level: 4
5911
5912 # VPP Device Configuration - Ubuntu
5913 - type: "file"
5914   title: "VPP Device Configuration - Ubuntu"
5915   algorithm: "file_test_results"
5916   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5917   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5918   data: "vpp-device-results-ubuntu"
5919   filter: "all"
5920   data-start-level: 4
5921
5922 # DPDK Performance Results 3n-hsw
5923 - type: "file"
5924   title: "DPDK Performance Results 3n-hsw"
5925   algorithm: "file_test_results"
5926   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5927   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5928   data: "dpdk-perf-results-3n-hsw"
5929   filter: "all"
5930   data-start-level: 4
5931
5932 ## DPDK Performance Results 3n-skx
5933 #- type: "file"
5934 #  title: "DPDK Performance Results 3n-skx"
5935 #  algorithm: "file_test_results"
5936 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5937 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5938 #  data: "dpdk-perf-results-3n-skx"
5939 #  filter: "all"
5940 #  data-start-level: 4
5941 #
5942 ## DPDK Performance Results 2n-skx
5943 #- type: "file"
5944 #  title: "DPDK Performance Results 2n-skx"
5945 #  algorithm: "file_test_results"
5946 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5947 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5948 #  data: "dpdk-perf-results-2n-skx"
5949 #  filter: "all"
5950 #  data-start-level: 4
5951
5952 # DPDK Performance Results 2n-clx
5953 - type: "file"
5954   title: "DPDK Performance Results 2n-clx"
5955   algorithm: "file_test_results"
5956   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5957   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5958   data: "dpdk-perf-results-2n-clx"
5959   filter: "all"
5960   data-start-level: 4
5961
5962 # DPDK Performance Results 2n-dnv
5963 - type: "file"
5964   title: "DPDK Performance Results 2n-dnv"
5965   algorithm: "file_test_results"
5966   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
5967   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
5968   data: "dpdk-perf-results-2n-dnv"
5969   filter: "all"
5970   data-start-level: 4
5971
5972 # DPDK Performance Results 3n-dnv
5973 - type: "file"
5974   title: "DPDK Performance Results 3n-dnv"
5975   algorithm: "file_test_results"
5976   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
5977   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
5978   data: "dpdk-perf-results-3n-dnv"
5979   filter: "all"
5980   data-start-level: 4
5981
5982 # DPDK Performance Results 3n-tsh
5983 - type: "file"
5984   title: "DPDK Performance Results 3n-tsh"
5985   algorithm: "file_test_results"
5986   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
5987   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
5988   data: "dpdk-perf-results-3n-tsh"
5989   filter: "all"
5990   data-start-level: 4
5991
5992 ################################################################################
5993 ###                                P L O T S                                 ###
5994 ################################################################################
5995
5996 # Hoststack tests 3n-hsw
5997
5998 - type: "plot"
5999   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6000   algorithm: "plot_perf_box_name"
6001   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6002   data: "plot-vpp-hoststack-3n-hsw"
6003   include:
6004     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6005     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6006   layout:
6007     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6008     layout: "plot-hoststack"
6009
6010 - type: "plot"
6011   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6012   algorithm: "plot_perf_box_name"
6013   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6014   data: "plot-vpp-hoststack-3n-hsw"
6015   include:
6016     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6017     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6018   layout:
6019     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6020     layout: "plot-hoststack"
6021
6022 - type: "plot"
6023   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6024   algorithm: "plot_perf_box_name"
6025   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho-bps"
6026   data: "plot-vpp-hoststack-3n-hsw"
6027   include:
6028     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6029     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6030     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6031     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6032   layout:
6033     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6034     layout: "plot-hoststack"
6035
6036 ## Plots VPP HTTP Server Performance
6037 #- type: "plot"
6038 #  title: "VPP HTTP Server Performance"
6039 #  algorithm: "plot_http_server_perf_box"
6040 #  output-file-type: ".html"
6041 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6042 #  data:
6043 #    "plot-vpp-http-server-performance"
6044 #  # Keep this formatting, the filter is enclosed with " (quotation mark) and
6045 #  # each tag is enclosed with ' (apostrophe).
6046 #  filter: "'HTTP' and 'TCP_CPS'"
6047 #  parameters:
6048 #  - "result"
6049 #  - "name"
6050 #  traces:
6051 #    hoverinfo: "y+name"
6052 #    boxpoints: "outliers"
6053 #    whiskerwidth: 0
6054 #  layout:
6055 #    title: "VPP HTTP Server Performance"
6056 #    layout:
6057 #      "plot-cps"
6058 #
6059 #- type: "plot"
6060 #  title: "VPP HTTP Server Performance"
6061 #  algorithm: "plot_http_server_perf_box"
6062 #  output-file-type: ".html"
6063 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6064 #  data:
6065 #    "plot-vpp-http-server-performance"
6066 #  filter: "'HTTP' and 'TCP_RPS'"
6067 #  parameters:
6068 #  - "result"
6069 #  - "name"
6070 #  traces:
6071 #    hoverinfo: "y+name"
6072 #    boxpoints: "outliers"
6073 #    whiskerwidth: 0
6074 #  layout:
6075 #    title: "VPP HTTP Server Performance"
6076 #    layout:
6077 #      "plot-rps"
6078
6079 ################################################################################
6080
6081 ## Soak Test (PLRsearch), boxes
6082 #- type: "plot"
6083 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6084 #  algorithm: "plot_perf_box_name"
6085 #  output-file-type: ".html"
6086 #  output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6087 #  data: "plot-vpp-soak-2n-skx"
6088 #  include:
6089 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Soak.64B-2t1c-avf-eth-l2patch-soak"
6090 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6091 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6092 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Soak.64B-2t1c-eth-l2patch-soak"
6093 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6094 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6095 #  layout:
6096 #    title: "30 Minutes Soak Test (PLRsearch)"
6097 #    layout: "plot-soak-throughput"
6098 #
6099 ## Soak Test (PLRsearch), boxes
6100 #- type: "plot"
6101 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6102 #  algorithm: "plot_perf_box_name"
6103 #  output-file-type: ".html"
6104 #  output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6105 #  data: "plot-vpp-soak-2n-skx"
6106 #  include:
6107 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-soak"
6108 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6109 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6110 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6111 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6112 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6113 #  layout:
6114 #    title: "30 Minutes Soak Test (PLRsearch)"
6115 #    layout: "plot-soak-throughput"
6116
6117 ###############################################################################
6118
6119 # Reconf tests 2n-skx
6120
6121 #- type: "plot"
6122 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6123 #  algorithm: "plot_nf_reconf_box_name"
6124 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6125 #  data: "plot-vpp-nfv-reconf-2n-skx"
6126 #  include:
6127 #    - "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"
6128 #    - "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"
6129 #    - "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"
6130 #    - "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"
6131 #    - "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"
6132 #    - "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"
6133 #  layout:
6134 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6135 #    layout: "plot-throughput"
6136 #
6137 #- type: "plot"
6138 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6139 #  algorithm: "plot_nf_reconf_box_name"
6140 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6141 #  data: "plot-vpp-nfv-reconf-2n-skx"
6142 #  include:
6143 #    - "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"
6144 #    - "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"
6145 #    - "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"
6146 #    - "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"
6147 #    - "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"
6148 #    - "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"
6149 #  layout:
6150 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6151 #    layout: "plot-throughput"
6152 #
6153 #- type: "plot"
6154 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6155 #  algorithm: "plot_nf_reconf_box_name"
6156 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6157 #  data: "plot-vpp-nfv-reconf-2n-skx"
6158 #  include:
6159 #    - "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"
6160 #    - "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"
6161 #    - "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"
6162 #    - "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"
6163 #    - "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"
6164 #    - "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"
6165 #  layout:
6166 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6167 #    layout: "plot-throughput"
6168
6169 ###############################################################################
6170
6171 # Reconf tests 2n-clx
6172
6173 - type: "plot"
6174   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6175   algorithm: "plot_nf_reconf_box_name"
6176   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6177   data: "plot-vpp-nfv-reconf-2n-clx"
6178   include:
6179     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
6180     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
6181     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
6182     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
6183   layout:
6184     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6185     layout: "plot-throughput"
6186
6187 - type: "plot"
6188   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6189   algorithm: "plot_nf_reconf_box_name"
6190   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6191   data: "plot-vpp-nfv-reconf-2n-clx"
6192   include:
6193     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
6194     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
6195     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
6196     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
6197   layout:
6198     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6199     layout: "plot-throughput"
6200
6201 - type: "plot"
6202   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6203   algorithm: "plot_nf_reconf_box_name"
6204   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6205   data: "plot-vpp-nfv-reconf-2n-clx"
6206   include:
6207     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
6208     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
6209     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
6210     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
6211   layout:
6212     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6213     layout: "plot-throughput"
6214
6215 ################################################################################
6216 ## Plots - NF Density - VSC - MRR 64b
6217 #- type: "plot"
6218 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6219 #  algorithm: "plot_nf_heatmap"
6220 #  output-file-type: ".html"
6221 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6222 #  data: "plot-vpp-nfv-2n-skx-mrr"
6223 #  filter: "'NIC_Intel-XXV710' and
6224 #           'NF_DENSITY' and
6225 #           'VHOST' and
6226 #           not 'VXLAN' and
6227 #           'CHAIN' and
6228 #           'NF_VPPIP4' and
6229 #           '64B' and
6230 #           '2T1C' and
6231 #           'MRR'"
6232 #  parameters:
6233 #  - "result"
6234 #  - "name"
6235 #  - "tags"
6236 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6237 #  x-axis: "X = VNFs per Service Chain"
6238 #  y-axis: "Y = Number of Service Chains"
6239 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6240 #  layout:
6241 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6242 #    layout: "plot-service-density"
6243 #
6244 #- type: "plot"
6245 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6246 #  algorithm: "plot_nf_heatmap"
6247 #  output-file-type: ".html"
6248 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6249 #  data: "plot-vpp-nfv-2n-skx-mrr"
6250 #  filter: "'NIC_Intel-XXV710' and
6251 #           'NF_DENSITY' and
6252 #           'VHOST' and
6253 #           not 'VXLAN' and
6254 #           'CHAIN' and
6255 #           'NF_VPPIP4' and
6256 #           '64B' and
6257 #           '4T2C' and
6258 #           'MRR'"
6259 #  parameters:
6260 #  - "result"
6261 #  - "name"
6262 #  - "tags"
6263 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6264 #  x-axis: "X = VNFs per Service Chain"
6265 #  y-axis: "Y = Number of Service Chains"
6266 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6267 #  layout:
6268 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6269 #    layout: "plot-service-density"
6270 #
6271 #- type: "plot"
6272 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6273 #  algorithm: "plot_nf_heatmap"
6274 #  output-file-type: ".html"
6275 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6276 #  data: "plot-vpp-nfv-2n-skx-mrr"
6277 #  filter: "'NIC_Intel-XXV710' and
6278 #           'NF_DENSITY' and
6279 #           'VHOST' and
6280 #           not 'VXLAN' and
6281 #           'CHAIN' and
6282 #           'NF_VPPIP4' and
6283 #           '64B' and
6284 #           '8T4C' and
6285 #           'MRR'"
6286 #  parameters:
6287 #  - "result"
6288 #  - "name"
6289 #  - "tags"
6290 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6291 #  x-axis: "X = VNFs per Service Chain"
6292 #  y-axis: "Y = Number of Service Chains"
6293 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6294 #  layout:
6295 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6296 #    layout: "plot-service-density"
6297 #
6298 ## Plots - NF Density - VSC - MRR IMIX
6299 #- type: "plot"
6300 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6301 #  algorithm: "plot_nf_heatmap"
6302 #  output-file-type: ".html"
6303 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6304 #  data: "plot-vpp-nfv-2n-skx-mrr"
6305 #  filter: "'NIC_Intel-XXV710' and
6306 #           'NF_DENSITY' and
6307 #           'VHOST' and
6308 #           not 'VXLAN' and
6309 #           'CHAIN' and
6310 #           'NF_VPPIP4' and
6311 #           'IMIX' and
6312 #           '2T1C' and
6313 #           'MRR'"
6314 #  parameters:
6315 #  - "result"
6316 #  - "name"
6317 #  - "tags"
6318 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6319 #  x-axis: "X = VNFs per Service Chain"
6320 #  y-axis: "Y = Number of Service Chains"
6321 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6322 #  layout:
6323 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6324 #    layout: "plot-service-density"
6325 #
6326 #- type: "plot"
6327 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6328 #  algorithm: "plot_nf_heatmap"
6329 #  output-file-type: ".html"
6330 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6331 #  data: "plot-vpp-nfv-2n-skx-mrr"
6332 #  filter: "'NIC_Intel-XXV710' and
6333 #           'NF_DENSITY' and
6334 #           'VHOST' and
6335 #           not 'VXLAN' and
6336 #           'CHAIN' and
6337 #           'NF_VPPIP4' and
6338 #           'IMIX' and
6339 #           '4T2C' and
6340 #           'MRR'"
6341 #  parameters:
6342 #  - "result"
6343 #  - "name"
6344 #  - "tags"
6345 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6346 #  x-axis: "X = VNFs per Service Chain"
6347 #  y-axis: "Y = Number of Service Chains"
6348 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6349 #  layout:
6350 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6351 #    layout: "plot-service-density"
6352 #
6353 #- type: "plot"
6354 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6355 #  algorithm: "plot_nf_heatmap"
6356 #  output-file-type: ".html"
6357 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6358 #  data: "plot-vpp-nfv-2n-skx-mrr"
6359 #  filter: "'NIC_Intel-XXV710' and
6360 #           'NF_DENSITY' and
6361 #           'VHOST' and
6362 #           not 'VXLAN' and
6363 #           'CHAIN' and
6364 #           'NF_VPPIP4' and
6365 #           'IMIX' and
6366 #           '8T4C' and
6367 #           'MRR'"
6368 #  parameters:
6369 #  - "result"
6370 #  - "name"
6371 #  - "tags"
6372 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6373 #  x-axis: "X = VNFs per Service Chain"
6374 #  y-axis: "Y = Number of Service Chains"
6375 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6376 #  layout:
6377 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6378 #    layout: "plot-service-density"
6379 #
6380 ## Plots - NF Density - VSC - NDR 64b
6381 #- type: "plot"
6382 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6383 #  algorithm: "plot_nf_heatmap"
6384 #  output-file-type: ".html"
6385 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6386 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6387 #  filter: "'NIC_Intel-XXV710' and
6388 #           'NF_DENSITY' and
6389 #           'VHOST' and
6390 #           not 'VXLAN' and
6391 #           'CHAIN' and
6392 #           'NF_VPPIP4' and
6393 #           '64B' and
6394 #           '2T1C' and
6395 #           'NDRPDR'"
6396 #  parameters:
6397 #  - "throughput"
6398 #  - "name"
6399 #  - "tags"
6400 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6401 #  x-axis: "X = VNFs per Service Chain"
6402 #  y-axis: "Y = Number of Service Chains"
6403 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6404 #  layout:
6405 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6406 #    layout: "plot-service-density"
6407 #
6408 #- type: "plot"
6409 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6410 #  algorithm: "plot_nf_heatmap"
6411 #  output-file-type: ".html"
6412 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6413 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6414 #  filter: "'NIC_Intel-XXV710' and
6415 #           'NF_DENSITY' and
6416 #           'VHOST' and
6417 #           not 'VXLAN' and
6418 #           'CHAIN' and
6419 #           'NF_VPPIP4' and
6420 #           '64B' and
6421 #           '4T2C' and
6422 #           'NDRPDR'"
6423 #  parameters:
6424 #  - "throughput"
6425 #  - "name"
6426 #  - "tags"
6427 #  include-tests: "NDR" # "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 NDR) [Mpps]"
6431 #  layout:
6432 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6433 #    layout: "plot-service-density"
6434 #
6435 #- type: "plot"
6436 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6437 #  algorithm: "plot_nf_heatmap"
6438 #  output-file-type: ".html"
6439 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6440 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6441 #  filter: "'NIC_Intel-XXV710' and
6442 #           'NF_DENSITY' and
6443 #           'VHOST' and
6444 #           not 'VXLAN' and
6445 #           'CHAIN' and
6446 #           'NF_VPPIP4' and
6447 #           '64B' and
6448 #           '8T4C' and
6449 #           'NDRPDR'"
6450 #  parameters:
6451 #  - "throughput"
6452 #  - "name"
6453 #  - "tags"
6454 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6455 #  x-axis: "X = VNFs per Service Chain"
6456 #  y-axis: "Y = Number of Service Chains"
6457 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6458 #  layout:
6459 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6460 #    layout: "plot-service-density"
6461 #
6462 ## Plots - NF Density - VSC - NDR IMIX
6463 #- type: "plot"
6464 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6465 #  algorithm: "plot_nf_heatmap"
6466 #  output-file-type: ".html"
6467 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6468 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6469 #  filter: "'NIC_Intel-XXV710' and
6470 #           'NF_DENSITY' and
6471 #           'VHOST' and
6472 #           not 'VXLAN' and
6473 #           'CHAIN' and
6474 #           'NF_VPPIP4' and
6475 #           'IMIX' and
6476 #           '2T1C' and
6477 #           'NDRPDR'"
6478 #  parameters:
6479 #  - "throughput"
6480 #  - "name"
6481 #  - "tags"
6482 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6483 #  x-axis: "X = VNFs per Service Chain"
6484 #  y-axis: "Y = Number of Service Chains"
6485 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6486 #  layout:
6487 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6488 #    layout: "plot-service-density"
6489 #
6490 #- type: "plot"
6491 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6492 #  algorithm: "plot_nf_heatmap"
6493 #  output-file-type: ".html"
6494 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6495 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6496 #  filter: "'NIC_Intel-XXV710' and
6497 #           'NF_DENSITY' and
6498 #           'VHOST' and
6499 #           not 'VXLAN' and
6500 #           'CHAIN' and
6501 #           'NF_VPPIP4' and
6502 #           'IMIX' and
6503 #           '4T2C' and
6504 #           'NDRPDR'"
6505 #  parameters:
6506 #  - "throughput"
6507 #  - "name"
6508 #  - "tags"
6509 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6510 #  x-axis: "X = VNFs per Service Chain"
6511 #  y-axis: "Y = Number of Service Chains"
6512 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6513 #  layout:
6514 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6515 #    layout: "plot-service-density"
6516 #
6517 #- type: "plot"
6518 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6519 #  algorithm: "plot_nf_heatmap"
6520 #  output-file-type: ".html"
6521 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6522 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6523 #  filter: "'NIC_Intel-XXV710' and
6524 #           'NF_DENSITY' and
6525 #           'VHOST' and
6526 #           not 'VXLAN' and
6527 #           'CHAIN' and
6528 #           'NF_VPPIP4' and
6529 #           'IMIX' and
6530 #           '8T4C' and
6531 #           'NDRPDR'"
6532 #  parameters:
6533 #  - "throughput"
6534 #  - "name"
6535 #  - "tags"
6536 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6537 #  x-axis: "X = VNFs per Service Chain"
6538 #  y-axis: "Y = Number of Service Chains"
6539 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6540 #  layout:
6541 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6542 #    layout: "plot-service-density"
6543 #
6544 ## Plots - NF Density - VSC - PDR 64b
6545 #- type: "plot"
6546 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6547 #  algorithm: "plot_nf_heatmap"
6548 #  output-file-type: ".html"
6549 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6550 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6551 #  filter: "'NIC_Intel-XXV710' and
6552 #           'NF_DENSITY' and
6553 #           'VHOST' and
6554 #           not 'VXLAN' and
6555 #           'CHAIN' and
6556 #           'NF_VPPIP4' and
6557 #           '64B' and
6558 #           '2T1C' and
6559 #           'NDRPDR'"
6560 #  parameters:
6561 #  - "throughput"
6562 #  - "name"
6563 #  - "tags"
6564 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6565 #  x-axis: "X = VNFs per Service Chain"
6566 #  y-axis: "Y = Number of Service Chains"
6567 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6568 #  layout:
6569 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6570 #    layout: "plot-service-density"
6571 #
6572 #- type: "plot"
6573 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6574 #  algorithm: "plot_nf_heatmap"
6575 #  output-file-type: ".html"
6576 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6577 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6578 #  filter: "'NIC_Intel-XXV710' and
6579 #           'NF_DENSITY' and
6580 #           'VHOST' and
6581 #           not 'VXLAN' and
6582 #           'CHAIN' and
6583 #           'NF_VPPIP4' and
6584 #           '64B' and
6585 #           '4T2C' and
6586 #           'NDRPDR'"
6587 #  parameters:
6588 #  - "throughput"
6589 #  - "name"
6590 #  - "tags"
6591 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6592 #  x-axis: "X = VNFs per Service Chain"
6593 #  y-axis: "Y = Number of Service Chains"
6594 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6595 #  layout:
6596 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6597 #    layout: "plot-service-density"
6598 #
6599 #- type: "plot"
6600 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6601 #  algorithm: "plot_nf_heatmap"
6602 #  output-file-type: ".html"
6603 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6604 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6605 #  filter: "'NIC_Intel-XXV710' and
6606 #           'NF_DENSITY' and
6607 #           'VHOST' and
6608 #           not 'VXLAN' and
6609 #           'CHAIN' and
6610 #           'NF_VPPIP4' and
6611 #           '64B' and
6612 #           '8T4C' and
6613 #           'NDRPDR'"
6614 #  parameters:
6615 #  - "throughput"
6616 #  - "name"
6617 #  - "tags"
6618 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6619 #  x-axis: "X = VNFs per Service Chain"
6620 #  y-axis: "Y = Number of Service Chains"
6621 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6622 #  layout:
6623 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6624 #    layout: "plot-service-density"
6625 #
6626 ## Plots - NF Density - VSC - PDR IMIX
6627 #- type: "plot"
6628 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6629 #  algorithm: "plot_nf_heatmap"
6630 #  output-file-type: ".html"
6631 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6632 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6633 #  filter: "'NIC_Intel-XXV710' and
6634 #           'NF_DENSITY' and
6635 #           'VHOST' and
6636 #           not 'VXLAN' and
6637 #           'CHAIN' and
6638 #           'NF_VPPIP4' and
6639 #           'IMIX' and
6640 #           '2T1C' and
6641 #           'NDRPDR'"
6642 #  parameters:
6643 #  - "throughput"
6644 #  - "name"
6645 #  - "tags"
6646 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6647 #  x-axis: "X = VNFs per Service Chain"
6648 #  y-axis: "Y = Number of Service Chains"
6649 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6650 #  layout:
6651 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6652 #    layout: "plot-service-density"
6653 #
6654 #- type: "plot"
6655 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6656 #  algorithm: "plot_nf_heatmap"
6657 #  output-file-type: ".html"
6658 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6659 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6660 #  filter: "'NIC_Intel-XXV710' and
6661 #           'NF_DENSITY' and
6662 #           'VHOST' and
6663 #           not 'VXLAN' and
6664 #           'CHAIN' and
6665 #           'NF_VPPIP4' and
6666 #           'IMIX' and
6667 #           '4T2C' and
6668 #           'NDRPDR'"
6669 #  parameters:
6670 #  - "throughput"
6671 #  - "name"
6672 #  - "tags"
6673 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6674 #  x-axis: "X = VNFs per Service Chain"
6675 #  y-axis: "Y = Number of Service Chains"
6676 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6677 #  layout:
6678 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6679 #    layout: "plot-service-density"
6680 #
6681 #- type: "plot"
6682 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6683 #  algorithm: "plot_nf_heatmap"
6684 #  output-file-type: ".html"
6685 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6686 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6687 #  filter: "'NIC_Intel-XXV710' and
6688 #           'NF_DENSITY' and
6689 #           'VHOST' and
6690 #           not 'VXLAN' and
6691 #           'CHAIN' and
6692 #           'NF_VPPIP4' and
6693 #           'IMIX' and
6694 #           '8T4C' and
6695 #           'NDRPDR'"
6696 #  parameters:
6697 #  - "throughput"
6698 #  - "name"
6699 #  - "tags"
6700 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6701 #  x-axis: "X = VNFs per Service Chain"
6702 #  y-axis: "Y = Number of Service Chains"
6703 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6704 #  layout:
6705 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6706 #    layout: "plot-service-density"
6707 #
6708 ################################################################################
6709 ## Plots - NF Density - VSC - MRR 64b
6710 #- type: "plot"
6711 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6712 #  algorithm: "plot_nf_heatmap"
6713 #  output-file-type: ".html"
6714 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6715 #  data: "plot-vpp-nfv-2n-skx-mrr"
6716 #  filter: "'NIC_Intel-XXV710' and
6717 #           'NF_DENSITY' and
6718 #           'VHOST' and
6719 #           'VXLAN' and
6720 #           'CHAIN' and
6721 #           '118' and
6722 #           '2T1C' and
6723 #           'MRR'"
6724 #  parameters:
6725 #  - "result"
6726 #  - "name"
6727 #  - "tags"
6728 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6729 #  x-axis: "X = VNFs per Service Chain"
6730 #  y-axis: "Y = Number of Service Chains"
6731 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6732 #  layout:
6733 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6734 #    layout: "plot-service-density"
6735 #
6736 #- type: "plot"
6737 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6738 #  algorithm: "plot_nf_heatmap"
6739 #  output-file-type: ".html"
6740 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6741 #  data: "plot-vpp-nfv-2n-skx-mrr"
6742 #  filter: "'NIC_Intel-XXV710' and
6743 #           'NF_DENSITY' and
6744 #           'VHOST' and
6745 #           'VXLAN' and
6746 #           'CHAIN' and
6747 #           '118' and
6748 #           '4T2C' and
6749 #           'MRR'"
6750 #  parameters:
6751 #  - "result"
6752 #  - "name"
6753 #  - "tags"
6754 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6755 #  x-axis: "X = VNFs per Service Chain"
6756 #  y-axis: "Y = Number of Service Chains"
6757 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6758 #  layout:
6759 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6760 #    layout: "plot-service-density"
6761 #
6762 #- type: "plot"
6763 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6764 #  algorithm: "plot_nf_heatmap"
6765 #  output-file-type: ".html"
6766 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6767 #  data: "plot-vpp-nfv-2n-skx-mrr"
6768 #  filter: "'NIC_Intel-XXV710' and
6769 #           'NF_DENSITY' and
6770 #           'VHOST' and
6771 #           'VXLAN' and
6772 #           'CHAIN' and
6773 #           '118' and
6774 #           '8T4C' and
6775 #           'MRR'"
6776 #  parameters:
6777 #  - "result"
6778 #  - "name"
6779 #  - "tags"
6780 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6781 #  x-axis: "X = VNFs per Service Chain"
6782 #  y-axis: "Y = Number of Service Chains"
6783 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6784 #  layout:
6785 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6786 #    layout: "plot-service-density"
6787 #
6788 ## Plots - NF Density - VSC - MRR IMIX
6789 #- type: "plot"
6790 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6791 #  algorithm: "plot_nf_heatmap"
6792 #  output-file-type: ".html"
6793 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6794 #  data: "plot-vpp-nfv-2n-skx-mrr"
6795 #  filter: "'NIC_Intel-XXV710' and
6796 #           'NF_DENSITY' and
6797 #           'VHOST' and
6798 #           'VXLAN' and
6799 #           'CHAIN' and
6800 #           'IMIX' and
6801 #           '2T1C' and
6802 #           'MRR'"
6803 #  parameters:
6804 #  - "result"
6805 #  - "name"
6806 #  - "tags"
6807 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6808 #  x-axis: "X = VNFs per Service Chain"
6809 #  y-axis: "Y = Number of Service Chains"
6810 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6811 #  layout:
6812 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6813 #    layout: "plot-service-density"
6814 #
6815 #- type: "plot"
6816 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6817 #  algorithm: "plot_nf_heatmap"
6818 #  output-file-type: ".html"
6819 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
6820 #  data: "plot-vpp-nfv-2n-skx-mrr"
6821 #  filter: "'NIC_Intel-XXV710' and
6822 #           'NF_DENSITY' and
6823 #           'VHOST' and
6824 #           'VXLAN' and
6825 #           'CHAIN' and
6826 #           'IMIX' and
6827 #           '4T2C' and
6828 #           'MRR'"
6829 #  parameters:
6830 #  - "result"
6831 #  - "name"
6832 #  - "tags"
6833 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6834 #  x-axis: "X = VNFs per Service Chain"
6835 #  y-axis: "Y = Number of Service Chains"
6836 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6837 #  layout:
6838 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6839 #    layout: "plot-service-density"
6840 #
6841 #- type: "plot"
6842 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6843 #  algorithm: "plot_nf_heatmap"
6844 #  output-file-type: ".html"
6845 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
6846 #  data: "plot-vpp-nfv-2n-skx-mrr"
6847 #  filter: "'NIC_Intel-XXV710' and
6848 #           'NF_DENSITY' and
6849 #           'VHOST' and
6850 #           'VXLAN' and
6851 #           'CHAIN' and
6852 #           'IMIX' and
6853 #           '8T4C' and
6854 #           'MRR'"
6855 #  parameters:
6856 #  - "result"
6857 #  - "name"
6858 #  - "tags"
6859 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6860 #  x-axis: "X = VNFs per Service Chain"
6861 #  y-axis: "Y = Number of Service Chains"
6862 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6863 #  layout:
6864 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6865 #    layout: "plot-service-density"
6866 #
6867 ## Plots - NF Density - VSC - NDR 64b
6868 #- type: "plot"
6869 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6870 #  algorithm: "plot_nf_heatmap"
6871 #  output-file-type: ".html"
6872 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
6873 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6874 #  filter: "'NIC_Intel-XXV710' and
6875 #           'NF_DENSITY' and
6876 #           'VHOST' and
6877 #           'VXLAN' and
6878 #           'CHAIN' and
6879 #           '118' and
6880 #           '2T1C' and
6881 #           'NDRPDR'"
6882 #  parameters:
6883 #  - "throughput"
6884 #  - "name"
6885 #  - "tags"
6886 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6887 #  x-axis: "X = VNFs per Service Chain"
6888 #  y-axis: "Y = Number of Service Chains"
6889 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6890 #  layout:
6891 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6892 #    layout: "plot-service-density"
6893 #
6894 #- type: "plot"
6895 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6896 #  algorithm: "plot_nf_heatmap"
6897 #  output-file-type: ".html"
6898 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
6899 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6900 #  filter: "'NIC_Intel-XXV710' and
6901 #           'NF_DENSITY' and
6902 #           'VHOST' and
6903 #           'VXLAN' and
6904 #           'CHAIN' and
6905 #           '118' and
6906 #           '4T2C' and
6907 #           'NDRPDR'"
6908 #  parameters:
6909 #  - "throughput"
6910 #  - "name"
6911 #  - "tags"
6912 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6913 #  x-axis: "X = VNFs per Service Chain"
6914 #  y-axis: "Y = Number of Service Chains"
6915 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6916 #  layout:
6917 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6918 #    layout: "plot-service-density"
6919 #
6920 #- type: "plot"
6921 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6922 #  algorithm: "plot_nf_heatmap"
6923 #  output-file-type: ".html"
6924 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
6925 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6926 #  filter: "'NIC_Intel-XXV710' and
6927 #           'NF_DENSITY' and
6928 #           'VHOST' and
6929 #           'VXLAN' and
6930 #           'CHAIN' and
6931 #           '118' and
6932 #           '8T4C' and
6933 #           'NDRPDR'"
6934 #  parameters:
6935 #  - "throughput"
6936 #  - "name"
6937 #  - "tags"
6938 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6939 #  x-axis: "X = VNFs per Service Chain"
6940 #  y-axis: "Y = Number of Service Chains"
6941 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6942 #  layout:
6943 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6944 #    layout: "plot-service-density"
6945 #
6946 ## Plots - NF Density - VSC - NDR IMIX
6947 #- type: "plot"
6948 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6949 #  algorithm: "plot_nf_heatmap"
6950 #  output-file-type: ".html"
6951 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
6952 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6953 #  filter: "'NIC_Intel-XXV710' and
6954 #           'NF_DENSITY' and
6955 #           'VHOST' and
6956 #           'VXLAN' and
6957 #           'CHAIN' and
6958 #           'IMIX' and
6959 #           '2T1C' and
6960 #           'NDRPDR'"
6961 #  parameters:
6962 #  - "throughput"
6963 #  - "name"
6964 #  - "tags"
6965 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6966 #  x-axis: "X = VNFs per Service Chain"
6967 #  y-axis: "Y = Number of Service Chains"
6968 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6969 #  layout:
6970 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6971 #    layout: "plot-service-density"
6972 #
6973 #- type: "plot"
6974 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6975 #  algorithm: "plot_nf_heatmap"
6976 #  output-file-type: ".html"
6977 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
6978 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6979 #  filter: "'NIC_Intel-XXV710' and
6980 #           'NF_DENSITY' and
6981 #           'VHOST' and
6982 #           'VXLAN' and
6983 #           'CHAIN' and
6984 #           'IMIX' and
6985 #           '4T2C' and
6986 #           'NDRPDR'"
6987 #  parameters:
6988 #  - "throughput"
6989 #  - "name"
6990 #  - "tags"
6991 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6992 #  x-axis: "X = VNFs per Service Chain"
6993 #  y-axis: "Y = Number of Service Chains"
6994 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6995 #  layout:
6996 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6997 #    layout: "plot-service-density"
6998 #
6999 #- type: "plot"
7000 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7001 #  algorithm: "plot_nf_heatmap"
7002 #  output-file-type: ".html"
7003 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7004 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7005 #  filter: "'NIC_Intel-XXV710' and
7006 #           'NF_DENSITY' and
7007 #           'VHOST' and
7008 #           'VXLAN' and
7009 #           'CHAIN' and
7010 #           'IMIX' and
7011 #           '8T4C' and
7012 #           'NDRPDR'"
7013 #  parameters:
7014 #  - "throughput"
7015 #  - "name"
7016 #  - "tags"
7017 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7018 #  x-axis: "X = VNFs per Service Chain"
7019 #  y-axis: "Y = Number of Service Chains"
7020 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7021 #  layout:
7022 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7023 #    layout: "plot-service-density"
7024 #
7025 ## Plots - NF Density - VSC - PDR 64b
7026 #- type: "plot"
7027 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7028 #  algorithm: "plot_nf_heatmap"
7029 #  output-file-type: ".html"
7030 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7031 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7032 #  filter: "'NIC_Intel-XXV710' and
7033 #           'NF_DENSITY' and
7034 #           'VHOST' and
7035 #           'VXLAN' and
7036 #           'CHAIN' and
7037 #           '118' and
7038 #           '2T1C' and
7039 #           'NDRPDR'"
7040 #  parameters:
7041 #  - "throughput"
7042 #  - "name"
7043 #  - "tags"
7044 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7045 #  x-axis: "X = VNFs per Service Chain"
7046 #  y-axis: "Y = Number of Service Chains"
7047 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7048 #  layout:
7049 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7050 #    layout: "plot-service-density"
7051 #
7052 #- type: "plot"
7053 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7054 #  algorithm: "plot_nf_heatmap"
7055 #  output-file-type: ".html"
7056 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7057 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7058 #  filter: "'NIC_Intel-XXV710' and
7059 #           'NF_DENSITY' and
7060 #           'VHOST' and
7061 #           'VXLAN' and
7062 #           'CHAIN' and
7063 #           '118' and
7064 #           '4T2C' and
7065 #           'NDRPDR'"
7066 #  parameters:
7067 #  - "throughput"
7068 #  - "name"
7069 #  - "tags"
7070 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7071 #  x-axis: "X = VNFs per Service Chain"
7072 #  y-axis: "Y = Number of Service Chains"
7073 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7074 #  layout:
7075 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7076 #    layout: "plot-service-density"
7077 #
7078 #- type: "plot"
7079 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7080 #  algorithm: "plot_nf_heatmap"
7081 #  output-file-type: ".html"
7082 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7083 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7084 #  filter: "'NIC_Intel-XXV710' and
7085 #           'NF_DENSITY' and
7086 #           'VHOST' and
7087 #           'VXLAN' and
7088 #           'CHAIN' and
7089 #           '118' and
7090 #           '8T4C' and
7091 #           'NDRPDR'"
7092 #  parameters:
7093 #  - "throughput"
7094 #  - "name"
7095 #  - "tags"
7096 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7097 #  x-axis: "X = VNFs per Service Chain"
7098 #  y-axis: "Y = Number of Service Chains"
7099 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7100 #  layout:
7101 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7102 #    layout: "plot-service-density"
7103 #
7104 ## Plots - NF Density - VSC - PDR IMIX
7105 #- type: "plot"
7106 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7107 #  algorithm: "plot_nf_heatmap"
7108 #  output-file-type: ".html"
7109 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7110 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7111 #  filter: "'NIC_Intel-XXV710' and
7112 #           'NF_DENSITY' and
7113 #           'VHOST' and
7114 #           'VXLAN' and
7115 #           'CHAIN' and
7116 #           'IMIX' and
7117 #           '2T1C' and
7118 #           'NDRPDR'"
7119 #  parameters:
7120 #  - "throughput"
7121 #  - "name"
7122 #  - "tags"
7123 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7124 #  x-axis: "X = VNFs per Service Chain"
7125 #  y-axis: "Y = Number of Service Chains"
7126 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7127 #  layout:
7128 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7129 #    layout: "plot-service-density"
7130 #
7131 #- type: "plot"
7132 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7133 #  algorithm: "plot_nf_heatmap"
7134 #  output-file-type: ".html"
7135 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7136 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7137 #  filter: "'NIC_Intel-XXV710' and
7138 #           'NF_DENSITY' and
7139 #           'VHOST' and
7140 #           'VXLAN' and
7141 #           'CHAIN' and
7142 #           'IMIX' and
7143 #           '4T2C' and
7144 #           'NDRPDR'"
7145 #  parameters:
7146 #  - "throughput"
7147 #  - "name"
7148 #  - "tags"
7149 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7150 #  x-axis: "X = VNFs per Service Chain"
7151 #  y-axis: "Y = Number of Service Chains"
7152 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7153 #  layout:
7154 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7155 #    layout: "plot-service-density"
7156 #
7157 #- type: "plot"
7158 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7159 #  algorithm: "plot_nf_heatmap"
7160 #  output-file-type: ".html"
7161 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7162 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7163 #  filter: "'NIC_Intel-XXV710' and
7164 #           'NF_DENSITY' and
7165 #           'VHOST' and
7166 #           'VXLAN' and
7167 #           'CHAIN' and
7168 #           'IMIX' and
7169 #           '8T4C' and
7170 #           'NDRPDR'"
7171 #  parameters:
7172 #  - "throughput"
7173 #  - "name"
7174 #  - "tags"
7175 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7176 #  x-axis: "X = VNFs per Service Chain"
7177 #  y-axis: "Y = Number of Service Chains"
7178 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7179 #  layout:
7180 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7181 #    layout: "plot-service-density"
7182 #
7183 ################################################################################
7184 ## Plots - NF Density - CSC - MRR 64b
7185 #- type: "plot"
7186 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7187 #  algorithm: "plot_nf_heatmap"
7188 #  output-file-type: ".html"
7189 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7190 #  data: "plot-vpp-nfv-2n-skx-mrr"
7191 #  filter: "'NIC_Intel-XXV710' and
7192 #           'NF_DENSITY' and
7193 #           'DOCKER' and
7194 #           'CHAIN' and
7195 #           'NF_VPPIP4' and
7196 #           '64B' and
7197 #           '2T1C' and
7198 #           'MRR'"
7199 #  parameters:
7200 #  - "result"
7201 #  - "name"
7202 #  - "tags"
7203 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7204 #  x-axis: "X = CNFs per Service Chain"
7205 #  y-axis: "Y = Number of Service Chains"
7206 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7207 #  layout:
7208 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7209 #    layout: "plot-service-density"
7210 #
7211 #- type: "plot"
7212 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7213 #  algorithm: "plot_nf_heatmap"
7214 #  output-file-type: ".html"
7215 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7216 #  data: "plot-vpp-nfv-2n-skx-mrr"
7217 #  filter: "'NIC_Intel-XXV710' and
7218 #           'NF_DENSITY' and
7219 #           'DOCKER' and
7220 #           'CHAIN' and
7221 #           'NF_VPPIP4' and
7222 #           '64B' and
7223 #           '4T2C' and
7224 #           'MRR'"
7225 #  parameters:
7226 #  - "result"
7227 #  - "name"
7228 #  - "tags"
7229 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7230 #  x-axis: "X = CNFs per Service Chain"
7231 #  y-axis: "Y = Number of Service Chains"
7232 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7233 #  layout:
7234 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7235 #    layout: "plot-service-density"
7236 #
7237 #- type: "plot"
7238 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7239 #  algorithm: "plot_nf_heatmap"
7240 #  output-file-type: ".html"
7241 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7242 #  data: "plot-vpp-nfv-2n-skx-mrr"
7243 #  filter: "'NIC_Intel-XXV710' and
7244 #           'NF_DENSITY' and
7245 #           'DOCKER' and
7246 #           'CHAIN' and
7247 #           'NF_VPPIP4' and
7248 #           '64B' and
7249 #           '8T4C' and
7250 #           'MRR'"
7251 #  parameters:
7252 #  - "result"
7253 #  - "name"
7254 #  - "tags"
7255 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7256 #  x-axis: "X = CNFs per Service Chain"
7257 #  y-axis: "Y = Number of Service Chains"
7258 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7259 #  layout:
7260 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7261 #    layout: "plot-service-density"
7262 #
7263 ## Plots - NF Density - CSC - MRR IMIX
7264 #- type: "plot"
7265 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7266 #  algorithm: "plot_nf_heatmap"
7267 #  output-file-type: ".html"
7268 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7269 #  data: "plot-vpp-nfv-2n-skx-mrr"
7270 #  filter: "'NIC_Intel-XXV710' and
7271 #           'NF_DENSITY' and
7272 #           'DOCKER' and
7273 #           'CHAIN' and
7274 #           'NF_VPPIP4' and
7275 #           'IMIX' and
7276 #           '2T1C' and
7277 #           'MRR'"
7278 #  parameters:
7279 #  - "result"
7280 #  - "name"
7281 #  - "tags"
7282 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7283 #  x-axis: "X = CNFs per Service Chain"
7284 #  y-axis: "Y = Number of Service Chains"
7285 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7286 #  layout:
7287 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7288 #    layout: "plot-service-density"
7289 #
7290 #- type: "plot"
7291 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7292 #  algorithm: "plot_nf_heatmap"
7293 #  output-file-type: ".html"
7294 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7295 #  data: "plot-vpp-nfv-2n-skx-mrr"
7296 #  filter: "'NIC_Intel-XXV710' and
7297 #           'NF_DENSITY' and
7298 #           'DOCKER' and
7299 #           'CHAIN' and
7300 #           'NF_VPPIP4' and
7301 #           'IMIX' and
7302 #           '4T2C' and
7303 #           'MRR'"
7304 #  parameters:
7305 #  - "result"
7306 #  - "name"
7307 #  - "tags"
7308 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7309 #  x-axis: "X = CNFs per Service Chain"
7310 #  y-axis: "Y = Number of Service Chains"
7311 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7312 #  layout:
7313 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7314 #    layout: "plot-service-density"
7315 #
7316 #- type: "plot"
7317 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7318 #  algorithm: "plot_nf_heatmap"
7319 #  output-file-type: ".html"
7320 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7321 #  data: "plot-vpp-nfv-2n-skx-mrr"
7322 #  filter: "'NIC_Intel-XXV710' and
7323 #           'NF_DENSITY' and
7324 #           'DOCKER' and
7325 #           'CHAIN' and
7326 #           'NF_VPPIP4' and
7327 #           'IMIX' and
7328 #           '8T4C' and
7329 #           'MRR'"
7330 #  parameters:
7331 #  - "result"
7332 #  - "name"
7333 #  - "tags"
7334 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7335 #  x-axis: "X = CNFs per Service Chain"
7336 #  y-axis: "Y = Number of Service Chains"
7337 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7338 #  layout:
7339 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7340 #    layout: "plot-service-density"
7341 #
7342 ## Plots - NF Density - CSC - NDR 64b
7343 #- type: "plot"
7344 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7345 #  algorithm: "plot_nf_heatmap"
7346 #  output-file-type: ".html"
7347 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7348 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7349 #  filter: "'NIC_Intel-XXV710' and
7350 #           'NF_DENSITY' and
7351 #           'DOCKER' and
7352 #           'CHAIN' and
7353 #           'NF_VPPIP4' and
7354 #           '64B' and
7355 #           '2T1C' and
7356 #           'NDRPDR'"
7357 #  parameters:
7358 #  - "throughput"
7359 #  - "name"
7360 #  - "tags"
7361 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7362 #  x-axis: "X = CNFs per Service Chain"
7363 #  y-axis: "Y = Number of Service Chains"
7364 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7365 #  layout:
7366 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7367 #    layout: "plot-service-density"
7368 #
7369 #- type: "plot"
7370 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7371 #  algorithm: "plot_nf_heatmap"
7372 #  output-file-type: ".html"
7373 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7374 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7375 #  filter: "'NIC_Intel-XXV710' and
7376 #           'NF_DENSITY' and
7377 #           'DOCKER' and
7378 #           'CHAIN' and
7379 #           'NF_VPPIP4' and
7380 #           '64B' and
7381 #           '4T2C' and
7382 #           'NDRPDR'"
7383 #  parameters:
7384 #  - "throughput"
7385 #  - "name"
7386 #  - "tags"
7387 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7388 #  x-axis: "X = CNFs per Service Chain"
7389 #  y-axis: "Y = Number of Service Chains"
7390 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7391 #  layout:
7392 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7393 #    layout: "plot-service-density"
7394 #
7395 #- type: "plot"
7396 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7397 #  algorithm: "plot_nf_heatmap"
7398 #  output-file-type: ".html"
7399 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7400 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7401 #  filter: "'NIC_Intel-XXV710' and
7402 #           'NF_DENSITY' and
7403 #           'DOCKER' and
7404 #           'CHAIN' and
7405 #           'NF_VPPIP4' and
7406 #           '64B' and
7407 #           '8T4C' and
7408 #           'NDRPDR'"
7409 #  parameters:
7410 #  - "throughput"
7411 #  - "name"
7412 #  - "tags"
7413 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7414 #  x-axis: "X = CNFs per Service Chain"
7415 #  y-axis: "Y = Number of Service Chains"
7416 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7417 #  layout:
7418 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7419 #    layout: "plot-service-density"
7420 #
7421 ## Plots - NF Density - CSC - NDR IMIX
7422 #- type: "plot"
7423 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7424 #  algorithm: "plot_nf_heatmap"
7425 #  output-file-type: ".html"
7426 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7427 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7428 #  filter: "'NIC_Intel-XXV710' and
7429 #           'NF_DENSITY' and
7430 #           'DOCKER' and
7431 #           'CHAIN' and
7432 #           'NF_VPPIP4' and
7433 #           'IMIX' and
7434 #           '2T1C' and
7435 #           'NDRPDR'"
7436 #  parameters:
7437 #  - "throughput"
7438 #  - "name"
7439 #  - "tags"
7440 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7441 #  x-axis: "X = CNFs per Service Chain"
7442 #  y-axis: "Y = Number of Service Chains"
7443 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7444 #  layout:
7445 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7446 #    layout: "plot-service-density"
7447 #
7448 #- type: "plot"
7449 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7450 #  algorithm: "plot_nf_heatmap"
7451 #  output-file-type: ".html"
7452 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7453 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7454 #  filter: "'NIC_Intel-XXV710' and
7455 #           'NF_DENSITY' and
7456 #           'DOCKER' and
7457 #           'CHAIN' and
7458 #           'NF_VPPIP4' and
7459 #           'IMIX' and
7460 #           '4T2C' and
7461 #           'NDRPDR'"
7462 #  parameters:
7463 #  - "throughput"
7464 #  - "name"
7465 #  - "tags"
7466 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7467 #  x-axis: "X = CNFs per Service Chain"
7468 #  y-axis: "Y = Number of Service Chains"
7469 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7470 #  layout:
7471 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7472 #    layout: "plot-service-density"
7473 #
7474 #- type: "plot"
7475 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7476 #  algorithm: "plot_nf_heatmap"
7477 #  output-file-type: ".html"
7478 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7479 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7480 #  filter: "'NIC_Intel-XXV710' and
7481 #           'NF_DENSITY' and
7482 #           'DOCKER' and
7483 #           'CHAIN' and
7484 #           'NF_VPPIP4' and
7485 #           'IMIX' and
7486 #           '8T4C' and
7487 #           'NDRPDR'"
7488 #  parameters:
7489 #  - "throughput"
7490 #  - "name"
7491 #  - "tags"
7492 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7493 #  x-axis: "X = CNFs per Service Chain"
7494 #  y-axis: "Y = Number of Service Chains"
7495 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7496 #  layout:
7497 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7498 #    layout: "plot-service-density"
7499 #
7500 ## Plots - NF Density - CSC - PDR 64b
7501 #- type: "plot"
7502 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7503 #  algorithm: "plot_nf_heatmap"
7504 #  output-file-type: ".html"
7505 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7506 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7507 #  filter: "'NIC_Intel-XXV710' and
7508 #           'NF_DENSITY' and
7509 #           'DOCKER' and
7510 #           'CHAIN' and
7511 #           'NF_VPPIP4' and
7512 #           '64B' and
7513 #           '2T1C' and
7514 #           'NDRPDR'"
7515 #  parameters:
7516 #  - "throughput"
7517 #  - "name"
7518 #  - "tags"
7519 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7520 #  x-axis: "X = CNFs per Service Chain"
7521 #  y-axis: "Y = Number of Service Chains"
7522 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7523 #  layout:
7524 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7525 #    layout: "plot-service-density"
7526 #
7527 #- type: "plot"
7528 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7529 #  algorithm: "plot_nf_heatmap"
7530 #  output-file-type: ".html"
7531 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7532 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7533 #  filter: "'NIC_Intel-XXV710' and
7534 #           'NF_DENSITY' and
7535 #           'DOCKER' and
7536 #           'CHAIN' and
7537 #           'NF_VPPIP4' and
7538 #           '64B' and
7539 #           '4T2C' and
7540 #           'NDRPDR'"
7541 #  parameters:
7542 #  - "throughput"
7543 #  - "name"
7544 #  - "tags"
7545 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7546 #  x-axis: "X = CNFs per Service Chain"
7547 #  y-axis: "Y = Number of Service Chains"
7548 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7549 #  layout:
7550 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7551 #    layout: "plot-service-density"
7552 #
7553 #- type: "plot"
7554 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7555 #  algorithm: "plot_nf_heatmap"
7556 #  output-file-type: ".html"
7557 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7558 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7559 #  filter: "'NIC_Intel-XXV710' and
7560 #           'NF_DENSITY' and
7561 #           'DOCKER' and
7562 #           'CHAIN' and
7563 #           'NF_VPPIP4' and
7564 #           '64B' 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: "64B Packet Throughput (mean PDR) [Mpps]"
7575 #  layout:
7576 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7577 #    layout: "plot-service-density"
7578 #
7579 ## Plots - NF Density - CSC - PDR IMIX
7580 #- type: "plot"
7581 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7582 #  algorithm: "plot_nf_heatmap"
7583 #  output-file-type: ".html"
7584 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7585 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7586 #  filter: "'NIC_Intel-XXV710' and
7587 #           'NF_DENSITY' and
7588 #           'DOCKER' and
7589 #           'CHAIN' and
7590 #           'NF_VPPIP4' and
7591 #           'IMIX' and
7592 #           '2T1C' and
7593 #           'NDRPDR'"
7594 #  parameters:
7595 #  - "throughput"
7596 #  - "name"
7597 #  - "tags"
7598 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7599 #  x-axis: "X = CNFs per Service Chain"
7600 #  y-axis: "Y = Number of Service Chains"
7601 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7602 #  layout:
7603 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7604 #    layout: "plot-service-density"
7605 #
7606 #- type: "plot"
7607 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7608 #  algorithm: "plot_nf_heatmap"
7609 #  output-file-type: ".html"
7610 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7611 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7612 #  filter: "'NIC_Intel-XXV710' and
7613 #           'NF_DENSITY' and
7614 #           'DOCKER' and
7615 #           'CHAIN' and
7616 #           'NF_VPPIP4' and
7617 #           'IMIX' and
7618 #           '4T2C' and
7619 #           'NDRPDR'"
7620 #  parameters:
7621 #  - "throughput"
7622 #  - "name"
7623 #  - "tags"
7624 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7625 #  x-axis: "X = CNFs per Service Chain"
7626 #  y-axis: "Y = Number of Service Chains"
7627 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7628 #  layout:
7629 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7630 #    layout: "plot-service-density"
7631 #
7632 #- type: "plot"
7633 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7634 #  algorithm: "plot_nf_heatmap"
7635 #  output-file-type: ".html"
7636 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7637 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7638 #  filter: "'NIC_Intel-XXV710' and
7639 #           'NF_DENSITY' and
7640 #           'DOCKER' and
7641 #           'CHAIN' and
7642 #           'NF_VPPIP4' and
7643 #           'IMIX' and
7644 #           '8T4C' and
7645 #           'NDRPDR'"
7646 #  parameters:
7647 #  - "throughput"
7648 #  - "name"
7649 #  - "tags"
7650 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7651 #  x-axis: "X = CNFs per Service Chain"
7652 #  y-axis: "Y = Number of Service Chains"
7653 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7654 #  layout:
7655 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7656 #    layout: "plot-service-density"
7657 #
7658 ################################################################################
7659 #
7660 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7661 #- type: "plot"
7662 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7663 #  algorithm: "plot_nf_heatmap"
7664 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7665 #  data: "plot-vpp-nfv-3n-skx-mrr"
7666 #  filter: "'NIC_Intel-XXV710' and
7667 #           'NF_DENSITY' and
7668 #           'DOCKER' and
7669 #           'CHAIN' and
7670 #           'NF_VPPIP4' and
7671 #           'IPSEC' and
7672 #           'TNL_4' and
7673 #           'IMIX' and
7674 #           '2T1C' and
7675 #           'MRR'"
7676 #  parameters:
7677 #  - "result"
7678 #  - "name"
7679 #  - "tags"
7680 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7681 #  x-axis: "X = CNFs per Service Chain"
7682 #  y-axis: "Y = Number of Service Chains"
7683 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7684 #  layout:
7685 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7686 #    layout: "plot-service-density"
7687 #
7688 #- type: "plot"
7689 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7690 #  algorithm: "plot_nf_heatmap"
7691 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7692 #  data: "plot-vpp-nfv-3n-skx-mrr"
7693 #  filter: "'NIC_Intel-XXV710' and
7694 #           'NF_DENSITY' and
7695 #           'DOCKER' and
7696 #           'CHAIN' and
7697 #           'NF_VPPIP4' and
7698 #           'IPSEC' and
7699 #           'TNL_4' and
7700 #           'IMIX' and
7701 #           '4T2C' and
7702 #           'MRR'"
7703 #  parameters:
7704 #  - "result"
7705 #  - "name"
7706 #  - "tags"
7707 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7708 #  x-axis: "X = CNFs per Service Chain"
7709 #  y-axis: "Y = Number of Service Chains"
7710 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7711 #  layout:
7712 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7713 #    layout: "plot-service-density"
7714 #
7715 #- type: "plot"
7716 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7717 #  algorithm: "plot_nf_heatmap"
7718 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7719 #  data: "plot-vpp-nfv-3n-skx-mrr"
7720 #  filter: "'NIC_Intel-XXV710' and
7721 #           'NF_DENSITY' and
7722 #           'DOCKER' and
7723 #           'CHAIN' and
7724 #           'NF_VPPIP4' and
7725 #           'IPSEC' and
7726 #           'TNL_4' and
7727 #           'IMIX' and
7728 #           '8T4C' and
7729 #           'MRR'"
7730 #  parameters:
7731 #  - "result"
7732 #  - "name"
7733 #  - "tags"
7734 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7735 #  x-axis: "X = CNFs per Service Chain"
7736 #  y-axis: "Y = Number of Service Chains"
7737 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7738 #  layout:
7739 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7740 #    layout: "plot-service-density"
7741 #
7742 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7743 #- type: "plot"
7744 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7745 #  algorithm: "plot_nf_heatmap"
7746 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7747 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7748 #  filter: "'NIC_Intel-XXV710' and
7749 #           'NF_DENSITY' and
7750 #           'DOCKER' and
7751 #           'CHAIN' and
7752 #           'NF_VPPIP4' and
7753 #           'IPSEC' and
7754 #           'TNL_4' and
7755 #           'IMIX' and
7756 #           '2T1C' and
7757 #           'NDRPDR'"
7758 #  parameters:
7759 #  - "throughput"
7760 #  - "name"
7761 #  - "tags"
7762 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7763 #  x-axis: "X = CNFs per Service Chain"
7764 #  y-axis: "Y = Number of Service Chains"
7765 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7766 #  layout:
7767 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7768 #    layout: "plot-service-density"
7769 #
7770 #- type: "plot"
7771 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7772 #  algorithm: "plot_nf_heatmap"
7773 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7774 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7775 #  filter: "'NIC_Intel-XXV710' and
7776 #           'NF_DENSITY' and
7777 #           'DOCKER' and
7778 #           'CHAIN' and
7779 #           'NF_VPPIP4' and
7780 #           'IPSEC' and
7781 #           'TNL_4' and
7782 #           'IMIX' and
7783 #           '4T2C' and
7784 #           'NDRPDR'"
7785 #  parameters:
7786 #  - "throughput"
7787 #  - "name"
7788 #  - "tags"
7789 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7790 #  x-axis: "X = CNFs per Service Chain"
7791 #  y-axis: "Y = Number of Service Chains"
7792 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7793 #  layout:
7794 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7795 #    layout: "plot-service-density"
7796 #
7797 #- type: "plot"
7798 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7799 #  algorithm: "plot_nf_heatmap"
7800 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7801 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7802 #  filter: "'NIC_Intel-XXV710' and
7803 #           'NF_DENSITY' and
7804 #           'DOCKER' and
7805 #           'CHAIN' and
7806 #           'NF_VPPIP4' and
7807 #           'IPSEC' and
7808 #           'TNL_4' and
7809 #           'IMIX' and
7810 #           '8T4C' and
7811 #           'NDRPDR'"
7812 #  parameters:
7813 #  - "throughput"
7814 #  - "name"
7815 #  - "tags"
7816 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7817 #  x-axis: "X = CNFs per Service Chain"
7818 #  y-axis: "Y = Number of Service Chains"
7819 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7820 #  layout:
7821 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7822 #    layout: "plot-service-density"
7823 #
7824 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7825 #- type: "plot"
7826 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7827 #  algorithm: "plot_nf_heatmap"
7828 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7829 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7830 #  filter: "'NIC_Intel-XXV710' and
7831 #           'NF_DENSITY' and
7832 #           'DOCKER' and
7833 #           'CHAIN' and
7834 #           'NF_VPPIP4' and
7835 #           'IPSEC' and
7836 #           'TNL_4' and
7837 #           'IMIX' and
7838 #           '2T1C' and
7839 #           'NDRPDR'"
7840 #  parameters:
7841 #  - "throughput"
7842 #  - "name"
7843 #  - "tags"
7844 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7845 #  x-axis: "X = CNFs per Service Chain"
7846 #  y-axis: "Y = Number of Service Chains"
7847 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7848 #  layout:
7849 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7850 #    layout: "plot-service-density"
7851 #
7852 #- type: "plot"
7853 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7854 #  algorithm: "plot_nf_heatmap"
7855 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7856 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7857 #  filter: "'NIC_Intel-XXV710' and
7858 #           'NF_DENSITY' and
7859 #           'DOCKER' and
7860 #           'CHAIN' and
7861 #           'NF_VPPIP4' and
7862 #           'IPSEC' and
7863 #           'TNL_4' and
7864 #           'IMIX' and
7865 #           '4T2C' and
7866 #           'NDRPDR'"
7867 #  parameters:
7868 #  - "throughput"
7869 #  - "name"
7870 #  - "tags"
7871 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7872 #  x-axis: "X = CNFs per Service Chain"
7873 #  y-axis: "Y = Number of Service Chains"
7874 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7875 #  layout:
7876 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7877 #    layout: "plot-service-density"
7878 #
7879 #- type: "plot"
7880 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7881 #  algorithm: "plot_nf_heatmap"
7882 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
7883 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7884 #  filter: "'NIC_Intel-XXV710' and
7885 #           'NF_DENSITY' and
7886 #           'DOCKER' and
7887 #           'CHAIN' and
7888 #           'NF_VPPIP4' and
7889 #           'IPSEC' and
7890 #           'TNL_4' and
7891 #           'IMIX' and
7892 #           '8T4C' and
7893 #           'NDRPDR'"
7894 #  parameters:
7895 #  - "throughput"
7896 #  - "name"
7897 #  - "tags"
7898 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7899 #  x-axis: "X = CNFs per Service Chain"
7900 #  y-axis: "Y = Number of Service Chains"
7901 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7902 #  layout:
7903 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7904 #    layout: "plot-service-density"
7905
7906 ###############################################################################
7907
7908 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7909 - type: "plot"
7910   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7911   algorithm: "plot_nf_heatmap"
7912   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
7913   data: "plot-vpp-nfv-3n-hsw-mrr"
7914   filter: "'NIC_Intel-XL710' and
7915            'NF_DENSITY' and
7916            'DOCKER' and
7917            'CHAIN' and
7918            'NF_VPPIP4' and
7919            'IMIX' and
7920            'TNL_4' and
7921            '1T1C' and
7922            'MRR'"
7923   parameters:
7924   - "result"
7925   - "name"
7926   - "tags"
7927   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7928   x-axis: "X = CNFs per Service Chain"
7929   y-axis: "Y = Number of Service Chains"
7930   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7931   layout:
7932     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7933     layout: "plot-service-density"
7934
7935 - type: "plot"
7936   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7937   algorithm: "plot_nf_heatmap"
7938   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
7939   data: "plot-vpp-nfv-3n-hsw-mrr"
7940   filter: "'NIC_Intel-XL710' and
7941            'NF_DENSITY' and
7942            'DOCKER' and
7943            'CHAIN' and
7944            'NF_VPPIP4' and
7945            'IPSEC' and
7946            'TNL_4' and
7947            'IMIX' and
7948            '2T2C' and
7949            'MRR'"
7950   parameters:
7951   - "result"
7952   - "name"
7953   - "tags"
7954   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7955   x-axis: "X = CNFs per Service Chain"
7956   y-axis: "Y = Number of Service Chains"
7957   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7958   layout:
7959     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7960     layout: "plot-service-density"
7961
7962 - type: "plot"
7963   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7964   algorithm: "plot_nf_heatmap"
7965   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
7966   data: "plot-vpp-nfv-3n-hsw-mrr"
7967   filter: "'NIC_Intel-XL710' and
7968            'NF_DENSITY' and
7969            'DOCKER' and
7970            'CHAIN' and
7971            'NF_VPPIP4' and
7972            'IPSEC' and
7973            'TNL_4' and
7974            'IMIX' and
7975            '4T4C' and
7976            'MRR'"
7977   parameters:
7978   - "result"
7979   - "name"
7980   - "tags"
7981   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7982   x-axis: "X = CNFs per Service Chain"
7983   y-axis: "Y = Number of Service Chains"
7984   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7985   layout:
7986     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7987     layout: "plot-service-density"
7988
7989 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7990 - type: "plot"
7991   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7992   algorithm: "plot_nf_heatmap"
7993   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
7994   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7995   filter: "'NIC_Intel-XL710' and
7996            'NF_DENSITY' and
7997            'DOCKER' and
7998            'CHAIN' and
7999            'NF_VPPIP4' and
8000            'IPSEC' and
8001            'TNL_4' and
8002            'IMIX' and
8003            '1T1C' and
8004            'NDRPDR'"
8005   parameters:
8006   - "throughput"
8007   - "name"
8008   - "tags"
8009   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8010   x-axis: "X = CNFs per Service Chain"
8011   y-axis: "Y = Number of Service Chains"
8012   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8013   layout:
8014     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8015     layout: "plot-service-density"
8016
8017 - type: "plot"
8018   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8019   algorithm: "plot_nf_heatmap"
8020   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8021   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8022   filter: "'NIC_Intel-XL710' and
8023            'NF_DENSITY' and
8024            'DOCKER' and
8025            'CHAIN' and
8026            'NF_VPPIP4' and
8027            'IPSEC' and
8028            'TNL_4' and
8029            'IMIX' and
8030            '2T2C' and
8031            'NDRPDR'"
8032   parameters:
8033   - "throughput"
8034   - "name"
8035   - "tags"
8036   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8037   x-axis: "X = CNFs per Service Chain"
8038   y-axis: "Y = Number of Service Chains"
8039   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8040   layout:
8041     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8042     layout: "plot-service-density"
8043
8044 - type: "plot"
8045   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8046   algorithm: "plot_nf_heatmap"
8047   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8048   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8049   filter: "'NIC_Intel-XL710' and
8050            'NF_DENSITY' and
8051            'DOCKER' and
8052            'CHAIN' and
8053            'NF_VPPIP4' and
8054            'IPSEC' and
8055            'TNL_4' and
8056            'IMIX' and
8057            '4T4C' and
8058            'NDRPDR'"
8059   parameters:
8060   - "throughput"
8061   - "name"
8062   - "tags"
8063   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8064   x-axis: "X = CNFs per Service Chain"
8065   y-axis: "Y = Number of Service Chains"
8066   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8067   layout:
8068     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8069     layout: "plot-service-density"
8070
8071 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8072 - type: "plot"
8073   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8074   algorithm: "plot_nf_heatmap"
8075   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8076   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8077   filter: "'NIC_Intel-XL710' and
8078            'NF_DENSITY' and
8079            'DOCKER' and
8080            'CHAIN' and
8081            'NF_VPPIP4' and
8082            'IPSEC' and
8083            'TNL_4' and
8084            'IMIX' and
8085            '1T1C' and
8086            'NDRPDR'"
8087   parameters:
8088   - "throughput"
8089   - "name"
8090   - "tags"
8091   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8092   x-axis: "X = CNFs per Service Chain"
8093   y-axis: "Y = Number of Service Chains"
8094   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8095   layout:
8096     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8097     layout: "plot-service-density"
8098
8099 - type: "plot"
8100   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8101   algorithm: "plot_nf_heatmap"
8102   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8103   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8104   filter: "'NIC_Intel-XL710' and
8105            'NF_DENSITY' and
8106            'DOCKER' and
8107            'CHAIN' and
8108            'NF_VPPIP4' and
8109            'IPSEC' and
8110            'TNL_4' and
8111            'IMIX' and
8112            '2T2C' and
8113            'NDRPDR'"
8114   parameters:
8115   - "throughput"
8116   - "name"
8117   - "tags"
8118   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8119   x-axis: "X = CNFs per Service Chain"
8120   y-axis: "Y = Number of Service Chains"
8121   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8122   layout:
8123     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8124     layout: "plot-service-density"
8125
8126 - type: "plot"
8127   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8128   algorithm: "plot_nf_heatmap"
8129   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8130   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8131   filter: "'NIC_Intel-XL710' and
8132            'NF_DENSITY' and
8133            'DOCKER' and
8134            'CHAIN' and
8135            'NF_VPPIP4' and
8136            'IPSEC' and
8137            'TNL_4' and
8138            'IMIX' and
8139            '4T4C' and
8140            'NDRPDR'"
8141   parameters:
8142   - "throughput"
8143   - "name"
8144   - "tags"
8145   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8146   x-axis: "X = CNFs per Service Chain"
8147   y-axis: "Y = Number of Service Chains"
8148   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8149   layout:
8150     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8151     layout: "plot-service-density"
8152
8153 ###############################################################################
8154
8155 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8156 #- type: "plot"
8157 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8158 #  algorithm: "plot_nf_heatmap"
8159 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8160 #  data: "plot-vpp-nfv-3n-skx-mrr"
8161 #  filter: "'NIC_Intel-XXV710' and
8162 #           'NF_DENSITY' and
8163 #           'DOCKER' and
8164 #           'CHAIN' and
8165 #           'NF_VPPIP4' and
8166 #           'IPSEC' and
8167 #           'TNL_1000' and
8168 #           'IMIX' and
8169 #           '2T1C' and
8170 #           'MRR'"
8171 #  parameters:
8172 #  - "result"
8173 #  - "name"
8174 #  - "tags"
8175 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8176 #  x-axis: "X = CNFs per Service Chain"
8177 #  y-axis: "Y = Number of Service Chains"
8178 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8179 #  layout:
8180 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8181 #    layout: "plot-service-density"
8182 #
8183 #- type: "plot"
8184 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8185 #  algorithm: "plot_nf_heatmap"
8186 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8187 #  data: "plot-vpp-nfv-3n-skx-mrr"
8188 #  filter: "'NIC_Intel-XXV710' and
8189 #           'NF_DENSITY' and
8190 #           'DOCKER' and
8191 #           'CHAIN' and
8192 #           'NF_VPPIP4' and
8193 #           'IPSEC' and
8194 #           'TNL_1000' and
8195 #           'IMIX' and
8196 #           '4T2C' and
8197 #           'MRR'"
8198 #  parameters:
8199 #  - "result"
8200 #  - "name"
8201 #  - "tags"
8202 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8203 #  x-axis: "X = CNFs per Service Chain"
8204 #  y-axis: "Y = Number of Service Chains"
8205 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8206 #  layout:
8207 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8208 #    layout: "plot-service-density"
8209 #
8210 #- type: "plot"
8211 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8212 #  algorithm: "plot_nf_heatmap"
8213 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8214 #  data: "plot-vpp-nfv-3n-skx-mrr"
8215 #  filter: "'NIC_Intel-XXV710' and
8216 #           'NF_DENSITY' and
8217 #           'DOCKER' and
8218 #           'CHAIN' and
8219 #           'NF_VPPIP4' and
8220 #           'IPSEC' and
8221 #           'TNL_1000' and
8222 #           'IMIX' and
8223 #           '8T4C' and
8224 #           'MRR'"
8225 #  parameters:
8226 #  - "result"
8227 #  - "name"
8228 #  - "tags"
8229 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8230 #  x-axis: "X = CNFs per Service Chain"
8231 #  y-axis: "Y = Number of Service Chains"
8232 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8233 #  layout:
8234 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8235 #    layout: "plot-service-density"
8236 #
8237 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8238 #- type: "plot"
8239 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8240 #  algorithm: "plot_nf_heatmap"
8241 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8242 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8243 #  filter: "'NIC_Intel-XXV710' and
8244 #           'NF_DENSITY' and
8245 #           'DOCKER' and
8246 #           'CHAIN' and
8247 #           'NF_VPPIP4' and
8248 #           'IPSEC' and
8249 #           'TNL_1000' and
8250 #           'IMIX' and
8251 #           '2T1C' and
8252 #           'NDRPDR'"
8253 #  parameters:
8254 #  - "throughput"
8255 #  - "name"
8256 #  - "tags"
8257 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8258 #  x-axis: "X = CNFs per Service Chain"
8259 #  y-axis: "Y = Number of Service Chains"
8260 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8261 #  layout:
8262 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8263 #    layout: "plot-service-density"
8264 #
8265 #- type: "plot"
8266 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8267 #  algorithm: "plot_nf_heatmap"
8268 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8269 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8270 #  filter: "'NIC_Intel-XXV710' and
8271 #           'NF_DENSITY' and
8272 #           'DOCKER' and
8273 #           'CHAIN' and
8274 #           'NF_VPPIP4' and
8275 #           'IPSEC' and
8276 #           'TNL_1000' and
8277 #           'IMIX' and
8278 #           '4T2C' and
8279 #           'NDRPDR'"
8280 #  parameters:
8281 #  - "throughput"
8282 #  - "name"
8283 #  - "tags"
8284 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8285 #  x-axis: "X = CNFs per Service Chain"
8286 #  y-axis: "Y = Number of Service Chains"
8287 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8288 #  layout:
8289 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8290 #    layout: "plot-service-density"
8291 #
8292 #- type: "plot"
8293 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8294 #  algorithm: "plot_nf_heatmap"
8295 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8296 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8297 #  filter: "'NIC_Intel-XXV710' and
8298 #           'NF_DENSITY' and
8299 #           'DOCKER' and
8300 #           'CHAIN' and
8301 #           'NF_VPPIP4' and
8302 #           'IPSEC' and
8303 #           'TNL_1000' and
8304 #           'IMIX' and
8305 #           '8T4C' and
8306 #           'NDRPDR'"
8307 #  parameters:
8308 #  - "throughput"
8309 #  - "name"
8310 #  - "tags"
8311 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8312 #  x-axis: "X = CNFs per Service Chain"
8313 #  y-axis: "Y = Number of Service Chains"
8314 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8315 #  layout:
8316 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8317 #    layout: "plot-service-density"
8318 #
8319 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8320 #- type: "plot"
8321 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8322 #  algorithm: "plot_nf_heatmap"
8323 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8324 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8325 #  filter: "'NIC_Intel-XXV710' and
8326 #           'NF_DENSITY' and
8327 #           'DOCKER' and
8328 #           'CHAIN' and
8329 #           'NF_VPPIP4' and
8330 #           'IPSEC' and
8331 #           'TNL_1000' and
8332 #           'IMIX' and
8333 #           '2T1C' and
8334 #           'NDRPDR'"
8335 #  parameters:
8336 #  - "throughput"
8337 #  - "name"
8338 #  - "tags"
8339 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8340 #  x-axis: "X = CNFs per Service Chain"
8341 #  y-axis: "Y = Number of Service Chains"
8342 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8343 #  layout:
8344 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8345 #    layout: "plot-service-density"
8346 #
8347 #- type: "plot"
8348 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8349 #  algorithm: "plot_nf_heatmap"
8350 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8351 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8352 #  filter: "'NIC_Intel-XXV710' and
8353 #           'NF_DENSITY' and
8354 #           'DOCKER' and
8355 #           'CHAIN' and
8356 #           'NF_VPPIP4' and
8357 #           'IPSEC' and
8358 #           'TNL_1000' and
8359 #           'IMIX' and
8360 #           '4T2C' and
8361 #           'NDRPDR'"
8362 #  parameters:
8363 #  - "throughput"
8364 #  - "name"
8365 #  - "tags"
8366 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8367 #  x-axis: "X = CNFs per Service Chain"
8368 #  y-axis: "Y = Number of Service Chains"
8369 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8370 #  layout:
8371 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8372 #    layout: "plot-service-density"
8373 #
8374 #- type: "plot"
8375 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8376 #  algorithm: "plot_nf_heatmap"
8377 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8378 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8379 #  filter: "'NIC_Intel-XXV710' and
8380 #           'NF_DENSITY' and
8381 #           'DOCKER' and
8382 #           'CHAIN' and
8383 #           'NF_VPPIP4' and
8384 #           'IPSEC' and
8385 #           'TNL_1000' and
8386 #           'IMIX' and
8387 #           '8T4C' and
8388 #           'NDRPDR'"
8389 #  parameters:
8390 #  - "throughput"
8391 #  - "name"
8392 #  - "tags"
8393 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8394 #  x-axis: "X = CNFs per Service Chain"
8395 #  y-axis: "Y = Number of Service Chains"
8396 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8397 #  layout:
8398 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8399 #    layout: "plot-service-density"
8400
8401 ###############################################################################
8402
8403 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8404 - type: "plot"
8405   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8406   algorithm: "plot_nf_heatmap"
8407   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8408   data: "plot-vpp-nfv-3n-hsw-mrr"
8409   filter: "'NIC_Intel-XL710' and
8410            'NF_DENSITY' and
8411            'DOCKER' and
8412            'CHAIN' and
8413            'NF_VPPIP4' and
8414            'IMIX' and
8415            'TNL_1000' and
8416            '1T1C' and
8417            'MRR'"
8418   parameters:
8419   - "result"
8420   - "name"
8421   - "tags"
8422   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8423   x-axis: "X = CNFs per Service Chain"
8424   y-axis: "Y = Number of Service Chains"
8425   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8426   layout:
8427     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8428     layout: "plot-service-density"
8429
8430 - type: "plot"
8431   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8432   algorithm: "plot_nf_heatmap"
8433   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8434   data: "plot-vpp-nfv-3n-hsw-mrr"
8435   filter: "'NIC_Intel-XL710' and
8436            'NF_DENSITY' and
8437            'DOCKER' and
8438            'CHAIN' and
8439            'NF_VPPIP4' and
8440            'IPSEC' and
8441            'TNL_1000' and
8442            'IMIX' and
8443            '2T2C' and
8444            'MRR'"
8445   parameters:
8446   - "result"
8447   - "name"
8448   - "tags"
8449   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8450   x-axis: "X = CNFs per Service Chain"
8451   y-axis: "Y = Number of Service Chains"
8452   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8453   layout:
8454     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8455     layout: "plot-service-density"
8456
8457 - type: "plot"
8458   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8459   algorithm: "plot_nf_heatmap"
8460   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8461   data: "plot-vpp-nfv-3n-hsw-mrr"
8462   filter: "'NIC_Intel-XL710' and
8463            'NF_DENSITY' and
8464            'DOCKER' and
8465            'CHAIN' and
8466            'NF_VPPIP4' and
8467            'IPSEC' and
8468            'TNL_1000' and
8469            'IMIX' and
8470            '4T4C' and
8471            'MRR'"
8472   parameters:
8473   - "result"
8474   - "name"
8475   - "tags"
8476   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8477   x-axis: "X = CNFs per Service Chain"
8478   y-axis: "Y = Number of Service Chains"
8479   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8480   layout:
8481     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8482     layout: "plot-service-density"
8483
8484 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8485 - type: "plot"
8486   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8487   algorithm: "plot_nf_heatmap"
8488   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8489   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8490   filter: "'NIC_Intel-XL710' and
8491            'NF_DENSITY' and
8492            'DOCKER' and
8493            'CHAIN' and
8494            'NF_VPPIP4' and
8495            'IPSEC' and
8496            'TNL_1000' and
8497            'IMIX' and
8498            '1T1C' and
8499            'NDRPDR'"
8500   parameters:
8501   - "throughput"
8502   - "name"
8503   - "tags"
8504   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8505   x-axis: "X = CNFs per Service Chain"
8506   y-axis: "Y = Number of Service Chains"
8507   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8508   layout:
8509     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8510     layout: "plot-service-density"
8511
8512 - type: "plot"
8513   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8514   algorithm: "plot_nf_heatmap"
8515   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8516   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8517   filter: "'NIC_Intel-XL710' and
8518            'NF_DENSITY' and
8519            'DOCKER' and
8520            'CHAIN' and
8521            'NF_VPPIP4' and
8522            'IPSEC' and
8523            'TNL_1000' and
8524            'IMIX' and
8525            '2T2C' and
8526            'NDRPDR'"
8527   parameters:
8528   - "throughput"
8529   - "name"
8530   - "tags"
8531   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8532   x-axis: "X = CNFs per Service Chain"
8533   y-axis: "Y = Number of Service Chains"
8534   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8535   layout:
8536     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8537     layout: "plot-service-density"
8538
8539 - type: "plot"
8540   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8541   algorithm: "plot_nf_heatmap"
8542   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8543   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8544   filter: "'NIC_Intel-XL710' and
8545            'NF_DENSITY' and
8546            'DOCKER' and
8547            'CHAIN' and
8548            'NF_VPPIP4' and
8549            'IPSEC' and
8550            'TNL_1000' and
8551            'IMIX' and
8552            '4T4C' and
8553            'NDRPDR'"
8554   parameters:
8555   - "throughput"
8556   - "name"
8557   - "tags"
8558   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8559   x-axis: "X = CNFs per Service Chain"
8560   y-axis: "Y = Number of Service Chains"
8561   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8562   layout:
8563     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8564     layout: "plot-service-density"
8565
8566 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8567 - type: "plot"
8568   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8569   algorithm: "plot_nf_heatmap"
8570   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8571   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8572   filter: "'NIC_Intel-XL710' and
8573            'NF_DENSITY' and
8574            'DOCKER' and
8575            'CHAIN' and
8576            'NF_VPPIP4' and
8577            'IPSEC' and
8578            'TNL_1000' and
8579            'IMIX' and
8580            '1T1C' and
8581            'NDRPDR'"
8582   parameters:
8583   - "throughput"
8584   - "name"
8585   - "tags"
8586   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8587   x-axis: "X = CNFs per Service Chain"
8588   y-axis: "Y = Number of Service Chains"
8589   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8590   layout:
8591     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8592     layout: "plot-service-density"
8593
8594 - type: "plot"
8595   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8596   algorithm: "plot_nf_heatmap"
8597   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8598   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8599   filter: "'NIC_Intel-XL710' and
8600            'NF_DENSITY' and
8601            'DOCKER' and
8602            'CHAIN' and
8603            'NF_VPPIP4' and
8604            'IPSEC' and
8605            'TNL_1000' and
8606            'IMIX' and
8607            '2T2C' and
8608            'NDRPDR'"
8609   parameters:
8610   - "throughput"
8611   - "name"
8612   - "tags"
8613   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8614   x-axis: "X = CNFs per Service Chain"
8615   y-axis: "Y = Number of Service Chains"
8616   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8617   layout:
8618     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8619     layout: "plot-service-density"
8620
8621 - type: "plot"
8622   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8623   algorithm: "plot_nf_heatmap"
8624   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8625   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8626   filter: "'NIC_Intel-XL710' and
8627            'NF_DENSITY' and
8628            'DOCKER' and
8629            'CHAIN' and
8630            'NF_VPPIP4' and
8631            'IPSEC' and
8632            'TNL_1000' and
8633            'IMIX' and
8634            '4T4C' and
8635            'NDRPDR'"
8636   parameters:
8637   - "throughput"
8638   - "name"
8639   - "tags"
8640   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8641   x-axis: "X = CNFs per Service Chain"
8642   y-axis: "Y = Number of Service Chains"
8643   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8644   layout:
8645     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8646     layout: "plot-service-density"
8647
8648 ###############################################################################
8649
8650 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8651 #- type: "plot"
8652 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8653 #  algorithm: "plot_nf_heatmap"
8654 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8655 #  data: "plot-vpp-nfv-3n-skx-mrr"
8656 #  filter: "'NIC_Intel-XXV710' and
8657 #           'NF_DENSITY' and
8658 #           'DOCKER' and
8659 #           'CHAIN' and
8660 #           'NF_VPPIP4' and
8661 #           'IPSEC' and
8662 #           'TNL_10000' and
8663 #           'IMIX' and
8664 #           '2T1C' and
8665 #           'MRR'"
8666 #  parameters:
8667 #  - "result"
8668 #  - "name"
8669 #  - "tags"
8670 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8671 #  x-axis: "X = CNFs per Service Chain"
8672 #  y-axis: "Y = Number of Service Chains"
8673 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8674 #  layout:
8675 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8676 #    layout: "plot-service-density"
8677 #
8678 #- type: "plot"
8679 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8680 #  algorithm: "plot_nf_heatmap"
8681 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8682 #  data: "plot-vpp-nfv-3n-skx-mrr"
8683 #  filter: "'NIC_Intel-XXV710' and
8684 #           'NF_DENSITY' and
8685 #           'DOCKER' and
8686 #           'CHAIN' and
8687 #           'NF_VPPIP4' and
8688 #           'IPSEC' and
8689 #           'TNL_10000' and
8690 #           'IMIX' and
8691 #           '4T2C' and
8692 #           'MRR'"
8693 #  parameters:
8694 #  - "result"
8695 #  - "name"
8696 #  - "tags"
8697 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8698 #  x-axis: "X = CNFs per Service Chain"
8699 #  y-axis: "Y = Number of Service Chains"
8700 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8701 #  layout:
8702 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8703 #    layout: "plot-service-density"
8704 #
8705 #- type: "plot"
8706 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8707 #  algorithm: "plot_nf_heatmap"
8708 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8709 #  data: "plot-vpp-nfv-3n-skx-mrr"
8710 #  filter: "'NIC_Intel-XXV710' and
8711 #           'NF_DENSITY' and
8712 #           'DOCKER' and
8713 #           'CHAIN' and
8714 #           'NF_VPPIP4' and
8715 #           'IPSEC' and
8716 #           'TNL_10000' and
8717 #           'IMIX' and
8718 #           '8T4C' and
8719 #           'MRR'"
8720 #  parameters:
8721 #  - "result"
8722 #  - "name"
8723 #  - "tags"
8724 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8725 #  x-axis: "X = CNFs per Service Chain"
8726 #  y-axis: "Y = Number of Service Chains"
8727 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8728 #  layout:
8729 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8730 #    layout: "plot-service-density"
8731 #
8732 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8733 #- type: "plot"
8734 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8735 #  algorithm: "plot_nf_heatmap"
8736 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8737 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8738 #  filter: "'NIC_Intel-XXV710' and
8739 #           'NF_DENSITY' and
8740 #           'DOCKER' and
8741 #           'CHAIN' and
8742 #           'NF_VPPIP4' and
8743 #           'IPSEC' and
8744 #           'TNL_10000' and
8745 #           'IMIX' and
8746 #           '2T1C' and
8747 #           'NDRPDR'"
8748 #  parameters:
8749 #  - "throughput"
8750 #  - "name"
8751 #  - "tags"
8752 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8753 #  x-axis: "X = CNFs per Service Chain"
8754 #  y-axis: "Y = Number of Service Chains"
8755 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8756 #  layout:
8757 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8758 #    layout: "plot-service-density"
8759 #
8760 #- type: "plot"
8761 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8762 #  algorithm: "plot_nf_heatmap"
8763 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8764 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8765 #  filter: "'NIC_Intel-XXV710' and
8766 #           'NF_DENSITY' and
8767 #           'DOCKER' and
8768 #           'CHAIN' and
8769 #           'NF_VPPIP4' and
8770 #           'IPSEC' and
8771 #           'TNL_10000' and
8772 #           'IMIX' and
8773 #           '4T2C' and
8774 #           'NDRPDR'"
8775 #  parameters:
8776 #  - "throughput"
8777 #  - "name"
8778 #  - "tags"
8779 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8780 #  x-axis: "X = CNFs per Service Chain"
8781 #  y-axis: "Y = Number of Service Chains"
8782 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8783 #  layout:
8784 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8785 #    layout: "plot-service-density"
8786 #
8787 #- type: "plot"
8788 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8789 #  algorithm: "plot_nf_heatmap"
8790 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8791 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8792 #  filter: "'NIC_Intel-XXV710' and
8793 #           'NF_DENSITY' and
8794 #           'DOCKER' and
8795 #           'CHAIN' and
8796 #           'NF_VPPIP4' and
8797 #           'IPSEC' and
8798 #           'TNL_10000' and
8799 #           'IMIX' and
8800 #           '8T4C' and
8801 #           'NDRPDR'"
8802 #  parameters:
8803 #  - "throughput"
8804 #  - "name"
8805 #  - "tags"
8806 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8807 #  x-axis: "X = CNFs per Service Chain"
8808 #  y-axis: "Y = Number of Service Chains"
8809 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8810 #  layout:
8811 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8812 #    layout: "plot-service-density"
8813 #
8814 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8815 #- type: "plot"
8816 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8817 #  algorithm: "plot_nf_heatmap"
8818 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8819 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8820 #  filter: "'NIC_Intel-XXV710' and
8821 #           'NF_DENSITY' and
8822 #           'DOCKER' and
8823 #           'CHAIN' and
8824 #           'NF_VPPIP4' and
8825 #           'IPSEC' and
8826 #           'TNL_10000' and
8827 #           'IMIX' and
8828 #           '2T1C' and
8829 #           'NDRPDR'"
8830 #  parameters:
8831 #  - "throughput"
8832 #  - "name"
8833 #  - "tags"
8834 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8835 #  x-axis: "X = CNFs per Service Chain"
8836 #  y-axis: "Y = Number of Service Chains"
8837 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8838 #  layout:
8839 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8840 #    layout: "plot-service-density"
8841 #
8842 #- type: "plot"
8843 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8844 #  algorithm: "plot_nf_heatmap"
8845 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8846 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8847 #  filter: "'NIC_Intel-XXV710' and
8848 #           'NF_DENSITY' and
8849 #           'DOCKER' and
8850 #           'CHAIN' and
8851 #           'NF_VPPIP4' and
8852 #           'IPSEC' and
8853 #           'TNL_10000' and
8854 #           'IMIX' and
8855 #           '4T2C' and
8856 #           'NDRPDR'"
8857 #  parameters:
8858 #  - "throughput"
8859 #  - "name"
8860 #  - "tags"
8861 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8862 #  x-axis: "X = CNFs per Service Chain"
8863 #  y-axis: "Y = Number of Service Chains"
8864 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8865 #  layout:
8866 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8867 #    layout: "plot-service-density"
8868 #
8869 #- type: "plot"
8870 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8871 #  algorithm: "plot_nf_heatmap"
8872 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
8873 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8874 #  filter: "'NIC_Intel-XXV710' and
8875 #           'NF_DENSITY' and
8876 #           'DOCKER' and
8877 #           'CHAIN' and
8878 #           'NF_VPPIP4' and
8879 #           'IPSEC' and
8880 #           'TNL_10000' and
8881 #           'IMIX' and
8882 #           '8T4C' and
8883 #           'NDRPDR'"
8884 #  parameters:
8885 #  - "throughput"
8886 #  - "name"
8887 #  - "tags"
8888 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8889 #  x-axis: "X = CNFs per Service Chain"
8890 #  y-axis: "Y = Number of Service Chains"
8891 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8892 #  layout:
8893 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8894 #    layout: "plot-service-density"
8895
8896 ###############################################################################
8897
8898 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8899 - type: "plot"
8900   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8901   algorithm: "plot_nf_heatmap"
8902   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
8903   data: "plot-vpp-nfv-3n-hsw-mrr"
8904   filter: "'NIC_Intel-XL710' and
8905            'NF_DENSITY' and
8906            'DOCKER' and
8907            'CHAIN' and
8908            'NF_VPPIP4' and
8909            'IMIX' and
8910            'TNL_10000' and
8911            '1T1C' 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 Chain"
8919   y-axis: "Y = Number of Service Chains"
8920   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8921   layout:
8922     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8923     layout: "plot-service-density"
8924
8925 - type: "plot"
8926   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8927   algorithm: "plot_nf_heatmap"
8928   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
8929   data: "plot-vpp-nfv-3n-hsw-mrr"
8930   filter: "'NIC_Intel-XL710' and
8931            'NF_DENSITY' and
8932            'DOCKER' and
8933            'CHAIN' and
8934            'NF_VPPIP4' and
8935            'IPSEC' and
8936            'TNL_10000' and
8937            'IMIX' and
8938            '2T2C' and
8939            'MRR'"
8940   parameters:
8941   - "result"
8942   - "name"
8943   - "tags"
8944   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8945   x-axis: "X = CNFs per Service Chain"
8946   y-axis: "Y = Number of Service Chains"
8947   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8948   layout:
8949     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8950     layout: "plot-service-density"
8951
8952 - type: "plot"
8953   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8954   algorithm: "plot_nf_heatmap"
8955   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
8956   data: "plot-vpp-nfv-3n-hsw-mrr"
8957   filter: "'NIC_Intel-XL710' and
8958            'NF_DENSITY' and
8959            'DOCKER' and
8960            'CHAIN' and
8961            'NF_VPPIP4' and
8962            'IPSEC' and
8963            'TNL_10000' and
8964            'IMIX' and
8965            '4T4C' and
8966            'MRR'"
8967   parameters:
8968   - "result"
8969   - "name"
8970   - "tags"
8971   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8972   x-axis: "X = CNFs per Service Chain"
8973   y-axis: "Y = Number of Service Chains"
8974   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8975   layout:
8976     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8977     layout: "plot-service-density"
8978
8979 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8980 - type: "plot"
8981   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8982   algorithm: "plot_nf_heatmap"
8983   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
8984   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8985   filter: "'NIC_Intel-XL710' and
8986            'NF_DENSITY' and
8987            'DOCKER' and
8988            'CHAIN' and
8989            'NF_VPPIP4' and
8990            'IPSEC' and
8991            'TNL_10000' and
8992            'IMIX' and
8993            '1T1C' and
8994            'NDRPDR'"
8995   parameters:
8996   - "throughput"
8997   - "name"
8998   - "tags"
8999   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9000   x-axis: "X = CNFs per Service Chain"
9001   y-axis: "Y = Number of Service Chains"
9002   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9003   layout:
9004     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9005     layout: "plot-service-density"
9006
9007 - type: "plot"
9008   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9009   algorithm: "plot_nf_heatmap"
9010   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9011   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9012   filter: "'NIC_Intel-XL710' and
9013            'NF_DENSITY' and
9014            'DOCKER' and
9015            'CHAIN' and
9016            'NF_VPPIP4' and
9017            'IPSEC' and
9018            'TNL_10000' and
9019            'IMIX' and
9020            '2T2C' and
9021            'NDRPDR'"
9022   parameters:
9023   - "throughput"
9024   - "name"
9025   - "tags"
9026   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9027   x-axis: "X = CNFs per Service Chain"
9028   y-axis: "Y = Number of Service Chains"
9029   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9030   layout:
9031     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9032     layout: "plot-service-density"
9033
9034 - type: "plot"
9035   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9036   algorithm: "plot_nf_heatmap"
9037   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9038   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9039   filter: "'NIC_Intel-XL710' and
9040            'NF_DENSITY' and
9041            'DOCKER' and
9042            'CHAIN' and
9043            'NF_VPPIP4' and
9044            'IPSEC' and
9045            'TNL_10000' and
9046            'IMIX' and
9047            '4T4C' and
9048            'NDRPDR'"
9049   parameters:
9050   - "throughput"
9051   - "name"
9052   - "tags"
9053   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9054   x-axis: "X = CNFs per Service Chain"
9055   y-axis: "Y = Number of Service Chains"
9056   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9057   layout:
9058     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9059     layout: "plot-service-density"
9060
9061 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9062 - type: "plot"
9063   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9064   algorithm: "plot_nf_heatmap"
9065   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9066   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9067   filter: "'NIC_Intel-XL710' and
9068            'NF_DENSITY' and
9069            'DOCKER' and
9070            'CHAIN' and
9071            'NF_VPPIP4' and
9072            'IPSEC' and
9073            'TNL_10000' and
9074            'IMIX' and
9075            '1T1C' and
9076            'NDRPDR'"
9077   parameters:
9078   - "throughput"
9079   - "name"
9080   - "tags"
9081   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9082   x-axis: "X = CNFs per Service Chain"
9083   y-axis: "Y = Number of Service Chains"
9084   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9085   layout:
9086     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9087     layout: "plot-service-density"
9088
9089 - type: "plot"
9090   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9091   algorithm: "plot_nf_heatmap"
9092   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9093   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9094   filter: "'NIC_Intel-XL710' and
9095            'NF_DENSITY' and
9096            'DOCKER' and
9097            'CHAIN' and
9098            'NF_VPPIP4' and
9099            'IPSEC' and
9100            'TNL_10000' and
9101            'IMIX' and
9102            '2T2C' and
9103            'NDRPDR'"
9104   parameters:
9105   - "throughput"
9106   - "name"
9107   - "tags"
9108   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9109   x-axis: "X = CNFs per Service Chain"
9110   y-axis: "Y = Number of Service Chains"
9111   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9112   layout:
9113     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9114     layout: "plot-service-density"
9115
9116 - type: "plot"
9117   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9118   algorithm: "plot_nf_heatmap"
9119   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9120   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9121   filter: "'NIC_Intel-XL710' and
9122            'NF_DENSITY' and
9123            'DOCKER' and
9124            'CHAIN' and
9125            'NF_VPPIP4' and
9126            'IPSEC' and
9127            'TNL_10000' and
9128            'IMIX' and
9129            '4T4C' and
9130            'NDRPDR'"
9131   parameters:
9132   - "throughput"
9133   - "name"
9134   - "tags"
9135   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9136   x-axis: "X = CNFs per Service Chain"
9137   y-axis: "Y = Number of Service Chains"
9138   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9139   layout:
9140     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9141     layout: "plot-service-density"
9142
9143 ###############################################################################
9144
9145 # Plots - NF Density - CSP - MRR 64b
9146
9147 #- type: "plot"
9148 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9149 #  algorithm: "plot_nf_heatmap"
9150 #  output-file-type: ".html"
9151 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9152 #  data: "plot-vpp-nfv-2n-skx-mrr"
9153 #  filter: "'NIC_Intel-XXV710' and
9154 #           'NF_DENSITY' and
9155 #           'DOCKER' and
9156 #           'PIPELINE' and
9157 #           'NF_VPPIP4' and
9158 #           '64B' and
9159 #           '2T1C' and
9160 #           'MRR'"
9161 #  parameters:
9162 #  - "result"
9163 #  - "name"
9164 #  - "tags"
9165 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9166 #  x-axis: "X = CNFs per Service Pipeline"
9167 #  y-axis: "Y = Number of Service Pipelines"
9168 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9169 #  layout:
9170 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9171 #    layout: "plot-service-density"
9172 #
9173 #- type: "plot"
9174 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9175 #  algorithm: "plot_nf_heatmap"
9176 #  output-file-type: ".html"
9177 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9178 #  data: "plot-vpp-nfv-2n-skx-mrr"
9179 #  filter: "'NIC_Intel-XXV710' and
9180 #           'NF_DENSITY' and
9181 #           'DOCKER' and
9182 #           'PIPELINE' and
9183 #           'NF_VPPIP4' and
9184 #           '64B' and
9185 #           '4T2C' and
9186 #           'MRR'"
9187 #  parameters:
9188 #  - "result"
9189 #  - "name"
9190 #  - "tags"
9191 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9192 #  x-axis: "X = CNFs per Service Pipeline"
9193 #  y-axis: "Y = Number of Service Pipelines"
9194 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9195 #  layout:
9196 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9197 #    layout: "plot-service-density"
9198 #
9199 #- type: "plot"
9200 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9201 #  algorithm: "plot_nf_heatmap"
9202 #  output-file-type: ".html"
9203 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9204 #  data: "plot-vpp-nfv-2n-skx-mrr"
9205 #  filter: "'NIC_Intel-XXV710' and
9206 #           'NF_DENSITY' and
9207 #           'DOCKER' and
9208 #           'PIPELINE' and
9209 #           'NF_VPPIP4' and
9210 #           '64B' and
9211 #           '8T4C' and
9212 #           'MRR'"
9213 #  parameters:
9214 #  - "result"
9215 #  - "name"
9216 #  - "tags"
9217 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9218 #  x-axis: "X = CNFs per Service Pipeline"
9219 #  y-axis: "Y = Number of Service Pipelines"
9220 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9221 #  layout:
9222 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9223 #    layout: "plot-service-density"
9224 #
9225 ## Plots - NF Density - CSP - MRR IMIX
9226 #- type: "plot"
9227 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9228 #  algorithm: "plot_nf_heatmap"
9229 #  output-file-type: ".html"
9230 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9231 #  data: "plot-vpp-nfv-2n-skx-mrr"
9232 #  filter: "'NIC_Intel-XXV710' and
9233 #           'NF_DENSITY' and
9234 #           'DOCKER' and
9235 #           'PIPELINE' and
9236 #           'NF_VPPIP4' and
9237 #           'IMIX' and
9238 #           '2T1C' and
9239 #           'MRR'"
9240 #  parameters:
9241 #  - "result"
9242 #  - "name"
9243 #  - "tags"
9244 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9245 #  x-axis: "X = CNFs per Service Pipeline"
9246 #  y-axis: "Y = Number of Service Pipelines"
9247 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9248 #  layout:
9249 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9250 #    layout: "plot-service-density"
9251 #
9252 #- type: "plot"
9253 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9254 #  algorithm: "plot_nf_heatmap"
9255 #  output-file-type: ".html"
9256 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9257 #  data: "plot-vpp-nfv-2n-skx-mrr"
9258 #  filter: "'NIC_Intel-XXV710' and
9259 #           'NF_DENSITY' and
9260 #           'DOCKER' and
9261 #           'PIPELINE' and
9262 #           'NF_VPPIP4' and
9263 #           'IMIX' and
9264 #           '4T2C' and
9265 #           'MRR'"
9266 #  parameters:
9267 #  - "result"
9268 #  - "name"
9269 #  - "tags"
9270 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9271 #  x-axis: "X = CNFs per Service Pipeline"
9272 #  y-axis: "Y = Number of Service Pipelines"
9273 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9274 #  layout:
9275 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9276 #    layout: "plot-service-density"
9277 #
9278 #- type: "plot"
9279 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9280 #  algorithm: "plot_nf_heatmap"
9281 #  output-file-type: ".html"
9282 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9283 #  data: "plot-vpp-nfv-2n-skx-mrr"
9284 #  filter: "'NIC_Intel-XXV710' and
9285 #           'NF_DENSITY' and
9286 #           'DOCKER' and
9287 #           'PIPELINE' and
9288 #           'NF_VPPIP4' and
9289 #           'IMIX' and
9290 #           '8T4C' and
9291 #           'MRR'"
9292 #  parameters:
9293 #  - "result"
9294 #  - "name"
9295 #  - "tags"
9296 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9297 #  x-axis: "X = CNFs per Service Pipeline"
9298 #  y-axis: "Y = Number of Service Pipelines"
9299 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9300 #  layout:
9301 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9302 #    layout: "plot-service-density"
9303 #
9304 ## Plots - NF Density - CSP - NDR 64b
9305 #- type: "plot"
9306 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9307 #  algorithm: "plot_nf_heatmap"
9308 #  output-file-type: ".html"
9309 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9310 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9311 #  filter: "'NIC_Intel-XXV710' and
9312 #           'NF_DENSITY' and
9313 #           'DOCKER' and
9314 #           'PIPELINE' and
9315 #           'NF_VPPIP4' and
9316 #           '64B' and
9317 #           '2T1C' and
9318 #           'NDRPDR'"
9319 #  parameters:
9320 #  - "throughput"
9321 #  - "name"
9322 #  - "tags"
9323 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9324 #  x-axis: "X = CNFs per Service Pipeline"
9325 #  y-axis: "Y = Number of Service Pipelines"
9326 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9327 #  layout:
9328 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9329 #    layout: "plot-service-density"
9330 #
9331 #- type: "plot"
9332 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9333 #  algorithm: "plot_nf_heatmap"
9334 #  output-file-type: ".html"
9335 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9336 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9337 #  filter: "'NIC_Intel-XXV710' and
9338 #           'NF_DENSITY' and
9339 #           'DOCKER' and
9340 #           'PIPELINE' and
9341 #           'NF_VPPIP4' and
9342 #           '64B' and
9343 #           '4T2C' and
9344 #           'NDRPDR'"
9345 #  parameters:
9346 #  - "throughput"
9347 #  - "name"
9348 #  - "tags"
9349 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9350 #  x-axis: "X = CNFs per Service Pipeline"
9351 #  y-axis: "Y = Number of Service Pipelines"
9352 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9353 #  layout:
9354 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9355 #    layout: "plot-service-density"
9356 #
9357 #- type: "plot"
9358 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9359 #  algorithm: "plot_nf_heatmap"
9360 #  output-file-type: ".html"
9361 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9362 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9363 #  filter: "'NIC_Intel-XXV710' and
9364 #           'NF_DENSITY' and
9365 #           'DOCKER' and
9366 #           'PIPELINE' and
9367 #           'NF_VPPIP4' and
9368 #           '64B' and
9369 #           '8T4C' and
9370 #           'NDRPDR'"
9371 #  parameters:
9372 #  - "throughput"
9373 #  - "name"
9374 #  - "tags"
9375 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9376 #  x-axis: "X = CNFs per Service Pipeline"
9377 #  y-axis: "Y = Number of Service Pipelines"
9378 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9379 #  layout:
9380 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9381 #    layout: "plot-service-density"
9382 #
9383 ## Plots - NF Density - CSP - NDR IMIX
9384 #- type: "plot"
9385 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9386 #  algorithm: "plot_nf_heatmap"
9387 #  output-file-type: ".html"
9388 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9389 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9390 #  filter: "'NIC_Intel-XXV710' and
9391 #           'NF_DENSITY' and
9392 #           'DOCKER' and
9393 #           'PIPELINE' and
9394 #           'NF_VPPIP4' and
9395 #           'IMIX' and
9396 #           '2T1C' and
9397 #           'NDRPDR'"
9398 #  parameters:
9399 #  - "throughput"
9400 #  - "name"
9401 #  - "tags"
9402 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9403 #  x-axis: "X = CNFs per Service Pipeline"
9404 #  y-axis: "Y = Number of Service Pipelines"
9405 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9406 #  layout:
9407 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9408 #    layout: "plot-service-density"
9409 #
9410 #- type: "plot"
9411 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9412 #  algorithm: "plot_nf_heatmap"
9413 #  output-file-type: ".html"
9414 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9415 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9416 #  filter: "'NIC_Intel-XXV710' and
9417 #           'NF_DENSITY' and
9418 #           'DOCKER' and
9419 #           'PIPELINE' and
9420 #           'NF_VPPIP4' and
9421 #           'IMIX' and
9422 #           '4T2C' and
9423 #           'NDRPDR'"
9424 #  parameters:
9425 #  - "throughput"
9426 #  - "name"
9427 #  - "tags"
9428 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9429 #  x-axis: "X = CNFs per Service Pipeline"
9430 #  y-axis: "Y = Number of Service Pipelines"
9431 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9432 #  layout:
9433 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9434 #    layout: "plot-service-density"
9435 #
9436 #- type: "plot"
9437 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9438 #  algorithm: "plot_nf_heatmap"
9439 #  output-file-type: ".html"
9440 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9441 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9442 #  filter: "'NIC_Intel-XXV710' and
9443 #           'NF_DENSITY' and
9444 #           'DOCKER' and
9445 #           'PIPELINE' and
9446 #           'NF_VPPIP4' and
9447 #           'IMIX' and
9448 #           '8T4C' and
9449 #           'NDRPDR'"
9450 #  parameters:
9451 #  - "throughput"
9452 #  - "name"
9453 #  - "tags"
9454 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9455 #  x-axis: "X = CNFs per Service Pipeline"
9456 #  y-axis: "Y = Number of Service Pipelines"
9457 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9458 #  layout:
9459 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9460 #    layout: "plot-service-density"
9461 #
9462 ## Plots - NF Density - CSP - PDR 64b
9463 #- type: "plot"
9464 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9465 #  algorithm: "plot_nf_heatmap"
9466 #  output-file-type: ".html"
9467 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9468 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9469 #  filter: "'NIC_Intel-XXV710' and
9470 #           'NF_DENSITY' and
9471 #           'DOCKER' and
9472 #           'PIPELINE' and
9473 #           'NF_VPPIP4' and
9474 #           '64B' and
9475 #           '2T1C' and
9476 #           'NDRPDR'"
9477 #  parameters:
9478 #  - "throughput"
9479 #  - "name"
9480 #  - "tags"
9481 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9482 #  x-axis: "X = CNFs per Service Pipeline"
9483 #  y-axis: "Y = Number of Service Pipelines"
9484 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9485 #  layout:
9486 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9487 #    layout: "plot-service-density"
9488 #
9489 #- type: "plot"
9490 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9491 #  algorithm: "plot_nf_heatmap"
9492 #  output-file-type: ".html"
9493 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9494 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9495 #  filter: "'NIC_Intel-XXV710' and
9496 #           'NF_DENSITY' and
9497 #           'DOCKER' and
9498 #           'PIPELINE' and
9499 #           'NF_VPPIP4' and
9500 #           '64B' and
9501 #           '4T2C' and
9502 #           'NDRPDR'"
9503 #  parameters:
9504 #  - "throughput"
9505 #  - "name"
9506 #  - "tags"
9507 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9508 #  x-axis: "X = CNFs per Service Pipeline"
9509 #  y-axis: "Y = Number of Service Pipelines"
9510 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9511 #  layout:
9512 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9513 #    layout: "plot-service-density"
9514 #
9515 #- type: "plot"
9516 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9517 #  algorithm: "plot_nf_heatmap"
9518 #  output-file-type: ".html"
9519 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9520 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9521 #  filter: "'NIC_Intel-XXV710' and
9522 #           'NF_DENSITY' and
9523 #           'DOCKER' and
9524 #           'PIPELINE' and
9525 #           'NF_VPPIP4' and
9526 #           '64B' 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 = CNFs per Service Pipeline"
9535 #  y-axis: "Y = Number of Service Pipelines"
9536 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9537 #  layout:
9538 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9539 #    layout: "plot-service-density"
9540 #
9541 ## Plots - NF Density - CSP - PDR IMIX
9542 #- type: "plot"
9543 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9544 #  algorithm: "plot_nf_heatmap"
9545 #  output-file-type: ".html"
9546 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9547 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9548 #  filter: "'NIC_Intel-XXV710' and
9549 #           'NF_DENSITY' and
9550 #           'DOCKER' and
9551 #           'PIPELINE' and
9552 #           'NF_VPPIP4' and
9553 #           'IMIX' and
9554 #           '2T1C' and
9555 #           'NDRPDR'"
9556 #  parameters:
9557 #  - "throughput"
9558 #  - "name"
9559 #  - "tags"
9560 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9561 #  x-axis: "X = CNFs per Service Pipeline"
9562 #  y-axis: "Y = Number of Service Pipelines"
9563 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9564 #  layout:
9565 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9566 #    layout: "plot-service-density"
9567 #
9568 #- type: "plot"
9569 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9570 #  algorithm: "plot_nf_heatmap"
9571 #  output-file-type: ".html"
9572 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9573 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9574 #  filter: "'NIC_Intel-XXV710' and
9575 #           'NF_DENSITY' and
9576 #           'DOCKER' and
9577 #           'PIPELINE' and
9578 #           'NF_VPPIP4' and
9579 #           'IMIX' and
9580 #           '4T2C' and
9581 #           'NDRPDR'"
9582 #  parameters:
9583 #  - "throughput"
9584 #  - "name"
9585 #  - "tags"
9586 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9587 #  x-axis: "X = CNFs per Service Pipeline"
9588 #  y-axis: "Y = Number of Service Pipelines"
9589 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9590 #  layout:
9591 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9592 #    layout: "plot-service-density"
9593 #
9594 #- type: "plot"
9595 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9596 #  algorithm: "plot_nf_heatmap"
9597 #  output-file-type: ".html"
9598 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9599 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9600 #  filter: "'NIC_Intel-XXV710' and
9601 #           'NF_DENSITY' and
9602 #           'DOCKER' and
9603 #           'PIPELINE' and
9604 #           'NF_VPPIP4' and
9605 #           'IMIX' and
9606 #           '8T4C' and
9607 #           'NDRPDR'"
9608 #  parameters:
9609 #  - "throughput"
9610 #  - "name"
9611 #  - "tags"
9612 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9613 #  x-axis: "X = CNFs per Service Pipeline"
9614 #  y-axis: "Y = Number of Service Pipelines"
9615 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9616 #  layout:
9617 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9618 #    layout: "plot-service-density"
9619
9620 ###############################################################################
9621 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9622
9623 - type: "plot"
9624   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9625   algorithm: "plot_nf_heatmap"
9626   output-file-type: ".html"
9627   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9628   data: "plot-vpp-nfv-2n-clx-mrr"
9629   filter: "'NIC_Intel-XXV710' and
9630            'NF_DENSITY' and
9631            'VHOST' and
9632            not 'VXLAN' and
9633            'CHAIN' and
9634            'NF_VPPIP4' and
9635            'IMIX' and
9636            '2T1C' and
9637            'MRR'"
9638   parameters:
9639   - "result"
9640   - "name"
9641   - "tags"
9642   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9643   x-axis: "X = VNFs per Service Chain"
9644   y-axis: "Y = Number of Service Chains"
9645   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9646   layout:
9647     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9648     layout: "plot-service-density"
9649
9650 - type: "plot"
9651   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9652   algorithm: "plot_nf_heatmap"
9653   output-file-type: ".html"
9654   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9655   data: "plot-vpp-nfv-2n-clx-mrr"
9656   filter: "'NIC_Intel-XXV710' and
9657            'NF_DENSITY' and
9658            'VHOST' and
9659            not 'VXLAN' and
9660            'CHAIN' and
9661            'NF_VPPIP4' and
9662            'IMIX' and
9663            '4T2C' and
9664            'MRR'"
9665   parameters:
9666   - "result"
9667   - "name"
9668   - "tags"
9669   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9670   x-axis: "X = VNFs per Service Chain"
9671   y-axis: "Y = Number of Service Chains"
9672   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9673   layout:
9674     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9675     layout: "plot-service-density"
9676
9677 - type: "plot"
9678   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9679   algorithm: "plot_nf_heatmap"
9680   output-file-type: ".html"
9681   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9682   data: "plot-vpp-nfv-2n-clx-mrr"
9683   filter: "'NIC_Intel-XXV710' and
9684            'NF_DENSITY' and
9685            'VHOST' and
9686            not 'VXLAN' and
9687            'CHAIN' and
9688            'NF_VPPIP4' and
9689            'IMIX' and
9690            '8T4C' and
9691            'MRR'"
9692   parameters:
9693   - "result"
9694   - "name"
9695   - "tags"
9696   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9697   x-axis: "X = VNFs per Service Chain"
9698   y-axis: "Y = Number of Service Chains"
9699   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9700   layout:
9701     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9702     layout: "plot-service-density"
9703
9704 # Plots - NF Density - VSC - NDR IMIX
9705 - type: "plot"
9706   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9707   algorithm: "plot_nf_heatmap"
9708   output-file-type: ".html"
9709   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9710   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9711   filter: "'NIC_Intel-XXV710' and
9712            'NF_DENSITY' and
9713            'VHOST' and
9714            not 'VXLAN' and
9715            'CHAIN' and
9716            'NF_VPPIP4' and
9717            'IMIX' and
9718            '2T1C' and
9719            'NDRPDR'"
9720   parameters:
9721   - "throughput"
9722   - "name"
9723   - "tags"
9724   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9725   x-axis: "X = VNFs per Service Chain"
9726   y-axis: "Y = Number of Service Chains"
9727   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9728   layout:
9729     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9730     layout: "plot-service-density"
9731
9732 - type: "plot"
9733   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9734   algorithm: "plot_nf_heatmap"
9735   output-file-type: ".html"
9736   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9737   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9738   filter: "'NIC_Intel-XXV710' and
9739            'NF_DENSITY' and
9740            'VHOST' and
9741            not 'VXLAN' and
9742            'CHAIN' and
9743            'NF_VPPIP4' and
9744            'IMIX' and
9745            '4T2C' and
9746            'NDRPDR'"
9747   parameters:
9748   - "throughput"
9749   - "name"
9750   - "tags"
9751   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9752   x-axis: "X = VNFs per Service Chain"
9753   y-axis: "Y = Number of Service Chains"
9754   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9755   layout:
9756     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9757     layout: "plot-service-density"
9758
9759 - type: "plot"
9760   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9761   algorithm: "plot_nf_heatmap"
9762   output-file-type: ".html"
9763   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9764   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9765   filter: "'NIC_Intel-XXV710' and
9766            'NF_DENSITY' and
9767            'VHOST' and
9768            not 'VXLAN' and
9769            'CHAIN' and
9770            'NF_VPPIP4' and
9771            'IMIX' and
9772            '8T4C' and
9773            'NDRPDR'"
9774   parameters:
9775   - "throughput"
9776   - "name"
9777   - "tags"
9778   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9779   x-axis: "X = VNFs per Service Chain"
9780   y-axis: "Y = Number of Service Chains"
9781   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9782   layout:
9783     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9784     layout: "plot-service-density"
9785
9786 # Plots - NF Density - VSC - PDR IMIX
9787 - type: "plot"
9788   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9789   algorithm: "plot_nf_heatmap"
9790   output-file-type: ".html"
9791   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9792   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9793   filter: "'NIC_Intel-XXV710' and
9794            'NF_DENSITY' and
9795            'VHOST' and
9796            not 'VXLAN' and
9797            'CHAIN' and
9798            'NF_VPPIP4' and
9799            'IMIX' and
9800            '2T1C' and
9801            'NDRPDR'"
9802   parameters:
9803   - "throughput"
9804   - "name"
9805   - "tags"
9806   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9807   x-axis: "X = VNFs per Service Chain"
9808   y-axis: "Y = Number of Service Chains"
9809   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9810   layout:
9811     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9812     layout: "plot-service-density"
9813
9814 - type: "plot"
9815   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9816   algorithm: "plot_nf_heatmap"
9817   output-file-type: ".html"
9818   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9819   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9820   filter: "'NIC_Intel-XXV710' and
9821            'NF_DENSITY' and
9822            'VHOST' and
9823            not 'VXLAN' and
9824            'CHAIN' and
9825            'NF_VPPIP4' and
9826            'IMIX' and
9827            '4T2C' and
9828            'NDRPDR'"
9829   parameters:
9830   - "throughput"
9831   - "name"
9832   - "tags"
9833   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9834   x-axis: "X = VNFs per Service Chain"
9835   y-axis: "Y = Number of Service Chains"
9836   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9837   layout:
9838     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9839     layout: "plot-service-density"
9840
9841 - type: "plot"
9842   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9843   algorithm: "plot_nf_heatmap"
9844   output-file-type: ".html"
9845   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9846   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9847   filter: "'NIC_Intel-XXV710' and
9848            'NF_DENSITY' and
9849            'VHOST' and
9850            not 'VXLAN' and
9851            'CHAIN' and
9852            'NF_VPPIP4' and
9853            'IMIX' and
9854            '8T4C' and
9855            'NDRPDR'"
9856   parameters:
9857   - "throughput"
9858   - "name"
9859   - "tags"
9860   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9861   x-axis: "X = VNFs per Service Chain"
9862   y-axis: "Y = Number of Service Chains"
9863   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9864   layout:
9865     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9866     layout: "plot-service-density"
9867
9868 # Plots - NF Density - VSC - MRR IMIX
9869 - type: "plot"
9870   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9871   algorithm: "plot_nf_heatmap"
9872   output-file-type: ".html"
9873   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9874   data: "plot-vpp-nfv-2n-clx-mrr"
9875   filter: "'NIC_Intel-XXV710' and
9876            'NF_DENSITY' and
9877            'VHOST' and
9878            'VXLAN' and
9879            'CHAIN' and
9880            'IMIX' and
9881            '2T1C' and
9882            'MRR'"
9883   parameters:
9884   - "result"
9885   - "name"
9886   - "tags"
9887   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9888   x-axis: "X = VNFs per Service Chain"
9889   y-axis: "Y = Number of Service Chains"
9890   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9891   layout:
9892     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9893     layout: "plot-service-density"
9894
9895 - type: "plot"
9896   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9897   algorithm: "plot_nf_heatmap"
9898   output-file-type: ".html"
9899   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9900   data: "plot-vpp-nfv-2n-clx-mrr"
9901   filter: "'NIC_Intel-XXV710' and
9902            'NF_DENSITY' and
9903            'VHOST' and
9904            'VXLAN' and
9905            'CHAIN' and
9906            'IMIX' and
9907            '4T2C' and
9908            'MRR'"
9909   parameters:
9910   - "result"
9911   - "name"
9912   - "tags"
9913   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9914   x-axis: "X = VNFs per Service Chain"
9915   y-axis: "Y = Number of Service Chains"
9916   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9917   layout:
9918     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9919     layout: "plot-service-density"
9920
9921 - type: "plot"
9922   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9923   algorithm: "plot_nf_heatmap"
9924   output-file-type: ".html"
9925   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
9926   data: "plot-vpp-nfv-2n-clx-mrr"
9927   filter: "'NIC_Intel-XXV710' and
9928            'NF_DENSITY' and
9929            'VHOST' and
9930            'VXLAN' and
9931            'CHAIN' and
9932            'IMIX' and
9933            '8T4C' and
9934            'MRR'"
9935   parameters:
9936   - "result"
9937   - "name"
9938   - "tags"
9939   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9940   x-axis: "X = VNFs per Service Chain"
9941   y-axis: "Y = Number of Service Chains"
9942   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9943   layout:
9944     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9945     layout: "plot-service-density"
9946
9947 # Plots - NF Density - VSC - NDR IMIX
9948 - type: "plot"
9949   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9950   algorithm: "plot_nf_heatmap"
9951   output-file-type: ".html"
9952   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
9953   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9954   filter: "'NIC_Intel-XXV710' and
9955            'NF_DENSITY' and
9956            'VHOST' and
9957            'VXLAN' and
9958            'CHAIN' a
9959            'IMIX' and
9960            '2T1C' and
9961            'NDRPDR'"
9962   parameters:
9963   - "throughput"
9964   - "name"
9965   - "tags"
9966   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9967   x-axis: "X = VNFs per Service Chain"
9968   y-axis: "Y = Number of Service Chains"
9969   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9970   layout:
9971     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9972     layout: "plot-service-density"
9973
9974 - type: "plot"
9975   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9976   algorithm: "plot_nf_heatmap"
9977   output-file-type: ".html"
9978   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
9979   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9980   filter: "'NIC_Intel-XXV710' and
9981            'NF_DENSITY' and
9982            'VHOST' and
9983            'VXLAN' and
9984            'CHAIN' and
9985            'IMIX' and
9986            '4T2C' and
9987            'NDRPDR'"
9988   parameters:
9989   - "throughput"
9990   - "name"
9991   - "tags"
9992   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9993   x-axis: "X = VNFs per Service Chain"
9994   y-axis: "Y = Number of Service Chains"
9995   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9996   layout:
9997     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9998     layout: "plot-service-density"
9999
10000 - type: "plot"
10001   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10002   algorithm: "plot_nf_heatmap"
10003   output-file-type: ".html"
10004   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10005   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10006   filter: "'NIC_Intel-XXV710' and
10007            'NF_DENSITY' and
10008            'VHOST' and
10009            'VXLAN' and
10010            'CHAIN' and
10011            'IMIX' and
10012            '8T4C' and
10013            'NDRPDR'"
10014   parameters:
10015   - "throughput"
10016   - "name"
10017   - "tags"
10018   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10019   x-axis: "X = VNFs per Service Chain"
10020   y-axis: "Y = Number of Service Chains"
10021   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10022   layout:
10023     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10024     layout: "plot-service-density"
10025
10026 # Plots - NF Density - VSC - PDR IMIX
10027 - type: "plot"
10028   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10029   algorithm: "plot_nf_heatmap"
10030   output-file-type: ".html"
10031   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10032   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10033   filter: "'NIC_Intel-XXV710' and
10034            'NF_DENSITY' and
10035            'VHOST' and
10036            'VXLAN' and
10037            'CHAIN' and
10038            'IMIX' and
10039            '2T1C' and
10040            'NDRPDR'"
10041   parameters:
10042   - "throughput"
10043   - "name"
10044   - "tags"
10045   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10046   x-axis: "X = VNFs per Service Chain"
10047   y-axis: "Y = Number of Service Chains"
10048   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10049   layout:
10050     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10051     layout: "plot-service-density"
10052
10053 - type: "plot"
10054   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10055   algorithm: "plot_nf_heatmap"
10056   output-file-type: ".html"
10057   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10058   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10059   filter: "'NIC_Intel-XXV710' and
10060            'NF_DENSITY' and
10061            'VHOST' and
10062            'VXLAN' and
10063            'CHAIN' and
10064            'IMIX' and
10065            '4T2C' and
10066            'NDRPDR'"
10067   parameters:
10068   - "throughput"
10069   - "name"
10070   - "tags"
10071   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10072   x-axis: "X = VNFs per Service Chain"
10073   y-axis: "Y = Number of Service Chains"
10074   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10075   layout:
10076     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10077     layout: "plot-service-density"
10078
10079 - type: "plot"
10080   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10081   algorithm: "plot_nf_heatmap"
10082   output-file-type: ".html"
10083   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10084   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10085   filter: "'NIC_Intel-XXV710' and
10086            'NF_DENSITY' and
10087            'VHOST' and
10088            'VXLAN' and
10089            'CHAIN' and
10090            'IMIX' and
10091            '8T4C' and
10092            'NDRPDR'"
10093   parameters:
10094   - "throughput"
10095   - "name"
10096   - "tags"
10097   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10098   x-axis: "X = VNFs per Service Chain"
10099   y-axis: "Y = Number of Service Chains"
10100   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10101   layout:
10102     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10103     layout: "plot-service-density"
10104
10105 # Plots - NF Density - CSC - MRR IMIX
10106 - type: "plot"
10107   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10108   algorithm: "plot_nf_heatmap"
10109   output-file-type: ".html"
10110   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10111   data: "plot-vpp-nfv-2n-clx-mrr"
10112   filter: "'NIC_Intel-XXV710' and
10113            'NF_DENSITY' and
10114            'DOCKER' and
10115            'CHAIN' and
10116            'NF_VPPIP4' and
10117            'IMIX' and
10118            '2T1C' and
10119            'MRR'"
10120   parameters:
10121   - "result"
10122   - "name"
10123   - "tags"
10124   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10125   x-axis: "X = CNFs per Service Chain"
10126   y-axis: "Y = Number of Service Chains"
10127   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10128   layout:
10129     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10130     layout: "plot-service-density"
10131
10132 - type: "plot"
10133   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10134   algorithm: "plot_nf_heatmap"
10135   output-file-type: ".html"
10136   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10137   data: "plot-vpp-nfv-2n-clx-mrr"
10138   filter: "'NIC_Intel-XXV710' and
10139            'NF_DENSITY' and
10140            'DOCKER' and
10141            'CHAIN' and
10142            'NF_VPPIP4' and
10143            'IMIX' and
10144            '4T2C' and
10145            'MRR'"
10146   parameters:
10147   - "result"
10148   - "name"
10149   - "tags"
10150   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10151   x-axis: "X = CNFs per Service Chain"
10152   y-axis: "Y = Number of Service Chains"
10153   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10154   layout:
10155     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10156     layout: "plot-service-density"
10157
10158 - type: "plot"
10159   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10160   algorithm: "plot_nf_heatmap"
10161   output-file-type: ".html"
10162   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10163   data: "plot-vpp-nfv-2n-clx-mrr"
10164   filter: "'NIC_Intel-XXV710' and
10165            'NF_DENSITY' and
10166            'DOCKER' and
10167            'CHAIN' and
10168            'NF_VPPIP4' and
10169            'IMIX' and
10170            '8T4C' and
10171            'MRR'"
10172   parameters:
10173   - "result"
10174   - "name"
10175   - "tags"
10176   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10177   x-axis: "X = CNFs per Service Chain"
10178   y-axis: "Y = Number of Service Chains"
10179   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10180   layout:
10181     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10182     layout: "plot-service-density"
10183
10184 # Plots - NF Density - CSC - NDR IMIX
10185 - type: "plot"
10186   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10187   algorithm: "plot_nf_heatmap"
10188   output-file-type: ".html"
10189   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10190   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10191   filter: "'NIC_Intel-XXV710' and
10192            'NF_DENSITY' and
10193            'DOCKER' and
10194            'CHAIN' and
10195            'NF_VPPIP4' and
10196            'IMIX' and
10197            '2T1C' and
10198            'NDRPDR'"
10199   parameters:
10200   - "throughput"
10201   - "name"
10202   - "tags"
10203   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10204   x-axis: "X = CNFs per Service Chain"
10205   y-axis: "Y = Number of Service Chains"
10206   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10207   layout:
10208     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10209     layout: "plot-service-density"
10210
10211 - type: "plot"
10212   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10213   algorithm: "plot_nf_heatmap"
10214   output-file-type: ".html"
10215   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10216   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10217   filter: "'NIC_Intel-XXV710' and
10218            'NF_DENSITY' and
10219            'DOCKER' and
10220            'CHAIN' and
10221            'NF_VPPIP4' and
10222            'IMIX' and
10223            '4T2C' and
10224            'NDRPDR'"
10225   parameters:
10226   - "throughput"
10227   - "name"
10228   - "tags"
10229   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10230   x-axis: "X = CNFs per Service Chain"
10231   y-axis: "Y = Number of Service Chains"
10232   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10233   layout:
10234     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10235     layout: "plot-service-density"
10236
10237 - type: "plot"
10238   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10239   algorithm: "plot_nf_heatmap"
10240   output-file-type: ".html"
10241   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10242   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10243   filter: "'NIC_Intel-XXV710' and
10244            'NF_DENSITY' and
10245            'DOCKER' and
10246            'CHAIN' and
10247            'NF_VPPIP4' and
10248            'IMIX' and
10249            '8T4C' and
10250            'NDRPDR'"
10251   parameters:
10252   - "throughput"
10253   - "name"
10254   - "tags"
10255   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10256   x-axis: "X = CNFs per Service Chain"
10257   y-axis: "Y = Number of Service Chains"
10258   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10259   layout:
10260     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10261     layout: "plot-service-density"
10262
10263 # Plots - NF Density - CSC - PDR IMIX
10264 - type: "plot"
10265   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10266   algorithm: "plot_nf_heatmap"
10267   output-file-type: ".html"
10268   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10269   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10270   filter: "'NIC_Intel-XXV710' and
10271            'NF_DENSITY' and
10272            'DOCKER' and
10273            'CHAIN' and
10274            'NF_VPPIP4' and
10275            'IMIX' and
10276            '2T1C' and
10277            'NDRPDR'"
10278   parameters:
10279   - "throughput"
10280   - "name"
10281   - "tags"
10282   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10283   x-axis: "X = CNFs per Service Chain"
10284   y-axis: "Y = Number of Service Chains"
10285   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10286   layout:
10287     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10288     layout: "plot-service-density"
10289
10290 - type: "plot"
10291   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10292   algorithm: "plot_nf_heatmap"
10293   output-file-type: ".html"
10294   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10295   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10296   filter: "'NIC_Intel-XXV710' and
10297            'NF_DENSITY' and
10298            'DOCKER' and
10299            'CHAIN' and
10300            'NF_VPPIP4' and
10301            'IMIX' and
10302            '4T2C' and
10303            'NDRPDR'"
10304   parameters:
10305   - "throughput"
10306   - "name"
10307   - "tags"
10308   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10309   x-axis: "X = CNFs per Service Chain"
10310   y-axis: "Y = Number of Service Chains"
10311   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10312   layout:
10313     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10314     layout: "plot-service-density"
10315
10316 - type: "plot"
10317   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10318   algorithm: "plot_nf_heatmap"
10319   output-file-type: ".html"
10320   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10321   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10322   filter: "'NIC_Intel-XXV710' and
10323            'NF_DENSITY' and
10324            'DOCKER' and
10325            'CHAIN' and
10326            'NF_VPPIP4' and
10327            'IMIX' and
10328            '8T4C' and
10329            'NDRPDR'"
10330   parameters:
10331   - "throughput"
10332   - "name"
10333   - "tags"
10334   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10335   x-axis: "X = CNFs per Service Chain"
10336   y-axis: "Y = Number of Service Chains"
10337   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10338   layout:
10339     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10340     layout: "plot-service-density"
10341
10342 # Plots - NF Density - CSP - MRR IMIX
10343 - type: "plot"
10344   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10345   algorithm: "plot_nf_heatmap"
10346   output-file-type: ".html"
10347   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10348   data: "plot-vpp-nfv-2n-clx-mrr"
10349   filter: "'NIC_Intel-XXV710' and
10350            'NF_DENSITY' and
10351            'DOCKER' and
10352            'PIPELINE' and
10353            'NF_VPPIP4' and
10354            'IMIX' and
10355            '2T1C' and
10356            'MRR'"
10357   parameters:
10358   - "result"
10359   - "name"
10360   - "tags"
10361   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10362   x-axis: "X = CNFs per Service Pipeline"
10363   y-axis: "Y = Number of Service Pipelines"
10364   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10365   layout:
10366     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10367     layout: "plot-service-density"
10368
10369 - type: "plot"
10370   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10371   algorithm: "plot_nf_heatmap"
10372   output-file-type: ".html"
10373   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10374   data: "plot-vpp-nfv-2n-clx-mrr"
10375   filter: "'NIC_Intel-XXV710' and
10376            'NF_DENSITY' and
10377            'DOCKER' and
10378            'PIPELINE' and
10379            'NF_VPPIP4' and
10380            'IMIX' and
10381            '4T2C' and
10382            'MRR'"
10383   parameters:
10384   - "result"
10385   - "name"
10386   - "tags"
10387   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10388   x-axis: "X = CNFs per Service Pipeline"
10389   y-axis: "Y = Number of Service Pipelines"
10390   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10391   layout:
10392     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10393     layout: "plot-service-density"
10394
10395 - type: "plot"
10396   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10397   algorithm: "plot_nf_heatmap"
10398   output-file-type: ".html"
10399   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10400   data: "plot-vpp-nfv-2n-clx-mrr"
10401   filter: "'NIC_Intel-XXV710' and
10402            'NF_DENSITY' and
10403            'DOCKER' and
10404            'PIPELINE' and
10405            'NF_VPPIP4' and
10406            'IMIX' and
10407            '8T4C' and
10408            'MRR'"
10409   parameters:
10410   - "result"
10411   - "name"
10412   - "tags"
10413   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10414   x-axis: "X = CNFs per Service Pipeline"
10415   y-axis: "Y = Number of Service Pipelines"
10416   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10417   layout:
10418     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10419     layout: "plot-service-density"
10420
10421 # Plots - NF Density - CSP - NDR IMIX
10422 - type: "plot"
10423   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10424   algorithm: "plot_nf_heatmap"
10425   output-file-type: ".html"
10426   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10427   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10428   filter: "'NIC_Intel-XXV710' and
10429            'NF_DENSITY' and
10430            'DOCKER' and
10431            'PIPELINE' and
10432            'NF_VPPIP4' and
10433            'IMIX' and
10434            '2T1C' and
10435            'NDRPDR'"
10436   parameters:
10437   - "throughput"
10438   - "name"
10439   - "tags"
10440   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10441   x-axis: "X = CNFs per Service Pipeline"
10442   y-axis: "Y = Number of Service Pipelines"
10443   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10444   layout:
10445     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10446     layout: "plot-service-density"
10447
10448 - type: "plot"
10449   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10450   algorithm: "plot_nf_heatmap"
10451   output-file-type: ".html"
10452   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10453   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10454   filter: "'NIC_Intel-XXV710' and
10455            'NF_DENSITY' and
10456            'DOCKER' and
10457            'PIPELINE' and
10458            'NF_VPPIP4' and
10459            'IMIX' and
10460            '4T2C' and
10461            'NDRPDR'"
10462   parameters:
10463   - "throughput"
10464   - "name"
10465   - "tags"
10466   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10467   x-axis: "X = CNFs per Service Pipeline"
10468   y-axis: "Y = Number of Service Pipelines"
10469   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10470   layout:
10471     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10472     layout: "plot-service-density"
10473
10474 - type: "plot"
10475   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10476   algorithm: "plot_nf_heatmap"
10477   output-file-type: ".html"
10478   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10479   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10480   filter: "'NIC_Intel-XXV710' and
10481            'NF_DENSITY' and
10482            'DOCKER' and
10483            'PIPELINE' and
10484            'NF_VPPIP4' and
10485            'IMIX' and
10486            '8T4C' and
10487            'NDRPDR'"
10488   parameters:
10489   - "throughput"
10490   - "name"
10491   - "tags"
10492   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10493   x-axis: "X = CNFs per Service Pipeline"
10494   y-axis: "Y = Number of Service Pipelines"
10495   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10496   layout:
10497     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10498     layout: "plot-service-density"
10499
10500 # Plots - NF Density - CSP - PDR IMIX
10501 - type: "plot"
10502   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10503   algorithm: "plot_nf_heatmap"
10504   output-file-type: ".html"
10505   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10506   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10507   filter: "'NIC_Intel-XXV710' and
10508            'NF_DENSITY' and
10509            'DOCKER' and
10510            'PIPELINE' and
10511            'NF_VPPIP4' and
10512            'IMIX' and
10513            '2T1C' and
10514            'NDRPDR'"
10515   parameters:
10516   - "throughput"
10517   - "name"
10518   - "tags"
10519   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10520   x-axis: "X = CNFs per Service Pipeline"
10521   y-axis: "Y = Number of Service Pipelines"
10522   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10523   layout:
10524     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10525     layout: "plot-service-density"
10526
10527 - type: "plot"
10528   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10529   algorithm: "plot_nf_heatmap"
10530   output-file-type: ".html"
10531   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10532   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10533   filter: "'NIC_Intel-XXV710' and
10534            'NF_DENSITY' and
10535            'DOCKER' and
10536            'PIPELINE' and
10537            'NF_VPPIP4' and
10538            'IMIX' and
10539            '4T2C' and
10540            'NDRPDR'"
10541   parameters:
10542   - "throughput"
10543   - "name"
10544   - "tags"
10545   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10546   x-axis: "X = CNFs per Service Pipeline"
10547   y-axis: "Y = Number of Service Pipelines"
10548   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10549   layout:
10550     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10551     layout: "plot-service-density"
10552
10553 - type: "plot"
10554   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10555   algorithm: "plot_nf_heatmap"
10556   output-file-type: ".html"
10557   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10558   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10559   filter: "'NIC_Intel-XXV710' and
10560            'NF_DENSITY' and
10561            'DOCKER' and
10562            'PIPELINE' and
10563            'NF_VPPIP4' and
10564            'IMIX' and
10565            '8T4C' and
10566            'NDRPDR'"
10567   parameters:
10568   - "throughput"
10569   - "name"
10570   - "tags"
10571   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10572   x-axis: "X = CNFs per Service Pipeline"
10573   y-axis: "Y = Number of Service Pipelines"
10574   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10575   layout:
10576     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10577     layout: "plot-service-density"
10578
10579 ################################################################################
10580
10581 # Packet Throughput
10582
10583 #- type: "plot"
10584 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10585 #  algorithm: "plot_perf_box_name"
10586 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10587 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10588 #  include:
10589 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10590 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10591 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10592 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10593 #  layout:
10594 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10595 #    layout: "plot-throughput"
10596 #
10597 #- type: "plot"
10598 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10599 #  algorithm: "plot_perf_box_name"
10600 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10601 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10602 #  include:
10603 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10604 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10605 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10606 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10607 #  layout:
10608 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10609 #    layout: "plot-throughput"
10610 #
10611 #- type: "plot"
10612 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10613 #  algorithm: "plot_perf_box_name"
10614 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10615 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10616 #  include:
10617 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10618 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10619 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10620 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10621 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10622 #  layout:
10623 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10624 #    layout: "plot-throughput"
10625 #
10626 #- type: "plot"
10627 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10628 #  algorithm: "plot_perf_box_name"
10629 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10630 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10631 #  include:
10632 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10633 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10634 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10635 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10636 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10637 #  layout:
10638 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10639 #    layout: "plot-throughput"
10640
10641 - type: "plot"
10642   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10643   algorithm: "plot_perf_box_name"
10644   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10645   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10646   include:
10647     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10648     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10649     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10650     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10651     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10652   layout:
10653     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10654     layout: "plot-throughput"
10655
10656 - type: "plot"
10657   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10658   algorithm: "plot_perf_box_name"
10659   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10660   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10661   include:
10662     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10663     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10664     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10665     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10666     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10667   layout:
10668     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10669     layout: "plot-throughput"
10670
10671 #- type: "plot"
10672 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10673 #  algorithm: "plot_perf_box_name"
10674 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10675 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10676 #  include:
10677 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10678 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10679 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10680 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10681 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10682 #  layout:
10683 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10684 #    layout: "plot-throughput"
10685 #
10686 #- type: "plot"
10687 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10688 #  algorithm: "plot_perf_box_name"
10689 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10690 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10691 #  include:
10692 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10693 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10694 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10695 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10696 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10697 #  layout:
10698 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10699 #    layout: "plot-throughput"
10700 #
10701 #- type: "plot"
10702 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10703 #  algorithm: "plot_perf_box_name"
10704 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10705 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10706 #  include:
10707 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10708 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10709 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10710 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10711 #  layout:
10712 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10713 #    layout: "plot-throughput"
10714 #
10715 #- type: "plot"
10716 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10717 #  algorithm: "plot_perf_box_name"
10718 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10719 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10720 #  include:
10721 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10722 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10723 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10724 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10725 #  layout:
10726 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10727 #    layout: "plot-throughput"
10728 #
10729 #- type: "plot"
10730 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10731 #  algorithm: "plot_perf_box_name"
10732 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10733 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10734 #  include:
10735 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10736 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10737 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10738 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10739 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10740 #  layout:
10741 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10742 #    layout: "plot-throughput"
10743 #
10744 #- type: "plot"
10745 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10746 #  algorithm: "plot_perf_box_name"
10747 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10748 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10749 #  include:
10750 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10751 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10752 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10753 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10754 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10755 #  layout:
10756 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10757 #    layout: "plot-throughput"
10758 #
10759 #- type: "plot"
10760 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10761 #  algorithm: "plot_perf_box_name"
10762 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10763 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10764 #  include:
10765 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10766 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10767 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10768 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10769 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10770 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10771 #  layout:
10772 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10773 #    layout: "plot-throughput"
10774 #
10775 #- type: "plot"
10776 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10777 #  algorithm: "plot_perf_box_name"
10778 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10779 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10780 #  include:
10781 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10782 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10783 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10784 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10785 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10786 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10787 #  layout:
10788 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10789 #    layout: "plot-throughput"
10790
10791 - type: "plot"
10792   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10793   algorithm: "plot_perf_box_name"
10794   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10795   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10796   include:
10797     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10798     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10799     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10800   layout:
10801     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10802     layout: "plot-throughput"
10803
10804 - type: "plot"
10805   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10806   algorithm: "plot_perf_box_name"
10807   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10808   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10809   include:
10810     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10811     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10812     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10813   layout:
10814     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10815     layout: "plot-throughput"
10816
10817 #- type: "plot"
10818 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10819 #  algorithm: "plot_perf_box_name"
10820 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10821 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10822 #  include:
10823 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10824 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10825 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10826 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10827 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10828 #  layout:
10829 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10830 #    layout: "plot-throughput"
10831 #
10832 #- type: "plot"
10833 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10834 #  algorithm: "plot_perf_box_name"
10835 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10836 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10837 #  include:
10838 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10839 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10840 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10841 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10842 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10843 #  layout:
10844 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10845 #    layout: "plot-throughput"
10846 #
10847 #- type: "plot"
10848 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10849 #  algorithm: "plot_perf_box_name"
10850 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10851 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10852 #  include:
10853 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10854 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10855 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10856 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10857 #  layout:
10858 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10859 #    layout: "plot-throughput"
10860 #
10861 #- type: "plot"
10862 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10863 #  algorithm: "plot_perf_box_name"
10864 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10865 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10866 #  include:
10867 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10868 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10869 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10870 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10871 #  layout:
10872 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10873 #    layout: "plot-throughput"
10874 #
10875 #- type: "plot"
10876 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10877 #  algorithm: "plot_perf_box_name"
10878 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10879 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10880 #  include:
10881 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10882 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10883 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10884 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10885 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10886 #  layout:
10887 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10888 #    layout: "plot-throughput"
10889 #
10890 #- type: "plot"
10891 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10892 #  algorithm: "plot_perf_box_name"
10893 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10894 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10895 #  include:
10896 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10897 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10898 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10899 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10900 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10901 #  layout:
10902 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10903 #    layout: "plot-throughput"
10904 #
10905 #- type: "plot"
10906 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10907 #  algorithm: "plot_perf_box_name"
10908 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10909 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10910 #  include:
10911 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10912 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10913 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10914 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10915 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10916 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10917 #  layout:
10918 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10919 #    layout: "plot-throughput"
10920 #
10921 #- type: "plot"
10922 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10923 #  algorithm: "plot_perf_box_name"
10924 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10925 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10926 #  include:
10927 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10928 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10929 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10930 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10931 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10932 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10933 #  layout:
10934 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10935 #    layout: "plot-throughput"
10936
10937 - type: "plot"
10938   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10939   algorithm: "plot_perf_box_name"
10940   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10941   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10942   include:
10943     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10944     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10945     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10946     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10947     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10948   layout:
10949     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10950     layout: "plot-throughput"
10951
10952 - type: "plot"
10953   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10954   algorithm: "plot_perf_box_name"
10955   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10956   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10957   include:
10958     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10959     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10960     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10961     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10962     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10963   layout:
10964     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10965     layout: "plot-throughput"
10966
10967 - type: "plot"
10968   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10969   algorithm: "plot_perf_box_name"
10970   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10971   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10972   include:
10973     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10974     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10975     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10976     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10977     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10978     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10979   layout:
10980     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10981     layout: "plot-throughput"
10982
10983 - type: "plot"
10984   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10985   algorithm: "plot_perf_box_name"
10986   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10987   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10988   include:
10989     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10990     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10991     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10992     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10993     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10994     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10995   layout:
10996     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10997     layout: "plot-throughput"
10998
10999 - type: "plot"
11000   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11001   algorithm: "plot_perf_box_name"
11002   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11003   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11004   include:
11005     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11006     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11007     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11008     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11009     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11010   layout:
11011     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11012     layout: "plot-throughput"
11013
11014 - type: "plot"
11015   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11016   algorithm: "plot_perf_box_name"
11017   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11018   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11019   include:
11020     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11021     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11022     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11023     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11024     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11025   layout:
11026     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11027     layout: "plot-throughput"
11028
11029 - type: "plot"
11030   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11031   algorithm: "plot_perf_box_name"
11032   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11033   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11034   include:
11035     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11036     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11037     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11038     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11039     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11040     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11041   layout:
11042     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11043     layout: "plot-throughput"
11044
11045 - type: "plot"
11046   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11047   algorithm: "plot_perf_box_name"
11048   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11049   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11050   include:
11051     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11052     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11053     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11054     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11055     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11056     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11057   layout:
11058     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11059     layout: "plot-throughput"
11060
11061 - type: "plot"
11062   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11063   algorithm: "plot_perf_box_name"
11064   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11065   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11066   include:
11067     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11068     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11069     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11070     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11071     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11072   layout:
11073     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11074     layout: "plot-throughput"
11075
11076 - type: "plot"
11077   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11078   algorithm: "plot_perf_box_name"
11079   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11080   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11081   include:
11082     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11083     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11084     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11085     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11086     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11087   layout:
11088     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11089     layout: "plot-throughput"
11090
11091 - type: "plot"
11092   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11093   algorithm: "plot_perf_box_name"
11094   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11095   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11096   include:
11097     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11098     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11099     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11100     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11101     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11102     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11103   layout:
11104     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11105     layout: "plot-throughput"
11106
11107 - type: "plot"
11108   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11109   algorithm: "plot_perf_box_name"
11110   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11111   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11112   include:
11113     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11114     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11115     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11116     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11117     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11118     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11119   layout:
11120     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11121     layout: "plot-throughput"
11122
11123 - type: "plot"
11124   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11125   algorithm: "plot_perf_box_name"
11126   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11127   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11128   include:
11129     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11130     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11131   layout:
11132     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11133     layout: "plot-throughput"
11134
11135 - type: "plot"
11136   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11137   algorithm: "plot_perf_box_name"
11138   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11139   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11140   include:
11141     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11142     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11143   layout:
11144     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11145     layout: "plot-throughput"
11146
11147 #- type: "plot"
11148 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11149 #  algorithm: "plot_perf_box_name"
11150 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11151 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11152 #  include:
11153 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11154 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11155 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11156 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11157 #  layout:
11158 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11159 #    layout: "plot-throughput"
11160 #
11161 #- type: "plot"
11162 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11163 #  algorithm: "plot_perf_box_name"
11164 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11165 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11166 #  include:
11167 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11168 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11169 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11170 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11171 #  layout:
11172 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11173 #    layout: "plot-throughput"
11174
11175 - type: "plot"
11176   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11177   algorithm: "plot_perf_box_name"
11178   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11179   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11180   include:
11181     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11182     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11183     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11184     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11185   layout:
11186     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11187     layout: "plot-throughput"
11188
11189 - type: "plot"
11190   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11191   algorithm: "plot_perf_box_name"
11192   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11193   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11194   include:
11195     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11196     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11197     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11198     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11199   layout:
11200     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11201     layout: "plot-throughput"
11202
11203 - type: "plot"
11204   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11205   algorithm: "plot_perf_box_name"
11206   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11207   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11208   include:
11209     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11210     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11211     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11212     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11213   layout:
11214     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11215     layout: "plot-throughput"
11216
11217 - type: "plot"
11218   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11219   algorithm: "plot_perf_box_name"
11220   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11221   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11222   include:
11223     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11224     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11225     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11226     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11227   layout:
11228     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11229     layout: "plot-throughput"
11230
11231 #- type: "plot"
11232 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11233 #  algorithm: "plot_perf_box_name"
11234 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11235 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11236 #  include:
11237 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11238 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11239 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11240 #  layout:
11241 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11242 #    layout: "plot-throughput"
11243 #
11244 #- type: "plot"
11245 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11246 #  algorithm: "plot_perf_box_name"
11247 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11248 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11249 #  include:
11250 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11251 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11252 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11253 #  layout:
11254 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11255 #    layout: "plot-throughput"
11256 #
11257 #- type: "plot"
11258 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11259 #  algorithm: "plot_perf_box_name"
11260 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11261 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11262 #  include:
11263 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11264 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11265 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11266 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11267 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11268 #  layout:
11269 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11270 #    layout: "plot-throughput"
11271 #
11272 #- type: "plot"
11273 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11274 #  algorithm: "plot_perf_box_name"
11275 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11276 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11277 #  include:
11278 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11279 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11280 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11281 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11282 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11283 #  layout:
11284 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11285 #    layout: "plot-throughput"
11286
11287 - type: "plot"
11288   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11289   algorithm: "plot_perf_box_name"
11290   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11291   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11292   include:
11293     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11294     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11295     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11296   layout:
11297     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11298     layout: "plot-throughput"
11299
11300 - type: "plot"
11301   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11302   algorithm: "plot_perf_box_name"
11303   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11304   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11305   include:
11306     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11307     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11308     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11309   layout:
11310     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11311     layout: "plot-throughput"
11312
11313 #- type: "plot"
11314 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11315 #  algorithm: "plot_perf_box_name"
11316 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11317 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11318 #  include:
11319 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11320 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11321 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11322 #  layout:
11323 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11324 #    layout: "plot-throughput"
11325 #
11326 #- type: "plot"
11327 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11328 #  algorithm: "plot_perf_box_name"
11329 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11330 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11331 #  include:
11332 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11333 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11334 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11335 #  layout:
11336 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11337 #    layout: "plot-throughput"
11338 #
11339 #- type: "plot"
11340 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11341 #  algorithm: "plot_perf_box_name"
11342 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11343 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11344 #  include:
11345 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11346 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11347 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11348 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11349 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11350 #  layout:
11351 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11352 #    layout: "plot-throughput"
11353 #
11354 #- type: "plot"
11355 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11356 #  algorithm: "plot_perf_box_name"
11357 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11358 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11359 #  include:
11360 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11361 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11362 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11363 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11364 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11365 #  layout:
11366 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11367 #    layout: "plot-throughput"
11368
11369 - type: "plot"
11370   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11371   algorithm: "plot_perf_box_name"
11372   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11373   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11374   include:
11375     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11376     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11377     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11378     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11379     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11380   layout:
11381     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11382     layout: "plot-throughput"
11383
11384 - type: "plot"
11385   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11386   algorithm: "plot_perf_box_name"
11387   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11388   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11389   include:
11390     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11391     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11392     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11393     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11394     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11395   layout:
11396     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11397     layout: "plot-throughput"
11398
11399 - type: "plot"
11400   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11401   algorithm: "plot_perf_box_name"
11402   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11403   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11404   include:
11405     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11406     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11407     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11408     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11409     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11410   layout:
11411     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11412     layout: "plot-throughput"
11413
11414 - type: "plot"
11415   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11416   algorithm: "plot_perf_box_name"
11417   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11418   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11419   include:
11420     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11421     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11422     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11423     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11424     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11425   layout:
11426     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11427     layout: "plot-throughput"
11428
11429 - type: "plot"
11430   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11431   algorithm: "plot_perf_box_name"
11432   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11433   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11434   include:
11435     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11436     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11437     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11438     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11439     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11440   layout:
11441     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11442     layout: "plot-throughput"
11443
11444 - type: "plot"
11445   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11446   algorithm: "plot_perf_box_name"
11447   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11448   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11449   include:
11450     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11451     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11452     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11453     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11454     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11455   layout:
11456     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11457     layout: "plot-throughput"
11458
11459 - type: "plot"
11460   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11461   algorithm: "plot_perf_box_name"
11462   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11463   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11464   include:
11465     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11466     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11467     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11468     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11469     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11470     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11471   layout:
11472     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11473     layout: "plot-throughput"
11474
11475 - type: "plot"
11476   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11477   algorithm: "plot_perf_box_name"
11478   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11479   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11480   include:
11481     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11482     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11483     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11484     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11485     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11486     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11487   layout:
11488     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11489     layout: "plot-throughput"
11490
11491 - type: "plot"
11492   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11493   algorithm: "plot_perf_box_name"
11494   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11495   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11496   include:
11497     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11498     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11499     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11500     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11501   layout:
11502     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11503     layout: "plot-throughput"
11504
11505 - type: "plot"
11506   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11507   algorithm: "plot_perf_box_name"
11508   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11509   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11510   include:
11511     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11512     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11513     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11514     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11515   layout:
11516     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11517     layout: "plot-throughput"
11518
11519 #- type: "plot"
11520 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11521 #  algorithm: "plot_perf_box_name"
11522 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11523 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11524 #  include:
11525 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11526 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11527 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11528 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11529 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11530 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11531 #  layout:
11532 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11533 #    layout: "plot-throughput"
11534 #
11535 #- type: "plot"
11536 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11537 #  algorithm: "plot_perf_box_name"
11538 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11539 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11540 #  include:
11541 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11542 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11543 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11544 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11545 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11546 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11547 #  layout:
11548 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11549 #    layout: "plot-throughput"
11550
11551 - type: "plot"
11552   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11553   algorithm: "plot_perf_box_name"
11554   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11555   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11556   include:
11557     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11558 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11559     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11560 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11561     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11562 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11563   layout:
11564     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11565     layout: "plot-throughput"
11566
11567 - type: "plot"
11568   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11569   algorithm: "plot_perf_box_name"
11570   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11571   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11572   include:
11573     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11574 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11575     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11576 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11577     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11578 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11579   layout:
11580     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11581     layout: "plot-throughput"
11582
11583 - type: "plot"
11584   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11585   algorithm: "plot_perf_box_name"
11586   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11587   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11588   include:
11589     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11590     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11591     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11592     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11593     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11594     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11595   layout:
11596     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11597     layout: "plot-throughput"
11598
11599 - type: "plot"
11600   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11601   algorithm: "plot_perf_box_name"
11602   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11603   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11604   include:
11605     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11606     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11607     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11608     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11609     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11610     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11611   layout:
11612     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11613     layout: "plot-throughput"
11614
11615 #- type: "plot"
11616 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11617 #  algorithm: "plot_perf_box_name"
11618 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11619 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11620 #  include:
11621 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11622 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11623 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11624 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11625 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11626 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11627 #  layout:
11628 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11629 #    layout: "plot-throughput"
11630 #
11631 #- type: "plot"
11632 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11633 #  algorithm: "plot_perf_box_name"
11634 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11635 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11636 #  include:
11637 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11638 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11639 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11640 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11641 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11642 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11643 #  layout:
11644 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11645 #    layout: "plot-throughput"
11646 #
11647 #- type: "plot"
11648 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11649 #  algorithm: "plot_perf_box_name"
11650 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11651 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11652 #  include:
11653 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11654 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11655 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11656 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11657 #  layout:
11658 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11659 #    layout: "plot-throughput"
11660 #
11661 #- type: "plot"
11662 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11663 #  algorithm: "plot_perf_box_name"
11664 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11665 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11666 #  include:
11667 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11668 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11669 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11670 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11671 #  layout:
11672 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11673 #    layout: "plot-throughput"
11674 #
11675 #- type: "plot"
11676 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11677 #  algorithm: "plot_perf_box_name"
11678 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11679 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11680 #  include:
11681 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11682 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11683 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11684 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11685 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11686 #  layout:
11687 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11688 #    layout: "plot-throughput"
11689 #
11690 #- type: "plot"
11691 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11692 #  algorithm: "plot_perf_box_name"
11693 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11694 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11695 #  include:
11696 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11697 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11698 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11699 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11700 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11701 #  layout:
11702 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11703 #    layout: "plot-throughput"
11704 #
11705 #- type: "plot"
11706 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11707 #  algorithm: "plot_perf_box_name"
11708 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11709 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11710 #  include:
11711 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11712 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11713 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11714 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11715 #  layout:
11716 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11717 #    layout: "plot-throughput"
11718 #
11719 #- type: "plot"
11720 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11721 #  algorithm: "plot_perf_box_name"
11722 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11723 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11724 #  include:
11725 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11726 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11727 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11728 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11729 #  layout:
11730 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11731 #    layout: "plot-throughput"
11732
11733 - type: "plot"
11734   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11735   algorithm: "plot_perf_box_name"
11736   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11737   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11738   include:
11739     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11740     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11741     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11742     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11743     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11744     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11745   layout:
11746     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11747     layout: "plot-throughput"
11748
11749 - type: "plot"
11750   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11751   algorithm: "plot_perf_box_name"
11752   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11753   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11754   include:
11755     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11756     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11757     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11758     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11759     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11760     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11761   layout:
11762     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11763     layout: "plot-throughput"
11764
11765 #- type: "plot"
11766 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11767 #  algorithm: "plot_perf_box_name"
11768 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11769 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11770 #  include:
11771 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11772 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11773 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11774 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11775 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11776 #  layout:
11777 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11778 #    layout: "plot-throughput"
11779 #
11780 #- type: "plot"
11781 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11782 #  algorithm: "plot_perf_box_name"
11783 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11784 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11785 #  include:
11786 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11787 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11788 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11789 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11790 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11791 #  layout:
11792 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11793 #    layout: "plot-throughput"
11794 #
11795 #- type: "plot"
11796 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11797 #  algorithm: "plot_perf_box_name"
11798 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11799 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11800 #  include:
11801 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11802 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11803 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11804 #  layout:
11805 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11806 #    layout: "plot-throughput"
11807 #
11808 #- type: "plot"
11809 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11810 #  algorithm: "plot_perf_box_name"
11811 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11812 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11813 #  include:
11814 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11815 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11816 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11817 #  layout:
11818 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11819 #    layout: "plot-throughput"
11820 #
11821 #- type: "plot"
11822 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11823 #  algorithm: "plot_perf_box_name"
11824 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11825 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11826 #  include:
11827 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11828 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11829 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11830 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11831 #  layout:
11832 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11833 #    layout: "plot-throughput"
11834 #
11835 #- type: "plot"
11836 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11837 #  algorithm: "plot_perf_box_name"
11838 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11839 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11840 #  include:
11841 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11842 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11843 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11844 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11845 #  layout:
11846 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11847 #    layout: "plot-throughput"
11848 #
11849 #- type: "plot"
11850 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11851 #  algorithm: "plot_perf_box_name"
11852 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11853 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11854 #  include:
11855 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11856 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11857 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11858 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11859 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11860 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11861 #  layout:
11862 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11863 #    layout: "plot-throughput"
11864 #
11865 #- type: "plot"
11866 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11867 #  algorithm: "plot_perf_box_name"
11868 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11869 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11870 #  include:
11871 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11872 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11873 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11874 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11875 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11876 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11877 #  layout:
11878 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11879 #    layout: "plot-throughput"
11880 #
11881 #- type: "plot"
11882 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11883 #  algorithm: "plot_perf_box_name"
11884 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11885 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11886 #  include:
11887 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11888 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11889 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11890 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11891 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11892 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11893 #  layout:
11894 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11895 #    layout: "plot-throughput"
11896 #
11897 #- type: "plot"
11898 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11899 #  algorithm: "plot_perf_box_name"
11900 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11901 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11902 #  include:
11903 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11904 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11905 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11906 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11907 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11908 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11909 #  layout:
11910 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11911 #    layout: "plot-throughput"
11912
11913 - type: "plot"
11914   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11915   algorithm: "plot_perf_box_name"
11916   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11917   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11918   include:
11919     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11920     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11921     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11922     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11923   layout:
11924     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11925     layout: "plot-throughput"
11926
11927 - type: "plot"
11928   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11929   algorithm: "plot_perf_box_name"
11930   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11931   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11932   include:
11933     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11934     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11935     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11936     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11937   layout:
11938     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11939     layout: "plot-throughput"
11940
11941 - type: "plot"
11942   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11943   algorithm: "plot_perf_box_name"
11944   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11945   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11946   include:
11947     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11948     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11949     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11950     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11951     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11952     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11953   layout:
11954     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11955     layout: "plot-throughput"
11956
11957 - type: "plot"
11958   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11959   algorithm: "plot_perf_box_name"
11960   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11961   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11962   include:
11963     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11964     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11965     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11966     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11967     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11968     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11969   layout:
11970     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11971     layout: "plot-throughput"
11972
11973 - type: "plot"
11974   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11975   algorithm: "plot_perf_box_name"
11976   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11977   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11978   include:
11979     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11980     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11981     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11982     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11983     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11984     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11985   layout:
11986     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11987     layout: "plot-throughput"
11988
11989 - type: "plot"
11990   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11991   algorithm: "plot_perf_box_name"
11992   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11993   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11994   include:
11995     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11996     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11997     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11998     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11999     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12000     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12001   layout:
12002     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12003     layout: "plot-throughput"
12004
12005 - type: "plot"
12006   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12007   algorithm: "plot_perf_box_name"
12008   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12009   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12010   include:
12011     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12012     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12013     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12014     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12015   layout:
12016     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12017     layout: "plot-throughput"
12018
12019 - type: "plot"
12020   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12021   algorithm: "plot_perf_box_name"
12022   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12023   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12024   include:
12025     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12026     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12027     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12028     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12029   layout:
12030     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12031     layout: "plot-throughput"
12032
12033 - type: "plot"
12034   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12035   algorithm: "plot_perf_box_name"
12036   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12037   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12038   include:
12039     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12040     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12041     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12042     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12043     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12044     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12045   layout:
12046     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12047     layout: "plot-throughput"
12048
12049 - type: "plot"
12050   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12051   algorithm: "plot_perf_box_name"
12052   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12053   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12054   include:
12055     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12056     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12057     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12058     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12059     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12060     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12061   layout:
12062     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12063     layout: "plot-throughput"
12064
12065 - type: "plot"
12066   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12067   algorithm: "plot_perf_box_name"
12068   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12069   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12070   include:
12071     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12072     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12073     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12074     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12075   layout:
12076     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12077     layout: "plot-throughput"
12078
12079 - type: "plot"
12080   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12081   algorithm: "plot_perf_box_name"
12082   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12083   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12084   include:
12085     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12086     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12087     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12088     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12089   layout:
12090     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12091     layout: "plot-throughput"
12092
12093 - type: "plot"
12094   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12095   algorithm: "plot_perf_box_name"
12096   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12097   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12098   include:
12099     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12100     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12101     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12102     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12103     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12104     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12105   layout:
12106     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12107     layout: "plot-throughput"
12108
12109 - type: "plot"
12110   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12111   algorithm: "plot_perf_box_name"
12112   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12113   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12114   include:
12115     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12116     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12117     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12118     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12119     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12120     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12121   layout:
12122     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12123     layout: "plot-throughput"
12124
12125 - type: "plot"
12126   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12127   algorithm: "plot_perf_box_name"
12128   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12129   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12130   include:
12131     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12132     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12133     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12134     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12135     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12136     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12137   layout:
12138     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12139     layout: "plot-throughput"
12140
12141 - type: "plot"
12142   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12143   algorithm: "plot_perf_box_name"
12144   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12145   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12146   include:
12147     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12148     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12149     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12150     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12151     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12152     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12153   layout:
12154     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12155     layout: "plot-throughput"
12156
12157 - type: "plot"
12158   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12159   algorithm: "plot_perf_box_name"
12160   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12161   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12162   include:
12163     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12164     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12165     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12166     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12167     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12168     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12169   layout:
12170     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12171     layout: "plot-throughput"
12172
12173 - type: "plot"
12174   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12175   algorithm: "plot_perf_box_name"
12176   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12177   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12178   include:
12179     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12180     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12181     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12182     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12183     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12184     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12185   layout:
12186     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12187     layout: "plot-throughput"
12188
12189 #- type: "plot"
12190 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12191 #  algorithm: "plot_perf_box_name"
12192 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12193 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12194 #  include:
12195 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12196 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12197 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12198 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12199 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12200 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12201 #  layout:
12202 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12203 #    layout: "plot-throughput"
12204 #
12205 #- type: "plot"
12206 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12207 #  algorithm: "plot_perf_box_name"
12208 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12209 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12210 #  include:
12211 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12212 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12213 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12214 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12215 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12216 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12217 #  layout:
12218 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12219 #    layout: "plot-throughput"
12220
12221 - type: "plot"
12222   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12223   algorithm: "plot_perf_box_name"
12224   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12225   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12226   include:
12227     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12228     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12229     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12230     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12231     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12232     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12233   layout:
12234     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12235     layout: "plot-throughput"
12236
12237 - type: "plot"
12238   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12239   algorithm: "plot_perf_box_name"
12240   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12241   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12242   include:
12243     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12244     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12245     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12246     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12247     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12248     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12249   layout:
12250     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12251     layout: "plot-throughput"
12252
12253 #- type: "plot"
12254 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12255 #  algorithm: "plot_perf_box_name"
12256 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12257 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12258 #  include:
12259 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12260 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12261 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12262 #  layout:
12263 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12264 #    layout: "plot-throughput"
12265 #
12266 #- type: "plot"
12267 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12268 #  algorithm: "plot_perf_box_name"
12269 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12270 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12271 #  include:
12272 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12273 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12274 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12275 #  layout:
12276 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12277 #    layout: "plot-throughput"
12278
12279 #- type: "plot"
12280 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12281 #  algorithm: "plot_perf_box_name"
12282 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12283 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12284 #  include:
12285 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12286 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12287 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12288 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12289 #  layout:
12290 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12291 #    layout: "plot-throughput"
12292 #
12293 #- type: "plot"
12294 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12295 #  algorithm: "plot_perf_box_name"
12296 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12297 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12298 #  include:
12299 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12300 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12301 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12302 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12303 #  layout:
12304 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12305 #    layout: "plot-throughput"
12306 #
12307 #- type: "plot"
12308 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12309 #  algorithm: "plot_perf_box_name"
12310 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12311 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12312 #  include:
12313 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12314 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12315 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12316 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12317 #  layout:
12318 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12319 #    layout: "plot-throughput"
12320 #
12321 #- type: "plot"
12322 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12323 #  algorithm: "plot_perf_box_name"
12324 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12325 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12326 #  include:
12327 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12328 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12329 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12330 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12331 #  layout:
12332 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12333 #    layout: "plot-throughput"
12334
12335 - type: "plot"
12336   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12337   algorithm: "plot_perf_box_name"
12338   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12339   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12340   include:
12341     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12342     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12343     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12344     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12345   layout:
12346     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12347     layout: "plot-throughput"
12348
12349 - type: "plot"
12350   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12351   algorithm: "plot_perf_box_name"
12352   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12353   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12354   include:
12355     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12356     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12357     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12358     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12359   layout:
12360     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12361     layout: "plot-throughput"
12362
12363 - type: "plot"
12364   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12365   algorithm: "plot_perf_box_name"
12366   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12367   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12368   include:
12369     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12370     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12371     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12372     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12373   layout:
12374     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12375     layout: "plot-throughput"
12376
12377 - type: "plot"
12378   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12379   algorithm: "plot_perf_box_name"
12380   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12381   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12382   include:
12383     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12384     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12385     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12386     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12387   layout:
12388     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12389     layout: "plot-throughput"
12390
12391 #- type: "plot"
12392 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12393 #  algorithm: "plot_perf_box_name"
12394 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12395 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12396 #  include:
12397 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12398 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12399 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12400 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12401 #  layout:
12402 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12403 #    layout: "plot-throughput"
12404 #
12405 #- type: "plot"
12406 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12407 #  algorithm: "plot_perf_box_name"
12408 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12409 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12410 #  include:
12411 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12412 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12413 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12414 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12415 #  layout:
12416 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12417 #    layout: "plot-throughput"
12418 #
12419 #- type: "plot"
12420 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12421 #  algorithm: "plot_perf_box_name"
12422 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12423 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12424 #  include:
12425 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12426 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12427 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12428 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12429 #  layout:
12430 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12431 #    layout: "plot-throughput"
12432 #
12433 #- type: "plot"
12434 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12435 #  algorithm: "plot_perf_box_name"
12436 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12437 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12438 #  include:
12439 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12440 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12441 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12442 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12443 #  layout:
12444 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12445 #    layout: "plot-throughput"
12446 #
12447 #- type: "plot"
12448 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12449 #  algorithm: "plot_perf_box_name"
12450 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12451 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12452 #  include:
12453 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12454 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12455 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12456 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12457 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12458 #  layout:
12459 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12460 #    layout: "plot-throughput"
12461 #
12462 #- type: "plot"
12463 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12464 #  algorithm: "plot_perf_box_name"
12465 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12466 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12467 #  include:
12468 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12469 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12470 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12471 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12472 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12473 #  layout:
12474 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12475 #    layout: "plot-throughput"
12476 #
12477 #- type: "plot"
12478 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12479 #  algorithm: "plot_perf_box_name"
12480 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12481 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12482 #  include:
12483 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12484 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12485 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12486 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12487 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12488 #  layout:
12489 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12490 #    layout: "plot-throughput"
12491 #
12492 #- type: "plot"
12493 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12494 #  algorithm: "plot_perf_box_name"
12495 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12496 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12497 #  include:
12498 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12499 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12500 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12501 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12502 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12503 #  layout:
12504 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12505 #    layout: "plot-throughput"
12506 #
12507 #- type: "plot"
12508 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12509 #  algorithm: "plot_perf_box_name"
12510 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12511 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12512 #  include:
12513 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12514 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12515 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12516 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12517 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12518 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12519 #  layout:
12520 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12521 #    layout: "plot-throughput"
12522 #
12523 #- type: "plot"
12524 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12525 #  algorithm: "plot_perf_box_name"
12526 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12527 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12528 #  include:
12529 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12530 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12531 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12532 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12533 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12534 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12535 #  layout:
12536 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12537 #    layout: "plot-throughput"
12538 #
12539 #- type: "plot"
12540 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12541 #  algorithm: "plot_perf_box_name"
12542 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12543 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12544 #  include:
12545 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12546 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12547 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12548 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12549 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12550 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12551 #  layout:
12552 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12553 #    layout: "plot-throughput"
12554 #
12555 #- type: "plot"
12556 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12557 #  algorithm: "plot_perf_box_name"
12558 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12559 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12560 #  include:
12561 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12562 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12563 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12564 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12565 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12566 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12567 #  layout:
12568 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12569 #    layout: "plot-throughput"
12570
12571 - type: "plot"
12572   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12573   algorithm: "plot_perf_box_name"
12574   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12575   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12576   include:
12577     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12578     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12579     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12580     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12581     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12582   layout:
12583     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12584     layout: "plot-throughput"
12585
12586 - type: "plot"
12587   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12588   algorithm: "plot_perf_box_name"
12589   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12590   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12591   include:
12592     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12593     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12594     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12595     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12596     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12597   layout:
12598     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12599     layout: "plot-throughput"
12600
12601 #- type: "plot"
12602 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12603 #  algorithm: "plot_perf_box_name"
12604 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12605 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12606 #  include:
12607 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12608 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12609 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12610 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12611 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12612 #  layout:
12613 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12614 #    layout: "plot-throughput"
12615 #
12616 #- type: "plot"
12617 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12618 #  algorithm: "plot_perf_box_name"
12619 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12620 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12621 #  include:
12622 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12623 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12624 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12625 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12626 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12627 #  layout:
12628 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12629 #    layout: "plot-throughput"
12630
12631 #- type: "plot"
12632 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12633 #  algorithm: "plot_perf_box_name"
12634 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12635 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12636 #  include:
12637 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12638 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12639 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12640 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12641 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12642 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12643 #  layout:
12644 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12645 #    layout: "plot-throughput"
12646 #
12647 #- type: "plot"
12648 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12649 #  algorithm: "plot_perf_box_name"
12650 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12651 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12652 #  include:
12653 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12654 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12655 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12656 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12657 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12658 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12659 #  layout:
12660 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12661 #    layout: "plot-throughput"
12662
12663 #- type: "plot"
12664 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12665 #  algorithm: "plot_perf_box_name"
12666 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12667 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12668 #  include:
12669 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12670 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12671 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12672 #  layout:
12673 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12674 #    layout: "plot-throughput"
12675 #
12676 #- type: "plot"
12677 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12678 #  algorithm: "plot_perf_box_name"
12679 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12680 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12681 #  include:
12682 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12683 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12684 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12685 #  layout:
12686 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12687 #    layout: "plot-throughput"
12688
12689 ################################################################################
12690
12691 # Packet Speedup
12692
12693 #- type: "plot"
12694 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12695 #  algorithm: "plot_tsa_name"
12696 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12697 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12698 #  include:
12699 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12700 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12701 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12702 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12703 #  layout:
12704 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
12705 #    layout: "plot-throughput-speedup-analysis"
12706 #
12707 #- type: "plot"
12708 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12709 #  algorithm: "plot_tsa_name"
12710 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12711 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12712 #  include:
12713 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12714 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12715 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12716 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12717 #  layout:
12718 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
12719 #    layout: "plot-throughput-speedup-analysis"
12720 #
12721 #- type: "plot"
12722 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12723 #  algorithm: "plot_tsa_name"
12724 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12725 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12726 #  include:
12727 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12728 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12729 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12730 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12731 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12732 #  layout:
12733 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
12734 #    layout: "plot-throughput-speedup-analysis"
12735 #
12736 #- type: "plot"
12737 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12738 #  algorithm: "plot_tsa_name"
12739 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12740 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12741 #  include:
12742 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12743 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12744 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12745 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12746 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12747 #  layout:
12748 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
12749 #    layout: "plot-throughput-speedup-analysis"
12750 #
12751 #- type: "plot"
12752 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12753 #  algorithm: "plot_tsa_name"
12754 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12755 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12756 #  include:
12757 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12758 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12759 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12760 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12761 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12762 #  layout:
12763 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12764 #    layout: "plot-throughput-speedup-analysis"
12765 #
12766 #- type: "plot"
12767 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12768 #  algorithm: "plot_tsa_name"
12769 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12770 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12771 #  include:
12772 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12773 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12774 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12775 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12776 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12777 #  layout:
12778 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12779 #    layout: "plot-throughput-speedup-analysis"
12780 #
12781 #- type: "plot"
12782 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12783 #  algorithm: "plot_tsa_name"
12784 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12785 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12786 #  include:
12787 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12788 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12789 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12790 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12791 #  layout:
12792 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12793 #    layout: "plot-throughput-speedup-analysis"
12794 #
12795 #- type: "plot"
12796 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12797 #  algorithm: "plot_tsa_name"
12798 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12799 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12800 #  include:
12801 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12802 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12803 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12804 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12805 #  layout:
12806 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12807 #    layout: "plot-throughput-speedup-analysis"
12808 #
12809 #- type: "plot"
12810 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12811 #  algorithm: "plot_tsa_name"
12812 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12813 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12814 #  include:
12815 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12816 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12817 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12818 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12819 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12820 #  layout:
12821 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12822 #    layout: "plot-throughput-speedup-analysis"
12823 #
12824 #- type: "plot"
12825 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12826 #  algorithm: "plot_tsa_name"
12827 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12828 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12829 #  include:
12830 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12831 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12832 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12833 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12834 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12835 #  layout:
12836 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12837 #    layout: "plot-throughput-speedup-analysis"
12838 #
12839 #- type: "plot"
12840 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12841 #  algorithm: "plot_tsa_name"
12842 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12843 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12844 #  include:
12845 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12846 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12847 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12848 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12849 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12850 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12851 #  layout:
12852 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12853 #    layout: "plot-throughput-speedup-analysis"
12854 #
12855 #- type: "plot"
12856 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12857 #  algorithm: "plot_tsa_name"
12858 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12859 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12860 #  include:
12861 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12862 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12863 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12864 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12865 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12866 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12867 #  layout:
12868 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12869 #    layout: "plot-throughput-speedup-analysis"
12870
12871 - type: "plot"
12872   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12873   algorithm: "plot_tsa_name"
12874   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12875   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12876   include:
12877     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12878     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12879     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12880   layout:
12881     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
12882     layout: "plot-throughput-speedup-analysis"
12883
12884 - type: "plot"
12885   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12886   algorithm: "plot_tsa_name"
12887   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12888   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12889   include:
12890     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12891     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12892     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12893   layout:
12894     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
12895     layout: "plot-throughput-speedup-analysis"
12896
12897 #- type: "plot"
12898 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12899 #  algorithm: "plot_tsa_name"
12900 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12901 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12902 #  include:
12903 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12904 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12905 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12906 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12907 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12908 #  layout:
12909 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12910 #    layout: "plot-throughput-speedup-analysis"
12911 #
12912 #- type: "plot"
12913 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12914 #  algorithm: "plot_tsa_name"
12915 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12916 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12917 #  include:
12918 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12919 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12920 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12921 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12922 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12923 #  layout:
12924 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12925 #    layout: "plot-throughput-speedup-analysis"
12926 #
12927 #- type: "plot"
12928 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12929 #  algorithm: "plot_tsa_name"
12930 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12931 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12932 #  include:
12933 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12934 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12935 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12936 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12937 #  layout:
12938 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12939 #    layout: "plot-throughput-speedup-analysis"
12940 #
12941 #- type: "plot"
12942 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12943 #  algorithm: "plot_tsa_name"
12944 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12945 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12946 #  include:
12947 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12948 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12949 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12950 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12951 #  layout:
12952 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12953 #    layout: "plot-throughput-speedup-analysis"
12954 #
12955 #- type: "plot"
12956 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12957 #  algorithm: "plot_tsa_name"
12958 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12959 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12960 #  include:
12961 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12962 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12963 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12964 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12965 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12966 #  layout:
12967 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12968 #    layout: "plot-throughput-speedup-analysis"
12969 #
12970 #- type: "plot"
12971 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12972 #  algorithm: "plot_tsa_name"
12973 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12974 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12975 #  include:
12976 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12977 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12978 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12979 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12980 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12981 #  layout:
12982 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12983 #    layout: "plot-throughput-speedup-analysis"
12984 #
12985 #- type: "plot"
12986 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12987 #  algorithm: "plot_tsa_name"
12988 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12989 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12990 #  include:
12991 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12992 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12993 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12994 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12995 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12996 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12997 #  layout:
12998 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12999 #    layout: "plot-throughput-speedup-analysis"
13000 #
13001 #- type: "plot"
13002 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13003 #  algorithm: "plot_tsa_name"
13004 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13005 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13006 #  include:
13007 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13008 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13009 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13010 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13011 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13012 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13013 #  layout:
13014 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13015 #    layout: "plot-throughput-speedup-analysis"
13016
13017 - type: "plot"
13018   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13019   algorithm: "plot_tsa_name"
13020   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13021   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13022   include:
13023     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13024     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13025   layout:
13026     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
13027     layout: "plot-throughput-speedup-analysis"
13028
13029 - type: "plot"
13030   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13031   algorithm: "plot_tsa_name"
13032   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13033   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13034   include:
13035     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13036     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13037   layout:
13038     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
13039     layout: "plot-throughput-speedup-analysis"
13040
13041 #- type: "plot"
13042 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13043 #  algorithm: "plot_tsa_name"
13044 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13045 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13046 #  include:
13047 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13048 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13049 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13050 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13051 #  layout:
13052 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
13053 #    layout: "plot-throughput-speedup-analysis"
13054 #
13055 #- type: "plot"
13056 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13057 #  algorithm: "plot_tsa_name"
13058 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13059 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13060 #  include:
13061 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13062 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13063 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13064 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13065 #  layout:
13066 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
13067 #    layout: "plot-throughput-speedup-analysis"
13068 #
13069 #- type: "plot"
13070 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13071 #  algorithm: "plot_tsa_name"
13072 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13073 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13074 #  include:
13075 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13076 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13077 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13078 #  layout:
13079 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
13080 #    layout: "plot-throughput-speedup-analysis"
13081 #
13082 #- type: "plot"
13083 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13084 #  algorithm: "plot_tsa_name"
13085 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13086 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13087 #  include:
13088 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13089 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13090 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13091 #  layout:
13092 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
13093 #    layout: "plot-throughput-speedup-analysis"
13094 #
13095 #- type: "plot"
13096 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13097 #  algorithm: "plot_tsa_name"
13098 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13099 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13100 #  include:
13101 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13102 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13103 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13104 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13105 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13106 #  layout:
13107 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13108 #    layout: "plot-throughput-speedup-analysis"
13109 #
13110 #- type: "plot"
13111 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13112 #  algorithm: "plot_tsa_name"
13113 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13114 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13115 #  include:
13116 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13117 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13118 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13119 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13120 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13121 #  layout:
13122 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13123 #    layout: "plot-throughput-speedup-analysis"
13124
13125 - type: "plot"
13126   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13127   algorithm: "plot_tsa_name"
13128   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13129   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13130   include:
13131     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13132     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13133     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13134   layout:
13135     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
13136     layout: "plot-throughput-speedup-analysis"
13137
13138 - type: "plot"
13139   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13140   algorithm: "plot_tsa_name"
13141   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13142   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13143   include:
13144     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13145     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13146     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13147   layout:
13148     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
13149     layout: "plot-throughput-speedup-analysis"
13150
13151 #- type: "plot"
13152 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13153 #  algorithm: "plot_tsa_name"
13154 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13155 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13156 #  include:
13157 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13158 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13159 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13160 #  layout:
13161 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
13162 #    layout: "plot-throughput-speedup-analysis"
13163 #
13164 #- type: "plot"
13165 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13166 #  algorithm: "plot_tsa_name"
13167 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13168 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13169 #  include:
13170 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13171 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13172 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13173 #  layout:
13174 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
13175 #    layout: "plot-throughput-speedup-analysis"
13176 #
13177 #- type: "plot"
13178 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13179 #  algorithm: "plot_tsa_name"
13180 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13181 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13182 #  include:
13183 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13184 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13185 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13186 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13187 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13188 #  layout:
13189 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13190 #    layout: "plot-throughput-speedup-analysis"
13191 #
13192 #- type: "plot"
13193 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13194 #  algorithm: "plot_tsa_name"
13195 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13196 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13197 #  include:
13198 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13199 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13200 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13201 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13202 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13203 #  layout:
13204 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13205 #    layout: "plot-throughput-speedup-analysis"
13206
13207 - type: "plot"
13208   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13209   algorithm: "plot_tsa_name"
13210   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13211   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13212   include:
13213     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13214     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13215     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13216     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13217     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13218     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13219   layout:
13220     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13221     layout: "plot-throughput-speedup-analysis"
13222
13223 - type: "plot"
13224   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13225   algorithm: "plot_tsa_name"
13226   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13227   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13228   include:
13229     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13230     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13231     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13232     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13233     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13234     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13235   layout:
13236     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13237     layout: "plot-throughput-speedup-analysis"
13238
13239 - type: "plot"
13240   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13241   algorithm: "plot_tsa_name"
13242   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13243   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13244   include:
13245     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13246     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13247     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13248     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13249   layout:
13250     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13251     layout: "plot-throughput-speedup-analysis"
13252
13253 - type: "plot"
13254   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13255   algorithm: "plot_tsa_name"
13256   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13257   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13258   include:
13259     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13260     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13261     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13262     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13263   layout:
13264     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13265     layout: "plot-throughput-speedup-analysis"
13266
13267 #- type: "plot"
13268 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13269 #  algorithm: "plot_tsa_name"
13270 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13271 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13272 #  include:
13273 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13274 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13275 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13276 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13277 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13278 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13279 #  layout:
13280 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
13281 #    layout: "plot-throughput-speedup-analysis"
13282 #
13283 #- type: "plot"
13284 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13285 #  algorithm: "plot_tsa_name"
13286 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13287 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13288 #  include:
13289 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13290 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13291 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13292 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13293 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13294 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13295 #  layout:
13296 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
13297 #    layout: "plot-throughput-speedup-analysis"
13298 #
13299 #- type: "plot"
13300 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13301 #  algorithm: "plot_tsa_name"
13302 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13303 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13304 #  include:
13305 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13306 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13307 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13308 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13309 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13310 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13311 #  layout:
13312 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13313 #    layout: "plot-throughput-speedup-analysis"
13314 #
13315 #- type: "plot"
13316 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13317 #  algorithm: "plot_tsa_name"
13318 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13319 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13320 #  include:
13321 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13322 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13323 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13324 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13325 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13326 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13327 #  layout:
13328 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13329 #    layout: "plot-throughput-speedup-analysis"
13330 #
13331 #- type: "plot"
13332 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13333 #  algorithm: "plot_tsa_name"
13334 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13335 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13336 #  include:
13337 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13338 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13339 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13340 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13341 #  layout:
13342 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
13343 #    layout: "plot-throughput-speedup-analysis"
13344 #
13345 #- type: "plot"
13346 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13347 #  algorithm: "plot_tsa_name"
13348 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13349 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13350 #  include:
13351 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13352 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13353 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13354 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13355 #  layout:
13356 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
13357 #    layout: "plot-throughput-speedup-analysis"
13358 #
13359 #- type: "plot"
13360 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13361 #  algorithm: "plot_tsa_name"
13362 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13363 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13364 #  include:
13365 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13366 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13367 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13368 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13369 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13370 #  layout:
13371 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13372 #    layout: "plot-throughput-speedup-analysis"
13373 #
13374 #- type: "plot"
13375 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13376 #  algorithm: "plot_tsa_name"
13377 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13378 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13379 #  include:
13380 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13381 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13382 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13383 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13384 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13385 #  layout:
13386 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13387 #    layout: "plot-throughput-speedup-analysis"
13388 #
13389 #- type: "plot"
13390 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13391 #  algorithm: "plot_tsa_name"
13392 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13393 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13394 #  include:
13395 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13396 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13397 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13398 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13399 #  layout:
13400 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13401 #    layout: "plot-throughput-speedup-analysis"
13402 #
13403 #- type: "plot"
13404 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13405 #  algorithm: "plot_tsa_name"
13406 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13407 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13408 #  include:
13409 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13410 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13411 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13412 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13413 #  layout:
13414 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13415 #    layout: "plot-throughput-speedup-analysis"
13416
13417 - type: "plot"
13418   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13419   algorithm: "plot_tsa_name"
13420   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13421   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13422   include:
13423     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13424     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13425     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13426     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13427     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13428     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13429   layout:
13430     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
13431     layout: "plot-throughput-speedup-analysis"
13432
13433 - type: "plot"
13434   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13435   algorithm: "plot_tsa_name"
13436   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13437   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13438   include:
13439     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13440     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13441     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13442     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13443     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13444     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13445   layout:
13446     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
13447     layout: "plot-throughput-speedup-analysis"
13448
13449 #- type: "plot"
13450 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13451 #  algorithm: "plot_tsa_name"
13452 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13453 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13454 #  include:
13455 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13456 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13457 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13458 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13459 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13460 #  layout:
13461 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13462 #    layout: "plot-throughput-speedup-analysis"
13463 #
13464 #- type: "plot"
13465 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13466 #  algorithm: "plot_tsa_name"
13467 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13468 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13469 #  include:
13470 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13471 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13472 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13473 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13474 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13475 #  layout:
13476 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13477 #    layout: "plot-throughput-speedup-analysis"
13478 #
13479 #- type: "plot"
13480 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13481 #  algorithm: "plot_tsa_name"
13482 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13483 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13484 #  include:
13485 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13486 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13487 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13488 #  layout:
13489 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
13490 #    layout: "plot-throughput-speedup-analysis"
13491 #
13492 #- type: "plot"
13493 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13494 #  algorithm: "plot_tsa_name"
13495 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13496 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13497 #  include:
13498 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13499 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13500 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13501 #  layout:
13502 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
13503 #    layout: "plot-throughput-speedup-analysis"
13504 #
13505 #- type: "plot"
13506 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13507 #  algorithm: "plot_tsa_name"
13508 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13509 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13510 #  include:
13511 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13512 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13513 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13514 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13515 #  layout:
13516 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13517 #    layout: "plot-throughput-speedup-analysis"
13518 #
13519 #- type: "plot"
13520 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13521 #  algorithm: "plot_tsa_name"
13522 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13523 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13524 #  include:
13525 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13526 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13527 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13528 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13529 #  layout:
13530 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13531 #    layout: "plot-throughput-speedup-analysis"
13532 #
13533 #- type: "plot"
13534 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13535 #  algorithm: "plot_tsa_name"
13536 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13537 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13538 #  include:
13539 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13540 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13541 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13542 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13543 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13544 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13545 #  layout:
13546 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13547 #    layout: "plot-throughput-speedup-analysis"
13548 #
13549 #- type: "plot"
13550 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13551 #  algorithm: "plot_tsa_name"
13552 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13553 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13554 #  include:
13555 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13556 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13557 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13558 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13559 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13560 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13561 #  layout:
13562 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13563 #    layout: "plot-throughput-speedup-analysis"
13564 #
13565 #- type: "plot"
13566 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13567 #  algorithm: "plot_tsa_name"
13568 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13569 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13570 #  include:
13571 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13572 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13573 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13574 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13575 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13576 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13577 #  layout:
13578 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr"
13579 #    layout: "plot-throughput-speedup-analysis"
13580 #
13581 #- type: "plot"
13582 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13583 #  algorithm: "plot_tsa_name"
13584 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13585 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13586 #  include:
13587 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13588 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13589 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13590 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13591 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13592 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13593 #  layout:
13594 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr"
13595 #    layout: "plot-throughput-speedup-analysis"
13596
13597 - type: "plot"
13598   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13599   algorithm: "plot_tsa_name"
13600   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13601   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13602   include:
13603     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13604     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13605     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13606     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13607     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13608     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13609   layout:
13610     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
13611     layout: "plot-throughput-speedup-analysis"
13612
13613 - type: "plot"
13614   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13615   algorithm: "plot_tsa_name"
13616   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13617   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13618   include:
13619     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13620     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13621     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13622     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13623     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13624     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13625   layout:
13626     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
13627     layout: "plot-throughput-speedup-analysis"
13628
13629 #- type: "plot"
13630 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13631 #  algorithm: "plot_tsa_name"
13632 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13633 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13634 #  include:
13635 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13636 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13637 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13638 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13639 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13640 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13641 #  layout:
13642 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr"
13643 #    layout: "plot-throughput-speedup-analysis"
13644 #
13645 #- type: "plot"
13646 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13647 #  algorithm: "plot_tsa_name"
13648 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13649 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13650 #  include:
13651 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13652 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13653 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13654 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13655 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13656 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13657 #  layout:
13658 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr"
13659 #    layout: "plot-throughput-speedup-analysis"
13660 #
13661 #- type: "plot"
13662 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13663 #  algorithm: "plot_tsa_name"
13664 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13665 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13666 #  include:
13667 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13668 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13669 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13670 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13671 #  layout:
13672 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13673 #    layout: "plot-throughput-speedup-analysis"
13674 #
13675 #- type: "plot"
13676 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13677 #  algorithm: "plot_tsa_name"
13678 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13679 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13680 #  include:
13681 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13682 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13683 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13684 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13685 #  layout:
13686 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13687 #    layout: "plot-throughput-speedup-analysis"
13688 #
13689 #- type: "plot"
13690 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13691 #  algorithm: "plot_tsa_name"
13692 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13693 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13694 #  include:
13695 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13696 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13697 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13698 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13699 #  layout:
13700 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13701 #    layout: "plot-throughput-speedup-analysis"
13702 #
13703 #- type: "plot"
13704 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13705 #  algorithm: "plot_tsa_name"
13706 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13707 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13708 #  include:
13709 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13710 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13711 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13712 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13713 #  layout:
13714 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13715 #    layout: "plot-throughput-speedup-analysis"
13716
13717 - type: "plot"
13718   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13719   algorithm: "plot_tsa_name"
13720   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
13721   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13722   include:
13723     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13724     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13725     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13726     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13727   layout:
13728     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13729     layout: "plot-throughput-speedup-analysis"
13730
13731 - type: "plot"
13732   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13733   algorithm: "plot_tsa_name"
13734   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
13735   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13736   include:
13737     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13738     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13739     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13740     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13741   layout:
13742     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13743     layout: "plot-throughput-speedup-analysis"
13744
13745 - type: "plot"
13746   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13747   algorithm: "plot_tsa_name"
13748   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13749   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13750   include:
13751     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13752     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13753     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13754     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13755   layout:
13756     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13757     layout: "plot-throughput-speedup-analysis"
13758
13759 - type: "plot"
13760   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13761   algorithm: "plot_tsa_name"
13762   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13763   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13764   include:
13765     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13766     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13767     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13768     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13769   layout:
13770     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13771     layout: "plot-throughput-speedup-analysis"
13772
13773 #- type: "plot"
13774 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13775 #  algorithm: "plot_tsa_name"
13776 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13777 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13778 #  include:
13779 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13780 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13781 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13782 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13783 #  layout:
13784 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13785 #    layout: "plot-throughput-speedup-analysis"
13786 #
13787 #- type: "plot"
13788 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13789 #  algorithm: "plot_tsa_name"
13790 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13791 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13792 #  include:
13793 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13794 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13795 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13796 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13797 #  layout:
13798 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13799 #    layout: "plot-throughput-speedup-analysis"
13800 #
13801 #- type: "plot"
13802 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13803 #  algorithm: "plot_tsa_name"
13804 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13805 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13806 #  include:
13807 #    - "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"
13808 #    - "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"
13809 #    - "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"
13810 #    - "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"
13811 #  layout:
13812 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13813 #    layout: "plot-throughput-speedup-analysis"
13814 #
13815 #- type: "plot"
13816 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13817 #  algorithm: "plot_tsa_name"
13818 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13819 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13820 #  include:
13821 #    - "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"
13822 #    - "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"
13823 #    - "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"
13824 #    - "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"
13825 #  layout:
13826 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13827 #    layout: "plot-throughput-speedup-analysis"
13828 #
13829 #- type: "plot"
13830 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13831 #  algorithm: "plot_tsa_name"
13832 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13833 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13834 #  include:
13835 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13836 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13837 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13838 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13839 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13840 #  layout:
13841 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13842 #    layout: "plot-throughput-speedup-analysis"
13843 #
13844 #- type: "plot"
13845 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13846 #  algorithm: "plot_tsa_name"
13847 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13848 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13849 #  include:
13850 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13851 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13852 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13853 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13854 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13855 #  layout:
13856 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13857 #    layout: "plot-throughput-speedup-analysis"
13858 #
13859 #- type: "plot"
13860 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13861 #  algorithm: "plot_tsa_name"
13862 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13863 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13864 #  include:
13865 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13866 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13867 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13868 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13869 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13870 #  layout:
13871 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13872 #    layout: "plot-throughput-speedup-analysis"
13873 #
13874 #- type: "plot"
13875 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13876 #  algorithm: "plot_tsa_name"
13877 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13878 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13879 #  include:
13880 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13881 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13882 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13883 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13884 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13885 #  layout:
13886 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13887 #    layout: "plot-throughput-speedup-analysis"
13888 #
13889 #- type: "plot"
13890 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13891 #  algorithm: "plot_tsa_name"
13892 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13893 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13894 #  include:
13895 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13896 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13897 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13898 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13899 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13900 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13901 #  layout:
13902 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13903 #    layout: "plot-throughput-speedup-analysis"
13904 #
13905 #- type: "plot"
13906 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13907 #  algorithm: "plot_tsa_name"
13908 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13909 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13910 #  include:
13911 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13912 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13913 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13914 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13915 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13916 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13917 #  layout:
13918 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13919 #    layout: "plot-throughput-speedup-analysis"
13920 #
13921 #- type: "plot"
13922 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13923 #  algorithm: "plot_tsa_name"
13924 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13925 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13926 #  include:
13927 #    - "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"
13928 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13929 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13930 #    - "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"
13931 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13932 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13933 #  layout:
13934 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13935 #    layout: "plot-throughput-speedup-analysis"
13936 #
13937 #- type: "plot"
13938 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13939 #  algorithm: "plot_tsa_name"
13940 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13941 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13942 #  include:
13943 #    - "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"
13944 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13945 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13946 #    - "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"
13947 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13948 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13949 #  layout:
13950 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13951 #    layout: "plot-throughput-speedup-analysis"
13952 #
13953 #- type: "plot"
13954 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13955 #  algorithm: "plot_tsa_name"
13956 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13957 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13958 #  include:
13959 #    - "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"
13960 #    - "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"
13961 #    - "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"
13962 #  layout:
13963 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr"
13964 #    layout: "plot-throughput-speedup-analysis"
13965 #
13966 #- type: "plot"
13967 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13968 #  algorithm: "plot_tsa_name"
13969 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13970 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13971 #  include:
13972 #    - "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"
13973 #    - "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"
13974 #    - "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"
13975 #  layout:
13976 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr"
13977 #    layout: "plot-throughput-speedup-analysis"
13978
13979 - type: "plot"
13980   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13981   algorithm: "plot_tsa_name"
13982   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13983   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13984   include:
13985     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13986     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13987     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13988     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13989     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13990   layout:
13991     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
13992     layout: "plot-throughput-speedup-analysis"
13993
13994 - type: "plot"
13995   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13996   algorithm: "plot_tsa_name"
13997   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13998   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13999   include:
14000     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14001     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14002     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14003     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14004     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14005   layout:
14006     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
14007     layout: "plot-throughput-speedup-analysis"
14008
14009 - type: "plot"
14010   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14011   algorithm: "plot_tsa_name"
14012   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14013   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14014   include:
14015     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14016     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14017     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14018     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14019     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14020   layout:
14021     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
14022     layout: "plot-throughput-speedup-analysis"
14023
14024 - type: "plot"
14025   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14026   algorithm: "plot_tsa_name"
14027   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14028   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14029   include:
14030     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14031     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14032     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14033     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14034     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14035   layout:
14036     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
14037     layout: "plot-throughput-speedup-analysis"
14038
14039 - type: "plot"
14040   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14041   algorithm: "plot_tsa_name"
14042   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14043   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14044   include:
14045     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14046     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14047     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14048     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14049     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14050     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14051   layout:
14052     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
14053     layout: "plot-throughput-speedup-analysis"
14054
14055 - type: "plot"
14056   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14057   algorithm: "plot_tsa_name"
14058   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14059   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14060   include:
14061     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14062     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14063     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14064     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14065     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14066     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14067   layout:
14068     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
14069     layout: "plot-throughput-speedup-analysis"
14070
14071 - type: "plot"
14072   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14073   algorithm: "plot_tsa_name"
14074   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14075   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14076   include:
14077     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14078     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14079     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14080     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14081   layout:
14082     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
14083     layout: "plot-throughput-speedup-analysis"
14084
14085 - type: "plot"
14086   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14087   algorithm: "plot_tsa_name"
14088   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14089   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14090   include:
14091     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14092     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14093     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14094     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14095   layout:
14096     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
14097     layout: "plot-throughput-speedup-analysis"
14098
14099 - type: "plot"
14100   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14101   algorithm: "plot_tsa_name"
14102   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14103   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14104   include:
14105     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14106     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14107     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14108     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14109     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14110   layout:
14111     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
14112     layout: "plot-throughput-speedup-analysis"
14113
14114 - type: "plot"
14115   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14116   algorithm: "plot_tsa_name"
14117   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14118   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14119   include:
14120     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14121     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14122     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14123     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14124     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14125   layout:
14126     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
14127     layout: "plot-throughput-speedup-analysis"
14128
14129 - type: "plot"
14130   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14131   algorithm: "plot_tsa_name"
14132   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14133   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14134   include:
14135     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14136     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14137     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14138     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14139     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14140     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14141   layout:
14142     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14143     layout: "plot-throughput-speedup-analysis"
14144
14145 - type: "plot"
14146   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14147   algorithm: "plot_tsa_name"
14148   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14149   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14150   include:
14151     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14152     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14153     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14154     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14155     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14156     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14157   layout:
14158     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14159     layout: "plot-throughput-speedup-analysis"
14160
14161 - type: "plot"
14162   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14163   algorithm: "plot_tsa_name"
14164   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14165   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14166   include:
14167     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14168     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14169     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14170     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14171   layout:
14172     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
14173     layout: "plot-throughput-speedup-analysis"
14174
14175 - type: "plot"
14176   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14177   algorithm: "plot_tsa_name"
14178   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14179   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14180   include:
14181     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14182     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14183     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14184     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14185   layout:
14186     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
14187     layout: "plot-throughput-speedup-analysis"
14188
14189 - type: "plot"
14190   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14191   algorithm: "plot_tsa_name"
14192   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14193   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14194   include:
14195     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14196     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14197     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14198     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14199     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14200     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14201   layout:
14202     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
14203     layout: "plot-throughput-speedup-analysis"
14204
14205 - type: "plot"
14206   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14207   algorithm: "plot_tsa_name"
14208   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14209   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14210   include:
14211     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14212     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14213     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14214     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14215     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14216     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14217   layout:
14218     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
14219     layout: "plot-throughput-speedup-analysis"
14220
14221 - type: "plot"
14222   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14223   algorithm: "plot_tsa_name"
14224   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14225   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14226   include:
14227     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14228     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14229     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14230     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14231     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14232     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14233   layout:
14234     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
14235     layout: "plot-throughput-speedup-analysis"
14236
14237 - type: "plot"
14238   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14239   algorithm: "plot_tsa_name"
14240   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14241   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14242   include:
14243     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14244     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14245     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14246     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14247     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14248     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14249   layout:
14250     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
14251     layout: "plot-throughput-speedup-analysis"
14252
14253 - type: "plot"
14254   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14255   algorithm: "plot_tsa_name"
14256   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14257   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14258   include:
14259     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14260     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14261     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14262     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14263     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14264     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14265   layout:
14266     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
14267     layout: "plot-throughput-speedup-analysis"
14268
14269 - type: "plot"
14270   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14271   algorithm: "plot_tsa_name"
14272   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14273   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14274   include:
14275     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14276     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14277     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14278     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14279     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14280     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14281   layout:
14282     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
14283     layout: "plot-throughput-speedup-analysis"
14284
14285 - type: "plot"
14286   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14287   algorithm: "plot_tsa_name"
14288   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14289   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14290   include:
14291     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14292     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14293     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14294     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14295     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14296   layout:
14297     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
14298     layout: "plot-throughput-speedup-analysis"
14299
14300 - type: "plot"
14301   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14302   algorithm: "plot_tsa_name"
14303   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14304   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14305   include:
14306     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14307     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14308     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14309     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14310     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14311   layout:
14312     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
14313     layout: "plot-throughput-speedup-analysis"
14314
14315 #- type: "plot"
14316 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14317 #  algorithm: "plot_tsa_name"
14318 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14319 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14320 #  include:
14321 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14322 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14323 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14324 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14325 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14326 #  layout:
14327 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
14328 #    layout: "plot-throughput-speedup-analysis"
14329 #
14330 #- type: "plot"
14331 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14332 #  algorithm: "plot_tsa_name"
14333 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14334 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14335 #  include:
14336 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14337 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14338 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14339 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14340 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14341 #  layout:
14342 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
14343 #    layout: "plot-throughput-speedup-analysis"
14344
14345 #- type: "plot"
14346 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14347 #  algorithm: "plot_tsa_name"
14348 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14349 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14350 #  include:
14351 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14352 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14353 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14354 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14355 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14356 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14357 #  layout:
14358 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
14359 #    layout: "plot-throughput-speedup-analysis"
14360 #
14361 #- type: "plot"
14362 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14363 #  algorithm: "plot_tsa_name"
14364 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14365 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14366 #  include:
14367 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14368 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14369 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14370 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14371 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14372 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14373 #  layout:
14374 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
14375 #    layout: "plot-throughput-speedup-analysis"
14376
14377 - type: "plot"
14378   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14379   algorithm: "plot_tsa_name"
14380   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14381   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14382   include:
14383     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14384     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14385     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14386     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14387     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14388   layout:
14389     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14390     layout: "plot-throughput-speedup-analysis"
14391
14392 - type: "plot"
14393   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14394   algorithm: "plot_tsa_name"
14395   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14396   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14397   include:
14398     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14399     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14400     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14401     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14402     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14403   layout:
14404     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14405     layout: "plot-throughput-speedup-analysis"
14406
14407 - type: "plot"
14408   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14409   algorithm: "plot_tsa_name"
14410   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14411   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14412   include:
14413     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14414     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14415     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14416     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14417     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14418     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14419   layout:
14420     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14421     layout: "plot-throughput-speedup-analysis"
14422
14423 - type: "plot"
14424   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14425   algorithm: "plot_tsa_name"
14426   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14427   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14428   include:
14429     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14430     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14431     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14432     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14433     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14434     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14435   layout:
14436     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14437     layout: "plot-throughput-speedup-analysis"
14438
14439 - type: "plot"
14440   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14441   algorithm: "plot_tsa_name"
14442   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14443   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14444   include:
14445     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14446     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14447     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14448     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14449     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14450   layout:
14451     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14452     layout: "plot-throughput-speedup-analysis"
14453
14454 - type: "plot"
14455   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14456   algorithm: "plot_tsa_name"
14457   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14458   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14459   include:
14460     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14461     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14462     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14463     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14464     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14465   layout:
14466     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14467     layout: "plot-throughput-speedup-analysis"
14468
14469 - type: "plot"
14470   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14471   algorithm: "plot_tsa_name"
14472   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14473   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14474   include:
14475     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14476     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14477     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14478     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14479   layout:
14480     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14481     layout: "plot-throughput-speedup-analysis"
14482
14483 - type: "plot"
14484   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14485   algorithm: "plot_tsa_name"
14486   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14487   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14488   include:
14489     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14490     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14491     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14492     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14493   layout:
14494     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14495     layout: "plot-throughput-speedup-analysis"
14496
14497 - type: "plot"
14498   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14499   algorithm: "plot_tsa_name"
14500   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14501   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14502   include:
14503     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14504     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14505     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14506     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14507     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14508     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14509   layout:
14510     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14511     layout: "plot-throughput-speedup-analysis"
14512
14513 - type: "plot"
14514   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14515   algorithm: "plot_tsa_name"
14516   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14517   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14518   include:
14519     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14520     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14521     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14522     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14523     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14524     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14525   layout:
14526     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14527     layout: "plot-throughput-speedup-analysis"
14528
14529 - type: "plot"
14530   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14531   algorithm: "plot_tsa_name"
14532   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14533   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14534   include:
14535     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14536     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14537     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14538     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14539     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14540   layout:
14541     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14542     layout: "plot-throughput-speedup-analysis"
14543
14544 - type: "plot"
14545   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14546   algorithm: "plot_tsa_name"
14547   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14548   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14549   include:
14550     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14551     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14552     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14553     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14554     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14555   layout:
14556     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14557     layout: "plot-throughput-speedup-analysis"
14558
14559 - type: "plot"
14560   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14561   algorithm: "plot_tsa_name"
14562   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14563   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14564   include:
14565     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14566     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14567     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14568     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14569     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14570     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14571   layout:
14572     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14573     layout: "plot-throughput-speedup-analysis"
14574
14575 - type: "plot"
14576   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14577   algorithm: "plot_tsa_name"
14578   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14579   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14580   include:
14581     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14582     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14583     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14584     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14585     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14586     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14587   layout:
14588     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14589     layout: "plot-throughput-speedup-analysis"
14590
14591 - type: "plot"
14592   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14593   algorithm: "plot_tsa_name"
14594   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14595   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14596   include:
14597     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14598     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14599     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14600     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14601   layout:
14602     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14603     layout: "plot-throughput-speedup-analysis"
14604
14605 - type: "plot"
14606   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14607   algorithm: "plot_tsa_name"
14608   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14609   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14610   include:
14611     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14612     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14613     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14614     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14615   layout:
14616     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14617     layout: "plot-throughput-speedup-analysis"
14618
14619 - type: "plot"
14620   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14621   algorithm: "plot_tsa_name"
14622   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14623   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14624   include:
14625     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14626     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14627     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14628     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14629     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14630   layout:
14631     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14632     layout: "plot-throughput-speedup-analysis"
14633
14634 - type: "plot"
14635   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14636   algorithm: "plot_tsa_name"
14637   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14638   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14639   include:
14640     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14641     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14642     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14643     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14644     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14645   layout:
14646     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14647     layout: "plot-throughput-speedup-analysis"
14648
14649 - type: "plot"
14650   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14651   algorithm: "plot_tsa_name"
14652   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14653   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14654   include:
14655     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14656     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14657     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14658     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14659     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14660     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14661   layout:
14662     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14663     layout: "plot-throughput-speedup-analysis"
14664
14665 - type: "plot"
14666   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14667   algorithm: "plot_tsa_name"
14668   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14669   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14670   include:
14671     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14672     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14673     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14674     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14675     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14676     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14677   layout:
14678     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14679     layout: "plot-throughput-speedup-analysis"
14680
14681 - type: "plot"
14682   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14683   algorithm: "plot_tsa_name"
14684   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14685   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14686   include:
14687     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14688     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14689     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14690     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14691   layout:
14692     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14693     layout: "plot-throughput-speedup-analysis"
14694
14695 - type: "plot"
14696   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14697   algorithm: "plot_tsa_name"
14698   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14699   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14700   include:
14701     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14702     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14703     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14704     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14705   layout:
14706     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14707     layout: "plot-throughput-speedup-analysis"
14708
14709 - type: "plot"
14710   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14711   algorithm: "plot_tsa_name"
14712   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14713   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14714   include:
14715     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14716     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14717     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14718     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14719     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14720     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14721   layout:
14722     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14723     layout: "plot-throughput-speedup-analysis"
14724
14725 - type: "plot"
14726   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14727   algorithm: "plot_tsa_name"
14728   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14729   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14730   include:
14731     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14732     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14733     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14734     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14735     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14736     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14737   layout:
14738     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14739     layout: "plot-throughput-speedup-analysis"
14740
14741 - type: "plot"
14742   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14743   algorithm: "plot_tsa_name"
14744   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14745   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14746   include:
14747     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14748     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14749     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14750     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14751     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14752     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14753   layout:
14754     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14755     layout: "plot-throughput-speedup-analysis"
14756
14757 - type: "plot"
14758   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14759   algorithm: "plot_tsa_name"
14760   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14761   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14762   include:
14763     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14764     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14765     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14766     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14767     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14768     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14769   layout:
14770     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14771     layout: "plot-throughput-speedup-analysis"
14772
14773 #- type: "plot"
14774 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14775 #  algorithm: "plot_tsa_name"
14776 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14777 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14778 #  include:
14779 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14780 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14781 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14782 #  layout:
14783 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14784 #    layout: "plot-throughput-speedup-analysis"
14785 #
14786 #- type: "plot"
14787 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14788 #  algorithm: "plot_tsa_name"
14789 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14790 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14791 #  include:
14792 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14793 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14794 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14795 #  layout:
14796 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14797 #    layout: "plot-throughput-speedup-analysis"
14798
14799 ################################################################################
14800
14801 # Packet Throughput - DPDK
14802
14803 # 2n-skx-xxv710
14804
14805 #- type: "plot"
14806 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
14807 #  algorithm: "plot_perf_box_name"
14808 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
14809 #  data: "plot-dpdk-throughput-latency-2n-skx"
14810 #  include:
14811 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14812 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14813 #  layout:
14814 #    title: "2n-skx-xxv710-64b-2t1c-base-ndr"
14815 #    layout: "plot-throughput"
14816 #
14817 #- type: "plot"
14818 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
14819 #  algorithm: "plot_perf_box_name"
14820 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
14821 #  data: "plot-dpdk-throughput-latency-2n-skx"
14822 #  include:
14823 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14824 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14825 #  layout:
14826 #    title: "2n-skx-xxv710-64b-4t2c-base-ndr"
14827 #    layout: "plot-throughput"
14828 #
14829 #- type: "plot"
14830 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
14831 #  algorithm: "plot_perf_box_name"
14832 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
14833 #  data: "plot-dpdk-throughput-latency-2n-skx"
14834 #  include:
14835 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14836 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14837 #  layout:
14838 #    title: "2n-skx-xxv710-64b-2t1c-base-pdr"
14839 #    layout: "plot-throughput"
14840 #
14841 #- type: "plot"
14842 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
14843 #  algorithm: "plot_perf_box_name"
14844 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
14845 #  data: "plot-dpdk-throughput-latency-2n-skx"
14846 #  include:
14847 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14848 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14849 #  layout:
14850 #    title: "2n-skx-xxv710-64b-4t2c-base-pdr"
14851 #    layout: "plot-throughput"
14852 #
14853 ## 2n-skx-x710
14854 #
14855 #- type: "plot"
14856 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
14857 #  algorithm: "plot_perf_box_name"
14858 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
14859 #  data: "plot-dpdk-throughput-latency-2n-skx"
14860 #  include:
14861 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14862 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14863 #  layout:
14864 #    title: "2n-skx-x710-64b-2t1c-base-ndr"
14865 #    layout: "plot-throughput"
14866 #
14867 #- type: "plot"
14868 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
14869 #  algorithm: "plot_perf_box_name"
14870 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
14871 #  data: "plot-dpdk-throughput-latency-2n-skx"
14872 #  include:
14873 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14874 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14875 #  layout:
14876 #    title: "2n-skx-x710-64b-4t2c-base-ndr"
14877 #    layout: "plot-throughput"
14878 #
14879 #- type: "plot"
14880 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
14881 #  algorithm: "plot_perf_box_name"
14882 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
14883 #  data: "plot-dpdk-throughput-latency-2n-skx"
14884 #  include:
14885 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14886 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14887 #  layout:
14888 #    title: "2n-skx-x710-64b-2t1c-base-pdr"
14889 #    layout: "plot-throughput"
14890 #
14891 #- type: "plot"
14892 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
14893 #  algorithm: "plot_perf_box_name"
14894 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
14895 #  data: "plot-dpdk-throughput-latency-2n-skx"
14896 #  include:
14897 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14898 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14899 #  layout:
14900 #    title: "2n-skx-x710-64b-4t2c-base-pdr"
14901 #    layout: "plot-throughput"
14902 #
14903 ## 3n-skx-xxv710
14904 #
14905 #- type: "plot"
14906 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
14907 #  algorithm: "plot_perf_box_name"
14908 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
14909 #  data: "plot-dpdk-throughput-latency-3n-skx"
14910 #  include:
14911 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14912 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14913 #  layout:
14914 #    title: "3n-skx-xxv710-64b-2t1c-base-ndr"
14915 #    layout: "plot-throughput"
14916 #
14917 #- type: "plot"
14918 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
14919 #  algorithm: "plot_perf_box_name"
14920 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
14921 #  data: "plot-dpdk-throughput-latency-3n-skx"
14922 #  include:
14923 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14924 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14925 #  layout:
14926 #    title: "3n-skx-xxv710-64b-4t2c-base-ndr"
14927 #    layout: "plot-throughput"
14928 #
14929 #- type: "plot"
14930 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
14931 #  algorithm: "plot_perf_box_name"
14932 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
14933 #  data: "plot-dpdk-throughput-latency-3n-skx"
14934 #  include:
14935 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14936 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14937 #  layout:
14938 #    title: "3n-skx-xxv710-64b-2t1c-base-pdr"
14939 #    layout: "plot-throughput"
14940 #
14941 #- type: "plot"
14942 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
14943 #  algorithm: "plot_perf_box_name"
14944 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
14945 #  data: "plot-dpdk-throughput-latency-3n-skx"
14946 #  include:
14947 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14948 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14949 #  layout:
14950 #    title: "3n-skx-xxv710-64b-4t2c-base-pdr"
14951 #    layout: "plot-throughput"
14952 #
14953 ## 3n-skx-x710
14954 #
14955 #- type: "plot"
14956 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
14957 #  algorithm: "plot_perf_box_name"
14958 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
14959 #  data: "plot-dpdk-throughput-latency-3n-skx"
14960 #  include:
14961 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14962 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14963 #  layout:
14964 #    title: "3n-skx-x710-64b-2t1c-base-ndr"
14965 #    layout: "plot-throughput"
14966 #
14967 #- type: "plot"
14968 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
14969 #  algorithm: "plot_perf_box_name"
14970 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
14971 #  data: "plot-dpdk-throughput-latency-3n-skx"
14972 #  include:
14973 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14974 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14975 #  layout:
14976 #    title: "3n-skx-x710-64b-4t2c-base-ndr"
14977 #    layout: "plot-throughput"
14978 #
14979 #- type: "plot"
14980 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
14981 #  algorithm: "plot_perf_box_name"
14982 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
14983 #  data: "plot-dpdk-throughput-latency-3n-skx"
14984 #  include:
14985 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14986 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14987 #  layout:
14988 #    title: "3n-skx-x710-64b-2t1c-base-pdr"
14989 #    layout: "plot-throughput"
14990 #
14991 #- type: "plot"
14992 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
14993 #  algorithm: "plot_perf_box_name"
14994 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
14995 #  data: "plot-dpdk-throughput-latency-3n-skx"
14996 #  include:
14997 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14998 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14999 #  layout:
15000 #    title: "3n-skx-x710-64b-4t2c-base-pdr"
15001 #    layout: "plot-throughput"
15002
15003 # 3n-hsw-xl710
15004
15005 - type: "plot"
15006   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
15007   algorithm: "plot_perf_box_name"
15008   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
15009   data: "plot-dpdk-throughput-latency-3n-hsw"
15010   include:
15011     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15012     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15013   layout:
15014     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
15015     layout: "plot-throughput"
15016
15017 - type: "plot"
15018   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
15019   algorithm: "plot_perf_box_name"
15020   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
15021   data: "plot-dpdk-throughput-latency-3n-hsw"
15022   include:
15023     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15024     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15025   layout:
15026     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
15027     layout: "plot-throughput"
15028
15029 - type: "plot"
15030   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
15031   algorithm: "plot_perf_box_name"
15032   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
15033   data: "plot-dpdk-throughput-latency-3n-hsw"
15034   include:
15035     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15036     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15037   layout:
15038     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
15039     layout: "plot-throughput"
15040
15041 - type: "plot"
15042   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
15043   algorithm: "plot_perf_box_name"
15044   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
15045   data: "plot-dpdk-throughput-latency-3n-hsw"
15046   include:
15047     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15048     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15049   layout:
15050     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
15051     layout: "plot-throughput"
15052
15053 # 3n-hsw-x710
15054
15055 - type: "plot"
15056   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
15057   algorithm: "plot_perf_box_name"
15058   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
15059   data: "plot-dpdk-throughput-latency-3n-hsw"
15060   include:
15061     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15062     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15063   layout:
15064     title: "3n-hsw-x710-64b-1t1c-base-ndr"
15065     layout: "plot-throughput"
15066
15067 - type: "plot"
15068   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
15069   algorithm: "plot_perf_box_name"
15070   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
15071   data: "plot-dpdk-throughput-latency-3n-hsw"
15072   include:
15073     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15074     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15075   layout:
15076     title: "3n-hsw-x710-64b-2t2c-base-ndr"
15077     layout: "plot-throughput"
15078
15079 - type: "plot"
15080   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
15081   algorithm: "plot_perf_box_name"
15082   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
15083   data: "plot-dpdk-throughput-latency-3n-hsw"
15084   include:
15085     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15086     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15087   layout:
15088     title: "3n-hsw-x710-64b-1t1c-base-pdr"
15089     layout: "plot-throughput"
15090
15091 - type: "plot"
15092   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
15093   algorithm: "plot_perf_box_name"
15094   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
15095   data: "plot-dpdk-throughput-latency-3n-hsw"
15096   include:
15097     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15098     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15099   layout:
15100     title: "3n-hsw-x710-64b-2t2c-base-pdr"
15101     layout: "plot-throughput"
15102
15103 # 2n-dnv-x553
15104
15105 - type: "plot"
15106   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
15107   algorithm: "plot_perf_box_name"
15108   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
15109   data: "plot-dpdk-throughput-latency-2n-dnv"
15110   include:
15111     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15112     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15113   layout:
15114     title: "2n-dnv-x553-64b-1t1c-base-ndr"
15115     layout: "plot-throughput"
15116
15117 - type: "plot"
15118   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
15119   algorithm: "plot_perf_box_name"
15120   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
15121   data: "plot-dpdk-throughput-latency-2n-dnv"
15122   include:
15123     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15124     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15125   layout:
15126     title: "2n-dnv-x553-64b-2t2c-base-ndr"
15127     layout: "plot-throughput"
15128
15129 - type: "plot"
15130   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
15131   algorithm: "plot_perf_box_name"
15132   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
15133   data: "plot-dpdk-throughput-latency-2n-dnv"
15134   include:
15135     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15136     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15137   layout:
15138     title: "2n-dnv-x553-64b-1t1c-base-pdr"
15139     layout: "plot-throughput"
15140
15141 - type: "plot"
15142   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
15143   algorithm: "plot_perf_box_name"
15144   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
15145   data: "plot-dpdk-throughput-latency-2n-dnv"
15146   include:
15147     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15148     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15149   layout:
15150     title: "2n-dnv-x553-64b-2t2c-base-pdr"
15151     layout: "plot-throughput"
15152
15153 # 3n-dnv-x553
15154
15155 - type: "plot"
15156   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
15157   algorithm: "plot_perf_box_name"
15158   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
15159   data: "plot-dpdk-throughput-latency-3n-dnv"
15160   include:
15161     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15162     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15163   layout:
15164     title: "3n-dnv-x553-64b-1t1c-base-ndr"
15165     layout: "plot-throughput"
15166
15167 - type: "plot"
15168   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
15169   algorithm: "plot_perf_box_name"
15170   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
15171   data: "plot-dpdk-throughput-latency-3n-dnv"
15172   include:
15173     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15174     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15175   layout:
15176     title: "3n-dnv-x553-64b-2t2c-base-ndr"
15177     layout: "plot-throughput"
15178
15179 - type: "plot"
15180   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
15181   algorithm: "plot_perf_box_name"
15182   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
15183   data: "plot-dpdk-throughput-latency-3n-dnv"
15184   include:
15185     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15186     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15187   layout:
15188     title: "3n-dnv-x553-64b-1t1c-base-pdr"
15189     layout: "plot-throughput"
15190
15191 - type: "plot"
15192   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
15193   algorithm: "plot_perf_box_name"
15194   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
15195   data: "plot-dpdk-throughput-latency-3n-dnv"
15196   include:
15197     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15198     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15199   layout:
15200     title: "3n-dnv-x553-64b-2t2c-base-pdr"
15201     layout: "plot-throughput"
15202
15203 # 3n-tsh-x520
15204
15205 - type: "plot"
15206   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
15207   algorithm: "plot_perf_box_name"
15208   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
15209   data: "plot-dpdk-throughput-latency-3n-tsh"
15210   include:
15211     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15212     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15213   layout:
15214     title: "3n-tsh-x520-64b-1t1c-base-ndr"
15215     layout: "plot-throughput"
15216
15217 - type: "plot"
15218   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
15219   algorithm: "plot_perf_box_name"
15220   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
15221   data: "plot-dpdk-throughput-latency-3n-tsh"
15222   include:
15223     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15224     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15225   layout:
15226     title: "3n-tsh-x520-64b-2t2c-base-ndr"
15227     layout: "plot-throughput"
15228
15229 - type: "plot"
15230   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
15231   algorithm: "plot_perf_box_name"
15232   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
15233   data: "plot-dpdk-throughput-latency-3n-tsh"
15234   include:
15235     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15236     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15237   layout:
15238     title: "3n-tsh-x520-64b-1t1c-base-pdr"
15239     layout: "plot-throughput"
15240
15241 - type: "plot"
15242   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
15243   algorithm: "plot_perf_box_name"
15244   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
15245   data: "plot-dpdk-throughput-latency-3n-tsh"
15246   include:
15247     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15248     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15249   layout:
15250     title: "3n-tsh-x520-64b-2t2c-base-pdr"
15251     layout: "plot-throughput"
15252
15253 ################################################################################
15254 ###   2n-clx                                                                 ###
15255 ################################################################################
15256
15257 # Packet Throughput
15258
15259 - type: "plot"
15260   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15261   algorithm: "plot_perf_box_name"
15262   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15263   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15264   include:
15265     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15266     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15267     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15268     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15269   layout:
15270     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15271     layout: "plot-throughput"
15272
15273 - type: "plot"
15274   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15275   algorithm: "plot_perf_box_name"
15276   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15277   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15278   include:
15279     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15280     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15281     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15282     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15283   layout:
15284     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15285     layout: "plot-throughput"
15286
15287 - type: "plot"
15288   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15289   algorithm: "plot_perf_box_name"
15290   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15291   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15292   include:
15293     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15294     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15295     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15296     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15297   layout:
15298     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15299     layout: "plot-throughput"
15300
15301 - type: "plot"
15302   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15303   algorithm: "plot_perf_box_name"
15304   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15305   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15306   include:
15307     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15308     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15309     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15310     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15311   layout:
15312     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15313     layout: "plot-throughput"
15314
15315 - type: "plot"
15316   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15317   algorithm: "plot_perf_box_name"
15318   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15319   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15320   include:
15321     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15322     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15323     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15324     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15325     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15326   layout:
15327     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15328     layout: "plot-throughput"
15329
15330 - type: "plot"
15331   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15332   algorithm: "plot_perf_box_name"
15333   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15334   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15335   include:
15336     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15337     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15338     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15339     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15340     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15341   layout:
15342     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15343     layout: "plot-throughput"
15344
15345 - type: "plot"
15346   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15347   algorithm: "plot_perf_box_name"
15348   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15349   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15350   include:
15351     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15355   layout:
15356     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15357     layout: "plot-throughput"
15358
15359 - type: "plot"
15360   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15361   algorithm: "plot_perf_box_name"
15362   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15363   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15364   include:
15365     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15366     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15367     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15368     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15369   layout:
15370     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15371     layout: "plot-throughput"
15372
15373 - type: "plot"
15374   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15375   algorithm: "plot_perf_box_name"
15376   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15377   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15378   include:
15379     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15380     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15381     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15382     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15383     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15384   layout:
15385     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15386     layout: "plot-throughput"
15387
15388 - type: "plot"
15389   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15390   algorithm: "plot_perf_box_name"
15391   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15392   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15393   include:
15394     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15395     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15396     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15397     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15398     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15399   layout:
15400     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15401     layout: "plot-throughput"
15402
15403 - type: "plot"
15404   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15405   algorithm: "plot_perf_box_name"
15406   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15407   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15408   include:
15409     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15410     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15412     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15413     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15414     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15415   layout:
15416     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15417     layout: "plot-throughput"
15418
15419 - type: "plot"
15420   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15421   algorithm: "plot_perf_box_name"
15422   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15423   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15424   include:
15425     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15426     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15427     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15428     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15429     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15430     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15431   layout:
15432     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15433     layout: "plot-throughput"
15434
15435 - type: "plot"
15436   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15437   algorithm: "plot_perf_box_name"
15438   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15439   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15440   include:
15441     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15442     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15443   layout:
15444     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15445     layout: "plot-throughput"
15446
15447 - type: "plot"
15448   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15449   algorithm: "plot_perf_box_name"
15450   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15451   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15452   include:
15453     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15454     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15455   layout:
15456     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15457     layout: "plot-throughput"
15458
15459 - type: "plot"
15460   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15461   algorithm: "plot_perf_box_name"
15462   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15463   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15464   include:
15465     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15466     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15467     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15468     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15469     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15470     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15471   layout:
15472     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15473     layout: "plot-throughput"
15474
15475 - type: "plot"
15476   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15477   algorithm: "plot_perf_box_name"
15478   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15479   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15480   include:
15481     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15482     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15483     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15484     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15485     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15486     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15487   layout:
15488     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15489     layout: "plot-throughput"
15490
15491 - type: "plot"
15492   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15493   algorithm: "plot_perf_box_name"
15494   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15495   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15496   include:
15497     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15498     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15499     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15500     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15501     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15502     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15503   layout:
15504     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15505     layout: "plot-throughput"
15506
15507 - type: "plot"
15508   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15509   algorithm: "plot_perf_box_name"
15510   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15511   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15512   include:
15513     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15514     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15515     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15516     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15517     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15518     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15519   layout:
15520     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15521     layout: "plot-throughput"
15522
15523 - type: "plot"
15524   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15525   algorithm: "plot_perf_box_name"
15526   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15527   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15528   include:
15529     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15530     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15531     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15532   layout:
15533     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15534     layout: "plot-throughput"
15535
15536 - type: "plot"
15537   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15538   algorithm: "plot_perf_box_name"
15539   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15540   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15541   include:
15542     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15543     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15544     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15545   layout:
15546     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15547     layout: "plot-throughput"
15548
15549 - type: "plot"
15550   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15551   algorithm: "plot_perf_box_name"
15552   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15553   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15554   include:
15555     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15556     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15557     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15558     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15559     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15560   layout:
15561     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15562     layout: "plot-throughput"
15563
15564 - type: "plot"
15565   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15566   algorithm: "plot_perf_box_name"
15567   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15568   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15569   include:
15570     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15571     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15572     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15573     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15574     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15575   layout:
15576     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15577     layout: "plot-throughput"
15578
15579 - type: "plot"
15580   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15581   algorithm: "plot_perf_box_name"
15582   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15583   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15584   include:
15585     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15586     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15587     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15588     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15589     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15590   layout:
15591     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15592     layout: "plot-throughput"
15593
15594 - type: "plot"
15595   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15596   algorithm: "plot_perf_box_name"
15597   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15598   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15599   include:
15600     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15601     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15602     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15603     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15604     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15605   layout:
15606     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15607     layout: "plot-throughput"
15608
15609 - type: "plot"
15610   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15611   algorithm: "plot_perf_box_name"
15612   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15613   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15614   include:
15615     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15616     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15617     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15618     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15619     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15620     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15621   layout:
15622     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15623     layout: "plot-throughput"
15624
15625 - type: "plot"
15626   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15627   algorithm: "plot_perf_box_name"
15628   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15629   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15630   include:
15631     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15632     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15633     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15634     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15635     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15636     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15637   layout:
15638     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15639     layout: "plot-throughput"
15640
15641 - type: "plot"
15642   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15643   algorithm: "plot_perf_box_name"
15644   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15645   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15646   include:
15647     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15648     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15649     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15650     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15651   layout:
15652     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15653     layout: "plot-throughput"
15654
15655 - type: "plot"
15656   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15657   algorithm: "plot_perf_box_name"
15658   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15659   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15660   include:
15661     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15662     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15663     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15664     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15665   layout:
15666     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15667     layout: "plot-throughput"
15668
15669 - type: "plot"
15670   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15671   algorithm: "plot_perf_box_name"
15672   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15673   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15674   include:
15675     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15676     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15677     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15678     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15679     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15680   layout:
15681     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15682     layout: "plot-throughput"
15683
15684 - type: "plot"
15685   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15686   algorithm: "plot_perf_box_name"
15687   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15688   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15689   include:
15690     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15691     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15692     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15693     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15694     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15695   layout:
15696     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15697     layout: "plot-throughput"
15698
15699 - type: "plot"
15700   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15701   algorithm: "plot_perf_box_name"
15702   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15703   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15704   include:
15705     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15706     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15707     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15708     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15709   layout:
15710     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15711     layout: "plot-throughput"
15712
15713 - type: "plot"
15714   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15715   algorithm: "plot_perf_box_name"
15716   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15717   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15718   include:
15719     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15720     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15721     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15722     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15723   layout:
15724     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15725     layout: "plot-throughput"
15726
15727 - type: "plot"
15728   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15729   algorithm: "plot_perf_box_name"
15730   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15731   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15732   include:
15733     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15734     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15735     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15736     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15737     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15738     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15739   layout:
15740     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15741     layout: "plot-throughput"
15742
15743 - type: "plot"
15744   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15745   algorithm: "plot_perf_box_name"
15746   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15747   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15748   include:
15749     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15750     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15751     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15752     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15753     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15754     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15755   layout:
15756     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15757     layout: "plot-throughput"
15758
15759 - type: "plot"
15760   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15761   algorithm: "plot_perf_box_name"
15762   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15763   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15764   include:
15765     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15766     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15767     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15768     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15769   layout:
15770     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15771     layout: "plot-throughput"
15772
15773 - type: "plot"
15774   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15775   algorithm: "plot_perf_box_name"
15776   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15777   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15778   include:
15779     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15780     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15781     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15782     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15783   layout:
15784     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15785     layout: "plot-throughput"
15786
15787 - type: "plot"
15788   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15789   algorithm: "plot_perf_box_name"
15790   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15791   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15792   include:
15793     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15794     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15795     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15796     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15797   layout:
15798     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15799     layout: "plot-throughput"
15800
15801 - type: "plot"
15802   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15803   algorithm: "plot_perf_box_name"
15804   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15805   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15806   include:
15807     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15808     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15809     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15810     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15811   layout:
15812     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15813     layout: "plot-throughput"
15814
15815 - type: "plot"
15816   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15817   algorithm: "plot_perf_box_name"
15818   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15819   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15820   include:
15821     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15822     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15823     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15824     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15825   layout:
15826     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15827     layout: "plot-throughput"
15828
15829 - type: "plot"
15830   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15831   algorithm: "plot_perf_box_name"
15832   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15833   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15834   include:
15835     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15836     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15837     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15838     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15839   layout:
15840     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15841     layout: "plot-throughput"
15842
15843 - type: "plot"
15844   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15845   algorithm: "plot_perf_box_name"
15846   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15847   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15848   include:
15849     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15850     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15851     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15852     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15853   layout:
15854     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15855     layout: "plot-throughput"
15856
15857 - type: "plot"
15858   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15859   algorithm: "plot_perf_box_name"
15860   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15861   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15862   include:
15863     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15864     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15865     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15866     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15867   layout:
15868     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15869     layout: "plot-throughput"
15870
15871 - type: "plot"
15872   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15873   algorithm: "plot_perf_box_name"
15874   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15875   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15876   include:
15877     - "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"
15878     - "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"
15879     - "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"
15880     - "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"
15881   layout:
15882     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15883     layout: "plot-throughput"
15884
15885 - type: "plot"
15886   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15887   algorithm: "plot_perf_box_name"
15888   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15889   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15890   include:
15891     - "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"
15892     - "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"
15893     - "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"
15894     - "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"
15895   layout:
15896     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15897     layout: "plot-throughput"
15898
15899 ################################################################################
15900
15901 # Packet Speedup
15902
15903 - type: "plot"
15904   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15905   algorithm: "plot_tsa_name"
15906   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15907   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15908   include:
15909     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15910     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15911     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15912     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15913   layout:
15914     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
15915     layout: "plot-throughput-speedup-analysis"
15916
15917 - type: "plot"
15918   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15919   algorithm: "plot_tsa_name"
15920   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15921   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15922   include:
15923     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15924     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15925     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15926     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15927   layout:
15928     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
15929     layout: "plot-throughput-speedup-analysis"
15930
15931 - type: "plot"
15932   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15933   algorithm: "plot_tsa_name"
15934   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15935   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15936   include:
15937     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15938     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15939     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15940     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15941   layout:
15942     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
15943     layout: "plot-throughput-speedup-analysis"
15944
15945 - type: "plot"
15946   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15947   algorithm: "plot_tsa_name"
15948   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15949   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15950   include:
15951     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15952     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15953     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15954     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15955   layout:
15956     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
15957     layout: "plot-throughput-speedup-analysis"
15958
15959 - type: "plot"
15960   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15961   algorithm: "plot_tsa_name"
15962   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15963   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15964   include:
15965     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15966     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15967     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15968     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15969     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15970   layout:
15971     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
15972     layout: "plot-throughput-speedup-analysis"
15973
15974 - type: "plot"
15975   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15976   algorithm: "plot_tsa_name"
15977   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15978   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15979   include:
15980     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15981     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15982     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15983     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15984     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15985   layout:
15986     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
15987     layout: "plot-throughput-speedup-analysis"
15988
15989 - type: "plot"
15990   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15991   algorithm: "plot_tsa_name"
15992   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15993   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15994   include:
15995     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15997     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15998     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15999   layout:
16000     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
16001     layout: "plot-throughput-speedup-analysis"
16002
16003 - type: "plot"
16004   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
16005   algorithm: "plot_tsa_name"
16006   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
16007   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16008   include:
16009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
16011     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
16012     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16013   layout:
16014     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
16015     layout: "plot-throughput-speedup-analysis"
16016
16017 - type: "plot"
16018   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16019   algorithm: "plot_tsa_name"
16020   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16021   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16022   include:
16023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16025     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16026     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16027     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16028   layout:
16029     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
16030     layout: "plot-throughput-speedup-analysis"
16031
16032 - type: "plot"
16033   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16034   algorithm: "plot_tsa_name"
16035   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16036   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16037   include:
16038     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16039     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16040     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16041     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16042     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16043   layout:
16044     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
16045     layout: "plot-throughput-speedup-analysis"
16046
16047 - type: "plot"
16048   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
16049   algorithm: "plot_tsa_name"
16050   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
16051   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16052   include:
16053     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16054     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16055     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16056     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16057     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16058     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16059   layout:
16060     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
16061     layout: "plot-throughput-speedup-analysis"
16062
16063 - type: "plot"
16064   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
16065   algorithm: "plot_tsa_name"
16066   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
16067   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16068   include:
16069     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16070     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16071     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16072     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16073     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16074     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16075   layout:
16076     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
16077     layout: "plot-throughput-speedup-analysis"
16078
16079 - type: "plot"
16080   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
16081   algorithm: "plot_tsa_name"
16082   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
16083   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16084   include:
16085     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
16086     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
16087   layout:
16088     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
16089     layout: "plot-throughput-speedup-analysis"
16090
16091 - type: "plot"
16092   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
16093   algorithm: "plot_tsa_name"
16094   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
16095   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16096   include:
16097     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
16098     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
16099   layout:
16100     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
16101     layout: "plot-throughput-speedup-analysis"
16102
16103 - type: "plot"
16104   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
16105   algorithm: "plot_tsa_name"
16106   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
16107   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16108   include:
16109     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
16110     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16111     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
16112     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16113     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
16114     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16115   layout:
16116     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
16117     layout: "plot-throughput-speedup-analysis"
16118
16119 - type: "plot"
16120   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
16121   algorithm: "plot_tsa_name"
16122   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
16123   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16124   include:
16125     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
16126     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16127     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
16128     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16129     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
16130     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16131   layout:
16132     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
16133     layout: "plot-throughput-speedup-analysis"
16134
16135 - type: "plot"
16136   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
16137   algorithm: "plot_tsa_name"
16138   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
16139   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16140   include:
16141     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16142     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16143     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16144     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16145     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16146     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16147   layout:
16148     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
16149     layout: "plot-throughput-speedup-analysis"
16150
16151 - type: "plot"
16152   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
16153   algorithm: "plot_tsa_name"
16154   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
16155   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16156   include:
16157     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16158     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16159     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16160     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16161     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16162     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16163   layout:
16164     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
16165     layout: "plot-throughput-speedup-analysis"
16166
16167 - type: "plot"
16168   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16169   algorithm: "plot_tsa_name"
16170   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16171   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16172   include:
16173     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16174     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16175     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16176   layout:
16177     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr"
16178     layout: "plot-throughput-speedup-analysis"
16179
16180 - type: "plot"
16181   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16182   algorithm: "plot_tsa_name"
16183   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16184   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16185   include:
16186     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16187     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16188     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16189   layout:
16190     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr"
16191     layout: "plot-throughput-speedup-analysis"
16192
16193 - type: "plot"
16194   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16195   algorithm: "plot_tsa_name"
16196   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16197   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16198   include:
16199     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16200     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16201     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16202     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16203     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16204   layout:
16205     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
16206     layout: "plot-throughput-speedup-analysis"
16207
16208 - type: "plot"
16209   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16210   algorithm: "plot_tsa_name"
16211   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16212   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16213   include:
16214     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16215     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16216     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16217     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16218     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16219   layout:
16220     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
16221     layout: "plot-throughput-speedup-analysis"
16222
16223 - type: "plot"
16224   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
16225   algorithm: "plot_tsa_name"
16226   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
16227   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16228   include:
16229     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
16230     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
16231     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
16232     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
16233     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
16234   layout:
16235     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
16236     layout: "plot-throughput-speedup-analysis"
16237
16238 - type: "plot"
16239   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
16240   algorithm: "plot_tsa_name"
16241   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
16242   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16243   include:
16244     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
16245     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
16246     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
16247     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
16248     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
16249   layout:
16250     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
16251     layout: "plot-throughput-speedup-analysis"
16252
16253 - type: "plot"
16254   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16255   algorithm: "plot_tsa_name"
16256   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16257   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16258   include:
16259     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16260     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16261     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16262     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16263     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16264     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16265   layout:
16266     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
16267     layout: "plot-throughput-speedup-analysis"
16268
16269 - type: "plot"
16270   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16271   algorithm: "plot_tsa_name"
16272   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16273   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16274   include:
16275     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16276     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16277     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16278     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16279     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16280     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16281   layout:
16282     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
16283     layout: "plot-throughput-speedup-analysis"
16284
16285 - type: "plot"
16286   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16287   algorithm: "plot_tsa_name"
16288   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16289   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16290   include:
16291     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16292     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16293     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16294     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16295   layout:
16296     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
16297     layout: "plot-throughput-speedup-analysis"
16298
16299 - type: "plot"
16300   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16301   algorithm: "plot_tsa_name"
16302   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16303   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16304   include:
16305     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16306     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16307     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16308     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16309   layout:
16310     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
16311     layout: "plot-throughput-speedup-analysis"
16312
16313 - type: "plot"
16314   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16315   algorithm: "plot_tsa_name"
16316   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16317   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16318   include:
16319     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16320     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16321     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16322     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16323     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16324   layout:
16325     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
16326     layout: "plot-throughput-speedup-analysis"
16327
16328 - type: "plot"
16329   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16330   algorithm: "plot_tsa_name"
16331   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16332   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16333   include:
16334     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16335     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16336     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16337     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16338     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16339   layout:
16340     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
16341     layout: "plot-throughput-speedup-analysis"
16342
16343 - type: "plot"
16344   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16345   algorithm: "plot_tsa_name"
16346   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16347   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16348   include:
16349     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16350     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16351     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16352     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16353   layout:
16354     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
16355     layout: "plot-throughput-speedup-analysis"
16356
16357 - type: "plot"
16358   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16359   algorithm: "plot_tsa_name"
16360   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16361   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16362   include:
16363     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16364     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16365     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16366     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16367   layout:
16368     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
16369     layout: "plot-throughput-speedup-analysis"
16370
16371 - type: "plot"
16372   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
16373   algorithm: "plot_tsa_name"
16374   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
16375   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16376   include:
16377     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
16378     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16379     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16380     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
16381     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
16382     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16383   layout:
16384     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
16385     layout: "plot-throughput-speedup-analysis"
16386
16387 - type: "plot"
16388   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
16389   algorithm: "plot_tsa_name"
16390   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
16391   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16392   include:
16393     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
16394     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16395     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16396     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
16397     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
16398     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16399   layout:
16400     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
16401     layout: "plot-throughput-speedup-analysis"
16402
16403 - type: "plot"
16404   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
16405   algorithm: "plot_tsa_name"
16406   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
16407   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16408   include:
16409     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16410     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16411     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16412     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16413   layout:
16414     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
16415     layout: "plot-throughput-speedup-analysis"
16416
16417 - type: "plot"
16418   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
16419   algorithm: "plot_tsa_name"
16420   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
16421   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16422   include:
16423     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16424     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16425     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16426     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16427   layout:
16428     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
16429     layout: "plot-throughput-speedup-analysis"
16430
16431 - type: "plot"
16432   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16433   algorithm: "plot_tsa_name"
16434   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16435   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16436   include:
16437     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16438     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16439     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16440     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16441   layout:
16442     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16443     layout: "plot-throughput-speedup-analysis"
16444
16445 - type: "plot"
16446   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16447   algorithm: "plot_tsa_name"
16448   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16449   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16450   include:
16451     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16452     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16453     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16454     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16455   layout:
16456     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16457     layout: "plot-throughput-speedup-analysis"
16458
16459 - type: "plot"
16460   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16461   algorithm: "plot_tsa_name"
16462   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16463   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16464   include:
16465     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16466     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16467     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16468     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16469   layout:
16470     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16471     layout: "plot-throughput-speedup-analysis"
16472
16473 - type: "plot"
16474   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16475   algorithm: "plot_tsa_name"
16476   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16477   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16478   include:
16479     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16480     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16481     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16482     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16483   layout:
16484     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16485     layout: "plot-throughput-speedup-analysis"
16486
16487 - type: "plot"
16488   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
16489   algorithm: "plot_tsa_name"
16490   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
16491   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16492   include:
16493     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16494     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16495     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16496     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16497   layout:
16498     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
16499     layout: "plot-throughput-speedup-analysis"
16500
16501 - type: "plot"
16502   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
16503   algorithm: "plot_tsa_name"
16504   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
16505   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16506   include:
16507     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16508     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16509     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16510     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16511   layout:
16512     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
16513     layout: "plot-throughput-speedup-analysis"
16514
16515 - type: "plot"
16516   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16517   algorithm: "plot_tsa_name"
16518   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16519   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16520   include:
16521     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16522     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16523     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16524     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16525   layout:
16526     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
16527     layout: "plot-throughput-speedup-analysis"
16528
16529 - type: "plot"
16530   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
16531   algorithm: "plot_tsa_name"
16532   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
16533   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16534   include:
16535     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16536     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16537     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16538     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16539   layout:
16540     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
16541     layout: "plot-throughput-speedup-analysis"
16542
16543 ################################################################################
16544
16545 # Packet Throughput - DPDK
16546
16547 # 2n-clx-xxv710
16548
16549 - type: "plot"
16550   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
16551   algorithm: "plot_perf_box_name"
16552   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
16553   data: "plot-dpdk-throughput-latency-2n-clx"
16554   include:
16555     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16556     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16557   layout:
16558     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
16559     layout: "plot-throughput"
16560
16561 - type: "plot"
16562   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
16563   algorithm: "plot_perf_box_name"
16564   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
16565   data: "plot-dpdk-throughput-latency-2n-clx"
16566   include:
16567     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16568     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16569   layout:
16570     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
16571     layout: "plot-throughput"
16572
16573 - type: "plot"
16574   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
16575   algorithm: "plot_perf_box_name"
16576   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
16577   data: "plot-dpdk-throughput-latency-2n-clx"
16578   include:
16579     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16580     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16581   layout:
16582     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
16583     layout: "plot-throughput"
16584
16585 - type: "plot"
16586   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
16587   algorithm: "plot_perf_box_name"
16588   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
16589   data: "plot-dpdk-throughput-latency-2n-clx"
16590   include:
16591     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16592     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16593   layout:
16594     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
16595     layout: "plot-throughput"
16596
16597 # 2n-clx-x710
16598
16599 - type: "plot"
16600   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
16601   algorithm: "plot_perf_box_name"
16602   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
16603   data: "plot-dpdk-throughput-latency-2n-clx"
16604   include:
16605     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16606     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16607   layout:
16608     title: "2n-clx-x710-64b-2t1c-base-ndr"
16609     layout: "plot-throughput"
16610
16611 - type: "plot"
16612   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
16613   algorithm: "plot_perf_box_name"
16614   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
16615   data: "plot-dpdk-throughput-latency-2n-clx"
16616   include:
16617     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16618     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16619   layout:
16620     title: "2n-clx-x710-64b-4t2c-base-ndr"
16621     layout: "plot-throughput"
16622
16623 - type: "plot"
16624   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
16625   algorithm: "plot_perf_box_name"
16626   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
16627   data: "plot-dpdk-throughput-latency-2n-clx"
16628   include:
16629     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16630     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16631   layout:
16632     title: "2n-clx-x710-64b-2t1c-base-pdr"
16633     layout: "plot-throughput"
16634
16635 - type: "plot"
16636   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
16637   algorithm: "plot_perf_box_name"
16638   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
16639   data: "plot-dpdk-throughput-latency-2n-clx"
16640   include:
16641     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16642     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16643   layout:
16644     title: "2n-clx-x710-64b-4t2c-base-pdr"
16645     layout: "plot-throughput"
16646
16647 ################################################################################
16648
16649 #- type: "plot"
16650 #  title: "Latency by percentile: 2n-skx"
16651 #  algorithm: "plot_hdrh_lat_by_percentile"
16652 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
16653 #  output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
16654 #  target-links: "../../_static/vpp"
16655 #  data: "plot-vpp-hdrh-lat-2n-skx"
16656 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16657 #  layout:
16658 #    layout: "plot-hdrh-latency-by-percentile"
16659
16660 #- type: "plot"
16661 #  title: "Latency by percentile: 3n-skx"
16662 #  algorithm: "plot_hdrh_lat_by_percentile"
16663 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
16664 #  output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
16665 #  target-links: "../../_static/vpp"
16666 #  data: "plot-vpp-hdrh-lat-3n-skx"
16667 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16668 #  layout:
16669 #    layout: "plot-hdrh-latency-by-percentile"
16670
16671 - type: "plot"
16672   title: "Latency by percentile: 2n-clx"
16673   algorithm: "plot_hdrh_lat_by_percentile"
16674   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
16675   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
16676   target-links: "../../_static/vpp"
16677   data: "plot-vpp-hdrh-lat-2n-clx"
16678   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16679   layout:
16680     layout: "plot-hdrh-latency-by-percentile"
16681
16682 - type: "plot"
16683   title: "Latency by percentile: 3n-hsw"
16684   algorithm: "plot_hdrh_lat_by_percentile"
16685   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
16686   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
16687   target-links: "../../_static/vpp"
16688   data: "plot-vpp-hdrh-lat-3n-hsw"
16689   filter: "'1T1C' and 'NIC_Intel-XL710'"
16690   layout:
16691     layout: "plot-hdrh-latency-by-percentile"
16692
16693 - type: "plot"
16694   title: "Latency by percentile: 3n-tsh"
16695   algorithm: "plot_hdrh_lat_by_percentile"
16696   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
16697   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
16698   target-links: "../../_static/vpp"
16699   data: "plot-vpp-hdrh-lat-3n-tsh"
16700   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16701   layout:
16702     layout: "plot-hdrh-latency-by-percentile"
16703
16704 - type: "plot"
16705   title: "Latency by percentile: DPDK 2n-clx"
16706   algorithm: "plot_hdrh_lat_by_percentile"
16707   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
16708   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
16709   target-links: "../../_static/dpdk"
16710   data: "plot-dpdk-hdrh-lat-2n-clx"
16711   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16712   layout:
16713     layout: "plot-hdrh-latency-by-percentile"
16714
16715 - type: "plot"
16716   title: "Latency by percentile: DPDK 3n-hsw"
16717   algorithm: "plot_hdrh_lat_by_percentile"
16718   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
16719   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
16720   target-links: "../../_static/dpdk"
16721   data: "plot-dpdk-hdrh-lat-3n-hsw"
16722   filter: "'1T1C' and 'NIC_Intel-XL710'"
16723   layout:
16724     layout: "plot-hdrh-latency-by-percentile"
16725
16726 - type: "plot"
16727   title: "Latency by percentile: DPDK 3n-tsh"
16728   algorithm: "plot_hdrh_lat_by_percentile"
16729   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
16730   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
16731   target-links: "../../_static/dpdk"
16732   data: "plot-dpdk-hdrh-lat-3n-tsh"
16733   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16734   layout:
16735     layout: "plot-hdrh-latency-by-percentile"