PAL: Process Hoststack 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
255     plot-dpdk-hdrh-lat-3n-hsw:
256       csit-dpdk-perf-verify-2001-3n-hsw:
257         - 16  # NDRPDR sel
258
259     # 3n-skx
260
261     plot-vpp-throughput-lat-tsa-3n-skx:
262       # TODO: Add the data
263       csit-vpp-perf-verify-2001-3n-skx:
264         - 14  # NDRPDR sel
265         - 15  # NDRPDR sel
266         - 16  # NDRPDR sel
267
268     plot-vpp-hdrh-lat-3n-skx:
269       csit-vpp-perf-verify-2001-3n-skx:
270         - 14  # NDRPDR sel
271
272     plot-vpp-nfv-3n-skx-ndrpdr:
273       # TODO: Add data
274       csit-vpp-perf-verify-2001-3n-skx:
275         - 14  # NDRPDR sel
276         - 15  # NDRPDR sel
277         - 16  # NDRPDR sel
278
279     plot-vpp-nfv-3n-skx-mrr:
280       # TODO: Replace
281       # csit-vpp-perf-verify-2001-3n-skx:
282       csit-vpp-perf-verify-1908-3n-skx:
283         - 36  # MRR sel
284
285     plot-dpdk-throughput-latency-3n-skx:
286       csit-dpdk-perf-verify-2001-3n-skx:
287         - 1   # NDRPDR sel
288         - 2   # NDRPDR sel
289         - 3   # NDRPDR sel
290         - 4   # NDRPDR sel
291         - 5   # NDRPDR sel
292         - 6   # NDRPDR sel
293         - 7   # NDRPDR sel
294         - 8   # NDRPDR sel
295         - 9   # NDRPDR sel
296         - 10  # NDRPDR sel
297
298     plot-dpdk-hdrh-lat-3n-skx:
299       csit-dpdk-perf-verify-2001-3n-skx:
300         - 1   # NDRPDR sel
301         - 19  # NDRPDR sel
302
303     # 2n-skx
304
305     plot-vpp-throughput-lat-tsa-2n-skx:
306       # TODO: Add the data
307       csit-vpp-perf-verify-2001-2n-skx:
308         - 21  # NDRPDR sel
309         - 22  # NDRPDR sel
310         - 23  # NDRPDR sel
311         - 26  # NDRPDR sel
312         - 27  # NDRPDR sel
313         - 29  # NDRPDR sel
314
315     plot-vpp-hdrh-lat-2n-skx:
316       csit-vpp-perf-verify-2001-2n-skx:
317         - 21  # NDRPDR sel
318
319     plot-vpp-http-server-performance:
320       # TODO: Replace:
321       # csit-vpp-perf-verify-2001-2n-skx:
322       csit-vpp-perf-verify-1908-2n-skx:
323         - 29  # TCP
324         - 30  # TCP
325         - 58  # TCP
326
327     plot-vpp-soak-2n-skx:
328       # TODO: Replace the data
329       # csit-vpp-perf-verify-2001-2n-skx:
330       csit-vpp-perf-verify-1908-2n-skx:
331         - 83  # SOAK
332         - 86  # SOAK
333
334     plot-vpp-nfv-2n-skx-ndrpdr:
335       # TODO: Add the data
336       csit-vpp-perf-verify-2001-2n-skx:
337         - 30  # NFV
338         - 31  # NFV
339
340     plot-vpp-nfv-2n-skx-mrr:
341       # TODO: Replace the data
342       # csit-vpp-perf-verify-2001-2n-skx:
343       csit-vpp-perf-verify-1908-2n-skx:
344         - 71  # NFV MRR
345
346     plot-vpp-nfv-reconf-2n-skx:
347       # TODO: Replace the data
348       # csit-vpp-perf-verify-2001-2n-skx:
349       csit-vpp-perf-verify-1908-2n-skx:
350         - 113 # NFV reconf sel
351         - 114 # NFV reconf sel
352         - 115 # NFV reconf sel
353
354     plot-dpdk-throughput-latency-2n-skx:
355       csit-dpdk-perf-verify-2001-2n-skx:
356         - 1   # NDRPDR sel
357         - 2   # NDRPDR sel
358         - 3   # NDRPDR sel
359         - 4   # NDRPDR sel
360         - 5   # NDRPDR sel
361         - 6   # NDRPDR sel
362         - 7   # NDRPDR sel
363         - 8   # NDRPDR sel
364         - 9   # NDRPDR sel
365         - 10  # NDRPDR sel
366         - 11  # NDRPDR sel
367         - 13  # NDRPDR sel
368         - 26  # NDRPDR sel
369         - 16  # NDRPDR sel
370         - 17  # NDRPDR sel
371         - 18  # NDRPDR sel
372         - 19  # NDRPDR sel
373         - 27  # NDRPDR sel
374         - 21  # NDRPDR sel
375         - 25  # NDRPDR sel
376
377     plot-dpdk-hdrh-lat-2n-skx:
378       csit-dpdk-perf-verify-2001-2n-skx:
379         - 1   # NDRPDR sel
380         - 19  # NDRPDR sel
381
382     # 2n-clx
383
384     plot-vpp-throughput-lat-tsa-2n-clx:
385       csit-vpp-perf-verify-2001-2n-clx:
386         - 28  # NDRPDR sel
387         - 29  # NDRPDR sel
388         - 32  # NDRPDR sel
389         - 40  # NDRPDR sel
390         - 43  # NDRPDR sel
391         - 44  # NDRPDR sel
392         - 45  # NDRPDR sel
393         - 47  # NDRPDR sel
394         - 48  # NDRPDR sel
395         - 49  # NDRPDR sel
396
397     plot-vpp-hdrh-lat-2n-clx:
398       csit-vpp-perf-verify-2001-2n-clx:
399         - 28  # NDRPDR sel
400
401     plot-vpp-nfv-2n-clx-ndrpdr:
402       csit-vpp-perf-verify-2001-2n-clx:
403         - 28  # NDRPDR sel
404         - 29  # NDRPDR sel
405         - 32  # NDRPDR sel
406         - 40  # NDRPDR sel
407         - 43  # NDRPDR sel
408         - 44  # NDRPDR sel
409         - 45  # NDRPDR sel
410         - 47  # NDRPDR sel
411         - 48  # NDRPDR sel
412         - 49  # NDRPDR sel
413
414     plot-vpp-nfv-2n-clx-mrr:
415       csit-vpp-perf-verify-2001-2n-clx:
416         - 39  # MRR
417
418     plot-vpp-nfv-reconf-2n-clx:
419       csit-vpp-perf-verify-2001-2n-clx:
420         - 68  # Reconf
421         - 69  # Reconf
422         - 70  # Reconf
423         - 71  # Reconf
424         - 72  # Reconf
425         - 73  # Reconf
426         - 74  # Reconf
427         - 75  # Reconf
428         - 76  # Reconf
429         - 77  # Reconf
430
431     plot-dpdk-throughput-latency-2n-clx:
432       csit-dpdk-perf-verify-2001-2n-clx:
433         - 15  # NDRPDR sel
434         - 16  # NDRPDR sel
435         - 17  # NDRPDR sel
436         - 18  # NDRPDR sel
437         - 19  # NDRPDR sel
438         - 20  # NDRPDR sel
439         - 21  # NDRPDR sel
440         - 22  # NDRPDR sel
441         - 23  # NDRPDR sel
442         - 24  # NDRPDR sel
443         - 25  # NDRPDR sel
444         - 26  # NDRPDR sel
445         - 27  # NDRPDR sel
446         - 28  # NDRPDR sel
447         - 29  # NDRPDR sel
448         - 30  # NDRPDR sel
449         - 31  # NDRPDR sel
450         - 32  # NDRPDR sel
451         - 33  # NDRPDR sel
452         - 34  # NDRPDR sel
453
454
455     plot-dpdk-hdrh-lat-2n-clx:
456       csit-dpdk-perf-verify-2001-2n-clx:
457         - 15  # NDRPDR sel
458
459     # 3n-tsh
460
461     plot-vpp-throughput-lat-tsa-3n-tsh:
462       # TODO: Add the data
463       csit-vpp-perf-verify-2001-3n-tsh:
464         - 3   # NDRPDR sel
465         - 4   # NDRPDR sel
466         - 7   # NDRPDR sel
467         - 8   # NDRPDR sel
468         - 10  # NDRPDR sel
469         - 12  # NDRPDR sel
470         - 13  # NDRPDR sel
471         - 14  # NDRPDR sel
472         - 15  # NDRPDR sel
473
474     plot-vpp-hdrh-lat-3n-tsh:
475       csit-vpp-perf-verify-2001-3n-tsh:
476         - 10  # NDRPDR sel
477
478     plot-dpdk-throughput-latency-3n-tsh:
479       csit-dpdk-perf-verify-2001-3n-tsh:
480         - 3   # NDRPDR sel
481         - 4   # NDRPDR sel
482         - 5   # NDRPDR sel
483         - 9   # NDRPDR sel
484         - 10  # NDRPDR sel
485         - 11  # NDRPDR sel
486         - 12  # NDRPDR sel
487         - 14  # NDRPDR sel
488         - 15  # NDRPDR sel
489         - 18  # NDRPDR sel
490
491     plot-dpdk-hdrh-lat-3n-tsh:
492       csit-dpdk-perf-verify-2001-3n-tsh:
493         - 3   # NDRPDR sel
494
495     # 3n-dnv
496
497     plot-vpp-throughput-lat-tsa-3n-dnv:
498       csit-vpp-perf-verify-2001-3n-dnv:
499         - 5   # NDRPDR sel
500         - 6   # NDRPDR sel
501         - 7   # NDRPDR sel
502         - 8   # NDRPDR sel
503         - 9   # NDRPDR sel
504         - 10  # NDRPDR sel
505         - 12  # NDRPDR sel
506         - 16  # NDRPDR sel
507         - 17  # NDRPDR sel
508         - 18  # NDRPDR sel
509
510     plot-dpdk-throughput-latency-3n-dnv:
511       csit-dpdk-perf-verify-2001-3n-dnv:
512         - 12  # NDRPDR sel
513         - 13  # NDRPDR sel
514         - 14  # NDRPDR sel
515         - 15  # NDRPDR sel
516         - 16  # NDRPDR sel
517         - 17  # NDRPDR sel
518         - 18  # NDRPDR sel
519         - 19  # NDRPDR sel
520         - 20  # NDRPDR sel
521         - 22  # NDRPDR sel
522
523     # 2n-dnv
524
525     plot-vpp-throughput-lat-tsa-2n-dnv:
526       csit-vpp-perf-verify-2001-2n-dnv:
527         - 4   # NDRPDR sel
528         - 5   # NDRPDR sel
529         - 6   # NDRPDR sel
530         - 7   # NDRPDR sel
531         - 8   # NDRPDR sel
532         - 9   # NDRPDR sel
533         - 10  # NDRPDR sel
534         - 11  # NDRPDR sel
535         - 13  # NDRPDR sel
536         - 16  # NDRPDR sel
537
538     plot-dpdk-throughput-latency-2n-dnv:
539       csit-dpdk-perf-verify-2001-2n-dnv:
540         - 9   # NDRPDR sel
541         - 10  # NDRPDR sel
542         - 11  # NDRPDR sel
543         - 12  # NDRPDR sel
544         - 13  # NDRPDR sel
545         - 14  # NDRPDR sel
546         - 15  # NDRPDR sel
547         - 16  # NDRPDR sel
548         - 17  # NDRPDR sel
549         - 18  # NDRPDR sel
550
551     ###########################################################################
552     # Simple tables (only one data set):
553
554     # NIC Comparisons
555
556     vpp-nic-comparison-3n-skx:
557       # TODO: Add the data
558       csit-vpp-perf-verify-2001-3n-skx:
559         - 14  # NDRPDR sel
560         - 15  # NDRPDR sel
561         - 16  # NDRPDR sel
562
563     vpp-nic-comparison-2n-skx:
564       # TODO: Add the data
565       csit-vpp-perf-verify-2001-2n-skx:
566         - 21  # NDRPDR sel
567         - 22  # NDRPDR sel
568         - 23  # NDRPDR sel
569         - 26  # NDRPDR sel
570
571     vpp-nic-comparison-3n-skx-mrr:
572       # TODO: Replace
573       # csit-vpp-perf-verify-2001-3n-skx:
574       csit-vpp-perf-verify-1908-3n-skx:
575         - 36  # MRR sel
576
577     vpp-nic-comparison-2n-skx-mrr:
578       # TODO: Replace
579       # csit-vpp-perf-verify-2001-2n-skx:
580       csit-vpp-perf-verify-1908-2n-skx:
581         - 69  # MRR sel
582
583     # Results
584
585     vpp-perf-results-3n-hsw:
586       csit-vpp-perf-verify-2001-3n-hsw:
587         - 18  # NDRPDR full
588         - 20  # NDRPDR full
589         - 28  # NDRPDR full
590         - 35  # NDRPDR full
591         - 42  # NDRPDR full
592         - 46  # NDRPDR full
593         - 47  # NDRPDR full
594         - 48  # NDRPDR full
595         - 49  # NDRPDR full
596         - 50  # NDRPDR full
597         - 51  # NDRPDR full
598         - 52  # NDRPDR full
599         - 53  # NDRPDR full
600         - 54  # NDRPDR full
601         - 55  # NDRPDR full
602         - 56  # NDRPDR full
603         - 57  # NDRPDR full
604         - 58  # NDRPDR full
605         - 59  # NDRPDR full
606         - 61  # NDRPDR full
607         - 62  # NDRPDR full
608         - 63  # NDRPDR full
609         - 64  # NDRPDR full
610         - 65  # NDRPDR full
611         - 67  # NDRPDR full
612         - 70  # NDRPDR full
613         - 72  # NDRPDR full
614         - 73  # NDRPDR full
615         - 76  # NDRPDR full
616         - 77  # NDRPDR full
617         - 78  # NDRPDR full
618         - 79  # NDRPDR full
619         - 81  # NDRPDR full
620         - 82  # NDRPDR full
621         - 84  # NDRPDR full
622         - 85  # NDRPDR full
623
624     vpp-perf-results-3n-skx:
625       # TODO: Replace
626       csit-vpp-perf-verify-2001-3n-skx:
627         - 14  # NDRPDR sel
628
629     vpp-perf-results-2n-skx:
630       csit-vpp-perf-verify-2001-2n-skx:
631         - 32  # NDRPDR full
632         - 33  # NDRPDR full
633
634     vpp-perf-results-2n-clx:
635       csit-vpp-perf-verify-2001-2n-clx:
636         - 53  # NDRPDR full
637         - 54  # NDRPDR full
638         - 55  # NDRPDR full
639         - 56  # NDRPDR full
640         - 57  # NDRPDR full
641         - 58  # NDRPDR full
642         - 59  # NDRPDR full
643         - 60  # NDRPDR full
644         - 61  # NDRPDR full
645         - 62  # NDRPDR full
646         - 63  # NDRPDR full
647         - 64  # NDRPDR full
648         - 65  # NDRPDR full
649         - 66  # NDRPDR full
650         - 67  # NDRPDR full
651
652     vpp-perf-results-3n-tsh:
653       csit-vpp-perf-verify-2001-3n-tsh:
654         - 10  # NDRPDR sel
655
656     vpp-perf-results-3n-dnv:
657       csit-vpp-perf-verify-2001-3n-dnv:
658         - 19  # NDRPDR full
659         - 20  # NDRPDR full
660         - 21  # NDRPDR full
661         - 22  # NDRPDR full
662         - 23  # NDRPDR full
663         - 24  # NDRPDR full
664         - 25  # NDRPDR full
665         - 26  # NDRPDR full
666         - 37  # NDRPDR full
667         - 38  # NDRPDR full
668         - 39  # NDRPDR full
669
670     vpp-perf-results-2n-dnv:
671       csit-vpp-perf-verify-2001-2n-dnv:
672         - 21  # NDRPDR full
673         - 22  # NDRPDR full
674         - 25  # NDRPDR full
675         - 26  # NDRPDR full
676         - 27  # NDRPDR full
677         - 28  # NDRPDR full
678
679     vpp-mrr-results-3n-hsw:
680       csit-vpp-perf-verify-2001-3n-hsw:
681         - 17  # MRR sel
682
683     vpp-mrr-results-3n-skx:
684       # TODO: Replace
685       # csit-vpp-perf-verify-2001-3n-skx:
686       csit-vpp-perf-verify-1908-3n-skx:
687         - 36  # MRR sel
688
689     vpp-mrr-results-2n-skx:
690       # TODO: Replace
691       # csit-vpp-perf-verify-2001-2n-skx:
692       csit-vpp-perf-verify-1908-2n-skx:
693         - 69  # MRR sel
694
695     vpp-mrr-results-2n-clx:
696       csit-vpp-perf-verify-2001-2n-clx:
697         - 39  # MRR
698
699     vpp-mrr-results-3n-tsh:
700       csit-vpp-perf-verify-2001-3n-tsh:
701         - 9   # MRR sel
702
703     vpp-mrr-results-3n-dnv:
704       csit-vpp-perf-verify-2001-3n-dnv:
705         - 11  # MRR sel
706
707     vpp-mrr-results-2n-dnv:
708       csit-vpp-perf-verify-2001-2n-dnv:
709         - 12  # MRR sel
710
711     vpp-device-results-ubuntu:
712       csit-vpp-device-2001-ubuntu1804-1n-skx:
713         - 57
714
715     dpdk-perf-results-3n-hsw:
716       csit-dpdk-perf-verify-2001-3n-hsw:
717         - 25  # NDRPDR full
718         - 26  # NDRPDR full
719
720     dpdk-perf-results-3n-skx:
721       csit-dpdk-perf-verify-2001-3n-skx:
722         - 1   # NDRPDR sel
723
724     dpdk-perf-results-2n-skx:
725       csit-dpdk-perf-verify-2001-2n-skx:
726         - 1   # NDRPDR sel
727
728     dpdk-perf-results-2n-clx:
729       csit-dpdk-perf-verify-2001-2n-clx:
730         - 15  # NDRPDR sel
731         - 34  # NDRPDR sel
732
733     dpdk-perf-results-2n-dnv:
734       csit-dpdk-perf-verify-2001-2n-dnv:
735         - 16  # NDRPDR sel
736
737     dpdk-perf-results-3n-dnv:
738       csit-dpdk-perf-verify-2001-3n-dnv:
739         - 12  # NDRPDR sel
740
741     dpdk-perf-results-3n-tsh:
742       csit-dpdk-perf-verify-2001-3n-tsh:
743         - 3   # NDRPDR sel
744
745 ###########################################################################
746     # Tables (more than one data set)
747
748     # Performance changes
749
750     vpp-performance-changes-3n-hsw-h1:
751       csit-vpp-perf-verify-1904-3n-hsw:
752         - 11  # NDRPDR sel
753         - 12  # NDRPDR sel
754         - 20  # NDRPDR sel
755         - 21  # NDRPDR sel
756         - 23  # NDRPDR sel
757         - 24  # NDRPDR sel
758         - 25  # NDRPDR sel
759         - 26  # NDRPDR sel
760         - 29  # NDRPDR sel
761         - 30  # NDRPDR sel
762     vpp-performance-changes-3n-hsw-ref:
763       csit-vpp-perf-verify-1908-3n-hsw:
764         - 12  # NDRPDR sel
765         - 13  # NDRPDR sel
766         - 14  # NDRPDR sel
767         - 15  # NDRPDR sel
768         - 16  # NDRPDR sel
769         - 17  # NDRPDR sel
770         - 18  # NDRPDR sel
771         - 19  # NDRPDR sel
772         - 20  # NDRPDR sel
773         - 21  # NDRPDR sel
774     vpp-performance-changes-3n-hsw-cmp:
775       csit-vpp-perf-verify-2001-3n-hsw:
776         - 21  # NDRPDR sel
777         - 22  # NDRPDR sel
778         - 23  # NDRPDR sel
779         - 24  # NDRPDR sel
780         - 25  # NDRPDR sel
781         - 29  # NDRPDR sel
782         - 30  # NDRPDR sel
783         - 31  # NDRPDR sel
784         - 32  # NDRPDR sel
785         - 34  # NDRPDR sel
786     vpp-performance-changes-3n-hsw:
787       - "vpp-performance-changes-3n-hsw-h1"
788       - "vpp-performance-changes-3n-hsw-ref"
789       - "vpp-performance-changes-3n-hsw-cmp"
790
791     vpp-performance-changes-3n-skx-h1:
792       csit-vpp-perf-verify-1904-3n-skx:
793         - 8   # NDRPDR sel
794         - 9   # NDRPDR sel
795         - 10  # NDRPDR sel
796         - 11  # NDRPDR sel
797         - 12  # NDRPDR sel
798         - 14  # NDRPDR sel
799         - 16  # NDRPDR sel
800         - 21  # NDRPDR sel
801         - 23  # NDRPDR sel
802         - 25  # NDRPDR sel
803     vpp-performance-changes-3n-skx-ref:
804       csit-vpp-perf-verify-1908-3n-skx:
805         - 14  # NDRPDR sel
806         - 16  # NDRPDR sel
807         - 19  # NDRPDR sel
808         - 20  # NDRPDR sel
809         - 22  # NDRPDR sel
810         - 23  # NDRPDR sel
811         - 24  # NDRPDR sel
812         - 25  # NDRPDR sel
813         - 26  # NDRPDR sel
814         - 29  # NDRPDR sel
815     vpp-performance-changes-3n-skx-cmp:
816       # TODO: Add the data
817       csit-vpp-perf-verify-2001-3n-skx:
818         - 14  # NDRPDR sel
819         - 15  # NDRPDR sel
820         - 16  # NDRPDR sel
821     vpp-performance-changes-3n-skx:
822       - "vpp-performance-changes-3n-skx-h1"
823       - "vpp-performance-changes-3n-skx-ref"
824       - "vpp-performance-changes-3n-skx-cmp"
825
826     vpp-performance-changes-2n-skx-h1:
827       csit-vpp-perf-verify-1904-2n-skx:
828         - 12  # NDRPDR sel
829         - 14  # NDRPDR sel
830         - 16  # NDRPDR sel
831         - 17  # NDRPDR sel
832         - 18  # NDRPDR sel
833         - 21  # NDRPDR sel
834         - 27  # NDRPDR sel
835         - 30  # NDRPDR sel
836         - 31  # NDRPDR sel
837         - 32  # NDRPDR sel
838     vpp-performance-changes-2n-skx-ref:
839       csit-vpp-perf-verify-1908-2n-skx:
840         - 26  # NDRPDR sel
841         - 27  # NDRPDR sel
842         - 34  # NDRPDR sel
843         - 35  # NDRPDR sel
844         - 36  # NDRPDR sel
845         - 42  # NDRPDR sel
846         - 43  # NDRPDR sel
847         - 44  # NDRPDR sel
848         - 45  # NDRPDR sel
849         - 46  # NDRPDR sel
850     vpp-performance-changes-2n-skx-cmp:
851       # TODO: Add the data
852       csit-vpp-perf-verify-2001-2n-skx:
853         - 21  # NDRPDR sel
854         - 22  # NDRPDR sel
855         - 23  # NDRPDR sel
856         - 26  # NDRPDR sel
857         - 27  # NDRPDR sel
858         - 29  # NDRPDR sel
859     vpp-performance-changes-2n-skx:
860       - "vpp-performance-changes-2n-skx-h1"
861       - "vpp-performance-changes-2n-skx-ref"
862       - "vpp-performance-changes-2n-skx-cmp"
863
864     vpp-performance-changes-nfv-2n-skx-ref:
865       csit-vpp-perf-verify-1908-2n-skx:
866         - 22  # NFV
867         - 31  # NFV
868         - 32  # NFV
869     vpp-performance-changes-nfv-2n-skx-cmp:
870       # TODO: Add the data
871       csit-vpp-perf-verify-2001-2n-skx:
872         - 30  # NFV
873         - 31  # NFV
874     vpp-performance-changes-nfv-2n-skx:
875       - "vpp-performance-changes-nfv-2n-skx-ref"
876       - "vpp-performance-changes-nfv-2n-skx-cmp"
877
878     vpp-performance-changes-2n-dnv-ref:
879       csit-vpp-perf-verify-1908-2n-dnv:
880         - 1   # NDRPDR sel
881         - 2   # NDRPDR sel
882         - 3   # NDRPDR sel
883         - 4   # NDRPDR sel
884         - 5   # NDRPDR sel
885         - 6   # NDRPDR sel
886         - 7   # NDRPDR sel
887         - 8   # NDRPDR sel
888         - 9   # NDRPDR sel
889         - 10  # NDRPDR sel
890     vpp-performance-changes-2n-dnv-cmp:
891       csit-vpp-perf-verify-2001-2n-dnv:
892         - 4   # NDRPDR sel
893         - 5   # NDRPDR sel
894         - 6   # NDRPDR sel
895         - 7   # NDRPDR sel
896         - 8   # NDRPDR sel
897         - 9   # NDRPDR sel
898         - 10  # NDRPDR sel
899         - 11  # NDRPDR sel
900         - 13  # NDRPDR sel
901         - 16  # NDRPDR sel
902     vpp-performance-changes-2n-dnv:
903       - "vpp-performance-changes-2n-dnv-ref"
904       - "vpp-performance-changes-2n-dnv-cmp"
905
906     vpp-performance-changes-3n-dnv-ref:
907       csit-vpp-perf-verify-1908-3n-dnv:
908         - 6   # NDRPDR sel
909         - 7   # NDRPDR sel
910         - 8   # NDRPDR sel
911         - 9   # NDRPDR sel
912         - 10  # NDRPDR sel
913         - 12  # NDRPDR sel
914         - 13  # NDRPDR sel
915         - 14  # NDRPDR sel
916         - 15  # NDRPDR sel
917         - 16  # NDRPDR sel
918     vpp-performance-changes-3n-dnv-cmp:
919       csit-vpp-perf-verify-2001-3n-dnv:
920         - 5   # NDRPDR sel
921         - 6   # NDRPDR sel
922         - 7   # NDRPDR sel
923         - 8   # NDRPDR sel
924         - 9   # NDRPDR sel
925         - 10  # NDRPDR sel
926         - 12  # NDRPDR sel
927         - 16  # NDRPDR sel
928         - 17  # NDRPDR sel
929         - 18  # NDRPDR sel
930     vpp-performance-changes-3n-dnv:
931       - "vpp-performance-changes-3n-dnv-ref"
932       - "vpp-performance-changes-3n-dnv-cmp"
933
934     vpp-performance-changes-3n-tsh-ref:
935       csit-vpp-perf-verify-1908-3n-tsh:
936         - 7   # NDRPDR sel
937         - 8   # NDRPDR sel
938         - 9   # NDRPDR sel
939         - 10  # NDRPDR sel
940         - 11  # NDRPDR sel
941         - 12  # NDRPDR sel
942         - 13  # NDRPDR sel
943         - 14  # NDRPDR sel
944         - 15  # NDRPDR sel
945         - 16  # NDRPDR sel
946     vpp-performance-changes-3n-tsh-cmp:
947       # TODO: Add the data
948       csit-vpp-perf-verify-2001-3n-tsh:
949         - 3   # NDRPDR sel
950         - 4   # NDRPDR sel
951         - 7   # NDRPDR sel
952         - 8   # NDRPDR sel
953         - 10  # NDRPDR sel
954         - 12  # NDRPDR sel
955         - 13  # NDRPDR sel
956         - 14  # NDRPDR sel
957         - 15  # NDRPDR sel
958     vpp-performance-changes-3n-tsh:
959       - "vpp-performance-changes-3n-tsh-ref"
960       - "vpp-performance-changes-3n-tsh-cmp"
961
962     vpp-soak-vs-ndr-2n-skx-ref:
963       # TODO: Replace
964       # csit-vpp-perf-verify-2001-2n-skx:
965       csit-vpp-perf-verify-1908-2n-skx:
966         - 26  # NDRPDR sel
967         - 27  # NDRPDR sel
968         - 34  # NDRPDR sel
969     vpp-soak-vs-ndr-2n-skx-cmp:
970       # TODO: Replace
971       # csit-vpp-perf-verify-2001-2n-skx:
972       csit-vpp-perf-verify-1908-2n-skx:
973         - 83  # SOAK
974         - 86  # SOAK
975     vpp-soak-vs-ndr-2n-skx:
976       # TODO: Replace
977       # csit-vpp-perf-verify-2001-2n-skx:
978       csit-vpp-perf-verify-1908-2n-skx:
979         - 26  # NDRPDR sel
980         - 27  # NDRPDR sel
981         - 34  # NDRPDR sel
982         - 83  # SOAK
983         - 86  # SOAK
984
985     vpp-performance-changes-3n-hsw-mrr-h1:
986       csit-vpp-perf-verify-1904-3n-hsw:
987         - 9   # MRR sel
988     vpp-performance-changes-3n-hsw-mrr-ref:
989       csit-vpp-perf-verify-1908-3n-hsw:
990         - 39  # MRR sel
991     vpp-performance-changes-3n-hsw-mrr-cmp:
992       csit-vpp-perf-verify-2001-3n-hsw:
993         - 17  # MRR sel
994     vpp-performance-changes-3n-hsw-mrr:
995       - "vpp-performance-changes-3n-hsw-mrr-h1"
996       - "vpp-performance-changes-3n-hsw-mrr-ref"
997       - "vpp-performance-changes-3n-hsw-mrr-cmp"
998
999     vpp-performance-changes-3n-skx-mrr-h1:
1000       csit-vpp-perf-verify-1904-3n-skx:
1001         - 7   # MRR sel
1002     vpp-performance-changes-3n-skx-mrr-ref:
1003       csit-vpp-perf-verify-1908-3n-skx:
1004         - 36  # MRR sel
1005     vpp-performance-changes-3n-skx-mrr-cmp:
1006       # TODO: Replace
1007       # csit-vpp-perf-verify-2001-3n-skx:
1008       csit-vpp-perf-verify-1908-3n-skx:
1009         - 36  # MRR sel
1010     vpp-performance-changes-3n-skx-mrr:
1011       - "vpp-performance-changes-3n-skx-mrr-h1"
1012       - "vpp-performance-changes-3n-skx-mrr-ref"
1013       - "vpp-performance-changes-3n-skx-mrr-cmp"
1014
1015     vpp-performance-changes-2n-skx-mrr-h1:
1016       csit-vpp-perf-verify-1904-2n-skx:
1017         - 11  # MRR sel
1018     vpp-performance-changes-2n-skx-mrr-ref:
1019       csit-vpp-perf-verify-1908-2n-skx:
1020         - 69  # MRR sel
1021     vpp-performance-changes-2n-skx-mrr-cmp:
1022       # TODO: Replace
1023       # csit-vpp-perf-verify-2001-2n-skx:
1024       csit-vpp-perf-verify-1908-2n-skx:
1025         - 69  # MRR sel
1026     vpp-performance-changes-2n-skx-mrr:
1027       - "vpp-performance-changes-2n-skx-mrr-h1"
1028       - "vpp-performance-changes-2n-skx-mrr-ref"
1029       - "vpp-performance-changes-2n-skx-mrr-cmp"
1030
1031     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1032       csit-vpp-perf-verify-1908-2n-skx:
1033         - 71  # NFV MRR
1034     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1035       # TODO: Replace
1036       # csit-vpp-perf-verify-2001-2n-skx:
1037       csit-vpp-perf-verify-1908-2n-skx:
1038         - 71  # NFV MRR
1039     vpp-performance-changes-nfv-2n-skx-mrr:
1040       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
1041       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
1042
1043     vpp-performance-changes-2n-dnv-mrr-ref:
1044       csit-vpp-perf-verify-1908-2n-dnv:
1045         - 11  # MRR sel
1046     vpp-performance-changes-2n-dnv-mrr-cmp:
1047       csit-vpp-perf-verify-2001-2n-dnv:
1048         - 12  # MRR sel
1049     vpp-performance-changes-2n-dnv-mrr:
1050       - "vpp-performance-changes-2n-dnv-mrr-ref"
1051       - "vpp-performance-changes-2n-dnv-mrr-cmp"
1052
1053     vpp-performance-changes-3n-dnv-mrr-ref:
1054       csit-vpp-perf-verify-1908-3n-dnv:
1055         - 17  # MRR sel
1056     vpp-performance-changes-3n-dnv-mrr-cmp:
1057       csit-vpp-perf-verify-2001-3n-dnv:
1058         - 11  # MRR sel
1059     vpp-performance-changes-3n-dnv-mrr:
1060       - "vpp-performance-changes-3n-dnv-mrr-ref"
1061       - "vpp-performance-changes-3n-dnv-mrr-cmp"
1062
1063     vpp-performance-changes-3n-tsh-mrr-ref:
1064       csit-vpp-perf-verify-1908-3n-tsh:
1065         - 17  # MRR sel
1066     vpp-performance-changes-3n-tsh-mrr-cmp:
1067       csit-vpp-perf-verify-2001-3n-tsh:
1068         - 9   # MRR sel
1069     vpp-performance-changes-3n-tsh-mrr:
1070       - "vpp-performance-changes-3n-tsh-mrr-ref"
1071       - "vpp-performance-changes-3n-tsh-mrr-cmp"
1072
1073     dpdk-performance-changes-3n-hsw-h1:
1074       csit-dpdk-perf-verify-1904-3n-hsw:
1075         - 2   # NDRPDR sel
1076         - 3   # NDRPDR sel
1077         - 5   # NDRPDR sel
1078         - 6   # NDRPDR sel
1079         - 13  # NDRPDR sel
1080         - 14  # NDRPDR sel
1081         - 15  # NDRPDR sel
1082         - 18  # NDRPDR sel
1083         - 19  # NDRPDR sel
1084         - 20  # NDRPDR sel
1085     dpdk-performance-changes-3n-hsw-ref:
1086       csit-dpdk-perf-verify-1908-3n-hsw:
1087         - 2   # NDRPDR sel
1088         - 3   # NDRPDR sel
1089         - 4   # NDRPDR sel
1090         - 5   # NDRPDR sel
1091         - 6   # NDRPDR sel
1092         - 7   # NDRPDR sel
1093         - 8   # NDRPDR sel
1094         - 9   # NDRPDR sel
1095         - 10  # NDRPDR sel
1096         - 11  # NDRPDR sel
1097     dpdk-performance-changes-3n-hsw-cmp:
1098       csit-dpdk-perf-verify-2001-3n-hsw:
1099 #        - 4   # NDRPDR sel
1100 #        - 5   # NDRPDR sel
1101 #        - 6   # NDRPDR sel
1102 #        - 7   # NDRPDR sel
1103 #        - 8   # NDRPDR sel
1104 #        - 9   # NDRPDR sel
1105 #        - 10  # NDRPDR sel
1106 #        - 11  # NDRPDR sel
1107 #        - 12  # NDRPDR sel
1108 #        - 13  # NDRPDR sel
1109         - 15  # NDRPDR sel
1110         - 16  # NDRPDR sel
1111         - 17  # NDRPDR sel
1112         - 18  # NDRPDR sel
1113         - 19  # NDRPDR sel
1114         - 20  # NDRPDR sel
1115         - 21  # NDRPDR sel
1116         - 22  # NDRPDR sel
1117         - 23  # NDRPDR sel
1118         - 24  # NDRPDR sel
1119     dpdk-performance-changes-3n-hsw:
1120       - "dpdk-performance-changes-3n-hsw-h1"
1121       - "dpdk-performance-changes-3n-hsw-ref"
1122       - "dpdk-performance-changes-3n-hsw-cmp"
1123
1124     dpdk-performance-changes-3n-skx-h1:
1125       csit-dpdk-perf-verify-1904-3n-skx:
1126         - 2   # NDRPDR sel
1127         - 3   # NDRPDR sel
1128         - 4   # NDRPDR sel
1129         - 5   # NDRPDR sel
1130         - 6   # NDRPDR sel
1131         - 7   # NDRPDR sel
1132         - 11  # NDRPDR sel
1133         - 12  # NDRPDR sel
1134         - 13  # NDRPDR sel
1135         - 14  # NDRPDR sel
1136     dpdk-performance-changes-3n-skx-ref:
1137       csit-dpdk-perf-verify-1908-3n-skx:
1138         - 3   # NDRPDR sel
1139         - 4   # NDRPDR sel
1140         - 5   # NDRPDR sel
1141         - 6   # NDRPDR sel
1142         - 7   # NDRPDR sel
1143         - 8   # NDRPDR sel
1144         - 9   # NDRPDR sel
1145         - 10  # NDRPDR sel
1146         - 11  # NDRPDR sel
1147         - 12  # NDRPDR sel
1148     dpdk-performance-changes-3n-skx-cmp:
1149       csit-dpdk-perf-verify-2001-3n-skx:
1150         - 1   # NDRPDR sel
1151         - 2   # NDRPDR sel
1152         - 3   # NDRPDR sel
1153         - 4   # NDRPDR sel
1154         - 5   # NDRPDR sel
1155         - 6   # NDRPDR sel
1156         - 7   # NDRPDR sel
1157         - 8   # NDRPDR sel
1158         - 9   # NDRPDR sel
1159         - 10  # NDRPDR sel
1160     dpdk-performance-changes-3n-skx:
1161       - "dpdk-performance-changes-3n-skx-h1"
1162       - "dpdk-performance-changes-3n-skx-ref"
1163       - "dpdk-performance-changes-3n-skx-cmp"
1164
1165     dpdk-performance-changes-2n-skx-h1:
1166       csit-dpdk-perf-verify-1904-2n-skx:
1167         - 2   # NDRPDR sel
1168         - 3   # NDRPDR sel
1169         - 4   # NDRPDR sel
1170         - 5   # NDRPDR sel
1171         - 7   # NDRPDR sel
1172         - 8   # NDRPDR sel
1173         - 9   # NDRPDR sel
1174         - 10  # NDRPDR sel
1175         - 11  # NDRPDR sel
1176         - 12  # NDRPDR sel
1177     dpdk-performance-changes-2n-skx-ref:
1178       csit-dpdk-perf-verify-1908-2n-skx:
1179         - 2   # NDRPDR sel
1180         - 3   # NDRPDR sel
1181         - 4   # NDRPDR sel
1182         - 5   # NDRPDR sel
1183         - 7   # NDRPDR sel
1184         - 8   # NDRPDR sel
1185         - 9   # NDRPDR sel
1186         - 10  # NDRPDR sel
1187         - 11  # NDRPDR sel
1188         - 12  # NDRPDR sel
1189     dpdk-performance-changes-2n-skx-cmp:
1190       csit-dpdk-perf-verify-2001-2n-skx:
1191         - 1   # NDRPDR sel
1192         - 2   # NDRPDR sel
1193         - 3   # NDRPDR sel
1194         - 4   # NDRPDR sel
1195         - 5   # NDRPDR sel
1196         - 6   # NDRPDR sel
1197         - 7   # NDRPDR sel
1198         - 8   # NDRPDR sel
1199         - 9   # NDRPDR sel
1200         - 10  # NDRPDR sel
1201         - 11  # NDRPDR sel
1202         - 13  # NDRPDR sel
1203         - 26  # NDRPDR sel
1204         - 16  # NDRPDR sel
1205         - 17  # NDRPDR sel
1206         - 18  # NDRPDR sel
1207         - 19  # NDRPDR sel
1208         - 27  # NDRPDR sel
1209         - 21  # NDRPDR sel
1210         - 25  # NDRPDR sel
1211     dpdk-performance-changes-2n-skx:
1212       - "dpdk-performance-changes-2n-skx-h1"
1213       - "dpdk-performance-changes-2n-skx-ref"
1214       - "dpdk-performance-changes-2n-skx-cmp"
1215
1216     # Compare testbeds
1217
1218     vpp-compare-testbeds-ref:
1219       csit-vpp-perf-verify-2001-3n-hsw:
1220         - 21  # NDRPDR sel
1221         - 22  # NDRPDR sel
1222         - 23  # NDRPDR sel
1223         - 24  # NDRPDR sel
1224         - 25  # NDRPDR sel
1225         - 29  # NDRPDR sel
1226         - 30  # NDRPDR sel
1227         - 31  # NDRPDR sel
1228         - 32  # NDRPDR sel
1229         - 34  # NDRPDR sel
1230     vpp-compare-testbeds-cmp:
1231       # TODO: Add the data
1232       csit-vpp-perf-verify-2001-3n-skx:
1233         - 14  # NDRPDR sel
1234         - 15  # NDRPDR sel
1235         - 16  # NDRPDR sel
1236     vpp-compare-testbeds:
1237       - "vpp-compare-testbeds-ref"
1238       - "vpp-compare-testbeds-cmp"
1239
1240     vpp-compare-testbeds-skx-clx-ref:
1241       # TODO: Add the data
1242       csit-vpp-perf-verify-2001-2n-skx:
1243         - 21  # NDRPDR sel
1244         - 22  # NDRPDR sel
1245         - 23  # NDRPDR sel
1246         - 26  # NDRPDR sel
1247         - 27  # NDRPDR sel
1248         - 29  # NDRPDR sel
1249     vpp-compare-testbeds-skx-clx-cmp:
1250       csit-vpp-perf-verify-2001-2n-clx:
1251         - 28  # NDRPDR sel
1252         - 29  # NDRPDR sel
1253         - 32  # NDRPDR sel
1254         - 40  # NDRPDR sel
1255         - 43  # NDRPDR sel
1256         - 44  # NDRPDR sel
1257         - 45  # NDRPDR sel
1258         - 47  # NDRPDR sel
1259         - 48  # NDRPDR sel
1260         - 49  # NDRPDR sel
1261     vpp-compare-testbeds-skx-clx:
1262       - "vpp-compare-testbeds-skx-clx-ref"
1263       - "vpp-compare-testbeds-skx-clx-cmp"
1264
1265     vpp-compare-testbeds-hsw-clx-ref:
1266       csit-vpp-perf-verify-2001-3n-hsw:
1267         - 21  # NDRPDR sel
1268         - 22  # NDRPDR sel
1269         - 23  # NDRPDR sel
1270         - 24  # NDRPDR sel
1271         - 25  # NDRPDR sel
1272         - 29  # NDRPDR sel
1273         - 30  # NDRPDR sel
1274         - 31  # NDRPDR sel
1275         - 32  # NDRPDR sel
1276         - 34  # NDRPDR sel
1277     vpp-compare-testbeds-hsw-clx-cmp:
1278       csit-vpp-perf-verify-2001-2n-clx:
1279         - 28  # NDRPDR sel
1280         - 29  # NDRPDR sel
1281         - 32  # NDRPDR sel
1282         - 40  # NDRPDR sel
1283         - 43  # NDRPDR sel
1284         - 44  # NDRPDR sel
1285         - 45  # NDRPDR sel
1286         - 47  # NDRPDR sel
1287         - 48  # NDRPDR sel
1288         - 49  # NDRPDR sel
1289     vpp-compare-testbeds-hsw-clx:
1290       - "vpp-compare-testbeds-hsw-clx-ref"
1291       - "vpp-compare-testbeds-hsw-clx-cmp"
1292
1293     vpp-compare-testbeds-mrr-ref:
1294       csit-vpp-perf-verify-2001-3n-hsw:
1295         - 17  # MRR sel
1296     vpp-compare-testbeds-mrr-cmp:
1297       # TODO: Replace
1298       # csit-vpp-perf-verify-2001-3n-skx:
1299       csit-vpp-perf-verify-1908-3n-skx:
1300         - 36  # MRR sel
1301     vpp-compare-testbeds-mrr:
1302       - "vpp-compare-testbeds-mrr-ref"
1303       - "vpp-compare-testbeds-mrr-cmp"
1304
1305     vpp-compare-testbeds-mrr-skx-clx-ref:
1306       # TODO: Replace
1307       # csit-vpp-perf-verify-2001-2n-skx:
1308       csit-vpp-perf-verify-1908-2n-skx:
1309         - 69  # MRR sel
1310     vpp-compare-testbeds-mrr-skx-clx-cmp:
1311       csit-vpp-perf-verify-2001-2n-clx:
1312         - 39  # MRR
1313     vpp-compare-testbeds-mrr-skx-clx:
1314       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1315       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1316
1317     vpp-compare-testbeds-mrr-hsw-clx-ref:
1318       csit-vpp-perf-verify-2001-3n-hsw:
1319         - 17  # MRR sel
1320     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1321       csit-vpp-perf-verify-2001-2n-clx:
1322         - 39  # MRR
1323     vpp-compare-testbeds-mrr-hsw-clx:
1324       - "vpp-compare-testbeds-mrr-hsw-clx-ref"
1325       - "vpp-compare-testbeds-mrr-hsw-clx-cmp"
1326
1327     dpdk-compare-testbeds-ref:
1328       csit-dpdk-perf-verify-2001-3n-hsw:
1329         - 4   # NDRPDR sel
1330         - 5   # NDRPDR sel
1331         - 6   # NDRPDR sel
1332         - 7   # NDRPDR sel
1333         - 8   # NDRPDR sel
1334         - 9   # NDRPDR sel
1335         - 10  # NDRPDR sel
1336         - 11  # NDRPDR sel
1337         - 12  # NDRPDR sel
1338         - 13  # NDRPDR sel
1339         - 15  # NDRPDR sel
1340         - 16  # NDRPDR sel
1341         - 17  # NDRPDR sel
1342         - 18  # NDRPDR sel
1343         - 19  # NDRPDR sel
1344         - 20  # NDRPDR sel
1345         - 21  # NDRPDR sel
1346         - 22  # NDRPDR sel
1347         - 23  # NDRPDR sel
1348         - 24  # NDRPDR sel
1349     dpdk-compare-testbeds-cmp:
1350       csit-dpdk-perf-verify-2001-3n-skx:
1351         - 1   # NDRPDR sel
1352         - 2   # NDRPDR sel
1353         - 3   # NDRPDR sel
1354         - 4   # NDRPDR sel
1355         - 5   # NDRPDR sel
1356         - 6   # NDRPDR sel
1357         - 7   # NDRPDR sel
1358         - 8   # NDRPDR sel
1359         - 9   # NDRPDR sel
1360         - 10  # NDRPDR sel
1361     dpdk-compare-testbeds:
1362       - "dpdk-compare-testbeds-ref"
1363       - "dpdk-compare-testbeds-cmp"
1364
1365     dpdk-compare-testbeds-skx-clx-ref:
1366       csit-dpdk-perf-verify-2001-2n-skx:
1367         - 1   # NDRPDR sel
1368         - 2   # NDRPDR sel
1369         - 3   # NDRPDR sel
1370         - 4   # NDRPDR sel
1371         - 5   # NDRPDR sel
1372         - 6   # NDRPDR sel
1373         - 7   # NDRPDR sel
1374         - 8   # NDRPDR sel
1375         - 9   # NDRPDR sel
1376         - 10  # NDRPDR sel
1377         - 11  # NDRPDR sel
1378         - 13  # NDRPDR sel
1379         - 26  # NDRPDR sel
1380         - 16  # NDRPDR sel
1381         - 17  # NDRPDR sel
1382         - 18  # NDRPDR sel
1383         - 19  # NDRPDR sel
1384         - 27  # NDRPDR sel
1385         - 21  # NDRPDR sel
1386         - 25  # NDRPDR sel
1387     dpdk-compare-testbeds-skx-clx-cmp:
1388       csit-dpdk-perf-verify-2001-2n-clx:
1389         - 15  # NDRPDR sel
1390         - 16  # NDRPDR sel
1391         - 17  # NDRPDR sel
1392         - 18  # NDRPDR sel
1393         - 19  # NDRPDR sel
1394         - 20  # NDRPDR sel
1395         - 21  # NDRPDR sel
1396         - 22  # NDRPDR sel
1397         - 23  # NDRPDR sel
1398         - 24  # NDRPDR sel
1399         - 25  # NDRPDR sel
1400         - 26  # NDRPDR sel
1401         - 27  # NDRPDR sel
1402         - 28  # NDRPDR sel
1403         - 29  # NDRPDR sel
1404         - 30  # NDRPDR sel
1405         - 31  # NDRPDR sel
1406         - 32  # NDRPDR sel
1407         - 33  # NDRPDR sel
1408         - 34  # NDRPDR sel
1409
1410     dpdk-compare-testbeds-skx-clx:
1411       - "dpdk-compare-testbeds-skx-clx-ref"
1412       - "dpdk-compare-testbeds-skx-clx-cmp"
1413
1414     # Compare topologies
1415
1416     vpp-compare-topologies-ref:
1417       # TODO: Add the data
1418       csit-vpp-perf-verify-2001-3n-skx:
1419         - 14  # NDRPDR sel
1420         - 15  # NDRPDR sel
1421         - 16  # NDRPDR sel
1422     vpp-compare-topologies-cmp:
1423       # TODO: Add the data
1424       csit-vpp-perf-verify-2001-2n-skx:
1425         - 21  # NDRPDR sel
1426         - 22  # NDRPDR sel
1427         - 23  # NDRPDR sel
1428         - 26  # NDRPDR sel
1429         - 27  # NDRPDR sel
1430         - 29  # NDRPDR sel
1431     vpp-compare-topologies:
1432       - "vpp-compare-topologies-ref"
1433       - "vpp-compare-topologies-cmp"
1434
1435     vpp-compare-topologies-mrr-ref:
1436       # TODO: Replace
1437       # csit-vpp-perf-verify-2001-3n-skx:
1438       csit-vpp-perf-verify-1908-3n-skx:
1439         - 36  # MRR sel
1440     vpp-compare-topologies-mrr-cmp:
1441       # TODO: Replace
1442       # csit-vpp-perf-verify-2001-2n-skx:
1443       csit-vpp-perf-verify-1908-2n-skx:
1444         - 69  # MRR sel
1445     vpp-compare-topologies-mrr:
1446       - "vpp-compare-topologies-mrr-ref"
1447       - "vpp-compare-topologies-mrr-cmp"
1448
1449     dpdk-compare-topologies-ref:
1450       csit-dpdk-perf-verify-2001-3n-skx:
1451         - 1   # NDRPDR sel
1452         - 2   # NDRPDR sel
1453         - 3   # NDRPDR sel
1454         - 4   # NDRPDR sel
1455         - 5   # NDRPDR sel
1456         - 6   # NDRPDR sel
1457         - 7   # NDRPDR sel
1458         - 8   # NDRPDR sel
1459         - 9   # NDRPDR sel
1460         - 10  # NDRPDR sel
1461     dpdk-compare-topologies-cmp:
1462       csit-dpdk-perf-verify-2001-2n-skx:
1463         - 1   # NDRPDR sel
1464         - 2   # NDRPDR sel
1465         - 3   # NDRPDR sel
1466         - 4   # NDRPDR sel
1467         - 5   # NDRPDR sel
1468         - 6   # NDRPDR sel
1469         - 7   # NDRPDR sel
1470         - 8   # NDRPDR sel
1471         - 9   # NDRPDR sel
1472         - 10  # NDRPDR sel
1473         - 11  # NDRPDR sel
1474         - 13  # NDRPDR sel
1475         - 26  # NDRPDR sel
1476         - 16  # NDRPDR sel
1477         - 17  # NDRPDR sel
1478         - 18  # NDRPDR sel
1479         - 19  # NDRPDR sel
1480         - 27  # NDRPDR sel
1481         - 21  # NDRPDR sel
1482         - 25  # NDRPDR sel
1483     dpdk-compare-topologies:
1484       - "dpdk-compare-topologies-ref"
1485       - "dpdk-compare-topologies-cmp"
1486
1487   plot-layouts:
1488
1489     plot-soak-throughput:
1490       titlefont:
1491         size: 18
1492       xaxis:
1493         title: "<b>Test Cases [Index]</b>"
1494         titlefont:
1495           size: 16
1496         autorange: True
1497         fixedrange: False
1498         gridcolor: "rgb(230, 230, 230)"
1499         linecolor: "rgb(220, 220, 220)"
1500         linewidth: 1
1501         showgrid: True
1502         showline: True
1503         showticklabels: True
1504         tickcolor: "rgb(220, 220, 220)"
1505         tickmode: "linear"
1506         tickfont:
1507           size: 16
1508         zeroline: False
1509       yaxis:
1510         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1511         titlefont:
1512           size: 16
1513         gridcolor: "rgb(230, 230, 230)"
1514         hoverformat: ".4r"
1515         tickformat: ".3r"
1516         linecolor: "rgb(220, 220, 220)"
1517         linewidth: 1
1518         showgrid: True
1519         showline: True
1520         showticklabels: True
1521         tickcolor: "rgb(220, 220, 220)"
1522         tickfont:
1523           size: 16
1524         zeroline: False
1525         range: [0,50]
1526       autosize: False
1527       margin:
1528         t: 50
1529         b: 0
1530         l: 80
1531         r: 20
1532       showlegend: True
1533       legend:
1534         orientation: "h"
1535         font:
1536           size: 16
1537       width: 700
1538       height: 900
1539       paper_bgcolor: "#fff"
1540       plot_bgcolor: "#fff"
1541       hoverlabel:
1542         namelength: -1
1543
1544     plot-service-density:
1545       titlefont:
1546         size: 18
1547       xaxis:
1548         side: "top"
1549         autorange: True
1550         fixedrange: False
1551         showgrid: False
1552         showline: False
1553         showticklabels: False
1554         ticks: ""
1555         ticklen: 0
1556         tickwidth: 0
1557         zeroline: False
1558       yaxis:
1559         autorange: "reversed"
1560         showgrid: False
1561         showline: False
1562         showticklabels: False
1563         ticks: ""
1564         ticklen: 0
1565         tickwidth: 0
1566         zeroline: False
1567       showlegend: False
1568       paper_bgcolor: "#fff"
1569       plot_bgcolor: "#fff"
1570       width: 700
1571       height: 700
1572       hoverlabel:
1573         namelength: -1
1574
1575     plot-cps:
1576       titlefont:
1577         size: 18
1578       xaxis:
1579         title: "<b>Test Cases [Index]</b>"
1580         titlefont:
1581           size: 16
1582         autorange: True
1583         fixedrange: False
1584         gridcolor: "rgb(230, 230, 230)"
1585         linecolor: "rgb(220, 220, 220)"
1586         linewidth: 1
1587         showgrid: True
1588         showline: True
1589         showticklabels: True
1590         tickcolor: "rgb(220, 220, 220)"
1591         tickmode: "linear"
1592         tickfont:
1593           size: 16
1594         zeroline: False
1595       yaxis:
1596         title: "<b>Connections Per Second [cps]</b>"
1597         titlefont:
1598           size: 16
1599         gridcolor: "rgb(230, 230, 230)"
1600         hoverformat: ".4s"
1601         linecolor: "rgb(220, 220, 220)"
1602         linewidth: 1
1603         rangemode: "tozero"
1604         showgrid: True
1605         showline: True
1606         showticklabels: True
1607         tickcolor: "rgb(220, 220, 220)"
1608         tickformat: ".3s"
1609         tickfont:
1610           size: 16
1611         zeroline: False
1612       boxmode: "group"
1613       boxgroupgap: 0.5
1614       autosize: False
1615       margin:
1616         t: 50
1617         b: 20
1618         l: 80
1619         r: 20
1620       showlegend: True
1621       legend:
1622         orientation: "h"
1623         font:
1624           size: 16
1625       width: 700
1626       height: 800
1627       paper_bgcolor: "#fff"
1628       plot_bgcolor: "#fff"
1629       hoverlabel:
1630         namelength: -1
1631
1632     plot-rps:
1633       titlefont:
1634         size: 18
1635       xaxis:
1636         title: "<b>Test Cases [Index]</b>"
1637         titlefont:
1638           size: 16
1639         autorange: True
1640         fixedrange: False
1641         gridcolor: "rgb(230, 230, 230)"
1642         linecolor: "rgb(220, 220, 220)"
1643         linewidth: 1
1644         showgrid: True
1645         showline: True
1646         showticklabels: True
1647         tickcolor: "rgb(220, 220, 220)"
1648         tickmode: "linear"
1649         tickfont:
1650           size: 16
1651         zeroline: False
1652       yaxis:
1653         title: "<b>Requests Per Second [rps]</b>"
1654         titlefont:
1655           size: 16
1656         gridcolor: "rgb(230, 230, 230)"
1657         hoverformat: ".4s"
1658         linecolor: "rgb(220, 220, 220)"
1659         linewidth: 1
1660         rangemode: "tozero"
1661         showgrid: True
1662         showline: True
1663         showticklabels: True
1664         tickcolor: "rgb(230, 230, 230)"
1665         tickformat: ".3s"
1666         tickfont:
1667           size: 16
1668         zeroline: False
1669       boxmode: "group"
1670       boxgroupgap: 0.5
1671       autosize: False
1672       margin:
1673         t: 50
1674         b: 20
1675         l: 80
1676         r: 20
1677       showlegend: True
1678       legend:
1679         orientation: "h"
1680         font:
1681           size: 16
1682       width: 700
1683       height: 800
1684       paper_bgcolor: "#fff"
1685       plot_bgcolor: "#fff"
1686       hoverlabel:
1687         namelength: -1
1688
1689     plot-throughput:
1690       titlefont:
1691         size: 18
1692       xaxis:
1693         title: "<b>Test Cases [Index]</b>"
1694         titlefont:
1695           size: 16
1696         autorange: True
1697         fixedrange: False
1698         gridcolor: "rgb(230, 230, 230)"
1699         linecolor: "rgb(220, 220, 220)"
1700         linewidth: 1
1701         showgrid: True
1702         showline: True
1703         showticklabels: True
1704         tickcolor: "rgb(220, 220, 220)"
1705         tickmode: "linear"
1706         tickfont:
1707           size: 16
1708         zeroline: False
1709       yaxis:
1710         title: "<b>Packet Throughput [Mpps]</b>"
1711         titlefont:
1712           size: 16
1713         gridcolor: "rgb(230, 230, 230)"
1714         hoverformat: ".4r"
1715         tickformat: ".3r"
1716         linecolor: "rgb(220, 220, 220)"
1717         linewidth: 1
1718         showgrid: True
1719         showline: True
1720         showticklabels: True
1721         tickcolor: "rgb(220, 220, 220)"
1722         tickfont:
1723           size: 16
1724         zeroline: False
1725         range: [0,50]
1726       autosize: False
1727       margin:
1728         t: 50
1729         b: 0
1730         l: 80
1731         r: 20
1732       showlegend: True
1733       legend:
1734         orientation: "h"
1735         font:
1736           size: 16
1737       width: 700
1738       height: 900
1739       paper_bgcolor: "#fff"
1740       plot_bgcolor: "#fff"
1741       hoverlabel:
1742         namelength: -1
1743
1744     plot-throughput-speedup-analysis:
1745       titlefont:
1746         size: 18
1747       xaxis:
1748         title: "<b>Number of Cores [Qty]</b>"
1749         titlefont:
1750           size: 16
1751         autorange: True
1752         fixedrange: False
1753         gridcolor: "rgb(230, 230, 230)"
1754         linecolor: "rgb(220, 220, 220)"
1755         linewidth: 1
1756         showgrid: True
1757         showline: True
1758         showticklabels: True
1759         tickcolor: "rgb(238, 238, 238)"
1760         tickmode: "linear"
1761         tickfont:
1762           size: 16
1763         zeroline: False
1764       yaxis:
1765         title: "<b>Packet Throughput [Mpps]</b>"
1766         titlefont:
1767           size: 16
1768         type: "linear"
1769         gridcolor: "rgb(230, 230, 230)"
1770         hoverformat: ".4s"
1771         linecolor: "rgb(220, 220, 220)"
1772         linewidth: 1
1773         showgrid: True
1774         showline: True
1775         showticklabels: True
1776         tickcolor: "rgb(220, 220, 220)"
1777         tickformat: ".4s"
1778         tickfont:
1779           size: 16
1780         zeroline: True
1781         rangemode: "tozero"
1782         range: [0,100]
1783       legend:
1784         orientation: "h"
1785         font:
1786           size: 16
1787         xanchor: "left"
1788         yanchor: "top"
1789         x: 0
1790         y: -0.2
1791         bgcolor: "rgba(255, 255, 255, 0)"
1792         bordercolor: "rgba(255, 255, 255, 0)"
1793         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1794       autosize: False
1795       margin:
1796           't': 50
1797           'b': 150
1798           'l': 85
1799           'r': 10
1800       showlegend: True
1801       width: 700
1802       height: 700
1803       paper_bgcolor: "#fff"
1804       plot_bgcolor: "#fff"
1805       hoverlabel:
1806         namelength: -1
1807       annotations: [
1808         {
1809           text: "_ _          __          ...",
1810           align: "left",
1811           showarrow: False,
1812           xref: "paper",
1813           yref: "paper",
1814           xanchor: "left",
1815           yanchor: "top",
1816           x: 0,
1817           y: -0.13,
1818           font: {
1819             family: "Consolas, Courier New",
1820             size: 15
1821           },
1822         },
1823         {
1824           text: "    Perfect     Measured     Limit",
1825           align: "left",
1826           showarrow: False,
1827           xref: "paper",
1828           yref: "paper",
1829           xanchor: "left",
1830           yanchor: "top",
1831           x: 0,
1832           y: -0.15,
1833           font: {
1834             family: "Consolas, Courier New",
1835             size: 15
1836           },
1837         },
1838       ]
1839
1840     plot-latency:
1841       titlefont:
1842         size: 18
1843       xaxis:
1844         title: "<b>Direction</b>"
1845         titlefont:
1846           size: 16
1847         autorange: True
1848         fixedrange: False
1849         gridcolor: "rgb(230, 230, 230)"
1850         linecolor: "rgb(220, 220, 220)"
1851         linewidth: 1
1852         showgrid: True
1853         showline: True
1854         showticklabels: False
1855         tickcolor: "rgb(220, 220, 220)"
1856         tickmode: "linear"
1857         tickfont:
1858           size: 16
1859         zeroline: False
1860       yaxis:
1861         title: "<b>Packet Latency [uSec]</b>"
1862         titlefont:
1863           size: 16
1864         type: "linear"
1865         gridcolor: "rgb(230, 230, 230)"
1866         hoverformat: ".4s"
1867         linecolor: "rgb(220, 220, 220)"
1868         linewidth: 1
1869         showgrid: True
1870         showline: True
1871         showticklabels: True
1872         tickcolor: "rgb(220, 220, 220)"
1873         tickformat: ".4s"
1874         tickfont:
1875           size: 16
1876         zeroline: True
1877         rangemode: "tozero"
1878       legend:
1879         orientation: "h"
1880         font:
1881           size: 16
1882         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1883       autosize: False
1884       margin:
1885           't': 50
1886           'b': 150
1887           'l': 80
1888           'r': 10
1889       showlegend: True
1890       width: 700
1891       height: 700
1892       paper_bgcolor: "#fff"
1893       plot_bgcolor: "#fff"
1894       hoverlabel:
1895         namelength: -1
1896
1897     plot-hdrh-latency:
1898       title:
1899         text: ""
1900         xanchor: "center"
1901         x: 0.5
1902         font:
1903           size: 16
1904       width: 700
1905       plot_bgcolor: "white"
1906       annotations:
1907         - font:
1908             size: 14
1909           showarrow: False
1910           text: "<b>Packet Latency [uSec]</b>"
1911           x: 1
1912           xanchor: "right"
1913           xref: "paper"
1914           y: -0.045
1915           yanchor: "top"
1916           yref: "paper"
1917         - font:
1918             size: 14
1919           showarrow: False
1920           text: "<b>Probability [%]</b>"
1921           textangle: 270
1922           x: -0.06
1923           xanchor: "center"
1924           xref: "paper"
1925           y: 0.5
1926           yanchor: "middle"
1927           yref: "paper"
1928         - font:
1929             size: 14
1930           showarrow: False
1931           text: "<b>Direction: E-W</b>"
1932           x: 0.24
1933           xanchor: "center"
1934           xref: "paper"
1935           y: 1.05
1936           yanchor: "bottom"
1937           yref: "paper"
1938         - font:
1939             size: 14
1940           showarrow: False
1941           text: "<b>Direction: W-E</b>"
1942           x: 0.74
1943           xanchor: "center"
1944           xref: "paper"
1945           y: 1.05
1946           yanchor: "bottom"
1947           yref: "paper"
1948
1949     plot-hdrh-latency-percentile:
1950       title:
1951         text: ""
1952         xanchor: "center"
1953         x: 0.5
1954         font:
1955           size: 18
1956       xaxis:
1957         type: "log"
1958         title: "<b>Percentile [%]</b>"
1959         titlefont:
1960           size: 16
1961         autorange: True
1962         fixedrange: False
1963         gridcolor: "rgb(230, 230, 230)"
1964         linecolor: "rgb(220, 220, 220)"
1965         linewidth: 1
1966         showgrid: True
1967         showline: True
1968         showticklabels: True
1969         tickcolor: "rgb(220, 220, 220)"
1970         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
1971         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
1972         tickfont:
1973           size: 16
1974       yaxis:
1975         title: "<b>Packet Latency [uSec]</b>"
1976         titlefont:
1977           size: 16
1978         gridcolor: "rgb(230, 230, 230)"
1979         linecolor: "rgb(220, 220, 220)"
1980         linewidth: 1
1981         showgrid: True
1982         showline: True
1983         showticklabels: True
1984         tickcolor: "rgb(220, 220, 220)"
1985         tickfont:
1986           size: 16
1987       autosize: False
1988       showlegend: True
1989       legend:
1990         traceorder: "normal"
1991         orientation: "h"
1992         font:
1993           size: 16
1994         xanchor: "left"
1995         yanchor: "top"
1996         x: 0
1997         y: -0.15
1998         bgcolor: "rgba(255, 255, 255, 0)"
1999         bordercolor: "rgba(255, 255, 255, 0)"
2000       width: 700
2001       height: 700
2002       paper_bgcolor: "white"
2003       plot_bgcolor: "white"
2004
2005     plot-hdrh-latency-by-percentile:
2006       title:
2007         text: "<b>Latency by Percentile Distribution</b>"
2008         xanchor: "center"
2009         x: 0.5
2010         font:
2011           size: 18
2012       showlegend: True
2013       legend:
2014         traceorder: "normal"
2015         orientation: "h"
2016         font:
2017           size: 16
2018         xanchor: "left"
2019         yanchor: "top"
2020         x: 0
2021         y: -0.2
2022         bgcolor: "rgba(255, 255, 255, 0)"
2023         bordercolor: "rgba(255, 255, 255, 0)"
2024       xaxis:
2025         type: "linear"
2026         title: "<b>Percentile [%]</b>"
2027         titlefont:
2028           size: 14
2029         autorange: False
2030         fixedrange: False
2031         range: [0, 100]
2032         gridcolor: "rgb(230, 230, 230)"
2033         linecolor: "rgb(220, 220, 220)"
2034         linewidth: 1
2035         showgrid: True
2036         showline: True
2037         showticklabels: True
2038         tickcolor: "rgb(220, 220, 220)"
2039         tickvals: [0, 25, 50, 75, 100]
2040         ticktext: [0, 25, 50, 75, 100]
2041         tickfont:
2042           size: 14
2043       yaxis:
2044         title: "<b>One-Way Latency per Direction [uSec]</b>"
2045         titlefont:
2046           size: 14
2047         gridcolor: "rgb(230, 230, 230)"
2048         linecolor: "rgb(220, 220, 220)"
2049         linewidth: 1
2050         showgrid: True
2051         showline: True
2052         showticklabels: True
2053         tickcolor: "rgb(220, 220, 220)"
2054         tickfont:
2055           size: 14
2056       width: 700
2057       height: 700
2058       paper_bgcolor: "white"
2059       plot_bgcolor: "white"
2060
2061 - type: "static"
2062   src-path: "{DIR[RST]}"
2063   dst-path: "{DIR[WORKING,SRC]}"
2064
2065 - type: "input"
2066   general:
2067     file-name: "output_info.xml.gz"
2068     file-format: ".gz"
2069     arch-file-format:
2070       - ".gz"
2071       - ".zip"
2072     download-path: "{job}/{build}/archives/{filename}"
2073     extract: "output.xml"
2074
2075     zip-file-name: "robot-plugin.zip"
2076     zip-file-format: ".zip"
2077     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2078     zip-extract: "robot-plugin/output.xml"
2079
2080   builds:
2081
2082     csit-vpp-perf-verify-1904-3n-hsw:
2083       - 9   # MRR sel
2084       - 11  # NDRPDR sel
2085       - 12  # NDRPDR sel
2086       - 20  # NDRPDR sel
2087       - 21  # NDRPDR sel
2088       - 23  # NDRPDR sel
2089       - 24  # NDRPDR sel
2090       - 25  # NDRPDR sel
2091       - 26  # NDRPDR sel
2092       - 29  # NDRPDR sel
2093       - 30  # NDRPDR sel
2094     csit-vpp-perf-verify-1908-3n-hsw:
2095       - 12  # NDRPDR sel
2096       - 13  # NDRPDR sel
2097       - 14  # NDRPDR sel
2098       - 15  # NDRPDR sel
2099       - 16  # NDRPDR sel
2100       - 17  # NDRPDR sel
2101       - 18  # NDRPDR sel
2102       - 19  # NDRPDR sel
2103       - 20  # NDRPDR sel
2104       - 21  # NDRPDR sel
2105       - 48  # NDRPDR sel vhost
2106       - 49  # NDRPDR sel vhost
2107       - 52  # NDRPDR sel vhost
2108       - 53  # NDRPDR sel vhost
2109       - 54  # NDRPDR sel vhost
2110       - 55  # NDRPDR sel vhost
2111       - 56  # NDRPDR sel vhost
2112       - 57  # NDRPDR sel vhost
2113       - 58  # NDRPDR sel vhost
2114       - 59  # NDRPDR sel vhost
2115       - 39  # MRR sel
2116     csit-vpp-perf-verify-2001-3n-hsw:
2117       - 21  # NDRPDR sel
2118       - 22  # NDRPDR sel
2119       - 23  # NDRPDR sel
2120       - 24  # NDRPDR sel
2121       - 25  # NDRPDR sel
2122       - 29  # NDRPDR sel
2123       - 30  # NDRPDR sel
2124       - 31  # NDRPDR sel
2125       - 32  # NDRPDR sel
2126       - 34  # NDRPDR sel
2127       - 17  # MRR sel
2128       - 18  # NDRPDR full
2129       - 20  # NDRPDR full
2130       - 28  # NDRPDR full
2131       - 35  # NDRPDR full
2132       - 42  # NDRPDR full
2133       - 46  # NDRPDR full
2134       - 47  # NDRPDR full
2135       - 48  # NDRPDR full
2136       - 49  # NDRPDR full
2137       - 50  # NDRPDR full
2138       - 51  # NDRPDR full
2139       - 52  # NDRPDR full
2140       - 53  # NDRPDR full
2141       - 54  # NDRPDR full
2142       - 55  # NDRPDR full
2143       - 56  # NDRPDR full
2144       - 57  # NDRPDR full
2145       - 58  # NDRPDR full
2146       - 59  # NDRPDR full
2147       - 61  # NDRPDR full
2148       - 62  # NDRPDR full
2149       - 63  # NDRPDR full
2150       - 64  # NDRPDR full
2151       - 65  # NDRPDR full
2152       - 67  # NDRPDR full
2153       - 70  # NDRPDR full
2154       - 72  # NDRPDR full
2155       - 73  # NDRPDR full
2156       - 76  # NDRPDR full
2157       - 77  # NDRPDR full
2158       - 78  # NDRPDR full
2159       - 79  # NDRPDR full
2160       - 81  # NDRPDR full
2161       - 82  # NDRPDR full
2162       - 84  # NDRPDR full
2163       - 85  # NDRPDR full
2164       - 87  # hoststack
2165       - 88  # hoststack
2166
2167 #    csit-vpp-perf-verify-1904-3n-skx:
2168 #      - 7   # MRR sel
2169 #      - 8   # NDRPDR sel
2170 #      - 9   # NDRPDR sel
2171 #      - 10  # NDRPDR sel
2172 #      - 11  # NDRPDR sel
2173 #      - 12  # NDRPDR sel
2174 #      - 14  # NDRPDR sel
2175 #      - 16  # NDRPDR sel
2176 #      - 21  # NDRPDR sel
2177 #      - 23  # NDRPDR sel
2178 #      - 25  # NDRPDR sel
2179 #    csit-vpp-perf-verify-1908-3n-skx:
2180 #      - 14  # NDRPDR sel
2181 #      - 16  # NDRPDR sel
2182 #      - 19  # NDRPDR sel
2183 #      - 20  # NDRPDR sel
2184 #      - 22  # NDRPDR sel
2185 #      - 23  # NDRPDR sel
2186 #      - 24  # NDRPDR sel
2187 #      - 25  # NDRPDR sel
2188 #      - 26  # NDRPDR sel
2189 #      - 29  # NDRPDR sel
2190 #      - 52  # NDRPDR sel vhost
2191 #      - 53  # NDRPDR sel vhost
2192 #      - 55  # NDRPDR sel vhost
2193 #      - 61  # NDRPDR sel vhost
2194 #      - 62  # NDRPDR sel vhost
2195 #      - 63  # NDRPDR sel vhost
2196 #      - 64  # NDRPDR sel vhost
2197 #      - 65  # NDRPDR sel vhost
2198 #      - 66  # NDRPDR sel vhost
2199 #      - 67  # NDRPDR sel vhost
2200 #      - 36  # MRR sel
2201 #    csit-vpp-perf-verify-2001-3n-skx:
2202 #      - 14  # NDRPDR sel
2203 #      - 15  # NDRPDR sel
2204 #      - 16  # NDRPDR sel
2205
2206 #    csit-vpp-perf-verify-1904-2n-skx:
2207 #      - 11  # MRR sel
2208 #      - 12  # NDRPDR sel
2209 #      - 14  # NDRPDR sel
2210 #      - 16  # NDRPDR sel
2211 #      - 17  # NDRPDR sel
2212 #      - 18  # NDRPDR sel
2213 #      - 21  # NDRPDR sel
2214 #      - 27  # NDRPDR sel
2215 #      - 30  # NDRPDR sel
2216 #      - 31  # NDRPDR sel
2217 #      - 32  # NDRPDR sel
2218 #    csit-vpp-perf-verify-1908-2n-skx:
2219 #      - 26  # NDRPDR sel
2220 #      - 27  # NDRPDR sel
2221 #      - 34  # NDRPDR sel
2222 #      - 35  # NDRPDR sel
2223 #      - 36  # NDRPDR sel
2224 #      - 42  # NDRPDR sel
2225 #      - 43  # NDRPDR sel
2226 #      - 44  # NDRPDR sel
2227 #      - 45  # NDRPDR sel
2228 #      - 46  # NDRPDR sel
2229 #      - 88  # NDRPDR sel vhost
2230 #      - 89  # NDRPDR sel vhost
2231 #      - 91  # NDRPDR sel vhost
2232 #      - 92  # NDRPDR sel vhost
2233 #      - 93  # NDRPDR sel vhost
2234 #      - 94  # NDRPDR sel vhost
2235 #      - 95  # NDRPDR sel vhost
2236 #      - 96  # NDRPDR sel vhost
2237 #      - 97  # NDRPDR sel vhost
2238 #      - 98  # NDRPDR sel vhost
2239 #      - 69  # MRR sel
2240 #      - 29  # TCP
2241 #      - 30  # TCP
2242 #      - 58  # TCP
2243 #      - 22  # NFV
2244 #      - 31  # NFV
2245 #      - 32  # NFV
2246 #      - 71  # NFV MRR
2247 #      - 113 # NFV reconf sel
2248 #      - 114 # NFV reconf sel
2249 #      - 115 # NFV reconf sel
2250 #      - 83  # SOAK
2251 #      - 86  # SOAK
2252 #    csit-vpp-perf-verify-2001-2n-skx:
2253 #      - 21  # NDRPDR sel
2254 #      - 22  # NDRPDR sel
2255 #      - 23  # NDRPDR sel
2256 #      - 26  # NDRPDR sel
2257 #      - 27  # NDRPDR sel
2258 #      - 29  # NDRPDR sel
2259 #      - 32  # NDRPDR full
2260 #      - 33  # NDRPDR full
2261 #      - 30  # NFV
2262 #      - 31  # NFV
2263
2264     csit-vpp-perf-verify-2001-2n-clx:
2265       - 28  # NDRPDR sel
2266       - 29  # NDRPDR sel
2267       - 32  # NDRPDR sel
2268       - 40  # NDRPDR sel
2269       - 43  # NDRPDR sel
2270       - 44  # NDRPDR sel
2271       - 45  # NDRPDR sel
2272       - 47  # NDRPDR sel
2273       - 48  # NDRPDR sel
2274       - 49  # NDRPDR sel
2275       - 39  # MRR
2276       - 53  # NDRPDR full
2277       - 54  # NDRPDR full
2278       - 55  # NDRPDR full
2279       - 56  # NDRPDR full
2280       - 57  # NDRPDR full
2281       - 58  # NDRPDR full
2282       - 59  # NDRPDR full
2283       - 60  # NDRPDR full
2284       - 61  # NDRPDR full
2285       - 62  # NDRPDR full
2286       - 63  # NDRPDR full
2287       - 64  # NDRPDR full
2288       - 65  # NDRPDR full
2289       - 66  # NDRPDR full
2290       - 67  # NDRPDR full
2291       - 68  # Reconf
2292       - 69  # Reconf
2293       - 70  # Reconf
2294       - 71  # Reconf
2295       - 72  # Reconf
2296       - 73  # Reconf
2297       - 74  # Reconf
2298       - 75  # Reconf
2299       - 76  # Reconf
2300       - 77  # Reconf
2301
2302     csit-vpp-perf-verify-1908-3n-tsh:
2303       - 7   # NDRPDR sel
2304       - 8   # NDRPDR sel
2305       - 9   # NDRPDR sel
2306       - 10  # NDRPDR sel
2307       - 11  # NDRPDR sel
2308       - 12  # NDRPDR sel
2309       - 13  # NDRPDR sel
2310       - 14  # NDRPDR sel
2311       - 15  # NDRPDR sel
2312       - 16  # NDRPDR sel
2313       - 17  # MRR sel
2314     csit-vpp-perf-verify-2001-3n-tsh:
2315       - 3   # NDRPDR sel
2316       - 4   # NDRPDR sel
2317       - 7   # NDRPDR sel
2318       - 8   # NDRPDR sel
2319       - 10  # NDRPDR sel
2320       - 12  # NDRPDR sel
2321       - 13  # NDRPDR sel
2322       - 14  # NDRPDR sel
2323       - 15  # NDRPDR sel
2324       - 9   # MRR sel
2325
2326     csit-vpp-perf-verify-1908-3n-dnv:
2327       - 6   # NDRPDR sel
2328       - 7   # NDRPDR sel
2329       - 8   # NDRPDR sel
2330       - 9   # NDRPDR sel
2331       - 10  # NDRPDR sel
2332       - 12  # NDRPDR sel
2333       - 13  # NDRPDR sel
2334       - 14  # NDRPDR sel
2335       - 15  # NDRPDR sel
2336       - 16  # NDRPDR sel
2337       - 17  # MRR sel
2338     csit-vpp-perf-verify-2001-3n-dnv:
2339       - 5   # NDRPDR sel
2340       - 6   # NDRPDR sel
2341       - 7   # NDRPDR sel
2342       - 8   # NDRPDR sel
2343       - 9   # NDRPDR sel
2344       - 10  # NDRPDR sel
2345       - 12  # NDRPDR sel
2346       - 16  # NDRPDR sel
2347       - 17  # NDRPDR sel
2348       - 18  # NDRPDR sel
2349       - 11  # MRR sel
2350       - 19  # NDRPDR full
2351       - 20  # NDRPDR full
2352       - 21  # NDRPDR full
2353       - 22  # NDRPDR full
2354       - 23  # NDRPDR full
2355       - 24  # NDRPDR full
2356       - 25  # NDRPDR full
2357       - 26  # NDRPDR full
2358       - 37  # NDRPDR full
2359       - 38  # NDRPDR full
2360       - 39  # NDRPDR full
2361
2362     csit-vpp-perf-verify-1908-2n-dnv:
2363       - 1   # NDRPDR sel
2364       - 2   # NDRPDR sel
2365       - 3   # NDRPDR sel
2366       - 4   # NDRPDR sel
2367       - 5   # NDRPDR sel
2368       - 6   # NDRPDR sel
2369       - 7   # NDRPDR sel
2370       - 8   # NDRPDR sel
2371       - 9   # NDRPDR sel
2372       - 10  # NDRPDR sel
2373       - 11  # MRR sel
2374     csit-vpp-perf-verify-2001-2n-dnv:
2375       - 4   # NDRPDR sel
2376       - 5   # NDRPDR sel
2377       - 6   # NDRPDR sel
2378       - 7   # NDRPDR sel
2379       - 8   # NDRPDR sel
2380       - 9   # NDRPDR sel
2381       - 10  # NDRPDR sel
2382       - 11  # NDRPDR sel
2383       - 13  # NDRPDR sel
2384       - 16  # NDRPDR sel
2385       - 12  # MRR sel
2386       - 21  # NDRPDR full
2387       - 22  # NDRPDR full
2388       - 25  # NDRPDR full
2389       - 26  # NDRPDR full
2390       - 27  # NDRPDR full
2391       - 28  # NDRPDR full
2392
2393     csit-dpdk-perf-verify-1904-3n-hsw:
2394       - 2   # NDRPDR sel
2395       - 3   # NDRPDR sel
2396       - 5   # NDRPDR sel
2397       - 6   # NDRPDR sel
2398       - 13  # NDRPDR sel
2399       - 14  # NDRPDR sel
2400       - 15  # NDRPDR sel
2401       - 18  # NDRPDR sel
2402       - 19  # NDRPDR sel
2403       - 20  # NDRPDR sel
2404     csit-dpdk-perf-verify-1908-3n-hsw:
2405       - 2   # NDRPDR sel
2406       - 3   # NDRPDR sel
2407       - 4   # NDRPDR sel
2408       - 5   # NDRPDR sel
2409       - 6   # NDRPDR sel
2410       - 7   # NDRPDR sel
2411       - 8   # NDRPDR sel
2412       - 9   # NDRPDR sel
2413       - 10  # NDRPDR sel
2414       - 11  # NDRPDR sel
2415     csit-dpdk-perf-verify-2001-3n-hsw:
2416       - 4   # NDRPDR sel
2417       - 5   # NDRPDR sel
2418       - 6   # NDRPDR sel
2419       - 7   # NDRPDR sel
2420       - 8   # NDRPDR sel
2421       - 9   # NDRPDR sel
2422       - 10  # NDRPDR sel
2423       - 11  # NDRPDR sel
2424       - 12  # NDRPDR sel
2425       - 13  # NDRPDR sel
2426       - 15  # NDRPDR sel
2427       - 16  # NDRPDR sel
2428       - 17  # NDRPDR sel
2429       - 18  # NDRPDR sel
2430       - 19  # NDRPDR sel
2431       - 20  # NDRPDR sel
2432       - 21  # NDRPDR sel
2433       - 22  # NDRPDR sel
2434       - 23  # NDRPDR sel
2435       - 24  # NDRPDR sel
2436       - 25  # NDRPDR full
2437       - 26  # NDRPDR full
2438
2439 #    csit-dpdk-perf-verify-1904-3n-skx:
2440 #      - 2   # NDRPDR sel
2441 #      - 3   # NDRPDR sel
2442 #      - 4   # NDRPDR sel
2443 #      - 5   # NDRPDR sel
2444 #      - 6   # NDRPDR sel
2445 #      - 7   # NDRPDR sel
2446 #      - 11  # NDRPDR sel
2447 #      - 12  # NDRPDR sel
2448 #      - 13  # NDRPDR sel
2449 #      - 14  # NDRPDR sel
2450 #    csit-dpdk-perf-verify-1908-3n-skx:
2451 #      - 3   # NDRPDR sel
2452 #      - 4   # NDRPDR sel
2453 #      - 5   # NDRPDR sel
2454 #      - 6   # NDRPDR sel
2455 #      - 7   # NDRPDR sel
2456 #      - 8   # NDRPDR sel
2457 #      - 9   # NDRPDR sel
2458 #      - 10  # NDRPDR sel
2459 #      - 11  # NDRPDR sel
2460 #      - 12  # NDRPDR sel
2461 #    csit-dpdk-perf-verify-2001-3n-skx:
2462 #      - 1   # NDRPDR sel
2463 #      - 2   # NDRPDR sel
2464 #      - 3   # NDRPDR sel
2465 #      - 4   # NDRPDR sel
2466 #      - 5   # NDRPDR sel
2467 #      - 6   # NDRPDR sel
2468 #      - 7   # NDRPDR sel
2469 #      - 8   # NDRPDR sel
2470 #      - 9   # NDRPDR sel
2471 #      - 10  # NDRPDR sel
2472
2473 #    csit-dpdk-perf-verify-1904-2n-skx:
2474 #      - 2   # NDRPDR sel
2475 #      - 3   # NDRPDR sel
2476 #      - 4   # NDRPDR sel
2477 #      - 5   # NDRPDR sel
2478 #      - 7   # NDRPDR sel
2479 #      - 8   # NDRPDR sel
2480 #      - 9   # NDRPDR sel
2481 #      - 10  # NDRPDR sel
2482 #      - 11  # NDRPDR sel
2483 #      - 12  # NDRPDR sel
2484 #    csit-dpdk-perf-verify-1908-2n-skx:
2485 #      - 2   # NDRPDR sel
2486 #      - 3   # NDRPDR sel
2487 #      - 4   # NDRPDR sel
2488 #      - 5   # NDRPDR sel
2489 #      - 7   # NDRPDR sel
2490 #      - 8   # NDRPDR sel
2491 #      - 9   # NDRPDR sel
2492 #      - 10  # NDRPDR sel
2493 #      - 11  # NDRPDR sel
2494 #      - 12  # NDRPDR sel
2495 #    csit-dpdk-perf-verify-2001-2n-skx:
2496 #      - 1   # NDRPDR sel
2497 #      - 2   # NDRPDR sel
2498 #      - 3   # NDRPDR sel
2499 #      - 4   # NDRPDR sel
2500 #      - 5   # NDRPDR sel
2501 #      - 6   # NDRPDR sel
2502 #      - 7   # NDRPDR sel
2503 #      - 8   # NDRPDR sel
2504 #      - 9   # NDRPDR sel
2505 #      - 10  # NDRPDR sel
2506 #      - 11  # NDRPDR sel
2507 #      - 13  # NDRPDR sel
2508 #      - 26  # NDRPDR sel
2509 #      - 16  # NDRPDR sel
2510 #      - 17  # NDRPDR sel
2511 #      - 18  # NDRPDR sel
2512 #      - 19  # NDRPDR sel
2513 #      - 27  # NDRPDR sel
2514 #      - 21  # NDRPDR sel
2515 #      - 25  # NDRPDR sel
2516
2517     csit-dpdk-perf-verify-2001-2n-clx:
2518       - 15  # NDRPDR sel
2519       - 16  # NDRPDR sel
2520       - 17  # NDRPDR sel
2521       - 18  # NDRPDR sel
2522       - 19  # NDRPDR sel
2523       - 20  # NDRPDR sel
2524       - 21  # NDRPDR sel
2525       - 22  # NDRPDR sel
2526       - 23  # NDRPDR sel
2527       - 24  # NDRPDR sel
2528       - 25  # NDRPDR sel
2529       - 26  # NDRPDR sel
2530       - 27  # NDRPDR sel
2531       - 28  # NDRPDR sel
2532       - 29  # NDRPDR sel
2533       - 30  # NDRPDR sel
2534       - 31  # NDRPDR sel
2535       - 32  # NDRPDR sel
2536       - 33  # NDRPDR sel
2537       - 34  # NDRPDR sel
2538
2539     csit-dpdk-perf-verify-2001-2n-dnv:
2540       - 9   # NDRPDR sel
2541       - 10  # NDRPDR sel
2542       - 11  # NDRPDR sel
2543       - 12  # NDRPDR sel
2544       - 13  # NDRPDR sel
2545       - 14  # NDRPDR sel
2546       - 15  # NDRPDR sel
2547       - 16  # NDRPDR sel
2548       - 17  # NDRPDR sel
2549       - 18  # NDRPDR sel
2550
2551     csit-dpdk-perf-verify-2001-3n-dnv:
2552       - 12  # NDRPDR sel
2553       - 13  # NDRPDR sel
2554       - 14  # NDRPDR sel
2555       - 15  # NDRPDR sel
2556       - 16  # NDRPDR sel
2557       - 17  # NDRPDR sel
2558       - 18  # NDRPDR sel
2559       - 19  # NDRPDR sel
2560       - 20  # NDRPDR sel
2561       - 22  # NDRPDR sel
2562
2563     csit-dpdk-perf-verify-2001-3n-tsh:
2564       - 3   # NDRPDR sel
2565       - 4   # NDRPDR sel
2566       - 5   # NDRPDR sel
2567       - 9   # NDRPDR sel
2568       - 10  # NDRPDR sel
2569       - 11  # NDRPDR sel
2570       - 12  # NDRPDR sel
2571       - 14  # NDRPDR sel
2572       - 15  # NDRPDR sel
2573       - 18  # NDRPDR sel
2574
2575     csit-vpp-device-2001-ubuntu1804-1n-skx:
2576       - 57
2577
2578 - type: "output"
2579   output: "report"
2580   format:
2581     html:
2582     - full
2583 #    pdf:
2584 #    - minimal
2585
2586 ################################################################################
2587 ###                               T A B L E S                                ###
2588 ################################################################################
2589
2590 ## VPP Soak vs NDR
2591 #- type: "table"
2592 #  title: "VPP Soak vs NDR 2n-skx"
2593 #  algorithm: "table_soak_vs_ndr"
2594 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2595 #  reference:
2596 #    title: "NDR"
2597 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2598 #  compare:
2599 #    title: "Soak"
2600 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2601 #  data: "vpp-soak-vs-ndr-2n-skx"
2602 #  include-tests: "NDR"
2603 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2604 #  parameters:
2605 #    - "throughput"
2606 #    - "name"
2607 #    - "parent"
2608
2609 ################################################################################
2610
2611 ## VPP Compare NICs 3n-skx 2t1c ndr
2612 #- type: "table"
2613 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2614 #  algorithm: "table_nics_comparison"
2615 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2616 #  reference:
2617 #    title: "x710"
2618 #    nic: "NIC_Intel-X710"
2619 #  compare:
2620 #    title: "xxv710"
2621 #    nic: "NIC_Intel-XXV710"
2622 #  data: "vpp-nic-comparison-3n-skx"
2623 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2624 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2625 #  parameters:
2626 #  - "name"
2627 #  - "parent"
2628 #  - "throughput"
2629 #  - "tags"
2630 #
2631 ## VPP Compare NICs 3n-skx 4t2c ndr
2632 #- type: "table"
2633 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2634 #  algorithm: "table_nics_comparison"
2635 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2636 #  reference:
2637 #    title: "x710"
2638 #    nic: "NIC_Intel-X710"
2639 #  compare:
2640 #    title: "xxv710"
2641 #    nic: "NIC_Intel-XXV710"
2642 #  data: "vpp-nic-comparison-3n-skx"
2643 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2644 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2645 #  parameters:
2646 #  - "name"
2647 #  - "parent"
2648 #  - "throughput"
2649 #  - "tags"
2650 #
2651 ## VPP Compare NICs 3n-skx 2t1c pdr
2652 #- type: "table"
2653 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2654 #  algorithm: "table_nics_comparison"
2655 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2656 #  reference:
2657 #    title: "x710"
2658 #    nic: "NIC_Intel-X710"
2659 #  compare:
2660 #    title: "xxv710"
2661 #    nic: "NIC_Intel-XXV710"
2662 #  data: "vpp-nic-comparison-3n-skx"
2663 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2664 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2665 #  parameters:
2666 #  - "name"
2667 #  - "parent"
2668 #  - "throughput"
2669 #  - "tags"
2670 #
2671 # # VPP Compare NICs 3n-skx 4t2c pdr
2672 #- type: "table"
2673 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2674 #  algorithm: "table_nics_comparison"
2675 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2676 #  reference:
2677 #    title: "x710"
2678 #    nic: "NIC_Intel-X710"
2679 #  compare:
2680 #    title: "xxv710"
2681 #    nic: "NIC_Intel-XXV710"
2682 #  data: "vpp-nic-comparison-3n-skx"
2683 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2684 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2685 #  parameters:
2686 #  - "name"
2687 #  - "parent"
2688 #  - "throughput"
2689 #  - "tags"
2690 #
2691 ## VPP Compare NICs 3n-skx 2t1c mrr
2692 #- type: "table"
2693 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2694 #  algorithm: "table_nics_comparison"
2695 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2696 #  reference:
2697 #    title: "x710"
2698 #    nic: "NIC_Intel-X710"
2699 #  compare:
2700 #    title: "xxv710"
2701 #    nic: "NIC_Intel-XXV710"
2702 #  data: "vpp-nic-comparison-3n-skx-mrr"
2703 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2704 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2705 #  parameters:
2706 #  - "name"
2707 #  - "parent"
2708 #  - "result"
2709 #  - "tags"
2710 #
2711 ## VPP Compare NICs 3n-skx 4t2c mrr
2712 #- type: "table"
2713 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2714 #  algorithm: "table_nics_comparison"
2715 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2716 #  reference:
2717 #    title: "x710"
2718 #    nic: "NIC_Intel-X710"
2719 #  compare:
2720 #    title: "xxv710"
2721 #    nic: "NIC_Intel-XXV710"
2722 #  data: "vpp-nic-comparison-3n-skx-mrr"
2723 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2724 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2725 #  parameters:
2726 #  - "name"
2727 #  - "parent"
2728 #  - "result"
2729 #  - "tags"
2730 #
2731 # # VPP Compare NICs 3n-skx 8t4c mrr
2732 #- type: "table"
2733 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2734 #  algorithm: "table_nics_comparison"
2735 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2736 #  reference:
2737 #    title: "x710"
2738 #    nic: "NIC_Intel-X710"
2739 #  compare:
2740 #    title: "xxv710"
2741 #    nic: "NIC_Intel-XXV710"
2742 #  data: "vpp-nic-comparison-3n-skx-mrr"
2743 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2744 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2745 #  parameters:
2746 #  - "name"
2747 #  - "parent"
2748 #  - "result"
2749 #  - "tags"
2750 #
2751 ## VPP Compare NICs 2n-skx 2t1c ndr
2752 #- type: "table"
2753 #  title: "VPP Compare NICs 2n-skx 2t1c ndr"
2754 #  algorithm: "table_nics_comparison"
2755 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2756 #  reference:
2757 #    title: "x710"
2758 #    nic: "NIC_Intel-X710"
2759 #  compare:
2760 #    title: "xxv710"
2761 #    nic: "NIC_Intel-XXV710"
2762 #  data: "vpp-nic-comparison-2n-skx"
2763 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2764 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2765 #  parameters:
2766 #  - "name"
2767 #  - "parent"
2768 #  - "throughput"
2769 #  - "tags"
2770 #
2771 ## VPP Compare NICs 2n-skx 4t2c ndr
2772 #- type: "table"
2773 #  title: "VPP Compare NICs 2n-skx 4t2c ndr"
2774 #  algorithm: "table_nics_comparison"
2775 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2776 #  reference:
2777 #    title: "x710"
2778 #    nic: "NIC_Intel-X710"
2779 #  compare:
2780 #    title: "xxv710"
2781 #    nic: "NIC_Intel-XXV710"
2782 #  data: "vpp-nic-comparison-2n-skx"
2783 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2784 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2785 #  parameters:
2786 #  - "name"
2787 #  - "parent"
2788 #  - "throughput"
2789 #  - "tags"
2790 #
2791 # # VPP Compare NICs 2n-skx 2t1c pdr
2792 #- type: "table"
2793 #  title: "VPP Compare NICs 2n-skx 2t1c pdr"
2794 #  algorithm: "table_nics_comparison"
2795 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2796 #  reference:
2797 #    title: "x710"
2798 #    nic: "NIC_Intel-X710"
2799 #  compare:
2800 #    title: "xxv710"
2801 #    nic: "NIC_Intel-XXV710"
2802 #  data: "vpp-nic-comparison-2n-skx"
2803 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2804 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2805 #  parameters:
2806 #  - "name"
2807 #  - "parent"
2808 #  - "throughput"
2809 #  - "tags"
2810 #
2811 ## VPP Compare NICs 2n-skx 4t2c pdr
2812 #- type: "table"
2813 #  title: "VPP Compare NICs 2n-skx 4t2c pdr"
2814 #  algorithm: "table_nics_comparison"
2815 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2816 #  reference:
2817 #    title: "x710"
2818 #    nic: "NIC_Intel-X710"
2819 #  compare:
2820 #    title: "xxv710"
2821 #    nic: "NIC_Intel-XXV710"
2822 #  data: "vpp-nic-comparison-2n-skx"
2823 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2824 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2825 #  parameters:
2826 #  - "name"
2827 #  - "parent"
2828 #  - "throughput"
2829 #  - "tags"
2830 #
2831 ## VPP Compare NICs 2n-skx 2t1c mrr
2832 #- type: "table"
2833 #  title: "VPP Compare NICs 2n-skx 2t1c mrr"
2834 #  algorithm: "table_nics_comparison"
2835 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2836 #  reference:
2837 #    title: "x710"
2838 #    nic: "NIC_Intel-X710"
2839 #  compare:
2840 #    title: "xxv710"
2841 #    nic: "NIC_Intel-XXV710"
2842 #  data: "vpp-nic-comparison-2n-skx-mrr"
2843 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2844 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2845 #  parameters:
2846 #  - "name"
2847 #  - "parent"
2848 #  - "result"
2849 #  - "tags"
2850 #
2851 ## VPP Compare NICs 2n-skx 4t2c mrr
2852 #- type: "table"
2853 #  title: "VPP Compare NICs 2n-skx 4t2c mrr"
2854 #  algorithm: "table_nics_comparison"
2855 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2856 #  reference:
2857 #    title: "x710"
2858 #    nic: "NIC_Intel-X710"
2859 #  compare:
2860 #    title: "xxv710"
2861 #    nic: "NIC_Intel-XXV710"
2862 #  data: "vpp-nic-comparison-2n-skx-mrr"
2863 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2864 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2865 #  parameters:
2866 #  - "name"
2867 #  - "parent"
2868 #  - "result"
2869 #  - "tags"
2870 #
2871 ## VPP Compare NICs 2n-skx 8t4c mrr
2872 #- type: "table"
2873 #  title: "VPP Compare NICs 2n-skx 8t4c mrr"
2874 #  algorithm: "table_nics_comparison"
2875 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2876 #  reference:
2877 #    title: "x710"
2878 #    nic: "NIC_Intel-X710"
2879 #  compare:
2880 #    title: "xxv710"
2881 #    nic: "NIC_Intel-XXV710"
2882 #  data: "vpp-nic-comparison-2n-skx-mrr"
2883 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2884 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2885 #  parameters:
2886 #  - "name"
2887 #  - "parent"
2888 #  - "result"
2889 #  - "tags"
2890
2891 ################################################################################
2892 # VPP
2893
2894 # VPP Performance Changes 3n-hsw 1t1c pdr
2895 - type: "table"
2896   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2897   algorithm: "table_perf_comparison"
2898   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2899   history:
2900     - title: "rls1904"
2901       data: "vpp-performance-changes-3n-hsw-h1"
2902   reference:
2903     title: "rls1908"
2904     data: "vpp-performance-changes-3n-hsw-ref"
2905     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2906   compare:
2907     title: "rls2001"
2908     data: "vpp-performance-changes-3n-hsw-cmp"
2909   data: "vpp-performance-changes-3n-hsw"
2910   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2911   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2912   parameters:
2913   - "name"
2914   - "parent"
2915   - "throughput"
2916
2917 # VPP Performance Changes 3n-hsw 2t2c pdr
2918 - type: "table"
2919   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2920   algorithm: "table_perf_comparison"
2921   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2922   history:
2923     - title: "rls1904"
2924       data: "vpp-performance-changes-3n-hsw-h1"
2925   reference:
2926     title: "rls1908"
2927     data: "vpp-performance-changes-3n-hsw-ref"
2928     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2929   compare:
2930     title: "rls2001"
2931     data: "vpp-performance-changes-3n-hsw-cmp"
2932   data: "vpp-performance-changes-3n-hsw"
2933   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2934   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2935   parameters:
2936   - "name"
2937   - "parent"
2938   - "throughput"
2939
2940 # VPP Performance Changes 3n-hsw 1t1c ndr
2941 - type: "table"
2942   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2943   algorithm: "table_perf_comparison"
2944   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2945   history:
2946     - title: "rls1904"
2947       data: "vpp-performance-changes-3n-hsw-h1"
2948   reference:
2949     title: "rls1908"
2950     data: "vpp-performance-changes-3n-hsw-ref"
2951     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2952   compare:
2953     title: "rls2001"
2954     data: "vpp-performance-changes-3n-hsw-cmp"
2955   data: "vpp-performance-changes-3n-hsw"
2956   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2957   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2958   parameters:
2959   - "name"
2960   - "parent"
2961   - "throughput"
2962
2963 # VPP Performance Changes 3n-hsw 2t2c ndr
2964 - type: "table"
2965   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2966   algorithm: "table_perf_comparison"
2967   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2968   history:
2969     - title: "rls1904"
2970       data: "vpp-performance-changes-3n-hsw-h1"
2971   reference:
2972     title: "rls1908"
2973     data: "vpp-performance-changes-3n-hsw-ref"
2974     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2975   compare:
2976     title: "rls2001"
2977     data: "vpp-performance-changes-3n-hsw-cmp"
2978   data: "vpp-performance-changes-3n-hsw"
2979   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2980   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2981   parameters:
2982   - "name"
2983   - "parent"
2984   - "throughput"
2985
2986 ## VPP Performance Changes 3n-skx 2t1c pdr
2987 #- type: "table"
2988 #  title: "VPP Performance Changes 3n-skx 2t1c pdr"
2989 #  algorithm: "table_perf_comparison_nic"
2990 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2991 #  history:
2992 #    - title: "rls1904 x710"
2993 #      data: "vpp-performance-changes-3n-skx-h1"
2994 #      nic: "NIC_Intel-X710"
2995 #  reference:
2996 #    title: "rls1908 xxv710"
2997 #    data: "vpp-performance-changes-3n-skx-ref"
2998 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2999 #    nic: "NIC_Intel-XXV710"
3000 #  compare:
3001 #    title: "rls2001 xxv710"
3002 #    data: "vpp-performance-changes-3n-skx-cmp"
3003 #    nic: "NIC_Intel-XXV710"
3004 #  data: "vpp-performance-changes-3n-skx"
3005 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3006 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3007 #  parameters:
3008 #  - "name"
3009 #  - "parent"
3010 #  - "throughput"
3011 #  - "tags"
3012 #
3013 ## VPP Performance Changes 3n-skx 4t2c pdr
3014 #- type: "table"
3015 #  title: "VPP Performance Changes 3n-skx 4t2c pdr"
3016 #  algorithm: "table_perf_comparison_nic"
3017 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3018 #  history:
3019 #    - title: "rls1904 x710"
3020 #      data: "vpp-performance-changes-3n-skx-h1"
3021 #      nic: "NIC_Intel-X710"
3022 #  reference:
3023 #    title: "rls1908 x710"
3024 #    data: "vpp-performance-changes-3n-skx-ref"
3025 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3026 #    nic: "NIC_Intel-X710"
3027 #  compare:
3028 #    title: "rls2001 xxv710"
3029 #    data: "vpp-performance-changes-3n-skx-cmp"
3030 #    nic: "NIC_Intel-XXV710"
3031 #  data: "vpp-performance-changes-3n-skx"
3032 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3033 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3034 #  parameters:
3035 #  - "name"
3036 #  - "parent"
3037 #  - "throughput"
3038 #  - "tags"
3039 #
3040 ## VPP Performance Changes 3n-skx 2t1c ndr
3041 #- type: "table"
3042 #  title: "VPP Performance Changes 3n-skx 2t1c ndr"
3043 #  algorithm: "table_perf_comparison_nic"
3044 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3045 #  history:
3046 #    - title: "rls1904 x710"
3047 #      data: "vpp-performance-changes-3n-skx-h1"
3048 #      nic: "NIC_Intel-X710"
3049 #  reference:
3050 #    title: "rls1908 x710"
3051 #    data: "vpp-performance-changes-3n-skx-ref"
3052 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3053 #    nic: "NIC_Intel-X710"
3054 #  compare:
3055 #    title: "rls2001 xxv710"
3056 #    data: "vpp-performance-changes-3n-skx-cmp"
3057 #    nic: "NIC_Intel-XXV710"
3058 #  data: "vpp-performance-changes-3n-skx"
3059 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3060 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3061 #  parameters:
3062 #  - "name"
3063 #  - "parent"
3064 #  - "throughput"
3065 #  - "tags"
3066 #
3067 ## VPP Performance Changes 3n-skx 4t2c ndr
3068 #- type: "table"
3069 #  title: "VPP Performance Changes 3n-skx 4t2c ndr"
3070 #  algorithm: "table_perf_comparison_nic"
3071 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3072 #  history:
3073 #    - title: "rls1904 x710"
3074 #      data: "vpp-performance-changes-3n-skx-h1"
3075 #      nic: "NIC_Intel-X710"
3076 #  reference:
3077 #    title: "rls1908 x710"
3078 #    data: "vpp-performance-changes-3n-skx-ref"
3079 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3080 #    nic: "NIC_Intel-X710"
3081 #  compare:
3082 #    title: "rls2001 xxv710"
3083 #    data: "vpp-performance-changes-3n-skx-cmp"
3084 #    nic: "NIC_Intel-XXV710"
3085 #  data: "vpp-performance-changes-3n-skx"
3086 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3087 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3088 #  parameters:
3089 #  - "name"
3090 #  - "parent"
3091 #  - "throughput"
3092 #  - "tags"
3093 #
3094 ## VPP Performance Changes 2n-skx 2t1c pdr
3095 #- type: "table"
3096 #  title: "VPP Performance Changes 2n-skx 2t1c pdr"
3097 #  algorithm: "table_perf_comparison_nic"
3098 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3099 #  history:
3100 #    - title: "rls1904 x710"
3101 #      data: "vpp-performance-changes-2n-skx-h1"
3102 #      nic: "NIC_Intel-X710"
3103 #  reference:
3104 #    title: "rls1908 xxv710"
3105 #    data: "vpp-performance-changes-2n-skx-ref"
3106 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3107 #    nic: "NIC_Intel-XXV710"
3108 #  compare:
3109 #    title: "rls2001 xxv710"
3110 #    data: "vpp-performance-changes-2n-skx-cmp"
3111 #    nic: "NIC_Intel-XXV710"
3112 #  data: "vpp-performance-changes-2n-skx"
3113 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3114 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3115 #  parameters:
3116 #  - "name"
3117 #  - "parent"
3118 #  - "throughput"
3119 #  - "tags"
3120 #
3121 ## VPP Performance Changes 2n-skx 4t2c pdr
3122 #- type: "table"
3123 #  title: "VPP Performance Changes 2n-skx 4t2c pdr"
3124 #  algorithm: "table_perf_comparison_nic"
3125 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3126 #  history:
3127 #    - title: "rls1904 x710"
3128 #      data: "vpp-performance-changes-2n-skx-h1"
3129 #      nic: "NIC_Intel-X710"
3130 #  reference:
3131 #    title: "rls1908 xxv710"
3132 #    data: "vpp-performance-changes-2n-skx-ref"
3133 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3134 #    nic: "NIC_Intel-XXV710"
3135 #  compare:
3136 #    title: "rls2001 xxv710"
3137 #    data: "vpp-performance-changes-2n-skx-cmp"
3138 #    nic: "NIC_Intel-XXV710"
3139 #  data: "vpp-performance-changes-2n-skx"
3140 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3141 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3142 #  parameters:
3143 #  - "name"
3144 #  - "parent"
3145 #  - "throughput"
3146 #  - "tags"
3147 #
3148 ## VPP Performance Changes 2n-skx 2t1c ndr
3149 #- type: "table"
3150 #  title: "VPP Performance Changes 2n-skx 2t1c ndr"
3151 #  algorithm: "table_perf_comparison_nic"
3152 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3153 #  history:
3154 #    - title: "rls1904 x710"
3155 #      data: "vpp-performance-changes-2n-skx-h1"
3156 #      nic: "NIC_Intel-X710"
3157 #  reference:
3158 #    title: "rls1908 xxv710"
3159 #    data: "vpp-performance-changes-2n-skx-ref"
3160 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3161 #    nic: "NIC_Intel-XXV710"
3162 #  compare:
3163 #    title: "rls2001 xxv710"
3164 #    data: "vpp-performance-changes-2n-skx-cmp"
3165 #    nic: "NIC_Intel-XXV710"
3166 #  data: "vpp-performance-changes-2n-skx"
3167 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3168 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3169 #  parameters:
3170 #  - "name"
3171 #  - "parent"
3172 #  - "throughput"
3173 #  - "tags"
3174 #
3175 ## VPP Performance Changes 2n-skx 4t2c ndr
3176 #- type: "table"
3177 #  title: "VPP Performance Changes 2n-skx 4t2c ndr"
3178 #  algorithm: "table_perf_comparison_nic"
3179 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3180 #  history:
3181 #    - title: "rls1904 x710"
3182 #      data: "vpp-performance-changes-2n-skx-h1"
3183 #      nic: "NIC_Intel-X710"
3184 #  reference:
3185 #    title: "rls1908 xxv710"
3186 #    data: "vpp-performance-changes-2n-skx-ref"
3187 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3188 #    nic: "NIC_Intel-XXV710"
3189 #  compare:
3190 #    title: "rls2001 xxv710"
3191 #    data: "vpp-performance-changes-2n-skx-cmp"
3192 #    nic: "NIC_Intel-XXV710"
3193 #  data: "vpp-performance-changes-2n-skx"
3194 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3195 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3196 #  parameters:
3197 #  - "name"
3198 #  - "parent"
3199 #  - "throughput"
3200 #  - "tags"
3201 #
3202 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3203 #- type: "table"
3204 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3205 #  algorithm: "table_perf_comparison"
3206 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3207 #  reference:
3208 #    title: "rls1908"
3209 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3210 #  compare:
3211 #    title: "rls2001"
3212 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3213 #  data: "vpp-performance-changes-nfv-2n-skx"
3214 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3215 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3216 #  parameters:
3217 #  - "name"
3218 #  - "parent"
3219 #  - "throughput"
3220 #  - "tags"
3221 #
3222 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3223 #- type: "table"
3224 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3225 #  algorithm: "table_perf_comparison"
3226 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3227 #  reference:
3228 #    title: "rls1908"
3229 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3230 #  compare:
3231 #    title: "rls2001"
3232 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3233 #  data: "vpp-performance-changes-nfv-2n-skx"
3234 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3235 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3236 #  parameters:
3237 #  - "name"
3238 #  - "parent"
3239 #  - "throughput"
3240 #  - "tags"
3241 #
3242 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3243 #- type: "table"
3244 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3245 #  algorithm: "table_perf_comparison"
3246 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3247 #  reference:
3248 #    title: "rls1908"
3249 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3250 #  compare:
3251 #    title: "rls2001"
3252 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3253 #  data: "vpp-performance-changes-nfv-2n-skx"
3254 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3255 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3256 #  parameters:
3257 #  - "name"
3258 #  - "parent"
3259 #  - "throughput"
3260 #  - "tags"
3261 #
3262 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3263 #- type: "table"
3264 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3265 #  algorithm: "table_perf_comparison"
3266 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3267 #  reference:
3268 #    title: "rls1908"
3269 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3270 #  compare:
3271 #    title: "rls2001"
3272 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3273 #  data: "vpp-performance-changes-nfv-2n-skx"
3274 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3275 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3276 #  parameters:
3277 #  - "name"
3278 #  - "parent"
3279 #  - "throughput"
3280 #  - "tags"
3281
3282 # VPP Performance Changes 2n-dnv 1t1c pdr
3283 - type: "table"
3284   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3285   algorithm: "table_perf_comparison"
3286   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3287   reference:
3288     title: "rls1908"
3289     data: "vpp-performance-changes-2n-dnv-ref"
3290   compare:
3291     title: "rls2001"
3292     data: "vpp-performance-changes-2n-dnv-cmp"
3293   data: "vpp-performance-changes-2n-dnv"
3294   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3295   filter: "'1T1C'"
3296   parameters:
3297   - "name"
3298   - "parent"
3299   - "throughput"
3300   - "tags"
3301
3302 # VPP Performance Changes 2n-dnv 2t2c pdr
3303 - type: "table"
3304   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3305   algorithm: "table_perf_comparison"
3306   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3307   reference:
3308     title: "rls1908"
3309     data: "vpp-performance-changes-2n-dnv-ref"
3310   compare:
3311     title: "rls2001"
3312     data: "vpp-performance-changes-2n-dnv-cmp"
3313   data: "vpp-performance-changes-2n-dnv"
3314   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3315   filter: "'2T2C'"
3316   parameters:
3317   - "name"
3318   - "parent"
3319   - "throughput"
3320   - "tags"
3321
3322 # VPP Performance Changes 2n-dnv 1t1c ndr
3323 - type: "table"
3324   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3325   algorithm: "table_perf_comparison"
3326   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3327   reference:
3328     title: "rls1908"
3329     data: "vpp-performance-changes-2n-dnv-ref"
3330   compare:
3331     title: "rls2001"
3332     data: "vpp-performance-changes-2n-dnv-cmp"
3333   data: "vpp-performance-changes-2n-dnv"
3334   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3335   filter: "'1T1C'"
3336   parameters:
3337   - "name"
3338   - "parent"
3339   - "throughput"
3340   - "tags"
3341
3342 # VPP Performance Changes 2n-dnv 2t2c ndr
3343 - type: "table"
3344   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3345   algorithm: "table_perf_comparison"
3346   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3347   reference:
3348     title: "rls1908 "
3349     data: "vpp-performance-changes-2n-dnv-ref"
3350   compare:
3351     title: "rls2001"
3352     data: "vpp-performance-changes-2n-dnv-cmp"
3353   data: "vpp-performance-changes-2n-dnv"
3354   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3355   filter: "'2T2C'"
3356   parameters:
3357   - "name"
3358   - "parent"
3359   - "throughput"
3360   - "tags"
3361
3362 # VPP Performance Changes 3n-dnv 1t1c pdr
3363 - type: "table"
3364   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3365   algorithm: "table_perf_comparison"
3366   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3367   reference:
3368     title: "rls1908"
3369     data: "vpp-performance-changes-3n-dnv-ref"
3370   compare:
3371     title: "rls2001"
3372     data: "vpp-performance-changes-3n-dnv-cmp"
3373   data: "vpp-performance-changes-3n-dnv"
3374   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3375   filter: "'1T1C'"
3376   parameters:
3377   - "name"
3378   - "parent"
3379   - "throughput"
3380   - "tags"
3381
3382 # VPP Performance Changes 3n-dnv 2t2c pdr
3383 - type: "table"
3384   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3385   algorithm: "table_perf_comparison"
3386   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3387   reference:
3388     title: "rls1908"
3389     data: "vpp-performance-changes-3n-dnv-ref"
3390   compare:
3391     title: "rls2001"
3392     data: "vpp-performance-changes-3n-dnv-cmp"
3393   data: "vpp-performance-changes-3n-dnv"
3394   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3395   filter: "'2T2C'"
3396   parameters:
3397   - "name"
3398   - "parent"
3399   - "throughput"
3400   - "tags"
3401
3402 # VPP Performance Changes 3n-dnv 1t1c ndr
3403 - type: "table"
3404   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3405   algorithm: "table_perf_comparison"
3406   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3407   reference:
3408     title: "rls1908"
3409     data: "vpp-performance-changes-3n-dnv-ref"
3410   compare:
3411     title: "rls2001"
3412     data: "vpp-performance-changes-3n-dnv-cmp"
3413   data: "vpp-performance-changes-3n-dnv"
3414   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3415   filter: "'1T1C'"
3416   parameters:
3417   - "name"
3418   - "parent"
3419   - "throughput"
3420   - "tags"
3421
3422 # VPP Performance Changes 3n-dnv 2t2c ndr
3423 - type: "table"
3424   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3425   algorithm: "table_perf_comparison"
3426   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3427   reference:
3428     title: "rls1908"
3429     data: "vpp-performance-changes-3n-dnv-ref"
3430   compare:
3431     title: "rls2001"
3432     data: "vpp-performance-changes-3n-dnv-cmp"
3433   data: "vpp-performance-changes-3n-dnv"
3434   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3435   filter: "'2T2C'"
3436   parameters:
3437   - "name"
3438   - "parent"
3439   - "throughput"
3440   - "tags"
3441
3442 # VPP Performance Changes 3n-tsh 1t1c pdr
3443 - type: "table"
3444   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3445   algorithm: "table_perf_comparison"
3446   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3447   reference:
3448     title: "rls1908"
3449     data: "vpp-performance-changes-3n-tsh-ref"
3450   compare:
3451     title: "rls2001"
3452     data: "vpp-performance-changes-3n-tsh-cmp"
3453   data: "vpp-performance-changes-3n-tsh"
3454   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3455   filter: "'1T1C'"
3456   parameters:
3457   - "name"
3458   - "parent"
3459   - "throughput"
3460   - "tags"
3461
3462 # VPP Performance Changes 3n-tsh 2t2c pdr
3463 - type: "table"
3464   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3465   algorithm: "table_perf_comparison"
3466   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3467   reference:
3468     title: "rls1908"
3469     data: "vpp-performance-changes-3n-tsh-ref"
3470   compare:
3471     title: "rls2001"
3472     data: "vpp-performance-changes-3n-tsh-cmp"
3473   data: "vpp-performance-changes-3n-tsh"
3474   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3475   filter: "'2T2C'"
3476   parameters:
3477   - "name"
3478   - "parent"
3479   - "throughput"
3480   - "tags"
3481
3482 # VPP Performance Changes 3n-tsh 1t1c ndr
3483 - type: "table"
3484   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3485   algorithm: "table_perf_comparison"
3486   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3487   reference:
3488     title: "rls1908"
3489     data: "vpp-performance-changes-3n-tsh-ref"
3490   compare:
3491     title: "rls2001"
3492     data: "vpp-performance-changes-3n-tsh-cmp"
3493   data: "vpp-performance-changes-3n-tsh"
3494   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3495   filter: "'1T1C'"
3496   parameters:
3497   - "name"
3498   - "parent"
3499   - "throughput"
3500   - "tags"
3501
3502 # VPP Performance Changes 3n-tsh 2t2c ndr
3503 - type: "table"
3504   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3505   algorithm: "table_perf_comparison"
3506   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3507   reference:
3508     title: "rls1908"
3509     data: "vpp-performance-changes-3n-tsh-ref"
3510   compare:
3511     title: "rls2001"
3512     data: "vpp-performance-changes-3n-tsh-cmp"
3513   data: "vpp-performance-changes-3n-tsh"
3514   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3515   filter: "'2T2C'"
3516   parameters:
3517   - "name"
3518   - "parent"
3519   - "throughput"
3520   - "tags"
3521
3522 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3523 #- type: "table"
3524 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3525 #  algorithm: "table_perf_comparison_nic"
3526 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3527 #  reference:
3528 #    title: "3n-hsw xl710"
3529 #    data: "vpp-compare-testbeds-ref"
3530 #    nic: "NIC_Intel-XL710"
3531 #  compare:
3532 #    title: "3n-skx xxv710"
3533 #    data: "vpp-compare-testbeds-cmp"
3534 #    nic: "NIC_Intel-XXV710"
3535 #  data: "vpp-compare-testbeds"
3536 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3537 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3538 #  parameters:
3539 #  - "name"
3540 #  - "parent"
3541 #  - "throughput"
3542 #  - "tags"
3543 #
3544 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3545 #- type: "table"
3546 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3547 #  algorithm: "table_perf_comparison_nic"
3548 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3549 #  reference:
3550 #    title: "3n-hsw xl710"
3551 #    data: "vpp-compare-testbeds-ref"
3552 #    nic: "NIC_Intel-XL710"
3553 #  compare:
3554 #    title: "3n-skx xxv710"
3555 #    data: "vpp-compare-testbeds-cmp"
3556 #    nic: "NIC_Intel-XXV710"
3557 #  data: "vpp-compare-testbeds"
3558 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3559 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3560 #  parameters:
3561 #  - "name"
3562 #  - "parent"
3563 #  - "throughput"
3564 #  - "tags"
3565 #
3566 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3567 #- type: "table"
3568 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3569 #  algorithm: "table_perf_comparison_nic"
3570 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3571 #  reference:
3572 #    title: "3n-hsw xl710"
3573 #    data: "vpp-compare-testbeds-ref"
3574 #    nic: "NIC_Intel-XL710"
3575 #  compare:
3576 #    title: "3n-skx xxv710"
3577 #    data: "vpp-compare-testbeds-cmp"
3578 #    nic: "NIC_Intel-XXV710"
3579 #  data: "vpp-compare-testbeds"
3580 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3581 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3582 #  parameters:
3583 #  - "name"
3584 #  - "parent"
3585 #  - "throughput"
3586 #  - "tags"
3587 #
3588 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3589 #- type: "table"
3590 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3591 #  algorithm: "table_perf_comparison_nic"
3592 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3593 #  reference:
3594 #    title: "3n-hsw xl710"
3595 #    data: "vpp-compare-testbeds-ref"
3596 #    nic: "NIC_Intel-XL710"
3597 #  compare:
3598 #    title: "3n-skx xxv710"
3599 #    data: "vpp-compare-testbeds-cmp"
3600 #    nic: "NIC_Intel-XXV710"
3601 #  data: "vpp-compare-testbeds"
3602 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3603 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3604 #  parameters:
3605 #  - "name"
3606 #  - "parent"
3607 #  - "throughput"
3608 #  - "tags"
3609
3610 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3611 #- type: "table"
3612 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3613 #  algorithm: "table_perf_comparison"
3614 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3615 #  reference:
3616 #    title: "2n-skx"
3617 #    data: "vpp-compare-testbeds-skx-clx-ref"
3618 #  compare:
3619 #    title: "2n-clx"
3620 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3621 #  data: "vpp-compare-testbeds-skx-clx"
3622 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3623 #  filter: "'2T1C'"
3624 #  parameters:
3625 #  - "name"
3626 #  - "parent"
3627 #  - "throughput"
3628 #  - "tags"
3629 #
3630 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3631 #- type: "table"
3632 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3633 #  algorithm: "table_perf_comparison"
3634 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3635 #  reference:
3636 #    title: "2n-skx"
3637 #    data: "vpp-compare-testbeds-skx-clx-ref"
3638 #  compare:
3639 #    title: "2n-clx"
3640 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3641 #  data: "vpp-compare-testbeds-skx-clx"
3642 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3643 #  filter: "'4T2C'"
3644 #  parameters:
3645 #  - "name"
3646 #  - "parent"
3647 #  - "throughput"
3648 #  - "tags"
3649 #
3650 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3651 #- type: "table"
3652 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3653 #  algorithm: "table_perf_comparison"
3654 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3655 #  reference:
3656 #    title: "2n-skx"
3657 #    data: "vpp-compare-testbeds-skx-clx-ref"
3658 #  compare:
3659 #    title: "2n-clx"
3660 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3661 #  data: "vpp-compare-testbeds-skx-clx"
3662 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3663 #  filter: "'2T1C'"
3664 #  parameters:
3665 #  - "name"
3666 #  - "parent"
3667 #  - "throughput"
3668 #  - "tags"
3669 #
3670 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3671 #- type: "table"
3672 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3673 #  algorithm: "table_perf_comparison"
3674 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3675 #  reference:
3676 #    title: "2n-skx"
3677 #    data: "vpp-compare-testbeds-skx-clx-ref"
3678 #  compare:
3679 #    title: "2n-clx"
3680 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3681 #  data: "vpp-compare-testbeds-skx-clx"
3682 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3683 #  filter: "'4T2C'"
3684 #  parameters:
3685 #  - "name"
3686 #  - "parent"
3687 #  - "throughput"
3688 #  - "tags"
3689
3690 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
3691 - type: "table"
3692   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
3693   algorithm: "table_perf_comparison_nic"
3694   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
3695   reference:
3696     title: "3n-hsw xl710"
3697     data: "vpp-compare-testbeds-hsw-clx-ref"
3698     nic: "NIC_Intel-XL710"
3699   compare:
3700     title: "2n-clx xxv710"
3701     data: "vpp-compare-testbeds-hsw-clx-cmp"
3702     nic: "NIC_Intel-XXV710"
3703   data: "vpp-compare-testbeds-hsw-clx"
3704   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3705   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3706   parameters:
3707   - "name"
3708   - "parent"
3709   - "throughput"
3710   - "tags"
3711
3712 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
3713 - type: "table"
3714   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
3715   algorithm: "table_perf_comparison_nic"
3716   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
3717   reference:
3718     title: "3n-hsw xl710"
3719     data: "vpp-compare-testbeds-hsw-clx-ref"
3720     nic: "NIC_Intel-XL710"
3721   compare:
3722     title: "2n-clx xxv710"
3723     data: "vpp-compare-testbeds-hsw-clx-cmp"
3724     nic: "NIC_Intel-XXV710"
3725   data: "vpp-compare-testbeds-hsw-clx"
3726   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3727   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3728   parameters:
3729   - "name"
3730   - "parent"
3731   - "throughput"
3732   - "tags"
3733
3734 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
3735 - type: "table"
3736   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
3737   algorithm: "table_perf_comparison_nic"
3738   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
3739   reference:
3740     title: "3n-hsw xl710"
3741     data: "vpp-compare-testbeds-hsw-clx-ref"
3742     nic: "NIC_Intel-XL710"
3743   compare:
3744     title: "2n-clx xxv710"
3745     data: "vpp-compare-testbeds-hsw-clx-cmp"
3746     nic: "NIC_Intel-XXV710"
3747   data: "vpp-compare-testbeds-hsw-clx"
3748   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3749   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3750   parameters:
3751   - "name"
3752   - "parent"
3753   - "throughput"
3754   - "tags"
3755
3756 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
3757 - type: "table"
3758   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
3759   algorithm: "table_perf_comparison_nic"
3760   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
3761   reference:
3762     title: "3n-hsw xl710"
3763     data: "vpp-compare-testbeds-hsw-clx-ref"
3764     nic: "NIC_Intel-XL710"
3765   compare:
3766     title: "2n-clx xxv710"
3767     data: "vpp-compare-testbeds-hsw-clx-cmp"
3768     nic: "NIC_Intel-XXV710"
3769   data: "vpp-compare-testbeds-hsw-clx"
3770   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3771   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3772   parameters:
3773   - "name"
3774   - "parent"
3775   - "throughput"
3776   - "tags"
3777
3778 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3779 #- type: "table"
3780 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3781 #  algorithm: "table_perf_comparison"
3782 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3783 #  reference:
3784 #    title: "3-Node Skx"
3785 #    data: "vpp-compare-topologies-ref"
3786 #  compare:
3787 #    title: "2-Node Skx"
3788 #    data: "vpp-compare-topologies-cmp"
3789 #  data: "vpp-compare-topologies"
3790 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3791 #  filter: "'NDRPDR' and '1C'"
3792 #  parameters:
3793 #  - "name"
3794 #  - "parent"
3795 #  - "throughput"
3796 #
3797 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
3798 #- type: "table"
3799 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
3800 #  algorithm: "table_perf_comparison"
3801 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
3802 #  reference:
3803 #    title: "3-Node Skx"
3804 #    data: "vpp-compare-topologies-ref"
3805 #  compare:
3806 #    title: "2-Node Skx"
3807 #    data: "vpp-compare-topologies-cmp"
3808 #  data: "vpp-compare-topologies"
3809 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3810 #  filter: "'NDRPDR' and '2C'"
3811 #  parameters:
3812 #  - "name"
3813 #  - "parent"
3814 #  - "throughput"
3815 #
3816 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
3817 #- type: "table"
3818 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
3819 #  algorithm: "table_perf_comparison"
3820 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
3821 #  reference:
3822 #    title: "3-Node Skx"
3823 #    data: "vpp-compare-topologies-ref"
3824 #  compare:
3825 #    title: "2-Node Skx"
3826 #    data: "vpp-compare-topologies-cmp"
3827 #  data: "vpp-compare-topologies"
3828 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3829 #  filter: "'NDRPDR' and '1C'"
3830 #  parameters:
3831 #  - "name"
3832 #  - "parent"
3833 #  - "throughput"
3834 #
3835 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
3836 #- type: "table"
3837 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
3838 #  algorithm: "table_perf_comparison"
3839 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
3840 #  reference:
3841 #    title: "3-Node Skx"
3842 #    data: "vpp-compare-topologies-ref"
3843 #  compare:
3844 #    title: "2-Node Skx"
3845 #    data: "vpp-compare-topologies-cmp"
3846 #  data: "vpp-compare-topologies"
3847 #  include-tests: "PDR"
3848 #  filter: "'NDRPDR' and '2C'"
3849 #  parameters:
3850 #  - "name"
3851 #  - "parent"
3852 #  - "throughput"
3853
3854 # VPP Performance Changes 3n-hsw 1t1c MRR
3855 - type: "table"
3856   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
3857   algorithm: "table_perf_comparison"
3858   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
3859   history:
3860     - title: "rls1904"
3861       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3862   reference:
3863     title: "rls1908"
3864     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3865   compare:
3866     title: "rls2001"
3867     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3868   data: "vpp-performance-changes-3n-hsw-mrr"
3869   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3870   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
3871   parameters:
3872   - "name"
3873   - "parent"
3874   - "result"
3875
3876 # VPP Performance Changes 3n-hsw 2t2c MRR
3877 - type: "table"
3878   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
3879   algorithm: "table_perf_comparison"
3880   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
3881   history:
3882     - title: "rls1904"
3883       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3884   reference:
3885     title: "rls1908"
3886     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3887   compare:
3888     title: "rls2001"
3889     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3890   data: "vpp-performance-changes-3n-hsw-mrr"
3891   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3892   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
3893   parameters:
3894   - "name"
3895   - "parent"
3896   - "result"
3897
3898 # VPP Performance Changes 3n-hsw 4t4c MRR
3899 - type: "table"
3900   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
3901   algorithm: "table_perf_comparison"
3902   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
3903   history:
3904     - title: "rls1904"
3905       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3906   reference:
3907     title: "rls1908"
3908     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3909   compare:
3910     title: "rls2001"
3911     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3912   data: "vpp-performance-changes-3n-hsw-mrr"
3913   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3914   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
3915   parameters:
3916   - "name"
3917   - "parent"
3918   - "result"
3919
3920 ## VPP Performance Changes 3n-skx 2t1c MRR
3921 #- type: "table"
3922 #  title: "VPP Performance Changes 3n-skx 2t1c MRR"
3923 #  algorithm: "table_perf_comparison"
3924 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
3925 #  history:
3926 #    - title: "rls1904"
3927 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3928 #  reference:
3929 #    title: "rls1908"
3930 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3931 #  compare:
3932 #    title: "rls2001"
3933 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3934 #  data: "vpp-performance-changes-3n-skx-mrr"
3935 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3936 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3937 #  parameters:
3938 #  - "name"
3939 #  - "parent"
3940 #  - "result"
3941 #
3942 ## VPP Performance Changes 3n-skx 4t2c MRR
3943 #- type: "table"
3944 #  title: "VPP Performance Changes 3n-skx 4t2c MRR"
3945 #  algorithm: "table_perf_comparison"
3946 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
3947 #  history:
3948 #    - title: "rls1904"
3949 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3950 #  reference:
3951 #    title: "rls1908"
3952 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3953 #  compare:
3954 #    title: "rls2001"
3955 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3956 #  data: "vpp-performance-changes-3n-skx-mrr"
3957 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3958 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3959 #  parameters:
3960 #  - "name"
3961 #  - "parent"
3962 #  - "result"
3963 #
3964 ## VPP Performance Changes 3n-skx 8t4c MRR
3965 #- type: "table"
3966 #  title: "VPP Performance Changes 3n-skx 8t4c MRR"
3967 #  algorithm: "table_perf_comparison"
3968 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
3969 #  history:
3970 #    - title: "rls1904"
3971 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3972 #  reference:
3973 #    title: "rls1908"
3974 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3975 #  compare:
3976 #    title: "rls2001"
3977 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3978 #  data: "vpp-performance-changes-3n-skx-mrr"
3979 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3980 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3981 #  parameters:
3982 #  - "name"
3983 #  - "parent"
3984 #  - "result"
3985 #
3986 ## VPP Performance Changes 2n-skx 2t1c MRR
3987 #- type: "table"
3988 #  title: "VPP Performance Changes 2n-skx 2t1c MRR"
3989 #  algorithm: "table_perf_comparison"
3990 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
3991 #  history:
3992 #    - title: "rls1904"
3993 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3994 #  reference:
3995 #    title: "rls1908"
3996 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3997 #  compare:
3998 #    title: "rls2001"
3999 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
4000 #  data: "vpp-performance-changes-2n-skx-mrr"
4001 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4002 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4003 #  parameters:
4004 #  - "name"
4005 #  - "parent"
4006 #  - "result"
4007 #
4008 ## VPP Performance Changes 2n-skx 4t2c MRR
4009 #- type: "table"
4010 #  title: "VPP Performance Changes 2n-skx 4t2c MRR"
4011 #  algorithm: "table_perf_comparison"
4012 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4013 #  history:
4014 #    - title: "rls1904"
4015 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
4016 #  reference:
4017 #    title: "rls1908"
4018 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
4019 #  compare:
4020 #    title: "rls2001"
4021 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
4022 #  data: "vpp-performance-changes-2n-skx-mrr"
4023 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4024 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4025 #  parameters:
4026 #  - "name"
4027 #  - "parent"
4028 #  - "result"
4029 #
4030 ## VPP Performance Changes 2n-skx 8t4c MRR
4031 #- type: "table"
4032 #  title: "VPP Performance Changes 2n-skx 8t4c MRR"
4033 #  algorithm: "table_perf_comparison"
4034 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4035 #  history:
4036 #    - title: "rls1904"
4037 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
4038 #  reference:
4039 #    title: "rls1908"
4040 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
4041 #  compare:
4042 #    title: "rls2001"
4043 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
4044 #  data: "vpp-performance-changes-2n-skx-mrr"
4045 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4046 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4047 #  parameters:
4048 #  - "name"
4049 #  - "parent"
4050 #  - "result"
4051 #
4052 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
4053 #- type: "table"
4054 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
4055 #  algorithm: "table_perf_comparison"
4056 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
4057 #  reference:
4058 #    title: "rls1908"
4059 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4060 #  compare:
4061 #    title: "rls2001"
4062 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4063 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4064 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4065 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
4066 #  parameters:
4067 #  - "name"
4068 #  - "parent"
4069 #  - "result"
4070 #
4071 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
4072 #- type: "table"
4073 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
4074 #  algorithm: "table_perf_comparison"
4075 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
4076 #  reference:
4077 #    title: "rls1908"
4078 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4079 #  compare:
4080 #    title: "rls2001"
4081 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4082 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4083 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4084 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
4085 #  parameters:
4086 #  - "name"
4087 #  - "parent"
4088 #  - "result"
4089 #
4090 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
4091 #- type: "table"
4092 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
4093 #  algorithm: "table_perf_comparison"
4094 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
4095 #  reference:
4096 #    title: "rls1908"
4097 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4098 #  compare:
4099 #    title: "rls2001"
4100 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4101 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4102 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4103 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
4104 #  parameters:
4105 #  - "name"
4106 #  - "parent"
4107 #  - "result"
4108
4109 # VPP Performance Changes 2n-dnv 1t1c MRR
4110 - type: "table"
4111   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
4112   algorithm: "table_perf_comparison"
4113   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4114   reference:
4115     title: "rls1908"
4116     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4117   compare:
4118     title: "rls2001"
4119     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4120   data: "vpp-performance-changes-2n-dnv-mrr"
4121   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4122   filter: "'1T1C' and 'MRR'"
4123   parameters:
4124   - "name"
4125   - "parent"
4126   - "result"
4127
4128 # VPP Performance Changes 2n-dnv 2t2c MRR
4129 - type: "table"
4130   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
4131   algorithm: "table_perf_comparison"
4132   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4133   reference:
4134     title: "rls1908"
4135     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4136   compare:
4137     title: "rls2001"
4138     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4139   data: "vpp-performance-changes-2n-dnv-mrr"
4140   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4141   filter: "'2T2C' and 'MRR'"
4142   parameters:
4143   - "name"
4144   - "parent"
4145   - "result"
4146
4147 # VPP Performance Changes 2n-dnv 4t4c MRR
4148 - type: "table"
4149   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
4150   algorithm: "table_perf_comparison"
4151   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4152   reference:
4153     title: "rls1908"
4154     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4155   compare:
4156     title: "rls2001"
4157     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4158   data: "vpp-performance-changes-2n-dnv-mrr"
4159   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4160   filter: "'4T4C' and 'MRR'"
4161   parameters:
4162   - "name"
4163   - "parent"
4164   - "result"
4165
4166 # VPP Performance Changes 3n-dnv 1t1c MRR
4167 - type: "table"
4168   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
4169   algorithm: "table_perf_comparison"
4170   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4171   reference:
4172     title: "rls1908"
4173     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4174   compare:
4175     title: "rls2001"
4176     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4177   data: "vpp-performance-changes-3n-dnv-mrr"
4178   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4179   filter: "'1T1C' and 'MRR'"
4180   parameters:
4181   - "name"
4182   - "parent"
4183   - "result"
4184
4185 # VPP Performance Changes 3n-dnv 2t2c MRR
4186 - type: "table"
4187   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
4188   algorithm: "table_perf_comparison"
4189   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4190   reference:
4191     title: "rls1908"
4192     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4193   compare:
4194     title: "rls2001"
4195     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4196   data: "vpp-performance-changes-3n-dnv-mrr"
4197   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4198   filter: "'2T2C' and 'MRR'"
4199   parameters:
4200   - "name"
4201   - "parent"
4202   - "result"
4203
4204 # VPP Performance Changes 3n-dnv 4t4c MRR
4205 - type: "table"
4206   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
4207   algorithm: "table_perf_comparison"
4208   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4209   reference:
4210     title: "rls1908"
4211     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4212   compare:
4213     title: "rls2001"
4214     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4215   data: "vpp-performance-changes-3n-dnv-mrr"
4216   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4217   filter: "'4T4C' and 'MRR'"
4218   parameters:
4219   - "name"
4220   - "parent"
4221   - "result"
4222
4223 # VPP Performance Changes 3n-tsh 1t1c MRR
4224 - type: "table"
4225   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
4226   algorithm: "table_perf_comparison"
4227   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4228   reference:
4229     title: "rls1908"
4230     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4231   compare:
4232     title: "rls2001"
4233     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4234   data: "vpp-performance-changes-3n-tsh-mrr"
4235   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4236   filter: "'1T1C' and 'MRR'"
4237   parameters:
4238   - "name"
4239   - "parent"
4240   - "result"
4241
4242 # VPP Performance Changes 3n-tsh 2t2c MRR
4243 - type: "table"
4244   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
4245   algorithm: "table_perf_comparison"
4246   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4247   reference:
4248     title: "rls1908"
4249     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4250   compare:
4251     title: "rls2001"
4252     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4253   data: "vpp-performance-changes-3n-tsh-mrr"
4254   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4255   filter: "'2T2C' and 'MRR'"
4256   parameters:
4257   - "name"
4258   - "parent"
4259   - "result"
4260
4261 # VPP Performance Changes 3n-tsh 4t4c MRR
4262 - type: "table"
4263   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
4264   algorithm: "table_perf_comparison"
4265   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4266   reference:
4267     title: "rls1908"
4268     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4269   compare:
4270     title: "rls2001"
4271     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4272   data: "vpp-performance-changes-3n-tsh-mrr"
4273   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4274   filter: "'4T4C' and 'MRR'"
4275   parameters:
4276   - "name"
4277   - "parent"
4278   - "result"
4279
4280 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4281 #- type: "table"
4282 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4283 #  algorithm: "table_perf_comparison_nic"
4284 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4285 #  reference:
4286 #    title: "3n-hsw xl710"
4287 #    data: "vpp-compare-testbeds-mrr-ref"
4288 #    nic: "NIC_Intel-XL710"
4289 #  compare:
4290 #    title: "3n-skx xxv710"
4291 #    data: "vpp-compare-testbeds-mrr-cmp"
4292 #    nic: "NIC_Intel-XXV710"
4293 #  data: "vpp-compare-testbeds-mrr"
4294 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4295 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4296 #  parameters:
4297 #  - "name"
4298 #  - "parent"
4299 #  - "result"
4300 #  - "tags"
4301 #
4302 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4303 #- type: "table"
4304 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4305 #  algorithm: "table_perf_comparison_nic"
4306 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4307 #  reference:
4308 #    title: "3n-hsw xl710"
4309 #    data: "vpp-compare-testbeds-mrr-ref"
4310 #    nic: "NIC_Intel-XL710"
4311 #  compare:
4312 #    title: "3n-skx xxv710"
4313 #    data: "vpp-compare-testbeds-mrr-cmp"
4314 #    nic: "NIC_Intel-XXV710"
4315 #  data: "vpp-compare-testbeds-mrr"
4316 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4317 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4318 #  parameters:
4319 #  - "name"
4320 #  - "parent"
4321 #  - "result"
4322 #  - "tags"
4323 #
4324 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4325 #- type: "table"
4326 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4327 #  algorithm: "table_perf_comparison_nic"
4328 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4329 #  reference:
4330 #    title: "3n-hsw xl710"
4331 #    data: "vpp-compare-testbeds-mrr-ref"
4332 #    nic: "NIC_Intel-XL710"
4333 #  compare:
4334 #    title: "3n-skx xxv710"
4335 #    data: "vpp-compare-testbeds-mrr-cmp"
4336 #    nic: "NIC_Intel-XXV710"
4337 #  data: "vpp-compare-testbeds-mrr"
4338 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4339 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4340 #  parameters:
4341 #  - "name"
4342 #  - "parent"
4343 #  - "result"
4344 #  - "tags"
4345
4346 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4347 #- type: "table"
4348 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4349 #  algorithm: "table_perf_comparison"
4350 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4351 #  reference:
4352 #    title: "2n-skx"
4353 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4354 #  compare:
4355 #    title: "2n-clx"
4356 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4357 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4358 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4359 #  filter: "'2T1C'"
4360 #  parameters:
4361 #  - "name"
4362 #  - "parent"
4363 #  - "result"
4364 #  - "tags"
4365 #
4366 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4367 #- type: "table"
4368 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4369 #  algorithm: "table_perf_comparison"
4370 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4371 #  reference:
4372 #    title: "2n-skx"
4373 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4374 #  compare:
4375 #    title: "2n-clx"
4376 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4377 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4378 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4379 #  filter: "'4T2C'"
4380 #  parameters:
4381 #  - "name"
4382 #  - "parent"
4383 #  - "result"
4384 #  - "tags"
4385 #
4386 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4387 #- type: "table"
4388 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4389 #  algorithm: "table_perf_comparison"
4390 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4391 #  reference:
4392 #    title: "2n-skx"
4393 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4394 #  compare:
4395 #    title: "2n-clx"
4396 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4397 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4398 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4399 #  filter: "'8T4C'"
4400 #  parameters:
4401 #  - "name"
4402 #  - "parent"
4403 #  - "result"
4404 #  - "tags"
4405 #
4406 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4407 #- type: "table"
4408 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4409 #  algorithm: "table_perf_comparison"
4410 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4411 #  reference:
4412 #    title: "3-Node Skx"
4413 #    data: "vpp-compare-topologies-mrr-ref"
4414 #  compare:
4415 #    title: "2-Node Skx"
4416 #    data: "vpp-compare-topologies-mrr-cmp"
4417 #  data: "vpp-compare-topologies-mrr"
4418 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4419 #  filter: "'MRR' and '1C'"
4420 #  parameters:
4421 #  - "name"
4422 #  - "parent"
4423 #  - "result"
4424 #
4425 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4426 #- type: "table"
4427 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4428 #  algorithm: "table_perf_comparison"
4429 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4430 #  reference:
4431 #    title: "3-Node Skx"
4432 #    data: "vpp-compare-topologies-mrr-ref"
4433 #  compare:
4434 #    title: "2-Node Skx"
4435 #    data: "vpp-compare-topologies-mrr-cmp"
4436 #  data: "vpp-compare-topologies-mrr"
4437 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4438 #  filter: "'MRR' and '2C'"
4439 #  parameters:
4440 #  - "name"
4441 #  - "parent"
4442 #  - "result"
4443 #
4444 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4445 #- type: "table"
4446 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4447 #  algorithm: "table_perf_comparison"
4448 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4449 #  reference:
4450 #    title: "3-Node Skx"
4451 #    data: "vpp-compare-topologies-mrr-ref"
4452 #  compare:
4453 #    title: "2-Node Skx"
4454 #    data: "vpp-compare-topologies-mrr-cmp"
4455 #  data: "vpp-compare-topologies-mrr"
4456 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4457 #  filter: "'MRR' and '4C'"
4458 #  parameters:
4459 #  - "name"
4460 #  - "parent"
4461 #  - "result"
4462
4463 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4464 - type: "table"
4465   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4466   algorithm: "table_perf_comparison_nic"
4467   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4468   reference:
4469     title: "3n-hsw xl710"
4470     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4471     nic: "NIC_Intel-XL710"
4472   compare:
4473     title: "2n-clx xxv710"
4474     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4475     nic: "NIC_Intel-XXV710"
4476   data: "vpp-compare-testbeds-mrr-hsw-clx"
4477   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4478   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4479   parameters:
4480   - "name"
4481   - "parent"
4482   - "result"
4483   - "tags"
4484
4485 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4486 - type: "table"
4487   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4488   algorithm: "table_perf_comparison_nic"
4489   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4490   reference:
4491     title: "3n-hsw xl710"
4492     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4493     nic: "NIC_Intel-XL710"
4494   compare:
4495     title: "2n-clx xxv710"
4496     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4497     nic: "NIC_Intel-XXV710"
4498   data: "vpp-compare-testbeds-mrr-hsw-clx"
4499   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4500   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4501   parameters:
4502   - "name"
4503   - "parent"
4504   - "result"
4505   - "tags"
4506
4507 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4508 - type: "table"
4509   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4510   algorithm: "table_perf_comparison_nic"
4511   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4512   reference:
4513     title: "3n-hsw xl710"
4514     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4515     nic: "NIC_Intel-XL710"
4516   compare:
4517     title: "2n-clx xxv710"
4518     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4519     nic: "NIC_Intel-XXV710"
4520   data: "vpp-compare-testbeds-mrr-hsw-clx"
4521   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4522   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4523   parameters:
4524   - "name"
4525   - "parent"
4526   - "result"
4527   - "tags"
4528
4529 # Detailed Test Results - VPP Performance Results 3n-hsw
4530 - type: "table"
4531   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4532   algorithm: "table_merged_details"
4533   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4534   columns:
4535   - title: " |prein| Test Name |preout| "
4536     data: "data name"
4537   - 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| "
4538     data: "data msg"
4539   data: "vpp-perf-results-3n-hsw"
4540   filter: "all"
4541   parameters:
4542   - "name"
4543   - "parent"
4544   - "msg"
4545
4546 ## Detailed Test Results - VPP Performance Results 3n-skx
4547 #- type: "table"
4548 #  title: "Detailed Test Results - VPP Performance Results 3n-skx"
4549 #  algorithm: "table_merged_details"
4550 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4551 #  columns:
4552 #  - title: " |prein| Test Name |preout| "
4553 #    data: "data name"
4554 #  - 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| "
4555 #    data: "data msg"
4556 #  data: "vpp-perf-results-3n-skx"
4557 #  filter: "all"
4558 #  parameters:
4559 #  - "name"
4560 #  - "parent"
4561 #  - "msg"
4562 #
4563 ## Detailed Test Results - VPP Performance Results 2n-skx
4564 #- type: "table"
4565 #  title: "Detailed Test Results - VPP Performance Results 2n-skx"
4566 #  algorithm: "table_merged_details"
4567 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4568 #  columns:
4569 #  - title: " |prein| Test Name |preout| "
4570 #    data: "data name"
4571 #  - 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| "
4572 #    data: "data msg"
4573 #  data: "vpp-perf-results-2n-skx"
4574 #  filter: "all"
4575 #  parameters:
4576 #  - "name"
4577 #  - "parent"
4578 #  - "msg"
4579
4580 # Detailed Test Results - VPP Performance Results 2n-clx
4581 - type: "table"
4582   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4583   algorithm: "table_merged_details"
4584   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
4585   columns:
4586   - title: " |prein| Test Name |preout| "
4587     data: "data name"
4588   - 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| "
4589     data: "data msg"
4590   data: "vpp-perf-results-2n-clx"
4591   filter: "all"
4592   parameters:
4593   - "name"
4594   - "parent"
4595   - "msg"
4596
4597 # Detailed Test Results - VPP Performance Results 3n-tsh
4598 - type: "table"
4599   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4600   algorithm: "table_merged_details"
4601   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
4602   columns:
4603   - title: " |prein| Test Name |preout| "
4604     data: "data name"
4605   - 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| "
4606     data: "data msg"
4607   data: "vpp-perf-results-3n-tsh"
4608   filter: "all"
4609   parameters:
4610   - "name"
4611   - "parent"
4612   - "msg"
4613
4614 # Detailed Test Results - VPP Performance Results 3n-dnv
4615 - type: "table"
4616   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4617   algorithm: "table_merged_details"
4618   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
4619   columns:
4620   - title: " |prein| Test Name |preout| "
4621     data: "data name"
4622   - 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| "
4623     data: "data msg"
4624   data: "vpp-perf-results-3n-dnv"
4625   filter: "all"
4626   parameters:
4627   - "name"
4628   - "parent"
4629   - "msg"
4630
4631 # Detailed Test Results - VPP Performance Results 2n-dnv
4632 - type: "table"
4633   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4634   algorithm: "table_merged_details"
4635   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4636   columns:
4637   - title: " |prein| Test Name |preout| "
4638     data: "data name"
4639   - 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| "
4640     data: "data msg"
4641   data: "vpp-perf-results-2n-dnv"
4642   filter: "all"
4643   parameters:
4644   - "name"
4645   - "parent"
4646   - "msg"
4647
4648 # Test configuration - VPP Performance Test Configs 3n-hsw
4649 - type: "table"
4650   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4651   algorithm: "table_merged_details"
4652   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
4653   columns:
4654   - title: " |prein| Test Name |preout| "
4655     data: "data name"
4656   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4657     data: "data conf-history"
4658   data: "vpp-perf-results-3n-hsw"
4659   filter: "all"
4660   parameters:
4661   - "parent"
4662   - "name"
4663   - "conf-history"
4664
4665 ## Test configuration - VPP Performance Test Configs 3n-skx
4666 #- type: "table"
4667 #  title: "Test configuration - VPP Performance Test Configs 3n-skx"
4668 #  algorithm: "table_merged_details"
4669 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
4670 #  columns:
4671 #  - title: " |prein| Test Name |preout| "
4672 #    data: "data name"
4673 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4674 #    data: "data conf-history"
4675 #  data: "vpp-perf-results-3n-skx"
4676 #  filter: "all"
4677 #  parameters:
4678 #  - "parent"
4679 #  - "name"
4680 #  - "conf-history"
4681 #
4682 ## Test configuration - VPP Performance Test Configs 2n-skx
4683 #- type: "table"
4684 #  title: "Test configuration - VPP Performance Test Configs 2n-skx"
4685 #  algorithm: "table_merged_details"
4686 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
4687 #  columns:
4688 #  - title: " |prein| Test Name |preout| "
4689 #    data: "data name"
4690 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4691 #    data: "data conf-history"
4692 #  data: "vpp-perf-results-2n-skx"
4693 #  filter: "all"
4694 #  parameters:
4695 #  - "parent"
4696 #  - "name"
4697 #  - "conf-history"
4698
4699 # Test configuration - VPP Performance Test Configs 2n-clx
4700 - type: "table"
4701   title: "Test configuration - VPP Performance Test Configs 2n-clx"
4702   algorithm: "table_merged_details"
4703   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_test_configuration_2n_clx"
4704   columns:
4705   - title: " |prein| Test Name |preout| "
4706     data: "data name"
4707   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4708     data: "data conf-history"
4709   data: "vpp-perf-results-2n-clx"
4710   filter: "all"
4711   parameters:
4712   - "parent"
4713   - "name"
4714   - "conf-history"
4715
4716 # Test configuration - VPP Performance Test Configs 3n-tsh
4717 - type: "table"
4718   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4719   algorithm: "table_merged_details"
4720   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
4721   columns:
4722   - title: " |prein| Test Name |preout| "
4723     data: "data name"
4724   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4725     data: "data conf-history"
4726   data: "vpp-perf-results-3n-tsh"
4727   filter: "all"
4728   parameters:
4729   - "parent"
4730   - "name"
4731   - "conf-history"
4732
4733 # Test configuration - VPP Performance Test Configs 3n-dnv
4734 - type: "table"
4735   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
4736   algorithm: "table_merged_details"
4737   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_test_configuration_3n_dnv"
4738   columns:
4739   - title: " |prein| Test Name |preout| "
4740     data: "data name"
4741   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4742     data: "data conf-history"
4743   data: "vpp-perf-results-3n-dnv"
4744   filter: "all"
4745   parameters:
4746   - "parent"
4747   - "name"
4748   - "conf-history"
4749
4750 # Test configuration - VPP Performance Test Configs 2n-dnv
4751 - type: "table"
4752   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
4753   algorithm: "table_merged_details"
4754   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
4755   columns:
4756   - title: " |prein| Test Name |preout| "
4757     data: "data name"
4758   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4759     data: "data conf-history"
4760   data: "vpp-perf-results-2n-dnv"
4761   filter: "all"
4762   parameters:
4763   - "parent"
4764   - "name"
4765   - "conf-history"
4766
4767 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4768 - type: "table"
4769   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4770   algorithm: "table_oper_data_html"
4771   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
4772   data: "vpp-perf-results-3n-hsw"
4773   filter: "all"
4774
4775 ## Test Operational Data - VPP Performance Operational Data 3n-skx
4776 #- type: "table"
4777 #  title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4778 #  algorithm: "table_oper_data_html"
4779 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
4780 #  data: "vpp-perf-results-3n-skx"
4781 #  filter: "all"
4782 #
4783 ## Test Operational Data - VPP Performance Operational Data 2n-skx
4784 #- type: "table"
4785 #  title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
4786 #  algorithm: "table_oper_data_html"
4787 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
4788 #  data: "vpp-perf-results-2n-skx"
4789 #  filter: "all"
4790
4791 # Test Operational Data - VPP Performance Operational Data 2n-clx
4792 - type: "table"
4793   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
4794   algorithm: "table_oper_data_html"
4795   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_test_operational_2n_clx"
4796   data: "vpp-perf-results-2n-clx"
4797   filter: "all"
4798
4799 # Test Operational Data - VPP Performance Operational Data 3n-tsh
4800 - type: "table"
4801   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
4802   algorithm: "table_oper_data_html"
4803   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
4804   data: "vpp-perf-results-3n-tsh"
4805   filter: "all"
4806
4807 # Test Operational Data - VPP Performance Operational Data 3n-dnv
4808 - type: "table"
4809   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
4810   algorithm: "table_oper_data_html"
4811   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_test_operational_3n_dnv"
4812   data: "vpp-perf-results-3n-dnv"
4813   filter: "all"
4814
4815 # Test Operational Data - VPP Performance Operational Data 2n-dnv
4816 - type: "table"
4817   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
4818   algorithm: "table_oper_data_html"
4819   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
4820   data: "vpp-perf-results-2n-dnv"
4821   filter: "all"
4822
4823 # Detailed Test Results - VPP MRR Results 3n-hsw
4824 - type: "table"
4825   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
4826   algorithm: "table_merged_details"
4827   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4828   columns:
4829   - title: " |prein| Test Name |preout| "
4830     data: "data name"
4831   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4832     data: "data msg"
4833   data: "vpp-mrr-results-3n-hsw"
4834   filter: "all"
4835   parameters:
4836   - "name"
4837   - "parent"
4838   - "msg"
4839
4840 ## Detailed Test Results - VPP MRR Results 3n-skx
4841 #- type: "table"
4842 #  title: "Detailed Test Results - VPP MRR Results 3n-skx"
4843 #  algorithm: "table_merged_details"
4844 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4845 #  columns:
4846 #  - title: " |prein| Test Name |preout| "
4847 #    data: "data name"
4848 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4849 #    data: "data msg"
4850 #  data: "vpp-mrr-results-3n-skx"
4851 #  filter: "all"
4852 #  parameters:
4853 #  - "name"
4854 #  - "parent"
4855 #  - "msg"
4856 #
4857 ## Detailed Test Results - VPP MRR Results 2n-skx
4858 #- type: "table"
4859 #  title: "Detailed Test Results - VPP MRR Results 2n-skx"
4860 #  algorithm: "table_merged_details"
4861 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4862 #  columns:
4863 #  - title: " |prein| Test Name |preout| "
4864 #    data: "data name"
4865 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4866 #    data: "data msg"
4867 #  data: "vpp-mrr-results-2n-skx"
4868 #  filter: "all"
4869 #  parameters:
4870 #  - "name"
4871 #  - "parent"
4872 #  - "msg"
4873
4874 # Detailed Test Results - VPP MRR Results 2n-clx
4875 - type: "table"
4876   title: "Detailed Test Results - VPP MRR Results 2n-clx"
4877   algorithm: "table_merged_details"
4878   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
4879   columns:
4880   - title: " |prein| Test Name |preout| "
4881     data: "data name"
4882   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4883     data: "data msg"
4884   data: "vpp-mrr-results-2n-clx"
4885   filter: "all"
4886   parameters:
4887   - "name"
4888   - "parent"
4889   - "msg"
4890
4891 # Detailed Test Results - VPP MRR Results 3n-tsh
4892 - type: "table"
4893   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
4894   algorithm: "table_merged_details"
4895   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
4896   columns:
4897   - title: " |prein| Test Name |preout| "
4898     data: "data name"
4899   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4900     data: "data msg"
4901   data: "vpp-mrr-results-3n-tsh"
4902   filter: "all"
4903   parameters:
4904   - "name"
4905   - "parent"
4906   - "msg"
4907
4908 # Detailed Test Results - VPP MRR Results 3n-dnv
4909 - type: "table"
4910   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
4911   algorithm: "table_merged_details"
4912   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
4913   columns:
4914   - title: " |prein| Test Name |preout| "
4915     data: "data name"
4916   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4917     data: "data msg"
4918   data: "vpp-mrr-results-3n-dnv"
4919   filter: "all"
4920   parameters:
4921   - "name"
4922   - "parent"
4923   - "msg"
4924
4925 # Detailed Test Results - VPP MRR Results 2n-dnv
4926 - type: "table"
4927   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
4928   algorithm: "table_merged_details"
4929   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4930   columns:
4931   - title: " |prein| Test Name |preout| "
4932     data: "data name"
4933   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4934     data: "data msg"
4935   data: "vpp-mrr-results-2n-dnv"
4936   filter: "all"
4937   parameters:
4938   - "name"
4939   - "parent"
4940   - "msg"
4941
4942 # Test configuration - VPP MRR Test Configs 3n-hsw
4943 - type: "table"
4944   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
4945   algorithm: "table_merged_details"
4946   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
4947   columns:
4948   - title: " |prein| Test Name |preout| "
4949     data: "data name"
4950   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4951     data: "data conf-history"
4952   data: "vpp-mrr-results-3n-hsw"
4953   filter: "all"
4954   parameters:
4955   - "parent"
4956   - "name"
4957   - "conf-history"
4958
4959 ## Test configuration - VPP MRR Test Configs 3n-skx
4960 #- type: "table"
4961 #  title: "Test configuration - VPP MRR Test Configs 3n-skx"
4962 #  algorithm: "table_merged_details"
4963 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
4964 #  columns:
4965 #  - title: " |prein| Test Name |preout| "
4966 #    data: "data name"
4967 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4968 #    data: "data conf-history"
4969 #  data: "vpp-mrr-results-3n-skx"
4970 #  filter: "all"
4971 #  parameters:
4972 #  - "parent"
4973 #  - "name"
4974 #  - "conf-history"
4975 #
4976 ## Test configuration - VPP MRR Test Configs 2n-skx
4977 #- type: "table"
4978 #  title: "Test configuration - VPP MRR Test Configs 2n-skx"
4979 #  algorithm: "table_merged_details"
4980 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
4981 #  columns:
4982 #  - title: " |prein| Test Name |preout| "
4983 #    data: "data name"
4984 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4985 #    data: "data conf-history"
4986 #  data: "vpp-mrr-results-2n-skx"
4987 #  filter: "all"
4988 #  parameters:
4989 #  - "parent"
4990 #  - "name"
4991 #  - "conf-history"
4992
4993 # Test configuration - VPP MRR Test Configs 2n-clx
4994 - type: "table"
4995   title: "Test configuration - VPP MRR Test Configs 2n-clx"
4996   algorithm: "table_merged_details"
4997   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_test_configuration_2n_clx"
4998   columns:
4999   - title: " |prein| Test Name |preout| "
5000     data: "data name"
5001   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5002     data: "data conf-history"
5003   data: "vpp-mrr-results-2n-clx"
5004   filter: "all"
5005   parameters:
5006   - "parent"
5007   - "name"
5008   - "conf-history"
5009
5010 # Test configuration - VPP MRR Test Configs 3n-tsh
5011 - type: "table"
5012   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5013   algorithm: "table_merged_details"
5014   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
5015   columns:
5016   - title: " |prein| Test Name |preout| "
5017     data: "data name"
5018   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5019     data: "data conf-history"
5020   data: "vpp-mrr-results-3n-tsh"
5021   filter: "all"
5022   parameters:
5023   - "parent"
5024   - "name"
5025   - "conf-history"
5026
5027 # Test configuration - VPP MRR Test Configs 3n-dnv
5028 - type: "table"
5029   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5030   algorithm: "table_merged_details"
5031   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_test_configuration_3n_dnv"
5032   columns:
5033   - title: " |prein| Test Name |preout| "
5034     data: "data name"
5035   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5036     data: "data conf-history"
5037   data: "vpp-mrr-results-3n-dnv"
5038   filter: "all"
5039   parameters:
5040   - "parent"
5041   - "name"
5042   - "conf-history"
5043
5044 # Test configuration - VPP MRR Test Configs 2n-dnv
5045 - type: "table"
5046   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5047   algorithm: "table_merged_details"
5048   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
5049   columns:
5050   - title: " |prein| Test Name |preout| "
5051     data: "data name"
5052   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5053     data: "data conf-history"
5054   data: "vpp-mrr-results-2n-dnv"
5055   filter: "all"
5056   parameters:
5057   - "parent"
5058   - "name"
5059   - "conf-history"
5060
5061 # Detailed Test Results - VPP Device Results - Ubuntu
5062 - type: "table"
5063   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5064   algorithm: "table_merged_details"
5065   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5066   columns:
5067   - title: " |prein| Test Name |preout| "
5068     data: "data name"
5069   - title: " |prein| Status |preout| "
5070     data: "data status"
5071   data: "vpp-device-results-ubuntu"
5072   filter: "all"
5073   parameters:
5074   - "name"
5075   - "parent"
5076   - "doc"
5077   - "status"
5078
5079 # Test configuration - VPP Device Test Configs - Ubuntu
5080 - type: "table"
5081   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5082   algorithm: "table_merged_details"
5083   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5084   columns:
5085   - title: " |prein| Test Name |preout| "
5086     data: "data name"
5087   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5088     data: "data conf-history"
5089   data: "vpp-device-results-ubuntu"
5090   filter: "all"
5091   parameters:
5092   - "parent"
5093   - "name"
5094   - "conf-history"
5095
5096 ################################################################################
5097
5098 # DPDK Performance Changes 3n-hsw 1t1c pdr
5099 - type: "table"
5100   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5101   algorithm: "table_perf_comparison"
5102   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5103   history:
5104     - title: "rls1904"
5105       data: "dpdk-performance-changes-3n-hsw-h1"
5106   reference:
5107     title: "rls1908"
5108     data: "dpdk-performance-changes-3n-hsw-ref"
5109   compare:
5110     title: "rls2001"
5111     data: "dpdk-performance-changes-3n-hsw-cmp"
5112   data: "dpdk-performance-changes-3n-hsw"
5113   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5114   filter: "'1T1C' and 'NDRPDR'"
5115   parameters:
5116   - "name"
5117   - "parent"
5118   - "throughput"
5119
5120 # DPDK Performance Changes 3n-hsw 2t2c pdr
5121 - type: "table"
5122   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5123   algorithm: "table_perf_comparison"
5124   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5125   history:
5126     - title: "rls1904"
5127       data: "dpdk-performance-changes-3n-hsw-h1"
5128   reference:
5129     title: "rls1908"
5130     data: "dpdk-performance-changes-3n-hsw-ref"
5131   compare:
5132     title: "rls2001"
5133     data: "dpdk-performance-changes-3n-hsw-cmp"
5134   data: "dpdk-performance-changes-3n-hsw"
5135   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5136   filter: "'2T2C' and 'NDRPDR'"
5137   parameters:
5138   - "name"
5139   - "parent"
5140   - "throughput"
5141
5142 # DPDK Performance Changes 3n-hsw 1t1c ndr
5143 - type: "table"
5144   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5145   algorithm: "table_perf_comparison"
5146   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5147   history:
5148     - title: "rls1904"
5149       data: "dpdk-performance-changes-3n-hsw-h1"
5150   reference:
5151     title: "rls1908"
5152     data: "dpdk-performance-changes-3n-hsw-ref"
5153   compare:
5154     title: "rls2001"
5155     data: "dpdk-performance-changes-3n-hsw-cmp"
5156   data: "dpdk-performance-changes-3n-hsw"
5157   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5158   filter: "'1T1C' and 'NDRPDR'"
5159   parameters:
5160   - "name"
5161   - "parent"
5162   - "throughput"
5163
5164 # DPDK Performance Changes 3n-hsw 2t2c ndr
5165 - type: "table"
5166   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5167   algorithm: "table_perf_comparison"
5168   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5169   history:
5170     - title: "rls1904"
5171       data: "dpdk-performance-changes-3n-hsw-h1"
5172   reference:
5173     title: "rls1908"
5174     data: "dpdk-performance-changes-3n-hsw-ref"
5175   compare:
5176     title: "rls2001"
5177     data: "dpdk-performance-changes-3n-hsw-cmp"
5178   data: "dpdk-performance-changes-3n-hsw"
5179   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5180   filter: "'2T2C' and 'NDRPDR'"
5181   parameters:
5182   - "name"
5183   - "parent"
5184   - "throughput"
5185
5186 ## DPDK Performance Changes 3n-skx 2t1c pdr
5187 #- type: "table"
5188 #  title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5189 #  algorithm: "table_perf_comparison"
5190 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5191 #  history:
5192 #    - title: "rls1904"
5193 #      data: "dpdk-performance-changes-3n-skx-h1"
5194 #  reference:
5195 #    title: "rls1908"
5196 #    data: "dpdk-performance-changes-3n-skx-ref"
5197 #  compare:
5198 #    title: "rls2001"
5199 #    data: "dpdk-performance-changes-3n-skx-cmp"
5200 #  data: "dpdk-performance-changes-3n-skx"
5201 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5202 #  filter: "'2T1C' and 'NDRPDR'"
5203 #  parameters:
5204 #  - "name"
5205 #  - "parent"
5206 #  - "throughput"
5207 #
5208 ## DPDK Performance Changes 3n-skx 4t2c pdr
5209 #- type: "table"
5210 #  title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5211 #  algorithm: "table_perf_comparison"
5212 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5213 #  history:
5214 #    - title: "rls1904"
5215 #      data: "dpdk-performance-changes-3n-skx-h1"
5216 #  reference:
5217 #    title: "rls1908"
5218 #    data: "dpdk-performance-changes-3n-skx-ref"
5219 #  compare:
5220 #    title: "rls2001"
5221 #    data: "dpdk-performance-changes-3n-skx-cmp"
5222 #  data: "dpdk-performance-changes-3n-skx"
5223 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5224 #  filter: "'4T2C' and 'NDRPDR'"
5225 #  parameters:
5226 #  - "name"
5227 #  - "parent"
5228 #  - "throughput"
5229 #
5230 ## DPDK Performance Changes 3n-skx 2t1c ndr
5231 #- type: "table"
5232 #  title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5233 #  algorithm: "table_perf_comparison"
5234 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5235 #  history:
5236 #    - title: "rls1904"
5237 #      data: "dpdk-performance-changes-3n-skx-h1"
5238 #  reference:
5239 #    title: "rls1908"
5240 #    data: "dpdk-performance-changes-3n-skx-ref"
5241 #  compare:
5242 #    title: "rls2001"
5243 #    data: "dpdk-performance-changes-3n-skx-cmp"
5244 #  data: "dpdk-performance-changes-3n-skx"
5245 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5246 #  filter: "'2T1C' and 'NDRPDR'"
5247 #  parameters:
5248 #  - "name"
5249 #  - "parent"
5250 #  - "throughput"
5251 #
5252 ## DPDK Performance Changes 3n-skx 4t2c ndr
5253 #- type: "table"
5254 #  title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5255 #  algorithm: "table_perf_comparison"
5256 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5257 #  history:
5258 #    - title: "rls1904"
5259 #      data: "dpdk-performance-changes-3n-skx-h1"
5260 #  reference:
5261 #    title: "rls1908"
5262 #    data: "dpdk-performance-changes-3n-skx-ref"
5263 #  compare:
5264 #    title: "rls2001"
5265 #    data: "dpdk-performance-changes-3n-skx-cmp"
5266 #  data: "dpdk-performance-changes-3n-skx"
5267 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5268 #  filter: "'4T2C' and 'NDRPDR'"
5269 #  parameters:
5270 #  - "name"
5271 #  - "parent"
5272 #  - "throughput"
5273 #
5274 ## DPDK Performance Changes 2n-skx 2t1c pdr
5275 #- type: "table"
5276 #  title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5277 #  algorithm: "table_perf_comparison"
5278 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5279 #  history:
5280 #    - title: "rls1904"
5281 #      data: "dpdk-performance-changes-2n-skx-h1"
5282 #  reference:
5283 #    title: "rls1908"
5284 #    data: "dpdk-performance-changes-2n-skx-ref"
5285 #  compare:
5286 #    title: "rls2001"
5287 #    data: "dpdk-performance-changes-2n-skx-cmp"
5288 #  data: "dpdk-performance-changes-2n-skx"
5289 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5290 #  filter: "'2T1C' and 'NDRPDR'"
5291 #  parameters:
5292 #  - "name"
5293 #  - "parent"
5294 #  - "throughput"
5295 #
5296 ## DPDK Performance Changes 2n-skx 4t2c pdr
5297 #- type: "table"
5298 #  title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5299 #  algorithm: "table_perf_comparison"
5300 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5301 #  history:
5302 #    - title: "rls1904"
5303 #      data: "dpdk-performance-changes-2n-skx-h1"
5304 #  reference:
5305 #    title: "rls1908"
5306 #    data: "dpdk-performance-changes-2n-skx-ref"
5307 #  compare:
5308 #    title: "rls2001"
5309 #    data: "dpdk-performance-changes-2n-skx-cmp"
5310 #  data: "dpdk-performance-changes-2n-skx"
5311 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5312 #  filter: "'4T2C' and 'NDRPDR'"
5313 #  parameters:
5314 #  - "name"
5315 #  - "parent"
5316 #  - "throughput"
5317 #
5318 ## DPDK Performance Changes 2n-skx 2t1c ndr
5319 #- type: "table"
5320 #  title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5321 #  algorithm: "table_perf_comparison"
5322 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5323 #  history:
5324 #    - title: "rls1904"
5325 #      data: "dpdk-performance-changes-2n-skx-h1"
5326 #  reference:
5327 #    title: "rls1908"
5328 #    data: "dpdk-performance-changes-2n-skx-ref"
5329 #  compare:
5330 #    title: "rls2001"
5331 #    data: "dpdk-performance-changes-2n-skx-cmp"
5332 #  data: "dpdk-performance-changes-2n-skx"
5333 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5334 #  filter: "'2T1C' and 'NDRPDR'"
5335 #  parameters:
5336 #  - "name"
5337 #  - "parent"
5338 #  - "throughput"
5339 #
5340 ## DPDK Performance Changes 2n-skx 4t2c ndr
5341 #- type: "table"
5342 #  title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5343 #  algorithm: "table_perf_comparison"
5344 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5345 #  history:
5346 #    - title: "rls1904"
5347 #      data: "dpdk-performance-changes-2n-skx-h1"
5348 #  reference:
5349 #    title: "rls1908"
5350 #    data: "dpdk-performance-changes-2n-skx-ref"
5351 #  compare:
5352 #    title: "rls2001"
5353 #    data: "dpdk-performance-changes-2n-skx-cmp"
5354 #  data: "dpdk-performance-changes-2n-skx"
5355 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5356 #  filter: "'4T2C' and 'NDRPDR'"
5357 #  parameters:
5358 #  - "name"
5359 #  - "parent"
5360 #  - "throughput"
5361 #
5362 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5363 #- type: "table"
5364 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5365 #  algorithm: "table_perf_comparison"
5366 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5367 #  reference:
5368 #    title: "3-Node Hsw"
5369 #    data: "dpdk-compare-testbeds-ref"
5370 #  compare:
5371 #    title: "3-Node Skx"
5372 #    data: "dpdk-compare-testbeds-cmp"
5373 #  data: "dpdk-compare-testbeds"
5374 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5375 #  filter: "'NIC_Intel-X710'"
5376 #  parameters:
5377 #  - "name"
5378 #  - "parent"
5379 #  - "throughput"
5380 #
5381 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5382 #- type: "table"
5383 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5384 #  algorithm: "table_perf_comparison"
5385 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5386 #  reference:
5387 #    title: "3-Node Hsw"
5388 #    data: "dpdk-compare-testbeds-ref"
5389 #  compare:
5390 #    title: "3-Node Skx"
5391 #    data: "dpdk-compare-testbeds-cmp"
5392 #  data: "dpdk-compare-testbeds"
5393 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5394 #  filter: "'NIC_Intel-X710'"
5395 #  parameters:
5396 #  - "name"
5397 #  - "parent"
5398 #  - "throughput"
5399 #
5400 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5401 #- type: "table"
5402 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5403 #  algorithm: "table_perf_comparison"
5404 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5405 #  reference:
5406 #    title: "2-Node Skx"
5407 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5408 #  compare:
5409 #    title: "2-Node Clx"
5410 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5411 #  data: "dpdk-compare-testbeds-skx-clx"
5412 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5413 #  filter: "all"
5414 #  parameters:
5415 #  - "name"
5416 #  - "parent"
5417 #  - "throughput"
5418 #
5419 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5420 #- type: "table"
5421 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5422 #  algorithm: "table_perf_comparison"
5423 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5424 #  reference:
5425 #    title: "2-Node Skx"
5426 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5427 #  compare:
5428 #    title: "2-Node Clx"
5429 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5430 #  data: "dpdk-compare-testbeds-skx-clx"
5431 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5432 #  filter: "all"
5433 #  parameters:
5434 #  - "name"
5435 #  - "parent"
5436 #  - "throughput"
5437 #
5438 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5439 #- type: "table"
5440 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5441 #  algorithm: "table_perf_comparison"
5442 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5443 #  reference:
5444 #    title: "3-Node Skx"
5445 #    data: "dpdk-compare-topologies-ref"
5446 #  compare:
5447 #    title: "2-Node Skx"
5448 #    data: "dpdk-compare-topologies-cmp"
5449 #  data: "dpdk-compare-topologies"
5450 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5451 #  filter: "all"
5452 #  parameters:
5453 #  - "name"
5454 #  - "parent"
5455 #  - "throughput"
5456 #
5457 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5458 #- type: "table"
5459 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5460 #  algorithm: "table_perf_comparison"
5461 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5462 #  reference:
5463 #    title: "3-Node Skx"
5464 #    data: "dpdk-compare-topologies-ref"
5465 #  compare:
5466 #    title: "2-Node Skx"
5467 #    data: "dpdk-compare-topologies-cmp"
5468 #  data: "dpdk-compare-topologies"
5469 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5470 #  filter: "all"
5471 #  parameters:
5472 #  - "name"
5473 #  - "parent"
5474 #  - "throughput"
5475
5476 # Detailed Test Results - DPDK Performance Results 3n-hsw
5477 - type: "table"
5478   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5479   algorithm: "table_merged_details"
5480   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5481   columns:
5482   - title: " |prein| Test Name |preout| "
5483     data: "data name"
5484   - 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| "
5485     data: "data msg"
5486   data: "dpdk-perf-results-3n-hsw"
5487   filter: "all"
5488   parameters:
5489   - "name"
5490   - "parent"
5491   - "msg"
5492
5493 ## Detailed Test Results - DPDK Performance Results 3n-skx
5494 #- type: "table"
5495 #  title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5496 #  algorithm: "table_merged_details"
5497 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5498 #  columns:
5499 #  - title: " |prein| Test Name |preout| "
5500 #    data: "data name"
5501 #  - 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| "
5502 #    data: "data msg"
5503 #  data: "dpdk-perf-results-3n-skx"
5504 #  filter: "all"
5505 #  parameters:
5506 #  - "name"
5507 #  - "parent"
5508 #  - "msg"
5509 #
5510 ## Detailed Test Results - DPDK Performance Results 2n-skx
5511 #- type: "table"
5512 #  title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5513 #  algorithm: "table_merged_details"
5514 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5515 #  columns:
5516 #  - title: " |prein| Test Name |preout| "
5517 #    data: "data name"
5518 #  - 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| "
5519 #    data: "data msg"
5520 #  data: "dpdk-perf-results-2n-skx"
5521 #  filter: "all"
5522 #  parameters:
5523 #  - "name"
5524 #  - "parent"
5525 #  - "msg"
5526
5527 # Detailed Test Results - DPDK Performance Results 2n-clx
5528 - type: "table"
5529   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5530   algorithm: "table_merged_details"
5531   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5532   columns:
5533   - title: " |prein| Test Name |preout| "
5534     data: "data name"
5535   - 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| "
5536     data: "data msg"
5537   data: "dpdk-perf-results-2n-clx"
5538   filter: "all"
5539   parameters:
5540   - "name"
5541   - "parent"
5542   - "msg"
5543
5544 # Detailed Test Results - DPDK Performance Results 2n-dnv
5545 - type: "table"
5546   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5547   algorithm: "table_merged_details"
5548   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5549   columns:
5550   - title: " |prein| Test Name |preout| "
5551     data: "data name"
5552   - 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| "
5553     data: "data msg"
5554   data: "dpdk-perf-results-2n-dnv"
5555   filter: "all"
5556   parameters:
5557   - "name"
5558   - "parent"
5559   - "msg"
5560
5561 # Detailed Test Results - DPDK Performance Results 3n-dnv
5562 - type: "table"
5563   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5564   algorithm: "table_merged_details"
5565   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5566   columns:
5567   - title: " |prein| Test Name |preout| "
5568     data: "data name"
5569   - 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| "
5570     data: "data msg"
5571   data: "dpdk-perf-results-3n-dnv"
5572   filter: "all"
5573   parameters:
5574   - "name"
5575   - "parent"
5576   - "msg"
5577
5578 # Detailed Test Results - DPDK Performance Results 3n-tsh
5579 - type: "table"
5580   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
5581   algorithm: "table_merged_details"
5582   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5583   columns:
5584   - title: " |prein| Test Name |preout| "
5585     data: "data name"
5586   - 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| "
5587     data: "data msg"
5588   data: "dpdk-perf-results-3n-tsh"
5589   filter: "all"
5590   parameters:
5591   - "name"
5592   - "parent"
5593   - "msg"
5594
5595 ################################################################################
5596 ###                                F I L E S                                 ###
5597 ################################################################################
5598
5599 # VPP Performance Results
5600 - type: "file"
5601   title: "VPP Performance Results"
5602   algorithm: "file_details_split"
5603   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
5604   dir-tables:
5605 #    - "{DIR[DTR,PERF,VPP,2N,SKX]}"
5606 #    - "{DIR[DTR,PERF,VPP,3N,SKX]}"
5607     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
5608     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
5609     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
5610     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
5611     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
5612   data:
5613 #    - "vpp-perf-results-2n-skx"
5614 #    - "vpp-perf-results-3n-skx"
5615     - "vpp-perf-results-2n-clx"
5616     - "vpp-perf-results-3n-hsw"
5617     - "vpp-perf-results-3n-tsh"
5618     - "vpp-perf-results-2n-dnv"
5619     - "vpp-perf-results-3n-dnv"
5620   filter: "all"
5621   data-start-level: 4
5622   order-chapters:
5623     - "l2"
5624     - "ip4"
5625     - "ip6"
5626     - "srv6"
5627     - "ip4_tunnels"
5628     - "ip6_tunnels"
5629     - "vm_vhost"
5630     - "container_memif"
5631     - "crypto"
5632     - "vts"
5633     - "lb"
5634     - "nfv_density"
5635     - "hoststack"
5636   order-sub-chapters:
5637     - "2n-skx"
5638     - "3n-skx"
5639     - "2n-clx"
5640     - "3n-hsw"
5641     - "3n-tsh"
5642     - "2n-dnv"
5643     - "3n-dnv"
5644
5645 # VPP Performance Configuration
5646 - type: "file"
5647   title: "VPP Performance Configuration"
5648   algorithm: "file_details_split"
5649   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
5650   dir-tables:
5651 #    - "{DIR[DTC,PERF,VPP,2N,SKX]}"
5652 #    - "{DIR[DTC,PERF,VPP,3N,SKX]}"
5653     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
5654     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
5655     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
5656     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
5657     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
5658   data:
5659 #    - "vpp-perf-results-2n-skx"
5660 #    - "vpp-perf-results-3n-skx"
5661     - "vpp-perf-results-2n-clx"
5662     - "vpp-perf-results-3n-hsw"
5663     - "vpp-perf-results-3n-tsh"
5664     - "vpp-perf-results-2n-dnv"
5665     - "vpp-perf-results-3n-dnv"
5666   filter: "all"
5667   data-start-level: 4
5668   order-chapters:
5669     - "l2"
5670     - "ip4"
5671     - "ip6"
5672     - "srv6"
5673     - "ip4_tunnels"
5674     - "ip6_tunnels"
5675     - "vm_vhost"
5676     - "container_memif"
5677     - "crypto"
5678     - "vts"
5679     - "lb"
5680     - "nfv_density"
5681     - "hoststack"
5682   order-sub-chapters:
5683     - "2n-skx"
5684     - "3n-skx"
5685     - "2n-clx"
5686     - "3n-hsw"
5687     - "3n-tsh"
5688     - "2n-dnv"
5689     - "3n-dnv"
5690
5691 # VPP Performance Operational
5692 - type: "file"
5693   title: "VPP Performance Operational"
5694   algorithm: "file_details_split_html"
5695   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
5696   dir-tables:
5697 #    - "{DIR[DTO,PERF,VPP,2N,SKX]}"
5698 #    - "{DIR[DTO,PERF,VPP,3N,SKX]}"
5699     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
5700     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
5701     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
5702     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
5703     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
5704   data:
5705 #    - "vpp-perf-results-2n-skx"
5706 #    - "vpp-perf-results-3n-skx"
5707     - "vpp-perf-results-2n-clx"
5708     - "vpp-perf-results-3n-hsw"
5709     - "vpp-perf-results-3n-tsh"
5710     - "vpp-perf-results-2n-dnv"
5711     - "vpp-perf-results-3n-dnv"
5712   filter: "all"
5713   data-start-level: 4
5714   order-chapters:
5715     - "l2"
5716     - "ip4"
5717     - "ip6"
5718     - "srv6"
5719     - "ip4_tunnels"
5720     - "ip6_tunnels"
5721     - "vm_vhost"
5722     - "container_memif"
5723     - "crypto"
5724     - "vts"
5725     - "lb"
5726     - "nfv_density"
5727     - "hoststack"
5728   order-sub-chapters:
5729     - "2n-skx"
5730     - "3n-skx"
5731     - "2n-clx"
5732     - "3n-hsw"
5733     - "3n-tsh"
5734     - "2n-dnv"
5735     - "3n-dnv"
5736
5737 # VPP MRR Results
5738 - type: "file"
5739   title: "VPP MRR Results"
5740   algorithm: "file_details_split"
5741   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
5742   dir-tables:
5743 #    - "{DIR[DTR,MRR,VPP,2N,SKX]}"
5744 #    - "{DIR[DTR,MRR,VPP,3N,SKX]}"
5745     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
5746     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
5747     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
5748     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
5749     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
5750   data:
5751 #    - "vpp-mrr-results-2n-skx"
5752 #    - "vpp-mrr-results-3n-skx"
5753     - "vpp-mrr-results-2n-clx"
5754     - "vpp-mrr-results-3n-hsw"
5755     - "vpp-mrr-results-3n-tsh"
5756     - "vpp-mrr-results-2n-dnv"
5757     - "vpp-mrr-results-3n-dnv"
5758   filter: "all"
5759   data-start-level: 4
5760   order-chapters:
5761     - "l2"
5762     - "ip4"
5763     - "ip6"
5764     - "srv6"
5765     - "ip4_tunnels"
5766     - "ip6_tunnels"
5767     - "vm_vhost"
5768     - "container_memif"
5769     - "crypto"
5770     - "vts"
5771     - "lb"
5772     - "nfv_density"
5773     - "hoststack"
5774   order-sub-chapters:
5775     - "2n-skx"
5776     - "3n-skx"
5777     - "2n-clx"
5778     - "3n-hsw"
5779     - "3n-tsh"
5780     - "2n-dnv"
5781     - "3n-dnv"
5782
5783 # VPP MRR Configuration
5784 - type: "file"
5785   title: "VPP MRR Configuration"
5786   algorithm: "file_details_split"
5787   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
5788   dir-tables:
5789 #    - "{DIR[DTC,MRR,VPP,2N,SKX]}"
5790 #    - "{DIR[DTC,MRR,VPP,3N,SKX]}"
5791     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
5792     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
5793     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
5794     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
5795     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
5796   data:
5797 #    - "vpp-mrr-results-2n-skx"
5798 #    - "vpp-mrr-results-3n-skx"
5799     - "vpp-mrr-results-2n-clx"
5800     - "vpp-mrr-results-3n-hsw"
5801     - "vpp-mrr-results-3n-tsh"
5802     - "vpp-mrr-results-2n-dnv"
5803     - "vpp-mrr-results-3n-dnv"
5804   filter: "all"
5805   data-start-level: 4
5806   order-chapters:
5807     - "l2"
5808     - "ip4"
5809     - "ip6"
5810     - "srv6"
5811     - "ip4_tunnels"
5812     - "ip6_tunnels"
5813     - "vm_vhost"
5814     - "container_memif"
5815     - "crypto"
5816     - "vts"
5817     - "lb"
5818     - "nfv_density"
5819     - "hoststack"
5820   order-sub-chapters:
5821     - "2n-skx"
5822     - "3n-skx"
5823     - "2n-clx"
5824     - "3n-hsw"
5825     - "3n-tsh"
5826     - "2n-dnv"
5827     - "3n-dnv"
5828
5829 # VPP Device Results - Ubuntu
5830 - type: "file"
5831   title: "VPP Device Results - Ubuntu"
5832   algorithm: "file_test_results"
5833   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5834   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5835   data: "vpp-device-results-ubuntu"
5836   filter: "all"
5837   data-start-level: 4
5838
5839 # VPP Device Configuration - Ubuntu
5840 - type: "file"
5841   title: "VPP Device Configuration - Ubuntu"
5842   algorithm: "file_test_results"
5843   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5844   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5845   data: "vpp-device-results-ubuntu"
5846   filter: "all"
5847   data-start-level: 4
5848
5849 # DPDK Performance Results 3n-hsw
5850 - type: "file"
5851   title: "DPDK Performance Results 3n-hsw"
5852   algorithm: "file_test_results"
5853   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5854   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5855   data: "dpdk-perf-results-3n-hsw"
5856   filter: "all"
5857   data-start-level: 4
5858
5859 ## DPDK Performance Results 3n-skx
5860 #- type: "file"
5861 #  title: "DPDK Performance Results 3n-skx"
5862 #  algorithm: "file_test_results"
5863 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5864 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5865 #  data: "dpdk-perf-results-3n-skx"
5866 #  filter: "all"
5867 #  data-start-level: 4
5868 #
5869 ## DPDK Performance Results 2n-skx
5870 #- type: "file"
5871 #  title: "DPDK Performance Results 2n-skx"
5872 #  algorithm: "file_test_results"
5873 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5874 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5875 #  data: "dpdk-perf-results-2n-skx"
5876 #  filter: "all"
5877 #  data-start-level: 4
5878
5879 # DPDK Performance Results 2n-clx
5880 - type: "file"
5881   title: "DPDK Performance Results 2n-clx"
5882   algorithm: "file_test_results"
5883   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5884   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5885   data: "dpdk-perf-results-2n-clx"
5886   filter: "all"
5887   data-start-level: 4
5888
5889 # DPDK Performance Results 2n-dnv
5890 - type: "file"
5891   title: "DPDK Performance Results 2n-dnv"
5892   algorithm: "file_test_results"
5893   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
5894   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
5895   data: "dpdk-perf-results-2n-dnv"
5896   filter: "all"
5897   data-start-level: 4
5898
5899 # DPDK Performance Results 3n-dnv
5900 - type: "file"
5901   title: "DPDK Performance Results 3n-dnv"
5902   algorithm: "file_test_results"
5903   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
5904   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
5905   data: "dpdk-perf-results-3n-dnv"
5906   filter: "all"
5907   data-start-level: 4
5908
5909 # DPDK Performance Results 3n-tsh
5910 - type: "file"
5911   title: "DPDK Performance Results 3n-tsh"
5912   algorithm: "file_test_results"
5913   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
5914   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
5915   data: "dpdk-perf-results-3n-tsh"
5916   filter: "all"
5917   data-start-level: 4
5918
5919 ################################################################################
5920 ###                                P L O T S                                 ###
5921 ################################################################################
5922
5923 # Hoststack tests 3n-hsw
5924
5925 - type: "plot"
5926   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
5927   algorithm: "plot_perf_box_name"
5928   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
5929   data: "plot-vpp-hoststack-3n-hsw"
5930   include:
5931     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
5932     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
5933   layout:
5934     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
5935     layout: "plot-hoststack"
5936
5937 - type: "plot"
5938   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
5939   algorithm: "plot_perf_box_name"
5940   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
5941   data: "plot-vpp-hoststack-3n-hsw"
5942   include:
5943     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
5944     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
5945   layout:
5946     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
5947     layout: "plot-hoststack"
5948
5949 - type: "plot"
5950   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
5951   algorithm: "plot_perf_box_name"
5952   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho-bps"
5953   data: "plot-vpp-hoststack-3n-hsw"
5954   include:
5955     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicbase-vppecho-bps"
5956     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
5957     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
5958     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
5959   layout:
5960     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
5961     layout: "plot-hoststack"
5962
5963 ## Plots VPP HTTP Server Performance
5964 #- type: "plot"
5965 #  title: "VPP HTTP Server Performance"
5966 #  algorithm: "plot_http_server_perf_box"
5967 #  output-file-type: ".html"
5968 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5969 #  data:
5970 #    "plot-vpp-http-server-performance"
5971 #  # Keep this formatting, the filter is enclosed with " (quotation mark) and
5972 #  # each tag is enclosed with ' (apostrophe).
5973 #  filter: "'HTTP' and 'TCP_CPS'"
5974 #  parameters:
5975 #  - "result"
5976 #  - "name"
5977 #  traces:
5978 #    hoverinfo: "y+name"
5979 #    boxpoints: "outliers"
5980 #    whiskerwidth: 0
5981 #  layout:
5982 #    title: "VPP HTTP Server Performance"
5983 #    layout:
5984 #      "plot-cps"
5985 #
5986 #- type: "plot"
5987 #  title: "VPP HTTP Server Performance"
5988 #  algorithm: "plot_http_server_perf_box"
5989 #  output-file-type: ".html"
5990 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
5991 #  data:
5992 #    "plot-vpp-http-server-performance"
5993 #  filter: "'HTTP' and 'TCP_RPS'"
5994 #  parameters:
5995 #  - "result"
5996 #  - "name"
5997 #  traces:
5998 #    hoverinfo: "y+name"
5999 #    boxpoints: "outliers"
6000 #    whiskerwidth: 0
6001 #  layout:
6002 #    title: "VPP HTTP Server Performance"
6003 #    layout:
6004 #      "plot-rps"
6005
6006 ################################################################################
6007
6008 ## Soak Test (PLRsearch), boxes
6009 #- type: "plot"
6010 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6011 #  algorithm: "plot_perf_box_name"
6012 #  output-file-type: ".html"
6013 #  output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6014 #  data: "plot-vpp-soak-2n-skx"
6015 #  include:
6016 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Soak.64B-2t1c-avf-eth-l2patch-soak"
6017 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6018 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6019 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Soak.64B-2t1c-eth-l2patch-soak"
6020 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6021 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6022 #  layout:
6023 #    title: "30 Minutes Soak Test (PLRsearch)"
6024 #    layout: "plot-soak-throughput"
6025 #
6026 ## Soak Test (PLRsearch), boxes
6027 #- type: "plot"
6028 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6029 #  algorithm: "plot_perf_box_name"
6030 #  output-file-type: ".html"
6031 #  output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6032 #  data: "plot-vpp-soak-2n-skx"
6033 #  include:
6034 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-soak"
6035 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6036 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6037 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6038 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6039 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6040 #  layout:
6041 #    title: "30 Minutes Soak Test (PLRsearch)"
6042 #    layout: "plot-soak-throughput"
6043
6044 ###############################################################################
6045
6046 # Reconf tests 2n-skx
6047
6048 #- type: "plot"
6049 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6050 #  algorithm: "plot_nf_reconf_box_name"
6051 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6052 #  data: "plot-vpp-nfv-reconf-2n-skx"
6053 #  include:
6054 #    - "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"
6055 #    - "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"
6056 #    - "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"
6057 #    - "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"
6058 #    - "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"
6059 #    - "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"
6060 #  layout:
6061 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6062 #    layout: "plot-throughput"
6063 #
6064 #- type: "plot"
6065 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6066 #  algorithm: "plot_nf_reconf_box_name"
6067 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6068 #  data: "plot-vpp-nfv-reconf-2n-skx"
6069 #  include:
6070 #    - "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"
6071 #    - "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"
6072 #    - "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"
6073 #    - "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"
6074 #    - "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"
6075 #    - "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"
6076 #  layout:
6077 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6078 #    layout: "plot-throughput"
6079 #
6080 #- type: "plot"
6081 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6082 #  algorithm: "plot_nf_reconf_box_name"
6083 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6084 #  data: "plot-vpp-nfv-reconf-2n-skx"
6085 #  include:
6086 #    - "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"
6087 #    - "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"
6088 #    - "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"
6089 #    - "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"
6090 #    - "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"
6091 #    - "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"
6092 #  layout:
6093 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6094 #    layout: "plot-throughput"
6095
6096 ###############################################################################
6097
6098 # Reconf tests 2n-clx
6099
6100 - type: "plot"
6101   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6102   algorithm: "plot_nf_reconf_box_name"
6103   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6104   data: "plot-vpp-nfv-reconf-2n-clx"
6105   include:
6106     - "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"
6107     - "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"
6108     - "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"
6109     - "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"
6110   layout:
6111     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6112     layout: "plot-throughput"
6113
6114 - type: "plot"
6115   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6116   algorithm: "plot_nf_reconf_box_name"
6117   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6118   data: "plot-vpp-nfv-reconf-2n-clx"
6119   include:
6120     - "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"
6121     - "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"
6122     - "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"
6123     - "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"
6124   layout:
6125     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6126     layout: "plot-throughput"
6127
6128 - type: "plot"
6129   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6130   algorithm: "plot_nf_reconf_box_name"
6131   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6132   data: "plot-vpp-nfv-reconf-2n-clx"
6133   include:
6134     - "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"
6135     - "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"
6136     - "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"
6137     - "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"
6138   layout:
6139     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6140     layout: "plot-throughput"
6141
6142 ################################################################################
6143 ## Plots - NF Density - VSC - MRR 64b
6144 #- type: "plot"
6145 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6146 #  algorithm: "plot_nf_heatmap"
6147 #  output-file-type: ".html"
6148 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6149 #  data: "plot-vpp-nfv-2n-skx-mrr"
6150 #  filter: "'NIC_Intel-XXV710' and
6151 #           'NF_DENSITY' and
6152 #           'VHOST' and
6153 #           not 'VXLAN' and
6154 #           'CHAIN' and
6155 #           'NF_VPPIP4' and
6156 #           '64B' and
6157 #           '2T1C' and
6158 #           'MRR'"
6159 #  parameters:
6160 #  - "result"
6161 #  - "name"
6162 #  - "tags"
6163 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6164 #  x-axis: "X = VNFs per Service Chain"
6165 #  y-axis: "Y = Number of Service Chains"
6166 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6167 #  layout:
6168 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6169 #    layout: "plot-service-density"
6170 #
6171 #- type: "plot"
6172 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6173 #  algorithm: "plot_nf_heatmap"
6174 #  output-file-type: ".html"
6175 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6176 #  data: "plot-vpp-nfv-2n-skx-mrr"
6177 #  filter: "'NIC_Intel-XXV710' and
6178 #           'NF_DENSITY' and
6179 #           'VHOST' and
6180 #           not 'VXLAN' and
6181 #           'CHAIN' and
6182 #           'NF_VPPIP4' and
6183 #           '64B' and
6184 #           '4T2C' and
6185 #           'MRR'"
6186 #  parameters:
6187 #  - "result"
6188 #  - "name"
6189 #  - "tags"
6190 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6191 #  x-axis: "X = VNFs per Service Chain"
6192 #  y-axis: "Y = Number of Service Chains"
6193 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6194 #  layout:
6195 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6196 #    layout: "plot-service-density"
6197 #
6198 #- type: "plot"
6199 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6200 #  algorithm: "plot_nf_heatmap"
6201 #  output-file-type: ".html"
6202 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6203 #  data: "plot-vpp-nfv-2n-skx-mrr"
6204 #  filter: "'NIC_Intel-XXV710' and
6205 #           'NF_DENSITY' and
6206 #           'VHOST' and
6207 #           not 'VXLAN' and
6208 #           'CHAIN' and
6209 #           'NF_VPPIP4' and
6210 #           '64B' and
6211 #           '8T4C' and
6212 #           'MRR'"
6213 #  parameters:
6214 #  - "result"
6215 #  - "name"
6216 #  - "tags"
6217 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6218 #  x-axis: "X = VNFs per Service Chain"
6219 #  y-axis: "Y = Number of Service Chains"
6220 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6221 #  layout:
6222 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6223 #    layout: "plot-service-density"
6224 #
6225 ## Plots - NF Density - VSC - MRR IMIX
6226 #- type: "plot"
6227 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6228 #  algorithm: "plot_nf_heatmap"
6229 #  output-file-type: ".html"
6230 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6231 #  data: "plot-vpp-nfv-2n-skx-mrr"
6232 #  filter: "'NIC_Intel-XXV710' and
6233 #           'NF_DENSITY' and
6234 #           'VHOST' and
6235 #           not 'VXLAN' and
6236 #           'CHAIN' and
6237 #           'NF_VPPIP4' and
6238 #           'IMIX' and
6239 #           '2T1C' and
6240 #           'MRR'"
6241 #  parameters:
6242 #  - "result"
6243 #  - "name"
6244 #  - "tags"
6245 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6246 #  x-axis: "X = VNFs per Service Chain"
6247 #  y-axis: "Y = Number of Service Chains"
6248 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6249 #  layout:
6250 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6251 #    layout: "plot-service-density"
6252 #
6253 #- type: "plot"
6254 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6255 #  algorithm: "plot_nf_heatmap"
6256 #  output-file-type: ".html"
6257 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6258 #  data: "plot-vpp-nfv-2n-skx-mrr"
6259 #  filter: "'NIC_Intel-XXV710' and
6260 #           'NF_DENSITY' and
6261 #           'VHOST' and
6262 #           not 'VXLAN' and
6263 #           'CHAIN' and
6264 #           'NF_VPPIP4' and
6265 #           'IMIX' and
6266 #           '4T2C' and
6267 #           'MRR'"
6268 #  parameters:
6269 #  - "result"
6270 #  - "name"
6271 #  - "tags"
6272 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6273 #  x-axis: "X = VNFs per Service Chain"
6274 #  y-axis: "Y = Number of Service Chains"
6275 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6276 #  layout:
6277 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6278 #    layout: "plot-service-density"
6279 #
6280 #- type: "plot"
6281 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6282 #  algorithm: "plot_nf_heatmap"
6283 #  output-file-type: ".html"
6284 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6285 #  data: "plot-vpp-nfv-2n-skx-mrr"
6286 #  filter: "'NIC_Intel-XXV710' and
6287 #           'NF_DENSITY' and
6288 #           'VHOST' and
6289 #           not 'VXLAN' and
6290 #           'CHAIN' and
6291 #           'NF_VPPIP4' and
6292 #           'IMIX' and
6293 #           '8T4C' and
6294 #           'MRR'"
6295 #  parameters:
6296 #  - "result"
6297 #  - "name"
6298 #  - "tags"
6299 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6300 #  x-axis: "X = VNFs per Service Chain"
6301 #  y-axis: "Y = Number of Service Chains"
6302 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6303 #  layout:
6304 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6305 #    layout: "plot-service-density"
6306 #
6307 ## Plots - NF Density - VSC - NDR 64b
6308 #- type: "plot"
6309 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6310 #  algorithm: "plot_nf_heatmap"
6311 #  output-file-type: ".html"
6312 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6313 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6314 #  filter: "'NIC_Intel-XXV710' and
6315 #           'NF_DENSITY' and
6316 #           'VHOST' and
6317 #           not 'VXLAN' and
6318 #           'CHAIN' and
6319 #           'NF_VPPIP4' and
6320 #           '64B' and
6321 #           '2T1C' and
6322 #           'NDRPDR'"
6323 #  parameters:
6324 #  - "throughput"
6325 #  - "name"
6326 #  - "tags"
6327 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6328 #  x-axis: "X = VNFs per Service Chain"
6329 #  y-axis: "Y = Number of Service Chains"
6330 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6331 #  layout:
6332 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6333 #    layout: "plot-service-density"
6334 #
6335 #- type: "plot"
6336 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6337 #  algorithm: "plot_nf_heatmap"
6338 #  output-file-type: ".html"
6339 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6340 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6341 #  filter: "'NIC_Intel-XXV710' and
6342 #           'NF_DENSITY' and
6343 #           'VHOST' and
6344 #           not 'VXLAN' and
6345 #           'CHAIN' and
6346 #           'NF_VPPIP4' and
6347 #           '64B' and
6348 #           '4T2C' and
6349 #           'NDRPDR'"
6350 #  parameters:
6351 #  - "throughput"
6352 #  - "name"
6353 #  - "tags"
6354 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6355 #  x-axis: "X = VNFs per Service Chain"
6356 #  y-axis: "Y = Number of Service Chains"
6357 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6358 #  layout:
6359 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6360 #    layout: "plot-service-density"
6361 #
6362 #- type: "plot"
6363 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6364 #  algorithm: "plot_nf_heatmap"
6365 #  output-file-type: ".html"
6366 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6367 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6368 #  filter: "'NIC_Intel-XXV710' and
6369 #           'NF_DENSITY' and
6370 #           'VHOST' and
6371 #           not 'VXLAN' and
6372 #           'CHAIN' and
6373 #           'NF_VPPIP4' and
6374 #           '64B' and
6375 #           '8T4C' and
6376 #           'NDRPDR'"
6377 #  parameters:
6378 #  - "throughput"
6379 #  - "name"
6380 #  - "tags"
6381 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6382 #  x-axis: "X = VNFs per Service Chain"
6383 #  y-axis: "Y = Number of Service Chains"
6384 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6385 #  layout:
6386 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6387 #    layout: "plot-service-density"
6388 #
6389 ## Plots - NF Density - VSC - NDR IMIX
6390 #- type: "plot"
6391 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6392 #  algorithm: "plot_nf_heatmap"
6393 #  output-file-type: ".html"
6394 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6395 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6396 #  filter: "'NIC_Intel-XXV710' and
6397 #           'NF_DENSITY' and
6398 #           'VHOST' and
6399 #           not 'VXLAN' and
6400 #           'CHAIN' and
6401 #           'NF_VPPIP4' and
6402 #           'IMIX' and
6403 #           '2T1C' and
6404 #           'NDRPDR'"
6405 #  parameters:
6406 #  - "throughput"
6407 #  - "name"
6408 #  - "tags"
6409 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6410 #  x-axis: "X = VNFs per Service Chain"
6411 #  y-axis: "Y = Number of Service Chains"
6412 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6413 #  layout:
6414 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6415 #    layout: "plot-service-density"
6416 #
6417 #- type: "plot"
6418 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6419 #  algorithm: "plot_nf_heatmap"
6420 #  output-file-type: ".html"
6421 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6422 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6423 #  filter: "'NIC_Intel-XXV710' and
6424 #           'NF_DENSITY' and
6425 #           'VHOST' and
6426 #           not 'VXLAN' and
6427 #           'CHAIN' and
6428 #           'NF_VPPIP4' and
6429 #           'IMIX' and
6430 #           '4T2C' and
6431 #           'NDRPDR'"
6432 #  parameters:
6433 #  - "throughput"
6434 #  - "name"
6435 #  - "tags"
6436 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6437 #  x-axis: "X = VNFs per Service Chain"
6438 #  y-axis: "Y = Number of Service Chains"
6439 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6440 #  layout:
6441 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6442 #    layout: "plot-service-density"
6443 #
6444 #- type: "plot"
6445 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6446 #  algorithm: "plot_nf_heatmap"
6447 #  output-file-type: ".html"
6448 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6449 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6450 #  filter: "'NIC_Intel-XXV710' and
6451 #           'NF_DENSITY' and
6452 #           'VHOST' and
6453 #           not 'VXLAN' and
6454 #           'CHAIN' and
6455 #           'NF_VPPIP4' and
6456 #           'IMIX' and
6457 #           '8T4C' and
6458 #           'NDRPDR'"
6459 #  parameters:
6460 #  - "throughput"
6461 #  - "name"
6462 #  - "tags"
6463 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6464 #  x-axis: "X = VNFs per Service Chain"
6465 #  y-axis: "Y = Number of Service Chains"
6466 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6467 #  layout:
6468 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6469 #    layout: "plot-service-density"
6470 #
6471 ## Plots - NF Density - VSC - PDR 64b
6472 #- type: "plot"
6473 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6474 #  algorithm: "plot_nf_heatmap"
6475 #  output-file-type: ".html"
6476 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6477 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6478 #  filter: "'NIC_Intel-XXV710' and
6479 #           'NF_DENSITY' and
6480 #           'VHOST' and
6481 #           not 'VXLAN' and
6482 #           'CHAIN' and
6483 #           'NF_VPPIP4' and
6484 #           '64B' and
6485 #           '2T1C' and
6486 #           'NDRPDR'"
6487 #  parameters:
6488 #  - "throughput"
6489 #  - "name"
6490 #  - "tags"
6491 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6492 #  x-axis: "X = VNFs per Service Chain"
6493 #  y-axis: "Y = Number of Service Chains"
6494 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6495 #  layout:
6496 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6497 #    layout: "plot-service-density"
6498 #
6499 #- type: "plot"
6500 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6501 #  algorithm: "plot_nf_heatmap"
6502 #  output-file-type: ".html"
6503 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6504 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6505 #  filter: "'NIC_Intel-XXV710' and
6506 #           'NF_DENSITY' and
6507 #           'VHOST' and
6508 #           not 'VXLAN' and
6509 #           'CHAIN' and
6510 #           'NF_VPPIP4' and
6511 #           '64B' and
6512 #           '4T2C' and
6513 #           'NDRPDR'"
6514 #  parameters:
6515 #  - "throughput"
6516 #  - "name"
6517 #  - "tags"
6518 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6519 #  x-axis: "X = VNFs per Service Chain"
6520 #  y-axis: "Y = Number of Service Chains"
6521 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6522 #  layout:
6523 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6524 #    layout: "plot-service-density"
6525 #
6526 #- type: "plot"
6527 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6528 #  algorithm: "plot_nf_heatmap"
6529 #  output-file-type: ".html"
6530 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6531 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6532 #  filter: "'NIC_Intel-XXV710' and
6533 #           'NF_DENSITY' and
6534 #           'VHOST' and
6535 #           not 'VXLAN' and
6536 #           'CHAIN' and
6537 #           'NF_VPPIP4' and
6538 #           '64B' and
6539 #           '8T4C' and
6540 #           'NDRPDR'"
6541 #  parameters:
6542 #  - "throughput"
6543 #  - "name"
6544 #  - "tags"
6545 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6546 #  x-axis: "X = VNFs per Service Chain"
6547 #  y-axis: "Y = Number of Service Chains"
6548 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6549 #  layout:
6550 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6551 #    layout: "plot-service-density"
6552 #
6553 ## Plots - NF Density - VSC - PDR IMIX
6554 #- type: "plot"
6555 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6556 #  algorithm: "plot_nf_heatmap"
6557 #  output-file-type: ".html"
6558 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6559 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6560 #  filter: "'NIC_Intel-XXV710' and
6561 #           'NF_DENSITY' and
6562 #           'VHOST' and
6563 #           not 'VXLAN' and
6564 #           'CHAIN' and
6565 #           'NF_VPPIP4' and
6566 #           'IMIX' and
6567 #           '2T1C' and
6568 #           'NDRPDR'"
6569 #  parameters:
6570 #  - "throughput"
6571 #  - "name"
6572 #  - "tags"
6573 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6574 #  x-axis: "X = VNFs per Service Chain"
6575 #  y-axis: "Y = Number of Service Chains"
6576 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6577 #  layout:
6578 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6579 #    layout: "plot-service-density"
6580 #
6581 #- type: "plot"
6582 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6583 #  algorithm: "plot_nf_heatmap"
6584 #  output-file-type: ".html"
6585 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6586 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6587 #  filter: "'NIC_Intel-XXV710' and
6588 #           'NF_DENSITY' and
6589 #           'VHOST' and
6590 #           not 'VXLAN' and
6591 #           'CHAIN' and
6592 #           'NF_VPPIP4' and
6593 #           'IMIX' and
6594 #           '4T2C' and
6595 #           'NDRPDR'"
6596 #  parameters:
6597 #  - "throughput"
6598 #  - "name"
6599 #  - "tags"
6600 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6601 #  x-axis: "X = VNFs per Service Chain"
6602 #  y-axis: "Y = Number of Service Chains"
6603 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6604 #  layout:
6605 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6606 #    layout: "plot-service-density"
6607 #
6608 #- type: "plot"
6609 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6610 #  algorithm: "plot_nf_heatmap"
6611 #  output-file-type: ".html"
6612 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6613 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6614 #  filter: "'NIC_Intel-XXV710' and
6615 #           'NF_DENSITY' and
6616 #           'VHOST' and
6617 #           not 'VXLAN' and
6618 #           'CHAIN' and
6619 #           'NF_VPPIP4' and
6620 #           'IMIX' and
6621 #           '8T4C' and
6622 #           'NDRPDR'"
6623 #  parameters:
6624 #  - "throughput"
6625 #  - "name"
6626 #  - "tags"
6627 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6628 #  x-axis: "X = VNFs per Service Chain"
6629 #  y-axis: "Y = Number of Service Chains"
6630 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6631 #  layout:
6632 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6633 #    layout: "plot-service-density"
6634 #
6635 ################################################################################
6636 ## Plots - NF Density - VSC - MRR 64b
6637 #- type: "plot"
6638 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6639 #  algorithm: "plot_nf_heatmap"
6640 #  output-file-type: ".html"
6641 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6642 #  data: "plot-vpp-nfv-2n-skx-mrr"
6643 #  filter: "'NIC_Intel-XXV710' and
6644 #           'NF_DENSITY' and
6645 #           'VHOST' and
6646 #           'VXLAN' and
6647 #           'CHAIN' and
6648 #           '118' and
6649 #           '2T1C' and
6650 #           'MRR'"
6651 #  parameters:
6652 #  - "result"
6653 #  - "name"
6654 #  - "tags"
6655 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6656 #  x-axis: "X = VNFs per Service Chain"
6657 #  y-axis: "Y = Number of Service Chains"
6658 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6659 #  layout:
6660 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6661 #    layout: "plot-service-density"
6662 #
6663 #- type: "plot"
6664 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6665 #  algorithm: "plot_nf_heatmap"
6666 #  output-file-type: ".html"
6667 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6668 #  data: "plot-vpp-nfv-2n-skx-mrr"
6669 #  filter: "'NIC_Intel-XXV710' and
6670 #           'NF_DENSITY' and
6671 #           'VHOST' and
6672 #           'VXLAN' and
6673 #           'CHAIN' and
6674 #           '118' and
6675 #           '4T2C' and
6676 #           'MRR'"
6677 #  parameters:
6678 #  - "result"
6679 #  - "name"
6680 #  - "tags"
6681 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6682 #  x-axis: "X = VNFs per Service Chain"
6683 #  y-axis: "Y = Number of Service Chains"
6684 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6685 #  layout:
6686 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6687 #    layout: "plot-service-density"
6688 #
6689 #- type: "plot"
6690 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6691 #  algorithm: "plot_nf_heatmap"
6692 #  output-file-type: ".html"
6693 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6694 #  data: "plot-vpp-nfv-2n-skx-mrr"
6695 #  filter: "'NIC_Intel-XXV710' and
6696 #           'NF_DENSITY' and
6697 #           'VHOST' and
6698 #           'VXLAN' and
6699 #           'CHAIN' and
6700 #           '118' and
6701 #           '8T4C' and
6702 #           'MRR'"
6703 #  parameters:
6704 #  - "result"
6705 #  - "name"
6706 #  - "tags"
6707 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6708 #  x-axis: "X = VNFs per Service Chain"
6709 #  y-axis: "Y = Number of Service Chains"
6710 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6711 #  layout:
6712 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6713 #    layout: "plot-service-density"
6714 #
6715 ## Plots - NF Density - VSC - MRR IMIX
6716 #- type: "plot"
6717 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6718 #  algorithm: "plot_nf_heatmap"
6719 #  output-file-type: ".html"
6720 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6721 #  data: "plot-vpp-nfv-2n-skx-mrr"
6722 #  filter: "'NIC_Intel-XXV710' and
6723 #           'NF_DENSITY' and
6724 #           'VHOST' and
6725 #           'VXLAN' and
6726 #           'CHAIN' and
6727 #           'IMIX' and
6728 #           '2T1C' and
6729 #           'MRR'"
6730 #  parameters:
6731 #  - "result"
6732 #  - "name"
6733 #  - "tags"
6734 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6735 #  x-axis: "X = VNFs per Service Chain"
6736 #  y-axis: "Y = Number of Service Chains"
6737 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6738 #  layout:
6739 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6740 #    layout: "plot-service-density"
6741 #
6742 #- type: "plot"
6743 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6744 #  algorithm: "plot_nf_heatmap"
6745 #  output-file-type: ".html"
6746 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
6747 #  data: "plot-vpp-nfv-2n-skx-mrr"
6748 #  filter: "'NIC_Intel-XXV710' and
6749 #           'NF_DENSITY' and
6750 #           'VHOST' and
6751 #           'VXLAN' and
6752 #           'CHAIN' and
6753 #           'IMIX' and
6754 #           '4T2C' and
6755 #           'MRR'"
6756 #  parameters:
6757 #  - "result"
6758 #  - "name"
6759 #  - "tags"
6760 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6761 #  x-axis: "X = VNFs per Service Chain"
6762 #  y-axis: "Y = Number of Service Chains"
6763 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6764 #  layout:
6765 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6766 #    layout: "plot-service-density"
6767 #
6768 #- type: "plot"
6769 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6770 #  algorithm: "plot_nf_heatmap"
6771 #  output-file-type: ".html"
6772 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
6773 #  data: "plot-vpp-nfv-2n-skx-mrr"
6774 #  filter: "'NIC_Intel-XXV710' and
6775 #           'NF_DENSITY' and
6776 #           'VHOST' and
6777 #           'VXLAN' and
6778 #           'CHAIN' and
6779 #           'IMIX' and
6780 #           '8T4C' and
6781 #           'MRR'"
6782 #  parameters:
6783 #  - "result"
6784 #  - "name"
6785 #  - "tags"
6786 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6787 #  x-axis: "X = VNFs per Service Chain"
6788 #  y-axis: "Y = Number of Service Chains"
6789 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6790 #  layout:
6791 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6792 #    layout: "plot-service-density"
6793 #
6794 ## Plots - NF Density - VSC - NDR 64b
6795 #- type: "plot"
6796 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6797 #  algorithm: "plot_nf_heatmap"
6798 #  output-file-type: ".html"
6799 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
6800 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6801 #  filter: "'NIC_Intel-XXV710' and
6802 #           'NF_DENSITY' and
6803 #           'VHOST' and
6804 #           'VXLAN' and
6805 #           'CHAIN' and
6806 #           '118' and
6807 #           '2T1C' and
6808 #           'NDRPDR'"
6809 #  parameters:
6810 #  - "throughput"
6811 #  - "name"
6812 #  - "tags"
6813 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6814 #  x-axis: "X = VNFs per Service Chain"
6815 #  y-axis: "Y = Number of Service Chains"
6816 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6817 #  layout:
6818 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6819 #    layout: "plot-service-density"
6820 #
6821 #- type: "plot"
6822 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6823 #  algorithm: "plot_nf_heatmap"
6824 #  output-file-type: ".html"
6825 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
6826 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6827 #  filter: "'NIC_Intel-XXV710' and
6828 #           'NF_DENSITY' and
6829 #           'VHOST' and
6830 #           'VXLAN' and
6831 #           'CHAIN' and
6832 #           '118' and
6833 #           '4T2C' and
6834 #           'NDRPDR'"
6835 #  parameters:
6836 #  - "throughput"
6837 #  - "name"
6838 #  - "tags"
6839 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6840 #  x-axis: "X = VNFs per Service Chain"
6841 #  y-axis: "Y = Number of Service Chains"
6842 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6843 #  layout:
6844 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6845 #    layout: "plot-service-density"
6846 #
6847 #- type: "plot"
6848 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6849 #  algorithm: "plot_nf_heatmap"
6850 #  output-file-type: ".html"
6851 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
6852 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6853 #  filter: "'NIC_Intel-XXV710' and
6854 #           'NF_DENSITY' and
6855 #           'VHOST' and
6856 #           'VXLAN' and
6857 #           'CHAIN' and
6858 #           '118' and
6859 #           '8T4C' and
6860 #           'NDRPDR'"
6861 #  parameters:
6862 #  - "throughput"
6863 #  - "name"
6864 #  - "tags"
6865 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6866 #  x-axis: "X = VNFs per Service Chain"
6867 #  y-axis: "Y = Number of Service Chains"
6868 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6869 #  layout:
6870 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6871 #    layout: "plot-service-density"
6872 #
6873 ## Plots - NF Density - VSC - NDR IMIX
6874 #- type: "plot"
6875 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6876 #  algorithm: "plot_nf_heatmap"
6877 #  output-file-type: ".html"
6878 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
6879 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6880 #  filter: "'NIC_Intel-XXV710' and
6881 #           'NF_DENSITY' and
6882 #           'VHOST' and
6883 #           'VXLAN' and
6884 #           'CHAIN' and
6885 #           'IMIX' and
6886 #           '2T1C' and
6887 #           'NDRPDR'"
6888 #  parameters:
6889 #  - "throughput"
6890 #  - "name"
6891 #  - "tags"
6892 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6893 #  x-axis: "X = VNFs per Service Chain"
6894 #  y-axis: "Y = Number of Service Chains"
6895 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6896 #  layout:
6897 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6898 #    layout: "plot-service-density"
6899 #
6900 #- type: "plot"
6901 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6902 #  algorithm: "plot_nf_heatmap"
6903 #  output-file-type: ".html"
6904 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
6905 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6906 #  filter: "'NIC_Intel-XXV710' and
6907 #           'NF_DENSITY' and
6908 #           'VHOST' and
6909 #           'VXLAN' and
6910 #           'CHAIN' and
6911 #           'IMIX' and
6912 #           '4T2C' and
6913 #           'NDRPDR'"
6914 #  parameters:
6915 #  - "throughput"
6916 #  - "name"
6917 #  - "tags"
6918 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6919 #  x-axis: "X = VNFs per Service Chain"
6920 #  y-axis: "Y = Number of Service Chains"
6921 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6922 #  layout:
6923 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6924 #    layout: "plot-service-density"
6925 #
6926 #- type: "plot"
6927 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6928 #  algorithm: "plot_nf_heatmap"
6929 #  output-file-type: ".html"
6930 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
6931 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6932 #  filter: "'NIC_Intel-XXV710' and
6933 #           'NF_DENSITY' and
6934 #           'VHOST' and
6935 #           'VXLAN' and
6936 #           'CHAIN' and
6937 #           'IMIX' and
6938 #           '8T4C' and
6939 #           'NDRPDR'"
6940 #  parameters:
6941 #  - "throughput"
6942 #  - "name"
6943 #  - "tags"
6944 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6945 #  x-axis: "X = VNFs per Service Chain"
6946 #  y-axis: "Y = Number of Service Chains"
6947 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6948 #  layout:
6949 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6950 #    layout: "plot-service-density"
6951 #
6952 ## Plots - NF Density - VSC - PDR 64b
6953 #- type: "plot"
6954 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6955 #  algorithm: "plot_nf_heatmap"
6956 #  output-file-type: ".html"
6957 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
6958 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6959 #  filter: "'NIC_Intel-XXV710' and
6960 #           'NF_DENSITY' and
6961 #           'VHOST' and
6962 #           'VXLAN' and
6963 #           'CHAIN' and
6964 #           '118' and
6965 #           '2T1C' and
6966 #           'NDRPDR'"
6967 #  parameters:
6968 #  - "throughput"
6969 #  - "name"
6970 #  - "tags"
6971 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6972 #  x-axis: "X = VNFs per Service Chain"
6973 #  y-axis: "Y = Number of Service Chains"
6974 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6975 #  layout:
6976 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6977 #    layout: "plot-service-density"
6978 #
6979 #- type: "plot"
6980 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6981 #  algorithm: "plot_nf_heatmap"
6982 #  output-file-type: ".html"
6983 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
6984 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6985 #  filter: "'NIC_Intel-XXV710' and
6986 #           'NF_DENSITY' and
6987 #           'VHOST' and
6988 #           'VXLAN' and
6989 #           'CHAIN' and
6990 #           '118' and
6991 #           '4T2C' and
6992 #           'NDRPDR'"
6993 #  parameters:
6994 #  - "throughput"
6995 #  - "name"
6996 #  - "tags"
6997 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6998 #  x-axis: "X = VNFs per Service Chain"
6999 #  y-axis: "Y = Number of Service Chains"
7000 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7001 #  layout:
7002 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7003 #    layout: "plot-service-density"
7004 #
7005 #- type: "plot"
7006 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7007 #  algorithm: "plot_nf_heatmap"
7008 #  output-file-type: ".html"
7009 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7010 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7011 #  filter: "'NIC_Intel-XXV710' and
7012 #           'NF_DENSITY' and
7013 #           'VHOST' and
7014 #           'VXLAN' and
7015 #           'CHAIN' and
7016 #           '118' and
7017 #           '8T4C' and
7018 #           'NDRPDR'"
7019 #  parameters:
7020 #  - "throughput"
7021 #  - "name"
7022 #  - "tags"
7023 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7024 #  x-axis: "X = VNFs per Service Chain"
7025 #  y-axis: "Y = Number of Service Chains"
7026 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7027 #  layout:
7028 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7029 #    layout: "plot-service-density"
7030 #
7031 ## Plots - NF Density - VSC - PDR IMIX
7032 #- type: "plot"
7033 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7034 #  algorithm: "plot_nf_heatmap"
7035 #  output-file-type: ".html"
7036 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7037 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7038 #  filter: "'NIC_Intel-XXV710' and
7039 #           'NF_DENSITY' and
7040 #           'VHOST' and
7041 #           'VXLAN' and
7042 #           'CHAIN' and
7043 #           'IMIX' and
7044 #           '2T1C' and
7045 #           'NDRPDR'"
7046 #  parameters:
7047 #  - "throughput"
7048 #  - "name"
7049 #  - "tags"
7050 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7051 #  x-axis: "X = VNFs per Service Chain"
7052 #  y-axis: "Y = Number of Service Chains"
7053 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7054 #  layout:
7055 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7056 #    layout: "plot-service-density"
7057 #
7058 #- type: "plot"
7059 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7060 #  algorithm: "plot_nf_heatmap"
7061 #  output-file-type: ".html"
7062 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7063 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7064 #  filter: "'NIC_Intel-XXV710' and
7065 #           'NF_DENSITY' and
7066 #           'VHOST' and
7067 #           'VXLAN' and
7068 #           'CHAIN' and
7069 #           'IMIX' and
7070 #           '4T2C' and
7071 #           'NDRPDR'"
7072 #  parameters:
7073 #  - "throughput"
7074 #  - "name"
7075 #  - "tags"
7076 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7077 #  x-axis: "X = VNFs per Service Chain"
7078 #  y-axis: "Y = Number of Service Chains"
7079 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7080 #  layout:
7081 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7082 #    layout: "plot-service-density"
7083 #
7084 #- type: "plot"
7085 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7086 #  algorithm: "plot_nf_heatmap"
7087 #  output-file-type: ".html"
7088 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7089 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7090 #  filter: "'NIC_Intel-XXV710' and
7091 #           'NF_DENSITY' and
7092 #           'VHOST' and
7093 #           'VXLAN' and
7094 #           'CHAIN' and
7095 #           'IMIX' and
7096 #           '8T4C' and
7097 #           'NDRPDR'"
7098 #  parameters:
7099 #  - "throughput"
7100 #  - "name"
7101 #  - "tags"
7102 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7103 #  x-axis: "X = VNFs per Service Chain"
7104 #  y-axis: "Y = Number of Service Chains"
7105 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7106 #  layout:
7107 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7108 #    layout: "plot-service-density"
7109 #
7110 ################################################################################
7111 ## Plots - NF Density - CSC - MRR 64b
7112 #- type: "plot"
7113 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7114 #  algorithm: "plot_nf_heatmap"
7115 #  output-file-type: ".html"
7116 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7117 #  data: "plot-vpp-nfv-2n-skx-mrr"
7118 #  filter: "'NIC_Intel-XXV710' and
7119 #           'NF_DENSITY' and
7120 #           'DOCKER' and
7121 #           'CHAIN' and
7122 #           'NF_VPPIP4' and
7123 #           '64B' and
7124 #           '2T1C' and
7125 #           'MRR'"
7126 #  parameters:
7127 #  - "result"
7128 #  - "name"
7129 #  - "tags"
7130 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7131 #  x-axis: "X = CNFs per Service Chain"
7132 #  y-axis: "Y = Number of Service Chains"
7133 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7134 #  layout:
7135 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7136 #    layout: "plot-service-density"
7137 #
7138 #- type: "plot"
7139 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7140 #  algorithm: "plot_nf_heatmap"
7141 #  output-file-type: ".html"
7142 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7143 #  data: "plot-vpp-nfv-2n-skx-mrr"
7144 #  filter: "'NIC_Intel-XXV710' and
7145 #           'NF_DENSITY' and
7146 #           'DOCKER' and
7147 #           'CHAIN' and
7148 #           'NF_VPPIP4' and
7149 #           '64B' and
7150 #           '4T2C' and
7151 #           'MRR'"
7152 #  parameters:
7153 #  - "result"
7154 #  - "name"
7155 #  - "tags"
7156 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7157 #  x-axis: "X = CNFs per Service Chain"
7158 #  y-axis: "Y = Number of Service Chains"
7159 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7160 #  layout:
7161 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7162 #    layout: "plot-service-density"
7163 #
7164 #- type: "plot"
7165 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7166 #  algorithm: "plot_nf_heatmap"
7167 #  output-file-type: ".html"
7168 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7169 #  data: "plot-vpp-nfv-2n-skx-mrr"
7170 #  filter: "'NIC_Intel-XXV710' and
7171 #           'NF_DENSITY' and
7172 #           'DOCKER' and
7173 #           'CHAIN' and
7174 #           'NF_VPPIP4' and
7175 #           '64B' and
7176 #           '8T4C' and
7177 #           'MRR'"
7178 #  parameters:
7179 #  - "result"
7180 #  - "name"
7181 #  - "tags"
7182 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7183 #  x-axis: "X = CNFs per Service Chain"
7184 #  y-axis: "Y = Number of Service Chains"
7185 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7186 #  layout:
7187 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7188 #    layout: "plot-service-density"
7189 #
7190 ## Plots - NF Density - CSC - MRR IMIX
7191 #- type: "plot"
7192 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7193 #  algorithm: "plot_nf_heatmap"
7194 #  output-file-type: ".html"
7195 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7196 #  data: "plot-vpp-nfv-2n-skx-mrr"
7197 #  filter: "'NIC_Intel-XXV710' and
7198 #           'NF_DENSITY' and
7199 #           'DOCKER' and
7200 #           'CHAIN' and
7201 #           'NF_VPPIP4' and
7202 #           'IMIX' and
7203 #           '2T1C' and
7204 #           'MRR'"
7205 #  parameters:
7206 #  - "result"
7207 #  - "name"
7208 #  - "tags"
7209 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7210 #  x-axis: "X = CNFs per Service Chain"
7211 #  y-axis: "Y = Number of Service Chains"
7212 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7213 #  layout:
7214 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7215 #    layout: "plot-service-density"
7216 #
7217 #- type: "plot"
7218 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7219 #  algorithm: "plot_nf_heatmap"
7220 #  output-file-type: ".html"
7221 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7222 #  data: "plot-vpp-nfv-2n-skx-mrr"
7223 #  filter: "'NIC_Intel-XXV710' and
7224 #           'NF_DENSITY' and
7225 #           'DOCKER' and
7226 #           'CHAIN' and
7227 #           'NF_VPPIP4' and
7228 #           'IMIX' and
7229 #           '4T2C' and
7230 #           'MRR'"
7231 #  parameters:
7232 #  - "result"
7233 #  - "name"
7234 #  - "tags"
7235 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7236 #  x-axis: "X = CNFs per Service Chain"
7237 #  y-axis: "Y = Number of Service Chains"
7238 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7239 #  layout:
7240 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7241 #    layout: "plot-service-density"
7242 #
7243 #- type: "plot"
7244 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7245 #  algorithm: "plot_nf_heatmap"
7246 #  output-file-type: ".html"
7247 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7248 #  data: "plot-vpp-nfv-2n-skx-mrr"
7249 #  filter: "'NIC_Intel-XXV710' and
7250 #           'NF_DENSITY' and
7251 #           'DOCKER' and
7252 #           'CHAIN' and
7253 #           'NF_VPPIP4' and
7254 #           'IMIX' and
7255 #           '8T4C' and
7256 #           'MRR'"
7257 #  parameters:
7258 #  - "result"
7259 #  - "name"
7260 #  - "tags"
7261 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7262 #  x-axis: "X = CNFs per Service Chain"
7263 #  y-axis: "Y = Number of Service Chains"
7264 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7265 #  layout:
7266 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7267 #    layout: "plot-service-density"
7268 #
7269 ## Plots - NF Density - CSC - NDR 64b
7270 #- type: "plot"
7271 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7272 #  algorithm: "plot_nf_heatmap"
7273 #  output-file-type: ".html"
7274 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7275 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7276 #  filter: "'NIC_Intel-XXV710' and
7277 #           'NF_DENSITY' and
7278 #           'DOCKER' and
7279 #           'CHAIN' and
7280 #           'NF_VPPIP4' and
7281 #           '64B' and
7282 #           '2T1C' and
7283 #           'NDRPDR'"
7284 #  parameters:
7285 #  - "throughput"
7286 #  - "name"
7287 #  - "tags"
7288 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7289 #  x-axis: "X = CNFs per Service Chain"
7290 #  y-axis: "Y = Number of Service Chains"
7291 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7292 #  layout:
7293 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7294 #    layout: "plot-service-density"
7295 #
7296 #- type: "plot"
7297 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7298 #  algorithm: "plot_nf_heatmap"
7299 #  output-file-type: ".html"
7300 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7301 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7302 #  filter: "'NIC_Intel-XXV710' and
7303 #           'NF_DENSITY' and
7304 #           'DOCKER' and
7305 #           'CHAIN' and
7306 #           'NF_VPPIP4' and
7307 #           '64B' and
7308 #           '4T2C' and
7309 #           'NDRPDR'"
7310 #  parameters:
7311 #  - "throughput"
7312 #  - "name"
7313 #  - "tags"
7314 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7315 #  x-axis: "X = CNFs per Service Chain"
7316 #  y-axis: "Y = Number of Service Chains"
7317 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7318 #  layout:
7319 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7320 #    layout: "plot-service-density"
7321 #
7322 #- type: "plot"
7323 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7324 #  algorithm: "plot_nf_heatmap"
7325 #  output-file-type: ".html"
7326 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7327 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7328 #  filter: "'NIC_Intel-XXV710' and
7329 #           'NF_DENSITY' and
7330 #           'DOCKER' and
7331 #           'CHAIN' and
7332 #           'NF_VPPIP4' and
7333 #           '64B' and
7334 #           '8T4C' and
7335 #           'NDRPDR'"
7336 #  parameters:
7337 #  - "throughput"
7338 #  - "name"
7339 #  - "tags"
7340 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7341 #  x-axis: "X = CNFs per Service Chain"
7342 #  y-axis: "Y = Number of Service Chains"
7343 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7344 #  layout:
7345 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7346 #    layout: "plot-service-density"
7347 #
7348 ## Plots - NF Density - CSC - NDR IMIX
7349 #- type: "plot"
7350 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7351 #  algorithm: "plot_nf_heatmap"
7352 #  output-file-type: ".html"
7353 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7354 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7355 #  filter: "'NIC_Intel-XXV710' and
7356 #           'NF_DENSITY' and
7357 #           'DOCKER' and
7358 #           'CHAIN' and
7359 #           'NF_VPPIP4' and
7360 #           'IMIX' and
7361 #           '2T1C' and
7362 #           'NDRPDR'"
7363 #  parameters:
7364 #  - "throughput"
7365 #  - "name"
7366 #  - "tags"
7367 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7368 #  x-axis: "X = CNFs per Service Chain"
7369 #  y-axis: "Y = Number of Service Chains"
7370 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7371 #  layout:
7372 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7373 #    layout: "plot-service-density"
7374 #
7375 #- type: "plot"
7376 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7377 #  algorithm: "plot_nf_heatmap"
7378 #  output-file-type: ".html"
7379 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7380 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7381 #  filter: "'NIC_Intel-XXV710' and
7382 #           'NF_DENSITY' and
7383 #           'DOCKER' and
7384 #           'CHAIN' and
7385 #           'NF_VPPIP4' and
7386 #           'IMIX' and
7387 #           '4T2C' and
7388 #           'NDRPDR'"
7389 #  parameters:
7390 #  - "throughput"
7391 #  - "name"
7392 #  - "tags"
7393 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7394 #  x-axis: "X = CNFs per Service Chain"
7395 #  y-axis: "Y = Number of Service Chains"
7396 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7397 #  layout:
7398 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7399 #    layout: "plot-service-density"
7400 #
7401 #- type: "plot"
7402 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7403 #  algorithm: "plot_nf_heatmap"
7404 #  output-file-type: ".html"
7405 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7406 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7407 #  filter: "'NIC_Intel-XXV710' and
7408 #           'NF_DENSITY' and
7409 #           'DOCKER' and
7410 #           'CHAIN' and
7411 #           'NF_VPPIP4' and
7412 #           'IMIX' and
7413 #           '8T4C' and
7414 #           'NDRPDR'"
7415 #  parameters:
7416 #  - "throughput"
7417 #  - "name"
7418 #  - "tags"
7419 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7420 #  x-axis: "X = CNFs per Service Chain"
7421 #  y-axis: "Y = Number of Service Chains"
7422 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7423 #  layout:
7424 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7425 #    layout: "plot-service-density"
7426 #
7427 ## Plots - NF Density - CSC - PDR 64b
7428 #- type: "plot"
7429 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7430 #  algorithm: "plot_nf_heatmap"
7431 #  output-file-type: ".html"
7432 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7433 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7434 #  filter: "'NIC_Intel-XXV710' and
7435 #           'NF_DENSITY' and
7436 #           'DOCKER' and
7437 #           'CHAIN' and
7438 #           'NF_VPPIP4' and
7439 #           '64B' and
7440 #           '2T1C' and
7441 #           'NDRPDR'"
7442 #  parameters:
7443 #  - "throughput"
7444 #  - "name"
7445 #  - "tags"
7446 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7447 #  x-axis: "X = CNFs per Service Chain"
7448 #  y-axis: "Y = Number of Service Chains"
7449 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7450 #  layout:
7451 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7452 #    layout: "plot-service-density"
7453 #
7454 #- type: "plot"
7455 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7456 #  algorithm: "plot_nf_heatmap"
7457 #  output-file-type: ".html"
7458 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7459 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7460 #  filter: "'NIC_Intel-XXV710' and
7461 #           'NF_DENSITY' and
7462 #           'DOCKER' and
7463 #           'CHAIN' and
7464 #           'NF_VPPIP4' and
7465 #           '64B' and
7466 #           '4T2C' and
7467 #           'NDRPDR'"
7468 #  parameters:
7469 #  - "throughput"
7470 #  - "name"
7471 #  - "tags"
7472 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7473 #  x-axis: "X = CNFs per Service Chain"
7474 #  y-axis: "Y = Number of Service Chains"
7475 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7476 #  layout:
7477 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7478 #    layout: "plot-service-density"
7479 #
7480 #- type: "plot"
7481 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7482 #  algorithm: "plot_nf_heatmap"
7483 #  output-file-type: ".html"
7484 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7485 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7486 #  filter: "'NIC_Intel-XXV710' and
7487 #           'NF_DENSITY' and
7488 #           'DOCKER' and
7489 #           'CHAIN' and
7490 #           'NF_VPPIP4' and
7491 #           '64B' and
7492 #           '8T4C' and
7493 #           'NDRPDR'"
7494 #  parameters:
7495 #  - "throughput"
7496 #  - "name"
7497 #  - "tags"
7498 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7499 #  x-axis: "X = CNFs per Service Chain"
7500 #  y-axis: "Y = Number of Service Chains"
7501 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7502 #  layout:
7503 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7504 #    layout: "plot-service-density"
7505 #
7506 ## Plots - NF Density - CSC - PDR IMIX
7507 #- type: "plot"
7508 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7509 #  algorithm: "plot_nf_heatmap"
7510 #  output-file-type: ".html"
7511 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7512 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7513 #  filter: "'NIC_Intel-XXV710' and
7514 #           'NF_DENSITY' and
7515 #           'DOCKER' and
7516 #           'CHAIN' and
7517 #           'NF_VPPIP4' and
7518 #           'IMIX' and
7519 #           '2T1C' and
7520 #           'NDRPDR'"
7521 #  parameters:
7522 #  - "throughput"
7523 #  - "name"
7524 #  - "tags"
7525 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7526 #  x-axis: "X = CNFs per Service Chain"
7527 #  y-axis: "Y = Number of Service Chains"
7528 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7529 #  layout:
7530 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7531 #    layout: "plot-service-density"
7532 #
7533 #- type: "plot"
7534 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7535 #  algorithm: "plot_nf_heatmap"
7536 #  output-file-type: ".html"
7537 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7538 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7539 #  filter: "'NIC_Intel-XXV710' and
7540 #           'NF_DENSITY' and
7541 #           'DOCKER' and
7542 #           'CHAIN' and
7543 #           'NF_VPPIP4' and
7544 #           'IMIX' and
7545 #           '4T2C' and
7546 #           'NDRPDR'"
7547 #  parameters:
7548 #  - "throughput"
7549 #  - "name"
7550 #  - "tags"
7551 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7552 #  x-axis: "X = CNFs per Service Chain"
7553 #  y-axis: "Y = Number of Service Chains"
7554 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7555 #  layout:
7556 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7557 #    layout: "plot-service-density"
7558 #
7559 #- type: "plot"
7560 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7561 #  algorithm: "plot_nf_heatmap"
7562 #  output-file-type: ".html"
7563 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7564 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7565 #  filter: "'NIC_Intel-XXV710' and
7566 #           'NF_DENSITY' and
7567 #           'DOCKER' and
7568 #           'CHAIN' and
7569 #           'NF_VPPIP4' and
7570 #           'IMIX' and
7571 #           '8T4C' and
7572 #           'NDRPDR'"
7573 #  parameters:
7574 #  - "throughput"
7575 #  - "name"
7576 #  - "tags"
7577 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7578 #  x-axis: "X = CNFs per Service Chain"
7579 #  y-axis: "Y = Number of Service Chains"
7580 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7581 #  layout:
7582 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7583 #    layout: "plot-service-density"
7584 #
7585 ################################################################################
7586 #
7587 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7588 #- type: "plot"
7589 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7590 #  algorithm: "plot_nf_heatmap"
7591 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7592 #  data: "plot-vpp-nfv-3n-skx-mrr"
7593 #  filter: "'NIC_Intel-XXV710' and
7594 #           'NF_DENSITY' and
7595 #           'DOCKER' and
7596 #           'CHAIN' and
7597 #           'NF_VPPIP4' and
7598 #           'IPSEC' and
7599 #           'TNL_4' and
7600 #           'IMIX' and
7601 #           '2T1C' and
7602 #           'MRR'"
7603 #  parameters:
7604 #  - "result"
7605 #  - "name"
7606 #  - "tags"
7607 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7608 #  x-axis: "X = CNFs per Service Chain"
7609 #  y-axis: "Y = Number of Service Chains"
7610 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7611 #  layout:
7612 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7613 #    layout: "plot-service-density"
7614 #
7615 #- type: "plot"
7616 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7617 #  algorithm: "plot_nf_heatmap"
7618 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7619 #  data: "plot-vpp-nfv-3n-skx-mrr"
7620 #  filter: "'NIC_Intel-XXV710' and
7621 #           'NF_DENSITY' and
7622 #           'DOCKER' and
7623 #           'CHAIN' and
7624 #           'NF_VPPIP4' and
7625 #           'IPSEC' and
7626 #           'TNL_4' and
7627 #           'IMIX' and
7628 #           '4T2C' and
7629 #           'MRR'"
7630 #  parameters:
7631 #  - "result"
7632 #  - "name"
7633 #  - "tags"
7634 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7635 #  x-axis: "X = CNFs per Service Chain"
7636 #  y-axis: "Y = Number of Service Chains"
7637 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7638 #  layout:
7639 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7640 #    layout: "plot-service-density"
7641 #
7642 #- type: "plot"
7643 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7644 #  algorithm: "plot_nf_heatmap"
7645 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7646 #  data: "plot-vpp-nfv-3n-skx-mrr"
7647 #  filter: "'NIC_Intel-XXV710' and
7648 #           'NF_DENSITY' and
7649 #           'DOCKER' and
7650 #           'CHAIN' and
7651 #           'NF_VPPIP4' and
7652 #           'IPSEC' and
7653 #           'TNL_4' and
7654 #           'IMIX' and
7655 #           '8T4C' and
7656 #           'MRR'"
7657 #  parameters:
7658 #  - "result"
7659 #  - "name"
7660 #  - "tags"
7661 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7662 #  x-axis: "X = CNFs per Service Chain"
7663 #  y-axis: "Y = Number of Service Chains"
7664 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7665 #  layout:
7666 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7667 #    layout: "plot-service-density"
7668 #
7669 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7670 #- type: "plot"
7671 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7672 #  algorithm: "plot_nf_heatmap"
7673 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7674 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7675 #  filter: "'NIC_Intel-XXV710' and
7676 #           'NF_DENSITY' and
7677 #           'DOCKER' and
7678 #           'CHAIN' and
7679 #           'NF_VPPIP4' and
7680 #           'IPSEC' and
7681 #           'TNL_4' and
7682 #           'IMIX' and
7683 #           '2T1C' and
7684 #           'NDRPDR'"
7685 #  parameters:
7686 #  - "throughput"
7687 #  - "name"
7688 #  - "tags"
7689 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7690 #  x-axis: "X = CNFs per Service Chain"
7691 #  y-axis: "Y = Number of Service Chains"
7692 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7693 #  layout:
7694 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7695 #    layout: "plot-service-density"
7696 #
7697 #- type: "plot"
7698 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7699 #  algorithm: "plot_nf_heatmap"
7700 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7701 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7702 #  filter: "'NIC_Intel-XXV710' and
7703 #           'NF_DENSITY' and
7704 #           'DOCKER' and
7705 #           'CHAIN' and
7706 #           'NF_VPPIP4' and
7707 #           'IPSEC' and
7708 #           'TNL_4' and
7709 #           'IMIX' and
7710 #           '4T2C' and
7711 #           'NDRPDR'"
7712 #  parameters:
7713 #  - "throughput"
7714 #  - "name"
7715 #  - "tags"
7716 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7717 #  x-axis: "X = CNFs per Service Chain"
7718 #  y-axis: "Y = Number of Service Chains"
7719 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7720 #  layout:
7721 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7722 #    layout: "plot-service-density"
7723 #
7724 #- type: "plot"
7725 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7726 #  algorithm: "plot_nf_heatmap"
7727 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7728 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7729 #  filter: "'NIC_Intel-XXV710' and
7730 #           'NF_DENSITY' and
7731 #           'DOCKER' and
7732 #           'CHAIN' and
7733 #           'NF_VPPIP4' and
7734 #           'IPSEC' and
7735 #           'TNL_4' and
7736 #           'IMIX' and
7737 #           '8T4C' and
7738 #           'NDRPDR'"
7739 #  parameters:
7740 #  - "throughput"
7741 #  - "name"
7742 #  - "tags"
7743 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7744 #  x-axis: "X = CNFs per Service Chain"
7745 #  y-axis: "Y = Number of Service Chains"
7746 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7747 #  layout:
7748 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7749 #    layout: "plot-service-density"
7750 #
7751 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7752 #- type: "plot"
7753 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7754 #  algorithm: "plot_nf_heatmap"
7755 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7756 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7757 #  filter: "'NIC_Intel-XXV710' and
7758 #           'NF_DENSITY' and
7759 #           'DOCKER' and
7760 #           'CHAIN' and
7761 #           'NF_VPPIP4' and
7762 #           'IPSEC' and
7763 #           'TNL_4' and
7764 #           'IMIX' and
7765 #           '2T1C' and
7766 #           'NDRPDR'"
7767 #  parameters:
7768 #  - "throughput"
7769 #  - "name"
7770 #  - "tags"
7771 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7772 #  x-axis: "X = CNFs per Service Chain"
7773 #  y-axis: "Y = Number of Service Chains"
7774 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7775 #  layout:
7776 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7777 #    layout: "plot-service-density"
7778 #
7779 #- type: "plot"
7780 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7781 #  algorithm: "plot_nf_heatmap"
7782 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7783 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7784 #  filter: "'NIC_Intel-XXV710' and
7785 #           'NF_DENSITY' and
7786 #           'DOCKER' and
7787 #           'CHAIN' and
7788 #           'NF_VPPIP4' and
7789 #           'IPSEC' and
7790 #           'TNL_4' and
7791 #           'IMIX' and
7792 #           '4T2C' and
7793 #           'NDRPDR'"
7794 #  parameters:
7795 #  - "throughput"
7796 #  - "name"
7797 #  - "tags"
7798 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7799 #  x-axis: "X = CNFs per Service Chain"
7800 #  y-axis: "Y = Number of Service Chains"
7801 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7802 #  layout:
7803 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7804 #    layout: "plot-service-density"
7805 #
7806 #- type: "plot"
7807 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7808 #  algorithm: "plot_nf_heatmap"
7809 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
7810 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7811 #  filter: "'NIC_Intel-XXV710' and
7812 #           'NF_DENSITY' and
7813 #           'DOCKER' and
7814 #           'CHAIN' and
7815 #           'NF_VPPIP4' and
7816 #           'IPSEC' and
7817 #           'TNL_4' and
7818 #           'IMIX' and
7819 #           '8T4C' and
7820 #           'NDRPDR'"
7821 #  parameters:
7822 #  - "throughput"
7823 #  - "name"
7824 #  - "tags"
7825 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7826 #  x-axis: "X = CNFs per Service Chain"
7827 #  y-axis: "Y = Number of Service Chains"
7828 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7829 #  layout:
7830 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7831 #    layout: "plot-service-density"
7832
7833 ###############################################################################
7834
7835 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7836 - type: "plot"
7837   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7838   algorithm: "plot_nf_heatmap"
7839   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
7840   data: "plot-vpp-nfv-3n-hsw-mrr"
7841   filter: "'NIC_Intel-XL710' and
7842            'NF_DENSITY' and
7843            'DOCKER' and
7844            'CHAIN' and
7845            'NF_VPPIP4' and
7846            'IMIX' and
7847            'TNL_4' and
7848            '1T1C' and
7849            'MRR'"
7850   parameters:
7851   - "result"
7852   - "name"
7853   - "tags"
7854   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7855   x-axis: "X = CNFs per Service Chain"
7856   y-axis: "Y = Number of Service Chains"
7857   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7858   layout:
7859     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7860     layout: "plot-service-density"
7861
7862 - type: "plot"
7863   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7864   algorithm: "plot_nf_heatmap"
7865   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
7866   data: "plot-vpp-nfv-3n-hsw-mrr"
7867   filter: "'NIC_Intel-XL710' and
7868            'NF_DENSITY' and
7869            'DOCKER' and
7870            'CHAIN' and
7871            'NF_VPPIP4' and
7872            'IPSEC' and
7873            'TNL_4' and
7874            'IMIX' and
7875            '2T2C' and
7876            'MRR'"
7877   parameters:
7878   - "result"
7879   - "name"
7880   - "tags"
7881   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7882   x-axis: "X = CNFs per Service Chain"
7883   y-axis: "Y = Number of Service Chains"
7884   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7885   layout:
7886     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7887     layout: "plot-service-density"
7888
7889 - type: "plot"
7890   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7891   algorithm: "plot_nf_heatmap"
7892   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
7893   data: "plot-vpp-nfv-3n-hsw-mrr"
7894   filter: "'NIC_Intel-XL710' and
7895            'NF_DENSITY' and
7896            'DOCKER' and
7897            'CHAIN' and
7898            'NF_VPPIP4' and
7899            'IPSEC' and
7900            'TNL_4' and
7901            'IMIX' and
7902            '4T4C' and
7903            'MRR'"
7904   parameters:
7905   - "result"
7906   - "name"
7907   - "tags"
7908   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7909   x-axis: "X = CNFs per Service Chain"
7910   y-axis: "Y = Number of Service Chains"
7911   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7912   layout:
7913     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7914     layout: "plot-service-density"
7915
7916 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7917 - type: "plot"
7918   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7919   algorithm: "plot_nf_heatmap"
7920   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
7921   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7922   filter: "'NIC_Intel-XL710' and
7923            'NF_DENSITY' and
7924            'DOCKER' and
7925            'CHAIN' and
7926            'NF_VPPIP4' and
7927            'IPSEC' and
7928            'TNL_4' and
7929            'IMIX' and
7930            '1T1C' and
7931            'NDRPDR'"
7932   parameters:
7933   - "throughput"
7934   - "name"
7935   - "tags"
7936   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7937   x-axis: "X = CNFs per Service Chain"
7938   y-axis: "Y = Number of Service Chains"
7939   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7940   layout:
7941     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7942     layout: "plot-service-density"
7943
7944 - type: "plot"
7945   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7946   algorithm: "plot_nf_heatmap"
7947   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
7948   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7949   filter: "'NIC_Intel-XL710' and
7950            'NF_DENSITY' and
7951            'DOCKER' and
7952            'CHAIN' and
7953            'NF_VPPIP4' and
7954            'IPSEC' and
7955            'TNL_4' and
7956            'IMIX' and
7957            '2T2C' and
7958            'NDRPDR'"
7959   parameters:
7960   - "throughput"
7961   - "name"
7962   - "tags"
7963   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7964   x-axis: "X = CNFs per Service Chain"
7965   y-axis: "Y = Number of Service Chains"
7966   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7967   layout:
7968     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7969     layout: "plot-service-density"
7970
7971 - type: "plot"
7972   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7973   algorithm: "plot_nf_heatmap"
7974   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
7975   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7976   filter: "'NIC_Intel-XL710' and
7977            'NF_DENSITY' and
7978            'DOCKER' and
7979            'CHAIN' and
7980            'NF_VPPIP4' and
7981            'IPSEC' and
7982            'TNL_4' and
7983            'IMIX' and
7984            '4T4C' and
7985            'NDRPDR'"
7986   parameters:
7987   - "throughput"
7988   - "name"
7989   - "tags"
7990   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7991   x-axis: "X = CNFs per Service Chain"
7992   y-axis: "Y = Number of Service Chains"
7993   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7994   layout:
7995     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7996     layout: "plot-service-density"
7997
7998 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7999 - type: "plot"
8000   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8001   algorithm: "plot_nf_heatmap"
8002   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8003   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8004   filter: "'NIC_Intel-XL710' and
8005            'NF_DENSITY' and
8006            'DOCKER' and
8007            'CHAIN' and
8008            'NF_VPPIP4' and
8009            'IPSEC' and
8010            'TNL_4' and
8011            'IMIX' and
8012            '1T1C' and
8013            'NDRPDR'"
8014   parameters:
8015   - "throughput"
8016   - "name"
8017   - "tags"
8018   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8019   x-axis: "X = CNFs per Service Chain"
8020   y-axis: "Y = Number of Service Chains"
8021   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8022   layout:
8023     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8024     layout: "plot-service-density"
8025
8026 - type: "plot"
8027   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8028   algorithm: "plot_nf_heatmap"
8029   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8030   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8031   filter: "'NIC_Intel-XL710' and
8032            'NF_DENSITY' and
8033            'DOCKER' and
8034            'CHAIN' and
8035            'NF_VPPIP4' and
8036            'IPSEC' and
8037            'TNL_4' and
8038            'IMIX' and
8039            '2T2C' and
8040            'NDRPDR'"
8041   parameters:
8042   - "throughput"
8043   - "name"
8044   - "tags"
8045   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8046   x-axis: "X = CNFs per Service Chain"
8047   y-axis: "Y = Number of Service Chains"
8048   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8049   layout:
8050     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8051     layout: "plot-service-density"
8052
8053 - type: "plot"
8054   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8055   algorithm: "plot_nf_heatmap"
8056   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8057   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8058   filter: "'NIC_Intel-XL710' and
8059            'NF_DENSITY' and
8060            'DOCKER' and
8061            'CHAIN' and
8062            'NF_VPPIP4' and
8063            'IPSEC' and
8064            'TNL_4' and
8065            'IMIX' and
8066            '4T4C' and
8067            'NDRPDR'"
8068   parameters:
8069   - "throughput"
8070   - "name"
8071   - "tags"
8072   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8073   x-axis: "X = CNFs per Service Chain"
8074   y-axis: "Y = Number of Service Chains"
8075   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8076   layout:
8077     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8078     layout: "plot-service-density"
8079
8080 ###############################################################################
8081
8082 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8083 #- type: "plot"
8084 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8085 #  algorithm: "plot_nf_heatmap"
8086 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8087 #  data: "plot-vpp-nfv-3n-skx-mrr"
8088 #  filter: "'NIC_Intel-XXV710' and
8089 #           'NF_DENSITY' and
8090 #           'DOCKER' and
8091 #           'CHAIN' and
8092 #           'NF_VPPIP4' and
8093 #           'IPSEC' and
8094 #           'TNL_1000' and
8095 #           'IMIX' and
8096 #           '2T1C' and
8097 #           'MRR'"
8098 #  parameters:
8099 #  - "result"
8100 #  - "name"
8101 #  - "tags"
8102 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8103 #  x-axis: "X = CNFs per Service Chain"
8104 #  y-axis: "Y = Number of Service Chains"
8105 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8106 #  layout:
8107 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8108 #    layout: "plot-service-density"
8109 #
8110 #- type: "plot"
8111 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8112 #  algorithm: "plot_nf_heatmap"
8113 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8114 #  data: "plot-vpp-nfv-3n-skx-mrr"
8115 #  filter: "'NIC_Intel-XXV710' and
8116 #           'NF_DENSITY' and
8117 #           'DOCKER' and
8118 #           'CHAIN' and
8119 #           'NF_VPPIP4' and
8120 #           'IPSEC' and
8121 #           'TNL_1000' and
8122 #           'IMIX' and
8123 #           '4T2C' and
8124 #           'MRR'"
8125 #  parameters:
8126 #  - "result"
8127 #  - "name"
8128 #  - "tags"
8129 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8130 #  x-axis: "X = CNFs per Service Chain"
8131 #  y-axis: "Y = Number of Service Chains"
8132 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8133 #  layout:
8134 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8135 #    layout: "plot-service-density"
8136 #
8137 #- type: "plot"
8138 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8139 #  algorithm: "plot_nf_heatmap"
8140 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8141 #  data: "plot-vpp-nfv-3n-skx-mrr"
8142 #  filter: "'NIC_Intel-XXV710' and
8143 #           'NF_DENSITY' and
8144 #           'DOCKER' and
8145 #           'CHAIN' and
8146 #           'NF_VPPIP4' and
8147 #           'IPSEC' and
8148 #           'TNL_1000' and
8149 #           'IMIX' and
8150 #           '8T4C' and
8151 #           'MRR'"
8152 #  parameters:
8153 #  - "result"
8154 #  - "name"
8155 #  - "tags"
8156 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8157 #  x-axis: "X = CNFs per Service Chain"
8158 #  y-axis: "Y = Number of Service Chains"
8159 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8160 #  layout:
8161 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8162 #    layout: "plot-service-density"
8163 #
8164 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8165 #- type: "plot"
8166 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8167 #  algorithm: "plot_nf_heatmap"
8168 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8169 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8170 #  filter: "'NIC_Intel-XXV710' and
8171 #           'NF_DENSITY' and
8172 #           'DOCKER' and
8173 #           'CHAIN' and
8174 #           'NF_VPPIP4' and
8175 #           'IPSEC' and
8176 #           'TNL_1000' and
8177 #           'IMIX' and
8178 #           '2T1C' and
8179 #           'NDRPDR'"
8180 #  parameters:
8181 #  - "throughput"
8182 #  - "name"
8183 #  - "tags"
8184 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8185 #  x-axis: "X = CNFs per Service Chain"
8186 #  y-axis: "Y = Number of Service Chains"
8187 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8188 #  layout:
8189 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8190 #    layout: "plot-service-density"
8191 #
8192 #- type: "plot"
8193 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8194 #  algorithm: "plot_nf_heatmap"
8195 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8196 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8197 #  filter: "'NIC_Intel-XXV710' and
8198 #           'NF_DENSITY' and
8199 #           'DOCKER' and
8200 #           'CHAIN' and
8201 #           'NF_VPPIP4' and
8202 #           'IPSEC' and
8203 #           'TNL_1000' and
8204 #           'IMIX' and
8205 #           '4T2C' and
8206 #           'NDRPDR'"
8207 #  parameters:
8208 #  - "throughput"
8209 #  - "name"
8210 #  - "tags"
8211 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8212 #  x-axis: "X = CNFs per Service Chain"
8213 #  y-axis: "Y = Number of Service Chains"
8214 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8215 #  layout:
8216 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8217 #    layout: "plot-service-density"
8218 #
8219 #- type: "plot"
8220 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8221 #  algorithm: "plot_nf_heatmap"
8222 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8223 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8224 #  filter: "'NIC_Intel-XXV710' and
8225 #           'NF_DENSITY' and
8226 #           'DOCKER' and
8227 #           'CHAIN' and
8228 #           'NF_VPPIP4' and
8229 #           'IPSEC' and
8230 #           'TNL_1000' and
8231 #           'IMIX' and
8232 #           '8T4C' and
8233 #           'NDRPDR'"
8234 #  parameters:
8235 #  - "throughput"
8236 #  - "name"
8237 #  - "tags"
8238 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8239 #  x-axis: "X = CNFs per Service Chain"
8240 #  y-axis: "Y = Number of Service Chains"
8241 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8242 #  layout:
8243 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8244 #    layout: "plot-service-density"
8245 #
8246 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8247 #- type: "plot"
8248 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8249 #  algorithm: "plot_nf_heatmap"
8250 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8251 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8252 #  filter: "'NIC_Intel-XXV710' and
8253 #           'NF_DENSITY' and
8254 #           'DOCKER' and
8255 #           'CHAIN' and
8256 #           'NF_VPPIP4' and
8257 #           'IPSEC' and
8258 #           'TNL_1000' and
8259 #           'IMIX' and
8260 #           '2T1C' and
8261 #           'NDRPDR'"
8262 #  parameters:
8263 #  - "throughput"
8264 #  - "name"
8265 #  - "tags"
8266 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8267 #  x-axis: "X = CNFs per Service Chain"
8268 #  y-axis: "Y = Number of Service Chains"
8269 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8270 #  layout:
8271 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8272 #    layout: "plot-service-density"
8273 #
8274 #- type: "plot"
8275 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8276 #  algorithm: "plot_nf_heatmap"
8277 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8278 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8279 #  filter: "'NIC_Intel-XXV710' and
8280 #           'NF_DENSITY' and
8281 #           'DOCKER' and
8282 #           'CHAIN' and
8283 #           'NF_VPPIP4' and
8284 #           'IPSEC' and
8285 #           'TNL_1000' and
8286 #           'IMIX' and
8287 #           '4T2C' and
8288 #           'NDRPDR'"
8289 #  parameters:
8290 #  - "throughput"
8291 #  - "name"
8292 #  - "tags"
8293 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8294 #  x-axis: "X = CNFs per Service Chain"
8295 #  y-axis: "Y = Number of Service Chains"
8296 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8297 #  layout:
8298 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8299 #    layout: "plot-service-density"
8300 #
8301 #- type: "plot"
8302 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8303 #  algorithm: "plot_nf_heatmap"
8304 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8305 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8306 #  filter: "'NIC_Intel-XXV710' and
8307 #           'NF_DENSITY' and
8308 #           'DOCKER' and
8309 #           'CHAIN' and
8310 #           'NF_VPPIP4' and
8311 #           'IPSEC' and
8312 #           'TNL_1000' and
8313 #           'IMIX' and
8314 #           '8T4C' and
8315 #           'NDRPDR'"
8316 #  parameters:
8317 #  - "throughput"
8318 #  - "name"
8319 #  - "tags"
8320 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8321 #  x-axis: "X = CNFs per Service Chain"
8322 #  y-axis: "Y = Number of Service Chains"
8323 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8324 #  layout:
8325 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8326 #    layout: "plot-service-density"
8327
8328 ###############################################################################
8329
8330 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8331 - type: "plot"
8332   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8333   algorithm: "plot_nf_heatmap"
8334   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8335   data: "plot-vpp-nfv-3n-hsw-mrr"
8336   filter: "'NIC_Intel-XL710' and
8337            'NF_DENSITY' and
8338            'DOCKER' and
8339            'CHAIN' and
8340            'NF_VPPIP4' and
8341            'IMIX' and
8342            'TNL_1000' and
8343            '1T1C' and
8344            'MRR'"
8345   parameters:
8346   - "result"
8347   - "name"
8348   - "tags"
8349   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8350   x-axis: "X = CNFs per Service Chain"
8351   y-axis: "Y = Number of Service Chains"
8352   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8353   layout:
8354     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8355     layout: "plot-service-density"
8356
8357 - type: "plot"
8358   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8359   algorithm: "plot_nf_heatmap"
8360   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8361   data: "plot-vpp-nfv-3n-hsw-mrr"
8362   filter: "'NIC_Intel-XL710' and
8363            'NF_DENSITY' and
8364            'DOCKER' and
8365            'CHAIN' and
8366            'NF_VPPIP4' and
8367            'IPSEC' and
8368            'TNL_1000' and
8369            'IMIX' and
8370            '2T2C' and
8371            'MRR'"
8372   parameters:
8373   - "result"
8374   - "name"
8375   - "tags"
8376   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8377   x-axis: "X = CNFs per Service Chain"
8378   y-axis: "Y = Number of Service Chains"
8379   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8380   layout:
8381     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8382     layout: "plot-service-density"
8383
8384 - type: "plot"
8385   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8386   algorithm: "plot_nf_heatmap"
8387   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8388   data: "plot-vpp-nfv-3n-hsw-mrr"
8389   filter: "'NIC_Intel-XL710' and
8390            'NF_DENSITY' and
8391            'DOCKER' and
8392            'CHAIN' and
8393            'NF_VPPIP4' and
8394            'IPSEC' and
8395            'TNL_1000' and
8396            'IMIX' and
8397            '4T4C' and
8398            'MRR'"
8399   parameters:
8400   - "result"
8401   - "name"
8402   - "tags"
8403   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8404   x-axis: "X = CNFs per Service Chain"
8405   y-axis: "Y = Number of Service Chains"
8406   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8407   layout:
8408     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8409     layout: "plot-service-density"
8410
8411 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8412 - type: "plot"
8413   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8414   algorithm: "plot_nf_heatmap"
8415   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8416   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8417   filter: "'NIC_Intel-XL710' and
8418            'NF_DENSITY' and
8419            'DOCKER' and
8420            'CHAIN' and
8421            'NF_VPPIP4' and
8422            'IPSEC' and
8423            'TNL_1000' and
8424            'IMIX' and
8425            '1T1C' and
8426            'NDRPDR'"
8427   parameters:
8428   - "throughput"
8429   - "name"
8430   - "tags"
8431   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8432   x-axis: "X = CNFs per Service Chain"
8433   y-axis: "Y = Number of Service Chains"
8434   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8435   layout:
8436     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8437     layout: "plot-service-density"
8438
8439 - type: "plot"
8440   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8441   algorithm: "plot_nf_heatmap"
8442   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8443   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8444   filter: "'NIC_Intel-XL710' and
8445            'NF_DENSITY' and
8446            'DOCKER' and
8447            'CHAIN' and
8448            'NF_VPPIP4' and
8449            'IPSEC' and
8450            'TNL_1000' and
8451            'IMIX' and
8452            '2T2C' and
8453            'NDRPDR'"
8454   parameters:
8455   - "throughput"
8456   - "name"
8457   - "tags"
8458   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8459   x-axis: "X = CNFs per Service Chain"
8460   y-axis: "Y = Number of Service Chains"
8461   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8462   layout:
8463     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8464     layout: "plot-service-density"
8465
8466 - type: "plot"
8467   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8468   algorithm: "plot_nf_heatmap"
8469   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8470   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8471   filter: "'NIC_Intel-XL710' and
8472            'NF_DENSITY' and
8473            'DOCKER' and
8474            'CHAIN' and
8475            'NF_VPPIP4' and
8476            'IPSEC' and
8477            'TNL_1000' and
8478            'IMIX' and
8479            '4T4C' and
8480            'NDRPDR'"
8481   parameters:
8482   - "throughput"
8483   - "name"
8484   - "tags"
8485   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8486   x-axis: "X = CNFs per Service Chain"
8487   y-axis: "Y = Number of Service Chains"
8488   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8489   layout:
8490     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8491     layout: "plot-service-density"
8492
8493 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8494 - type: "plot"
8495   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8496   algorithm: "plot_nf_heatmap"
8497   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8498   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8499   filter: "'NIC_Intel-XL710' and
8500            'NF_DENSITY' and
8501            'DOCKER' and
8502            'CHAIN' and
8503            'NF_VPPIP4' and
8504            'IPSEC' and
8505            'TNL_1000' and
8506            'IMIX' and
8507            '1T1C' and
8508            'NDRPDR'"
8509   parameters:
8510   - "throughput"
8511   - "name"
8512   - "tags"
8513   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8514   x-axis: "X = CNFs per Service Chain"
8515   y-axis: "Y = Number of Service Chains"
8516   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8517   layout:
8518     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8519     layout: "plot-service-density"
8520
8521 - type: "plot"
8522   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8523   algorithm: "plot_nf_heatmap"
8524   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8525   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8526   filter: "'NIC_Intel-XL710' and
8527            'NF_DENSITY' and
8528            'DOCKER' and
8529            'CHAIN' and
8530            'NF_VPPIP4' and
8531            'IPSEC' and
8532            'TNL_1000' and
8533            'IMIX' and
8534            '2T2C' and
8535            'NDRPDR'"
8536   parameters:
8537   - "throughput"
8538   - "name"
8539   - "tags"
8540   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8541   x-axis: "X = CNFs per Service Chain"
8542   y-axis: "Y = Number of Service Chains"
8543   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8544   layout:
8545     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8546     layout: "plot-service-density"
8547
8548 - type: "plot"
8549   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8550   algorithm: "plot_nf_heatmap"
8551   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8552   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8553   filter: "'NIC_Intel-XL710' and
8554            'NF_DENSITY' and
8555            'DOCKER' and
8556            'CHAIN' and
8557            'NF_VPPIP4' and
8558            'IPSEC' and
8559            'TNL_1000' and
8560            'IMIX' and
8561            '4T4C' and
8562            'NDRPDR'"
8563   parameters:
8564   - "throughput"
8565   - "name"
8566   - "tags"
8567   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8568   x-axis: "X = CNFs per Service Chain"
8569   y-axis: "Y = Number of Service Chains"
8570   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8571   layout:
8572     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8573     layout: "plot-service-density"
8574
8575 ###############################################################################
8576
8577 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8578 #- type: "plot"
8579 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8580 #  algorithm: "plot_nf_heatmap"
8581 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8582 #  data: "plot-vpp-nfv-3n-skx-mrr"
8583 #  filter: "'NIC_Intel-XXV710' and
8584 #           'NF_DENSITY' and
8585 #           'DOCKER' and
8586 #           'CHAIN' and
8587 #           'NF_VPPIP4' and
8588 #           'IPSEC' and
8589 #           'TNL_10000' and
8590 #           'IMIX' and
8591 #           '2T1C' and
8592 #           'MRR'"
8593 #  parameters:
8594 #  - "result"
8595 #  - "name"
8596 #  - "tags"
8597 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8598 #  x-axis: "X = CNFs per Service Chain"
8599 #  y-axis: "Y = Number of Service Chains"
8600 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8601 #  layout:
8602 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8603 #    layout: "plot-service-density"
8604 #
8605 #- type: "plot"
8606 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8607 #  algorithm: "plot_nf_heatmap"
8608 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8609 #  data: "plot-vpp-nfv-3n-skx-mrr"
8610 #  filter: "'NIC_Intel-XXV710' and
8611 #           'NF_DENSITY' and
8612 #           'DOCKER' and
8613 #           'CHAIN' and
8614 #           'NF_VPPIP4' and
8615 #           'IPSEC' and
8616 #           'TNL_10000' and
8617 #           'IMIX' and
8618 #           '4T2C' and
8619 #           'MRR'"
8620 #  parameters:
8621 #  - "result"
8622 #  - "name"
8623 #  - "tags"
8624 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8625 #  x-axis: "X = CNFs per Service Chain"
8626 #  y-axis: "Y = Number of Service Chains"
8627 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8628 #  layout:
8629 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8630 #    layout: "plot-service-density"
8631 #
8632 #- type: "plot"
8633 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8634 #  algorithm: "plot_nf_heatmap"
8635 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8636 #  data: "plot-vpp-nfv-3n-skx-mrr"
8637 #  filter: "'NIC_Intel-XXV710' and
8638 #           'NF_DENSITY' and
8639 #           'DOCKER' and
8640 #           'CHAIN' and
8641 #           'NF_VPPIP4' and
8642 #           'IPSEC' and
8643 #           'TNL_10000' and
8644 #           'IMIX' and
8645 #           '8T4C' and
8646 #           'MRR'"
8647 #  parameters:
8648 #  - "result"
8649 #  - "name"
8650 #  - "tags"
8651 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8652 #  x-axis: "X = CNFs per Service Chain"
8653 #  y-axis: "Y = Number of Service Chains"
8654 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8655 #  layout:
8656 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8657 #    layout: "plot-service-density"
8658 #
8659 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8660 #- type: "plot"
8661 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8662 #  algorithm: "plot_nf_heatmap"
8663 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8664 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8665 #  filter: "'NIC_Intel-XXV710' and
8666 #           'NF_DENSITY' and
8667 #           'DOCKER' and
8668 #           'CHAIN' and
8669 #           'NF_VPPIP4' and
8670 #           'IPSEC' and
8671 #           'TNL_10000' and
8672 #           'IMIX' and
8673 #           '2T1C' and
8674 #           'NDRPDR'"
8675 #  parameters:
8676 #  - "throughput"
8677 #  - "name"
8678 #  - "tags"
8679 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8680 #  x-axis: "X = CNFs per Service Chain"
8681 #  y-axis: "Y = Number of Service Chains"
8682 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8683 #  layout:
8684 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8685 #    layout: "plot-service-density"
8686 #
8687 #- type: "plot"
8688 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8689 #  algorithm: "plot_nf_heatmap"
8690 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8691 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8692 #  filter: "'NIC_Intel-XXV710' and
8693 #           'NF_DENSITY' and
8694 #           'DOCKER' and
8695 #           'CHAIN' and
8696 #           'NF_VPPIP4' and
8697 #           'IPSEC' and
8698 #           'TNL_10000' and
8699 #           'IMIX' and
8700 #           '4T2C' and
8701 #           'NDRPDR'"
8702 #  parameters:
8703 #  - "throughput"
8704 #  - "name"
8705 #  - "tags"
8706 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8707 #  x-axis: "X = CNFs per Service Chain"
8708 #  y-axis: "Y = Number of Service Chains"
8709 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8710 #  layout:
8711 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8712 #    layout: "plot-service-density"
8713 #
8714 #- type: "plot"
8715 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8716 #  algorithm: "plot_nf_heatmap"
8717 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8718 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8719 #  filter: "'NIC_Intel-XXV710' and
8720 #           'NF_DENSITY' and
8721 #           'DOCKER' and
8722 #           'CHAIN' and
8723 #           'NF_VPPIP4' and
8724 #           'IPSEC' and
8725 #           'TNL_10000' and
8726 #           'IMIX' and
8727 #           '8T4C' and
8728 #           'NDRPDR'"
8729 #  parameters:
8730 #  - "throughput"
8731 #  - "name"
8732 #  - "tags"
8733 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8734 #  x-axis: "X = CNFs per Service Chain"
8735 #  y-axis: "Y = Number of Service Chains"
8736 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8737 #  layout:
8738 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8739 #    layout: "plot-service-density"
8740 #
8741 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8742 #- type: "plot"
8743 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8744 #  algorithm: "plot_nf_heatmap"
8745 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8746 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8747 #  filter: "'NIC_Intel-XXV710' and
8748 #           'NF_DENSITY' and
8749 #           'DOCKER' and
8750 #           'CHAIN' and
8751 #           'NF_VPPIP4' and
8752 #           'IPSEC' and
8753 #           'TNL_10000' and
8754 #           'IMIX' and
8755 #           '2T1C' and
8756 #           'NDRPDR'"
8757 #  parameters:
8758 #  - "throughput"
8759 #  - "name"
8760 #  - "tags"
8761 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8762 #  x-axis: "X = CNFs per Service Chain"
8763 #  y-axis: "Y = Number of Service Chains"
8764 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8765 #  layout:
8766 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8767 #    layout: "plot-service-density"
8768 #
8769 #- type: "plot"
8770 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8771 #  algorithm: "plot_nf_heatmap"
8772 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8773 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8774 #  filter: "'NIC_Intel-XXV710' and
8775 #           'NF_DENSITY' and
8776 #           'DOCKER' and
8777 #           'CHAIN' and
8778 #           'NF_VPPIP4' and
8779 #           'IPSEC' and
8780 #           'TNL_10000' and
8781 #           'IMIX' and
8782 #           '4T2C' and
8783 #           'NDRPDR'"
8784 #  parameters:
8785 #  - "throughput"
8786 #  - "name"
8787 #  - "tags"
8788 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8789 #  x-axis: "X = CNFs per Service Chain"
8790 #  y-axis: "Y = Number of Service Chains"
8791 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8792 #  layout:
8793 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8794 #    layout: "plot-service-density"
8795 #
8796 #- type: "plot"
8797 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8798 #  algorithm: "plot_nf_heatmap"
8799 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
8800 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8801 #  filter: "'NIC_Intel-XXV710' and
8802 #           'NF_DENSITY' and
8803 #           'DOCKER' and
8804 #           'CHAIN' and
8805 #           'NF_VPPIP4' and
8806 #           'IPSEC' and
8807 #           'TNL_10000' and
8808 #           'IMIX' and
8809 #           '8T4C' and
8810 #           'NDRPDR'"
8811 #  parameters:
8812 #  - "throughput"
8813 #  - "name"
8814 #  - "tags"
8815 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8816 #  x-axis: "X = CNFs per Service Chain"
8817 #  y-axis: "Y = Number of Service Chains"
8818 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8819 #  layout:
8820 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8821 #    layout: "plot-service-density"
8822
8823 ###############################################################################
8824
8825 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8826 - type: "plot"
8827   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8828   algorithm: "plot_nf_heatmap"
8829   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
8830   data: "plot-vpp-nfv-3n-hsw-mrr"
8831   filter: "'NIC_Intel-XL710' and
8832            'NF_DENSITY' and
8833            'DOCKER' and
8834            'CHAIN' and
8835            'NF_VPPIP4' and
8836            'IMIX' and
8837            'TNL_10000' and
8838            '1T1C' and
8839            'MRR'"
8840   parameters:
8841   - "result"
8842   - "name"
8843   - "tags"
8844   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8845   x-axis: "X = CNFs per Service Chain"
8846   y-axis: "Y = Number of Service Chains"
8847   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8848   layout:
8849     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8850     layout: "plot-service-density"
8851
8852 - type: "plot"
8853   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8854   algorithm: "plot_nf_heatmap"
8855   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
8856   data: "plot-vpp-nfv-3n-hsw-mrr"
8857   filter: "'NIC_Intel-XL710' and
8858            'NF_DENSITY' and
8859            'DOCKER' and
8860            'CHAIN' and
8861            'NF_VPPIP4' and
8862            'IPSEC' and
8863            'TNL_10000' and
8864            'IMIX' and
8865            '2T2C' and
8866            'MRR'"
8867   parameters:
8868   - "result"
8869   - "name"
8870   - "tags"
8871   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8872   x-axis: "X = CNFs per Service Chain"
8873   y-axis: "Y = Number of Service Chains"
8874   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8875   layout:
8876     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8877     layout: "plot-service-density"
8878
8879 - type: "plot"
8880   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8881   algorithm: "plot_nf_heatmap"
8882   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
8883   data: "plot-vpp-nfv-3n-hsw-mrr"
8884   filter: "'NIC_Intel-XL710' and
8885            'NF_DENSITY' and
8886            'DOCKER' and
8887            'CHAIN' and
8888            'NF_VPPIP4' and
8889            'IPSEC' and
8890            'TNL_10000' and
8891            'IMIX' and
8892            '4T4C' and
8893            'MRR'"
8894   parameters:
8895   - "result"
8896   - "name"
8897   - "tags"
8898   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8899   x-axis: "X = CNFs per Service Chain"
8900   y-axis: "Y = Number of Service Chains"
8901   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8902   layout:
8903     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8904     layout: "plot-service-density"
8905
8906 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8907 - type: "plot"
8908   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8909   algorithm: "plot_nf_heatmap"
8910   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
8911   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8912   filter: "'NIC_Intel-XL710' and
8913            'NF_DENSITY' and
8914            'DOCKER' and
8915            'CHAIN' and
8916            'NF_VPPIP4' and
8917            'IPSEC' and
8918            'TNL_10000' and
8919            'IMIX' and
8920            '1T1C' and
8921            'NDRPDR'"
8922   parameters:
8923   - "throughput"
8924   - "name"
8925   - "tags"
8926   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8927   x-axis: "X = CNFs per Service Chain"
8928   y-axis: "Y = Number of Service Chains"
8929   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8930   layout:
8931     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8932     layout: "plot-service-density"
8933
8934 - type: "plot"
8935   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8936   algorithm: "plot_nf_heatmap"
8937   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
8938   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8939   filter: "'NIC_Intel-XL710' and
8940            'NF_DENSITY' and
8941            'DOCKER' and
8942            'CHAIN' and
8943            'NF_VPPIP4' and
8944            'IPSEC' and
8945            'TNL_10000' and
8946            'IMIX' and
8947            '2T2C' and
8948            'NDRPDR'"
8949   parameters:
8950   - "throughput"
8951   - "name"
8952   - "tags"
8953   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8954   x-axis: "X = CNFs per Service Chain"
8955   y-axis: "Y = Number of Service Chains"
8956   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8957   layout:
8958     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8959     layout: "plot-service-density"
8960
8961 - type: "plot"
8962   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8963   algorithm: "plot_nf_heatmap"
8964   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
8965   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8966   filter: "'NIC_Intel-XL710' and
8967            'NF_DENSITY' and
8968            'DOCKER' and
8969            'CHAIN' and
8970            'NF_VPPIP4' and
8971            'IPSEC' and
8972            'TNL_10000' and
8973            'IMIX' and
8974            '4T4C' and
8975            'NDRPDR'"
8976   parameters:
8977   - "throughput"
8978   - "name"
8979   - "tags"
8980   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8981   x-axis: "X = CNFs per Service Chain"
8982   y-axis: "Y = Number of Service Chains"
8983   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8984   layout:
8985     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8986     layout: "plot-service-density"
8987
8988 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8989 - type: "plot"
8990   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8991   algorithm: "plot_nf_heatmap"
8992   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
8993   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8994   filter: "'NIC_Intel-XL710' and
8995            'NF_DENSITY' and
8996            'DOCKER' and
8997            'CHAIN' and
8998            'NF_VPPIP4' and
8999            'IPSEC' and
9000            'TNL_10000' and
9001            'IMIX' and
9002            '1T1C' and
9003            'NDRPDR'"
9004   parameters:
9005   - "throughput"
9006   - "name"
9007   - "tags"
9008   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9009   x-axis: "X = CNFs per Service Chain"
9010   y-axis: "Y = Number of Service Chains"
9011   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9012   layout:
9013     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9014     layout: "plot-service-density"
9015
9016 - type: "plot"
9017   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9018   algorithm: "plot_nf_heatmap"
9019   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9020   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9021   filter: "'NIC_Intel-XL710' and
9022            'NF_DENSITY' and
9023            'DOCKER' and
9024            'CHAIN' and
9025            'NF_VPPIP4' and
9026            'IPSEC' and
9027            'TNL_10000' and
9028            'IMIX' and
9029            '2T2C' and
9030            'NDRPDR'"
9031   parameters:
9032   - "throughput"
9033   - "name"
9034   - "tags"
9035   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9036   x-axis: "X = CNFs per Service Chain"
9037   y-axis: "Y = Number of Service Chains"
9038   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9039   layout:
9040     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9041     layout: "plot-service-density"
9042
9043 - type: "plot"
9044   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9045   algorithm: "plot_nf_heatmap"
9046   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9047   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9048   filter: "'NIC_Intel-XL710' and
9049            'NF_DENSITY' and
9050            'DOCKER' and
9051            'CHAIN' and
9052            'NF_VPPIP4' and
9053            'IPSEC' and
9054            'TNL_10000' and
9055            'IMIX' and
9056            '4T4C' and
9057            'NDRPDR'"
9058   parameters:
9059   - "throughput"
9060   - "name"
9061   - "tags"
9062   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9063   x-axis: "X = CNFs per Service Chain"
9064   y-axis: "Y = Number of Service Chains"
9065   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9066   layout:
9067     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9068     layout: "plot-service-density"
9069
9070 ###############################################################################
9071
9072 # Plots - NF Density - CSP - MRR 64b
9073
9074 #- type: "plot"
9075 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9076 #  algorithm: "plot_nf_heatmap"
9077 #  output-file-type: ".html"
9078 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9079 #  data: "plot-vpp-nfv-2n-skx-mrr"
9080 #  filter: "'NIC_Intel-XXV710' and
9081 #           'NF_DENSITY' and
9082 #           'DOCKER' and
9083 #           'PIPELINE' and
9084 #           'NF_VPPIP4' and
9085 #           '64B' and
9086 #           '2T1C' and
9087 #           'MRR'"
9088 #  parameters:
9089 #  - "result"
9090 #  - "name"
9091 #  - "tags"
9092 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9093 #  x-axis: "X = CNFs per Service Pipeline"
9094 #  y-axis: "Y = Number of Service Pipelines"
9095 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9096 #  layout:
9097 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9098 #    layout: "plot-service-density"
9099 #
9100 #- type: "plot"
9101 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9102 #  algorithm: "plot_nf_heatmap"
9103 #  output-file-type: ".html"
9104 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9105 #  data: "plot-vpp-nfv-2n-skx-mrr"
9106 #  filter: "'NIC_Intel-XXV710' and
9107 #           'NF_DENSITY' and
9108 #           'DOCKER' and
9109 #           'PIPELINE' and
9110 #           'NF_VPPIP4' and
9111 #           '64B' and
9112 #           '4T2C' and
9113 #           'MRR'"
9114 #  parameters:
9115 #  - "result"
9116 #  - "name"
9117 #  - "tags"
9118 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9119 #  x-axis: "X = CNFs per Service Pipeline"
9120 #  y-axis: "Y = Number of Service Pipelines"
9121 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9122 #  layout:
9123 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9124 #    layout: "plot-service-density"
9125 #
9126 #- type: "plot"
9127 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9128 #  algorithm: "plot_nf_heatmap"
9129 #  output-file-type: ".html"
9130 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9131 #  data: "plot-vpp-nfv-2n-skx-mrr"
9132 #  filter: "'NIC_Intel-XXV710' and
9133 #           'NF_DENSITY' and
9134 #           'DOCKER' and
9135 #           'PIPELINE' and
9136 #           'NF_VPPIP4' and
9137 #           '64B' and
9138 #           '8T4C' and
9139 #           'MRR'"
9140 #  parameters:
9141 #  - "result"
9142 #  - "name"
9143 #  - "tags"
9144 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9145 #  x-axis: "X = CNFs per Service Pipeline"
9146 #  y-axis: "Y = Number of Service Pipelines"
9147 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9148 #  layout:
9149 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9150 #    layout: "plot-service-density"
9151 #
9152 ## Plots - NF Density - CSP - MRR IMIX
9153 #- type: "plot"
9154 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9155 #  algorithm: "plot_nf_heatmap"
9156 #  output-file-type: ".html"
9157 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9158 #  data: "plot-vpp-nfv-2n-skx-mrr"
9159 #  filter: "'NIC_Intel-XXV710' and
9160 #           'NF_DENSITY' and
9161 #           'DOCKER' and
9162 #           'PIPELINE' and
9163 #           'NF_VPPIP4' and
9164 #           'IMIX' and
9165 #           '2T1C' and
9166 #           'MRR'"
9167 #  parameters:
9168 #  - "result"
9169 #  - "name"
9170 #  - "tags"
9171 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9172 #  x-axis: "X = CNFs per Service Pipeline"
9173 #  y-axis: "Y = Number of Service Pipelines"
9174 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9175 #  layout:
9176 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9177 #    layout: "plot-service-density"
9178 #
9179 #- type: "plot"
9180 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9181 #  algorithm: "plot_nf_heatmap"
9182 #  output-file-type: ".html"
9183 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9184 #  data: "plot-vpp-nfv-2n-skx-mrr"
9185 #  filter: "'NIC_Intel-XXV710' and
9186 #           'NF_DENSITY' and
9187 #           'DOCKER' and
9188 #           'PIPELINE' and
9189 #           'NF_VPPIP4' and
9190 #           'IMIX' and
9191 #           '4T2C' and
9192 #           'MRR'"
9193 #  parameters:
9194 #  - "result"
9195 #  - "name"
9196 #  - "tags"
9197 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9198 #  x-axis: "X = CNFs per Service Pipeline"
9199 #  y-axis: "Y = Number of Service Pipelines"
9200 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9201 #  layout:
9202 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9203 #    layout: "plot-service-density"
9204 #
9205 #- type: "plot"
9206 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9207 #  algorithm: "plot_nf_heatmap"
9208 #  output-file-type: ".html"
9209 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9210 #  data: "plot-vpp-nfv-2n-skx-mrr"
9211 #  filter: "'NIC_Intel-XXV710' and
9212 #           'NF_DENSITY' and
9213 #           'DOCKER' and
9214 #           'PIPELINE' and
9215 #           'NF_VPPIP4' and
9216 #           'IMIX' and
9217 #           '8T4C' and
9218 #           'MRR'"
9219 #  parameters:
9220 #  - "result"
9221 #  - "name"
9222 #  - "tags"
9223 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9224 #  x-axis: "X = CNFs per Service Pipeline"
9225 #  y-axis: "Y = Number of Service Pipelines"
9226 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9227 #  layout:
9228 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9229 #    layout: "plot-service-density"
9230 #
9231 ## Plots - NF Density - CSP - NDR 64b
9232 #- type: "plot"
9233 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9234 #  algorithm: "plot_nf_heatmap"
9235 #  output-file-type: ".html"
9236 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9237 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9238 #  filter: "'NIC_Intel-XXV710' and
9239 #           'NF_DENSITY' and
9240 #           'DOCKER' and
9241 #           'PIPELINE' and
9242 #           'NF_VPPIP4' and
9243 #           '64B' and
9244 #           '2T1C' and
9245 #           'NDRPDR'"
9246 #  parameters:
9247 #  - "throughput"
9248 #  - "name"
9249 #  - "tags"
9250 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9251 #  x-axis: "X = CNFs per Service Pipeline"
9252 #  y-axis: "Y = Number of Service Pipelines"
9253 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9254 #  layout:
9255 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9256 #    layout: "plot-service-density"
9257 #
9258 #- type: "plot"
9259 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9260 #  algorithm: "plot_nf_heatmap"
9261 #  output-file-type: ".html"
9262 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9263 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9264 #  filter: "'NIC_Intel-XXV710' and
9265 #           'NF_DENSITY' and
9266 #           'DOCKER' and
9267 #           'PIPELINE' and
9268 #           'NF_VPPIP4' and
9269 #           '64B' and
9270 #           '4T2C' and
9271 #           'NDRPDR'"
9272 #  parameters:
9273 #  - "throughput"
9274 #  - "name"
9275 #  - "tags"
9276 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9277 #  x-axis: "X = CNFs per Service Pipeline"
9278 #  y-axis: "Y = Number of Service Pipelines"
9279 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9280 #  layout:
9281 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9282 #    layout: "plot-service-density"
9283 #
9284 #- type: "plot"
9285 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9286 #  algorithm: "plot_nf_heatmap"
9287 #  output-file-type: ".html"
9288 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9289 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9290 #  filter: "'NIC_Intel-XXV710' and
9291 #           'NF_DENSITY' and
9292 #           'DOCKER' and
9293 #           'PIPELINE' and
9294 #           'NF_VPPIP4' and
9295 #           '64B' and
9296 #           '8T4C' and
9297 #           'NDRPDR'"
9298 #  parameters:
9299 #  - "throughput"
9300 #  - "name"
9301 #  - "tags"
9302 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9303 #  x-axis: "X = CNFs per Service Pipeline"
9304 #  y-axis: "Y = Number of Service Pipelines"
9305 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9306 #  layout:
9307 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9308 #    layout: "plot-service-density"
9309 #
9310 ## Plots - NF Density - CSP - NDR IMIX
9311 #- type: "plot"
9312 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9313 #  algorithm: "plot_nf_heatmap"
9314 #  output-file-type: ".html"
9315 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9316 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9317 #  filter: "'NIC_Intel-XXV710' and
9318 #           'NF_DENSITY' and
9319 #           'DOCKER' and
9320 #           'PIPELINE' and
9321 #           'NF_VPPIP4' and
9322 #           'IMIX' and
9323 #           '2T1C' and
9324 #           'NDRPDR'"
9325 #  parameters:
9326 #  - "throughput"
9327 #  - "name"
9328 #  - "tags"
9329 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9330 #  x-axis: "X = CNFs per Service Pipeline"
9331 #  y-axis: "Y = Number of Service Pipelines"
9332 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9333 #  layout:
9334 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9335 #    layout: "plot-service-density"
9336 #
9337 #- type: "plot"
9338 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9339 #  algorithm: "plot_nf_heatmap"
9340 #  output-file-type: ".html"
9341 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9342 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9343 #  filter: "'NIC_Intel-XXV710' and
9344 #           'NF_DENSITY' and
9345 #           'DOCKER' and
9346 #           'PIPELINE' and
9347 #           'NF_VPPIP4' and
9348 #           'IMIX' and
9349 #           '4T2C' and
9350 #           'NDRPDR'"
9351 #  parameters:
9352 #  - "throughput"
9353 #  - "name"
9354 #  - "tags"
9355 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9356 #  x-axis: "X = CNFs per Service Pipeline"
9357 #  y-axis: "Y = Number of Service Pipelines"
9358 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9359 #  layout:
9360 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9361 #    layout: "plot-service-density"
9362 #
9363 #- type: "plot"
9364 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9365 #  algorithm: "plot_nf_heatmap"
9366 #  output-file-type: ".html"
9367 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9368 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9369 #  filter: "'NIC_Intel-XXV710' and
9370 #           'NF_DENSITY' and
9371 #           'DOCKER' and
9372 #           'PIPELINE' and
9373 #           'NF_VPPIP4' and
9374 #           'IMIX' and
9375 #           '8T4C' and
9376 #           'NDRPDR'"
9377 #  parameters:
9378 #  - "throughput"
9379 #  - "name"
9380 #  - "tags"
9381 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9382 #  x-axis: "X = CNFs per Service Pipeline"
9383 #  y-axis: "Y = Number of Service Pipelines"
9384 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9385 #  layout:
9386 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9387 #    layout: "plot-service-density"
9388 #
9389 ## Plots - NF Density - CSP - PDR 64b
9390 #- type: "plot"
9391 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9392 #  algorithm: "plot_nf_heatmap"
9393 #  output-file-type: ".html"
9394 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9395 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9396 #  filter: "'NIC_Intel-XXV710' and
9397 #           'NF_DENSITY' and
9398 #           'DOCKER' and
9399 #           'PIPELINE' and
9400 #           'NF_VPPIP4' and
9401 #           '64B' and
9402 #           '2T1C' and
9403 #           'NDRPDR'"
9404 #  parameters:
9405 #  - "throughput"
9406 #  - "name"
9407 #  - "tags"
9408 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9409 #  x-axis: "X = CNFs per Service Pipeline"
9410 #  y-axis: "Y = Number of Service Pipelines"
9411 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9412 #  layout:
9413 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9414 #    layout: "plot-service-density"
9415 #
9416 #- type: "plot"
9417 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9418 #  algorithm: "plot_nf_heatmap"
9419 #  output-file-type: ".html"
9420 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9421 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9422 #  filter: "'NIC_Intel-XXV710' and
9423 #           'NF_DENSITY' and
9424 #           'DOCKER' and
9425 #           'PIPELINE' and
9426 #           'NF_VPPIP4' and
9427 #           '64B' and
9428 #           '4T2C' and
9429 #           'NDRPDR'"
9430 #  parameters:
9431 #  - "throughput"
9432 #  - "name"
9433 #  - "tags"
9434 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9435 #  x-axis: "X = CNFs per Service Pipeline"
9436 #  y-axis: "Y = Number of Service Pipelines"
9437 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9438 #  layout:
9439 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9440 #    layout: "plot-service-density"
9441 #
9442 #- type: "plot"
9443 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9444 #  algorithm: "plot_nf_heatmap"
9445 #  output-file-type: ".html"
9446 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9447 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9448 #  filter: "'NIC_Intel-XXV710' and
9449 #           'NF_DENSITY' and
9450 #           'DOCKER' and
9451 #           'PIPELINE' and
9452 #           'NF_VPPIP4' and
9453 #           '64B' and
9454 #           '8T4C' and
9455 #           'NDRPDR'"
9456 #  parameters:
9457 #  - "throughput"
9458 #  - "name"
9459 #  - "tags"
9460 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9461 #  x-axis: "X = CNFs per Service Pipeline"
9462 #  y-axis: "Y = Number of Service Pipelines"
9463 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9464 #  layout:
9465 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9466 #    layout: "plot-service-density"
9467 #
9468 ## Plots - NF Density - CSP - PDR IMIX
9469 #- type: "plot"
9470 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9471 #  algorithm: "plot_nf_heatmap"
9472 #  output-file-type: ".html"
9473 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9474 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9475 #  filter: "'NIC_Intel-XXV710' and
9476 #           'NF_DENSITY' and
9477 #           'DOCKER' and
9478 #           'PIPELINE' and
9479 #           'NF_VPPIP4' and
9480 #           'IMIX' and
9481 #           '2T1C' and
9482 #           'NDRPDR'"
9483 #  parameters:
9484 #  - "throughput"
9485 #  - "name"
9486 #  - "tags"
9487 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9488 #  x-axis: "X = CNFs per Service Pipeline"
9489 #  y-axis: "Y = Number of Service Pipelines"
9490 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9491 #  layout:
9492 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9493 #    layout: "plot-service-density"
9494 #
9495 #- type: "plot"
9496 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9497 #  algorithm: "plot_nf_heatmap"
9498 #  output-file-type: ".html"
9499 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9500 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9501 #  filter: "'NIC_Intel-XXV710' and
9502 #           'NF_DENSITY' and
9503 #           'DOCKER' and
9504 #           'PIPELINE' and
9505 #           'NF_VPPIP4' and
9506 #           'IMIX' and
9507 #           '4T2C' and
9508 #           'NDRPDR'"
9509 #  parameters:
9510 #  - "throughput"
9511 #  - "name"
9512 #  - "tags"
9513 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9514 #  x-axis: "X = CNFs per Service Pipeline"
9515 #  y-axis: "Y = Number of Service Pipelines"
9516 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9517 #  layout:
9518 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9519 #    layout: "plot-service-density"
9520 #
9521 #- type: "plot"
9522 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9523 #  algorithm: "plot_nf_heatmap"
9524 #  output-file-type: ".html"
9525 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9526 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9527 #  filter: "'NIC_Intel-XXV710' and
9528 #           'NF_DENSITY' and
9529 #           'DOCKER' and
9530 #           'PIPELINE' and
9531 #           'NF_VPPIP4' and
9532 #           'IMIX' and
9533 #           '8T4C' and
9534 #           'NDRPDR'"
9535 #  parameters:
9536 #  - "throughput"
9537 #  - "name"
9538 #  - "tags"
9539 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9540 #  x-axis: "X = CNFs per Service Pipeline"
9541 #  y-axis: "Y = Number of Service Pipelines"
9542 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9543 #  layout:
9544 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9545 #    layout: "plot-service-density"
9546
9547 ###############################################################################
9548 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9549
9550 - type: "plot"
9551   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9552   algorithm: "plot_nf_heatmap"
9553   output-file-type: ".html"
9554   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9555   data: "plot-vpp-nfv-2n-clx-mrr"
9556   filter: "'NIC_Intel-XXV710' and
9557            'NF_DENSITY' and
9558            'VHOST' and
9559            not 'VXLAN' and
9560            'CHAIN' and
9561            'NF_VPPIP4' and
9562            'IMIX' and
9563            '2T1C' and
9564            'MRR'"
9565   parameters:
9566   - "result"
9567   - "name"
9568   - "tags"
9569   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9570   x-axis: "X = VNFs per Service Chain"
9571   y-axis: "Y = Number of Service Chains"
9572   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9573   layout:
9574     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9575     layout: "plot-service-density"
9576
9577 - type: "plot"
9578   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9579   algorithm: "plot_nf_heatmap"
9580   output-file-type: ".html"
9581   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9582   data: "plot-vpp-nfv-2n-clx-mrr"
9583   filter: "'NIC_Intel-XXV710' and
9584            'NF_DENSITY' and
9585            'VHOST' and
9586            not 'VXLAN' and
9587            'CHAIN' and
9588            'NF_VPPIP4' and
9589            'IMIX' and
9590            '4T2C' and
9591            'MRR'"
9592   parameters:
9593   - "result"
9594   - "name"
9595   - "tags"
9596   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9597   x-axis: "X = VNFs per Service Chain"
9598   y-axis: "Y = Number of Service Chains"
9599   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9600   layout:
9601     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9602     layout: "plot-service-density"
9603
9604 - type: "plot"
9605   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9606   algorithm: "plot_nf_heatmap"
9607   output-file-type: ".html"
9608   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9609   data: "plot-vpp-nfv-2n-clx-mrr"
9610   filter: "'NIC_Intel-XXV710' and
9611            'NF_DENSITY' and
9612            'VHOST' and
9613            not 'VXLAN' and
9614            'CHAIN' and
9615            'NF_VPPIP4' and
9616            'IMIX' and
9617            '8T4C' and
9618            'MRR'"
9619   parameters:
9620   - "result"
9621   - "name"
9622   - "tags"
9623   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9624   x-axis: "X = VNFs per Service Chain"
9625   y-axis: "Y = Number of Service Chains"
9626   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9627   layout:
9628     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9629     layout: "plot-service-density"
9630
9631 # Plots - NF Density - VSC - NDR IMIX
9632 - type: "plot"
9633   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9634   algorithm: "plot_nf_heatmap"
9635   output-file-type: ".html"
9636   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9637   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9638   filter: "'NIC_Intel-XXV710' and
9639            'NF_DENSITY' and
9640            'VHOST' and
9641            not 'VXLAN' and
9642            'CHAIN' and
9643            'NF_VPPIP4' and
9644            'IMIX' and
9645            '2T1C' and
9646            'NDRPDR'"
9647   parameters:
9648   - "throughput"
9649   - "name"
9650   - "tags"
9651   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9652   x-axis: "X = VNFs per Service Chain"
9653   y-axis: "Y = Number of Service Chains"
9654   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9655   layout:
9656     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9657     layout: "plot-service-density"
9658
9659 - type: "plot"
9660   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9661   algorithm: "plot_nf_heatmap"
9662   output-file-type: ".html"
9663   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9664   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9665   filter: "'NIC_Intel-XXV710' and
9666            'NF_DENSITY' and
9667            'VHOST' and
9668            not 'VXLAN' and
9669            'CHAIN' and
9670            'NF_VPPIP4' and
9671            'IMIX' and
9672            '4T2C' and
9673            'NDRPDR'"
9674   parameters:
9675   - "throughput"
9676   - "name"
9677   - "tags"
9678   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9679   x-axis: "X = VNFs per Service Chain"
9680   y-axis: "Y = Number of Service Chains"
9681   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9682   layout:
9683     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9684     layout: "plot-service-density"
9685
9686 - type: "plot"
9687   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9688   algorithm: "plot_nf_heatmap"
9689   output-file-type: ".html"
9690   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9691   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9692   filter: "'NIC_Intel-XXV710' and
9693            'NF_DENSITY' and
9694            'VHOST' and
9695            not 'VXLAN' and
9696            'CHAIN' and
9697            'NF_VPPIP4' and
9698            'IMIX' and
9699            '8T4C' and
9700            'NDRPDR'"
9701   parameters:
9702   - "throughput"
9703   - "name"
9704   - "tags"
9705   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9706   x-axis: "X = VNFs per Service Chain"
9707   y-axis: "Y = Number of Service Chains"
9708   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9709   layout:
9710     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9711     layout: "plot-service-density"
9712
9713 # Plots - NF Density - VSC - PDR IMIX
9714 - type: "plot"
9715   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9716   algorithm: "plot_nf_heatmap"
9717   output-file-type: ".html"
9718   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9719   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9720   filter: "'NIC_Intel-XXV710' and
9721            'NF_DENSITY' and
9722            'VHOST' and
9723            not 'VXLAN' and
9724            'CHAIN' and
9725            'NF_VPPIP4' and
9726            'IMIX' and
9727            '2T1C' and
9728            'NDRPDR'"
9729   parameters:
9730   - "throughput"
9731   - "name"
9732   - "tags"
9733   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9734   x-axis: "X = VNFs per Service Chain"
9735   y-axis: "Y = Number of Service Chains"
9736   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9737   layout:
9738     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9739     layout: "plot-service-density"
9740
9741 - type: "plot"
9742   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9743   algorithm: "plot_nf_heatmap"
9744   output-file-type: ".html"
9745   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9746   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9747   filter: "'NIC_Intel-XXV710' and
9748            'NF_DENSITY' and
9749            'VHOST' and
9750            not 'VXLAN' and
9751            'CHAIN' and
9752            'NF_VPPIP4' and
9753            'IMIX' and
9754            '4T2C' and
9755            'NDRPDR'"
9756   parameters:
9757   - "throughput"
9758   - "name"
9759   - "tags"
9760   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9761   x-axis: "X = VNFs per Service Chain"
9762   y-axis: "Y = Number of Service Chains"
9763   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9764   layout:
9765     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9766     layout: "plot-service-density"
9767
9768 - type: "plot"
9769   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9770   algorithm: "plot_nf_heatmap"
9771   output-file-type: ".html"
9772   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9773   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9774   filter: "'NIC_Intel-XXV710' and
9775            'NF_DENSITY' and
9776            'VHOST' and
9777            not 'VXLAN' and
9778            'CHAIN' and
9779            'NF_VPPIP4' and
9780            'IMIX' and
9781            '8T4C' and
9782            'NDRPDR'"
9783   parameters:
9784   - "throughput"
9785   - "name"
9786   - "tags"
9787   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9788   x-axis: "X = VNFs per Service Chain"
9789   y-axis: "Y = Number of Service Chains"
9790   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9791   layout:
9792     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9793     layout: "plot-service-density"
9794
9795 # Plots - NF Density - VSC - MRR IMIX
9796 - type: "plot"
9797   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9798   algorithm: "plot_nf_heatmap"
9799   output-file-type: ".html"
9800   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9801   data: "plot-vpp-nfv-2n-clx-mrr"
9802   filter: "'NIC_Intel-XXV710' and
9803            'NF_DENSITY' and
9804            'VHOST' and
9805            'VXLAN' and
9806            'CHAIN' and
9807            'IMIX' and
9808            '2T1C' and
9809            'MRR'"
9810   parameters:
9811   - "result"
9812   - "name"
9813   - "tags"
9814   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9815   x-axis: "X = VNFs per Service Chain"
9816   y-axis: "Y = Number of Service Chains"
9817   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9818   layout:
9819     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9820     layout: "plot-service-density"
9821
9822 - type: "plot"
9823   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9824   algorithm: "plot_nf_heatmap"
9825   output-file-type: ".html"
9826   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9827   data: "plot-vpp-nfv-2n-clx-mrr"
9828   filter: "'NIC_Intel-XXV710' and
9829            'NF_DENSITY' and
9830            'VHOST' and
9831            'VXLAN' and
9832            'CHAIN' and
9833            'IMIX' and
9834            '4T2C' and
9835            'MRR'"
9836   parameters:
9837   - "result"
9838   - "name"
9839   - "tags"
9840   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9841   x-axis: "X = VNFs per Service Chain"
9842   y-axis: "Y = Number of Service Chains"
9843   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9844   layout:
9845     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9846     layout: "plot-service-density"
9847
9848 - type: "plot"
9849   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9850   algorithm: "plot_nf_heatmap"
9851   output-file-type: ".html"
9852   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
9853   data: "plot-vpp-nfv-2n-clx-mrr"
9854   filter: "'NIC_Intel-XXV710' and
9855            'NF_DENSITY' and
9856            'VHOST' and
9857            'VXLAN' and
9858            'CHAIN' and
9859            'IMIX' and
9860            '8T4C' and
9861            'MRR'"
9862   parameters:
9863   - "result"
9864   - "name"
9865   - "tags"
9866   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9867   x-axis: "X = VNFs per Service Chain"
9868   y-axis: "Y = Number of Service Chains"
9869   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9870   layout:
9871     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9872     layout: "plot-service-density"
9873
9874 # Plots - NF Density - VSC - NDR IMIX
9875 - type: "plot"
9876   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9877   algorithm: "plot_nf_heatmap"
9878   output-file-type: ".html"
9879   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
9880   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9881   filter: "'NIC_Intel-XXV710' and
9882            'NF_DENSITY' and
9883            'VHOST' and
9884            'VXLAN' and
9885            'CHAIN' a
9886            'IMIX' and
9887            '2T1C' and
9888            'NDRPDR'"
9889   parameters:
9890   - "throughput"
9891   - "name"
9892   - "tags"
9893   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9894   x-axis: "X = VNFs per Service Chain"
9895   y-axis: "Y = Number of Service Chains"
9896   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9897   layout:
9898     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9899     layout: "plot-service-density"
9900
9901 - type: "plot"
9902   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9903   algorithm: "plot_nf_heatmap"
9904   output-file-type: ".html"
9905   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
9906   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9907   filter: "'NIC_Intel-XXV710' and
9908            'NF_DENSITY' and
9909            'VHOST' and
9910            'VXLAN' and
9911            'CHAIN' and
9912            'IMIX' and
9913            '4T2C' and
9914            'NDRPDR'"
9915   parameters:
9916   - "throughput"
9917   - "name"
9918   - "tags"
9919   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9920   x-axis: "X = VNFs per Service Chain"
9921   y-axis: "Y = Number of Service Chains"
9922   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9923   layout:
9924     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9925     layout: "plot-service-density"
9926
9927 - type: "plot"
9928   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9929   algorithm: "plot_nf_heatmap"
9930   output-file-type: ".html"
9931   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
9932   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9933   filter: "'NIC_Intel-XXV710' and
9934            'NF_DENSITY' and
9935            'VHOST' and
9936            'VXLAN' and
9937            'CHAIN' and
9938            'IMIX' and
9939            '8T4C' and
9940            'NDRPDR'"
9941   parameters:
9942   - "throughput"
9943   - "name"
9944   - "tags"
9945   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9946   x-axis: "X = VNFs per Service Chain"
9947   y-axis: "Y = Number of Service Chains"
9948   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9949   layout:
9950     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9951     layout: "plot-service-density"
9952
9953 # Plots - NF Density - VSC - PDR IMIX
9954 - type: "plot"
9955   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9956   algorithm: "plot_nf_heatmap"
9957   output-file-type: ".html"
9958   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
9959   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9960   filter: "'NIC_Intel-XXV710' and
9961            'NF_DENSITY' and
9962            'VHOST' and
9963            'VXLAN' and
9964            'CHAIN' and
9965            'IMIX' and
9966            '2T1C' and
9967            'NDRPDR'"
9968   parameters:
9969   - "throughput"
9970   - "name"
9971   - "tags"
9972   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9973   x-axis: "X = VNFs per Service Chain"
9974   y-axis: "Y = Number of Service Chains"
9975   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9976   layout:
9977     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9978     layout: "plot-service-density"
9979
9980 - type: "plot"
9981   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9982   algorithm: "plot_nf_heatmap"
9983   output-file-type: ".html"
9984   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
9985   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9986   filter: "'NIC_Intel-XXV710' and
9987            'NF_DENSITY' and
9988            'VHOST' and
9989            'VXLAN' and
9990            'CHAIN' and
9991            'IMIX' and
9992            '4T2C' and
9993            'NDRPDR'"
9994   parameters:
9995   - "throughput"
9996   - "name"
9997   - "tags"
9998   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9999   x-axis: "X = VNFs per Service Chain"
10000   y-axis: "Y = Number of Service Chains"
10001   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10002   layout:
10003     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10004     layout: "plot-service-density"
10005
10006 - type: "plot"
10007   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10008   algorithm: "plot_nf_heatmap"
10009   output-file-type: ".html"
10010   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10011   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10012   filter: "'NIC_Intel-XXV710' and
10013            'NF_DENSITY' and
10014            'VHOST' and
10015            'VXLAN' and
10016            'CHAIN' and
10017            'IMIX' and
10018            '8T4C' and
10019            'NDRPDR'"
10020   parameters:
10021   - "throughput"
10022   - "name"
10023   - "tags"
10024   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10025   x-axis: "X = VNFs per Service Chain"
10026   y-axis: "Y = Number of Service Chains"
10027   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10028   layout:
10029     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10030     layout: "plot-service-density"
10031
10032 # Plots - NF Density - CSC - MRR IMIX
10033 - type: "plot"
10034   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10035   algorithm: "plot_nf_heatmap"
10036   output-file-type: ".html"
10037   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10038   data: "plot-vpp-nfv-2n-clx-mrr"
10039   filter: "'NIC_Intel-XXV710' and
10040            'NF_DENSITY' and
10041            'DOCKER' and
10042            'CHAIN' and
10043            'NF_VPPIP4' and
10044            'IMIX' and
10045            '2T1C' and
10046            'MRR'"
10047   parameters:
10048   - "result"
10049   - "name"
10050   - "tags"
10051   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10052   x-axis: "X = CNFs per Service Chain"
10053   y-axis: "Y = Number of Service Chains"
10054   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10055   layout:
10056     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10057     layout: "plot-service-density"
10058
10059 - type: "plot"
10060   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10061   algorithm: "plot_nf_heatmap"
10062   output-file-type: ".html"
10063   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10064   data: "plot-vpp-nfv-2n-clx-mrr"
10065   filter: "'NIC_Intel-XXV710' and
10066            'NF_DENSITY' and
10067            'DOCKER' and
10068            'CHAIN' and
10069            'NF_VPPIP4' and
10070            'IMIX' and
10071            '4T2C' and
10072            'MRR'"
10073   parameters:
10074   - "result"
10075   - "name"
10076   - "tags"
10077   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10078   x-axis: "X = CNFs per Service Chain"
10079   y-axis: "Y = Number of Service Chains"
10080   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10081   layout:
10082     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10083     layout: "plot-service-density"
10084
10085 - type: "plot"
10086   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10087   algorithm: "plot_nf_heatmap"
10088   output-file-type: ".html"
10089   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10090   data: "plot-vpp-nfv-2n-clx-mrr"
10091   filter: "'NIC_Intel-XXV710' and
10092            'NF_DENSITY' and
10093            'DOCKER' and
10094            'CHAIN' and
10095            'NF_VPPIP4' and
10096            'IMIX' and
10097            '8T4C' and
10098            'MRR'"
10099   parameters:
10100   - "result"
10101   - "name"
10102   - "tags"
10103   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10104   x-axis: "X = CNFs per Service Chain"
10105   y-axis: "Y = Number of Service Chains"
10106   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10107   layout:
10108     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10109     layout: "plot-service-density"
10110
10111 # Plots - NF Density - CSC - NDR IMIX
10112 - type: "plot"
10113   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10114   algorithm: "plot_nf_heatmap"
10115   output-file-type: ".html"
10116   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10117   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10118   filter: "'NIC_Intel-XXV710' and
10119            'NF_DENSITY' and
10120            'DOCKER' and
10121            'CHAIN' and
10122            'NF_VPPIP4' and
10123            'IMIX' and
10124            '2T1C' and
10125            'NDRPDR'"
10126   parameters:
10127   - "throughput"
10128   - "name"
10129   - "tags"
10130   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10131   x-axis: "X = CNFs per Service Chain"
10132   y-axis: "Y = Number of Service Chains"
10133   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10134   layout:
10135     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10136     layout: "plot-service-density"
10137
10138 - type: "plot"
10139   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10140   algorithm: "plot_nf_heatmap"
10141   output-file-type: ".html"
10142   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10143   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10144   filter: "'NIC_Intel-XXV710' and
10145            'NF_DENSITY' and
10146            'DOCKER' and
10147            'CHAIN' and
10148            'NF_VPPIP4' and
10149            'IMIX' and
10150            '4T2C' and
10151            'NDRPDR'"
10152   parameters:
10153   - "throughput"
10154   - "name"
10155   - "tags"
10156   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10157   x-axis: "X = CNFs per Service Chain"
10158   y-axis: "Y = Number of Service Chains"
10159   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10160   layout:
10161     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10162     layout: "plot-service-density"
10163
10164 - type: "plot"
10165   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10166   algorithm: "plot_nf_heatmap"
10167   output-file-type: ".html"
10168   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10169   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10170   filter: "'NIC_Intel-XXV710' and
10171            'NF_DENSITY' and
10172            'DOCKER' and
10173            'CHAIN' and
10174            'NF_VPPIP4' and
10175            'IMIX' and
10176            '8T4C' and
10177            'NDRPDR'"
10178   parameters:
10179   - "throughput"
10180   - "name"
10181   - "tags"
10182   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10183   x-axis: "X = CNFs per Service Chain"
10184   y-axis: "Y = Number of Service Chains"
10185   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10186   layout:
10187     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10188     layout: "plot-service-density"
10189
10190 # Plots - NF Density - CSC - PDR IMIX
10191 - type: "plot"
10192   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10193   algorithm: "plot_nf_heatmap"
10194   output-file-type: ".html"
10195   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10196   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10197   filter: "'NIC_Intel-XXV710' and
10198            'NF_DENSITY' and
10199            'DOCKER' and
10200            'CHAIN' and
10201            'NF_VPPIP4' and
10202            'IMIX' and
10203            '2T1C' and
10204            'NDRPDR'"
10205   parameters:
10206   - "throughput"
10207   - "name"
10208   - "tags"
10209   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10210   x-axis: "X = CNFs per Service Chain"
10211   y-axis: "Y = Number of Service Chains"
10212   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10213   layout:
10214     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10215     layout: "plot-service-density"
10216
10217 - type: "plot"
10218   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10219   algorithm: "plot_nf_heatmap"
10220   output-file-type: ".html"
10221   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10222   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10223   filter: "'NIC_Intel-XXV710' and
10224            'NF_DENSITY' and
10225            'DOCKER' and
10226            'CHAIN' and
10227            'NF_VPPIP4' and
10228            'IMIX' and
10229            '4T2C' and
10230            'NDRPDR'"
10231   parameters:
10232   - "throughput"
10233   - "name"
10234   - "tags"
10235   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10236   x-axis: "X = CNFs per Service Chain"
10237   y-axis: "Y = Number of Service Chains"
10238   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10239   layout:
10240     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10241     layout: "plot-service-density"
10242
10243 - type: "plot"
10244   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10245   algorithm: "plot_nf_heatmap"
10246   output-file-type: ".html"
10247   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10248   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10249   filter: "'NIC_Intel-XXV710' and
10250            'NF_DENSITY' and
10251            'DOCKER' and
10252            'CHAIN' and
10253            'NF_VPPIP4' and
10254            'IMIX' and
10255            '8T4C' and
10256            'NDRPDR'"
10257   parameters:
10258   - "throughput"
10259   - "name"
10260   - "tags"
10261   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10262   x-axis: "X = CNFs per Service Chain"
10263   y-axis: "Y = Number of Service Chains"
10264   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10265   layout:
10266     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10267     layout: "plot-service-density"
10268
10269 # Plots - NF Density - CSP - MRR IMIX
10270 - type: "plot"
10271   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10272   algorithm: "plot_nf_heatmap"
10273   output-file-type: ".html"
10274   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10275   data: "plot-vpp-nfv-2n-clx-mrr"
10276   filter: "'NIC_Intel-XXV710' and
10277            'NF_DENSITY' and
10278            'DOCKER' and
10279            'PIPELINE' and
10280            'NF_VPPIP4' and
10281            'IMIX' and
10282            '2T1C' and
10283            'MRR'"
10284   parameters:
10285   - "result"
10286   - "name"
10287   - "tags"
10288   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10289   x-axis: "X = CNFs per Service Pipeline"
10290   y-axis: "Y = Number of Service Pipelines"
10291   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10292   layout:
10293     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10294     layout: "plot-service-density"
10295
10296 - type: "plot"
10297   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10298   algorithm: "plot_nf_heatmap"
10299   output-file-type: ".html"
10300   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10301   data: "plot-vpp-nfv-2n-clx-mrr"
10302   filter: "'NIC_Intel-XXV710' and
10303            'NF_DENSITY' and
10304            'DOCKER' and
10305            'PIPELINE' and
10306            'NF_VPPIP4' and
10307            'IMIX' and
10308            '4T2C' and
10309            'MRR'"
10310   parameters:
10311   - "result"
10312   - "name"
10313   - "tags"
10314   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10315   x-axis: "X = CNFs per Service Pipeline"
10316   y-axis: "Y = Number of Service Pipelines"
10317   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10318   layout:
10319     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10320     layout: "plot-service-density"
10321
10322 - type: "plot"
10323   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10324   algorithm: "plot_nf_heatmap"
10325   output-file-type: ".html"
10326   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10327   data: "plot-vpp-nfv-2n-clx-mrr"
10328   filter: "'NIC_Intel-XXV710' and
10329            'NF_DENSITY' and
10330            'DOCKER' and
10331            'PIPELINE' and
10332            'NF_VPPIP4' and
10333            'IMIX' and
10334            '8T4C' and
10335            'MRR'"
10336   parameters:
10337   - "result"
10338   - "name"
10339   - "tags"
10340   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10341   x-axis: "X = CNFs per Service Pipeline"
10342   y-axis: "Y = Number of Service Pipelines"
10343   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10344   layout:
10345     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10346     layout: "plot-service-density"
10347
10348 # Plots - NF Density - CSP - NDR IMIX
10349 - type: "plot"
10350   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10351   algorithm: "plot_nf_heatmap"
10352   output-file-type: ".html"
10353   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10354   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10355   filter: "'NIC_Intel-XXV710' and
10356            'NF_DENSITY' and
10357            'DOCKER' and
10358            'PIPELINE' and
10359            'NF_VPPIP4' and
10360            'IMIX' and
10361            '2T1C' and
10362            'NDRPDR'"
10363   parameters:
10364   - "throughput"
10365   - "name"
10366   - "tags"
10367   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10368   x-axis: "X = CNFs per Service Pipeline"
10369   y-axis: "Y = Number of Service Pipelines"
10370   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10371   layout:
10372     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10373     layout: "plot-service-density"
10374
10375 - type: "plot"
10376   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10377   algorithm: "plot_nf_heatmap"
10378   output-file-type: ".html"
10379   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10380   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10381   filter: "'NIC_Intel-XXV710' and
10382            'NF_DENSITY' and
10383            'DOCKER' and
10384            'PIPELINE' and
10385            'NF_VPPIP4' and
10386            'IMIX' and
10387            '4T2C' and
10388            'NDRPDR'"
10389   parameters:
10390   - "throughput"
10391   - "name"
10392   - "tags"
10393   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10394   x-axis: "X = CNFs per Service Pipeline"
10395   y-axis: "Y = Number of Service Pipelines"
10396   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10397   layout:
10398     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10399     layout: "plot-service-density"
10400
10401 - type: "plot"
10402   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10403   algorithm: "plot_nf_heatmap"
10404   output-file-type: ".html"
10405   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10406   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10407   filter: "'NIC_Intel-XXV710' and
10408            'NF_DENSITY' and
10409            'DOCKER' and
10410            'PIPELINE' and
10411            'NF_VPPIP4' and
10412            'IMIX' and
10413            '8T4C' and
10414            'NDRPDR'"
10415   parameters:
10416   - "throughput"
10417   - "name"
10418   - "tags"
10419   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10420   x-axis: "X = CNFs per Service Pipeline"
10421   y-axis: "Y = Number of Service Pipelines"
10422   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10423   layout:
10424     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10425     layout: "plot-service-density"
10426
10427 # Plots - NF Density - CSP - PDR IMIX
10428 - type: "plot"
10429   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10430   algorithm: "plot_nf_heatmap"
10431   output-file-type: ".html"
10432   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10433   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10434   filter: "'NIC_Intel-XXV710' and
10435            'NF_DENSITY' and
10436            'DOCKER' and
10437            'PIPELINE' and
10438            'NF_VPPIP4' and
10439            'IMIX' and
10440            '2T1C' and
10441            'NDRPDR'"
10442   parameters:
10443   - "throughput"
10444   - "name"
10445   - "tags"
10446   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10447   x-axis: "X = CNFs per Service Pipeline"
10448   y-axis: "Y = Number of Service Pipelines"
10449   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10450   layout:
10451     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10452     layout: "plot-service-density"
10453
10454 - type: "plot"
10455   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10456   algorithm: "plot_nf_heatmap"
10457   output-file-type: ".html"
10458   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10459   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10460   filter: "'NIC_Intel-XXV710' and
10461            'NF_DENSITY' and
10462            'DOCKER' and
10463            'PIPELINE' and
10464            'NF_VPPIP4' and
10465            'IMIX' and
10466            '4T2C' and
10467            'NDRPDR'"
10468   parameters:
10469   - "throughput"
10470   - "name"
10471   - "tags"
10472   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10473   x-axis: "X = CNFs per Service Pipeline"
10474   y-axis: "Y = Number of Service Pipelines"
10475   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10476   layout:
10477     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10478     layout: "plot-service-density"
10479
10480 - type: "plot"
10481   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10482   algorithm: "plot_nf_heatmap"
10483   output-file-type: ".html"
10484   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10485   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10486   filter: "'NIC_Intel-XXV710' and
10487            'NF_DENSITY' and
10488            'DOCKER' and
10489            'PIPELINE' and
10490            'NF_VPPIP4' and
10491            'IMIX' and
10492            '8T4C' and
10493            'NDRPDR'"
10494   parameters:
10495   - "throughput"
10496   - "name"
10497   - "tags"
10498   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10499   x-axis: "X = CNFs per Service Pipeline"
10500   y-axis: "Y = Number of Service Pipelines"
10501   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10502   layout:
10503     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10504     layout: "plot-service-density"
10505
10506 ################################################################################
10507
10508 # Packet Throughput
10509
10510 #- type: "plot"
10511 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10512 #  algorithm: "plot_perf_box_name"
10513 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10514 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10515 #  include:
10516 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10517 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10518 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10519 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10520 #  layout:
10521 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10522 #    layout: "plot-throughput"
10523 #
10524 #- type: "plot"
10525 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10526 #  algorithm: "plot_perf_box_name"
10527 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10528 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10529 #  include:
10530 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10531 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10532 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10533 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10534 #  layout:
10535 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10536 #    layout: "plot-throughput"
10537 #
10538 #- type: "plot"
10539 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10540 #  algorithm: "plot_perf_box_name"
10541 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10542 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10543 #  include:
10544 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10545 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10546 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10547 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10548 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10549 #  layout:
10550 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10551 #    layout: "plot-throughput"
10552 #
10553 #- type: "plot"
10554 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10555 #  algorithm: "plot_perf_box_name"
10556 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10557 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10558 #  include:
10559 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10560 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10561 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10562 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10563 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10564 #  layout:
10565 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10566 #    layout: "plot-throughput"
10567
10568 - type: "plot"
10569   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10570   algorithm: "plot_perf_box_name"
10571   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10572   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10573   include:
10574     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10575     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10576     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10577     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10578     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10579   layout:
10580     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10581     layout: "plot-throughput"
10582
10583 - type: "plot"
10584   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10585   algorithm: "plot_perf_box_name"
10586   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10587   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10588   include:
10589     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10590     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10591     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10592     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10593     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10594   layout:
10595     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10596     layout: "plot-throughput"
10597
10598 #- type: "plot"
10599 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10600 #  algorithm: "plot_perf_box_name"
10601 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10602 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10603 #  include:
10604 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10605 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10606 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10607 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10608 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10609 #  layout:
10610 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10611 #    layout: "plot-throughput"
10612 #
10613 #- type: "plot"
10614 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10615 #  algorithm: "plot_perf_box_name"
10616 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10617 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10618 #  include:
10619 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10620 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10621 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10622 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10623 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10624 #  layout:
10625 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10626 #    layout: "plot-throughput"
10627 #
10628 #- type: "plot"
10629 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10630 #  algorithm: "plot_perf_box_name"
10631 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10632 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10633 #  include:
10634 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10635 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10636 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10637 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10638 #  layout:
10639 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10640 #    layout: "plot-throughput"
10641 #
10642 #- type: "plot"
10643 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10644 #  algorithm: "plot_perf_box_name"
10645 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10646 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10647 #  include:
10648 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10649 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10650 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10651 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10652 #  layout:
10653 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10654 #    layout: "plot-throughput"
10655 #
10656 #- type: "plot"
10657 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10658 #  algorithm: "plot_perf_box_name"
10659 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10660 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10661 #  include:
10662 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10663 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10664 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10665 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10666 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10667 #  layout:
10668 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10669 #    layout: "plot-throughput"
10670 #
10671 #- type: "plot"
10672 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10673 #  algorithm: "plot_perf_box_name"
10674 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10675 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10676 #  include:
10677 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10678 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10679 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10680 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10681 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10682 #  layout:
10683 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10684 #    layout: "plot-throughput"
10685 #
10686 #- type: "plot"
10687 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10688 #  algorithm: "plot_perf_box_name"
10689 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10690 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10691 #  include:
10692 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10693 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10694 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10695 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10696 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10697 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10698 #  layout:
10699 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10700 #    layout: "plot-throughput"
10701 #
10702 #- type: "plot"
10703 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10704 #  algorithm: "plot_perf_box_name"
10705 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10706 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10707 #  include:
10708 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10709 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10710 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10711 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10712 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10713 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10714 #  layout:
10715 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10716 #    layout: "plot-throughput"
10717
10718 - type: "plot"
10719   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10720   algorithm: "plot_perf_box_name"
10721   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10722   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10723   include:
10724     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10725     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10726     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10727   layout:
10728     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10729     layout: "plot-throughput"
10730
10731 - type: "plot"
10732   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10733   algorithm: "plot_perf_box_name"
10734   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10735   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10736   include:
10737     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10738     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10739     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10740   layout:
10741     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10742     layout: "plot-throughput"
10743
10744 #- type: "plot"
10745 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10746 #  algorithm: "plot_perf_box_name"
10747 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10748 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10749 #  include:
10750 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10751 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10752 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10753 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10754 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10755 #  layout:
10756 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10757 #    layout: "plot-throughput"
10758 #
10759 #- type: "plot"
10760 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10761 #  algorithm: "plot_perf_box_name"
10762 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10763 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10764 #  include:
10765 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10766 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10767 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10768 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10769 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10770 #  layout:
10771 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10772 #    layout: "plot-throughput"
10773 #
10774 #- type: "plot"
10775 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10776 #  algorithm: "plot_perf_box_name"
10777 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10778 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10779 #  include:
10780 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10781 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10782 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10783 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10784 #  layout:
10785 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10786 #    layout: "plot-throughput"
10787 #
10788 #- type: "plot"
10789 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10790 #  algorithm: "plot_perf_box_name"
10791 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10792 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10793 #  include:
10794 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10795 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10796 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10797 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10798 #  layout:
10799 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10800 #    layout: "plot-throughput"
10801 #
10802 #- type: "plot"
10803 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10804 #  algorithm: "plot_perf_box_name"
10805 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10806 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10807 #  include:
10808 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10809 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10810 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10811 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10812 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10813 #  layout:
10814 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10815 #    layout: "plot-throughput"
10816 #
10817 #- type: "plot"
10818 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10819 #  algorithm: "plot_perf_box_name"
10820 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10821 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10822 #  include:
10823 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10824 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10825 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10826 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10827 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10828 #  layout:
10829 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10830 #    layout: "plot-throughput"
10831 #
10832 #- type: "plot"
10833 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10834 #  algorithm: "plot_perf_box_name"
10835 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10836 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10837 #  include:
10838 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10839 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10840 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10841 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10842 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10843 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10844 #  layout:
10845 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10846 #    layout: "plot-throughput"
10847 #
10848 #- type: "plot"
10849 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10850 #  algorithm: "plot_perf_box_name"
10851 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10852 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10853 #  include:
10854 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10855 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10856 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10857 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10858 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10859 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10860 #  layout:
10861 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10862 #    layout: "plot-throughput"
10863
10864 - type: "plot"
10865   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10866   algorithm: "plot_perf_box_name"
10867   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10868   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10869   include:
10870     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10871     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10872     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10873     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10874     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10875   layout:
10876     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10877     layout: "plot-throughput"
10878
10879 - type: "plot"
10880   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10881   algorithm: "plot_perf_box_name"
10882   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10883   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10884   include:
10885     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10886     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10887     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10888     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10889     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10890   layout:
10891     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10892     layout: "plot-throughput"
10893
10894 - type: "plot"
10895   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10896   algorithm: "plot_perf_box_name"
10897   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10898   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10899   include:
10900     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10901     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10902     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10903     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10904     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10905     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10906   layout:
10907     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10908     layout: "plot-throughput"
10909
10910 - type: "plot"
10911   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10912   algorithm: "plot_perf_box_name"
10913   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10914   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10915   include:
10916     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10917     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10918     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10919     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10920     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10921     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10922   layout:
10923     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10924     layout: "plot-throughput"
10925
10926 - type: "plot"
10927   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10928   algorithm: "plot_perf_box_name"
10929   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10930   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10931   include:
10932     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10933     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10934     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10935     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10936     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10937   layout:
10938     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10939     layout: "plot-throughput"
10940
10941 - type: "plot"
10942   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10943   algorithm: "plot_perf_box_name"
10944   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10945   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10946   include:
10947     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10948     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10949     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10950     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10951     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10952   layout:
10953     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10954     layout: "plot-throughput"
10955
10956 - type: "plot"
10957   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10958   algorithm: "plot_perf_box_name"
10959   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10960   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10961   include:
10962     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10963     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10964     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10965     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10966     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10967     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10968   layout:
10969     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10970     layout: "plot-throughput"
10971
10972 - type: "plot"
10973   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10974   algorithm: "plot_perf_box_name"
10975   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10976   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10977   include:
10978     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10979     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10980     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10981     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10982     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10983     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10984   layout:
10985     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10986     layout: "plot-throughput"
10987
10988 - type: "plot"
10989   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10990   algorithm: "plot_perf_box_name"
10991   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10992   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10993   include:
10994     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10995     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10996     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10997     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10998     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10999   layout:
11000     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11001     layout: "plot-throughput"
11002
11003 - type: "plot"
11004   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11005   algorithm: "plot_perf_box_name"
11006   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11007   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11008   include:
11009     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11010     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11011     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11012     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11013     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11014   layout:
11015     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11016     layout: "plot-throughput"
11017
11018 - type: "plot"
11019   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11020   algorithm: "plot_perf_box_name"
11021   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11022   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11023   include:
11024     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11025     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11026     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11027     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11028     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11029     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11030   layout:
11031     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11032     layout: "plot-throughput"
11033
11034 - type: "plot"
11035   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11036   algorithm: "plot_perf_box_name"
11037   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11038   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11039   include:
11040     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11041     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11042     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11043     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11044     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11045     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11046   layout:
11047     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11048     layout: "plot-throughput"
11049
11050 - type: "plot"
11051   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11052   algorithm: "plot_perf_box_name"
11053   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11054   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11055   include:
11056     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11057     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11058   layout:
11059     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11060     layout: "plot-throughput"
11061
11062 - type: "plot"
11063   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11064   algorithm: "plot_perf_box_name"
11065   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11066   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11067   include:
11068     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11069     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11070   layout:
11071     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11072     layout: "plot-throughput"
11073
11074 #- type: "plot"
11075 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11076 #  algorithm: "plot_perf_box_name"
11077 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11078 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11079 #  include:
11080 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11081 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11082 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11083 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11084 #  layout:
11085 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11086 #    layout: "plot-throughput"
11087 #
11088 #- type: "plot"
11089 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11090 #  algorithm: "plot_perf_box_name"
11091 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11092 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11093 #  include:
11094 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11095 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11096 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11097 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11098 #  layout:
11099 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11100 #    layout: "plot-throughput"
11101
11102 - type: "plot"
11103   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11104   algorithm: "plot_perf_box_name"
11105   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11106   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11107   include:
11108     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11109     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11110     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11111     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11112   layout:
11113     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11114     layout: "plot-throughput"
11115
11116 - type: "plot"
11117   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11118   algorithm: "plot_perf_box_name"
11119   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11120   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11121   include:
11122     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11123     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11124     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11125     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11126   layout:
11127     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11128     layout: "plot-throughput"
11129
11130 - type: "plot"
11131   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11132   algorithm: "plot_perf_box_name"
11133   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11134   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11135   include:
11136     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11137     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11138     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11139     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11140   layout:
11141     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11142     layout: "plot-throughput"
11143
11144 - type: "plot"
11145   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11146   algorithm: "plot_perf_box_name"
11147   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11148   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11149   include:
11150     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11151     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11152     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11153     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11154   layout:
11155     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11156     layout: "plot-throughput"
11157
11158 #- type: "plot"
11159 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11160 #  algorithm: "plot_perf_box_name"
11161 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11162 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11163 #  include:
11164 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11165 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11166 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11167 #  layout:
11168 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11169 #    layout: "plot-throughput"
11170 #
11171 #- type: "plot"
11172 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11173 #  algorithm: "plot_perf_box_name"
11174 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11175 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11176 #  include:
11177 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11178 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11179 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11180 #  layout:
11181 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11182 #    layout: "plot-throughput"
11183 #
11184 #- type: "plot"
11185 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11186 #  algorithm: "plot_perf_box_name"
11187 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11188 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11189 #  include:
11190 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11191 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11192 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11193 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11194 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11195 #  layout:
11196 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11197 #    layout: "plot-throughput"
11198 #
11199 #- type: "plot"
11200 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11201 #  algorithm: "plot_perf_box_name"
11202 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11203 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11204 #  include:
11205 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11206 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11207 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11208 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11209 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11210 #  layout:
11211 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11212 #    layout: "plot-throughput"
11213
11214 - type: "plot"
11215   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11216   algorithm: "plot_perf_box_name"
11217   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11218   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11219   include:
11220     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11221     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11222     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11223   layout:
11224     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11225     layout: "plot-throughput"
11226
11227 - type: "plot"
11228   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11229   algorithm: "plot_perf_box_name"
11230   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11231   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11232   include:
11233     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11234     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11235     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11236   layout:
11237     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11238     layout: "plot-throughput"
11239
11240 #- type: "plot"
11241 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11242 #  algorithm: "plot_perf_box_name"
11243 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11244 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11245 #  include:
11246 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11247 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11248 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11249 #  layout:
11250 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11251 #    layout: "plot-throughput"
11252 #
11253 #- type: "plot"
11254 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11255 #  algorithm: "plot_perf_box_name"
11256 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11257 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11258 #  include:
11259 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11260 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11261 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11262 #  layout:
11263 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11264 #    layout: "plot-throughput"
11265 #
11266 #- type: "plot"
11267 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11268 #  algorithm: "plot_perf_box_name"
11269 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11270 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11271 #  include:
11272 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11273 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11274 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11275 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11276 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11277 #  layout:
11278 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11279 #    layout: "plot-throughput"
11280 #
11281 #- type: "plot"
11282 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11283 #  algorithm: "plot_perf_box_name"
11284 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11285 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11286 #  include:
11287 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11288 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11289 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11290 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11291 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11292 #  layout:
11293 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11294 #    layout: "plot-throughput"
11295
11296 - type: "plot"
11297   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11298   algorithm: "plot_perf_box_name"
11299   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11300   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11301   include:
11302     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11303     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11304     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11305     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11306     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11307   layout:
11308     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11309     layout: "plot-throughput"
11310
11311 - type: "plot"
11312   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11313   algorithm: "plot_perf_box_name"
11314   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11315   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11316   include:
11317     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11318     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11319     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11320     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11321     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11322   layout:
11323     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11324     layout: "plot-throughput"
11325
11326 - type: "plot"
11327   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11328   algorithm: "plot_perf_box_name"
11329   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11330   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11331   include:
11332     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11333     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11334     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11335     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11336     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11337   layout:
11338     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11339     layout: "plot-throughput"
11340
11341 - type: "plot"
11342   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11343   algorithm: "plot_perf_box_name"
11344   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11345   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11346   include:
11347     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11348     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11349     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11350     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11351     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11352   layout:
11353     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11354     layout: "plot-throughput"
11355
11356 - type: "plot"
11357   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11358   algorithm: "plot_perf_box_name"
11359   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11360   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11361   include:
11362     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11363     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11364     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11365     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11366     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11367   layout:
11368     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11369     layout: "plot-throughput"
11370
11371 - type: "plot"
11372   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11373   algorithm: "plot_perf_box_name"
11374   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11375   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11376   include:
11377     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11378     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11379     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11380     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11381     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11382   layout:
11383     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11384     layout: "plot-throughput"
11385
11386 - type: "plot"
11387   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11388   algorithm: "plot_perf_box_name"
11389   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11390   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11391   include:
11392     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11393     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11394     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11395     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11396     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11397     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11398   layout:
11399     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11400     layout: "plot-throughput"
11401
11402 - type: "plot"
11403   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11404   algorithm: "plot_perf_box_name"
11405   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11406   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11407   include:
11408     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11409     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11410     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11411     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11412     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11413     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11414   layout:
11415     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11416     layout: "plot-throughput"
11417
11418 - type: "plot"
11419   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11420   algorithm: "plot_perf_box_name"
11421   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11422   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11423   include:
11424     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11425     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11426     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11427     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11428   layout:
11429     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11430     layout: "plot-throughput"
11431
11432 - type: "plot"
11433   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11434   algorithm: "plot_perf_box_name"
11435   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11436   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11437   include:
11438     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11439     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11440     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11441     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11442   layout:
11443     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11444     layout: "plot-throughput"
11445
11446 #- type: "plot"
11447 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11448 #  algorithm: "plot_perf_box_name"
11449 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11450 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11451 #  include:
11452 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11453 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11454 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11455 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11456 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11457 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11458 #  layout:
11459 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11460 #    layout: "plot-throughput"
11461 #
11462 #- type: "plot"
11463 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11464 #  algorithm: "plot_perf_box_name"
11465 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11466 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11467 #  include:
11468 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11469 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11470 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11471 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11472 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11473 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11474 #  layout:
11475 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11476 #    layout: "plot-throughput"
11477
11478 - type: "plot"
11479   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11480   algorithm: "plot_perf_box_name"
11481   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11482   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11483   include:
11484     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11485 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11486     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11487 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11488     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11489 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11490   layout:
11491     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11492     layout: "plot-throughput"
11493
11494 - type: "plot"
11495   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11496   algorithm: "plot_perf_box_name"
11497   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11498   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11499   include:
11500     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11501 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11502     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11503 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11504     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11505 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11506   layout:
11507     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11508     layout: "plot-throughput"
11509
11510 - type: "plot"
11511   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11512   algorithm: "plot_perf_box_name"
11513   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11514   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11515   include:
11516     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11517     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11518     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11519     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11520     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11521     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11522   layout:
11523     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11524     layout: "plot-throughput"
11525
11526 - type: "plot"
11527   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11528   algorithm: "plot_perf_box_name"
11529   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11530   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11531   include:
11532     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11533     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11534     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11535     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11536     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11537     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11538   layout:
11539     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11540     layout: "plot-throughput"
11541
11542 #- type: "plot"
11543 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11544 #  algorithm: "plot_perf_box_name"
11545 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11546 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11547 #  include:
11548 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11549 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11550 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11551 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11552 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11553 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11554 #  layout:
11555 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11556 #    layout: "plot-throughput"
11557 #
11558 #- type: "plot"
11559 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11560 #  algorithm: "plot_perf_box_name"
11561 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11562 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11563 #  include:
11564 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11565 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11566 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11567 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11568 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11569 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11570 #  layout:
11571 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11572 #    layout: "plot-throughput"
11573 #
11574 #- type: "plot"
11575 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11576 #  algorithm: "plot_perf_box_name"
11577 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11578 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11579 #  include:
11580 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11581 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11582 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11583 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11584 #  layout:
11585 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11586 #    layout: "plot-throughput"
11587 #
11588 #- type: "plot"
11589 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11590 #  algorithm: "plot_perf_box_name"
11591 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11592 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11593 #  include:
11594 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11595 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11596 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11597 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11598 #  layout:
11599 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11600 #    layout: "plot-throughput"
11601 #
11602 #- type: "plot"
11603 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11604 #  algorithm: "plot_perf_box_name"
11605 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11606 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11607 #  include:
11608 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11609 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11610 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11611 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11612 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11613 #  layout:
11614 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11615 #    layout: "plot-throughput"
11616 #
11617 #- type: "plot"
11618 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11619 #  algorithm: "plot_perf_box_name"
11620 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11621 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11622 #  include:
11623 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11624 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11625 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11626 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11627 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11628 #  layout:
11629 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11630 #    layout: "plot-throughput"
11631 #
11632 #- type: "plot"
11633 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11634 #  algorithm: "plot_perf_box_name"
11635 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11636 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11637 #  include:
11638 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11639 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11640 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11641 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11642 #  layout:
11643 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11644 #    layout: "plot-throughput"
11645 #
11646 #- type: "plot"
11647 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11648 #  algorithm: "plot_perf_box_name"
11649 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11650 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11651 #  include:
11652 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11653 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11654 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11655 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11656 #  layout:
11657 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11658 #    layout: "plot-throughput"
11659
11660 - type: "plot"
11661   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11662   algorithm: "plot_perf_box_name"
11663   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11664   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11665   include:
11666     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11667     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11668     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11669     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11670     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11671     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11672   layout:
11673     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11674     layout: "plot-throughput"
11675
11676 - type: "plot"
11677   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11678   algorithm: "plot_perf_box_name"
11679   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11680   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11681   include:
11682     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11683     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11684     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11685     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11686     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11687     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11688   layout:
11689     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11690     layout: "plot-throughput"
11691
11692 #- type: "plot"
11693 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11694 #  algorithm: "plot_perf_box_name"
11695 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11696 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11697 #  include:
11698 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11699 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11700 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11701 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11702 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11703 #  layout:
11704 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11705 #    layout: "plot-throughput"
11706 #
11707 #- type: "plot"
11708 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11709 #  algorithm: "plot_perf_box_name"
11710 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11711 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11712 #  include:
11713 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11714 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11715 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11716 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11717 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11718 #  layout:
11719 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11720 #    layout: "plot-throughput"
11721 #
11722 #- type: "plot"
11723 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11724 #  algorithm: "plot_perf_box_name"
11725 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11726 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11727 #  include:
11728 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11729 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11730 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11731 #  layout:
11732 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11733 #    layout: "plot-throughput"
11734 #
11735 #- type: "plot"
11736 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11737 #  algorithm: "plot_perf_box_name"
11738 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11739 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11740 #  include:
11741 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11742 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11743 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11744 #  layout:
11745 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11746 #    layout: "plot-throughput"
11747 #
11748 #- type: "plot"
11749 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11750 #  algorithm: "plot_perf_box_name"
11751 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11752 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11753 #  include:
11754 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11755 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11756 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11757 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11758 #  layout:
11759 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11760 #    layout: "plot-throughput"
11761 #
11762 #- type: "plot"
11763 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11764 #  algorithm: "plot_perf_box_name"
11765 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11766 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11767 #  include:
11768 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11769 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11770 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11771 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11772 #  layout:
11773 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11774 #    layout: "plot-throughput"
11775 #
11776 #- type: "plot"
11777 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11778 #  algorithm: "plot_perf_box_name"
11779 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11780 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11781 #  include:
11782 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11783 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11784 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11785 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11786 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11787 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11788 #  layout:
11789 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11790 #    layout: "plot-throughput"
11791 #
11792 #- type: "plot"
11793 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11794 #  algorithm: "plot_perf_box_name"
11795 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11796 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11797 #  include:
11798 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11799 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11800 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11801 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11802 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11803 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11804 #  layout:
11805 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11806 #    layout: "plot-throughput"
11807 #
11808 #- type: "plot"
11809 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11810 #  algorithm: "plot_perf_box_name"
11811 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11812 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11813 #  include:
11814 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11815 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11816 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11817 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11818 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11819 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11820 #  layout:
11821 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11822 #    layout: "plot-throughput"
11823 #
11824 #- type: "plot"
11825 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11826 #  algorithm: "plot_perf_box_name"
11827 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11828 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11829 #  include:
11830 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11831 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11832 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11833 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11834 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11835 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11836 #  layout:
11837 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11838 #    layout: "plot-throughput"
11839
11840 - type: "plot"
11841   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11842   algorithm: "plot_perf_box_name"
11843   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11844   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11845   include:
11846     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11847     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11848     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11849     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11850   layout:
11851     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11852     layout: "plot-throughput"
11853
11854 - type: "plot"
11855   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11856   algorithm: "plot_perf_box_name"
11857   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11858   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11859   include:
11860     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11861     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11862     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11863     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11864   layout:
11865     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11866     layout: "plot-throughput"
11867
11868 - type: "plot"
11869   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11870   algorithm: "plot_perf_box_name"
11871   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11872   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11873   include:
11874     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11875     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11876     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11877     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11878     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11879     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11880   layout:
11881     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11882     layout: "plot-throughput"
11883
11884 - type: "plot"
11885   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11886   algorithm: "plot_perf_box_name"
11887   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11888   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11889   include:
11890     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11891     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11892     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11893     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11894     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11895     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11896   layout:
11897     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11898     layout: "plot-throughput"
11899
11900 - type: "plot"
11901   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11902   algorithm: "plot_perf_box_name"
11903   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11904   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11905   include:
11906     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11907     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11908     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11909     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11910     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11911     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11912   layout:
11913     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11914     layout: "plot-throughput"
11915
11916 - type: "plot"
11917   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11918   algorithm: "plot_perf_box_name"
11919   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11920   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11921   include:
11922     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11923     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11924     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11925     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11926     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11927     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11928   layout:
11929     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11930     layout: "plot-throughput"
11931
11932 - type: "plot"
11933   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11934   algorithm: "plot_perf_box_name"
11935   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11936   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11937   include:
11938     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11939     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11940     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11941     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11942   layout:
11943     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11944     layout: "plot-throughput"
11945
11946 - type: "plot"
11947   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11948   algorithm: "plot_perf_box_name"
11949   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11950   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11951   include:
11952     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11953     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11954     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11955     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11956   layout:
11957     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11958     layout: "plot-throughput"
11959
11960 - type: "plot"
11961   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11962   algorithm: "plot_perf_box_name"
11963   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11964   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11965   include:
11966     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11967     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11968     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11969     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11970     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11971     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11972   layout:
11973     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11974     layout: "plot-throughput"
11975
11976 - type: "plot"
11977   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11978   algorithm: "plot_perf_box_name"
11979   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11980   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11981   include:
11982     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11983     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11984     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11985     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11986     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11987     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11988   layout:
11989     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11990     layout: "plot-throughput"
11991
11992 - type: "plot"
11993   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11994   algorithm: "plot_perf_box_name"
11995   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11996   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11997   include:
11998     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11999     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12000     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12001     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12002   layout:
12003     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12004     layout: "plot-throughput"
12005
12006 - type: "plot"
12007   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12008   algorithm: "plot_perf_box_name"
12009   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12010   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12011   include:
12012     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12013     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12014     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12015     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12016   layout:
12017     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12018     layout: "plot-throughput"
12019
12020 - type: "plot"
12021   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12022   algorithm: "plot_perf_box_name"
12023   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12024   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12025   include:
12026     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12027     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12028     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12029     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12030     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12031     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12032   layout:
12033     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12034     layout: "plot-throughput"
12035
12036 - type: "plot"
12037   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12038   algorithm: "plot_perf_box_name"
12039   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12040   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12041   include:
12042     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12043     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12044     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12045     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12046     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12047     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12048   layout:
12049     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12050     layout: "plot-throughput"
12051
12052 - type: "plot"
12053   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12054   algorithm: "plot_perf_box_name"
12055   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12056   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12057   include:
12058     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12059     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12060     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12061     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12062     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12063     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12064   layout:
12065     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12066     layout: "plot-throughput"
12067
12068 - type: "plot"
12069   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12070   algorithm: "plot_perf_box_name"
12071   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12072   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12073   include:
12074     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12075     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12076     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12077     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12078     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12079     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12080   layout:
12081     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12082     layout: "plot-throughput"
12083
12084 - type: "plot"
12085   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12086   algorithm: "plot_perf_box_name"
12087   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12088   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12089   include:
12090     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12091     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12092     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12093     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12094     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12095     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12096   layout:
12097     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12098     layout: "plot-throughput"
12099
12100 - type: "plot"
12101   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12102   algorithm: "plot_perf_box_name"
12103   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12104   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12105   include:
12106     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12107     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12108     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12109     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12110     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12111     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12112   layout:
12113     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12114     layout: "plot-throughput"
12115
12116 #- type: "plot"
12117 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12118 #  algorithm: "plot_perf_box_name"
12119 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12120 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12121 #  include:
12122 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12123 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12124 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12125 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12126 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12127 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12128 #  layout:
12129 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12130 #    layout: "plot-throughput"
12131 #
12132 #- type: "plot"
12133 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12134 #  algorithm: "plot_perf_box_name"
12135 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12136 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12137 #  include:
12138 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12139 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12140 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12141 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12142 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12143 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12144 #  layout:
12145 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12146 #    layout: "plot-throughput"
12147
12148 - type: "plot"
12149   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12150   algorithm: "plot_perf_box_name"
12151   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12152   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12153   include:
12154     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12155     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12156     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12157     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12158     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12159     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12160   layout:
12161     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12162     layout: "plot-throughput"
12163
12164 - type: "plot"
12165   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12166   algorithm: "plot_perf_box_name"
12167   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12168   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12169   include:
12170     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12171     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12172     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12173     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12174     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12175     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12176   layout:
12177     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12178     layout: "plot-throughput"
12179
12180 #- type: "plot"
12181 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12182 #  algorithm: "plot_perf_box_name"
12183 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12184 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12185 #  include:
12186 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12187 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12188 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12189 #  layout:
12190 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12191 #    layout: "plot-throughput"
12192 #
12193 #- type: "plot"
12194 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12195 #  algorithm: "plot_perf_box_name"
12196 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12197 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12198 #  include:
12199 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12200 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12201 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12202 #  layout:
12203 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12204 #    layout: "plot-throughput"
12205
12206 #- type: "plot"
12207 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12208 #  algorithm: "plot_perf_box_name"
12209 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12210 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12211 #  include:
12212 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12213 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12214 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12215 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12216 #  layout:
12217 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12218 #    layout: "plot-throughput"
12219 #
12220 #- type: "plot"
12221 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12222 #  algorithm: "plot_perf_box_name"
12223 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12224 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12225 #  include:
12226 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12227 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12228 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12229 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12230 #  layout:
12231 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12232 #    layout: "plot-throughput"
12233 #
12234 #- type: "plot"
12235 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12236 #  algorithm: "plot_perf_box_name"
12237 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12238 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12239 #  include:
12240 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12241 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12242 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12243 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12244 #  layout:
12245 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12246 #    layout: "plot-throughput"
12247 #
12248 #- type: "plot"
12249 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12250 #  algorithm: "plot_perf_box_name"
12251 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12252 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12253 #  include:
12254 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12255 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12256 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12257 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12258 #  layout:
12259 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12260 #    layout: "plot-throughput"
12261
12262 - type: "plot"
12263   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12264   algorithm: "plot_perf_box_name"
12265   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12266   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12267   include:
12268     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12269     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12270     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12271     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12272   layout:
12273     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12274     layout: "plot-throughput"
12275
12276 - type: "plot"
12277   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12278   algorithm: "plot_perf_box_name"
12279   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12280   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12281   include:
12282     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12283     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12284     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12285     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12286   layout:
12287     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12288     layout: "plot-throughput"
12289
12290 - type: "plot"
12291   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12292   algorithm: "plot_perf_box_name"
12293   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12294   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12295   include:
12296     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12297     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12298     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12299     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12300   layout:
12301     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12302     layout: "plot-throughput"
12303
12304 - type: "plot"
12305   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12306   algorithm: "plot_perf_box_name"
12307   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12308   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12309   include:
12310     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12311     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12312     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12313     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12314   layout:
12315     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12316     layout: "plot-throughput"
12317
12318 #- type: "plot"
12319 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12320 #  algorithm: "plot_perf_box_name"
12321 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12322 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12323 #  include:
12324 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12325 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12326 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12327 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12328 #  layout:
12329 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12330 #    layout: "plot-throughput"
12331 #
12332 #- type: "plot"
12333 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12334 #  algorithm: "plot_perf_box_name"
12335 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12336 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12337 #  include:
12338 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12339 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12340 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12341 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12342 #  layout:
12343 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12344 #    layout: "plot-throughput"
12345 #
12346 #- type: "plot"
12347 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12348 #  algorithm: "plot_perf_box_name"
12349 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12350 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12351 #  include:
12352 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12353 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12354 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12355 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12356 #  layout:
12357 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12358 #    layout: "plot-throughput"
12359 #
12360 #- type: "plot"
12361 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12362 #  algorithm: "plot_perf_box_name"
12363 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12364 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12365 #  include:
12366 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12367 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12368 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12369 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12370 #  layout:
12371 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12372 #    layout: "plot-throughput"
12373 #
12374 #- type: "plot"
12375 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12376 #  algorithm: "plot_perf_box_name"
12377 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12378 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12379 #  include:
12380 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12381 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12382 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12383 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12384 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12385 #  layout:
12386 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12387 #    layout: "plot-throughput"
12388 #
12389 #- type: "plot"
12390 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12391 #  algorithm: "plot_perf_box_name"
12392 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12393 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12394 #  include:
12395 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12396 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12397 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12398 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12399 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12400 #  layout:
12401 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12402 #    layout: "plot-throughput"
12403 #
12404 #- type: "plot"
12405 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12406 #  algorithm: "plot_perf_box_name"
12407 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12408 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12409 #  include:
12410 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12411 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12412 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12413 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12414 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12415 #  layout:
12416 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12417 #    layout: "plot-throughput"
12418 #
12419 #- type: "plot"
12420 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12421 #  algorithm: "plot_perf_box_name"
12422 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12423 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12424 #  include:
12425 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12426 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12427 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12428 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12429 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12430 #  layout:
12431 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12432 #    layout: "plot-throughput"
12433 #
12434 #- type: "plot"
12435 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12436 #  algorithm: "plot_perf_box_name"
12437 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12438 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12439 #  include:
12440 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12441 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12442 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12443 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12444 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12445 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12446 #  layout:
12447 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12448 #    layout: "plot-throughput"
12449 #
12450 #- type: "plot"
12451 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12452 #  algorithm: "plot_perf_box_name"
12453 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12454 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12455 #  include:
12456 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12457 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12458 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12459 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12460 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12461 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12462 #  layout:
12463 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12464 #    layout: "plot-throughput"
12465 #
12466 #- type: "plot"
12467 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12468 #  algorithm: "plot_perf_box_name"
12469 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12470 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12471 #  include:
12472 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12473 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12474 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12475 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12476 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12477 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12478 #  layout:
12479 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12480 #    layout: "plot-throughput"
12481 #
12482 #- type: "plot"
12483 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12484 #  algorithm: "plot_perf_box_name"
12485 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12486 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12487 #  include:
12488 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12489 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12490 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12491 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12492 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12493 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12494 #  layout:
12495 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12496 #    layout: "plot-throughput"
12497
12498 - type: "plot"
12499   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12500   algorithm: "plot_perf_box_name"
12501   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12502   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12503   include:
12504     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12505     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12506     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12507     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12508     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12509   layout:
12510     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12511     layout: "plot-throughput"
12512
12513 - type: "plot"
12514   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12515   algorithm: "plot_perf_box_name"
12516   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12517   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12518   include:
12519     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12520     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12521     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12522     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12523     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12524   layout:
12525     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12526     layout: "plot-throughput"
12527
12528 #- type: "plot"
12529 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12530 #  algorithm: "plot_perf_box_name"
12531 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12532 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12533 #  include:
12534 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12535 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12536 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12537 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12538 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12539 #  layout:
12540 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12541 #    layout: "plot-throughput"
12542 #
12543 #- type: "plot"
12544 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12545 #  algorithm: "plot_perf_box_name"
12546 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12547 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12548 #  include:
12549 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12550 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12551 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12552 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12553 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12554 #  layout:
12555 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12556 #    layout: "plot-throughput"
12557
12558 #- type: "plot"
12559 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12560 #  algorithm: "plot_perf_box_name"
12561 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12562 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12563 #  include:
12564 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12565 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12566 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12567 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12568 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12569 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12570 #  layout:
12571 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12572 #    layout: "plot-throughput"
12573 #
12574 #- type: "plot"
12575 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12576 #  algorithm: "plot_perf_box_name"
12577 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12578 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12579 #  include:
12580 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12581 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12582 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12583 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12584 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12585 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12586 #  layout:
12587 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12588 #    layout: "plot-throughput"
12589
12590 #- type: "plot"
12591 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12592 #  algorithm: "plot_perf_box_name"
12593 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12594 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12595 #  include:
12596 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12597 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12598 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12599 #  layout:
12600 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12601 #    layout: "plot-throughput"
12602 #
12603 #- type: "plot"
12604 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12605 #  algorithm: "plot_perf_box_name"
12606 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12607 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12608 #  include:
12609 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12610 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12611 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12612 #  layout:
12613 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12614 #    layout: "plot-throughput"
12615
12616 ################################################################################
12617
12618 # Packet Speedup
12619
12620 #- type: "plot"
12621 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12622 #  algorithm: "plot_tsa_name"
12623 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12624 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12625 #  include:
12626 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12627 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12628 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12629 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12630 #  layout:
12631 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
12632 #    layout: "plot-throughput-speedup-analysis"
12633 #
12634 #- type: "plot"
12635 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12636 #  algorithm: "plot_tsa_name"
12637 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12638 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12639 #  include:
12640 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12641 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12642 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12643 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12644 #  layout:
12645 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
12646 #    layout: "plot-throughput-speedup-analysis"
12647 #
12648 #- type: "plot"
12649 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12650 #  algorithm: "plot_tsa_name"
12651 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12652 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12653 #  include:
12654 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12655 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12656 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12657 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12658 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12659 #  layout:
12660 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
12661 #    layout: "plot-throughput-speedup-analysis"
12662 #
12663 #- type: "plot"
12664 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12665 #  algorithm: "plot_tsa_name"
12666 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12667 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12668 #  include:
12669 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12670 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12671 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12672 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12673 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12674 #  layout:
12675 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
12676 #    layout: "plot-throughput-speedup-analysis"
12677 #
12678 #- type: "plot"
12679 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12680 #  algorithm: "plot_tsa_name"
12681 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12682 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12683 #  include:
12684 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12685 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12686 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12687 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12688 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12689 #  layout:
12690 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12691 #    layout: "plot-throughput-speedup-analysis"
12692 #
12693 #- type: "plot"
12694 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12695 #  algorithm: "plot_tsa_name"
12696 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12697 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12698 #  include:
12699 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12700 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12701 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12702 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12703 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12704 #  layout:
12705 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12706 #    layout: "plot-throughput-speedup-analysis"
12707 #
12708 #- type: "plot"
12709 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12710 #  algorithm: "plot_tsa_name"
12711 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12712 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12713 #  include:
12714 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12715 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12716 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12717 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12718 #  layout:
12719 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12720 #    layout: "plot-throughput-speedup-analysis"
12721 #
12722 #- type: "plot"
12723 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12724 #  algorithm: "plot_tsa_name"
12725 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12726 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12727 #  include:
12728 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12729 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12730 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12731 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12732 #  layout:
12733 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12734 #    layout: "plot-throughput-speedup-analysis"
12735 #
12736 #- type: "plot"
12737 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12738 #  algorithm: "plot_tsa_name"
12739 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12740 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12741 #  include:
12742 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12743 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12744 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12745 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12746 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12747 #  layout:
12748 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12749 #    layout: "plot-throughput-speedup-analysis"
12750 #
12751 #- type: "plot"
12752 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12753 #  algorithm: "plot_tsa_name"
12754 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12755 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12756 #  include:
12757 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12758 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12759 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12760 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12761 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12762 #  layout:
12763 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12764 #    layout: "plot-throughput-speedup-analysis"
12765 #
12766 #- type: "plot"
12767 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12768 #  algorithm: "plot_tsa_name"
12769 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12770 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12771 #  include:
12772 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12773 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12774 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12775 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12776 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12777 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12778 #  layout:
12779 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12780 #    layout: "plot-throughput-speedup-analysis"
12781 #
12782 #- type: "plot"
12783 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12784 #  algorithm: "plot_tsa_name"
12785 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12786 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12787 #  include:
12788 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12789 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12790 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12791 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12792 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12793 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12794 #  layout:
12795 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12796 #    layout: "plot-throughput-speedup-analysis"
12797
12798 - type: "plot"
12799   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12800   algorithm: "plot_tsa_name"
12801   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12802   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12803   include:
12804     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12805     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12806     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12807   layout:
12808     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
12809     layout: "plot-throughput-speedup-analysis"
12810
12811 - type: "plot"
12812   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12813   algorithm: "plot_tsa_name"
12814   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12815   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12816   include:
12817     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12818     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12819     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12820   layout:
12821     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
12822     layout: "plot-throughput-speedup-analysis"
12823
12824 #- type: "plot"
12825 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12826 #  algorithm: "plot_tsa_name"
12827 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12828 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12829 #  include:
12830 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12831 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12832 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12833 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12834 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12835 #  layout:
12836 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12837 #    layout: "plot-throughput-speedup-analysis"
12838 #
12839 #- type: "plot"
12840 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12841 #  algorithm: "plot_tsa_name"
12842 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12843 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12844 #  include:
12845 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12846 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12847 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12848 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12849 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12850 #  layout:
12851 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12852 #    layout: "plot-throughput-speedup-analysis"
12853 #
12854 #- type: "plot"
12855 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12856 #  algorithm: "plot_tsa_name"
12857 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12858 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12859 #  include:
12860 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12861 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12862 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12863 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12864 #  layout:
12865 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12866 #    layout: "plot-throughput-speedup-analysis"
12867 #
12868 #- type: "plot"
12869 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12870 #  algorithm: "plot_tsa_name"
12871 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12872 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12873 #  include:
12874 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12875 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12876 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12877 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12878 #  layout:
12879 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12880 #    layout: "plot-throughput-speedup-analysis"
12881 #
12882 #- type: "plot"
12883 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12884 #  algorithm: "plot_tsa_name"
12885 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12886 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12887 #  include:
12888 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12889 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12890 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12891 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12892 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12893 #  layout:
12894 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12895 #    layout: "plot-throughput-speedup-analysis"
12896 #
12897 #- type: "plot"
12898 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12899 #  algorithm: "plot_tsa_name"
12900 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12901 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12902 #  include:
12903 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12904 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12905 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12906 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12907 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12908 #  layout:
12909 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12910 #    layout: "plot-throughput-speedup-analysis"
12911 #
12912 #- type: "plot"
12913 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12914 #  algorithm: "plot_tsa_name"
12915 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12916 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12917 #  include:
12918 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12919 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12920 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12921 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12922 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12923 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12924 #  layout:
12925 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12926 #    layout: "plot-throughput-speedup-analysis"
12927 #
12928 #- type: "plot"
12929 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12930 #  algorithm: "plot_tsa_name"
12931 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12932 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12933 #  include:
12934 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12935 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12936 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12937 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12938 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12939 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12940 #  layout:
12941 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12942 #    layout: "plot-throughput-speedup-analysis"
12943
12944 - type: "plot"
12945   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12946   algorithm: "plot_tsa_name"
12947   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12948   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12949   include:
12950     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12951     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12952   layout:
12953     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
12954     layout: "plot-throughput-speedup-analysis"
12955
12956 - type: "plot"
12957   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12958   algorithm: "plot_tsa_name"
12959   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12960   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12961   include:
12962     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12963     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12964   layout:
12965     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
12966     layout: "plot-throughput-speedup-analysis"
12967
12968 #- type: "plot"
12969 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12970 #  algorithm: "plot_tsa_name"
12971 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12972 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12973 #  include:
12974 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12975 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12976 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12977 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12978 #  layout:
12979 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
12980 #    layout: "plot-throughput-speedup-analysis"
12981 #
12982 #- type: "plot"
12983 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12984 #  algorithm: "plot_tsa_name"
12985 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12986 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12987 #  include:
12988 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12989 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12990 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12991 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12992 #  layout:
12993 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
12994 #    layout: "plot-throughput-speedup-analysis"
12995 #
12996 #- type: "plot"
12997 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12998 #  algorithm: "plot_tsa_name"
12999 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13000 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13001 #  include:
13002 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13003 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13004 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13005 #  layout:
13006 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
13007 #    layout: "plot-throughput-speedup-analysis"
13008 #
13009 #- type: "plot"
13010 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13011 #  algorithm: "plot_tsa_name"
13012 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13013 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13014 #  include:
13015 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13016 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13017 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13018 #  layout:
13019 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
13020 #    layout: "plot-throughput-speedup-analysis"
13021 #
13022 #- type: "plot"
13023 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13024 #  algorithm: "plot_tsa_name"
13025 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13026 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13027 #  include:
13028 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13029 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13030 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13031 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13032 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13033 #  layout:
13034 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13035 #    layout: "plot-throughput-speedup-analysis"
13036 #
13037 #- type: "plot"
13038 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13039 #  algorithm: "plot_tsa_name"
13040 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13041 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13042 #  include:
13043 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13044 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13045 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13046 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13047 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13048 #  layout:
13049 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13050 #    layout: "plot-throughput-speedup-analysis"
13051
13052 - type: "plot"
13053   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13054   algorithm: "plot_tsa_name"
13055   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13056   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13057   include:
13058     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13059     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13060     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13061   layout:
13062     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
13063     layout: "plot-throughput-speedup-analysis"
13064
13065 - type: "plot"
13066   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13067   algorithm: "plot_tsa_name"
13068   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13069   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13070   include:
13071     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13072     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13073     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13074   layout:
13075     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
13076     layout: "plot-throughput-speedup-analysis"
13077
13078 #- type: "plot"
13079 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13080 #  algorithm: "plot_tsa_name"
13081 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13082 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13083 #  include:
13084 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13085 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13086 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13087 #  layout:
13088 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
13089 #    layout: "plot-throughput-speedup-analysis"
13090 #
13091 #- type: "plot"
13092 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13093 #  algorithm: "plot_tsa_name"
13094 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13095 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13096 #  include:
13097 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13098 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13099 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13100 #  layout:
13101 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
13102 #    layout: "plot-throughput-speedup-analysis"
13103 #
13104 #- type: "plot"
13105 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13106 #  algorithm: "plot_tsa_name"
13107 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13108 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13109 #  include:
13110 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13111 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13112 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13113 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13114 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13115 #  layout:
13116 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13117 #    layout: "plot-throughput-speedup-analysis"
13118 #
13119 #- type: "plot"
13120 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13121 #  algorithm: "plot_tsa_name"
13122 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13123 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13124 #  include:
13125 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13126 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13127 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13128 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13129 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13130 #  layout:
13131 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13132 #    layout: "plot-throughput-speedup-analysis"
13133
13134 - type: "plot"
13135   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13136   algorithm: "plot_tsa_name"
13137   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13138   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13139   include:
13140     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13141     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13142     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13143     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13144     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13145     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13146   layout:
13147     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13148     layout: "plot-throughput-speedup-analysis"
13149
13150 - type: "plot"
13151   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13152   algorithm: "plot_tsa_name"
13153   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13154   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13155   include:
13156     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13157     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13158     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13159     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13160     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13161     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13162   layout:
13163     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13164     layout: "plot-throughput-speedup-analysis"
13165
13166 - type: "plot"
13167   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13168   algorithm: "plot_tsa_name"
13169   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13170   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13171   include:
13172     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13173     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13174     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13175     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13176   layout:
13177     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13178     layout: "plot-throughput-speedup-analysis"
13179
13180 - type: "plot"
13181   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13182   algorithm: "plot_tsa_name"
13183   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13184   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13185   include:
13186     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13187     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13188     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13189     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13190   layout:
13191     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13192     layout: "plot-throughput-speedup-analysis"
13193
13194 #- type: "plot"
13195 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13196 #  algorithm: "plot_tsa_name"
13197 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13198 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13199 #  include:
13200 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13201 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13202 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13203 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13204 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13205 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13206 #  layout:
13207 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
13208 #    layout: "plot-throughput-speedup-analysis"
13209 #
13210 #- type: "plot"
13211 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13212 #  algorithm: "plot_tsa_name"
13213 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13214 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13215 #  include:
13216 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13217 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13218 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13219 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13220 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13221 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13222 #  layout:
13223 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
13224 #    layout: "plot-throughput-speedup-analysis"
13225 #
13226 #- type: "plot"
13227 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13228 #  algorithm: "plot_tsa_name"
13229 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13230 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13231 #  include:
13232 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13233 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13234 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13235 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13236 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13237 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13238 #  layout:
13239 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13240 #    layout: "plot-throughput-speedup-analysis"
13241 #
13242 #- type: "plot"
13243 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13244 #  algorithm: "plot_tsa_name"
13245 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13246 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13247 #  include:
13248 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13249 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13250 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13251 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13252 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13253 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13254 #  layout:
13255 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13256 #    layout: "plot-throughput-speedup-analysis"
13257 #
13258 #- type: "plot"
13259 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13260 #  algorithm: "plot_tsa_name"
13261 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13262 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13263 #  include:
13264 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13265 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13266 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13267 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13268 #  layout:
13269 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
13270 #    layout: "plot-throughput-speedup-analysis"
13271 #
13272 #- type: "plot"
13273 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13274 #  algorithm: "plot_tsa_name"
13275 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13276 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13277 #  include:
13278 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13279 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13280 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13281 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13282 #  layout:
13283 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
13284 #    layout: "plot-throughput-speedup-analysis"
13285 #
13286 #- type: "plot"
13287 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13288 #  algorithm: "plot_tsa_name"
13289 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13290 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13291 #  include:
13292 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13293 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13294 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13295 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13296 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13297 #  layout:
13298 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13299 #    layout: "plot-throughput-speedup-analysis"
13300 #
13301 #- type: "plot"
13302 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13303 #  algorithm: "plot_tsa_name"
13304 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13305 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13306 #  include:
13307 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13308 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13309 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13310 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13311 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13312 #  layout:
13313 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13314 #    layout: "plot-throughput-speedup-analysis"
13315 #
13316 #- type: "plot"
13317 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13318 #  algorithm: "plot_tsa_name"
13319 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13320 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13321 #  include:
13322 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13323 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13324 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13325 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13326 #  layout:
13327 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13328 #    layout: "plot-throughput-speedup-analysis"
13329 #
13330 #- type: "plot"
13331 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13332 #  algorithm: "plot_tsa_name"
13333 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13334 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13335 #  include:
13336 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13337 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13338 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13339 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13340 #  layout:
13341 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13342 #    layout: "plot-throughput-speedup-analysis"
13343
13344 - type: "plot"
13345   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13346   algorithm: "plot_tsa_name"
13347   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13348   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13349   include:
13350     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13351     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13352     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13353     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13354     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13355     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13356   layout:
13357     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
13358     layout: "plot-throughput-speedup-analysis"
13359
13360 - type: "plot"
13361   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13362   algorithm: "plot_tsa_name"
13363   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13364   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13365   include:
13366     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13367     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13368     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13369     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13370     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13371     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13372   layout:
13373     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
13374     layout: "plot-throughput-speedup-analysis"
13375
13376 #- type: "plot"
13377 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13378 #  algorithm: "plot_tsa_name"
13379 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13380 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13381 #  include:
13382 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13383 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13384 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13385 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13386 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13387 #  layout:
13388 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13389 #    layout: "plot-throughput-speedup-analysis"
13390 #
13391 #- type: "plot"
13392 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13393 #  algorithm: "plot_tsa_name"
13394 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13395 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13396 #  include:
13397 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13398 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13399 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13400 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13401 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13402 #  layout:
13403 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13404 #    layout: "plot-throughput-speedup-analysis"
13405 #
13406 #- type: "plot"
13407 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13408 #  algorithm: "plot_tsa_name"
13409 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13410 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13411 #  include:
13412 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13413 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13414 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13415 #  layout:
13416 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
13417 #    layout: "plot-throughput-speedup-analysis"
13418 #
13419 #- type: "plot"
13420 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13421 #  algorithm: "plot_tsa_name"
13422 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13423 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13424 #  include:
13425 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13426 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13427 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13428 #  layout:
13429 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
13430 #    layout: "plot-throughput-speedup-analysis"
13431 #
13432 #- type: "plot"
13433 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13434 #  algorithm: "plot_tsa_name"
13435 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13436 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13437 #  include:
13438 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13439 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13440 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13441 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13442 #  layout:
13443 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13444 #    layout: "plot-throughput-speedup-analysis"
13445 #
13446 #- type: "plot"
13447 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13448 #  algorithm: "plot_tsa_name"
13449 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13450 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13451 #  include:
13452 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13453 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13454 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13455 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13456 #  layout:
13457 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13458 #    layout: "plot-throughput-speedup-analysis"
13459 #
13460 #- type: "plot"
13461 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13462 #  algorithm: "plot_tsa_name"
13463 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13464 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13465 #  include:
13466 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13467 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13468 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13469 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13470 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13471 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13472 #  layout:
13473 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13474 #    layout: "plot-throughput-speedup-analysis"
13475 #
13476 #- type: "plot"
13477 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13478 #  algorithm: "plot_tsa_name"
13479 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13480 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13481 #  include:
13482 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13483 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13484 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13485 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13486 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13487 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13488 #  layout:
13489 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13490 #    layout: "plot-throughput-speedup-analysis"
13491 #
13492 #- type: "plot"
13493 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13494 #  algorithm: "plot_tsa_name"
13495 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13496 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13497 #  include:
13498 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13499 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13500 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13501 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13502 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13503 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13504 #  layout:
13505 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr"
13506 #    layout: "plot-throughput-speedup-analysis"
13507 #
13508 #- type: "plot"
13509 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13510 #  algorithm: "plot_tsa_name"
13511 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13512 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13513 #  include:
13514 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13515 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13516 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13517 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13518 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13519 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13520 #  layout:
13521 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr"
13522 #    layout: "plot-throughput-speedup-analysis"
13523
13524 - type: "plot"
13525   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13526   algorithm: "plot_tsa_name"
13527   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13528   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13529   include:
13530     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13531     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13532     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13533     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13534     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13535     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13536   layout:
13537     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
13538     layout: "plot-throughput-speedup-analysis"
13539
13540 - type: "plot"
13541   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13542   algorithm: "plot_tsa_name"
13543   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13544   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13545   include:
13546     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13547     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13548     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13549     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13550     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13551     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13552   layout:
13553     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
13554     layout: "plot-throughput-speedup-analysis"
13555
13556 #- type: "plot"
13557 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13558 #  algorithm: "plot_tsa_name"
13559 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13560 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13561 #  include:
13562 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13563 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13564 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13565 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13566 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13567 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13568 #  layout:
13569 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr"
13570 #    layout: "plot-throughput-speedup-analysis"
13571 #
13572 #- type: "plot"
13573 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13574 #  algorithm: "plot_tsa_name"
13575 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13576 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13577 #  include:
13578 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13579 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13580 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13581 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13582 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13583 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13584 #  layout:
13585 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr"
13586 #    layout: "plot-throughput-speedup-analysis"
13587 #
13588 #- type: "plot"
13589 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13590 #  algorithm: "plot_tsa_name"
13591 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13592 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13593 #  include:
13594 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13595 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13596 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13597 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13598 #  layout:
13599 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13600 #    layout: "plot-throughput-speedup-analysis"
13601 #
13602 #- type: "plot"
13603 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13604 #  algorithm: "plot_tsa_name"
13605 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13606 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13607 #  include:
13608 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13609 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13610 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13611 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13612 #  layout:
13613 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13614 #    layout: "plot-throughput-speedup-analysis"
13615 #
13616 #- type: "plot"
13617 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13618 #  algorithm: "plot_tsa_name"
13619 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13620 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13621 #  include:
13622 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13623 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13624 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13625 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13626 #  layout:
13627 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13628 #    layout: "plot-throughput-speedup-analysis"
13629 #
13630 #- type: "plot"
13631 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13632 #  algorithm: "plot_tsa_name"
13633 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13634 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13635 #  include:
13636 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13637 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13638 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13639 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13640 #  layout:
13641 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13642 #    layout: "plot-throughput-speedup-analysis"
13643
13644 - type: "plot"
13645   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13646   algorithm: "plot_tsa_name"
13647   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
13648   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13649   include:
13650     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13651     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13652     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13653     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13654   layout:
13655     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13656     layout: "plot-throughput-speedup-analysis"
13657
13658 - type: "plot"
13659   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13660   algorithm: "plot_tsa_name"
13661   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
13662   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13663   include:
13664     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13665     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13666     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13667     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13668   layout:
13669     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13670     layout: "plot-throughput-speedup-analysis"
13671
13672 - type: "plot"
13673   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13674   algorithm: "plot_tsa_name"
13675   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13676   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13677   include:
13678     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13679     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13680     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13681     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13682   layout:
13683     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13684     layout: "plot-throughput-speedup-analysis"
13685
13686 - type: "plot"
13687   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13688   algorithm: "plot_tsa_name"
13689   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13690   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13691   include:
13692     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13693     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13694     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13695     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13696   layout:
13697     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13698     layout: "plot-throughput-speedup-analysis"
13699
13700 #- type: "plot"
13701 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13702 #  algorithm: "plot_tsa_name"
13703 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13704 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13705 #  include:
13706 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13707 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13708 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13709 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13710 #  layout:
13711 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13712 #    layout: "plot-throughput-speedup-analysis"
13713 #
13714 #- type: "plot"
13715 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13716 #  algorithm: "plot_tsa_name"
13717 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13718 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13719 #  include:
13720 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13721 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13722 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13723 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13724 #  layout:
13725 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13726 #    layout: "plot-throughput-speedup-analysis"
13727 #
13728 #- type: "plot"
13729 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13730 #  algorithm: "plot_tsa_name"
13731 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13732 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13733 #  include:
13734 #    - "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"
13735 #    - "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"
13736 #    - "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"
13737 #    - "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"
13738 #  layout:
13739 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13740 #    layout: "plot-throughput-speedup-analysis"
13741 #
13742 #- type: "plot"
13743 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13744 #  algorithm: "plot_tsa_name"
13745 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13746 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13747 #  include:
13748 #    - "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"
13749 #    - "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"
13750 #    - "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"
13751 #    - "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"
13752 #  layout:
13753 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13754 #    layout: "plot-throughput-speedup-analysis"
13755 #
13756 #- type: "plot"
13757 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13758 #  algorithm: "plot_tsa_name"
13759 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13760 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13761 #  include:
13762 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13763 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13764 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13765 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13766 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13767 #  layout:
13768 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13769 #    layout: "plot-throughput-speedup-analysis"
13770 #
13771 #- type: "plot"
13772 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13773 #  algorithm: "plot_tsa_name"
13774 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13775 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13776 #  include:
13777 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13778 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13779 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13780 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13781 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13782 #  layout:
13783 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13784 #    layout: "plot-throughput-speedup-analysis"
13785 #
13786 #- type: "plot"
13787 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13788 #  algorithm: "plot_tsa_name"
13789 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13790 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13791 #  include:
13792 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13793 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13794 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13795 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13796 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13797 #  layout:
13798 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13799 #    layout: "plot-throughput-speedup-analysis"
13800 #
13801 #- type: "plot"
13802 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13803 #  algorithm: "plot_tsa_name"
13804 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13805 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13806 #  include:
13807 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13808 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13809 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13810 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13811 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13812 #  layout:
13813 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13814 #    layout: "plot-throughput-speedup-analysis"
13815 #
13816 #- type: "plot"
13817 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13818 #  algorithm: "plot_tsa_name"
13819 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13820 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13821 #  include:
13822 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13823 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13824 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13825 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13826 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13827 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13828 #  layout:
13829 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13830 #    layout: "plot-throughput-speedup-analysis"
13831 #
13832 #- type: "plot"
13833 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13834 #  algorithm: "plot_tsa_name"
13835 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13836 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13837 #  include:
13838 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13839 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13840 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13841 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13842 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13843 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13844 #  layout:
13845 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13846 #    layout: "plot-throughput-speedup-analysis"
13847 #
13848 #- type: "plot"
13849 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13850 #  algorithm: "plot_tsa_name"
13851 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13852 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13853 #  include:
13854 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13855 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13856 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13857 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13858 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13859 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13860 #  layout:
13861 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13862 #    layout: "plot-throughput-speedup-analysis"
13863 #
13864 #- type: "plot"
13865 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13866 #  algorithm: "plot_tsa_name"
13867 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13868 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13869 #  include:
13870 #    - "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"
13871 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13872 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13873 #    - "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"
13874 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13875 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13876 #  layout:
13877 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13878 #    layout: "plot-throughput-speedup-analysis"
13879 #
13880 #- type: "plot"
13881 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13882 #  algorithm: "plot_tsa_name"
13883 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13884 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13885 #  include:
13886 #    - "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"
13887 #    - "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"
13888 #    - "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"
13889 #  layout:
13890 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr"
13891 #    layout: "plot-throughput-speedup-analysis"
13892 #
13893 #- type: "plot"
13894 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13895 #  algorithm: "plot_tsa_name"
13896 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13897 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13898 #  include:
13899 #    - "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"
13900 #    - "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"
13901 #    - "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"
13902 #  layout:
13903 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr"
13904 #    layout: "plot-throughput-speedup-analysis"
13905
13906 - type: "plot"
13907   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13908   algorithm: "plot_tsa_name"
13909   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13910   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13911   include:
13912     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13913     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13914     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13915     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13916     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13917   layout:
13918     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
13919     layout: "plot-throughput-speedup-analysis"
13920
13921 - type: "plot"
13922   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13923   algorithm: "plot_tsa_name"
13924   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13925   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13926   include:
13927     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13928     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13929     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13930     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13931     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13932   layout:
13933     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
13934     layout: "plot-throughput-speedup-analysis"
13935
13936 - type: "plot"
13937   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13938   algorithm: "plot_tsa_name"
13939   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13940   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13941   include:
13942     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13943     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13944     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13945     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13946     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13947   layout:
13948     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
13949     layout: "plot-throughput-speedup-analysis"
13950
13951 - type: "plot"
13952   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13953   algorithm: "plot_tsa_name"
13954   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13955   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13956   include:
13957     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13958     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13959     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13960     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13961     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13962   layout:
13963     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
13964     layout: "plot-throughput-speedup-analysis"
13965
13966 - type: "plot"
13967   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13968   algorithm: "plot_tsa_name"
13969   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13970   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13971   include:
13972     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13973     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13974     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13975     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13976     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13977     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13978   layout:
13979     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
13980     layout: "plot-throughput-speedup-analysis"
13981
13982 - type: "plot"
13983   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13984   algorithm: "plot_tsa_name"
13985   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13986   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13987   include:
13988     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13989     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13990     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13991     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13992     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13993     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13994   layout:
13995     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
13996     layout: "plot-throughput-speedup-analysis"
13997
13998 - type: "plot"
13999   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14000   algorithm: "plot_tsa_name"
14001   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14002   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14003   include:
14004     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14005     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14006     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14007     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14008   layout:
14009     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
14010     layout: "plot-throughput-speedup-analysis"
14011
14012 - type: "plot"
14013   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14014   algorithm: "plot_tsa_name"
14015   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14016   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14017   include:
14018     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14019     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14020     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14021     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14022   layout:
14023     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
14024     layout: "plot-throughput-speedup-analysis"
14025
14026 - type: "plot"
14027   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14028   algorithm: "plot_tsa_name"
14029   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14030   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14031   include:
14032     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14033     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14034     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14035     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14036     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14037   layout:
14038     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
14039     layout: "plot-throughput-speedup-analysis"
14040
14041 - type: "plot"
14042   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14043   algorithm: "plot_tsa_name"
14044   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14045   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14046   include:
14047     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14048     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14049     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14050     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14051     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14052   layout:
14053     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
14054     layout: "plot-throughput-speedup-analysis"
14055
14056 - type: "plot"
14057   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14058   algorithm: "plot_tsa_name"
14059   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14060   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14061   include:
14062     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14063     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14064     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14065     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14066     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14067     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14068   layout:
14069     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14070     layout: "plot-throughput-speedup-analysis"
14071
14072 - type: "plot"
14073   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14074   algorithm: "plot_tsa_name"
14075   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14076   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14077   include:
14078     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14079     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14080     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14081     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14082     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14083     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14084   layout:
14085     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14086     layout: "plot-throughput-speedup-analysis"
14087
14088 - type: "plot"
14089   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14090   algorithm: "plot_tsa_name"
14091   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14092   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14093   include:
14094     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14095     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14096     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14097     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14098   layout:
14099     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
14100     layout: "plot-throughput-speedup-analysis"
14101
14102 - type: "plot"
14103   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14104   algorithm: "plot_tsa_name"
14105   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14106   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14107   include:
14108     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14109     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14110     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14111     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14112   layout:
14113     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
14114     layout: "plot-throughput-speedup-analysis"
14115
14116 - type: "plot"
14117   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14118   algorithm: "plot_tsa_name"
14119   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14120   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14121   include:
14122     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14123     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14124     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14125     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14126     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14127     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14128   layout:
14129     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
14130     layout: "plot-throughput-speedup-analysis"
14131
14132 - type: "plot"
14133   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14134   algorithm: "plot_tsa_name"
14135   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14136   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14137   include:
14138     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14139     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14140     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14141     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14142     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14143     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14144   layout:
14145     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
14146     layout: "plot-throughput-speedup-analysis"
14147
14148 - type: "plot"
14149   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14150   algorithm: "plot_tsa_name"
14151   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14152   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14153   include:
14154     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14155     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14156     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14157     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14158     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14159     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14160   layout:
14161     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
14162     layout: "plot-throughput-speedup-analysis"
14163
14164 - type: "plot"
14165   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14166   algorithm: "plot_tsa_name"
14167   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14168   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14169   include:
14170     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14171     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14172     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14173     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14174     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14175     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14176   layout:
14177     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
14178     layout: "plot-throughput-speedup-analysis"
14179
14180 - type: "plot"
14181   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14182   algorithm: "plot_tsa_name"
14183   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14184   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14185   include:
14186     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14187     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14188     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14189     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14190     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14191     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14192   layout:
14193     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
14194     layout: "plot-throughput-speedup-analysis"
14195
14196 - type: "plot"
14197   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14198   algorithm: "plot_tsa_name"
14199   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14200   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14201   include:
14202     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14203     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14204     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14205     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14206     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14207     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14208   layout:
14209     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
14210     layout: "plot-throughput-speedup-analysis"
14211
14212 - type: "plot"
14213   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14214   algorithm: "plot_tsa_name"
14215   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14216   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14217   include:
14218     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14219     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14220     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14221     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14222     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14223   layout:
14224     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
14225     layout: "plot-throughput-speedup-analysis"
14226
14227 - type: "plot"
14228   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14229   algorithm: "plot_tsa_name"
14230   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14231   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14232   include:
14233     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14234     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14235     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14236     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14237     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14238   layout:
14239     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
14240     layout: "plot-throughput-speedup-analysis"
14241
14242 #- type: "plot"
14243 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14244 #  algorithm: "plot_tsa_name"
14245 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14246 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14247 #  include:
14248 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14249 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14250 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14251 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14252 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14253 #  layout:
14254 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
14255 #    layout: "plot-throughput-speedup-analysis"
14256 #
14257 #- type: "plot"
14258 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14259 #  algorithm: "plot_tsa_name"
14260 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14261 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14262 #  include:
14263 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14264 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14265 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14266 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14267 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14268 #  layout:
14269 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
14270 #    layout: "plot-throughput-speedup-analysis"
14271
14272 #- type: "plot"
14273 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14274 #  algorithm: "plot_tsa_name"
14275 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14276 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14277 #  include:
14278 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14279 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14280 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14281 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14282 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14283 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14284 #  layout:
14285 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
14286 #    layout: "plot-throughput-speedup-analysis"
14287 #
14288 #- type: "plot"
14289 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14290 #  algorithm: "plot_tsa_name"
14291 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14292 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14293 #  include:
14294 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14295 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14296 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14297 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14298 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14299 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14300 #  layout:
14301 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
14302 #    layout: "plot-throughput-speedup-analysis"
14303
14304 - type: "plot"
14305   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14306   algorithm: "plot_tsa_name"
14307   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14308   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14309   include:
14310     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14311     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14312     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14313     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14314     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14315   layout:
14316     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14317     layout: "plot-throughput-speedup-analysis"
14318
14319 - type: "plot"
14320   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14321   algorithm: "plot_tsa_name"
14322   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14323   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14324   include:
14325     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14326     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14327     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14328     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14329     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14330   layout:
14331     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14332     layout: "plot-throughput-speedup-analysis"
14333
14334 - type: "plot"
14335   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14336   algorithm: "plot_tsa_name"
14337   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14338   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14339   include:
14340     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14341     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14342     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14343     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14344     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14345     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14346   layout:
14347     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14348     layout: "plot-throughput-speedup-analysis"
14349
14350 - type: "plot"
14351   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14352   algorithm: "plot_tsa_name"
14353   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14354   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14355   include:
14356     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14357     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14358     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14359     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14360     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14361     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14362   layout:
14363     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14364     layout: "plot-throughput-speedup-analysis"
14365
14366 - type: "plot"
14367   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14368   algorithm: "plot_tsa_name"
14369   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14370   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14371   include:
14372     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14373     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14374     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14375     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14376     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14377   layout:
14378     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14379     layout: "plot-throughput-speedup-analysis"
14380
14381 - type: "plot"
14382   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14383   algorithm: "plot_tsa_name"
14384   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14385   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14386   include:
14387     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14388     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14389     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14390     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14391     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14392   layout:
14393     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14394     layout: "plot-throughput-speedup-analysis"
14395
14396 - type: "plot"
14397   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14398   algorithm: "plot_tsa_name"
14399   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14400   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14401   include:
14402     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14403     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14404     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14405     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14406   layout:
14407     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14408     layout: "plot-throughput-speedup-analysis"
14409
14410 - type: "plot"
14411   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14412   algorithm: "plot_tsa_name"
14413   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14414   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14415   include:
14416     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14417     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14418     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14419     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14420   layout:
14421     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14422     layout: "plot-throughput-speedup-analysis"
14423
14424 - type: "plot"
14425   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14426   algorithm: "plot_tsa_name"
14427   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14428   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14429   include:
14430     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14431     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14432     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14433     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14434     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14435     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14436   layout:
14437     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14438     layout: "plot-throughput-speedup-analysis"
14439
14440 - type: "plot"
14441   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14442   algorithm: "plot_tsa_name"
14443   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14444   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14445   include:
14446     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14447     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14448     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14449     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14450     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14451     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14452   layout:
14453     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14454     layout: "plot-throughput-speedup-analysis"
14455
14456 - type: "plot"
14457   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14458   algorithm: "plot_tsa_name"
14459   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14460   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14461   include:
14462     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14463     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14464     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14465     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14466     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14467   layout:
14468     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14469     layout: "plot-throughput-speedup-analysis"
14470
14471 - type: "plot"
14472   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14473   algorithm: "plot_tsa_name"
14474   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14475   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14476   include:
14477     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14478     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14479     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14480     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14481     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14482   layout:
14483     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14484     layout: "plot-throughput-speedup-analysis"
14485
14486 - type: "plot"
14487   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14488   algorithm: "plot_tsa_name"
14489   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14490   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14491   include:
14492     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14493     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14494     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14495     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14496     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14497     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14498   layout:
14499     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14500     layout: "plot-throughput-speedup-analysis"
14501
14502 - type: "plot"
14503   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14504   algorithm: "plot_tsa_name"
14505   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14506   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14507   include:
14508     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14509     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14510     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14511     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14512     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14513     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14514   layout:
14515     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14516     layout: "plot-throughput-speedup-analysis"
14517
14518 - type: "plot"
14519   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14520   algorithm: "plot_tsa_name"
14521   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14522   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14523   include:
14524     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14525     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14526     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14527     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14528   layout:
14529     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14530     layout: "plot-throughput-speedup-analysis"
14531
14532 - type: "plot"
14533   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14534   algorithm: "plot_tsa_name"
14535   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14536   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14537   include:
14538     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14539     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14540     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14541     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14542   layout:
14543     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14544     layout: "plot-throughput-speedup-analysis"
14545
14546 - type: "plot"
14547   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14548   algorithm: "plot_tsa_name"
14549   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14550   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14551   include:
14552     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14553     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14554     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14555     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14556     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14557   layout:
14558     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14559     layout: "plot-throughput-speedup-analysis"
14560
14561 - type: "plot"
14562   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14563   algorithm: "plot_tsa_name"
14564   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14565   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14566   include:
14567     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14568     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14569     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14570     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14571     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14572   layout:
14573     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14574     layout: "plot-throughput-speedup-analysis"
14575
14576 - type: "plot"
14577   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14578   algorithm: "plot_tsa_name"
14579   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14580   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14581   include:
14582     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14583     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14584     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14585     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14586     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14587     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14588   layout:
14589     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14590     layout: "plot-throughput-speedup-analysis"
14591
14592 - type: "plot"
14593   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14594   algorithm: "plot_tsa_name"
14595   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14596   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14597   include:
14598     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14599     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14600     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14601     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14602     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14603     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14604   layout:
14605     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14606     layout: "plot-throughput-speedup-analysis"
14607
14608 - type: "plot"
14609   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14610   algorithm: "plot_tsa_name"
14611   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14612   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14613   include:
14614     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14615     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14616     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14617     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14618   layout:
14619     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14620     layout: "plot-throughput-speedup-analysis"
14621
14622 - type: "plot"
14623   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14624   algorithm: "plot_tsa_name"
14625   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14626   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14627   include:
14628     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14629     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14630     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14631     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14632   layout:
14633     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14634     layout: "plot-throughput-speedup-analysis"
14635
14636 - type: "plot"
14637   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14638   algorithm: "plot_tsa_name"
14639   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14640   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14641   include:
14642     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14643     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14644     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14645     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14646     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14647     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14648   layout:
14649     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14650     layout: "plot-throughput-speedup-analysis"
14651
14652 - type: "plot"
14653   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14654   algorithm: "plot_tsa_name"
14655   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14656   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14657   include:
14658     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14659     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14660     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14661     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14662     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14663     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14664   layout:
14665     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14666     layout: "plot-throughput-speedup-analysis"
14667
14668 - type: "plot"
14669   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14670   algorithm: "plot_tsa_name"
14671   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14672   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14673   include:
14674     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14675     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14676     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14677     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14678     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14679     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14680   layout:
14681     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14682     layout: "plot-throughput-speedup-analysis"
14683
14684 - type: "plot"
14685   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14686   algorithm: "plot_tsa_name"
14687   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14688   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14689   include:
14690     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14691     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14692     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14693     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14694     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14695     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14696   layout:
14697     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14698     layout: "plot-throughput-speedup-analysis"
14699
14700 #- type: "plot"
14701 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14702 #  algorithm: "plot_tsa_name"
14703 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14704 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14705 #  include:
14706 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14707 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14708 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14709 #  layout:
14710 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14711 #    layout: "plot-throughput-speedup-analysis"
14712 #
14713 #- type: "plot"
14714 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14715 #  algorithm: "plot_tsa_name"
14716 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14717 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14718 #  include:
14719 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14720 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14721 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14722 #  layout:
14723 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14724 #    layout: "plot-throughput-speedup-analysis"
14725
14726 ################################################################################
14727
14728 # Packet Throughput - DPDK
14729
14730 # 2n-skx-xxv710
14731
14732 #- type: "plot"
14733 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
14734 #  algorithm: "plot_perf_box_name"
14735 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
14736 #  data: "plot-dpdk-throughput-latency-2n-skx"
14737 #  include:
14738 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14739 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14740 #  layout:
14741 #    title: "2n-skx-xxv710-64b-2t1c-base-ndr"
14742 #    layout: "plot-throughput"
14743 #
14744 #- type: "plot"
14745 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
14746 #  algorithm: "plot_perf_box_name"
14747 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
14748 #  data: "plot-dpdk-throughput-latency-2n-skx"
14749 #  include:
14750 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14751 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14752 #  layout:
14753 #    title: "2n-skx-xxv710-64b-4t2c-base-ndr"
14754 #    layout: "plot-throughput"
14755 #
14756 #- type: "plot"
14757 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
14758 #  algorithm: "plot_perf_box_name"
14759 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
14760 #  data: "plot-dpdk-throughput-latency-2n-skx"
14761 #  include:
14762 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14763 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14764 #  layout:
14765 #    title: "2n-skx-xxv710-64b-2t1c-base-pdr"
14766 #    layout: "plot-throughput"
14767 #
14768 #- type: "plot"
14769 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
14770 #  algorithm: "plot_perf_box_name"
14771 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
14772 #  data: "plot-dpdk-throughput-latency-2n-skx"
14773 #  include:
14774 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14775 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14776 #  layout:
14777 #    title: "2n-skx-xxv710-64b-4t2c-base-pdr"
14778 #    layout: "plot-throughput"
14779 #
14780 ## 2n-skx-x710
14781 #
14782 #- type: "plot"
14783 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
14784 #  algorithm: "plot_perf_box_name"
14785 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
14786 #  data: "plot-dpdk-throughput-latency-2n-skx"
14787 #  include:
14788 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14789 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14790 #  layout:
14791 #    title: "2n-skx-x710-64b-2t1c-base-ndr"
14792 #    layout: "plot-throughput"
14793 #
14794 #- type: "plot"
14795 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
14796 #  algorithm: "plot_perf_box_name"
14797 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
14798 #  data: "plot-dpdk-throughput-latency-2n-skx"
14799 #  include:
14800 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14801 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14802 #  layout:
14803 #    title: "2n-skx-x710-64b-4t2c-base-ndr"
14804 #    layout: "plot-throughput"
14805 #
14806 #- type: "plot"
14807 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
14808 #  algorithm: "plot_perf_box_name"
14809 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
14810 #  data: "plot-dpdk-throughput-latency-2n-skx"
14811 #  include:
14812 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14813 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14814 #  layout:
14815 #    title: "2n-skx-x710-64b-2t1c-base-pdr"
14816 #    layout: "plot-throughput"
14817 #
14818 #- type: "plot"
14819 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
14820 #  algorithm: "plot_perf_box_name"
14821 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
14822 #  data: "plot-dpdk-throughput-latency-2n-skx"
14823 #  include:
14824 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14825 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14826 #  layout:
14827 #    title: "2n-skx-x710-64b-4t2c-base-pdr"
14828 #    layout: "plot-throughput"
14829 #
14830 ## 3n-skx-xxv710
14831 #
14832 #- type: "plot"
14833 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
14834 #  algorithm: "plot_perf_box_name"
14835 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
14836 #  data: "plot-dpdk-throughput-latency-3n-skx"
14837 #  include:
14838 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14839 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14840 #  layout:
14841 #    title: "3n-skx-xxv710-64b-2t1c-base-ndr"
14842 #    layout: "plot-throughput"
14843 #
14844 #- type: "plot"
14845 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
14846 #  algorithm: "plot_perf_box_name"
14847 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
14848 #  data: "plot-dpdk-throughput-latency-3n-skx"
14849 #  include:
14850 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14851 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14852 #  layout:
14853 #    title: "3n-skx-xxv710-64b-4t2c-base-ndr"
14854 #    layout: "plot-throughput"
14855 #
14856 #- type: "plot"
14857 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
14858 #  algorithm: "plot_perf_box_name"
14859 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
14860 #  data: "plot-dpdk-throughput-latency-3n-skx"
14861 #  include:
14862 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14863 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14864 #  layout:
14865 #    title: "3n-skx-xxv710-64b-2t1c-base-pdr"
14866 #    layout: "plot-throughput"
14867 #
14868 #- type: "plot"
14869 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
14870 #  algorithm: "plot_perf_box_name"
14871 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
14872 #  data: "plot-dpdk-throughput-latency-3n-skx"
14873 #  include:
14874 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14875 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14876 #  layout:
14877 #    title: "3n-skx-xxv710-64b-4t2c-base-pdr"
14878 #    layout: "plot-throughput"
14879 #
14880 ## 3n-skx-x710
14881 #
14882 #- type: "plot"
14883 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
14884 #  algorithm: "plot_perf_box_name"
14885 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
14886 #  data: "plot-dpdk-throughput-latency-3n-skx"
14887 #  include:
14888 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14889 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14890 #  layout:
14891 #    title: "3n-skx-x710-64b-2t1c-base-ndr"
14892 #    layout: "plot-throughput"
14893 #
14894 #- type: "plot"
14895 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
14896 #  algorithm: "plot_perf_box_name"
14897 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
14898 #  data: "plot-dpdk-throughput-latency-3n-skx"
14899 #  include:
14900 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14901 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14902 #  layout:
14903 #    title: "3n-skx-x710-64b-4t2c-base-ndr"
14904 #    layout: "plot-throughput"
14905 #
14906 #- type: "plot"
14907 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
14908 #  algorithm: "plot_perf_box_name"
14909 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
14910 #  data: "plot-dpdk-throughput-latency-3n-skx"
14911 #  include:
14912 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14913 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14914 #  layout:
14915 #    title: "3n-skx-x710-64b-2t1c-base-pdr"
14916 #    layout: "plot-throughput"
14917 #
14918 #- type: "plot"
14919 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
14920 #  algorithm: "plot_perf_box_name"
14921 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
14922 #  data: "plot-dpdk-throughput-latency-3n-skx"
14923 #  include:
14924 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14925 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14926 #  layout:
14927 #    title: "3n-skx-x710-64b-4t2c-base-pdr"
14928 #    layout: "plot-throughput"
14929
14930 # 3n-hsw-xl710
14931
14932 - type: "plot"
14933   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
14934   algorithm: "plot_perf_box_name"
14935   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
14936   data: "plot-dpdk-throughput-latency-3n-hsw"
14937   include:
14938     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14939     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14940   layout:
14941     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
14942     layout: "plot-throughput"
14943
14944 - type: "plot"
14945   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
14946   algorithm: "plot_perf_box_name"
14947   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
14948   data: "plot-dpdk-throughput-latency-3n-hsw"
14949   include:
14950     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14951     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14952   layout:
14953     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
14954     layout: "plot-throughput"
14955
14956 - type: "plot"
14957   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
14958   algorithm: "plot_perf_box_name"
14959   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
14960   data: "plot-dpdk-throughput-latency-3n-hsw"
14961   include:
14962     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14963     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14964   layout:
14965     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
14966     layout: "plot-throughput"
14967
14968 - type: "plot"
14969   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
14970   algorithm: "plot_perf_box_name"
14971   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
14972   data: "plot-dpdk-throughput-latency-3n-hsw"
14973   include:
14974     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14975     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14976   layout:
14977     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
14978     layout: "plot-throughput"
14979
14980 # 3n-hsw-x710
14981
14982 - type: "plot"
14983   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
14984   algorithm: "plot_perf_box_name"
14985   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
14986   data: "plot-dpdk-throughput-latency-3n-hsw"
14987   include:
14988     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14989     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14990   layout:
14991     title: "3n-hsw-x710-64b-1t1c-base-ndr"
14992     layout: "plot-throughput"
14993
14994 - type: "plot"
14995   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
14996   algorithm: "plot_perf_box_name"
14997   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
14998   data: "plot-dpdk-throughput-latency-3n-hsw"
14999   include:
15000     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15001     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15002   layout:
15003     title: "3n-hsw-x710-64b-2t2c-base-ndr"
15004     layout: "plot-throughput"
15005
15006 - type: "plot"
15007   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
15008   algorithm: "plot_perf_box_name"
15009   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
15010   data: "plot-dpdk-throughput-latency-3n-hsw"
15011   include:
15012     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15013     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15014   layout:
15015     title: "3n-hsw-x710-64b-1t1c-base-pdr"
15016     layout: "plot-throughput"
15017
15018 - type: "plot"
15019   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
15020   algorithm: "plot_perf_box_name"
15021   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
15022   data: "plot-dpdk-throughput-latency-3n-hsw"
15023   include:
15024     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15025     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15026   layout:
15027     title: "3n-hsw-x710-64b-2t2c-base-pdr"
15028     layout: "plot-throughput"
15029
15030 # 2n-dnv-x553
15031
15032 - type: "plot"
15033   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
15034   algorithm: "plot_perf_box_name"
15035   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
15036   data: "plot-dpdk-throughput-latency-2n-dnv"
15037   include:
15038     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15039     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15040   layout:
15041     title: "2n-dnv-x553-64b-1t1c-base-ndr"
15042     layout: "plot-throughput"
15043
15044 - type: "plot"
15045   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
15046   algorithm: "plot_perf_box_name"
15047   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
15048   data: "plot-dpdk-throughput-latency-2n-dnv"
15049   include:
15050     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15051     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15052   layout:
15053     title: "2n-dnv-x553-64b-2t2c-base-ndr"
15054     layout: "plot-throughput"
15055
15056 - type: "plot"
15057   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
15058   algorithm: "plot_perf_box_name"
15059   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
15060   data: "plot-dpdk-throughput-latency-2n-dnv"
15061   include:
15062     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15063     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15064   layout:
15065     title: "2n-dnv-x553-64b-1t1c-base-pdr"
15066     layout: "plot-throughput"
15067
15068 - type: "plot"
15069   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
15070   algorithm: "plot_perf_box_name"
15071   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
15072   data: "plot-dpdk-throughput-latency-2n-dnv"
15073   include:
15074     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15075     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15076   layout:
15077     title: "2n-dnv-x553-64b-2t2c-base-pdr"
15078     layout: "plot-throughput"
15079
15080 # 3n-dnv-x553
15081
15082 - type: "plot"
15083   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
15084   algorithm: "plot_perf_box_name"
15085   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
15086   data: "plot-dpdk-throughput-latency-3n-dnv"
15087   include:
15088     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15089     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15090   layout:
15091     title: "3n-dnv-x553-64b-1t1c-base-ndr"
15092     layout: "plot-throughput"
15093
15094 - type: "plot"
15095   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
15096   algorithm: "plot_perf_box_name"
15097   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
15098   data: "plot-dpdk-throughput-latency-3n-dnv"
15099   include:
15100     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15101     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15102   layout:
15103     title: "3n-dnv-x553-64b-2t2c-base-ndr"
15104     layout: "plot-throughput"
15105
15106 - type: "plot"
15107   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
15108   algorithm: "plot_perf_box_name"
15109   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
15110   data: "plot-dpdk-throughput-latency-3n-dnv"
15111   include:
15112     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15113     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15114   layout:
15115     title: "3n-dnv-x553-64b-1t1c-base-pdr"
15116     layout: "plot-throughput"
15117
15118 - type: "plot"
15119   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
15120   algorithm: "plot_perf_box_name"
15121   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
15122   data: "plot-dpdk-throughput-latency-3n-dnv"
15123   include:
15124     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15125     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15126   layout:
15127     title: "3n-dnv-x553-64b-2t2c-base-pdr"
15128     layout: "plot-throughput"
15129
15130 # 3n-tsh-x520
15131
15132 - type: "plot"
15133   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
15134   algorithm: "plot_perf_box_name"
15135   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
15136   data: "plot-dpdk-throughput-latency-3n-tsh"
15137   include:
15138     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15139     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15140   layout:
15141     title: "3n-tsh-x520-64b-1t1c-base-ndr"
15142     layout: "plot-throughput"
15143
15144 - type: "plot"
15145   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
15146   algorithm: "plot_perf_box_name"
15147   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
15148   data: "plot-dpdk-throughput-latency-3n-tsh"
15149   include:
15150     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15151     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15152   layout:
15153     title: "3n-tsh-x520-64b-2t2c-base-ndr"
15154     layout: "plot-throughput"
15155
15156 - type: "plot"
15157   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
15158   algorithm: "plot_perf_box_name"
15159   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
15160   data: "plot-dpdk-throughput-latency-3n-tsh"
15161   include:
15162     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15163     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15164   layout:
15165     title: "3n-tsh-x520-64b-1t1c-base-pdr"
15166     layout: "plot-throughput"
15167
15168 - type: "plot"
15169   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
15170   algorithm: "plot_perf_box_name"
15171   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
15172   data: "plot-dpdk-throughput-latency-3n-tsh"
15173   include:
15174     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15175     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15176   layout:
15177     title: "3n-tsh-x520-64b-2t2c-base-pdr"
15178     layout: "plot-throughput"
15179
15180 ################################################################################
15181 ###   2n-clx                                                                 ###
15182 ################################################################################
15183
15184 # Packet Throughput
15185
15186 - type: "plot"
15187   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15188   algorithm: "plot_perf_box_name"
15189   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15190   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15191   include:
15192     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15193     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15194     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15195     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15196   layout:
15197     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15198     layout: "plot-throughput"
15199
15200 - type: "plot"
15201   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15202   algorithm: "plot_perf_box_name"
15203   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15204   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15205   include:
15206     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15207     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15208     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15209     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15210   layout:
15211     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15212     layout: "plot-throughput"
15213
15214 - type: "plot"
15215   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15216   algorithm: "plot_perf_box_name"
15217   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15218   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15219   include:
15220     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15221     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15222     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15223     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15224   layout:
15225     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15226     layout: "plot-throughput"
15227
15228 - type: "plot"
15229   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15230   algorithm: "plot_perf_box_name"
15231   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15232   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15233   include:
15234     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15235     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15236     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15237     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15238   layout:
15239     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15240     layout: "plot-throughput"
15241
15242 - type: "plot"
15243   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15244   algorithm: "plot_perf_box_name"
15245   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15246   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15247   include:
15248     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15249     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15250     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15251     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15252     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15253   layout:
15254     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15255     layout: "plot-throughput"
15256
15257 - type: "plot"
15258   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15259   algorithm: "plot_perf_box_name"
15260   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15261   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15262   include:
15263     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15264     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15265     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15266     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15267     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15268   layout:
15269     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15270     layout: "plot-throughput"
15271
15272 - type: "plot"
15273   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15274   algorithm: "plot_perf_box_name"
15275   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15276   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15277   include:
15278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15282   layout:
15283     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15284     layout: "plot-throughput"
15285
15286 - type: "plot"
15287   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15288   algorithm: "plot_perf_box_name"
15289   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15290   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15291   include:
15292     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15293     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15294     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15295     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15296   layout:
15297     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15298     layout: "plot-throughput"
15299
15300 - type: "plot"
15301   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15302   algorithm: "plot_perf_box_name"
15303   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15304   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15305   include:
15306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15309     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15311   layout:
15312     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15313     layout: "plot-throughput"
15314
15315 - type: "plot"
15316   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15317   algorithm: "plot_perf_box_name"
15318   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15319   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15320   include:
15321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15325     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15326   layout:
15327     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15328     layout: "plot-throughput"
15329
15330 - type: "plot"
15331   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15332   algorithm: "plot_perf_box_name"
15333   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15334   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15335   include:
15336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15339     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15340     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15341     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15342   layout:
15343     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15344     layout: "plot-throughput"
15345
15346 - type: "plot"
15347   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15348   algorithm: "plot_perf_box_name"
15349   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15350   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15351   include:
15352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15355     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15356     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15357     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15358   layout:
15359     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15360     layout: "plot-throughput"
15361
15362 - type: "plot"
15363   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15364   algorithm: "plot_perf_box_name"
15365   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15366   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15367   include:
15368     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15369     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15370   layout:
15371     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15372     layout: "plot-throughput"
15373
15374 - type: "plot"
15375   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15376   algorithm: "plot_perf_box_name"
15377   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15378   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15379   include:
15380     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15381     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15382   layout:
15383     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15384     layout: "plot-throughput"
15385
15386 - type: "plot"
15387   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15388   algorithm: "plot_perf_box_name"
15389   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15390   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15391   include:
15392     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15393     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15394     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15395     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15396     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15397     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15398   layout:
15399     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15400     layout: "plot-throughput"
15401
15402 - type: "plot"
15403   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15404   algorithm: "plot_perf_box_name"
15405   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15406   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15407   include:
15408     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15409     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15410     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15411     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15412     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15413     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15414   layout:
15415     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15416     layout: "plot-throughput"
15417
15418 - type: "plot"
15419   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15420   algorithm: "plot_perf_box_name"
15421   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15422   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15423   include:
15424     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15425     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15426     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15427     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15428     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15429     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15430   layout:
15431     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15432     layout: "plot-throughput"
15433
15434 - type: "plot"
15435   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15436   algorithm: "plot_perf_box_name"
15437   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15438   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15439   include:
15440     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15441     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15442     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15443     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15444     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15445     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15446   layout:
15447     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15448     layout: "plot-throughput"
15449
15450 - type: "plot"
15451   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15452   algorithm: "plot_perf_box_name"
15453   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15454   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15455   include:
15456     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15457     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15458     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15459   layout:
15460     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15461     layout: "plot-throughput"
15462
15463 - type: "plot"
15464   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15465   algorithm: "plot_perf_box_name"
15466   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15467   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15468   include:
15469     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15470     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15471     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15472   layout:
15473     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15474     layout: "plot-throughput"
15475
15476 - type: "plot"
15477   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15478   algorithm: "plot_perf_box_name"
15479   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15480   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15481   include:
15482     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15483     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15484     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15485     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15486     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15487   layout:
15488     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15489     layout: "plot-throughput"
15490
15491 - type: "plot"
15492   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15493   algorithm: "plot_perf_box_name"
15494   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15495   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15496   include:
15497     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15498     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15499     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15500     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15501     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15502   layout:
15503     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15504     layout: "plot-throughput"
15505
15506 - type: "plot"
15507   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15508   algorithm: "plot_perf_box_name"
15509   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15510   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15511   include:
15512     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15513     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15514     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15515     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15516     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15517   layout:
15518     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15519     layout: "plot-throughput"
15520
15521 - type: "plot"
15522   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15523   algorithm: "plot_perf_box_name"
15524   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15525   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15526   include:
15527     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15528     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15529     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15530     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15531     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15532   layout:
15533     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15534     layout: "plot-throughput"
15535
15536 - type: "plot"
15537   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15538   algorithm: "plot_perf_box_name"
15539   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15540   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15541   include:
15542     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15543     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15544     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15545     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15546     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15547     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15548   layout:
15549     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15550     layout: "plot-throughput"
15551
15552 - type: "plot"
15553   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15554   algorithm: "plot_perf_box_name"
15555   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15556   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15557   include:
15558     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15559     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15560     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15561     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15562     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15563     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15564   layout:
15565     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15566     layout: "plot-throughput"
15567
15568 - type: "plot"
15569   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15570   algorithm: "plot_perf_box_name"
15571   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15572   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15573   include:
15574     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15575     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15576     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15577     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15578   layout:
15579     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15580     layout: "plot-throughput"
15581
15582 - type: "plot"
15583   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15584   algorithm: "plot_perf_box_name"
15585   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15586   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15587   include:
15588     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15589     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15590     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15591     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15592   layout:
15593     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15594     layout: "plot-throughput"
15595
15596 - type: "plot"
15597   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15598   algorithm: "plot_perf_box_name"
15599   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15600   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15601   include:
15602     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15603     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15604     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15605     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15606     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15607   layout:
15608     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15609     layout: "plot-throughput"
15610
15611 - type: "plot"
15612   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15613   algorithm: "plot_perf_box_name"
15614   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15615   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15616   include:
15617     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15618     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15619     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15620     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15621     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15622   layout:
15623     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15624     layout: "plot-throughput"
15625
15626 - type: "plot"
15627   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15628   algorithm: "plot_perf_box_name"
15629   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15630   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15631   include:
15632     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15633     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15634     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15635     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15636   layout:
15637     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15638     layout: "plot-throughput"
15639
15640 - type: "plot"
15641   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15642   algorithm: "plot_perf_box_name"
15643   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15644   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15645   include:
15646     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15647     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15648     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15649     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15650   layout:
15651     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15652     layout: "plot-throughput"
15653
15654 - type: "plot"
15655   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15656   algorithm: "plot_perf_box_name"
15657   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15658   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15659   include:
15660     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15661     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15662     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15663     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15664     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15665     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15666   layout:
15667     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15668     layout: "plot-throughput"
15669
15670 - type: "plot"
15671   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15672   algorithm: "plot_perf_box_name"
15673   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15674   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15675   include:
15676     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15677     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15678     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15679     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15680     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15681     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15682   layout:
15683     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15684     layout: "plot-throughput"
15685
15686 - type: "plot"
15687   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15688   algorithm: "plot_perf_box_name"
15689   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15690   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15691   include:
15692     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15693     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15694     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15695     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15696   layout:
15697     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15698     layout: "plot-throughput"
15699
15700 - type: "plot"
15701   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15702   algorithm: "plot_perf_box_name"
15703   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15704   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15705   include:
15706     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15707     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15708     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15709     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15710   layout:
15711     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15712     layout: "plot-throughput"
15713
15714 - type: "plot"
15715   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15716   algorithm: "plot_perf_box_name"
15717   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15718   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15719   include:
15720     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15721     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15722     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15723     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15724   layout:
15725     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15726     layout: "plot-throughput"
15727
15728 - type: "plot"
15729   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15730   algorithm: "plot_perf_box_name"
15731   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15732   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15733   include:
15734     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15735     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15736     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15737     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15738   layout:
15739     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15740     layout: "plot-throughput"
15741
15742 - type: "plot"
15743   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15744   algorithm: "plot_perf_box_name"
15745   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15746   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15747   include:
15748     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15749     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15750     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15751     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15752   layout:
15753     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15754     layout: "plot-throughput"
15755
15756 - type: "plot"
15757   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15758   algorithm: "plot_perf_box_name"
15759   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15760   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15761   include:
15762     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15763     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15764     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15765     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15766   layout:
15767     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15768     layout: "plot-throughput"
15769
15770 - type: "plot"
15771   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15772   algorithm: "plot_perf_box_name"
15773   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15774   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15775   include:
15776     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15777     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15778     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15779     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15780   layout:
15781     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15782     layout: "plot-throughput"
15783
15784 - type: "plot"
15785   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15786   algorithm: "plot_perf_box_name"
15787   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15788   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15789   include:
15790     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15791     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15792     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15793     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15794   layout:
15795     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15796     layout: "plot-throughput"
15797
15798 - type: "plot"
15799   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15800   algorithm: "plot_perf_box_name"
15801   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15802   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15803   include:
15804     - "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"
15805     - "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"
15806     - "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"
15807     - "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"
15808   layout:
15809     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15810     layout: "plot-throughput"
15811
15812 - type: "plot"
15813   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15814   algorithm: "plot_perf_box_name"
15815   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15816   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15817   include:
15818     - "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"
15819     - "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"
15820     - "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"
15821     - "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"
15822   layout:
15823     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15824     layout: "plot-throughput"
15825
15826 ################################################################################
15827
15828 # Packet Speedup
15829
15830 - type: "plot"
15831   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15832   algorithm: "plot_tsa_name"
15833   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15834   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15835   include:
15836     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15837     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15838     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15839     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15840   layout:
15841     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
15842     layout: "plot-throughput-speedup-analysis"
15843
15844 - type: "plot"
15845   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15846   algorithm: "plot_tsa_name"
15847   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15848   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15849   include:
15850     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15851     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15852     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15853     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15854   layout:
15855     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
15856     layout: "plot-throughput-speedup-analysis"
15857
15858 - type: "plot"
15859   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15860   algorithm: "plot_tsa_name"
15861   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15862   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15863   include:
15864     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15865     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15866     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15867     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15868   layout:
15869     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
15870     layout: "plot-throughput-speedup-analysis"
15871
15872 - type: "plot"
15873   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15874   algorithm: "plot_tsa_name"
15875   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15876   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15877   include:
15878     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15879     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15880     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15881     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15882   layout:
15883     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
15884     layout: "plot-throughput-speedup-analysis"
15885
15886 - type: "plot"
15887   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15888   algorithm: "plot_tsa_name"
15889   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15890   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15891   include:
15892     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15893     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15894     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15895     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15896     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15897   layout:
15898     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
15899     layout: "plot-throughput-speedup-analysis"
15900
15901 - type: "plot"
15902   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15903   algorithm: "plot_tsa_name"
15904   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15905   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15906   include:
15907     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15908     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15909     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15910     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15911     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15912   layout:
15913     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
15914     layout: "plot-throughput-speedup-analysis"
15915
15916 - type: "plot"
15917   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15918   algorithm: "plot_tsa_name"
15919   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15920   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15921   include:
15922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15924     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15925     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15926   layout:
15927     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15928     layout: "plot-throughput-speedup-analysis"
15929
15930 - type: "plot"
15931   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15932   algorithm: "plot_tsa_name"
15933   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15934   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15935   include:
15936     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15937     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15938     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15940   layout:
15941     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15942     layout: "plot-throughput-speedup-analysis"
15943
15944 - type: "plot"
15945   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15946   algorithm: "plot_tsa_name"
15947   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15948   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15949   include:
15950     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15951     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15952     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15953     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15954     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15955   layout:
15956     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15957     layout: "plot-throughput-speedup-analysis"
15958
15959 - type: "plot"
15960   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15961   algorithm: "plot_tsa_name"
15962   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15963   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15964   include:
15965     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15966     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15967     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15968     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15969     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15970   layout:
15971     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15972     layout: "plot-throughput-speedup-analysis"
15973
15974 - type: "plot"
15975   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15976   algorithm: "plot_tsa_name"
15977   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15978   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15979   include:
15980     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15981     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15982     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15983     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15984     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15985     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15986   layout:
15987     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15988     layout: "plot-throughput-speedup-analysis"
15989
15990 - type: "plot"
15991   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15992   algorithm: "plot_tsa_name"
15993   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15994   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15995   include:
15996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15997     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15998     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15999     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16000     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16002   layout:
16003     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
16004     layout: "plot-throughput-speedup-analysis"
16005
16006 - type: "plot"
16007   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
16008   algorithm: "plot_tsa_name"
16009   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
16010   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16011   include:
16012     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
16013     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
16014   layout:
16015     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
16016     layout: "plot-throughput-speedup-analysis"
16017
16018 - type: "plot"
16019   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
16020   algorithm: "plot_tsa_name"
16021   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
16022   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16023   include:
16024     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
16025     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
16026   layout:
16027     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
16028     layout: "plot-throughput-speedup-analysis"
16029
16030 - type: "plot"
16031   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
16032   algorithm: "plot_tsa_name"
16033   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
16034   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16035   include:
16036     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
16037     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16038     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
16039     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16040     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
16041     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16042   layout:
16043     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
16044     layout: "plot-throughput-speedup-analysis"
16045
16046 - type: "plot"
16047   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
16048   algorithm: "plot_tsa_name"
16049   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
16050   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16051   include:
16052     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
16053     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16054     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
16055     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16056     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
16057     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16058   layout:
16059     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
16060     layout: "plot-throughput-speedup-analysis"
16061
16062 - type: "plot"
16063   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
16064   algorithm: "plot_tsa_name"
16065   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
16066   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16067   include:
16068     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16069     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16070     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16071     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16072     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16073     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16074   layout:
16075     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
16076     layout: "plot-throughput-speedup-analysis"
16077
16078 - type: "plot"
16079   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
16080   algorithm: "plot_tsa_name"
16081   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
16082   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16083   include:
16084     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16085     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16086     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16087     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16088     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16089     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16090   layout:
16091     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
16092     layout: "plot-throughput-speedup-analysis"
16093
16094 - type: "plot"
16095   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16096   algorithm: "plot_tsa_name"
16097   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16098   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16099   include:
16100     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16101     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16102     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16103   layout:
16104     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr"
16105     layout: "plot-throughput-speedup-analysis"
16106
16107 - type: "plot"
16108   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16109   algorithm: "plot_tsa_name"
16110   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16111   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16112   include:
16113     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16114     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16115     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16116   layout:
16117     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr"
16118     layout: "plot-throughput-speedup-analysis"
16119
16120 - type: "plot"
16121   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16122   algorithm: "plot_tsa_name"
16123   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16124   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16125   include:
16126     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16127     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16128     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16129     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16130     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16131   layout:
16132     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
16133     layout: "plot-throughput-speedup-analysis"
16134
16135 - type: "plot"
16136   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16137   algorithm: "plot_tsa_name"
16138   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16139   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16140   include:
16141     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16142     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16143     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16144     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16145     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16146   layout:
16147     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
16148     layout: "plot-throughput-speedup-analysis"
16149
16150 - type: "plot"
16151   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
16152   algorithm: "plot_tsa_name"
16153   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
16154   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16155   include:
16156     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
16157     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
16158     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
16159     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
16160     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
16161   layout:
16162     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
16163     layout: "plot-throughput-speedup-analysis"
16164
16165 - type: "plot"
16166   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
16167   algorithm: "plot_tsa_name"
16168   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
16169   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16170   include:
16171     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
16172     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
16173     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
16174     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
16175     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
16176   layout:
16177     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
16178     layout: "plot-throughput-speedup-analysis"
16179
16180 - type: "plot"
16181   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16182   algorithm: "plot_tsa_name"
16183   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16184   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16185   include:
16186     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16187     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16188     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16189     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16190     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16191     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16192   layout:
16193     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
16194     layout: "plot-throughput-speedup-analysis"
16195
16196 - type: "plot"
16197   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16198   algorithm: "plot_tsa_name"
16199   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16200   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16201   include:
16202     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16203     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16204     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16205     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16206     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16207     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16208   layout:
16209     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
16210     layout: "plot-throughput-speedup-analysis"
16211
16212 - type: "plot"
16213   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16214   algorithm: "plot_tsa_name"
16215   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16216   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16217   include:
16218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16222   layout:
16223     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
16224     layout: "plot-throughput-speedup-analysis"
16225
16226 - type: "plot"
16227   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16228   algorithm: "plot_tsa_name"
16229   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16230   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16231   include:
16232     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16233     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16236   layout:
16237     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
16238     layout: "plot-throughput-speedup-analysis"
16239
16240 - type: "plot"
16241   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16242   algorithm: "plot_tsa_name"
16243   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16244   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16245   include:
16246     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16247     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16248     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16249     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16250     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16251   layout:
16252     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
16253     layout: "plot-throughput-speedup-analysis"
16254
16255 - type: "plot"
16256   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16257   algorithm: "plot_tsa_name"
16258   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16259   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16260   include:
16261     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16262     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16263     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16264     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16266   layout:
16267     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
16268     layout: "plot-throughput-speedup-analysis"
16269
16270 - type: "plot"
16271   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16272   algorithm: "plot_tsa_name"
16273   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16274   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16275   include:
16276     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16277     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16278     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16279     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16280   layout:
16281     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
16282     layout: "plot-throughput-speedup-analysis"
16283
16284 - type: "plot"
16285   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16286   algorithm: "plot_tsa_name"
16287   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16288   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16289   include:
16290     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16291     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16292     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16293     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16294   layout:
16295     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
16296     layout: "plot-throughput-speedup-analysis"
16297
16298 - type: "plot"
16299   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
16300   algorithm: "plot_tsa_name"
16301   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
16302   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16303   include:
16304     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
16305     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16306     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16307     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
16308     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
16309     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16310   layout:
16311     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
16312     layout: "plot-throughput-speedup-analysis"
16313
16314 - type: "plot"
16315   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
16316   algorithm: "plot_tsa_name"
16317   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
16318   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16319   include:
16320     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
16321     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16322     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16323     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
16324     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
16325     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16326   layout:
16327     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
16328     layout: "plot-throughput-speedup-analysis"
16329
16330 - type: "plot"
16331   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
16332   algorithm: "plot_tsa_name"
16333   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
16334   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16335   include:
16336     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16337     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16338     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16339     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16340   layout:
16341     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
16342     layout: "plot-throughput-speedup-analysis"
16343
16344 - type: "plot"
16345   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
16346   algorithm: "plot_tsa_name"
16347   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
16348   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16349   include:
16350     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16351     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16352     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16353     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16354   layout:
16355     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
16356     layout: "plot-throughput-speedup-analysis"
16357
16358 - type: "plot"
16359   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16360   algorithm: "plot_tsa_name"
16361   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16362   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16363   include:
16364     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16365     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16366     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16367     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16368   layout:
16369     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16370     layout: "plot-throughput-speedup-analysis"
16371
16372 - type: "plot"
16373   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16374   algorithm: "plot_tsa_name"
16375   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16376   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16377   include:
16378     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16379     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16380     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16381     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16382   layout:
16383     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16384     layout: "plot-throughput-speedup-analysis"
16385
16386 - type: "plot"
16387   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16388   algorithm: "plot_tsa_name"
16389   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16390   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16391   include:
16392     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16393     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16394     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16395     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16396   layout:
16397     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16398     layout: "plot-throughput-speedup-analysis"
16399
16400 - type: "plot"
16401   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16402   algorithm: "plot_tsa_name"
16403   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16404   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16405   include:
16406     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16407     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16408     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16409     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16410   layout:
16411     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16412     layout: "plot-throughput-speedup-analysis"
16413
16414 - type: "plot"
16415   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
16416   algorithm: "plot_tsa_name"
16417   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
16418   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16419   include:
16420     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16421     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16422     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16423     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16424   layout:
16425     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
16426     layout: "plot-throughput-speedup-analysis"
16427
16428 - type: "plot"
16429   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
16430   algorithm: "plot_tsa_name"
16431   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
16432   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16433   include:
16434     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16435     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16436     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16437     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16438   layout:
16439     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
16440     layout: "plot-throughput-speedup-analysis"
16441
16442 - type: "plot"
16443   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16444   algorithm: "plot_tsa_name"
16445   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16446   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16447   include:
16448     - "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"
16449     - "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"
16450     - "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"
16451     - "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"
16452   layout:
16453     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
16454     layout: "plot-throughput-speedup-analysis"
16455
16456 - type: "plot"
16457   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
16458   algorithm: "plot_tsa_name"
16459   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
16460   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16461   include:
16462     - "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"
16463     - "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"
16464     - "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"
16465     - "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"
16466   layout:
16467     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
16468     layout: "plot-throughput-speedup-analysis"
16469
16470 ################################################################################
16471
16472 # Packet Throughput - DPDK
16473
16474 # 2n-clx-xxv710
16475
16476 - type: "plot"
16477   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
16478   algorithm: "plot_perf_box_name"
16479   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
16480   data: "plot-dpdk-throughput-latency-2n-clx"
16481   include:
16482     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16483     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16484   layout:
16485     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
16486     layout: "plot-throughput"
16487
16488 - type: "plot"
16489   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
16490   algorithm: "plot_perf_box_name"
16491   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
16492   data: "plot-dpdk-throughput-latency-2n-clx"
16493   include:
16494     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16495     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16496   layout:
16497     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
16498     layout: "plot-throughput"
16499
16500 - type: "plot"
16501   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
16502   algorithm: "plot_perf_box_name"
16503   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
16504   data: "plot-dpdk-throughput-latency-2n-clx"
16505   include:
16506     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16507     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16508   layout:
16509     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
16510     layout: "plot-throughput"
16511
16512 - type: "plot"
16513   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
16514   algorithm: "plot_perf_box_name"
16515   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
16516   data: "plot-dpdk-throughput-latency-2n-clx"
16517   include:
16518     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16519     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16520   layout:
16521     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
16522     layout: "plot-throughput"
16523
16524 # 2n-clx-x710
16525
16526 - type: "plot"
16527   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
16528   algorithm: "plot_perf_box_name"
16529   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
16530   data: "plot-dpdk-throughput-latency-2n-clx"
16531   include:
16532     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16533     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16534   layout:
16535     title: "2n-clx-x710-64b-2t1c-base-ndr"
16536     layout: "plot-throughput"
16537
16538 - type: "plot"
16539   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
16540   algorithm: "plot_perf_box_name"
16541   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
16542   data: "plot-dpdk-throughput-latency-2n-clx"
16543   include:
16544     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16545     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16546   layout:
16547     title: "2n-clx-x710-64b-4t2c-base-ndr"
16548     layout: "plot-throughput"
16549
16550 - type: "plot"
16551   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
16552   algorithm: "plot_perf_box_name"
16553   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
16554   data: "plot-dpdk-throughput-latency-2n-clx"
16555   include:
16556     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16557     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16558   layout:
16559     title: "2n-clx-x710-64b-2t1c-base-pdr"
16560     layout: "plot-throughput"
16561
16562 - type: "plot"
16563   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
16564   algorithm: "plot_perf_box_name"
16565   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
16566   data: "plot-dpdk-throughput-latency-2n-clx"
16567   include:
16568     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16569     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16570   layout:
16571     title: "2n-clx-x710-64b-4t2c-base-pdr"
16572     layout: "plot-throughput"
16573
16574 ################################################################################
16575
16576 #- type: "plot"
16577 #  title: "Latency by percentile: 2n-skx"
16578 #  algorithm: "plot_hdrh_lat_by_percentile"
16579 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
16580 #  output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
16581 #  target-links: "../../_static/vpp"
16582 #  data: "plot-vpp-hdrh-lat-2n-skx"
16583 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16584 #  layout:
16585 #    layout: "plot-hdrh-latency-by-percentile"
16586
16587 #- type: "plot"
16588 #  title: "Latency by percentile: 3n-skx"
16589 #  algorithm: "plot_hdrh_lat_by_percentile"
16590 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
16591 #  output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
16592 #  target-links: "../../_static/vpp"
16593 #  data: "plot-vpp-hdrh-lat-3n-skx"
16594 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16595 #  layout:
16596 #    layout: "plot-hdrh-latency-by-percentile"
16597
16598 - type: "plot"
16599   title: "Latency by percentile: 2n-clx"
16600   algorithm: "plot_hdrh_lat_by_percentile"
16601   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
16602   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
16603   target-links: "../../_static/vpp"
16604   data: "plot-vpp-hdrh-lat-2n-clx"
16605   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16606   layout:
16607     layout: "plot-hdrh-latency-by-percentile"
16608
16609 - type: "plot"
16610   title: "Latency by percentile: 3n-hsw"
16611   algorithm: "plot_hdrh_lat_by_percentile"
16612   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
16613   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
16614   target-links: "../../_static/vpp"
16615   data: "plot-vpp-hdrh-lat-3n-hsw"
16616   filter: "'1T1C' and 'NIC_Intel-XL710'"
16617   layout:
16618     layout: "plot-hdrh-latency-by-percentile"
16619
16620 - type: "plot"
16621   title: "Latency by percentile: 3n-tsh"
16622   algorithm: "plot_hdrh_lat_by_percentile"
16623   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
16624   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
16625   target-links: "../../_static/vpp"
16626   data: "plot-vpp-hdrh-lat-3n-tsh"
16627   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16628   layout:
16629     layout: "plot-hdrh-latency-by-percentile"
16630
16631 - type: "plot"
16632   title: "Latency by percentile: DPDK 2n-clx"
16633   algorithm: "plot_hdrh_lat_by_percentile"
16634   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
16635   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
16636   target-links: "../../_static/dpdk"
16637   data: "plot-dpdk-hdrh-lat-2n-clx"
16638   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16639   layout:
16640     layout: "plot-hdrh-latency-by-percentile"
16641
16642 - type: "plot"
16643   title: "Latency by percentile: DPDK 3n-hsw"
16644   algorithm: "plot_hdrh_lat_by_percentile"
16645   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
16646   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
16647   target-links: "../../_static/dpdk"
16648   data: "plot-dpdk-hdrh-lat-3n-hsw"
16649   filter: "'1T1C' and 'NIC_Intel-XL710'"
16650   layout:
16651     layout: "plot-hdrh-latency-by-percentile"
16652
16653 - type: "plot"
16654   title: "Latency by percentile: DPDK 3n-tsh"
16655   algorithm: "plot_hdrh_lat_by_percentile"
16656   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
16657   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
16658   target-links: "../../_static/dpdk"
16659   data: "plot-dpdk-hdrh-lat-3n-tsh"
16660   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16661   layout:
16662     layout: "plot-hdrh-latency-by-percentile"