Report: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   limits:
126     nic:
127       x520: 24460000
128       x553: 29761905
129       x710: 35800000
130       xxv710: 35800000
131       xl710: 35800000
132       cx556a: 60000000
133
134     link:
135       10ge: 14880952.38
136       25ge: 37202380.95
137       40ge: 59523809.52
138       100ge: 148809523.81
139
140     pci:
141       pci-g3-x8: 74404761.90
142       pci-g3-x16: 148809523.81
143
144   data-sets:
145
146     ###########################################################################
147     # Replacements:
148
149     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
150       csit-vpp-perf-verify-1908-3n-hsw:
151         - 48  # NDRPDR sel vhost
152         - 49  # NDRPDR sel vhost
153         - 52  # NDRPDR sel vhost
154         - 53  # NDRPDR sel vhost
155         - 54  # NDRPDR sel vhost
156         - 55  # NDRPDR sel vhost
157         - 56  # NDRPDR sel vhost
158         - 57  # NDRPDR sel vhost
159         - 58  # NDRPDR sel vhost
160         - 59  # NDRPDR sel vhost
161
162     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
163       csit-vpp-perf-verify-1908-3n-skx:
164         - 52  # NDRPDR sel vhost
165         - 53  # NDRPDR sel vhost
166         - 55  # NDRPDR sel vhost
167         - 61  # NDRPDR sel vhost
168         - 62  # NDRPDR sel vhost
169         - 63  # NDRPDR sel vhost
170         - 64  # NDRPDR sel vhost
171         - 65  # NDRPDR sel vhost
172         - 66  # NDRPDR sel vhost
173         - 67  # NDRPDR sel vhost
174
175     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
176       csit-vpp-perf-verify-1908-2n-skx:
177         - 88  # NDRPDR sel vhost
178         - 89  # NDRPDR sel vhost
179         - 91  # NDRPDR sel vhost
180         - 92  # NDRPDR sel vhost
181         - 93  # NDRPDR sel vhost
182         - 94  # NDRPDR sel vhost
183         - 95  # NDRPDR sel vhost
184         - 96  # NDRPDR sel vhost
185         - 97  # NDRPDR sel vhost
186         - 98  # NDRPDR sel vhost
187
188     ###########################################################################
189     # Plots:
190
191     # 3n-hsw
192
193     plot-vpp-throughput-lat-tsa-3n-hsw:
194       csit-vpp-perf-verify-2001-3n-hsw:
195         - 21  # NDRPDR sel
196         - 22  # NDRPDR sel
197         - 23  # NDRPDR sel
198         - 24  # NDRPDR sel
199         - 25  # NDRPDR sel
200         - 29  # NDRPDR sel
201         - 30  # NDRPDR sel
202         - 31  # NDRPDR sel
203         - 32  # NDRPDR sel
204         - 34  # NDRPDR sel
205
206     plot-vpp-hdrh-lat-3n-hsw:
207       csit-vpp-perf-verify-2001-3n-hsw:
208         - 22  # NDRPDR sel
209
210     plot-vpp-nfv-3n-hsw-ndrpdr:
211       csit-vpp-perf-verify-2001-3n-hsw:
212         - 21  # NDRPDR sel
213         - 22  # NDRPDR sel
214         - 23  # NDRPDR sel
215         - 24  # NDRPDR sel
216         - 25  # NDRPDR sel
217         - 29  # NDRPDR sel
218         - 30  # NDRPDR sel
219         - 31  # NDRPDR sel
220         - 32  # NDRPDR sel
221         - 34  # NDRPDR sel
222
223     plot-vpp-nfv-3n-hsw-mrr:
224       csit-vpp-perf-verify-2001-3n-hsw:
225         - 17  # MRR sel
226
227     plot-dpdk-throughput-latency-3n-hsw:
228       csit-dpdk-perf-verify-2001-3n-hsw:
229         - 4   # NDRPDR sel
230         - 5   # NDRPDR sel
231         - 6   # NDRPDR sel
232         - 7   # NDRPDR sel
233         - 8   # NDRPDR sel
234         - 9   # NDRPDR sel
235         - 10  # NDRPDR sel
236         - 11  # NDRPDR sel
237         - 12  # NDRPDR sel
238         - 13  # NDRPDR sel
239         - 15  # NDRPDR sel
240         - 16  # NDRPDR sel
241         - 17  # NDRPDR sel
242         - 18  # NDRPDR sel
243         - 19  # NDRPDR sel
244         - 20  # NDRPDR sel
245         - 21  # NDRPDR sel
246         - 22  # NDRPDR sel
247         - 23  # NDRPDR sel
248         - 24  # NDRPDR sel
249
250     plot-vpp-hoststack-3n-hsw:
251       csit-vpp-perf-verify-2001-3n-hsw:
252         - 87  # hoststack
253         - 88  # hoststack
254         - 89  # hoststack
255         - 90  # hoststack
256         - 91  # hoststack
257         - 92  # hoststack
258         - 93  # hoststack
259         - 94  # hoststack
260         - 95  # hoststack
261         - 96  # hoststack
262
263     plot-dpdk-hdrh-lat-3n-hsw:
264       csit-dpdk-perf-verify-2001-3n-hsw:
265         - 16  # NDRPDR sel
266
267     # 3n-skx
268
269     plot-vpp-throughput-lat-tsa-3n-skx:
270       # TODO: Add the data
271       csit-vpp-perf-verify-2001-3n-skx:
272         - 14  # NDRPDR sel
273         - 15  # NDRPDR sel
274         - 16  # NDRPDR sel
275
276     plot-vpp-hdrh-lat-3n-skx:
277       csit-vpp-perf-verify-2001-3n-skx:
278         - 14  # NDRPDR sel
279
280     plot-vpp-nfv-3n-skx-ndrpdr:
281       # TODO: Add data
282       csit-vpp-perf-verify-2001-3n-skx:
283         - 14  # NDRPDR sel
284         - 15  # NDRPDR sel
285         - 16  # NDRPDR sel
286
287     plot-vpp-nfv-3n-skx-mrr:
288       # TODO: Replace
289       # csit-vpp-perf-verify-2001-3n-skx:
290       csit-vpp-perf-verify-1908-3n-skx:
291         - 36  # MRR sel
292
293     plot-dpdk-throughput-latency-3n-skx:
294       csit-dpdk-perf-verify-2001-3n-skx:
295         - 1   # NDRPDR sel
296         - 2   # NDRPDR sel
297         - 3   # NDRPDR sel
298         - 4   # NDRPDR sel
299         - 5   # NDRPDR sel
300         - 6   # NDRPDR sel
301         - 7   # NDRPDR sel
302         - 8   # NDRPDR sel
303         - 9   # NDRPDR sel
304         - 10  # NDRPDR sel
305
306     plot-dpdk-hdrh-lat-3n-skx:
307       csit-dpdk-perf-verify-2001-3n-skx:
308         - 1   # NDRPDR sel
309         - 19  # NDRPDR sel
310
311     # 2n-skx
312
313     plot-vpp-throughput-lat-tsa-2n-skx:
314       # TODO: Add the data
315       csit-vpp-perf-verify-2001-2n-skx:
316         - 21  # NDRPDR sel
317         - 22  # NDRPDR sel
318         - 23  # NDRPDR sel
319         - 26  # NDRPDR sel
320         - 27  # NDRPDR sel
321         - 29  # NDRPDR sel
322
323     plot-vpp-hdrh-lat-2n-skx:
324       csit-vpp-perf-verify-2001-2n-skx:
325         - 21  # NDRPDR sel
326
327     plot-vpp-http-server-performance:
328       csit-vpp-perf-verify-2001-2n-clx:
329         - 80  # TCP
330         - 82  # TCP
331         - 83  # TCP
332         - 85  # TCP
333         - 86  # TCP
334         - 87  # TCP
335         - 88  # TCP
336         - 89  # TCP
337         - 90  # TCP
338         - 91  # TCP
339
340     plot-vpp-soak-2n-skx:
341       # TODO: Replace the data
342       # csit-vpp-perf-verify-2001-2n-skx:
343       csit-vpp-perf-verify-1908-2n-skx:
344         - 83  # SOAK
345         - 86  # SOAK
346
347     plot-vpp-nfv-2n-skx-ndrpdr:
348       # TODO: Add the data
349       csit-vpp-perf-verify-2001-2n-skx:
350         - 30  # NFV
351         - 31  # NFV
352
353     plot-vpp-nfv-2n-skx-mrr:
354       # TODO: Replace the data
355       # csit-vpp-perf-verify-2001-2n-skx:
356       csit-vpp-perf-verify-1908-2n-skx:
357         - 71  # NFV MRR
358
359     plot-vpp-nfv-reconf-2n-skx:
360       # TODO: Replace the data
361       # csit-vpp-perf-verify-2001-2n-skx:
362       csit-vpp-perf-verify-1908-2n-skx:
363         - 113 # NFV reconf sel
364         - 114 # NFV reconf sel
365         - 115 # NFV reconf sel
366
367     plot-dpdk-throughput-latency-2n-skx:
368       csit-dpdk-perf-verify-2001-2n-skx:
369         - 1   # NDRPDR sel
370         - 2   # NDRPDR sel
371         - 3   # NDRPDR sel
372         - 4   # NDRPDR sel
373         - 5   # NDRPDR sel
374         - 6   # NDRPDR sel
375         - 7   # NDRPDR sel
376         - 8   # NDRPDR sel
377         - 9   # NDRPDR sel
378         - 10  # NDRPDR sel
379         - 11  # NDRPDR sel
380         - 13  # NDRPDR sel
381         - 26  # NDRPDR sel
382         - 16  # NDRPDR sel
383         - 17  # NDRPDR sel
384         - 18  # NDRPDR sel
385         - 19  # NDRPDR sel
386         - 27  # NDRPDR sel
387         - 21  # NDRPDR sel
388         - 25  # NDRPDR sel
389
390     plot-dpdk-hdrh-lat-2n-skx:
391       csit-dpdk-perf-verify-2001-2n-skx:
392         - 1   # NDRPDR sel
393         - 19  # NDRPDR sel
394
395     # 2n-clx
396
397     plot-vpp-throughput-lat-tsa-2n-clx:
398       csit-vpp-perf-verify-2001-2n-clx:
399         - 28  # NDRPDR sel
400         - 29  # NDRPDR sel
401         - 32  # NDRPDR sel
402         - 40  # NDRPDR sel
403         - 43  # NDRPDR sel
404         - 44  # NDRPDR sel
405         - 45  # NDRPDR sel
406         - 47  # NDRPDR sel
407         - 48  # NDRPDR sel
408         - 49  # NDRPDR sel
409
410     plot-vpp-hdrh-lat-2n-clx:
411       csit-vpp-perf-verify-2001-2n-clx:
412         - 28  # NDRPDR sel
413
414     plot-vpp-nfv-2n-clx-ndrpdr:
415       csit-vpp-perf-verify-2001-2n-clx:
416         - 28  # NDRPDR sel
417         - 29  # NDRPDR sel
418         - 32  # NDRPDR sel
419         - 40  # NDRPDR sel
420         - 43  # NDRPDR sel
421         - 44  # NDRPDR sel
422         - 45  # NDRPDR sel
423         - 47  # NDRPDR sel
424         - 48  # NDRPDR sel
425         - 49  # NDRPDR sel
426
427     plot-vpp-nfv-2n-clx-mrr:
428       csit-vpp-perf-verify-2001-2n-clx:
429         - 39  # MRR
430
431     plot-vpp-nfv-reconf-2n-clx:
432       csit-vpp-perf-verify-2001-2n-clx:
433         - 68  # Reconf
434         - 69  # Reconf
435         - 70  # Reconf
436         - 71  # Reconf
437         - 72  # Reconf
438         - 73  # Reconf
439         - 74  # Reconf
440         - 75  # Reconf
441         - 76  # Reconf
442         - 77  # Reconf
443
444     plot-vpp-soak-2n-clx:
445       csit-vpp-perf-verify-2001-2n-clx:
446         - 93  # Soak
447         - 94  # Soak
448
449     plot-dpdk-throughput-latency-2n-clx:
450       csit-dpdk-perf-verify-2001-2n-clx:
451         - 15  # NDRPDR sel
452         - 16  # NDRPDR sel
453         - 17  # NDRPDR sel
454         - 18  # NDRPDR sel
455         - 19  # NDRPDR sel
456         - 20  # NDRPDR sel
457         - 21  # NDRPDR sel
458         - 22  # NDRPDR sel
459         - 23  # NDRPDR sel
460         - 24  # NDRPDR sel
461         - 25  # NDRPDR sel
462         - 26  # NDRPDR sel
463         - 27  # NDRPDR sel
464         - 28  # NDRPDR sel
465         - 29  # NDRPDR sel
466         - 30  # NDRPDR sel
467         - 31  # NDRPDR sel
468         - 32  # NDRPDR sel
469         - 33  # NDRPDR sel
470         - 34  # NDRPDR sel
471
472
473     plot-dpdk-hdrh-lat-2n-clx:
474       csit-dpdk-perf-verify-2001-2n-clx:
475         - 15  # NDRPDR sel
476
477     # 3n-tsh
478
479     plot-vpp-throughput-lat-tsa-3n-tsh:
480       csit-vpp-perf-verify-2001-3n-tsh:
481         - 3   # NDRPDR sel
482         - 4   # NDRPDR sel
483         - 7   # NDRPDR sel
484         - 8   # NDRPDR sel
485         - 10  # NDRPDR sel
486         - 12  # NDRPDR sel
487         - 13  # NDRPDR sel
488         - 14  # NDRPDR sel
489         - 15  # NDRPDR sel
490         - 21  # NDRPDR sel
491
492     plot-vpp-hdrh-lat-3n-tsh:
493       csit-vpp-perf-verify-2001-3n-tsh:
494         - 10  # NDRPDR sel
495
496     plot-dpdk-throughput-latency-3n-tsh:
497       csit-dpdk-perf-verify-2001-3n-tsh:
498         - 3   # NDRPDR sel
499         - 4   # NDRPDR sel
500         - 5   # NDRPDR sel
501         - 9   # NDRPDR sel
502         - 10  # NDRPDR sel
503         - 11  # NDRPDR sel
504         - 12  # NDRPDR sel
505         - 14  # NDRPDR sel
506         - 15  # NDRPDR sel
507         - 18  # NDRPDR sel
508
509     plot-dpdk-hdrh-lat-3n-tsh:
510       csit-dpdk-perf-verify-2001-3n-tsh:
511         - 3   # NDRPDR sel
512
513     # 3n-dnv
514
515     plot-vpp-throughput-lat-tsa-3n-dnv:
516       csit-vpp-perf-verify-2001-3n-dnv:
517         - 5   # NDRPDR sel
518         - 6   # NDRPDR sel
519         - 7   # NDRPDR sel
520         - 8   # NDRPDR sel
521         - 9   # NDRPDR sel
522         - 10  # NDRPDR sel
523         - 12  # NDRPDR sel
524         - 16  # NDRPDR sel
525         - 17  # NDRPDR sel
526         - 18  # NDRPDR sel
527
528     plot-dpdk-throughput-latency-3n-dnv:
529       csit-dpdk-perf-verify-2001-3n-dnv:
530         - 12  # NDRPDR sel
531         - 13  # NDRPDR sel
532         - 14  # NDRPDR sel
533         - 15  # NDRPDR sel
534         - 16  # NDRPDR sel
535         - 17  # NDRPDR sel
536         - 18  # NDRPDR sel
537         - 19  # NDRPDR sel
538         - 20  # NDRPDR sel
539         - 22  # NDRPDR sel
540
541     # 2n-dnv
542
543     plot-vpp-throughput-lat-tsa-2n-dnv:
544       csit-vpp-perf-verify-2001-2n-dnv:
545         - 4   # NDRPDR sel
546         - 5   # NDRPDR sel
547         - 6   # NDRPDR sel
548         - 7   # NDRPDR sel
549         - 8   # NDRPDR sel
550         - 9   # NDRPDR sel
551         - 10  # NDRPDR sel
552         - 11  # NDRPDR sel
553         - 13  # NDRPDR sel
554         - 16  # NDRPDR sel
555
556     plot-dpdk-throughput-latency-2n-dnv:
557       csit-dpdk-perf-verify-2001-2n-dnv:
558         - 9   # NDRPDR sel
559         - 10  # NDRPDR sel
560         - 11  # NDRPDR sel
561         - 12  # NDRPDR sel
562         - 13  # NDRPDR sel
563         - 14  # NDRPDR sel
564         - 15  # NDRPDR sel
565         - 16  # NDRPDR sel
566         - 17  # NDRPDR sel
567         - 18  # NDRPDR sel
568
569     ###########################################################################
570     # Simple tables (only one data set):
571
572     # NIC Comparisons
573
574     vpp-nic-comparison-3n-skx:
575       # TODO: Add the data
576       csit-vpp-perf-verify-2001-3n-skx:
577         - 14  # NDRPDR sel
578         - 15  # NDRPDR sel
579         - 16  # NDRPDR sel
580
581     vpp-nic-comparison-2n-skx:
582       # TODO: Add the data
583       csit-vpp-perf-verify-2001-2n-skx:
584         - 21  # NDRPDR sel
585         - 22  # NDRPDR sel
586         - 23  # NDRPDR sel
587         - 26  # NDRPDR sel
588
589     vpp-nic-comparison-3n-skx-mrr:
590       # TODO: Replace
591       # csit-vpp-perf-verify-2001-3n-skx:
592       csit-vpp-perf-verify-1908-3n-skx:
593         - 36  # MRR sel
594
595     vpp-nic-comparison-2n-skx-mrr:
596       # TODO: Replace
597       # csit-vpp-perf-verify-2001-2n-skx:
598       csit-vpp-perf-verify-1908-2n-skx:
599         - 69  # MRR sel
600
601     # Results
602
603     vpp-perf-results-3n-hsw:
604       csit-vpp-perf-verify-2001-3n-hsw:
605         - 18  # NDRPDR full
606         - 20  # NDRPDR full
607         - 28  # NDRPDR full
608         - 35  # NDRPDR full
609         - 42  # NDRPDR full
610         - 46  # NDRPDR full
611         - 47  # NDRPDR full
612         - 48  # NDRPDR full
613         - 49  # NDRPDR full
614         - 50  # NDRPDR full
615         - 51  # NDRPDR full
616         - 52  # NDRPDR full
617         - 53  # NDRPDR full
618         - 54  # NDRPDR full
619         - 55  # NDRPDR full
620         - 56  # NDRPDR full
621         - 57  # NDRPDR full
622         - 58  # NDRPDR full
623         - 59  # NDRPDR full
624         - 61  # NDRPDR full
625         - 62  # NDRPDR full
626         - 63  # NDRPDR full
627         - 64  # NDRPDR full
628         - 65  # NDRPDR full
629         - 67  # NDRPDR full
630         - 70  # NDRPDR full
631         - 72  # NDRPDR full
632         - 73  # NDRPDR full
633         - 76  # NDRPDR full
634         - 77  # NDRPDR full
635         - 78  # NDRPDR full
636         - 79  # NDRPDR full
637         - 81  # NDRPDR full
638         - 82  # NDRPDR full
639         - 84  # NDRPDR full
640         - 85  # NDRPDR full
641
642     vpp-perf-results-3n-skx:
643       # TODO: Replace
644       csit-vpp-perf-verify-2001-3n-skx:
645         - 14  # NDRPDR sel
646
647     vpp-perf-results-2n-skx:
648       csit-vpp-perf-verify-2001-2n-skx:
649         - 32  # NDRPDR full
650         - 33  # NDRPDR full
651
652     vpp-perf-results-2n-clx:
653       csit-vpp-perf-verify-2001-2n-clx:
654         - 53  # NDRPDR full
655         - 54  # NDRPDR full
656         - 55  # NDRPDR full
657         - 56  # NDRPDR full
658         - 57  # NDRPDR full
659         - 58  # NDRPDR full
660         - 59  # NDRPDR full
661         - 60  # NDRPDR full
662         - 61  # NDRPDR full
663         - 62  # NDRPDR full
664         - 63  # NDRPDR full
665         - 64  # NDRPDR full
666         - 65  # NDRPDR full
667         - 66  # NDRPDR full
668         - 67  # NDRPDR full
669
670     vpp-perf-results-3n-tsh:
671       csit-vpp-perf-verify-2001-3n-tsh:
672         - 10  # NDRPDR sel
673
674     vpp-perf-results-3n-dnv:
675       csit-vpp-perf-verify-2001-3n-dnv:
676         - 19  # NDRPDR full
677         - 20  # NDRPDR full
678         - 21  # NDRPDR full
679         - 22  # NDRPDR full
680         - 23  # NDRPDR full
681         - 24  # NDRPDR full
682         - 25  # NDRPDR full
683         - 26  # NDRPDR full
684         - 37  # NDRPDR full
685         - 38  # NDRPDR full
686         - 39  # NDRPDR full
687
688     vpp-perf-results-2n-dnv:
689       csit-vpp-perf-verify-2001-2n-dnv:
690         - 21  # NDRPDR full
691         - 22  # NDRPDR full
692         - 25  # NDRPDR full
693         - 26  # NDRPDR full
694         - 27  # NDRPDR full
695         - 28  # NDRPDR full
696
697     vpp-mrr-results-3n-hsw:
698       csit-vpp-perf-verify-2001-3n-hsw:
699         - 17  # MRR sel
700
701     vpp-mrr-results-3n-skx:
702       # TODO: Replace
703       # csit-vpp-perf-verify-2001-3n-skx:
704       csit-vpp-perf-verify-1908-3n-skx:
705         - 36  # MRR sel
706
707     vpp-mrr-results-2n-skx:
708       # TODO: Replace
709       # csit-vpp-perf-verify-2001-2n-skx:
710       csit-vpp-perf-verify-1908-2n-skx:
711         - 69  # MRR sel
712
713     vpp-mrr-results-2n-clx:
714       csit-vpp-perf-verify-2001-2n-clx:
715         - 39  # MRR
716
717     vpp-mrr-results-3n-tsh:
718       csit-vpp-perf-verify-2001-3n-tsh:
719         - 9   # MRR sel
720
721     vpp-mrr-results-3n-dnv:
722       csit-vpp-perf-verify-2001-3n-dnv:
723         - 11  # MRR sel
724
725     vpp-mrr-results-2n-dnv:
726       csit-vpp-perf-verify-2001-2n-dnv:
727         - 12  # MRR sel
728
729     vpp-device-results-ubuntu:
730       csit-vpp-device-2001-ubuntu1804-1n-skx:
731         - 57
732
733     dpdk-perf-results-3n-hsw:
734       csit-dpdk-perf-verify-2001-3n-hsw:
735         - 25  # NDRPDR full
736         - 26  # NDRPDR full
737
738     dpdk-perf-results-3n-skx:
739       csit-dpdk-perf-verify-2001-3n-skx:
740         - 1   # NDRPDR sel
741
742     dpdk-perf-results-2n-skx:
743       csit-dpdk-perf-verify-2001-2n-skx:
744         - 1   # NDRPDR sel
745
746     dpdk-perf-results-2n-clx:
747       csit-dpdk-perf-verify-2001-2n-clx:
748         - 15  # NDRPDR sel
749         - 34  # NDRPDR sel
750
751     dpdk-perf-results-2n-dnv:
752       csit-dpdk-perf-verify-2001-2n-dnv:
753         - 16  # NDRPDR sel
754
755     dpdk-perf-results-3n-dnv:
756       csit-dpdk-perf-verify-2001-3n-dnv:
757         - 12  # NDRPDR sel
758
759     dpdk-perf-results-3n-tsh:
760       csit-dpdk-perf-verify-2001-3n-tsh:
761         - 3   # NDRPDR sel
762
763 ###########################################################################
764     # Tables (more than one data set)
765
766     # Performance changes
767
768     vpp-performance-changes-3n-hsw-h1:
769       csit-vpp-perf-verify-1904-3n-hsw:
770         - 11  # NDRPDR sel
771         - 12  # NDRPDR sel
772         - 20  # NDRPDR sel
773         - 21  # NDRPDR sel
774         - 23  # NDRPDR sel
775         - 24  # NDRPDR sel
776         - 25  # NDRPDR sel
777         - 26  # NDRPDR sel
778         - 29  # NDRPDR sel
779         - 30  # NDRPDR sel
780     vpp-performance-changes-3n-hsw-ref:
781       csit-vpp-perf-verify-1908-3n-hsw:
782         - 12  # NDRPDR sel
783         - 13  # NDRPDR sel
784         - 14  # NDRPDR sel
785         - 15  # NDRPDR sel
786         - 16  # NDRPDR sel
787         - 17  # NDRPDR sel
788         - 18  # NDRPDR sel
789         - 19  # NDRPDR sel
790         - 20  # NDRPDR sel
791         - 21  # NDRPDR sel
792     vpp-performance-changes-3n-hsw-cmp:
793       csit-vpp-perf-verify-2001-3n-hsw:
794         - 21  # NDRPDR sel
795         - 22  # NDRPDR sel
796         - 23  # NDRPDR sel
797         - 24  # NDRPDR sel
798         - 25  # NDRPDR sel
799         - 29  # NDRPDR sel
800         - 30  # NDRPDR sel
801         - 31  # NDRPDR sel
802         - 32  # NDRPDR sel
803         - 34  # NDRPDR sel
804     vpp-performance-changes-3n-hsw:
805       - "vpp-performance-changes-3n-hsw-h1"
806       - "vpp-performance-changes-3n-hsw-ref"
807       - "vpp-performance-changes-3n-hsw-cmp"
808
809     vpp-performance-changes-3n-skx-h1:
810       csit-vpp-perf-verify-1904-3n-skx:
811         - 8   # NDRPDR sel
812         - 9   # NDRPDR sel
813         - 10  # NDRPDR sel
814         - 11  # NDRPDR sel
815         - 12  # NDRPDR sel
816         - 14  # NDRPDR sel
817         - 16  # NDRPDR sel
818         - 21  # NDRPDR sel
819         - 23  # NDRPDR sel
820         - 25  # NDRPDR sel
821     vpp-performance-changes-3n-skx-ref:
822       csit-vpp-perf-verify-1908-3n-skx:
823         - 14  # NDRPDR sel
824         - 16  # NDRPDR sel
825         - 19  # NDRPDR sel
826         - 20  # NDRPDR sel
827         - 22  # NDRPDR sel
828         - 23  # NDRPDR sel
829         - 24  # NDRPDR sel
830         - 25  # NDRPDR sel
831         - 26  # NDRPDR sel
832         - 29  # NDRPDR sel
833     vpp-performance-changes-3n-skx-cmp:
834       # TODO: Add the data
835       csit-vpp-perf-verify-2001-3n-skx:
836         - 14  # NDRPDR sel
837         - 15  # NDRPDR sel
838         - 16  # NDRPDR sel
839     vpp-performance-changes-3n-skx:
840       - "vpp-performance-changes-3n-skx-h1"
841       - "vpp-performance-changes-3n-skx-ref"
842       - "vpp-performance-changes-3n-skx-cmp"
843
844     vpp-performance-changes-2n-skx-h1:
845       csit-vpp-perf-verify-1904-2n-skx:
846         - 12  # NDRPDR sel
847         - 14  # NDRPDR sel
848         - 16  # NDRPDR sel
849         - 17  # NDRPDR sel
850         - 18  # NDRPDR sel
851         - 21  # NDRPDR sel
852         - 27  # NDRPDR sel
853         - 30  # NDRPDR sel
854         - 31  # NDRPDR sel
855         - 32  # NDRPDR sel
856     vpp-performance-changes-2n-skx-ref:
857       csit-vpp-perf-verify-1908-2n-skx:
858         - 26  # NDRPDR sel
859         - 27  # NDRPDR sel
860         - 34  # NDRPDR sel
861         - 35  # NDRPDR sel
862         - 36  # NDRPDR sel
863         - 42  # NDRPDR sel
864         - 43  # NDRPDR sel
865         - 44  # NDRPDR sel
866         - 45  # NDRPDR sel
867         - 46  # NDRPDR sel
868     vpp-performance-changes-2n-skx-cmp:
869       # TODO: Add the data
870       csit-vpp-perf-verify-2001-2n-skx:
871         - 21  # NDRPDR sel
872         - 22  # NDRPDR sel
873         - 23  # NDRPDR sel
874         - 26  # NDRPDR sel
875         - 27  # NDRPDR sel
876         - 29  # NDRPDR sel
877     vpp-performance-changes-2n-skx:
878       - "vpp-performance-changes-2n-skx-h1"
879       - "vpp-performance-changes-2n-skx-ref"
880       - "vpp-performance-changes-2n-skx-cmp"
881
882     vpp-performance-changes-nfv-2n-skx-ref:
883       csit-vpp-perf-verify-1908-2n-skx:
884         - 22  # NFV
885         - 31  # NFV
886         - 32  # NFV
887     vpp-performance-changes-nfv-2n-skx-cmp:
888       # TODO: Add the data
889       csit-vpp-perf-verify-2001-2n-skx:
890         - 30  # NFV
891         - 31  # NFV
892     vpp-performance-changes-nfv-2n-skx:
893       - "vpp-performance-changes-nfv-2n-skx-ref"
894       - "vpp-performance-changes-nfv-2n-skx-cmp"
895
896     vpp-performance-changes-2n-dnv-ref:
897       csit-vpp-perf-verify-1908-2n-dnv:
898         - 1   # NDRPDR sel
899         - 2   # NDRPDR sel
900         - 3   # NDRPDR sel
901         - 4   # NDRPDR sel
902         - 5   # NDRPDR sel
903         - 6   # NDRPDR sel
904         - 7   # NDRPDR sel
905         - 8   # NDRPDR sel
906         - 9   # NDRPDR sel
907         - 10  # NDRPDR sel
908     vpp-performance-changes-2n-dnv-cmp:
909       csit-vpp-perf-verify-2001-2n-dnv:
910         - 4   # NDRPDR sel
911         - 5   # NDRPDR sel
912         - 6   # NDRPDR sel
913         - 7   # NDRPDR sel
914         - 8   # NDRPDR sel
915         - 9   # NDRPDR sel
916         - 10  # NDRPDR sel
917         - 11  # NDRPDR sel
918         - 13  # NDRPDR sel
919         - 16  # NDRPDR sel
920     vpp-performance-changes-2n-dnv:
921       - "vpp-performance-changes-2n-dnv-ref"
922       - "vpp-performance-changes-2n-dnv-cmp"
923
924     vpp-performance-changes-3n-dnv-ref:
925       csit-vpp-perf-verify-1908-3n-dnv:
926         - 6   # NDRPDR sel
927         - 7   # NDRPDR sel
928         - 8   # NDRPDR sel
929         - 9   # NDRPDR sel
930         - 10  # NDRPDR sel
931         - 12  # NDRPDR sel
932         - 13  # NDRPDR sel
933         - 14  # NDRPDR sel
934         - 15  # NDRPDR sel
935         - 16  # NDRPDR sel
936     vpp-performance-changes-3n-dnv-cmp:
937       csit-vpp-perf-verify-2001-3n-dnv:
938         - 5   # NDRPDR sel
939         - 6   # NDRPDR sel
940         - 7   # NDRPDR sel
941         - 8   # NDRPDR sel
942         - 9   # NDRPDR sel
943         - 10  # NDRPDR sel
944         - 12  # NDRPDR sel
945         - 16  # NDRPDR sel
946         - 17  # NDRPDR sel
947         - 18  # NDRPDR sel
948     vpp-performance-changes-3n-dnv:
949       - "vpp-performance-changes-3n-dnv-ref"
950       - "vpp-performance-changes-3n-dnv-cmp"
951
952     vpp-performance-changes-3n-tsh-ref:
953       csit-vpp-perf-verify-1908-3n-tsh:
954         - 7   # NDRPDR sel
955         - 8   # NDRPDR sel
956         - 9   # NDRPDR sel
957         - 10  # NDRPDR sel
958         - 11  # NDRPDR sel
959         - 12  # NDRPDR sel
960         - 13  # NDRPDR sel
961         - 14  # NDRPDR sel
962         - 15  # NDRPDR sel
963         - 16  # NDRPDR sel
964     vpp-performance-changes-3n-tsh-cmp:
965       csit-vpp-perf-verify-2001-3n-tsh:
966         - 3   # NDRPDR sel
967         - 4   # NDRPDR sel
968         - 7   # NDRPDR sel
969         - 8   # NDRPDR sel
970         - 10  # NDRPDR sel
971         - 12  # NDRPDR sel
972         - 13  # NDRPDR sel
973         - 14  # NDRPDR sel
974         - 15  # NDRPDR sel
975         - 21  # NDRPDR sel
976     vpp-performance-changes-3n-tsh:
977       - "vpp-performance-changes-3n-tsh-ref"
978       - "vpp-performance-changes-3n-tsh-cmp"
979
980     vpp-soak-vs-ndr-2n-skx-ref:
981       # TODO: Replace
982       # csit-vpp-perf-verify-2001-2n-skx:
983       csit-vpp-perf-verify-1908-2n-skx:
984         - 26  # NDRPDR sel
985         - 27  # NDRPDR sel
986         - 34  # NDRPDR sel
987     vpp-soak-vs-ndr-2n-skx-cmp:
988       # TODO: Replace
989       # csit-vpp-perf-verify-2001-2n-skx:
990       csit-vpp-perf-verify-1908-2n-skx:
991         - 83  # SOAK
992         - 86  # SOAK
993     vpp-soak-vs-ndr-2n-skx:
994       # TODO: Replace
995       # csit-vpp-perf-verify-2001-2n-skx:
996       csit-vpp-perf-verify-1908-2n-skx:
997         - 26  # NDRPDR sel
998         - 27  # NDRPDR sel
999         - 34  # NDRPDR sel
1000         - 83  # SOAK
1001         - 86  # SOAK
1002
1003     vpp-soak-vs-ndr-2n-clx-ref:
1004       csit-vpp-perf-verify-2001-2n-clx:
1005         - 28  # NDRPDR sel
1006         - 29  # NDRPDR sel
1007         - 32  # NDRPDR sel
1008         - 40  # NDRPDR sel
1009         - 43  # NDRPDR sel
1010         - 44  # NDRPDR sel
1011         - 45  # NDRPDR sel
1012         - 47  # NDRPDR sel
1013         - 48  # NDRPDR sel
1014         - 49  # NDRPDR sel
1015     vpp-soak-vs-ndr-2n-clx-cmp:
1016       csit-vpp-perf-verify-2001-2n-clx:
1017         - 93  # SOAK
1018         - 94  # Soak
1019     vpp-soak-vs-ndr-2n-clx:
1020       csit-vpp-perf-verify-2001-2n-clx:
1021         - 28  # NDRPDR sel
1022         - 29  # NDRPDR sel
1023         - 32  # NDRPDR sel
1024         - 40  # NDRPDR sel
1025         - 43  # NDRPDR sel
1026         - 44  # NDRPDR sel
1027         - 45  # NDRPDR sel
1028         - 47  # NDRPDR sel
1029         - 48  # NDRPDR sel
1030         - 49  # NDRPDR sel
1031         - 93  # SOAK
1032         - 94  # Soak
1033
1034     vpp-performance-changes-3n-hsw-mrr-h1:
1035       csit-vpp-perf-verify-1904-3n-hsw:
1036         - 9   # MRR sel
1037     vpp-performance-changes-3n-hsw-mrr-ref:
1038       csit-vpp-perf-verify-1908-3n-hsw:
1039         - 39  # MRR sel
1040     vpp-performance-changes-3n-hsw-mrr-cmp:
1041       csit-vpp-perf-verify-2001-3n-hsw:
1042         - 17  # MRR sel
1043     vpp-performance-changes-3n-hsw-mrr:
1044       - "vpp-performance-changes-3n-hsw-mrr-h1"
1045       - "vpp-performance-changes-3n-hsw-mrr-ref"
1046       - "vpp-performance-changes-3n-hsw-mrr-cmp"
1047
1048     vpp-performance-changes-3n-skx-mrr-h1:
1049       csit-vpp-perf-verify-1904-3n-skx:
1050         - 7   # MRR sel
1051     vpp-performance-changes-3n-skx-mrr-ref:
1052       csit-vpp-perf-verify-1908-3n-skx:
1053         - 36  # MRR sel
1054     vpp-performance-changes-3n-skx-mrr-cmp:
1055       # TODO: Replace
1056       # csit-vpp-perf-verify-2001-3n-skx:
1057       csit-vpp-perf-verify-1908-3n-skx:
1058         - 36  # MRR sel
1059     vpp-performance-changes-3n-skx-mrr:
1060       - "vpp-performance-changes-3n-skx-mrr-h1"
1061       - "vpp-performance-changes-3n-skx-mrr-ref"
1062       - "vpp-performance-changes-3n-skx-mrr-cmp"
1063
1064     vpp-performance-changes-2n-skx-mrr-h1:
1065       csit-vpp-perf-verify-1904-2n-skx:
1066         - 11  # MRR sel
1067     vpp-performance-changes-2n-skx-mrr-ref:
1068       csit-vpp-perf-verify-1908-2n-skx:
1069         - 69  # MRR sel
1070     vpp-performance-changes-2n-skx-mrr-cmp:
1071       # TODO: Replace
1072       # csit-vpp-perf-verify-2001-2n-skx:
1073       csit-vpp-perf-verify-1908-2n-skx:
1074         - 69  # MRR sel
1075     vpp-performance-changes-2n-skx-mrr:
1076       - "vpp-performance-changes-2n-skx-mrr-h1"
1077       - "vpp-performance-changes-2n-skx-mrr-ref"
1078       - "vpp-performance-changes-2n-skx-mrr-cmp"
1079
1080     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1081       csit-vpp-perf-verify-1908-2n-skx:
1082         - 71  # NFV MRR
1083     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1084       # TODO: Replace
1085       # csit-vpp-perf-verify-2001-2n-skx:
1086       csit-vpp-perf-verify-1908-2n-skx:
1087         - 71  # NFV MRR
1088     vpp-performance-changes-nfv-2n-skx-mrr:
1089       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
1090       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
1091
1092     vpp-performance-changes-2n-dnv-mrr-ref:
1093       csit-vpp-perf-verify-1908-2n-dnv:
1094         - 11  # MRR sel
1095     vpp-performance-changes-2n-dnv-mrr-cmp:
1096       csit-vpp-perf-verify-2001-2n-dnv:
1097         - 12  # MRR sel
1098     vpp-performance-changes-2n-dnv-mrr:
1099       - "vpp-performance-changes-2n-dnv-mrr-ref"
1100       - "vpp-performance-changes-2n-dnv-mrr-cmp"
1101
1102     vpp-performance-changes-3n-dnv-mrr-ref:
1103       csit-vpp-perf-verify-1908-3n-dnv:
1104         - 17  # MRR sel
1105     vpp-performance-changes-3n-dnv-mrr-cmp:
1106       csit-vpp-perf-verify-2001-3n-dnv:
1107         - 11  # MRR sel
1108     vpp-performance-changes-3n-dnv-mrr:
1109       - "vpp-performance-changes-3n-dnv-mrr-ref"
1110       - "vpp-performance-changes-3n-dnv-mrr-cmp"
1111
1112     vpp-performance-changes-3n-tsh-mrr-ref:
1113       csit-vpp-perf-verify-1908-3n-tsh:
1114         - 17  # MRR sel
1115     vpp-performance-changes-3n-tsh-mrr-cmp:
1116       csit-vpp-perf-verify-2001-3n-tsh:
1117         - 9   # MRR sel
1118     vpp-performance-changes-3n-tsh-mrr:
1119       - "vpp-performance-changes-3n-tsh-mrr-ref"
1120       - "vpp-performance-changes-3n-tsh-mrr-cmp"
1121
1122     dpdk-performance-changes-3n-hsw-h1:
1123       csit-dpdk-perf-verify-1904-3n-hsw:
1124         - 2   # NDRPDR sel
1125         - 3   # NDRPDR sel
1126         - 5   # NDRPDR sel
1127         - 6   # NDRPDR sel
1128         - 13  # NDRPDR sel
1129         - 14  # NDRPDR sel
1130         - 15  # NDRPDR sel
1131         - 18  # NDRPDR sel
1132         - 19  # NDRPDR sel
1133         - 20  # NDRPDR sel
1134     dpdk-performance-changes-3n-hsw-ref:
1135       csit-dpdk-perf-verify-1908-3n-hsw:
1136         - 2   # NDRPDR sel
1137         - 3   # NDRPDR sel
1138         - 4   # NDRPDR sel
1139         - 5   # NDRPDR sel
1140         - 6   # NDRPDR sel
1141         - 7   # NDRPDR sel
1142         - 8   # NDRPDR sel
1143         - 9   # NDRPDR sel
1144         - 10  # NDRPDR sel
1145         - 11  # NDRPDR sel
1146     dpdk-performance-changes-3n-hsw-cmp:
1147       csit-dpdk-perf-verify-2001-3n-hsw:
1148 #        - 4   # NDRPDR sel
1149 #        - 5   # NDRPDR sel
1150 #        - 6   # NDRPDR sel
1151 #        - 7   # NDRPDR sel
1152 #        - 8   # NDRPDR sel
1153 #        - 9   # NDRPDR sel
1154 #        - 10  # NDRPDR sel
1155 #        - 11  # NDRPDR sel
1156 #        - 12  # NDRPDR sel
1157 #        - 13  # NDRPDR sel
1158         - 15  # NDRPDR sel
1159         - 16  # NDRPDR sel
1160         - 17  # NDRPDR sel
1161         - 18  # NDRPDR sel
1162         - 19  # NDRPDR sel
1163         - 20  # NDRPDR sel
1164         - 21  # NDRPDR sel
1165         - 22  # NDRPDR sel
1166         - 23  # NDRPDR sel
1167         - 24  # NDRPDR sel
1168     dpdk-performance-changes-3n-hsw:
1169       - "dpdk-performance-changes-3n-hsw-h1"
1170       - "dpdk-performance-changes-3n-hsw-ref"
1171       - "dpdk-performance-changes-3n-hsw-cmp"
1172
1173     dpdk-performance-changes-3n-skx-h1:
1174       csit-dpdk-perf-verify-1904-3n-skx:
1175         - 2   # NDRPDR sel
1176         - 3   # NDRPDR sel
1177         - 4   # NDRPDR sel
1178         - 5   # NDRPDR sel
1179         - 6   # NDRPDR sel
1180         - 7   # NDRPDR sel
1181         - 11  # NDRPDR sel
1182         - 12  # NDRPDR sel
1183         - 13  # NDRPDR sel
1184         - 14  # NDRPDR sel
1185     dpdk-performance-changes-3n-skx-ref:
1186       csit-dpdk-perf-verify-1908-3n-skx:
1187         - 3   # NDRPDR sel
1188         - 4   # NDRPDR sel
1189         - 5   # NDRPDR sel
1190         - 6   # NDRPDR sel
1191         - 7   # NDRPDR sel
1192         - 8   # NDRPDR sel
1193         - 9   # NDRPDR sel
1194         - 10  # NDRPDR sel
1195         - 11  # NDRPDR sel
1196         - 12  # NDRPDR sel
1197     dpdk-performance-changes-3n-skx-cmp:
1198       csit-dpdk-perf-verify-2001-3n-skx:
1199         - 1   # NDRPDR sel
1200         - 2   # NDRPDR sel
1201         - 3   # NDRPDR sel
1202         - 4   # NDRPDR sel
1203         - 5   # NDRPDR sel
1204         - 6   # NDRPDR sel
1205         - 7   # NDRPDR sel
1206         - 8   # NDRPDR sel
1207         - 9   # NDRPDR sel
1208         - 10  # NDRPDR sel
1209     dpdk-performance-changes-3n-skx:
1210       - "dpdk-performance-changes-3n-skx-h1"
1211       - "dpdk-performance-changes-3n-skx-ref"
1212       - "dpdk-performance-changes-3n-skx-cmp"
1213
1214     dpdk-performance-changes-2n-skx-h1:
1215       csit-dpdk-perf-verify-1904-2n-skx:
1216         - 2   # NDRPDR sel
1217         - 3   # NDRPDR sel
1218         - 4   # NDRPDR sel
1219         - 5   # NDRPDR sel
1220         - 7   # NDRPDR sel
1221         - 8   # NDRPDR sel
1222         - 9   # NDRPDR sel
1223         - 10  # NDRPDR sel
1224         - 11  # NDRPDR sel
1225         - 12  # NDRPDR sel
1226     dpdk-performance-changes-2n-skx-ref:
1227       csit-dpdk-perf-verify-1908-2n-skx:
1228         - 2   # NDRPDR sel
1229         - 3   # NDRPDR sel
1230         - 4   # NDRPDR sel
1231         - 5   # NDRPDR sel
1232         - 7   # NDRPDR sel
1233         - 8   # NDRPDR sel
1234         - 9   # NDRPDR sel
1235         - 10  # NDRPDR sel
1236         - 11  # NDRPDR sel
1237         - 12  # NDRPDR sel
1238     dpdk-performance-changes-2n-skx-cmp:
1239       csit-dpdk-perf-verify-2001-2n-skx:
1240         - 1   # NDRPDR sel
1241         - 2   # NDRPDR sel
1242         - 3   # NDRPDR sel
1243         - 4   # NDRPDR sel
1244         - 5   # NDRPDR sel
1245         - 6   # NDRPDR sel
1246         - 7   # NDRPDR sel
1247         - 8   # NDRPDR sel
1248         - 9   # NDRPDR sel
1249         - 10  # NDRPDR sel
1250         - 11  # NDRPDR sel
1251         - 13  # NDRPDR sel
1252         - 26  # NDRPDR sel
1253         - 16  # NDRPDR sel
1254         - 17  # NDRPDR sel
1255         - 18  # NDRPDR sel
1256         - 19  # NDRPDR sel
1257         - 27  # NDRPDR sel
1258         - 21  # NDRPDR sel
1259         - 25  # NDRPDR sel
1260     dpdk-performance-changes-2n-skx:
1261       - "dpdk-performance-changes-2n-skx-h1"
1262       - "dpdk-performance-changes-2n-skx-ref"
1263       - "dpdk-performance-changes-2n-skx-cmp"
1264
1265     # Compare testbeds
1266
1267     vpp-compare-testbeds-ref:
1268       csit-vpp-perf-verify-2001-3n-hsw:
1269         - 21  # NDRPDR sel
1270         - 22  # NDRPDR sel
1271         - 23  # NDRPDR sel
1272         - 24  # NDRPDR sel
1273         - 25  # NDRPDR sel
1274         - 29  # NDRPDR sel
1275         - 30  # NDRPDR sel
1276         - 31  # NDRPDR sel
1277         - 32  # NDRPDR sel
1278         - 34  # NDRPDR sel
1279     vpp-compare-testbeds-cmp:
1280       # TODO: Add the data
1281       csit-vpp-perf-verify-2001-3n-skx:
1282         - 14  # NDRPDR sel
1283         - 15  # NDRPDR sel
1284         - 16  # NDRPDR sel
1285     vpp-compare-testbeds:
1286       - "vpp-compare-testbeds-ref"
1287       - "vpp-compare-testbeds-cmp"
1288
1289     vpp-compare-testbeds-skx-clx-ref:
1290       # TODO: Add the data
1291       csit-vpp-perf-verify-2001-2n-skx:
1292         - 21  # NDRPDR sel
1293         - 22  # NDRPDR sel
1294         - 23  # NDRPDR sel
1295         - 26  # NDRPDR sel
1296         - 27  # NDRPDR sel
1297         - 29  # NDRPDR sel
1298     vpp-compare-testbeds-skx-clx-cmp:
1299       csit-vpp-perf-verify-2001-2n-clx:
1300         - 28  # NDRPDR sel
1301         - 29  # NDRPDR sel
1302         - 32  # NDRPDR sel
1303         - 40  # NDRPDR sel
1304         - 43  # NDRPDR sel
1305         - 44  # NDRPDR sel
1306         - 45  # NDRPDR sel
1307         - 47  # NDRPDR sel
1308         - 48  # NDRPDR sel
1309         - 49  # NDRPDR sel
1310     vpp-compare-testbeds-skx-clx:
1311       - "vpp-compare-testbeds-skx-clx-ref"
1312       - "vpp-compare-testbeds-skx-clx-cmp"
1313
1314     vpp-compare-testbeds-hsw-clx-ref:
1315       csit-vpp-perf-verify-2001-3n-hsw:
1316         - 21  # NDRPDR sel
1317         - 22  # NDRPDR sel
1318         - 23  # NDRPDR sel
1319         - 24  # NDRPDR sel
1320         - 25  # NDRPDR sel
1321         - 29  # NDRPDR sel
1322         - 30  # NDRPDR sel
1323         - 31  # NDRPDR sel
1324         - 32  # NDRPDR sel
1325         - 34  # NDRPDR sel
1326     vpp-compare-testbeds-hsw-clx-cmp:
1327       csit-vpp-perf-verify-2001-2n-clx:
1328         - 28  # NDRPDR sel
1329         - 29  # NDRPDR sel
1330         - 32  # NDRPDR sel
1331         - 40  # NDRPDR sel
1332         - 43  # NDRPDR sel
1333         - 44  # NDRPDR sel
1334         - 45  # NDRPDR sel
1335         - 47  # NDRPDR sel
1336         - 48  # NDRPDR sel
1337         - 49  # NDRPDR sel
1338     vpp-compare-testbeds-hsw-clx:
1339       - "vpp-compare-testbeds-hsw-clx-ref"
1340       - "vpp-compare-testbeds-hsw-clx-cmp"
1341
1342     vpp-compare-testbeds-mrr-ref:
1343       csit-vpp-perf-verify-2001-3n-hsw:
1344         - 17  # MRR sel
1345     vpp-compare-testbeds-mrr-cmp:
1346       # TODO: Replace
1347       # csit-vpp-perf-verify-2001-3n-skx:
1348       csit-vpp-perf-verify-1908-3n-skx:
1349         - 36  # MRR sel
1350     vpp-compare-testbeds-mrr:
1351       - "vpp-compare-testbeds-mrr-ref"
1352       - "vpp-compare-testbeds-mrr-cmp"
1353
1354     vpp-compare-testbeds-mrr-skx-clx-ref:
1355       # TODO: Replace
1356       # csit-vpp-perf-verify-2001-2n-skx:
1357       csit-vpp-perf-verify-1908-2n-skx:
1358         - 69  # MRR sel
1359     vpp-compare-testbeds-mrr-skx-clx-cmp:
1360       csit-vpp-perf-verify-2001-2n-clx:
1361         - 39  # MRR
1362     vpp-compare-testbeds-mrr-skx-clx:
1363       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1364       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1365
1366     vpp-compare-testbeds-mrr-hsw-clx-ref:
1367       csit-vpp-perf-verify-2001-3n-hsw:
1368         - 17  # MRR sel
1369     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1370       csit-vpp-perf-verify-2001-2n-clx:
1371         - 39  # MRR
1372     vpp-compare-testbeds-mrr-hsw-clx:
1373       - "vpp-compare-testbeds-mrr-hsw-clx-ref"
1374       - "vpp-compare-testbeds-mrr-hsw-clx-cmp"
1375
1376     dpdk-compare-testbeds-ref:
1377       csit-dpdk-perf-verify-2001-3n-hsw:
1378         - 4   # NDRPDR sel
1379         - 5   # NDRPDR sel
1380         - 6   # NDRPDR sel
1381         - 7   # NDRPDR sel
1382         - 8   # NDRPDR sel
1383         - 9   # NDRPDR sel
1384         - 10  # NDRPDR sel
1385         - 11  # NDRPDR sel
1386         - 12  # NDRPDR sel
1387         - 13  # NDRPDR sel
1388         - 15  # NDRPDR sel
1389         - 16  # NDRPDR sel
1390         - 17  # NDRPDR sel
1391         - 18  # NDRPDR sel
1392         - 19  # NDRPDR sel
1393         - 20  # NDRPDR sel
1394         - 21  # NDRPDR sel
1395         - 22  # NDRPDR sel
1396         - 23  # NDRPDR sel
1397         - 24  # NDRPDR sel
1398     dpdk-compare-testbeds-cmp:
1399       csit-dpdk-perf-verify-2001-3n-skx:
1400         - 1   # NDRPDR sel
1401         - 2   # NDRPDR sel
1402         - 3   # NDRPDR sel
1403         - 4   # NDRPDR sel
1404         - 5   # NDRPDR sel
1405         - 6   # NDRPDR sel
1406         - 7   # NDRPDR sel
1407         - 8   # NDRPDR sel
1408         - 9   # NDRPDR sel
1409         - 10  # NDRPDR sel
1410     dpdk-compare-testbeds:
1411       - "dpdk-compare-testbeds-ref"
1412       - "dpdk-compare-testbeds-cmp"
1413
1414     dpdk-compare-testbeds-skx-clx-ref:
1415       csit-dpdk-perf-verify-2001-2n-skx:
1416         - 1   # NDRPDR sel
1417         - 2   # NDRPDR sel
1418         - 3   # NDRPDR sel
1419         - 4   # NDRPDR sel
1420         - 5   # NDRPDR sel
1421         - 6   # NDRPDR sel
1422         - 7   # NDRPDR sel
1423         - 8   # NDRPDR sel
1424         - 9   # NDRPDR sel
1425         - 10  # NDRPDR sel
1426         - 11  # NDRPDR sel
1427         - 13  # NDRPDR sel
1428         - 26  # NDRPDR sel
1429         - 16  # NDRPDR sel
1430         - 17  # NDRPDR sel
1431         - 18  # NDRPDR sel
1432         - 19  # NDRPDR sel
1433         - 27  # NDRPDR sel
1434         - 21  # NDRPDR sel
1435         - 25  # NDRPDR sel
1436     dpdk-compare-testbeds-skx-clx-cmp:
1437       csit-dpdk-perf-verify-2001-2n-clx:
1438         - 15  # NDRPDR sel
1439         - 16  # NDRPDR sel
1440         - 17  # NDRPDR sel
1441         - 18  # NDRPDR sel
1442         - 19  # NDRPDR sel
1443         - 20  # NDRPDR sel
1444         - 21  # NDRPDR sel
1445         - 22  # NDRPDR sel
1446         - 23  # NDRPDR sel
1447         - 24  # NDRPDR sel
1448         - 25  # NDRPDR sel
1449         - 26  # NDRPDR sel
1450         - 27  # NDRPDR sel
1451         - 28  # NDRPDR sel
1452         - 29  # NDRPDR sel
1453         - 30  # NDRPDR sel
1454         - 31  # NDRPDR sel
1455         - 32  # NDRPDR sel
1456         - 33  # NDRPDR sel
1457         - 34  # NDRPDR sel
1458
1459     dpdk-compare-testbeds-skx-clx:
1460       - "dpdk-compare-testbeds-skx-clx-ref"
1461       - "dpdk-compare-testbeds-skx-clx-cmp"
1462
1463     # Compare topologies
1464
1465     vpp-compare-topologies-ref:
1466       # TODO: Add the data
1467       csit-vpp-perf-verify-2001-3n-skx:
1468         - 14  # NDRPDR sel
1469         - 15  # NDRPDR sel
1470         - 16  # NDRPDR sel
1471     vpp-compare-topologies-cmp:
1472       # TODO: Add the data
1473       csit-vpp-perf-verify-2001-2n-skx:
1474         - 21  # NDRPDR sel
1475         - 22  # NDRPDR sel
1476         - 23  # NDRPDR sel
1477         - 26  # NDRPDR sel
1478         - 27  # NDRPDR sel
1479         - 29  # NDRPDR sel
1480     vpp-compare-topologies:
1481       - "vpp-compare-topologies-ref"
1482       - "vpp-compare-topologies-cmp"
1483
1484     vpp-compare-topologies-mrr-ref:
1485       # TODO: Replace
1486       # csit-vpp-perf-verify-2001-3n-skx:
1487       csit-vpp-perf-verify-1908-3n-skx:
1488         - 36  # MRR sel
1489     vpp-compare-topologies-mrr-cmp:
1490       # TODO: Replace
1491       # csit-vpp-perf-verify-2001-2n-skx:
1492       csit-vpp-perf-verify-1908-2n-skx:
1493         - 69  # MRR sel
1494     vpp-compare-topologies-mrr:
1495       - "vpp-compare-topologies-mrr-ref"
1496       - "vpp-compare-topologies-mrr-cmp"
1497
1498     dpdk-compare-topologies-ref:
1499       csit-dpdk-perf-verify-2001-3n-skx:
1500         - 1   # NDRPDR sel
1501         - 2   # NDRPDR sel
1502         - 3   # NDRPDR sel
1503         - 4   # NDRPDR sel
1504         - 5   # NDRPDR sel
1505         - 6   # NDRPDR sel
1506         - 7   # NDRPDR sel
1507         - 8   # NDRPDR sel
1508         - 9   # NDRPDR sel
1509         - 10  # NDRPDR sel
1510     dpdk-compare-topologies-cmp:
1511       csit-dpdk-perf-verify-2001-2n-skx:
1512         - 1   # NDRPDR sel
1513         - 2   # NDRPDR sel
1514         - 3   # NDRPDR sel
1515         - 4   # NDRPDR sel
1516         - 5   # NDRPDR sel
1517         - 6   # NDRPDR sel
1518         - 7   # NDRPDR sel
1519         - 8   # NDRPDR sel
1520         - 9   # NDRPDR sel
1521         - 10  # NDRPDR sel
1522         - 11  # NDRPDR sel
1523         - 13  # NDRPDR sel
1524         - 26  # NDRPDR sel
1525         - 16  # NDRPDR sel
1526         - 17  # NDRPDR sel
1527         - 18  # NDRPDR sel
1528         - 19  # NDRPDR sel
1529         - 27  # NDRPDR sel
1530         - 21  # NDRPDR sel
1531         - 25  # NDRPDR sel
1532     dpdk-compare-topologies:
1533       - "dpdk-compare-topologies-ref"
1534       - "dpdk-compare-topologies-cmp"
1535
1536   plot-layouts:
1537
1538     plot-soak-throughput:
1539       titlefont:
1540         size: 18
1541       xaxis:
1542         title: "<b>Test Cases [Index]</b>"
1543         titlefont:
1544           size: 16
1545         autorange: True
1546         fixedrange: False
1547         gridcolor: "rgb(230, 230, 230)"
1548         linecolor: "rgb(220, 220, 220)"
1549         linewidth: 1
1550         showgrid: True
1551         showline: True
1552         showticklabels: True
1553         tickcolor: "rgb(220, 220, 220)"
1554         tickmode: "linear"
1555         tickfont:
1556           size: 16
1557         zeroline: False
1558       yaxis:
1559         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1560         titlefont:
1561           size: 16
1562         gridcolor: "rgb(230, 230, 230)"
1563         hoverformat: ".4r"
1564         tickformat: ".3r"
1565         linecolor: "rgb(220, 220, 220)"
1566         linewidth: 1
1567         showgrid: True
1568         showline: True
1569         showticklabels: True
1570         tickcolor: "rgb(220, 220, 220)"
1571         tickfont:
1572           size: 16
1573         zeroline: False
1574         range: [0,50]
1575       autosize: False
1576       margin:
1577         t: 50
1578         b: 0
1579         l: 80
1580         r: 20
1581       showlegend: True
1582       legend:
1583         orientation: "h"
1584         font:
1585           size: 16
1586       width: 700
1587       height: 900
1588       paper_bgcolor: "#fff"
1589       plot_bgcolor: "#fff"
1590       hoverlabel:
1591         namelength: -1
1592
1593     plot-service-density:
1594       titlefont:
1595         size: 18
1596       xaxis:
1597         side: "top"
1598         autorange: True
1599         fixedrange: False
1600         showgrid: False
1601         showline: False
1602         showticklabels: False
1603         ticks: ""
1604         ticklen: 0
1605         tickwidth: 0
1606         zeroline: False
1607       yaxis:
1608         autorange: "reversed"
1609         showgrid: False
1610         showline: False
1611         showticklabels: False
1612         ticks: ""
1613         ticklen: 0
1614         tickwidth: 0
1615         zeroline: False
1616       showlegend: False
1617       paper_bgcolor: "#fff"
1618       plot_bgcolor: "#fff"
1619       width: 700
1620       height: 700
1621       hoverlabel:
1622         namelength: -1
1623
1624     plot-cps:
1625       titlefont:
1626         size: 18
1627       xaxis:
1628         title: "<b>Test Cases [Index]</b>"
1629         titlefont:
1630           size: 16
1631         autorange: True
1632         fixedrange: False
1633         gridcolor: "rgb(230, 230, 230)"
1634         linecolor: "rgb(220, 220, 220)"
1635         linewidth: 1
1636         showgrid: True
1637         showline: True
1638         showticklabels: True
1639         tickcolor: "rgb(220, 220, 220)"
1640         tickmode: "linear"
1641         tickfont:
1642           size: 16
1643         zeroline: False
1644       yaxis:
1645         title: "<b>Connections Per Second [cps]</b>"
1646         titlefont:
1647           size: 16
1648         gridcolor: "rgb(230, 230, 230)"
1649         hoverformat: ".4s"
1650         linecolor: "rgb(220, 220, 220)"
1651         linewidth: 1
1652         rangemode: "tozero"
1653         showgrid: True
1654         showline: True
1655         showticklabels: True
1656         tickcolor: "rgb(220, 220, 220)"
1657         tickformat: ".3s"
1658         tickfont:
1659           size: 16
1660         zeroline: False
1661       boxmode: "group"
1662       boxgroupgap: 0.5
1663       autosize: False
1664       margin:
1665         t: 50
1666         b: 20
1667         l: 80
1668         r: 20
1669       showlegend: True
1670       legend:
1671         orientation: "h"
1672         font:
1673           size: 16
1674       width: 700
1675       height: 800
1676       paper_bgcolor: "#fff"
1677       plot_bgcolor: "#fff"
1678       hoverlabel:
1679         namelength: -1
1680
1681     plot-rps:
1682       titlefont:
1683         size: 18
1684       xaxis:
1685         title: "<b>Test Cases [Index]</b>"
1686         titlefont:
1687           size: 16
1688         autorange: True
1689         fixedrange: False
1690         gridcolor: "rgb(230, 230, 230)"
1691         linecolor: "rgb(220, 220, 220)"
1692         linewidth: 1
1693         showgrid: True
1694         showline: True
1695         showticklabels: True
1696         tickcolor: "rgb(220, 220, 220)"
1697         tickmode: "linear"
1698         tickfont:
1699           size: 16
1700         zeroline: False
1701       yaxis:
1702         title: "<b>Requests Per Second [rps]</b>"
1703         titlefont:
1704           size: 16
1705         gridcolor: "rgb(230, 230, 230)"
1706         hoverformat: ".4s"
1707         linecolor: "rgb(220, 220, 220)"
1708         linewidth: 1
1709         rangemode: "tozero"
1710         showgrid: True
1711         showline: True
1712         showticklabels: True
1713         tickcolor: "rgb(230, 230, 230)"
1714         tickformat: ".3s"
1715         tickfont:
1716           size: 16
1717         zeroline: False
1718       boxmode: "group"
1719       boxgroupgap: 0.5
1720       autosize: False
1721       margin:
1722         t: 50
1723         b: 20
1724         l: 80
1725         r: 20
1726       showlegend: True
1727       legend:
1728         orientation: "h"
1729         font:
1730           size: 16
1731       width: 700
1732       height: 800
1733       paper_bgcolor: "#fff"
1734       plot_bgcolor: "#fff"
1735       hoverlabel:
1736         namelength: -1
1737
1738     plot-hoststack:
1739       titlefont:
1740         size: 16
1741       xaxis:
1742         title: "<b>Test Cases [Index]</b>"
1743         titlefont:
1744           size: 14
1745         autorange: True
1746         fixedrange: False
1747         gridcolor: "rgb(230, 230, 230)"
1748         linecolor: "rgb(220, 220, 220)"
1749         linewidth: 1
1750         showgrid: True
1751         showline: True
1752         showticklabels: True
1753         tickcolor: "rgb(220, 220, 220)"
1754         tickmode: "linear"
1755         tickfont:
1756           size: 14
1757         zeroline: False
1758       yaxis:
1759         title: "<b>Bandwidth [Gbps]</b>"
1760         titlefont:
1761           size: 14
1762         gridcolor: "rgb(230, 230, 230)"
1763         hoverformat: ".4s"
1764         linecolor: "rgb(220, 220, 220)"
1765         linewidth: 1
1766         rangemode: "tozero"
1767         showgrid: True
1768         showline: True
1769         showticklabels: True
1770         tickcolor: "rgb(230, 230, 230)"
1771         tickformat: ".3s"
1772         tickfont:
1773           size: 14
1774         zeroline: False
1775       boxmode: "group"
1776       boxgroupgap: 0.5
1777       autosize: False
1778       margin:
1779         t: 50
1780         b: 20
1781         l: 80
1782         r: 20
1783       showlegend: True
1784       legend:
1785         orientation: "h"
1786         font:
1787           size: 14
1788       width: 700
1789       height: 800
1790       paper_bgcolor: "#fff"
1791       plot_bgcolor: "#fff"
1792       hoverlabel:
1793         namelength: -1
1794
1795     plot-throughput:
1796       titlefont:
1797         size: 18
1798       xaxis:
1799         title: "<b>Test Cases [Index]</b>"
1800         titlefont:
1801           size: 16
1802         autorange: True
1803         fixedrange: False
1804         gridcolor: "rgb(230, 230, 230)"
1805         linecolor: "rgb(220, 220, 220)"
1806         linewidth: 1
1807         showgrid: True
1808         showline: True
1809         showticklabels: True
1810         tickcolor: "rgb(220, 220, 220)"
1811         tickmode: "linear"
1812         tickfont:
1813           size: 16
1814         zeroline: False
1815       yaxis:
1816         title: "<b>Packet Throughput [Mpps]</b>"
1817         titlefont:
1818           size: 16
1819         gridcolor: "rgb(230, 230, 230)"
1820         hoverformat: ".4r"
1821         tickformat: ".3r"
1822         linecolor: "rgb(220, 220, 220)"
1823         linewidth: 1
1824         showgrid: True
1825         showline: True
1826         showticklabels: True
1827         tickcolor: "rgb(220, 220, 220)"
1828         tickfont:
1829           size: 16
1830         zeroline: False
1831         range: [0,50]
1832       autosize: False
1833       margin:
1834         t: 50
1835         b: 0
1836         l: 80
1837         r: 20
1838       showlegend: True
1839       legend:
1840         orientation: "h"
1841         font:
1842           size: 16
1843       width: 700
1844       height: 900
1845       paper_bgcolor: "#fff"
1846       plot_bgcolor: "#fff"
1847       hoverlabel:
1848         namelength: -1
1849
1850     plot-throughput-speedup-analysis:
1851       titlefont:
1852         size: 18
1853       xaxis:
1854         title: "<b>Number of Cores [Qty]</b>"
1855         titlefont:
1856           size: 16
1857         autorange: True
1858         fixedrange: False
1859         gridcolor: "rgb(230, 230, 230)"
1860         linecolor: "rgb(220, 220, 220)"
1861         linewidth: 1
1862         showgrid: True
1863         showline: True
1864         showticklabels: True
1865         tickcolor: "rgb(238, 238, 238)"
1866         tickmode: "linear"
1867         tickfont:
1868           size: 16
1869         zeroline: False
1870       yaxis:
1871         title: "<b>Packet Throughput [Mpps]</b>"
1872         titlefont:
1873           size: 16
1874         type: "linear"
1875         gridcolor: "rgb(230, 230, 230)"
1876         hoverformat: ".4s"
1877         linecolor: "rgb(220, 220, 220)"
1878         linewidth: 1
1879         showgrid: True
1880         showline: True
1881         showticklabels: True
1882         tickcolor: "rgb(220, 220, 220)"
1883         tickformat: ".4s"
1884         tickfont:
1885           size: 16
1886         zeroline: True
1887         rangemode: "tozero"
1888         range: [0,100]
1889       legend:
1890         orientation: "h"
1891         font:
1892           size: 16
1893         xanchor: "left"
1894         yanchor: "top"
1895         x: 0
1896         y: -0.2
1897         bgcolor: "rgba(255, 255, 255, 0)"
1898         bordercolor: "rgba(255, 255, 255, 0)"
1899         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1900       autosize: False
1901       margin:
1902           't': 50
1903           'b': 150
1904           'l': 85
1905           'r': 10
1906       showlegend: True
1907       width: 700
1908       height: 700
1909       paper_bgcolor: "#fff"
1910       plot_bgcolor: "#fff"
1911       hoverlabel:
1912         namelength: -1
1913       annotations: [
1914         {
1915           text: "_ _          __          ...",
1916           align: "left",
1917           showarrow: False,
1918           xref: "paper",
1919           yref: "paper",
1920           xanchor: "left",
1921           yanchor: "top",
1922           x: 0,
1923           y: -0.13,
1924           font: {
1925             family: "Consolas, Courier New",
1926             size: 15
1927           },
1928         },
1929         {
1930           text: "    Perfect     Measured     Limit",
1931           align: "left",
1932           showarrow: False,
1933           xref: "paper",
1934           yref: "paper",
1935           xanchor: "left",
1936           yanchor: "top",
1937           x: 0,
1938           y: -0.15,
1939           font: {
1940             family: "Consolas, Courier New",
1941             size: 15
1942           },
1943         },
1944       ]
1945
1946     plot-latency:
1947       titlefont:
1948         size: 18
1949       xaxis:
1950         title: "<b>Direction</b>"
1951         titlefont:
1952           size: 16
1953         autorange: True
1954         fixedrange: False
1955         gridcolor: "rgb(230, 230, 230)"
1956         linecolor: "rgb(220, 220, 220)"
1957         linewidth: 1
1958         showgrid: True
1959         showline: True
1960         showticklabels: False
1961         tickcolor: "rgb(220, 220, 220)"
1962         tickmode: "linear"
1963         tickfont:
1964           size: 16
1965         zeroline: False
1966       yaxis:
1967         title: "<b>Packet Latency [uSec]</b>"
1968         titlefont:
1969           size: 16
1970         type: "linear"
1971         gridcolor: "rgb(230, 230, 230)"
1972         hoverformat: ".4s"
1973         linecolor: "rgb(220, 220, 220)"
1974         linewidth: 1
1975         showgrid: True
1976         showline: True
1977         showticklabels: True
1978         tickcolor: "rgb(220, 220, 220)"
1979         tickformat: ".4s"
1980         tickfont:
1981           size: 16
1982         zeroline: True
1983         rangemode: "tozero"
1984       legend:
1985         orientation: "h"
1986         font:
1987           size: 16
1988         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1989       autosize: False
1990       margin:
1991           't': 50
1992           'b': 150
1993           'l': 80
1994           'r': 10
1995       showlegend: True
1996       width: 700
1997       height: 700
1998       paper_bgcolor: "#fff"
1999       plot_bgcolor: "#fff"
2000       hoverlabel:
2001         namelength: -1
2002
2003     plot-hdrh-latency:
2004       title:
2005         text: ""
2006         xanchor: "center"
2007         x: 0.5
2008         font:
2009           size: 16
2010       width: 700
2011       plot_bgcolor: "white"
2012       annotations:
2013         - font:
2014             size: 14
2015           showarrow: False
2016           text: "<b>Packet Latency [uSec]</b>"
2017           x: 1
2018           xanchor: "right"
2019           xref: "paper"
2020           y: -0.045
2021           yanchor: "top"
2022           yref: "paper"
2023         - font:
2024             size: 14
2025           showarrow: False
2026           text: "<b>Probability [%]</b>"
2027           textangle: 270
2028           x: -0.06
2029           xanchor: "center"
2030           xref: "paper"
2031           y: 0.5
2032           yanchor: "middle"
2033           yref: "paper"
2034         - font:
2035             size: 14
2036           showarrow: False
2037           text: "<b>Direction: E-W</b>"
2038           x: 0.24
2039           xanchor: "center"
2040           xref: "paper"
2041           y: 1.05
2042           yanchor: "bottom"
2043           yref: "paper"
2044         - font:
2045             size: 14
2046           showarrow: False
2047           text: "<b>Direction: W-E</b>"
2048           x: 0.74
2049           xanchor: "center"
2050           xref: "paper"
2051           y: 1.05
2052           yanchor: "bottom"
2053           yref: "paper"
2054
2055     plot-hdrh-latency-percentile:
2056       title:
2057         text: ""
2058         xanchor: "center"
2059         x: 0.5
2060         font:
2061           size: 18
2062       xaxis:
2063         type: "log"
2064         title: "<b>Percentile [%]</b>"
2065         titlefont:
2066           size: 16
2067         autorange: True
2068         fixedrange: False
2069         gridcolor: "rgb(230, 230, 230)"
2070         linecolor: "rgb(220, 220, 220)"
2071         linewidth: 1
2072         showgrid: True
2073         showline: True
2074         showticklabels: True
2075         tickcolor: "rgb(220, 220, 220)"
2076         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2077         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2078         tickfont:
2079           size: 16
2080       yaxis:
2081         title: "<b>Packet Latency [uSec]</b>"
2082         titlefont:
2083           size: 16
2084         gridcolor: "rgb(230, 230, 230)"
2085         linecolor: "rgb(220, 220, 220)"
2086         linewidth: 1
2087         showgrid: True
2088         showline: True
2089         showticklabels: True
2090         tickcolor: "rgb(220, 220, 220)"
2091         tickfont:
2092           size: 16
2093       autosize: False
2094       showlegend: True
2095       legend:
2096         traceorder: "normal"
2097         orientation: "h"
2098         font:
2099           size: 16
2100         xanchor: "left"
2101         yanchor: "top"
2102         x: 0
2103         y: -0.15
2104         bgcolor: "rgba(255, 255, 255, 0)"
2105         bordercolor: "rgba(255, 255, 255, 0)"
2106       width: 700
2107       height: 700
2108       paper_bgcolor: "white"
2109       plot_bgcolor: "white"
2110
2111     plot-hdrh-latency-by-percentile:
2112       title:
2113         text: "<b>Latency by Percentile Distribution</b>"
2114         xanchor: "center"
2115         x: 0.5
2116         font:
2117           size: 18
2118       showlegend: True
2119       legend:
2120         traceorder: "normal"
2121         orientation: "h"
2122         font:
2123           size: 16
2124         xanchor: "left"
2125         yanchor: "top"
2126         x: 0
2127         y: -0.2
2128         bgcolor: "rgba(255, 255, 255, 0)"
2129         bordercolor: "rgba(255, 255, 255, 0)"
2130       xaxis:
2131         type: "linear"
2132         title: "<b>Percentile [%]</b>"
2133         titlefont:
2134           size: 14
2135         autorange: False
2136         fixedrange: False
2137         range: [0, 100]
2138         gridcolor: "rgb(230, 230, 230)"
2139         linecolor: "rgb(220, 220, 220)"
2140         linewidth: 1
2141         showgrid: True
2142         showline: True
2143         showticklabels: True
2144         tickcolor: "rgb(220, 220, 220)"
2145         tickvals: [0, 25, 50, 75, 100]
2146         ticktext: [0, 25, 50, 75, 100]
2147         tickfont:
2148           size: 14
2149       yaxis:
2150         title: "<b>One-Way Latency per Direction [uSec]</b>"
2151         titlefont:
2152           size: 14
2153         gridcolor: "rgb(230, 230, 230)"
2154         linecolor: "rgb(220, 220, 220)"
2155         linewidth: 1
2156         showgrid: True
2157         showline: True
2158         showticklabels: True
2159         tickcolor: "rgb(220, 220, 220)"
2160         tickfont:
2161           size: 14
2162       width: 700
2163       height: 700
2164       paper_bgcolor: "white"
2165       plot_bgcolor: "white"
2166
2167 - type: "static"
2168   src-path: "{DIR[RST]}"
2169   dst-path: "{DIR[WORKING,SRC]}"
2170
2171 - type: "input"
2172   general:
2173     file-name: "output_info.xml.gz"
2174     file-format: ".gz"
2175     arch-file-format:
2176       - ".gz"
2177       - ".zip"
2178     download-path: "{job}/{build}/archives/{filename}"
2179     extract: "output.xml"
2180
2181     zip-file-name: "robot-plugin.zip"
2182     zip-file-format: ".zip"
2183     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2184     zip-extract: "robot-plugin/output.xml"
2185
2186   builds:
2187
2188     csit-vpp-perf-verify-1904-3n-hsw:
2189       - 9   # MRR sel
2190       - 11  # NDRPDR sel
2191       - 12  # NDRPDR sel
2192       - 20  # NDRPDR sel
2193       - 21  # NDRPDR sel
2194       - 23  # NDRPDR sel
2195       - 24  # NDRPDR sel
2196       - 25  # NDRPDR sel
2197       - 26  # NDRPDR sel
2198       - 29  # NDRPDR sel
2199       - 30  # NDRPDR sel
2200     csit-vpp-perf-verify-1908-3n-hsw:
2201       - 12  # NDRPDR sel
2202       - 13  # NDRPDR sel
2203       - 14  # NDRPDR sel
2204       - 15  # NDRPDR sel
2205       - 16  # NDRPDR sel
2206       - 17  # NDRPDR sel
2207       - 18  # NDRPDR sel
2208       - 19  # NDRPDR sel
2209       - 20  # NDRPDR sel
2210       - 21  # NDRPDR sel
2211       - 48  # NDRPDR sel vhost
2212       - 49  # NDRPDR sel vhost
2213       - 52  # NDRPDR sel vhost
2214       - 53  # NDRPDR sel vhost
2215       - 54  # NDRPDR sel vhost
2216       - 55  # NDRPDR sel vhost
2217       - 56  # NDRPDR sel vhost
2218       - 57  # NDRPDR sel vhost
2219       - 58  # NDRPDR sel vhost
2220       - 59  # NDRPDR sel vhost
2221       - 39  # MRR sel
2222     csit-vpp-perf-verify-2001-3n-hsw:
2223       - 21  # NDRPDR sel
2224       - 22  # NDRPDR sel
2225       - 23  # NDRPDR sel
2226       - 24  # NDRPDR sel
2227       - 25  # NDRPDR sel
2228       - 29  # NDRPDR sel
2229       - 30  # NDRPDR sel
2230       - 31  # NDRPDR sel
2231       - 32  # NDRPDR sel
2232       - 34  # NDRPDR sel
2233       - 17  # MRR sel
2234       - 18  # NDRPDR full
2235       - 20  # NDRPDR full
2236       - 28  # NDRPDR full
2237       - 35  # NDRPDR full
2238       - 42  # NDRPDR full
2239       - 46  # NDRPDR full
2240       - 47  # NDRPDR full
2241       - 48  # NDRPDR full
2242       - 49  # NDRPDR full
2243       - 50  # NDRPDR full
2244       - 51  # NDRPDR full
2245       - 52  # NDRPDR full
2246       - 53  # NDRPDR full
2247       - 54  # NDRPDR full
2248       - 55  # NDRPDR full
2249       - 56  # NDRPDR full
2250       - 57  # NDRPDR full
2251       - 58  # NDRPDR full
2252       - 59  # NDRPDR full
2253       - 61  # NDRPDR full
2254       - 62  # NDRPDR full
2255       - 63  # NDRPDR full
2256       - 64  # NDRPDR full
2257       - 65  # NDRPDR full
2258       - 67  # NDRPDR full
2259       - 70  # NDRPDR full
2260       - 72  # NDRPDR full
2261       - 73  # NDRPDR full
2262       - 76  # NDRPDR full
2263       - 77  # NDRPDR full
2264       - 78  # NDRPDR full
2265       - 79  # NDRPDR full
2266       - 81  # NDRPDR full
2267       - 82  # NDRPDR full
2268       - 84  # NDRPDR full
2269       - 85  # NDRPDR full
2270       - 87  # hoststack
2271       - 88  # hoststack
2272       - 89  # hoststack
2273       - 90  # hoststack
2274       - 91  # hoststack
2275       - 92  # hoststack
2276       - 93  # hoststack
2277       - 94  # hoststack
2278       - 95  # hoststack
2279       - 96  # hoststack
2280
2281 #    csit-vpp-perf-verify-1904-3n-skx:
2282 #      - 7   # MRR sel
2283 #      - 8   # NDRPDR sel
2284 #      - 9   # NDRPDR sel
2285 #      - 10  # NDRPDR sel
2286 #      - 11  # NDRPDR sel
2287 #      - 12  # NDRPDR sel
2288 #      - 14  # NDRPDR sel
2289 #      - 16  # NDRPDR sel
2290 #      - 21  # NDRPDR sel
2291 #      - 23  # NDRPDR sel
2292 #      - 25  # NDRPDR sel
2293 #    csit-vpp-perf-verify-1908-3n-skx:
2294 #      - 14  # NDRPDR sel
2295 #      - 16  # NDRPDR sel
2296 #      - 19  # NDRPDR sel
2297 #      - 20  # NDRPDR sel
2298 #      - 22  # NDRPDR sel
2299 #      - 23  # NDRPDR sel
2300 #      - 24  # NDRPDR sel
2301 #      - 25  # NDRPDR sel
2302 #      - 26  # NDRPDR sel
2303 #      - 29  # NDRPDR sel
2304 #      - 52  # NDRPDR sel vhost
2305 #      - 53  # NDRPDR sel vhost
2306 #      - 55  # NDRPDR sel vhost
2307 #      - 61  # NDRPDR sel vhost
2308 #      - 62  # NDRPDR sel vhost
2309 #      - 63  # NDRPDR sel vhost
2310 #      - 64  # NDRPDR sel vhost
2311 #      - 65  # NDRPDR sel vhost
2312 #      - 66  # NDRPDR sel vhost
2313 #      - 67  # NDRPDR sel vhost
2314 #      - 36  # MRR sel
2315 #    csit-vpp-perf-verify-2001-3n-skx:
2316 #      - 14  # NDRPDR sel
2317 #      - 15  # NDRPDR sel
2318 #      - 16  # NDRPDR sel
2319
2320 #    csit-vpp-perf-verify-1904-2n-skx:
2321 #      - 11  # MRR sel
2322 #      - 12  # NDRPDR sel
2323 #      - 14  # NDRPDR sel
2324 #      - 16  # NDRPDR sel
2325 #      - 17  # NDRPDR sel
2326 #      - 18  # NDRPDR sel
2327 #      - 21  # NDRPDR sel
2328 #      - 27  # NDRPDR sel
2329 #      - 30  # NDRPDR sel
2330 #      - 31  # NDRPDR sel
2331 #      - 32  # NDRPDR sel
2332 #    csit-vpp-perf-verify-1908-2n-skx:
2333 #      - 26  # NDRPDR sel
2334 #      - 27  # NDRPDR sel
2335 #      - 34  # NDRPDR sel
2336 #      - 35  # NDRPDR sel
2337 #      - 36  # NDRPDR sel
2338 #      - 42  # NDRPDR sel
2339 #      - 43  # NDRPDR sel
2340 #      - 44  # NDRPDR sel
2341 #      - 45  # NDRPDR sel
2342 #      - 46  # NDRPDR sel
2343 #      - 88  # NDRPDR sel vhost
2344 #      - 89  # NDRPDR sel vhost
2345 #      - 91  # NDRPDR sel vhost
2346 #      - 92  # NDRPDR sel vhost
2347 #      - 93  # NDRPDR sel vhost
2348 #      - 94  # NDRPDR sel vhost
2349 #      - 95  # NDRPDR sel vhost
2350 #      - 96  # NDRPDR sel vhost
2351 #      - 97  # NDRPDR sel vhost
2352 #      - 98  # NDRPDR sel vhost
2353 #      - 69  # MRR sel
2354 #      - 29  # TCP
2355 #      - 30  # TCP
2356 #      - 58  # TCP
2357 #      - 22  # NFV
2358 #      - 31  # NFV
2359 #      - 32  # NFV
2360 #      - 71  # NFV MRR
2361 #      - 113 # NFV reconf sel
2362 #      - 114 # NFV reconf sel
2363 #      - 115 # NFV reconf sel
2364 #    csit-vpp-perf-verify-2001-2n-skx:
2365 #      - 21  # NDRPDR sel
2366 #      - 22  # NDRPDR sel
2367 #      - 23  # NDRPDR sel
2368 #      - 26  # NDRPDR sel
2369 #      - 27  # NDRPDR sel
2370 #      - 29  # NDRPDR sel
2371 #      - 32  # NDRPDR full
2372 #      - 33  # NDRPDR full
2373 #      - 30  # NFV
2374 #      - 31  # NFV
2375
2376     csit-vpp-perf-verify-2001-2n-clx:
2377       - 28  # NDRPDR sel
2378       - 29  # NDRPDR sel
2379       - 32  # NDRPDR sel
2380       - 40  # NDRPDR sel
2381       - 43  # NDRPDR sel
2382       - 44  # NDRPDR sel
2383       - 45  # NDRPDR sel
2384       - 47  # NDRPDR sel
2385       - 48  # NDRPDR sel
2386       - 49  # NDRPDR sel
2387       - 39  # MRR
2388       - 53  # NDRPDR full
2389       - 54  # NDRPDR full
2390       - 55  # NDRPDR full
2391       - 56  # NDRPDR full
2392       - 57  # NDRPDR full
2393       - 58  # NDRPDR full
2394       - 59  # NDRPDR full
2395       - 60  # NDRPDR full
2396       - 61  # NDRPDR full
2397       - 62  # NDRPDR full
2398       - 63  # NDRPDR full
2399       - 64  # NDRPDR full
2400       - 65  # NDRPDR full
2401       - 66  # NDRPDR full
2402       - 67  # NDRPDR full
2403       - 68  # Reconf
2404       - 69  # Reconf
2405       - 70  # Reconf
2406       - 71  # Reconf
2407       - 72  # Reconf
2408       - 73  # Reconf
2409       - 74  # Reconf
2410       - 75  # Reconf
2411       - 76  # Reconf
2412       - 77  # Reconf
2413       - 80  # TCP
2414       - 82  # TCP
2415       - 83  # TCP
2416       - 85  # TCP
2417       - 86  # TCP
2418       - 87  # TCP
2419       - 88  # TCP
2420       - 89  # TCP
2421       - 90  # TCP
2422       - 91  # TCP
2423       - 93  # Soak
2424       - 94  # Soak
2425
2426     csit-vpp-perf-verify-1908-3n-tsh:
2427       - 7   # NDRPDR sel
2428       - 8   # NDRPDR sel
2429       - 9   # NDRPDR sel
2430       - 10  # NDRPDR sel
2431       - 11  # NDRPDR sel
2432       - 12  # NDRPDR sel
2433       - 13  # NDRPDR sel
2434       - 14  # NDRPDR sel
2435       - 15  # NDRPDR sel
2436       - 16  # NDRPDR sel
2437       - 17  # MRR sel
2438     csit-vpp-perf-verify-2001-3n-tsh:
2439       - 3   # NDRPDR sel
2440       - 4   # NDRPDR sel
2441       - 7   # NDRPDR sel
2442       - 8   # NDRPDR sel
2443       - 10  # NDRPDR sel
2444       - 12  # NDRPDR sel
2445       - 13  # NDRPDR sel
2446       - 14  # NDRPDR sel
2447       - 15  # NDRPDR sel
2448       - 21  # NDRPDR sel
2449       - 9   # MRR sel
2450
2451     csit-vpp-perf-verify-1908-3n-dnv:
2452       - 6   # NDRPDR sel
2453       - 7   # NDRPDR sel
2454       - 8   # NDRPDR sel
2455       - 9   # NDRPDR sel
2456       - 10  # NDRPDR sel
2457       - 12  # NDRPDR sel
2458       - 13  # NDRPDR sel
2459       - 14  # NDRPDR sel
2460       - 15  # NDRPDR sel
2461       - 16  # NDRPDR sel
2462       - 17  # MRR sel
2463     csit-vpp-perf-verify-2001-3n-dnv:
2464       - 5   # NDRPDR sel
2465       - 6   # NDRPDR sel
2466       - 7   # NDRPDR sel
2467       - 8   # NDRPDR sel
2468       - 9   # NDRPDR sel
2469       - 10  # NDRPDR sel
2470       - 12  # NDRPDR sel
2471       - 16  # NDRPDR sel
2472       - 17  # NDRPDR sel
2473       - 18  # NDRPDR sel
2474       - 11  # MRR sel
2475       - 19  # NDRPDR full
2476       - 20  # NDRPDR full
2477       - 21  # NDRPDR full
2478       - 22  # NDRPDR full
2479       - 23  # NDRPDR full
2480       - 24  # NDRPDR full
2481       - 25  # NDRPDR full
2482       - 26  # NDRPDR full
2483       - 37  # NDRPDR full
2484       - 38  # NDRPDR full
2485       - 39  # NDRPDR full
2486
2487     csit-vpp-perf-verify-1908-2n-dnv:
2488       - 1   # NDRPDR sel
2489       - 2   # NDRPDR sel
2490       - 3   # NDRPDR sel
2491       - 4   # NDRPDR sel
2492       - 5   # NDRPDR sel
2493       - 6   # NDRPDR sel
2494       - 7   # NDRPDR sel
2495       - 8   # NDRPDR sel
2496       - 9   # NDRPDR sel
2497       - 10  # NDRPDR sel
2498       - 11  # MRR sel
2499     csit-vpp-perf-verify-2001-2n-dnv:
2500       - 4   # NDRPDR sel
2501       - 5   # NDRPDR sel
2502       - 6   # NDRPDR sel
2503       - 7   # NDRPDR sel
2504       - 8   # NDRPDR sel
2505       - 9   # NDRPDR sel
2506       - 10  # NDRPDR sel
2507       - 11  # NDRPDR sel
2508       - 13  # NDRPDR sel
2509       - 16  # NDRPDR sel
2510       - 12  # MRR sel
2511       - 21  # NDRPDR full
2512       - 22  # NDRPDR full
2513       - 25  # NDRPDR full
2514       - 26  # NDRPDR full
2515       - 27  # NDRPDR full
2516       - 28  # NDRPDR full
2517
2518     csit-dpdk-perf-verify-1904-3n-hsw:
2519       - 2   # NDRPDR sel
2520       - 3   # NDRPDR sel
2521       - 5   # NDRPDR sel
2522       - 6   # NDRPDR sel
2523       - 13  # NDRPDR sel
2524       - 14  # NDRPDR sel
2525       - 15  # NDRPDR sel
2526       - 18  # NDRPDR sel
2527       - 19  # NDRPDR sel
2528       - 20  # NDRPDR sel
2529     csit-dpdk-perf-verify-1908-3n-hsw:
2530       - 2   # NDRPDR sel
2531       - 3   # NDRPDR sel
2532       - 4   # NDRPDR sel
2533       - 5   # NDRPDR sel
2534       - 6   # NDRPDR sel
2535       - 7   # NDRPDR sel
2536       - 8   # NDRPDR sel
2537       - 9   # NDRPDR sel
2538       - 10  # NDRPDR sel
2539       - 11  # NDRPDR sel
2540     csit-dpdk-perf-verify-2001-3n-hsw:
2541       - 4   # NDRPDR sel
2542       - 5   # NDRPDR sel
2543       - 6   # NDRPDR sel
2544       - 7   # NDRPDR sel
2545       - 8   # NDRPDR sel
2546       - 9   # NDRPDR sel
2547       - 10  # NDRPDR sel
2548       - 11  # NDRPDR sel
2549       - 12  # NDRPDR sel
2550       - 13  # NDRPDR sel
2551       - 15  # NDRPDR sel
2552       - 16  # NDRPDR sel
2553       - 17  # NDRPDR sel
2554       - 18  # NDRPDR sel
2555       - 19  # NDRPDR sel
2556       - 20  # NDRPDR sel
2557       - 21  # NDRPDR sel
2558       - 22  # NDRPDR sel
2559       - 23  # NDRPDR sel
2560       - 24  # NDRPDR sel
2561       - 25  # NDRPDR full
2562       - 26  # NDRPDR full
2563
2564 #    csit-dpdk-perf-verify-1904-3n-skx:
2565 #      - 2   # NDRPDR sel
2566 #      - 3   # NDRPDR sel
2567 #      - 4   # NDRPDR sel
2568 #      - 5   # NDRPDR sel
2569 #      - 6   # NDRPDR sel
2570 #      - 7   # NDRPDR sel
2571 #      - 11  # NDRPDR sel
2572 #      - 12  # NDRPDR sel
2573 #      - 13  # NDRPDR sel
2574 #      - 14  # NDRPDR sel
2575 #    csit-dpdk-perf-verify-1908-3n-skx:
2576 #      - 3   # NDRPDR sel
2577 #      - 4   # NDRPDR sel
2578 #      - 5   # NDRPDR sel
2579 #      - 6   # NDRPDR sel
2580 #      - 7   # NDRPDR sel
2581 #      - 8   # NDRPDR sel
2582 #      - 9   # NDRPDR sel
2583 #      - 10  # NDRPDR sel
2584 #      - 11  # NDRPDR sel
2585 #      - 12  # NDRPDR sel
2586 #    csit-dpdk-perf-verify-2001-3n-skx:
2587 #      - 1   # NDRPDR sel
2588 #      - 2   # NDRPDR sel
2589 #      - 3   # NDRPDR sel
2590 #      - 4   # NDRPDR sel
2591 #      - 5   # NDRPDR sel
2592 #      - 6   # NDRPDR sel
2593 #      - 7   # NDRPDR sel
2594 #      - 8   # NDRPDR sel
2595 #      - 9   # NDRPDR sel
2596 #      - 10  # NDRPDR sel
2597
2598 #    csit-dpdk-perf-verify-1904-2n-skx:
2599 #      - 2   # NDRPDR sel
2600 #      - 3   # NDRPDR sel
2601 #      - 4   # NDRPDR sel
2602 #      - 5   # NDRPDR sel
2603 #      - 7   # NDRPDR sel
2604 #      - 8   # NDRPDR sel
2605 #      - 9   # NDRPDR sel
2606 #      - 10  # NDRPDR sel
2607 #      - 11  # NDRPDR sel
2608 #      - 12  # NDRPDR sel
2609 #    csit-dpdk-perf-verify-1908-2n-skx:
2610 #      - 2   # NDRPDR sel
2611 #      - 3   # NDRPDR sel
2612 #      - 4   # NDRPDR sel
2613 #      - 5   # NDRPDR sel
2614 #      - 7   # NDRPDR sel
2615 #      - 8   # NDRPDR sel
2616 #      - 9   # NDRPDR sel
2617 #      - 10  # NDRPDR sel
2618 #      - 11  # NDRPDR sel
2619 #      - 12  # NDRPDR sel
2620 #    csit-dpdk-perf-verify-2001-2n-skx:
2621 #      - 1   # NDRPDR sel
2622 #      - 2   # NDRPDR sel
2623 #      - 3   # NDRPDR sel
2624 #      - 4   # NDRPDR sel
2625 #      - 5   # NDRPDR sel
2626 #      - 6   # NDRPDR sel
2627 #      - 7   # NDRPDR sel
2628 #      - 8   # NDRPDR sel
2629 #      - 9   # NDRPDR sel
2630 #      - 10  # NDRPDR sel
2631 #      - 11  # NDRPDR sel
2632 #      - 13  # NDRPDR sel
2633 #      - 26  # NDRPDR sel
2634 #      - 16  # NDRPDR sel
2635 #      - 17  # NDRPDR sel
2636 #      - 18  # NDRPDR sel
2637 #      - 19  # NDRPDR sel
2638 #      - 27  # NDRPDR sel
2639 #      - 21  # NDRPDR sel
2640 #      - 25  # NDRPDR sel
2641
2642     csit-dpdk-perf-verify-2001-2n-clx:
2643       - 15  # NDRPDR sel
2644       - 16  # NDRPDR sel
2645       - 17  # NDRPDR sel
2646       - 18  # NDRPDR sel
2647       - 19  # NDRPDR sel
2648       - 20  # NDRPDR sel
2649       - 21  # NDRPDR sel
2650       - 22  # NDRPDR sel
2651       - 23  # NDRPDR sel
2652       - 24  # NDRPDR sel
2653       - 25  # NDRPDR sel
2654       - 26  # NDRPDR sel
2655       - 27  # NDRPDR sel
2656       - 28  # NDRPDR sel
2657       - 29  # NDRPDR sel
2658       - 30  # NDRPDR sel
2659       - 31  # NDRPDR sel
2660       - 32  # NDRPDR sel
2661       - 33  # NDRPDR sel
2662       - 34  # NDRPDR sel
2663
2664     csit-dpdk-perf-verify-2001-2n-dnv:
2665       - 9   # NDRPDR sel
2666       - 10  # NDRPDR sel
2667       - 11  # NDRPDR sel
2668       - 12  # NDRPDR sel
2669       - 13  # NDRPDR sel
2670       - 14  # NDRPDR sel
2671       - 15  # NDRPDR sel
2672       - 16  # NDRPDR sel
2673       - 17  # NDRPDR sel
2674       - 18  # NDRPDR sel
2675
2676     csit-dpdk-perf-verify-2001-3n-dnv:
2677       - 12  # NDRPDR sel
2678       - 13  # NDRPDR sel
2679       - 14  # NDRPDR sel
2680       - 15  # NDRPDR sel
2681       - 16  # NDRPDR sel
2682       - 17  # NDRPDR sel
2683       - 18  # NDRPDR sel
2684       - 19  # NDRPDR sel
2685       - 20  # NDRPDR sel
2686       - 22  # NDRPDR sel
2687
2688     csit-dpdk-perf-verify-2001-3n-tsh:
2689       - 3   # NDRPDR sel
2690       - 4   # NDRPDR sel
2691       - 5   # NDRPDR sel
2692       - 9   # NDRPDR sel
2693       - 10  # NDRPDR sel
2694       - 11  # NDRPDR sel
2695       - 12  # NDRPDR sel
2696       - 14  # NDRPDR sel
2697       - 15  # NDRPDR sel
2698       - 18  # NDRPDR sel
2699
2700     csit-vpp-device-2001-ubuntu1804-1n-skx:
2701       - 57
2702
2703 - type: "output"
2704   output: "report"
2705   format:
2706     html:
2707     - full
2708 #    pdf:
2709 #    - minimal
2710
2711 ################################################################################
2712 ###                               T A B L E S                                ###
2713 ################################################################################
2714
2715 ## VPP Soak vs NDR - 2n-skx
2716 #- type: "table"
2717 #  title: "VPP Soak vs NDR 2n-skx"
2718 #  algorithm: "table_soak_vs_ndr"
2719 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2720 #  reference:
2721 #    title: "NDR"
2722 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2723 #  compare:
2724 #    title: "Soak"
2725 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2726 #  data: "vpp-soak-vs-ndr-2n-skx"
2727 #  include-tests: "NDR"
2728 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2729 #  parameters:
2730 #    - "throughput"
2731 #    - "name"
2732 #    - "parent"
2733
2734 # VPP Soak vs NDR - 2n-clx
2735 - type: "table"
2736   title: "VPP Soak vs NDR 2n-clx"
2737   algorithm: "table_soak_vs_ndr"
2738   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2739   reference:
2740     title: "NDR"
2741     data: "vpp-soak-vs-ndr-2n-clx-ref"
2742   compare:
2743     title: "Soak"
2744     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2745   data: "vpp-soak-vs-ndr-2n-clx"
2746   include-tests: "NDR"
2747   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2748   parameters:
2749     - "throughput"
2750     - "name"
2751     - "parent"
2752
2753 ################################################################################
2754
2755 ## VPP Compare NICs 3n-skx 2t1c ndr
2756 #- type: "table"
2757 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2758 #  algorithm: "table_nics_comparison"
2759 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2760 #  reference:
2761 #    title: "x710"
2762 #    nic: "NIC_Intel-X710"
2763 #  compare:
2764 #    title: "xxv710"
2765 #    nic: "NIC_Intel-XXV710"
2766 #  data: "vpp-nic-comparison-3n-skx"
2767 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2768 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2769 #  parameters:
2770 #  - "name"
2771 #  - "parent"
2772 #  - "throughput"
2773 #  - "tags"
2774 #
2775 ## VPP Compare NICs 3n-skx 4t2c ndr
2776 #- type: "table"
2777 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2778 #  algorithm: "table_nics_comparison"
2779 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2780 #  reference:
2781 #    title: "x710"
2782 #    nic: "NIC_Intel-X710"
2783 #  compare:
2784 #    title: "xxv710"
2785 #    nic: "NIC_Intel-XXV710"
2786 #  data: "vpp-nic-comparison-3n-skx"
2787 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2788 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2789 #  parameters:
2790 #  - "name"
2791 #  - "parent"
2792 #  - "throughput"
2793 #  - "tags"
2794 #
2795 ## VPP Compare NICs 3n-skx 2t1c pdr
2796 #- type: "table"
2797 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2798 #  algorithm: "table_nics_comparison"
2799 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2800 #  reference:
2801 #    title: "x710"
2802 #    nic: "NIC_Intel-X710"
2803 #  compare:
2804 #    title: "xxv710"
2805 #    nic: "NIC_Intel-XXV710"
2806 #  data: "vpp-nic-comparison-3n-skx"
2807 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2808 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2809 #  parameters:
2810 #  - "name"
2811 #  - "parent"
2812 #  - "throughput"
2813 #  - "tags"
2814 #
2815 # # VPP Compare NICs 3n-skx 4t2c pdr
2816 #- type: "table"
2817 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2818 #  algorithm: "table_nics_comparison"
2819 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2820 #  reference:
2821 #    title: "x710"
2822 #    nic: "NIC_Intel-X710"
2823 #  compare:
2824 #    title: "xxv710"
2825 #    nic: "NIC_Intel-XXV710"
2826 #  data: "vpp-nic-comparison-3n-skx"
2827 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2828 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2829 #  parameters:
2830 #  - "name"
2831 #  - "parent"
2832 #  - "throughput"
2833 #  - "tags"
2834 #
2835 ## VPP Compare NICs 3n-skx 2t1c mrr
2836 #- type: "table"
2837 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2838 #  algorithm: "table_nics_comparison"
2839 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2840 #  reference:
2841 #    title: "x710"
2842 #    nic: "NIC_Intel-X710"
2843 #  compare:
2844 #    title: "xxv710"
2845 #    nic: "NIC_Intel-XXV710"
2846 #  data: "vpp-nic-comparison-3n-skx-mrr"
2847 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2848 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2849 #  parameters:
2850 #  - "name"
2851 #  - "parent"
2852 #  - "result"
2853 #  - "tags"
2854 #
2855 ## VPP Compare NICs 3n-skx 4t2c mrr
2856 #- type: "table"
2857 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2858 #  algorithm: "table_nics_comparison"
2859 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2860 #  reference:
2861 #    title: "x710"
2862 #    nic: "NIC_Intel-X710"
2863 #  compare:
2864 #    title: "xxv710"
2865 #    nic: "NIC_Intel-XXV710"
2866 #  data: "vpp-nic-comparison-3n-skx-mrr"
2867 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2868 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2869 #  parameters:
2870 #  - "name"
2871 #  - "parent"
2872 #  - "result"
2873 #  - "tags"
2874 #
2875 # # VPP Compare NICs 3n-skx 8t4c mrr
2876 #- type: "table"
2877 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2878 #  algorithm: "table_nics_comparison"
2879 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2880 #  reference:
2881 #    title: "x710"
2882 #    nic: "NIC_Intel-X710"
2883 #  compare:
2884 #    title: "xxv710"
2885 #    nic: "NIC_Intel-XXV710"
2886 #  data: "vpp-nic-comparison-3n-skx-mrr"
2887 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2888 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2889 #  parameters:
2890 #  - "name"
2891 #  - "parent"
2892 #  - "result"
2893 #  - "tags"
2894 #
2895 ## VPP Compare NICs 2n-skx 2t1c ndr
2896 #- type: "table"
2897 #  title: "VPP Compare NICs 2n-skx 2t1c ndr"
2898 #  algorithm: "table_nics_comparison"
2899 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2900 #  reference:
2901 #    title: "x710"
2902 #    nic: "NIC_Intel-X710"
2903 #  compare:
2904 #    title: "xxv710"
2905 #    nic: "NIC_Intel-XXV710"
2906 #  data: "vpp-nic-comparison-2n-skx"
2907 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2908 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2909 #  parameters:
2910 #  - "name"
2911 #  - "parent"
2912 #  - "throughput"
2913 #  - "tags"
2914 #
2915 ## VPP Compare NICs 2n-skx 4t2c ndr
2916 #- type: "table"
2917 #  title: "VPP Compare NICs 2n-skx 4t2c ndr"
2918 #  algorithm: "table_nics_comparison"
2919 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2920 #  reference:
2921 #    title: "x710"
2922 #    nic: "NIC_Intel-X710"
2923 #  compare:
2924 #    title: "xxv710"
2925 #    nic: "NIC_Intel-XXV710"
2926 #  data: "vpp-nic-comparison-2n-skx"
2927 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2928 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2929 #  parameters:
2930 #  - "name"
2931 #  - "parent"
2932 #  - "throughput"
2933 #  - "tags"
2934 #
2935 # # VPP Compare NICs 2n-skx 2t1c pdr
2936 #- type: "table"
2937 #  title: "VPP Compare NICs 2n-skx 2t1c pdr"
2938 #  algorithm: "table_nics_comparison"
2939 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2940 #  reference:
2941 #    title: "x710"
2942 #    nic: "NIC_Intel-X710"
2943 #  compare:
2944 #    title: "xxv710"
2945 #    nic: "NIC_Intel-XXV710"
2946 #  data: "vpp-nic-comparison-2n-skx"
2947 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2948 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2949 #  parameters:
2950 #  - "name"
2951 #  - "parent"
2952 #  - "throughput"
2953 #  - "tags"
2954 #
2955 ## VPP Compare NICs 2n-skx 4t2c pdr
2956 #- type: "table"
2957 #  title: "VPP Compare NICs 2n-skx 4t2c pdr"
2958 #  algorithm: "table_nics_comparison"
2959 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2960 #  reference:
2961 #    title: "x710"
2962 #    nic: "NIC_Intel-X710"
2963 #  compare:
2964 #    title: "xxv710"
2965 #    nic: "NIC_Intel-XXV710"
2966 #  data: "vpp-nic-comparison-2n-skx"
2967 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2968 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2969 #  parameters:
2970 #  - "name"
2971 #  - "parent"
2972 #  - "throughput"
2973 #  - "tags"
2974 #
2975 ## VPP Compare NICs 2n-skx 2t1c mrr
2976 #- type: "table"
2977 #  title: "VPP Compare NICs 2n-skx 2t1c mrr"
2978 #  algorithm: "table_nics_comparison"
2979 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2980 #  reference:
2981 #    title: "x710"
2982 #    nic: "NIC_Intel-X710"
2983 #  compare:
2984 #    title: "xxv710"
2985 #    nic: "NIC_Intel-XXV710"
2986 #  data: "vpp-nic-comparison-2n-skx-mrr"
2987 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2988 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2989 #  parameters:
2990 #  - "name"
2991 #  - "parent"
2992 #  - "result"
2993 #  - "tags"
2994 #
2995 ## VPP Compare NICs 2n-skx 4t2c mrr
2996 #- type: "table"
2997 #  title: "VPP Compare NICs 2n-skx 4t2c mrr"
2998 #  algorithm: "table_nics_comparison"
2999 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3000 #  reference:
3001 #    title: "x710"
3002 #    nic: "NIC_Intel-X710"
3003 #  compare:
3004 #    title: "xxv710"
3005 #    nic: "NIC_Intel-XXV710"
3006 #  data: "vpp-nic-comparison-2n-skx-mrr"
3007 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3008 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3009 #  parameters:
3010 #  - "name"
3011 #  - "parent"
3012 #  - "result"
3013 #  - "tags"
3014 #
3015 ## VPP Compare NICs 2n-skx 8t4c mrr
3016 #- type: "table"
3017 #  title: "VPP Compare NICs 2n-skx 8t4c mrr"
3018 #  algorithm: "table_nics_comparison"
3019 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3020 #  reference:
3021 #    title: "x710"
3022 #    nic: "NIC_Intel-X710"
3023 #  compare:
3024 #    title: "xxv710"
3025 #    nic: "NIC_Intel-XXV710"
3026 #  data: "vpp-nic-comparison-2n-skx-mrr"
3027 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3028 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3029 #  parameters:
3030 #  - "name"
3031 #  - "parent"
3032 #  - "result"
3033 #  - "tags"
3034
3035 ################################################################################
3036 # VPP
3037
3038 # VPP Performance Changes 3n-hsw 1t1c pdr
3039 - type: "table"
3040   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3041   algorithm: "table_perf_comparison"
3042   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3043   history:
3044     - title: "rls1904"
3045       data: "vpp-performance-changes-3n-hsw-h1"
3046   reference:
3047     title: "rls1908"
3048     data: "vpp-performance-changes-3n-hsw-ref"
3049     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3050   compare:
3051     title: "rls2001"
3052     data: "vpp-performance-changes-3n-hsw-cmp"
3053   data: "vpp-performance-changes-3n-hsw"
3054   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3055   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3056   parameters:
3057   - "name"
3058   - "parent"
3059   - "throughput"
3060
3061 # VPP Performance Changes 3n-hsw 2t2c pdr
3062 - type: "table"
3063   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3064   algorithm: "table_perf_comparison"
3065   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3066   history:
3067     - title: "rls1904"
3068       data: "vpp-performance-changes-3n-hsw-h1"
3069   reference:
3070     title: "rls1908"
3071     data: "vpp-performance-changes-3n-hsw-ref"
3072     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3073   compare:
3074     title: "rls2001"
3075     data: "vpp-performance-changes-3n-hsw-cmp"
3076   data: "vpp-performance-changes-3n-hsw"
3077   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3078   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3079   parameters:
3080   - "name"
3081   - "parent"
3082   - "throughput"
3083
3084 # VPP Performance Changes 3n-hsw 1t1c ndr
3085 - type: "table"
3086   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3087   algorithm: "table_perf_comparison"
3088   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3089   history:
3090     - title: "rls1904"
3091       data: "vpp-performance-changes-3n-hsw-h1"
3092   reference:
3093     title: "rls1908"
3094     data: "vpp-performance-changes-3n-hsw-ref"
3095     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3096   compare:
3097     title: "rls2001"
3098     data: "vpp-performance-changes-3n-hsw-cmp"
3099   data: "vpp-performance-changes-3n-hsw"
3100   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3101   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3102   parameters:
3103   - "name"
3104   - "parent"
3105   - "throughput"
3106
3107 # VPP Performance Changes 3n-hsw 2t2c ndr
3108 - type: "table"
3109   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3110   algorithm: "table_perf_comparison"
3111   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3112   history:
3113     - title: "rls1904"
3114       data: "vpp-performance-changes-3n-hsw-h1"
3115   reference:
3116     title: "rls1908"
3117     data: "vpp-performance-changes-3n-hsw-ref"
3118     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3119   compare:
3120     title: "rls2001"
3121     data: "vpp-performance-changes-3n-hsw-cmp"
3122   data: "vpp-performance-changes-3n-hsw"
3123   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3124   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3125   parameters:
3126   - "name"
3127   - "parent"
3128   - "throughput"
3129
3130 ## VPP Performance Changes 3n-skx 2t1c pdr
3131 #- type: "table"
3132 #  title: "VPP Performance Changes 3n-skx 2t1c pdr"
3133 #  algorithm: "table_perf_comparison_nic"
3134 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3135 #  history:
3136 #    - title: "rls1904 x710"
3137 #      data: "vpp-performance-changes-3n-skx-h1"
3138 #      nic: "NIC_Intel-X710"
3139 #  reference:
3140 #    title: "rls1908 xxv710"
3141 #    data: "vpp-performance-changes-3n-skx-ref"
3142 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3143 #    nic: "NIC_Intel-XXV710"
3144 #  compare:
3145 #    title: "rls2001 xxv710"
3146 #    data: "vpp-performance-changes-3n-skx-cmp"
3147 #    nic: "NIC_Intel-XXV710"
3148 #  data: "vpp-performance-changes-3n-skx"
3149 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3150 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3151 #  parameters:
3152 #  - "name"
3153 #  - "parent"
3154 #  - "throughput"
3155 #  - "tags"
3156 #
3157 ## VPP Performance Changes 3n-skx 4t2c pdr
3158 #- type: "table"
3159 #  title: "VPP Performance Changes 3n-skx 4t2c pdr"
3160 #  algorithm: "table_perf_comparison_nic"
3161 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3162 #  history:
3163 #    - title: "rls1904 x710"
3164 #      data: "vpp-performance-changes-3n-skx-h1"
3165 #      nic: "NIC_Intel-X710"
3166 #  reference:
3167 #    title: "rls1908 x710"
3168 #    data: "vpp-performance-changes-3n-skx-ref"
3169 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3170 #    nic: "NIC_Intel-X710"
3171 #  compare:
3172 #    title: "rls2001 xxv710"
3173 #    data: "vpp-performance-changes-3n-skx-cmp"
3174 #    nic: "NIC_Intel-XXV710"
3175 #  data: "vpp-performance-changes-3n-skx"
3176 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3177 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3178 #  parameters:
3179 #  - "name"
3180 #  - "parent"
3181 #  - "throughput"
3182 #  - "tags"
3183 #
3184 ## VPP Performance Changes 3n-skx 2t1c ndr
3185 #- type: "table"
3186 #  title: "VPP Performance Changes 3n-skx 2t1c ndr"
3187 #  algorithm: "table_perf_comparison_nic"
3188 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3189 #  history:
3190 #    - title: "rls1904 x710"
3191 #      data: "vpp-performance-changes-3n-skx-h1"
3192 #      nic: "NIC_Intel-X710"
3193 #  reference:
3194 #    title: "rls1908 x710"
3195 #    data: "vpp-performance-changes-3n-skx-ref"
3196 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3197 #    nic: "NIC_Intel-X710"
3198 #  compare:
3199 #    title: "rls2001 xxv710"
3200 #    data: "vpp-performance-changes-3n-skx-cmp"
3201 #    nic: "NIC_Intel-XXV710"
3202 #  data: "vpp-performance-changes-3n-skx"
3203 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3204 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3205 #  parameters:
3206 #  - "name"
3207 #  - "parent"
3208 #  - "throughput"
3209 #  - "tags"
3210 #
3211 ## VPP Performance Changes 3n-skx 4t2c ndr
3212 #- type: "table"
3213 #  title: "VPP Performance Changes 3n-skx 4t2c ndr"
3214 #  algorithm: "table_perf_comparison_nic"
3215 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3216 #  history:
3217 #    - title: "rls1904 x710"
3218 #      data: "vpp-performance-changes-3n-skx-h1"
3219 #      nic: "NIC_Intel-X710"
3220 #  reference:
3221 #    title: "rls1908 x710"
3222 #    data: "vpp-performance-changes-3n-skx-ref"
3223 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3224 #    nic: "NIC_Intel-X710"
3225 #  compare:
3226 #    title: "rls2001 xxv710"
3227 #    data: "vpp-performance-changes-3n-skx-cmp"
3228 #    nic: "NIC_Intel-XXV710"
3229 #  data: "vpp-performance-changes-3n-skx"
3230 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3231 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3232 #  parameters:
3233 #  - "name"
3234 #  - "parent"
3235 #  - "throughput"
3236 #  - "tags"
3237 #
3238 ## VPP Performance Changes 2n-skx 2t1c pdr
3239 #- type: "table"
3240 #  title: "VPP Performance Changes 2n-skx 2t1c pdr"
3241 #  algorithm: "table_perf_comparison_nic"
3242 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3243 #  history:
3244 #    - title: "rls1904 x710"
3245 #      data: "vpp-performance-changes-2n-skx-h1"
3246 #      nic: "NIC_Intel-X710"
3247 #  reference:
3248 #    title: "rls1908 xxv710"
3249 #    data: "vpp-performance-changes-2n-skx-ref"
3250 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3251 #    nic: "NIC_Intel-XXV710"
3252 #  compare:
3253 #    title: "rls2001 xxv710"
3254 #    data: "vpp-performance-changes-2n-skx-cmp"
3255 #    nic: "NIC_Intel-XXV710"
3256 #  data: "vpp-performance-changes-2n-skx"
3257 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3258 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3259 #  parameters:
3260 #  - "name"
3261 #  - "parent"
3262 #  - "throughput"
3263 #  - "tags"
3264 #
3265 ## VPP Performance Changes 2n-skx 4t2c pdr
3266 #- type: "table"
3267 #  title: "VPP Performance Changes 2n-skx 4t2c pdr"
3268 #  algorithm: "table_perf_comparison_nic"
3269 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3270 #  history:
3271 #    - title: "rls1904 x710"
3272 #      data: "vpp-performance-changes-2n-skx-h1"
3273 #      nic: "NIC_Intel-X710"
3274 #  reference:
3275 #    title: "rls1908 xxv710"
3276 #    data: "vpp-performance-changes-2n-skx-ref"
3277 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3278 #    nic: "NIC_Intel-XXV710"
3279 #  compare:
3280 #    title: "rls2001 xxv710"
3281 #    data: "vpp-performance-changes-2n-skx-cmp"
3282 #    nic: "NIC_Intel-XXV710"
3283 #  data: "vpp-performance-changes-2n-skx"
3284 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3285 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3286 #  parameters:
3287 #  - "name"
3288 #  - "parent"
3289 #  - "throughput"
3290 #  - "tags"
3291 #
3292 ## VPP Performance Changes 2n-skx 2t1c ndr
3293 #- type: "table"
3294 #  title: "VPP Performance Changes 2n-skx 2t1c ndr"
3295 #  algorithm: "table_perf_comparison_nic"
3296 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3297 #  history:
3298 #    - title: "rls1904 x710"
3299 #      data: "vpp-performance-changes-2n-skx-h1"
3300 #      nic: "NIC_Intel-X710"
3301 #  reference:
3302 #    title: "rls1908 xxv710"
3303 #    data: "vpp-performance-changes-2n-skx-ref"
3304 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3305 #    nic: "NIC_Intel-XXV710"
3306 #  compare:
3307 #    title: "rls2001 xxv710"
3308 #    data: "vpp-performance-changes-2n-skx-cmp"
3309 #    nic: "NIC_Intel-XXV710"
3310 #  data: "vpp-performance-changes-2n-skx"
3311 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3312 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3313 #  parameters:
3314 #  - "name"
3315 #  - "parent"
3316 #  - "throughput"
3317 #  - "tags"
3318 #
3319 ## VPP Performance Changes 2n-skx 4t2c ndr
3320 #- type: "table"
3321 #  title: "VPP Performance Changes 2n-skx 4t2c ndr"
3322 #  algorithm: "table_perf_comparison_nic"
3323 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3324 #  history:
3325 #    - title: "rls1904 x710"
3326 #      data: "vpp-performance-changes-2n-skx-h1"
3327 #      nic: "NIC_Intel-X710"
3328 #  reference:
3329 #    title: "rls1908 xxv710"
3330 #    data: "vpp-performance-changes-2n-skx-ref"
3331 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3332 #    nic: "NIC_Intel-XXV710"
3333 #  compare:
3334 #    title: "rls2001 xxv710"
3335 #    data: "vpp-performance-changes-2n-skx-cmp"
3336 #    nic: "NIC_Intel-XXV710"
3337 #  data: "vpp-performance-changes-2n-skx"
3338 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3339 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3340 #  parameters:
3341 #  - "name"
3342 #  - "parent"
3343 #  - "throughput"
3344 #  - "tags"
3345 #
3346 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3347 #- type: "table"
3348 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3349 #  algorithm: "table_perf_comparison"
3350 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3351 #  reference:
3352 #    title: "rls1908"
3353 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3354 #  compare:
3355 #    title: "rls2001"
3356 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3357 #  data: "vpp-performance-changes-nfv-2n-skx"
3358 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3359 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3360 #  parameters:
3361 #  - "name"
3362 #  - "parent"
3363 #  - "throughput"
3364 #  - "tags"
3365 #
3366 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3367 #- type: "table"
3368 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3369 #  algorithm: "table_perf_comparison"
3370 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3371 #  reference:
3372 #    title: "rls1908"
3373 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3374 #  compare:
3375 #    title: "rls2001"
3376 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3377 #  data: "vpp-performance-changes-nfv-2n-skx"
3378 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3379 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3380 #  parameters:
3381 #  - "name"
3382 #  - "parent"
3383 #  - "throughput"
3384 #  - "tags"
3385 #
3386 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3387 #- type: "table"
3388 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3389 #  algorithm: "table_perf_comparison"
3390 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3391 #  reference:
3392 #    title: "rls1908"
3393 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3394 #  compare:
3395 #    title: "rls2001"
3396 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3397 #  data: "vpp-performance-changes-nfv-2n-skx"
3398 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3399 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3400 #  parameters:
3401 #  - "name"
3402 #  - "parent"
3403 #  - "throughput"
3404 #  - "tags"
3405 #
3406 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3407 #- type: "table"
3408 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3409 #  algorithm: "table_perf_comparison"
3410 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3411 #  reference:
3412 #    title: "rls1908"
3413 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3414 #  compare:
3415 #    title: "rls2001"
3416 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3417 #  data: "vpp-performance-changes-nfv-2n-skx"
3418 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3419 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3420 #  parameters:
3421 #  - "name"
3422 #  - "parent"
3423 #  - "throughput"
3424 #  - "tags"
3425
3426 # VPP Performance Changes 2n-dnv 1t1c pdr
3427 - type: "table"
3428   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3429   algorithm: "table_perf_comparison"
3430   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3431   reference:
3432     title: "rls1908"
3433     data: "vpp-performance-changes-2n-dnv-ref"
3434   compare:
3435     title: "rls2001"
3436     data: "vpp-performance-changes-2n-dnv-cmp"
3437   data: "vpp-performance-changes-2n-dnv"
3438   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3439   filter: "'1T1C'"
3440   parameters:
3441   - "name"
3442   - "parent"
3443   - "throughput"
3444   - "tags"
3445
3446 # VPP Performance Changes 2n-dnv 2t2c pdr
3447 - type: "table"
3448   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3449   algorithm: "table_perf_comparison"
3450   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3451   reference:
3452     title: "rls1908"
3453     data: "vpp-performance-changes-2n-dnv-ref"
3454   compare:
3455     title: "rls2001"
3456     data: "vpp-performance-changes-2n-dnv-cmp"
3457   data: "vpp-performance-changes-2n-dnv"
3458   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3459   filter: "'2T2C'"
3460   parameters:
3461   - "name"
3462   - "parent"
3463   - "throughput"
3464   - "tags"
3465
3466 # VPP Performance Changes 2n-dnv 1t1c ndr
3467 - type: "table"
3468   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3469   algorithm: "table_perf_comparison"
3470   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3471   reference:
3472     title: "rls1908"
3473     data: "vpp-performance-changes-2n-dnv-ref"
3474   compare:
3475     title: "rls2001"
3476     data: "vpp-performance-changes-2n-dnv-cmp"
3477   data: "vpp-performance-changes-2n-dnv"
3478   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3479   filter: "'1T1C'"
3480   parameters:
3481   - "name"
3482   - "parent"
3483   - "throughput"
3484   - "tags"
3485
3486 # VPP Performance Changes 2n-dnv 2t2c ndr
3487 - type: "table"
3488   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3489   algorithm: "table_perf_comparison"
3490   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3491   reference:
3492     title: "rls1908 "
3493     data: "vpp-performance-changes-2n-dnv-ref"
3494   compare:
3495     title: "rls2001"
3496     data: "vpp-performance-changes-2n-dnv-cmp"
3497   data: "vpp-performance-changes-2n-dnv"
3498   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3499   filter: "'2T2C'"
3500   parameters:
3501   - "name"
3502   - "parent"
3503   - "throughput"
3504   - "tags"
3505
3506 # VPP Performance Changes 3n-dnv 1t1c pdr
3507 - type: "table"
3508   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3509   algorithm: "table_perf_comparison"
3510   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3511   reference:
3512     title: "rls1908"
3513     data: "vpp-performance-changes-3n-dnv-ref"
3514   compare:
3515     title: "rls2001"
3516     data: "vpp-performance-changes-3n-dnv-cmp"
3517   data: "vpp-performance-changes-3n-dnv"
3518   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3519   filter: "'1T1C'"
3520   parameters:
3521   - "name"
3522   - "parent"
3523   - "throughput"
3524   - "tags"
3525
3526 # VPP Performance Changes 3n-dnv 2t2c pdr
3527 - type: "table"
3528   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3529   algorithm: "table_perf_comparison"
3530   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3531   reference:
3532     title: "rls1908"
3533     data: "vpp-performance-changes-3n-dnv-ref"
3534   compare:
3535     title: "rls2001"
3536     data: "vpp-performance-changes-3n-dnv-cmp"
3537   data: "vpp-performance-changes-3n-dnv"
3538   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3539   filter: "'2T2C'"
3540   parameters:
3541   - "name"
3542   - "parent"
3543   - "throughput"
3544   - "tags"
3545
3546 # VPP Performance Changes 3n-dnv 1t1c ndr
3547 - type: "table"
3548   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3549   algorithm: "table_perf_comparison"
3550   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3551   reference:
3552     title: "rls1908"
3553     data: "vpp-performance-changes-3n-dnv-ref"
3554   compare:
3555     title: "rls2001"
3556     data: "vpp-performance-changes-3n-dnv-cmp"
3557   data: "vpp-performance-changes-3n-dnv"
3558   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3559   filter: "'1T1C'"
3560   parameters:
3561   - "name"
3562   - "parent"
3563   - "throughput"
3564   - "tags"
3565
3566 # VPP Performance Changes 3n-dnv 2t2c ndr
3567 - type: "table"
3568   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3569   algorithm: "table_perf_comparison"
3570   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3571   reference:
3572     title: "rls1908"
3573     data: "vpp-performance-changes-3n-dnv-ref"
3574   compare:
3575     title: "rls2001"
3576     data: "vpp-performance-changes-3n-dnv-cmp"
3577   data: "vpp-performance-changes-3n-dnv"
3578   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3579   filter: "'2T2C'"
3580   parameters:
3581   - "name"
3582   - "parent"
3583   - "throughput"
3584   - "tags"
3585
3586 # VPP Performance Changes 3n-tsh 1t1c pdr
3587 - type: "table"
3588   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3589   algorithm: "table_perf_comparison"
3590   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3591   reference:
3592     title: "rls1908"
3593     data: "vpp-performance-changes-3n-tsh-ref"
3594   compare:
3595     title: "rls2001"
3596     data: "vpp-performance-changes-3n-tsh-cmp"
3597   data: "vpp-performance-changes-3n-tsh"
3598   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3599   filter: "'1T1C'"
3600   parameters:
3601   - "name"
3602   - "parent"
3603   - "throughput"
3604   - "tags"
3605
3606 # VPP Performance Changes 3n-tsh 2t2c pdr
3607 - type: "table"
3608   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3609   algorithm: "table_perf_comparison"
3610   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3611   reference:
3612     title: "rls1908"
3613     data: "vpp-performance-changes-3n-tsh-ref"
3614   compare:
3615     title: "rls2001"
3616     data: "vpp-performance-changes-3n-tsh-cmp"
3617   data: "vpp-performance-changes-3n-tsh"
3618   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3619   filter: "'2T2C'"
3620   parameters:
3621   - "name"
3622   - "parent"
3623   - "throughput"
3624   - "tags"
3625
3626 # VPP Performance Changes 3n-tsh 1t1c ndr
3627 - type: "table"
3628   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3629   algorithm: "table_perf_comparison"
3630   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3631   reference:
3632     title: "rls1908"
3633     data: "vpp-performance-changes-3n-tsh-ref"
3634   compare:
3635     title: "rls2001"
3636     data: "vpp-performance-changes-3n-tsh-cmp"
3637   data: "vpp-performance-changes-3n-tsh"
3638   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3639   filter: "'1T1C'"
3640   parameters:
3641   - "name"
3642   - "parent"
3643   - "throughput"
3644   - "tags"
3645
3646 # VPP Performance Changes 3n-tsh 2t2c ndr
3647 - type: "table"
3648   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3649   algorithm: "table_perf_comparison"
3650   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3651   reference:
3652     title: "rls1908"
3653     data: "vpp-performance-changes-3n-tsh-ref"
3654   compare:
3655     title: "rls2001"
3656     data: "vpp-performance-changes-3n-tsh-cmp"
3657   data: "vpp-performance-changes-3n-tsh"
3658   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3659   filter: "'2T2C'"
3660   parameters:
3661   - "name"
3662   - "parent"
3663   - "throughput"
3664   - "tags"
3665
3666 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3667 #- type: "table"
3668 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3669 #  algorithm: "table_perf_comparison_nic"
3670 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3671 #  reference:
3672 #    title: "3n-hsw xl710"
3673 #    data: "vpp-compare-testbeds-ref"
3674 #    nic: "NIC_Intel-XL710"
3675 #  compare:
3676 #    title: "3n-skx xxv710"
3677 #    data: "vpp-compare-testbeds-cmp"
3678 #    nic: "NIC_Intel-XXV710"
3679 #  data: "vpp-compare-testbeds"
3680 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3681 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3682 #  parameters:
3683 #  - "name"
3684 #  - "parent"
3685 #  - "throughput"
3686 #  - "tags"
3687 #
3688 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3689 #- type: "table"
3690 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3691 #  algorithm: "table_perf_comparison_nic"
3692 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3693 #  reference:
3694 #    title: "3n-hsw xl710"
3695 #    data: "vpp-compare-testbeds-ref"
3696 #    nic: "NIC_Intel-XL710"
3697 #  compare:
3698 #    title: "3n-skx xxv710"
3699 #    data: "vpp-compare-testbeds-cmp"
3700 #    nic: "NIC_Intel-XXV710"
3701 #  data: "vpp-compare-testbeds"
3702 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3703 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3704 #  parameters:
3705 #  - "name"
3706 #  - "parent"
3707 #  - "throughput"
3708 #  - "tags"
3709 #
3710 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3711 #- type: "table"
3712 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3713 #  algorithm: "table_perf_comparison_nic"
3714 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3715 #  reference:
3716 #    title: "3n-hsw xl710"
3717 #    data: "vpp-compare-testbeds-ref"
3718 #    nic: "NIC_Intel-XL710"
3719 #  compare:
3720 #    title: "3n-skx xxv710"
3721 #    data: "vpp-compare-testbeds-cmp"
3722 #    nic: "NIC_Intel-XXV710"
3723 #  data: "vpp-compare-testbeds"
3724 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3725 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3726 #  parameters:
3727 #  - "name"
3728 #  - "parent"
3729 #  - "throughput"
3730 #  - "tags"
3731 #
3732 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3733 #- type: "table"
3734 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3735 #  algorithm: "table_perf_comparison_nic"
3736 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3737 #  reference:
3738 #    title: "3n-hsw xl710"
3739 #    data: "vpp-compare-testbeds-ref"
3740 #    nic: "NIC_Intel-XL710"
3741 #  compare:
3742 #    title: "3n-skx xxv710"
3743 #    data: "vpp-compare-testbeds-cmp"
3744 #    nic: "NIC_Intel-XXV710"
3745 #  data: "vpp-compare-testbeds"
3746 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3747 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3748 #  parameters:
3749 #  - "name"
3750 #  - "parent"
3751 #  - "throughput"
3752 #  - "tags"
3753
3754 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3755 #- type: "table"
3756 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3757 #  algorithm: "table_perf_comparison"
3758 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3759 #  reference:
3760 #    title: "2n-skx"
3761 #    data: "vpp-compare-testbeds-skx-clx-ref"
3762 #  compare:
3763 #    title: "2n-clx"
3764 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3765 #  data: "vpp-compare-testbeds-skx-clx"
3766 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3767 #  filter: "'2T1C'"
3768 #  parameters:
3769 #  - "name"
3770 #  - "parent"
3771 #  - "throughput"
3772 #  - "tags"
3773 #
3774 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3775 #- type: "table"
3776 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3777 #  algorithm: "table_perf_comparison"
3778 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3779 #  reference:
3780 #    title: "2n-skx"
3781 #    data: "vpp-compare-testbeds-skx-clx-ref"
3782 #  compare:
3783 #    title: "2n-clx"
3784 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3785 #  data: "vpp-compare-testbeds-skx-clx"
3786 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3787 #  filter: "'4T2C'"
3788 #  parameters:
3789 #  - "name"
3790 #  - "parent"
3791 #  - "throughput"
3792 #  - "tags"
3793 #
3794 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3795 #- type: "table"
3796 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3797 #  algorithm: "table_perf_comparison"
3798 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3799 #  reference:
3800 #    title: "2n-skx"
3801 #    data: "vpp-compare-testbeds-skx-clx-ref"
3802 #  compare:
3803 #    title: "2n-clx"
3804 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3805 #  data: "vpp-compare-testbeds-skx-clx"
3806 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3807 #  filter: "'2T1C'"
3808 #  parameters:
3809 #  - "name"
3810 #  - "parent"
3811 #  - "throughput"
3812 #  - "tags"
3813 #
3814 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3815 #- type: "table"
3816 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3817 #  algorithm: "table_perf_comparison"
3818 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3819 #  reference:
3820 #    title: "2n-skx"
3821 #    data: "vpp-compare-testbeds-skx-clx-ref"
3822 #  compare:
3823 #    title: "2n-clx"
3824 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3825 #  data: "vpp-compare-testbeds-skx-clx"
3826 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3827 #  filter: "'4T2C'"
3828 #  parameters:
3829 #  - "name"
3830 #  - "parent"
3831 #  - "throughput"
3832 #  - "tags"
3833
3834 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
3835 - type: "table"
3836   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
3837   algorithm: "table_perf_comparison_nic"
3838   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
3839   reference:
3840     title: "3n-hsw xl710"
3841     data: "vpp-compare-testbeds-hsw-clx-ref"
3842     nic: "NIC_Intel-XL710"
3843   compare:
3844     title: "2n-clx xxv710"
3845     data: "vpp-compare-testbeds-hsw-clx-cmp"
3846     nic: "NIC_Intel-XXV710"
3847   data: "vpp-compare-testbeds-hsw-clx"
3848   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3849   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3850   parameters:
3851   - "name"
3852   - "parent"
3853   - "throughput"
3854   - "tags"
3855
3856 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
3857 - type: "table"
3858   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
3859   algorithm: "table_perf_comparison_nic"
3860   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
3861   reference:
3862     title: "3n-hsw xl710"
3863     data: "vpp-compare-testbeds-hsw-clx-ref"
3864     nic: "NIC_Intel-XL710"
3865   compare:
3866     title: "2n-clx xxv710"
3867     data: "vpp-compare-testbeds-hsw-clx-cmp"
3868     nic: "NIC_Intel-XXV710"
3869   data: "vpp-compare-testbeds-hsw-clx"
3870   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3871   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3872   parameters:
3873   - "name"
3874   - "parent"
3875   - "throughput"
3876   - "tags"
3877
3878 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
3879 - type: "table"
3880   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
3881   algorithm: "table_perf_comparison_nic"
3882   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
3883   reference:
3884     title: "3n-hsw xl710"
3885     data: "vpp-compare-testbeds-hsw-clx-ref"
3886     nic: "NIC_Intel-XL710"
3887   compare:
3888     title: "2n-clx xxv710"
3889     data: "vpp-compare-testbeds-hsw-clx-cmp"
3890     nic: "NIC_Intel-XXV710"
3891   data: "vpp-compare-testbeds-hsw-clx"
3892   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3893   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3894   parameters:
3895   - "name"
3896   - "parent"
3897   - "throughput"
3898   - "tags"
3899
3900 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
3901 - type: "table"
3902   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
3903   algorithm: "table_perf_comparison_nic"
3904   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
3905   reference:
3906     title: "3n-hsw xl710"
3907     data: "vpp-compare-testbeds-hsw-clx-ref"
3908     nic: "NIC_Intel-XL710"
3909   compare:
3910     title: "2n-clx xxv710"
3911     data: "vpp-compare-testbeds-hsw-clx-cmp"
3912     nic: "NIC_Intel-XXV710"
3913   data: "vpp-compare-testbeds-hsw-clx"
3914   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3915   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3916   parameters:
3917   - "name"
3918   - "parent"
3919   - "throughput"
3920   - "tags"
3921
3922 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3923 #- type: "table"
3924 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3925 #  algorithm: "table_perf_comparison"
3926 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3927 #  reference:
3928 #    title: "3-Node Skx"
3929 #    data: "vpp-compare-topologies-ref"
3930 #  compare:
3931 #    title: "2-Node Skx"
3932 #    data: "vpp-compare-topologies-cmp"
3933 #  data: "vpp-compare-topologies"
3934 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3935 #  filter: "'NDRPDR' and '1C'"
3936 #  parameters:
3937 #  - "name"
3938 #  - "parent"
3939 #  - "throughput"
3940 #
3941 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
3942 #- type: "table"
3943 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
3944 #  algorithm: "table_perf_comparison"
3945 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
3946 #  reference:
3947 #    title: "3-Node Skx"
3948 #    data: "vpp-compare-topologies-ref"
3949 #  compare:
3950 #    title: "2-Node Skx"
3951 #    data: "vpp-compare-topologies-cmp"
3952 #  data: "vpp-compare-topologies"
3953 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3954 #  filter: "'NDRPDR' and '2C'"
3955 #  parameters:
3956 #  - "name"
3957 #  - "parent"
3958 #  - "throughput"
3959 #
3960 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
3961 #- type: "table"
3962 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
3963 #  algorithm: "table_perf_comparison"
3964 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
3965 #  reference:
3966 #    title: "3-Node Skx"
3967 #    data: "vpp-compare-topologies-ref"
3968 #  compare:
3969 #    title: "2-Node Skx"
3970 #    data: "vpp-compare-topologies-cmp"
3971 #  data: "vpp-compare-topologies"
3972 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3973 #  filter: "'NDRPDR' and '1C'"
3974 #  parameters:
3975 #  - "name"
3976 #  - "parent"
3977 #  - "throughput"
3978 #
3979 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
3980 #- type: "table"
3981 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
3982 #  algorithm: "table_perf_comparison"
3983 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
3984 #  reference:
3985 #    title: "3-Node Skx"
3986 #    data: "vpp-compare-topologies-ref"
3987 #  compare:
3988 #    title: "2-Node Skx"
3989 #    data: "vpp-compare-topologies-cmp"
3990 #  data: "vpp-compare-topologies"
3991 #  include-tests: "PDR"
3992 #  filter: "'NDRPDR' and '2C'"
3993 #  parameters:
3994 #  - "name"
3995 #  - "parent"
3996 #  - "throughput"
3997
3998 # VPP Performance Changes 3n-hsw 1t1c MRR
3999 - type: "table"
4000   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
4001   algorithm: "table_perf_comparison"
4002   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4003   history:
4004     - title: "rls1904"
4005       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4006   reference:
4007     title: "rls1908"
4008     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4009   compare:
4010     title: "rls2001"
4011     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4012   data: "vpp-performance-changes-3n-hsw-mrr"
4013   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4014   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
4015   parameters:
4016   - "name"
4017   - "parent"
4018   - "result"
4019
4020 # VPP Performance Changes 3n-hsw 2t2c MRR
4021 - type: "table"
4022   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
4023   algorithm: "table_perf_comparison"
4024   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4025   history:
4026     - title: "rls1904"
4027       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4028   reference:
4029     title: "rls1908"
4030     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4031   compare:
4032     title: "rls2001"
4033     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4034   data: "vpp-performance-changes-3n-hsw-mrr"
4035   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4036   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
4037   parameters:
4038   - "name"
4039   - "parent"
4040   - "result"
4041
4042 # VPP Performance Changes 3n-hsw 4t4c MRR
4043 - type: "table"
4044   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
4045   algorithm: "table_perf_comparison"
4046   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4047   history:
4048     - title: "rls1904"
4049       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4050   reference:
4051     title: "rls1908"
4052     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4053   compare:
4054     title: "rls2001"
4055     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4056   data: "vpp-performance-changes-3n-hsw-mrr"
4057   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4058   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
4059   parameters:
4060   - "name"
4061   - "parent"
4062   - "result"
4063
4064 ## VPP Performance Changes 3n-skx 2t1c MRR
4065 #- type: "table"
4066 #  title: "VPP Performance Changes 3n-skx 2t1c MRR"
4067 #  algorithm: "table_perf_comparison"
4068 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4069 #  history:
4070 #    - title: "rls1904"
4071 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
4072 #  reference:
4073 #    title: "rls1908"
4074 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
4075 #  compare:
4076 #    title: "rls2001"
4077 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
4078 #  data: "vpp-performance-changes-3n-skx-mrr"
4079 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4080 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4081 #  parameters:
4082 #  - "name"
4083 #  - "parent"
4084 #  - "result"
4085 #
4086 ## VPP Performance Changes 3n-skx 4t2c MRR
4087 #- type: "table"
4088 #  title: "VPP Performance Changes 3n-skx 4t2c MRR"
4089 #  algorithm: "table_perf_comparison"
4090 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4091 #  history:
4092 #    - title: "rls1904"
4093 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
4094 #  reference:
4095 #    title: "rls1908"
4096 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
4097 #  compare:
4098 #    title: "rls2001"
4099 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
4100 #  data: "vpp-performance-changes-3n-skx-mrr"
4101 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4102 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4103 #  parameters:
4104 #  - "name"
4105 #  - "parent"
4106 #  - "result"
4107 #
4108 ## VPP Performance Changes 3n-skx 8t4c MRR
4109 #- type: "table"
4110 #  title: "VPP Performance Changes 3n-skx 8t4c MRR"
4111 #  algorithm: "table_perf_comparison"
4112 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4113 #  history:
4114 #    - title: "rls1904"
4115 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
4116 #  reference:
4117 #    title: "rls1908"
4118 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
4119 #  compare:
4120 #    title: "rls2001"
4121 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
4122 #  data: "vpp-performance-changes-3n-skx-mrr"
4123 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4124 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4125 #  parameters:
4126 #  - "name"
4127 #  - "parent"
4128 #  - "result"
4129 #
4130 ## VPP Performance Changes 2n-skx 2t1c MRR
4131 #- type: "table"
4132 #  title: "VPP Performance Changes 2n-skx 2t1c MRR"
4133 #  algorithm: "table_perf_comparison"
4134 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4135 #  history:
4136 #    - title: "rls1904"
4137 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
4138 #  reference:
4139 #    title: "rls1908"
4140 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
4141 #  compare:
4142 #    title: "rls2001"
4143 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
4144 #  data: "vpp-performance-changes-2n-skx-mrr"
4145 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4146 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4147 #  parameters:
4148 #  - "name"
4149 #  - "parent"
4150 #  - "result"
4151 #
4152 ## VPP Performance Changes 2n-skx 4t2c MRR
4153 #- type: "table"
4154 #  title: "VPP Performance Changes 2n-skx 4t2c MRR"
4155 #  algorithm: "table_perf_comparison"
4156 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4157 #  history:
4158 #    - title: "rls1904"
4159 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
4160 #  reference:
4161 #    title: "rls1908"
4162 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
4163 #  compare:
4164 #    title: "rls2001"
4165 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
4166 #  data: "vpp-performance-changes-2n-skx-mrr"
4167 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4168 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4169 #  parameters:
4170 #  - "name"
4171 #  - "parent"
4172 #  - "result"
4173 #
4174 ## VPP Performance Changes 2n-skx 8t4c MRR
4175 #- type: "table"
4176 #  title: "VPP Performance Changes 2n-skx 8t4c MRR"
4177 #  algorithm: "table_perf_comparison"
4178 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4179 #  history:
4180 #    - title: "rls1904"
4181 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
4182 #  reference:
4183 #    title: "rls1908"
4184 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
4185 #  compare:
4186 #    title: "rls2001"
4187 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
4188 #  data: "vpp-performance-changes-2n-skx-mrr"
4189 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4190 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4191 #  parameters:
4192 #  - "name"
4193 #  - "parent"
4194 #  - "result"
4195 #
4196 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
4197 #- type: "table"
4198 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
4199 #  algorithm: "table_perf_comparison"
4200 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
4201 #  reference:
4202 #    title: "rls1908"
4203 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4204 #  compare:
4205 #    title: "rls2001"
4206 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4207 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4208 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4209 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
4210 #  parameters:
4211 #  - "name"
4212 #  - "parent"
4213 #  - "result"
4214 #
4215 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
4216 #- type: "table"
4217 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
4218 #  algorithm: "table_perf_comparison"
4219 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
4220 #  reference:
4221 #    title: "rls1908"
4222 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4223 #  compare:
4224 #    title: "rls2001"
4225 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4226 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4227 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4228 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
4229 #  parameters:
4230 #  - "name"
4231 #  - "parent"
4232 #  - "result"
4233 #
4234 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
4235 #- type: "table"
4236 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
4237 #  algorithm: "table_perf_comparison"
4238 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
4239 #  reference:
4240 #    title: "rls1908"
4241 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4242 #  compare:
4243 #    title: "rls2001"
4244 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4245 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4246 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4247 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
4248 #  parameters:
4249 #  - "name"
4250 #  - "parent"
4251 #  - "result"
4252
4253 # VPP Performance Changes 2n-dnv 1t1c MRR
4254 - type: "table"
4255   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
4256   algorithm: "table_perf_comparison"
4257   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4258   reference:
4259     title: "rls1908"
4260     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4261   compare:
4262     title: "rls2001"
4263     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4264   data: "vpp-performance-changes-2n-dnv-mrr"
4265   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4266   filter: "'1T1C' and 'MRR'"
4267   parameters:
4268   - "name"
4269   - "parent"
4270   - "result"
4271
4272 # VPP Performance Changes 2n-dnv 2t2c MRR
4273 - type: "table"
4274   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
4275   algorithm: "table_perf_comparison"
4276   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4277   reference:
4278     title: "rls1908"
4279     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4280   compare:
4281     title: "rls2001"
4282     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4283   data: "vpp-performance-changes-2n-dnv-mrr"
4284   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4285   filter: "'2T2C' and 'MRR'"
4286   parameters:
4287   - "name"
4288   - "parent"
4289   - "result"
4290
4291 # VPP Performance Changes 2n-dnv 4t4c MRR
4292 - type: "table"
4293   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
4294   algorithm: "table_perf_comparison"
4295   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4296   reference:
4297     title: "rls1908"
4298     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4299   compare:
4300     title: "rls2001"
4301     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4302   data: "vpp-performance-changes-2n-dnv-mrr"
4303   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4304   filter: "'4T4C' and 'MRR'"
4305   parameters:
4306   - "name"
4307   - "parent"
4308   - "result"
4309
4310 # VPP Performance Changes 3n-dnv 1t1c MRR
4311 - type: "table"
4312   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
4313   algorithm: "table_perf_comparison"
4314   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4315   reference:
4316     title: "rls1908"
4317     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4318   compare:
4319     title: "rls2001"
4320     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4321   data: "vpp-performance-changes-3n-dnv-mrr"
4322   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4323   filter: "'1T1C' and 'MRR'"
4324   parameters:
4325   - "name"
4326   - "parent"
4327   - "result"
4328
4329 # VPP Performance Changes 3n-dnv 2t2c MRR
4330 - type: "table"
4331   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
4332   algorithm: "table_perf_comparison"
4333   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4334   reference:
4335     title: "rls1908"
4336     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4337   compare:
4338     title: "rls2001"
4339     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4340   data: "vpp-performance-changes-3n-dnv-mrr"
4341   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4342   filter: "'2T2C' and 'MRR'"
4343   parameters:
4344   - "name"
4345   - "parent"
4346   - "result"
4347
4348 # VPP Performance Changes 3n-dnv 4t4c MRR
4349 - type: "table"
4350   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
4351   algorithm: "table_perf_comparison"
4352   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4353   reference:
4354     title: "rls1908"
4355     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4356   compare:
4357     title: "rls2001"
4358     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4359   data: "vpp-performance-changes-3n-dnv-mrr"
4360   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4361   filter: "'4T4C' and 'MRR'"
4362   parameters:
4363   - "name"
4364   - "parent"
4365   - "result"
4366
4367 # VPP Performance Changes 3n-tsh 1t1c MRR
4368 - type: "table"
4369   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
4370   algorithm: "table_perf_comparison"
4371   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4372   reference:
4373     title: "rls1908"
4374     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4375   compare:
4376     title: "rls2001"
4377     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4378   data: "vpp-performance-changes-3n-tsh-mrr"
4379   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4380   filter: "'1T1C' and 'MRR'"
4381   parameters:
4382   - "name"
4383   - "parent"
4384   - "result"
4385
4386 # VPP Performance Changes 3n-tsh 2t2c MRR
4387 - type: "table"
4388   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
4389   algorithm: "table_perf_comparison"
4390   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4391   reference:
4392     title: "rls1908"
4393     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4394   compare:
4395     title: "rls2001"
4396     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4397   data: "vpp-performance-changes-3n-tsh-mrr"
4398   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4399   filter: "'2T2C' and 'MRR'"
4400   parameters:
4401   - "name"
4402   - "parent"
4403   - "result"
4404
4405 # VPP Performance Changes 3n-tsh 4t4c MRR
4406 - type: "table"
4407   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
4408   algorithm: "table_perf_comparison"
4409   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4410   reference:
4411     title: "rls1908"
4412     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4413   compare:
4414     title: "rls2001"
4415     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4416   data: "vpp-performance-changes-3n-tsh-mrr"
4417   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4418   filter: "'4T4C' and 'MRR'"
4419   parameters:
4420   - "name"
4421   - "parent"
4422   - "result"
4423
4424 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4425 #- type: "table"
4426 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4427 #  algorithm: "table_perf_comparison_nic"
4428 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4429 #  reference:
4430 #    title: "3n-hsw xl710"
4431 #    data: "vpp-compare-testbeds-mrr-ref"
4432 #    nic: "NIC_Intel-XL710"
4433 #  compare:
4434 #    title: "3n-skx xxv710"
4435 #    data: "vpp-compare-testbeds-mrr-cmp"
4436 #    nic: "NIC_Intel-XXV710"
4437 #  data: "vpp-compare-testbeds-mrr"
4438 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4439 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4440 #  parameters:
4441 #  - "name"
4442 #  - "parent"
4443 #  - "result"
4444 #  - "tags"
4445 #
4446 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4447 #- type: "table"
4448 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4449 #  algorithm: "table_perf_comparison_nic"
4450 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4451 #  reference:
4452 #    title: "3n-hsw xl710"
4453 #    data: "vpp-compare-testbeds-mrr-ref"
4454 #    nic: "NIC_Intel-XL710"
4455 #  compare:
4456 #    title: "3n-skx xxv710"
4457 #    data: "vpp-compare-testbeds-mrr-cmp"
4458 #    nic: "NIC_Intel-XXV710"
4459 #  data: "vpp-compare-testbeds-mrr"
4460 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4461 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4462 #  parameters:
4463 #  - "name"
4464 #  - "parent"
4465 #  - "result"
4466 #  - "tags"
4467 #
4468 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4469 #- type: "table"
4470 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4471 #  algorithm: "table_perf_comparison_nic"
4472 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4473 #  reference:
4474 #    title: "3n-hsw xl710"
4475 #    data: "vpp-compare-testbeds-mrr-ref"
4476 #    nic: "NIC_Intel-XL710"
4477 #  compare:
4478 #    title: "3n-skx xxv710"
4479 #    data: "vpp-compare-testbeds-mrr-cmp"
4480 #    nic: "NIC_Intel-XXV710"
4481 #  data: "vpp-compare-testbeds-mrr"
4482 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4483 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4484 #  parameters:
4485 #  - "name"
4486 #  - "parent"
4487 #  - "result"
4488 #  - "tags"
4489
4490 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4491 #- type: "table"
4492 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4493 #  algorithm: "table_perf_comparison"
4494 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4495 #  reference:
4496 #    title: "2n-skx"
4497 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4498 #  compare:
4499 #    title: "2n-clx"
4500 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4501 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4502 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4503 #  filter: "'2T1C'"
4504 #  parameters:
4505 #  - "name"
4506 #  - "parent"
4507 #  - "result"
4508 #  - "tags"
4509 #
4510 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4511 #- type: "table"
4512 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4513 #  algorithm: "table_perf_comparison"
4514 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4515 #  reference:
4516 #    title: "2n-skx"
4517 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4518 #  compare:
4519 #    title: "2n-clx"
4520 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4521 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4522 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4523 #  filter: "'4T2C'"
4524 #  parameters:
4525 #  - "name"
4526 #  - "parent"
4527 #  - "result"
4528 #  - "tags"
4529 #
4530 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4531 #- type: "table"
4532 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4533 #  algorithm: "table_perf_comparison"
4534 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4535 #  reference:
4536 #    title: "2n-skx"
4537 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4538 #  compare:
4539 #    title: "2n-clx"
4540 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4541 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4542 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4543 #  filter: "'8T4C'"
4544 #  parameters:
4545 #  - "name"
4546 #  - "parent"
4547 #  - "result"
4548 #  - "tags"
4549 #
4550 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4551 #- type: "table"
4552 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4553 #  algorithm: "table_perf_comparison"
4554 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4555 #  reference:
4556 #    title: "3-Node Skx"
4557 #    data: "vpp-compare-topologies-mrr-ref"
4558 #  compare:
4559 #    title: "2-Node Skx"
4560 #    data: "vpp-compare-topologies-mrr-cmp"
4561 #  data: "vpp-compare-topologies-mrr"
4562 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4563 #  filter: "'MRR' and '1C'"
4564 #  parameters:
4565 #  - "name"
4566 #  - "parent"
4567 #  - "result"
4568 #
4569 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4570 #- type: "table"
4571 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4572 #  algorithm: "table_perf_comparison"
4573 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4574 #  reference:
4575 #    title: "3-Node Skx"
4576 #    data: "vpp-compare-topologies-mrr-ref"
4577 #  compare:
4578 #    title: "2-Node Skx"
4579 #    data: "vpp-compare-topologies-mrr-cmp"
4580 #  data: "vpp-compare-topologies-mrr"
4581 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4582 #  filter: "'MRR' and '2C'"
4583 #  parameters:
4584 #  - "name"
4585 #  - "parent"
4586 #  - "result"
4587 #
4588 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4589 #- type: "table"
4590 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4591 #  algorithm: "table_perf_comparison"
4592 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4593 #  reference:
4594 #    title: "3-Node Skx"
4595 #    data: "vpp-compare-topologies-mrr-ref"
4596 #  compare:
4597 #    title: "2-Node Skx"
4598 #    data: "vpp-compare-topologies-mrr-cmp"
4599 #  data: "vpp-compare-topologies-mrr"
4600 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4601 #  filter: "'MRR' and '4C'"
4602 #  parameters:
4603 #  - "name"
4604 #  - "parent"
4605 #  - "result"
4606
4607 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4608 - type: "table"
4609   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4610   algorithm: "table_perf_comparison_nic"
4611   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4612   reference:
4613     title: "3n-hsw xl710"
4614     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4615     nic: "NIC_Intel-XL710"
4616   compare:
4617     title: "2n-clx xxv710"
4618     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4619     nic: "NIC_Intel-XXV710"
4620   data: "vpp-compare-testbeds-mrr-hsw-clx"
4621   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4622   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4623   parameters:
4624   - "name"
4625   - "parent"
4626   - "result"
4627   - "tags"
4628
4629 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4630 - type: "table"
4631   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4632   algorithm: "table_perf_comparison_nic"
4633   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4634   reference:
4635     title: "3n-hsw xl710"
4636     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4637     nic: "NIC_Intel-XL710"
4638   compare:
4639     title: "2n-clx xxv710"
4640     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4641     nic: "NIC_Intel-XXV710"
4642   data: "vpp-compare-testbeds-mrr-hsw-clx"
4643   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4644   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4645   parameters:
4646   - "name"
4647   - "parent"
4648   - "result"
4649   - "tags"
4650
4651 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4652 - type: "table"
4653   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4654   algorithm: "table_perf_comparison_nic"
4655   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4656   reference:
4657     title: "3n-hsw xl710"
4658     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4659     nic: "NIC_Intel-XL710"
4660   compare:
4661     title: "2n-clx xxv710"
4662     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4663     nic: "NIC_Intel-XXV710"
4664   data: "vpp-compare-testbeds-mrr-hsw-clx"
4665   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4666   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4667   parameters:
4668   - "name"
4669   - "parent"
4670   - "result"
4671   - "tags"
4672
4673 # Detailed Test Results - VPP Performance Results 3n-hsw
4674 - type: "table"
4675   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4676   algorithm: "table_merged_details"
4677   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4678   columns:
4679   - title: " |prein| Test Name |preout| "
4680     data: "data name"
4681   - 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| "
4682     data: "data msg"
4683   data: "vpp-perf-results-3n-hsw"
4684   filter: "all"
4685   parameters:
4686   - "name"
4687   - "parent"
4688   - "msg"
4689
4690 ## Detailed Test Results - VPP Performance Results 3n-skx
4691 #- type: "table"
4692 #  title: "Detailed Test Results - VPP Performance Results 3n-skx"
4693 #  algorithm: "table_merged_details"
4694 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4695 #  columns:
4696 #  - title: " |prein| Test Name |preout| "
4697 #    data: "data name"
4698 #  - 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| "
4699 #    data: "data msg"
4700 #  data: "vpp-perf-results-3n-skx"
4701 #  filter: "all"
4702 #  parameters:
4703 #  - "name"
4704 #  - "parent"
4705 #  - "msg"
4706 #
4707 ## Detailed Test Results - VPP Performance Results 2n-skx
4708 #- type: "table"
4709 #  title: "Detailed Test Results - VPP Performance Results 2n-skx"
4710 #  algorithm: "table_merged_details"
4711 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4712 #  columns:
4713 #  - title: " |prein| Test Name |preout| "
4714 #    data: "data name"
4715 #  - 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| "
4716 #    data: "data msg"
4717 #  data: "vpp-perf-results-2n-skx"
4718 #  filter: "all"
4719 #  parameters:
4720 #  - "name"
4721 #  - "parent"
4722 #  - "msg"
4723
4724 # Detailed Test Results - VPP Performance Results 2n-clx
4725 - type: "table"
4726   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4727   algorithm: "table_merged_details"
4728   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
4729   columns:
4730   - title: " |prein| Test Name |preout| "
4731     data: "data name"
4732   - 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| "
4733     data: "data msg"
4734   data: "vpp-perf-results-2n-clx"
4735   filter: "all"
4736   parameters:
4737   - "name"
4738   - "parent"
4739   - "msg"
4740
4741 # Detailed Test Results - VPP Performance Results 3n-tsh
4742 - type: "table"
4743   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4744   algorithm: "table_merged_details"
4745   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
4746   columns:
4747   - title: " |prein| Test Name |preout| "
4748     data: "data name"
4749   - 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| "
4750     data: "data msg"
4751   data: "vpp-perf-results-3n-tsh"
4752   filter: "all"
4753   parameters:
4754   - "name"
4755   - "parent"
4756   - "msg"
4757
4758 # Detailed Test Results - VPP Performance Results 3n-dnv
4759 - type: "table"
4760   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4761   algorithm: "table_merged_details"
4762   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
4763   columns:
4764   - title: " |prein| Test Name |preout| "
4765     data: "data name"
4766   - 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| "
4767     data: "data msg"
4768   data: "vpp-perf-results-3n-dnv"
4769   filter: "all"
4770   parameters:
4771   - "name"
4772   - "parent"
4773   - "msg"
4774
4775 # Detailed Test Results - VPP Performance Results 2n-dnv
4776 - type: "table"
4777   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4778   algorithm: "table_merged_details"
4779   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4780   columns:
4781   - title: " |prein| Test Name |preout| "
4782     data: "data name"
4783   - 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| "
4784     data: "data msg"
4785   data: "vpp-perf-results-2n-dnv"
4786   filter: "all"
4787   parameters:
4788   - "name"
4789   - "parent"
4790   - "msg"
4791
4792 # Test configuration - VPP Performance Test Configs 3n-hsw
4793 - type: "table"
4794   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4795   algorithm: "table_merged_details"
4796   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
4797   columns:
4798   - title: " |prein| Test Name |preout| "
4799     data: "data name"
4800   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4801     data: "data conf-history"
4802   data: "vpp-perf-results-3n-hsw"
4803   filter: "all"
4804   parameters:
4805   - "parent"
4806   - "name"
4807   - "conf-history"
4808
4809 ## Test configuration - VPP Performance Test Configs 3n-skx
4810 #- type: "table"
4811 #  title: "Test configuration - VPP Performance Test Configs 3n-skx"
4812 #  algorithm: "table_merged_details"
4813 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
4814 #  columns:
4815 #  - title: " |prein| Test Name |preout| "
4816 #    data: "data name"
4817 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4818 #    data: "data conf-history"
4819 #  data: "vpp-perf-results-3n-skx"
4820 #  filter: "all"
4821 #  parameters:
4822 #  - "parent"
4823 #  - "name"
4824 #  - "conf-history"
4825 #
4826 ## Test configuration - VPP Performance Test Configs 2n-skx
4827 #- type: "table"
4828 #  title: "Test configuration - VPP Performance Test Configs 2n-skx"
4829 #  algorithm: "table_merged_details"
4830 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
4831 #  columns:
4832 #  - title: " |prein| Test Name |preout| "
4833 #    data: "data name"
4834 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4835 #    data: "data conf-history"
4836 #  data: "vpp-perf-results-2n-skx"
4837 #  filter: "all"
4838 #  parameters:
4839 #  - "parent"
4840 #  - "name"
4841 #  - "conf-history"
4842
4843 # Test configuration - VPP Performance Test Configs 2n-clx
4844 - type: "table"
4845   title: "Test configuration - VPP Performance Test Configs 2n-clx"
4846   algorithm: "table_merged_details"
4847   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_test_configuration_2n_clx"
4848   columns:
4849   - title: " |prein| Test Name |preout| "
4850     data: "data name"
4851   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4852     data: "data conf-history"
4853   data: "vpp-perf-results-2n-clx"
4854   filter: "all"
4855   parameters:
4856   - "parent"
4857   - "name"
4858   - "conf-history"
4859
4860 # Test configuration - VPP Performance Test Configs 3n-tsh
4861 - type: "table"
4862   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4863   algorithm: "table_merged_details"
4864   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
4865   columns:
4866   - title: " |prein| Test Name |preout| "
4867     data: "data name"
4868   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4869     data: "data conf-history"
4870   data: "vpp-perf-results-3n-tsh"
4871   filter: "all"
4872   parameters:
4873   - "parent"
4874   - "name"
4875   - "conf-history"
4876
4877 # Test configuration - VPP Performance Test Configs 3n-dnv
4878 - type: "table"
4879   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
4880   algorithm: "table_merged_details"
4881   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_test_configuration_3n_dnv"
4882   columns:
4883   - title: " |prein| Test Name |preout| "
4884     data: "data name"
4885   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4886     data: "data conf-history"
4887   data: "vpp-perf-results-3n-dnv"
4888   filter: "all"
4889   parameters:
4890   - "parent"
4891   - "name"
4892   - "conf-history"
4893
4894 # Test configuration - VPP Performance Test Configs 2n-dnv
4895 - type: "table"
4896   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
4897   algorithm: "table_merged_details"
4898   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
4899   columns:
4900   - title: " |prein| Test Name |preout| "
4901     data: "data name"
4902   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4903     data: "data conf-history"
4904   data: "vpp-perf-results-2n-dnv"
4905   filter: "all"
4906   parameters:
4907   - "parent"
4908   - "name"
4909   - "conf-history"
4910
4911 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4912 - type: "table"
4913   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4914   algorithm: "table_oper_data_html"
4915   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
4916   data: "vpp-perf-results-3n-hsw"
4917   filter: "all"
4918
4919 ## Test Operational Data - VPP Performance Operational Data 3n-skx
4920 #- type: "table"
4921 #  title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4922 #  algorithm: "table_oper_data_html"
4923 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
4924 #  data: "vpp-perf-results-3n-skx"
4925 #  filter: "all"
4926 #
4927 ## Test Operational Data - VPP Performance Operational Data 2n-skx
4928 #- type: "table"
4929 #  title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
4930 #  algorithm: "table_oper_data_html"
4931 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
4932 #  data: "vpp-perf-results-2n-skx"
4933 #  filter: "all"
4934
4935 # Test Operational Data - VPP Performance Operational Data 2n-clx
4936 - type: "table"
4937   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
4938   algorithm: "table_oper_data_html"
4939   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_test_operational_2n_clx"
4940   data: "vpp-perf-results-2n-clx"
4941   filter: "all"
4942
4943 # Test Operational Data - VPP Performance Operational Data 3n-tsh
4944 - type: "table"
4945   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
4946   algorithm: "table_oper_data_html"
4947   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
4948   data: "vpp-perf-results-3n-tsh"
4949   filter: "all"
4950
4951 # Test Operational Data - VPP Performance Operational Data 3n-dnv
4952 - type: "table"
4953   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
4954   algorithm: "table_oper_data_html"
4955   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_test_operational_3n_dnv"
4956   data: "vpp-perf-results-3n-dnv"
4957   filter: "all"
4958
4959 # Test Operational Data - VPP Performance Operational Data 2n-dnv
4960 - type: "table"
4961   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
4962   algorithm: "table_oper_data_html"
4963   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
4964   data: "vpp-perf-results-2n-dnv"
4965   filter: "all"
4966
4967 # Detailed Test Results - VPP MRR Results 3n-hsw
4968 - type: "table"
4969   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
4970   algorithm: "table_merged_details"
4971   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4972   columns:
4973   - title: " |prein| Test Name |preout| "
4974     data: "data name"
4975   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4976     data: "data msg"
4977   data: "vpp-mrr-results-3n-hsw"
4978   filter: "all"
4979   parameters:
4980   - "name"
4981   - "parent"
4982   - "msg"
4983
4984 ## Detailed Test Results - VPP MRR Results 3n-skx
4985 #- type: "table"
4986 #  title: "Detailed Test Results - VPP MRR Results 3n-skx"
4987 #  algorithm: "table_merged_details"
4988 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4989 #  columns:
4990 #  - title: " |prein| Test Name |preout| "
4991 #    data: "data name"
4992 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4993 #    data: "data msg"
4994 #  data: "vpp-mrr-results-3n-skx"
4995 #  filter: "all"
4996 #  parameters:
4997 #  - "name"
4998 #  - "parent"
4999 #  - "msg"
5000 #
5001 ## Detailed Test Results - VPP MRR Results 2n-skx
5002 #- type: "table"
5003 #  title: "Detailed Test Results - VPP MRR Results 2n-skx"
5004 #  algorithm: "table_merged_details"
5005 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
5006 #  columns:
5007 #  - title: " |prein| Test Name |preout| "
5008 #    data: "data name"
5009 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5010 #    data: "data msg"
5011 #  data: "vpp-mrr-results-2n-skx"
5012 #  filter: "all"
5013 #  parameters:
5014 #  - "name"
5015 #  - "parent"
5016 #  - "msg"
5017
5018 # Detailed Test Results - VPP MRR Results 2n-clx
5019 - type: "table"
5020   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5021   algorithm: "table_merged_details"
5022   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
5023   columns:
5024   - title: " |prein| Test Name |preout| "
5025     data: "data name"
5026   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5027     data: "data msg"
5028   data: "vpp-mrr-results-2n-clx"
5029   filter: "all"
5030   parameters:
5031   - "name"
5032   - "parent"
5033   - "msg"
5034
5035 # Detailed Test Results - VPP MRR Results 3n-tsh
5036 - type: "table"
5037   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5038   algorithm: "table_merged_details"
5039   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
5040   columns:
5041   - title: " |prein| Test Name |preout| "
5042     data: "data name"
5043   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5044     data: "data msg"
5045   data: "vpp-mrr-results-3n-tsh"
5046   filter: "all"
5047   parameters:
5048   - "name"
5049   - "parent"
5050   - "msg"
5051
5052 # Detailed Test Results - VPP MRR Results 3n-dnv
5053 - type: "table"
5054   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5055   algorithm: "table_merged_details"
5056   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
5057   columns:
5058   - title: " |prein| Test Name |preout| "
5059     data: "data name"
5060   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5061     data: "data msg"
5062   data: "vpp-mrr-results-3n-dnv"
5063   filter: "all"
5064   parameters:
5065   - "name"
5066   - "parent"
5067   - "msg"
5068
5069 # Detailed Test Results - VPP MRR Results 2n-dnv
5070 - type: "table"
5071   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5072   algorithm: "table_merged_details"
5073   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
5074   columns:
5075   - title: " |prein| Test Name |preout| "
5076     data: "data name"
5077   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5078     data: "data msg"
5079   data: "vpp-mrr-results-2n-dnv"
5080   filter: "all"
5081   parameters:
5082   - "name"
5083   - "parent"
5084   - "msg"
5085
5086 # Test configuration - VPP MRR Test Configs 3n-hsw
5087 - type: "table"
5088   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5089   algorithm: "table_merged_details"
5090   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
5091   columns:
5092   - title: " |prein| Test Name |preout| "
5093     data: "data name"
5094   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5095     data: "data conf-history"
5096   data: "vpp-mrr-results-3n-hsw"
5097   filter: "all"
5098   parameters:
5099   - "parent"
5100   - "name"
5101   - "conf-history"
5102
5103 ## Test configuration - VPP MRR Test Configs 3n-skx
5104 #- type: "table"
5105 #  title: "Test configuration - VPP MRR Test Configs 3n-skx"
5106 #  algorithm: "table_merged_details"
5107 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
5108 #  columns:
5109 #  - title: " |prein| Test Name |preout| "
5110 #    data: "data name"
5111 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5112 #    data: "data conf-history"
5113 #  data: "vpp-mrr-results-3n-skx"
5114 #  filter: "all"
5115 #  parameters:
5116 #  - "parent"
5117 #  - "name"
5118 #  - "conf-history"
5119 #
5120 ## Test configuration - VPP MRR Test Configs 2n-skx
5121 #- type: "table"
5122 #  title: "Test configuration - VPP MRR Test Configs 2n-skx"
5123 #  algorithm: "table_merged_details"
5124 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
5125 #  columns:
5126 #  - title: " |prein| Test Name |preout| "
5127 #    data: "data name"
5128 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5129 #    data: "data conf-history"
5130 #  data: "vpp-mrr-results-2n-skx"
5131 #  filter: "all"
5132 #  parameters:
5133 #  - "parent"
5134 #  - "name"
5135 #  - "conf-history"
5136
5137 # Test configuration - VPP MRR Test Configs 2n-clx
5138 - type: "table"
5139   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5140   algorithm: "table_merged_details"
5141   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_test_configuration_2n_clx"
5142   columns:
5143   - title: " |prein| Test Name |preout| "
5144     data: "data name"
5145   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5146     data: "data conf-history"
5147   data: "vpp-mrr-results-2n-clx"
5148   filter: "all"
5149   parameters:
5150   - "parent"
5151   - "name"
5152   - "conf-history"
5153
5154 # Test configuration - VPP MRR Test Configs 3n-tsh
5155 - type: "table"
5156   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5157   algorithm: "table_merged_details"
5158   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
5159   columns:
5160   - title: " |prein| Test Name |preout| "
5161     data: "data name"
5162   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5163     data: "data conf-history"
5164   data: "vpp-mrr-results-3n-tsh"
5165   filter: "all"
5166   parameters:
5167   - "parent"
5168   - "name"
5169   - "conf-history"
5170
5171 # Test configuration - VPP MRR Test Configs 3n-dnv
5172 - type: "table"
5173   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5174   algorithm: "table_merged_details"
5175   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_test_configuration_3n_dnv"
5176   columns:
5177   - title: " |prein| Test Name |preout| "
5178     data: "data name"
5179   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5180     data: "data conf-history"
5181   data: "vpp-mrr-results-3n-dnv"
5182   filter: "all"
5183   parameters:
5184   - "parent"
5185   - "name"
5186   - "conf-history"
5187
5188 # Test configuration - VPP MRR Test Configs 2n-dnv
5189 - type: "table"
5190   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5191   algorithm: "table_merged_details"
5192   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
5193   columns:
5194   - title: " |prein| Test Name |preout| "
5195     data: "data name"
5196   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5197     data: "data conf-history"
5198   data: "vpp-mrr-results-2n-dnv"
5199   filter: "all"
5200   parameters:
5201   - "parent"
5202   - "name"
5203   - "conf-history"
5204
5205 # Detailed Test Results - VPP Device Results - Ubuntu
5206 - type: "table"
5207   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5208   algorithm: "table_merged_details"
5209   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5210   columns:
5211   - title: " |prein| Test Name |preout| "
5212     data: "data name"
5213   - title: " |prein| Status |preout| "
5214     data: "data status"
5215   data: "vpp-device-results-ubuntu"
5216   filter: "all"
5217   parameters:
5218   - "name"
5219   - "parent"
5220   - "doc"
5221   - "status"
5222
5223 # Test configuration - VPP Device Test Configs - Ubuntu
5224 - type: "table"
5225   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5226   algorithm: "table_merged_details"
5227   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5228   columns:
5229   - title: " |prein| Test Name |preout| "
5230     data: "data name"
5231   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5232     data: "data conf-history"
5233   data: "vpp-device-results-ubuntu"
5234   filter: "all"
5235   parameters:
5236   - "parent"
5237   - "name"
5238   - "conf-history"
5239
5240 ################################################################################
5241
5242 # DPDK Performance Changes 3n-hsw 1t1c pdr
5243 - type: "table"
5244   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5245   algorithm: "table_perf_comparison"
5246   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5247   history:
5248     - title: "rls1904"
5249       data: "dpdk-performance-changes-3n-hsw-h1"
5250   reference:
5251     title: "rls1908"
5252     data: "dpdk-performance-changes-3n-hsw-ref"
5253   compare:
5254     title: "rls2001"
5255     data: "dpdk-performance-changes-3n-hsw-cmp"
5256   data: "dpdk-performance-changes-3n-hsw"
5257   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5258   filter: "'1T1C' and 'NDRPDR'"
5259   parameters:
5260   - "name"
5261   - "parent"
5262   - "throughput"
5263
5264 # DPDK Performance Changes 3n-hsw 2t2c pdr
5265 - type: "table"
5266   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5267   algorithm: "table_perf_comparison"
5268   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5269   history:
5270     - title: "rls1904"
5271       data: "dpdk-performance-changes-3n-hsw-h1"
5272   reference:
5273     title: "rls1908"
5274     data: "dpdk-performance-changes-3n-hsw-ref"
5275   compare:
5276     title: "rls2001"
5277     data: "dpdk-performance-changes-3n-hsw-cmp"
5278   data: "dpdk-performance-changes-3n-hsw"
5279   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5280   filter: "'2T2C' and 'NDRPDR'"
5281   parameters:
5282   - "name"
5283   - "parent"
5284   - "throughput"
5285
5286 # DPDK Performance Changes 3n-hsw 1t1c ndr
5287 - type: "table"
5288   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5289   algorithm: "table_perf_comparison"
5290   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5291   history:
5292     - title: "rls1904"
5293       data: "dpdk-performance-changes-3n-hsw-h1"
5294   reference:
5295     title: "rls1908"
5296     data: "dpdk-performance-changes-3n-hsw-ref"
5297   compare:
5298     title: "rls2001"
5299     data: "dpdk-performance-changes-3n-hsw-cmp"
5300   data: "dpdk-performance-changes-3n-hsw"
5301   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5302   filter: "'1T1C' and 'NDRPDR'"
5303   parameters:
5304   - "name"
5305   - "parent"
5306   - "throughput"
5307
5308 # DPDK Performance Changes 3n-hsw 2t2c ndr
5309 - type: "table"
5310   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5311   algorithm: "table_perf_comparison"
5312   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5313   history:
5314     - title: "rls1904"
5315       data: "dpdk-performance-changes-3n-hsw-h1"
5316   reference:
5317     title: "rls1908"
5318     data: "dpdk-performance-changes-3n-hsw-ref"
5319   compare:
5320     title: "rls2001"
5321     data: "dpdk-performance-changes-3n-hsw-cmp"
5322   data: "dpdk-performance-changes-3n-hsw"
5323   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5324   filter: "'2T2C' and 'NDRPDR'"
5325   parameters:
5326   - "name"
5327   - "parent"
5328   - "throughput"
5329
5330 ## DPDK Performance Changes 3n-skx 2t1c pdr
5331 #- type: "table"
5332 #  title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5333 #  algorithm: "table_perf_comparison"
5334 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5335 #  history:
5336 #    - title: "rls1904"
5337 #      data: "dpdk-performance-changes-3n-skx-h1"
5338 #  reference:
5339 #    title: "rls1908"
5340 #    data: "dpdk-performance-changes-3n-skx-ref"
5341 #  compare:
5342 #    title: "rls2001"
5343 #    data: "dpdk-performance-changes-3n-skx-cmp"
5344 #  data: "dpdk-performance-changes-3n-skx"
5345 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5346 #  filter: "'2T1C' and 'NDRPDR'"
5347 #  parameters:
5348 #  - "name"
5349 #  - "parent"
5350 #  - "throughput"
5351 #
5352 ## DPDK Performance Changes 3n-skx 4t2c pdr
5353 #- type: "table"
5354 #  title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5355 #  algorithm: "table_perf_comparison"
5356 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5357 #  history:
5358 #    - title: "rls1904"
5359 #      data: "dpdk-performance-changes-3n-skx-h1"
5360 #  reference:
5361 #    title: "rls1908"
5362 #    data: "dpdk-performance-changes-3n-skx-ref"
5363 #  compare:
5364 #    title: "rls2001"
5365 #    data: "dpdk-performance-changes-3n-skx-cmp"
5366 #  data: "dpdk-performance-changes-3n-skx"
5367 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5368 #  filter: "'4T2C' and 'NDRPDR'"
5369 #  parameters:
5370 #  - "name"
5371 #  - "parent"
5372 #  - "throughput"
5373 #
5374 ## DPDK Performance Changes 3n-skx 2t1c ndr
5375 #- type: "table"
5376 #  title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5377 #  algorithm: "table_perf_comparison"
5378 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5379 #  history:
5380 #    - title: "rls1904"
5381 #      data: "dpdk-performance-changes-3n-skx-h1"
5382 #  reference:
5383 #    title: "rls1908"
5384 #    data: "dpdk-performance-changes-3n-skx-ref"
5385 #  compare:
5386 #    title: "rls2001"
5387 #    data: "dpdk-performance-changes-3n-skx-cmp"
5388 #  data: "dpdk-performance-changes-3n-skx"
5389 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5390 #  filter: "'2T1C' and 'NDRPDR'"
5391 #  parameters:
5392 #  - "name"
5393 #  - "parent"
5394 #  - "throughput"
5395 #
5396 ## DPDK Performance Changes 3n-skx 4t2c ndr
5397 #- type: "table"
5398 #  title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5399 #  algorithm: "table_perf_comparison"
5400 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5401 #  history:
5402 #    - title: "rls1904"
5403 #      data: "dpdk-performance-changes-3n-skx-h1"
5404 #  reference:
5405 #    title: "rls1908"
5406 #    data: "dpdk-performance-changes-3n-skx-ref"
5407 #  compare:
5408 #    title: "rls2001"
5409 #    data: "dpdk-performance-changes-3n-skx-cmp"
5410 #  data: "dpdk-performance-changes-3n-skx"
5411 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5412 #  filter: "'4T2C' and 'NDRPDR'"
5413 #  parameters:
5414 #  - "name"
5415 #  - "parent"
5416 #  - "throughput"
5417 #
5418 ## DPDK Performance Changes 2n-skx 2t1c pdr
5419 #- type: "table"
5420 #  title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5421 #  algorithm: "table_perf_comparison"
5422 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5423 #  history:
5424 #    - title: "rls1904"
5425 #      data: "dpdk-performance-changes-2n-skx-h1"
5426 #  reference:
5427 #    title: "rls1908"
5428 #    data: "dpdk-performance-changes-2n-skx-ref"
5429 #  compare:
5430 #    title: "rls2001"
5431 #    data: "dpdk-performance-changes-2n-skx-cmp"
5432 #  data: "dpdk-performance-changes-2n-skx"
5433 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5434 #  filter: "'2T1C' and 'NDRPDR'"
5435 #  parameters:
5436 #  - "name"
5437 #  - "parent"
5438 #  - "throughput"
5439 #
5440 ## DPDK Performance Changes 2n-skx 4t2c pdr
5441 #- type: "table"
5442 #  title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5443 #  algorithm: "table_perf_comparison"
5444 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5445 #  history:
5446 #    - title: "rls1904"
5447 #      data: "dpdk-performance-changes-2n-skx-h1"
5448 #  reference:
5449 #    title: "rls1908"
5450 #    data: "dpdk-performance-changes-2n-skx-ref"
5451 #  compare:
5452 #    title: "rls2001"
5453 #    data: "dpdk-performance-changes-2n-skx-cmp"
5454 #  data: "dpdk-performance-changes-2n-skx"
5455 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5456 #  filter: "'4T2C' and 'NDRPDR'"
5457 #  parameters:
5458 #  - "name"
5459 #  - "parent"
5460 #  - "throughput"
5461 #
5462 ## DPDK Performance Changes 2n-skx 2t1c ndr
5463 #- type: "table"
5464 #  title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5465 #  algorithm: "table_perf_comparison"
5466 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5467 #  history:
5468 #    - title: "rls1904"
5469 #      data: "dpdk-performance-changes-2n-skx-h1"
5470 #  reference:
5471 #    title: "rls1908"
5472 #    data: "dpdk-performance-changes-2n-skx-ref"
5473 #  compare:
5474 #    title: "rls2001"
5475 #    data: "dpdk-performance-changes-2n-skx-cmp"
5476 #  data: "dpdk-performance-changes-2n-skx"
5477 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5478 #  filter: "'2T1C' and 'NDRPDR'"
5479 #  parameters:
5480 #  - "name"
5481 #  - "parent"
5482 #  - "throughput"
5483 #
5484 ## DPDK Performance Changes 2n-skx 4t2c ndr
5485 #- type: "table"
5486 #  title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5487 #  algorithm: "table_perf_comparison"
5488 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5489 #  history:
5490 #    - title: "rls1904"
5491 #      data: "dpdk-performance-changes-2n-skx-h1"
5492 #  reference:
5493 #    title: "rls1908"
5494 #    data: "dpdk-performance-changes-2n-skx-ref"
5495 #  compare:
5496 #    title: "rls2001"
5497 #    data: "dpdk-performance-changes-2n-skx-cmp"
5498 #  data: "dpdk-performance-changes-2n-skx"
5499 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5500 #  filter: "'4T2C' and 'NDRPDR'"
5501 #  parameters:
5502 #  - "name"
5503 #  - "parent"
5504 #  - "throughput"
5505 #
5506 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5507 #- type: "table"
5508 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5509 #  algorithm: "table_perf_comparison"
5510 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5511 #  reference:
5512 #    title: "3-Node Hsw"
5513 #    data: "dpdk-compare-testbeds-ref"
5514 #  compare:
5515 #    title: "3-Node Skx"
5516 #    data: "dpdk-compare-testbeds-cmp"
5517 #  data: "dpdk-compare-testbeds"
5518 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5519 #  filter: "'NIC_Intel-X710'"
5520 #  parameters:
5521 #  - "name"
5522 #  - "parent"
5523 #  - "throughput"
5524 #
5525 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5526 #- type: "table"
5527 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5528 #  algorithm: "table_perf_comparison"
5529 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5530 #  reference:
5531 #    title: "3-Node Hsw"
5532 #    data: "dpdk-compare-testbeds-ref"
5533 #  compare:
5534 #    title: "3-Node Skx"
5535 #    data: "dpdk-compare-testbeds-cmp"
5536 #  data: "dpdk-compare-testbeds"
5537 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5538 #  filter: "'NIC_Intel-X710'"
5539 #  parameters:
5540 #  - "name"
5541 #  - "parent"
5542 #  - "throughput"
5543 #
5544 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5545 #- type: "table"
5546 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5547 #  algorithm: "table_perf_comparison"
5548 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5549 #  reference:
5550 #    title: "2-Node Skx"
5551 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5552 #  compare:
5553 #    title: "2-Node Clx"
5554 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5555 #  data: "dpdk-compare-testbeds-skx-clx"
5556 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5557 #  filter: "all"
5558 #  parameters:
5559 #  - "name"
5560 #  - "parent"
5561 #  - "throughput"
5562 #
5563 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5564 #- type: "table"
5565 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5566 #  algorithm: "table_perf_comparison"
5567 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5568 #  reference:
5569 #    title: "2-Node Skx"
5570 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5571 #  compare:
5572 #    title: "2-Node Clx"
5573 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5574 #  data: "dpdk-compare-testbeds-skx-clx"
5575 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5576 #  filter: "all"
5577 #  parameters:
5578 #  - "name"
5579 #  - "parent"
5580 #  - "throughput"
5581 #
5582 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5583 #- type: "table"
5584 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5585 #  algorithm: "table_perf_comparison"
5586 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5587 #  reference:
5588 #    title: "3-Node Skx"
5589 #    data: "dpdk-compare-topologies-ref"
5590 #  compare:
5591 #    title: "2-Node Skx"
5592 #    data: "dpdk-compare-topologies-cmp"
5593 #  data: "dpdk-compare-topologies"
5594 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5595 #  filter: "all"
5596 #  parameters:
5597 #  - "name"
5598 #  - "parent"
5599 #  - "throughput"
5600 #
5601 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5602 #- type: "table"
5603 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5604 #  algorithm: "table_perf_comparison"
5605 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5606 #  reference:
5607 #    title: "3-Node Skx"
5608 #    data: "dpdk-compare-topologies-ref"
5609 #  compare:
5610 #    title: "2-Node Skx"
5611 #    data: "dpdk-compare-topologies-cmp"
5612 #  data: "dpdk-compare-topologies"
5613 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5614 #  filter: "all"
5615 #  parameters:
5616 #  - "name"
5617 #  - "parent"
5618 #  - "throughput"
5619
5620 # Detailed Test Results - DPDK Performance Results 3n-hsw
5621 - type: "table"
5622   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5623   algorithm: "table_merged_details"
5624   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5625   columns:
5626   - title: " |prein| Test Name |preout| "
5627     data: "data name"
5628   - 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| "
5629     data: "data msg"
5630   data: "dpdk-perf-results-3n-hsw"
5631   filter: "all"
5632   parameters:
5633   - "name"
5634   - "parent"
5635   - "msg"
5636
5637 ## Detailed Test Results - DPDK Performance Results 3n-skx
5638 #- type: "table"
5639 #  title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5640 #  algorithm: "table_merged_details"
5641 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5642 #  columns:
5643 #  - title: " |prein| Test Name |preout| "
5644 #    data: "data name"
5645 #  - 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| "
5646 #    data: "data msg"
5647 #  data: "dpdk-perf-results-3n-skx"
5648 #  filter: "all"
5649 #  parameters:
5650 #  - "name"
5651 #  - "parent"
5652 #  - "msg"
5653 #
5654 ## Detailed Test Results - DPDK Performance Results 2n-skx
5655 #- type: "table"
5656 #  title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5657 #  algorithm: "table_merged_details"
5658 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5659 #  columns:
5660 #  - title: " |prein| Test Name |preout| "
5661 #    data: "data name"
5662 #  - 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| "
5663 #    data: "data msg"
5664 #  data: "dpdk-perf-results-2n-skx"
5665 #  filter: "all"
5666 #  parameters:
5667 #  - "name"
5668 #  - "parent"
5669 #  - "msg"
5670
5671 # Detailed Test Results - DPDK Performance Results 2n-clx
5672 - type: "table"
5673   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5674   algorithm: "table_merged_details"
5675   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5676   columns:
5677   - title: " |prein| Test Name |preout| "
5678     data: "data name"
5679   - 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| "
5680     data: "data msg"
5681   data: "dpdk-perf-results-2n-clx"
5682   filter: "all"
5683   parameters:
5684   - "name"
5685   - "parent"
5686   - "msg"
5687
5688 # Detailed Test Results - DPDK Performance Results 2n-dnv
5689 - type: "table"
5690   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5691   algorithm: "table_merged_details"
5692   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5693   columns:
5694   - title: " |prein| Test Name |preout| "
5695     data: "data name"
5696   - 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| "
5697     data: "data msg"
5698   data: "dpdk-perf-results-2n-dnv"
5699   filter: "all"
5700   parameters:
5701   - "name"
5702   - "parent"
5703   - "msg"
5704
5705 # Detailed Test Results - DPDK Performance Results 3n-dnv
5706 - type: "table"
5707   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5708   algorithm: "table_merged_details"
5709   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5710   columns:
5711   - title: " |prein| Test Name |preout| "
5712     data: "data name"
5713   - 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| "
5714     data: "data msg"
5715   data: "dpdk-perf-results-3n-dnv"
5716   filter: "all"
5717   parameters:
5718   - "name"
5719   - "parent"
5720   - "msg"
5721
5722 # Detailed Test Results - DPDK Performance Results 3n-tsh
5723 - type: "table"
5724   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
5725   algorithm: "table_merged_details"
5726   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5727   columns:
5728   - title: " |prein| Test Name |preout| "
5729     data: "data name"
5730   - 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| "
5731     data: "data msg"
5732   data: "dpdk-perf-results-3n-tsh"
5733   filter: "all"
5734   parameters:
5735   - "name"
5736   - "parent"
5737   - "msg"
5738
5739 ################################################################################
5740 ###                                F I L E S                                 ###
5741 ################################################################################
5742
5743 # VPP Performance Results
5744 - type: "file"
5745   title: "VPP Performance Results"
5746   algorithm: "file_details_split"
5747   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
5748   dir-tables:
5749 #    - "{DIR[DTR,PERF,VPP,2N,SKX]}"
5750 #    - "{DIR[DTR,PERF,VPP,3N,SKX]}"
5751     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
5752     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
5753     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
5754     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
5755     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
5756   data:
5757 #    - "vpp-perf-results-2n-skx"
5758 #    - "vpp-perf-results-3n-skx"
5759     - "vpp-perf-results-2n-clx"
5760     - "vpp-perf-results-3n-hsw"
5761     - "vpp-perf-results-3n-tsh"
5762     - "vpp-perf-results-2n-dnv"
5763     - "vpp-perf-results-3n-dnv"
5764   filter: "all"
5765   data-start-level: 4
5766   order-chapters:
5767     - "l2"
5768     - "ip4"
5769     - "ip6"
5770     - "srv6"
5771     - "ip4_tunnels"
5772     - "ip6_tunnels"
5773     - "vm_vhost"
5774     - "container_memif"
5775     - "crypto"
5776     - "vts"
5777     - "lb"
5778     - "nfv_density"
5779     - "hoststack"
5780   order-sub-chapters:
5781     - "2n-skx"
5782     - "3n-skx"
5783     - "2n-clx"
5784     - "3n-hsw"
5785     - "3n-tsh"
5786     - "2n-dnv"
5787     - "3n-dnv"
5788
5789 # VPP Performance Configuration
5790 - type: "file"
5791   title: "VPP Performance Configuration"
5792   algorithm: "file_details_split"
5793   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
5794   dir-tables:
5795 #    - "{DIR[DTC,PERF,VPP,2N,SKX]}"
5796 #    - "{DIR[DTC,PERF,VPP,3N,SKX]}"
5797     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
5798     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
5799     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
5800     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
5801     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
5802   data:
5803 #    - "vpp-perf-results-2n-skx"
5804 #    - "vpp-perf-results-3n-skx"
5805     - "vpp-perf-results-2n-clx"
5806     - "vpp-perf-results-3n-hsw"
5807     - "vpp-perf-results-3n-tsh"
5808     - "vpp-perf-results-2n-dnv"
5809     - "vpp-perf-results-3n-dnv"
5810   filter: "all"
5811   data-start-level: 4
5812   order-chapters:
5813     - "l2"
5814     - "ip4"
5815     - "ip6"
5816     - "srv6"
5817     - "ip4_tunnels"
5818     - "ip6_tunnels"
5819     - "vm_vhost"
5820     - "container_memif"
5821     - "crypto"
5822     - "vts"
5823     - "lb"
5824     - "nfv_density"
5825     - "hoststack"
5826   order-sub-chapters:
5827     - "2n-skx"
5828     - "3n-skx"
5829     - "2n-clx"
5830     - "3n-hsw"
5831     - "3n-tsh"
5832     - "2n-dnv"
5833     - "3n-dnv"
5834
5835 # VPP Performance Operational
5836 - type: "file"
5837   title: "VPP Performance Operational"
5838   algorithm: "file_details_split_html"
5839   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
5840   dir-tables:
5841 #    - "{DIR[DTO,PERF,VPP,2N,SKX]}"
5842 #    - "{DIR[DTO,PERF,VPP,3N,SKX]}"
5843     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
5844     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
5845     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
5846     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
5847     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
5848   data:
5849 #    - "vpp-perf-results-2n-skx"
5850 #    - "vpp-perf-results-3n-skx"
5851     - "vpp-perf-results-2n-clx"
5852     - "vpp-perf-results-3n-hsw"
5853     - "vpp-perf-results-3n-tsh"
5854     - "vpp-perf-results-2n-dnv"
5855     - "vpp-perf-results-3n-dnv"
5856   filter: "all"
5857   data-start-level: 4
5858   order-chapters:
5859     - "l2"
5860     - "ip4"
5861     - "ip6"
5862     - "srv6"
5863     - "ip4_tunnels"
5864     - "ip6_tunnels"
5865     - "vm_vhost"
5866     - "container_memif"
5867     - "crypto"
5868     - "vts"
5869     - "lb"
5870     - "nfv_density"
5871     - "hoststack"
5872   order-sub-chapters:
5873     - "2n-skx"
5874     - "3n-skx"
5875     - "2n-clx"
5876     - "3n-hsw"
5877     - "3n-tsh"
5878     - "2n-dnv"
5879     - "3n-dnv"
5880
5881 # VPP MRR Results
5882 - type: "file"
5883   title: "VPP MRR Results"
5884   algorithm: "file_details_split"
5885   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
5886   dir-tables:
5887 #    - "{DIR[DTR,MRR,VPP,2N,SKX]}"
5888 #    - "{DIR[DTR,MRR,VPP,3N,SKX]}"
5889     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
5890     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
5891     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
5892     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
5893     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
5894   data:
5895 #    - "vpp-mrr-results-2n-skx"
5896 #    - "vpp-mrr-results-3n-skx"
5897     - "vpp-mrr-results-2n-clx"
5898     - "vpp-mrr-results-3n-hsw"
5899     - "vpp-mrr-results-3n-tsh"
5900     - "vpp-mrr-results-2n-dnv"
5901     - "vpp-mrr-results-3n-dnv"
5902   filter: "all"
5903   data-start-level: 4
5904   order-chapters:
5905     - "l2"
5906     - "ip4"
5907     - "ip6"
5908     - "srv6"
5909     - "ip4_tunnels"
5910     - "ip6_tunnels"
5911     - "vm_vhost"
5912     - "container_memif"
5913     - "crypto"
5914     - "vts"
5915     - "lb"
5916     - "nfv_density"
5917     - "hoststack"
5918   order-sub-chapters:
5919     - "2n-skx"
5920     - "3n-skx"
5921     - "2n-clx"
5922     - "3n-hsw"
5923     - "3n-tsh"
5924     - "2n-dnv"
5925     - "3n-dnv"
5926
5927 # VPP MRR Configuration
5928 - type: "file"
5929   title: "VPP MRR Configuration"
5930   algorithm: "file_details_split"
5931   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
5932   dir-tables:
5933 #    - "{DIR[DTC,MRR,VPP,2N,SKX]}"
5934 #    - "{DIR[DTC,MRR,VPP,3N,SKX]}"
5935     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
5936     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
5937     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
5938     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
5939     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
5940   data:
5941 #    - "vpp-mrr-results-2n-skx"
5942 #    - "vpp-mrr-results-3n-skx"
5943     - "vpp-mrr-results-2n-clx"
5944     - "vpp-mrr-results-3n-hsw"
5945     - "vpp-mrr-results-3n-tsh"
5946     - "vpp-mrr-results-2n-dnv"
5947     - "vpp-mrr-results-3n-dnv"
5948   filter: "all"
5949   data-start-level: 4
5950   order-chapters:
5951     - "l2"
5952     - "ip4"
5953     - "ip6"
5954     - "srv6"
5955     - "ip4_tunnels"
5956     - "ip6_tunnels"
5957     - "vm_vhost"
5958     - "container_memif"
5959     - "crypto"
5960     - "vts"
5961     - "lb"
5962     - "nfv_density"
5963     - "hoststack"
5964   order-sub-chapters:
5965     - "2n-skx"
5966     - "3n-skx"
5967     - "2n-clx"
5968     - "3n-hsw"
5969     - "3n-tsh"
5970     - "2n-dnv"
5971     - "3n-dnv"
5972
5973 # VPP Device Results - Ubuntu
5974 - type: "file"
5975   title: "VPP Device Results - Ubuntu"
5976   algorithm: "file_test_results"
5977   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5978   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5979   data: "vpp-device-results-ubuntu"
5980   filter: "all"
5981   data-start-level: 4
5982
5983 # VPP Device Configuration - Ubuntu
5984 - type: "file"
5985   title: "VPP Device Configuration - Ubuntu"
5986   algorithm: "file_test_results"
5987   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5988   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5989   data: "vpp-device-results-ubuntu"
5990   filter: "all"
5991   data-start-level: 4
5992
5993 # DPDK Performance Results 3n-hsw
5994 - type: "file"
5995   title: "DPDK Performance Results 3n-hsw"
5996   algorithm: "file_test_results"
5997   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5998   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5999   data: "dpdk-perf-results-3n-hsw"
6000   filter: "all"
6001   data-start-level: 4
6002
6003 ## DPDK Performance Results 3n-skx
6004 #- type: "file"
6005 #  title: "DPDK Performance Results 3n-skx"
6006 #  algorithm: "file_test_results"
6007 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6008 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6009 #  data: "dpdk-perf-results-3n-skx"
6010 #  filter: "all"
6011 #  data-start-level: 4
6012 #
6013 ## DPDK Performance Results 2n-skx
6014 #- type: "file"
6015 #  title: "DPDK Performance Results 2n-skx"
6016 #  algorithm: "file_test_results"
6017 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6018 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6019 #  data: "dpdk-perf-results-2n-skx"
6020 #  filter: "all"
6021 #  data-start-level: 4
6022
6023 # DPDK Performance Results 2n-clx
6024 - type: "file"
6025   title: "DPDK Performance Results 2n-clx"
6026   algorithm: "file_test_results"
6027   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6028   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6029   data: "dpdk-perf-results-2n-clx"
6030   filter: "all"
6031   data-start-level: 4
6032
6033 # DPDK Performance Results 2n-dnv
6034 - type: "file"
6035   title: "DPDK Performance Results 2n-dnv"
6036   algorithm: "file_test_results"
6037   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6038   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6039   data: "dpdk-perf-results-2n-dnv"
6040   filter: "all"
6041   data-start-level: 4
6042
6043 # DPDK Performance Results 3n-dnv
6044 - type: "file"
6045   title: "DPDK Performance Results 3n-dnv"
6046   algorithm: "file_test_results"
6047   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6048   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6049   data: "dpdk-perf-results-3n-dnv"
6050   filter: "all"
6051   data-start-level: 4
6052
6053 # DPDK Performance Results 3n-tsh
6054 - type: "file"
6055   title: "DPDK Performance Results 3n-tsh"
6056   algorithm: "file_test_results"
6057   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6058   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6059   data: "dpdk-perf-results-3n-tsh"
6060   filter: "all"
6061   data-start-level: 4
6062
6063 ################################################################################
6064 ###                                P L O T S                                 ###
6065 ################################################################################
6066
6067 # Hoststack tests 3n-hsw
6068
6069 - type: "plot"
6070   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6071   algorithm: "plot_perf_box_name"
6072   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6073   data: "plot-vpp-hoststack-3n-hsw"
6074   include:
6075     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6076     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6077   layout:
6078     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6079     layout: "plot-hoststack"
6080
6081 - type: "plot"
6082   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6083   algorithm: "plot_perf_box_name"
6084   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6085   data: "plot-vpp-hoststack-3n-hsw"
6086   include:
6087     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6088     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6089   layout:
6090     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6091     layout: "plot-hoststack"
6092
6093 - type: "plot"
6094   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6095   algorithm: "plot_perf_box_name"
6096   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho-bps"
6097   data: "plot-vpp-hoststack-3n-hsw"
6098   include:
6099     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6100     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6101     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6102     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6103   layout:
6104     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6105     layout: "plot-hoststack"
6106
6107 # Plots VPP HTTP Server Performance
6108 - type: "plot"
6109   title: "VPP HTTP Server Performance"
6110   algorithm: "plot_http_server_perf_box"
6111   output-file-type: ".html"
6112   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6113   data:
6114     "plot-vpp-http-server-performance"
6115   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6116   parameters:
6117   - "result"
6118   - "name"
6119   traces:
6120     hoverinfo: "y+name"
6121     boxpoints: "outliers"
6122     whiskerwidth: 0
6123   layout:
6124     title: "VPP HTTP Server Performance"
6125     layout:
6126       "plot-cps"
6127
6128 - type: "plot"
6129   title: "VPP HTTP Server Performance"
6130   algorithm: "plot_http_server_perf_box"
6131   output-file-type: ".html"
6132   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6133   data:
6134     "plot-vpp-http-server-performance"
6135   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6136   parameters:
6137   - "result"
6138   - "name"
6139   traces:
6140     hoverinfo: "y+name"
6141     boxpoints: "outliers"
6142     whiskerwidth: 0
6143   layout:
6144     title: "VPP HTTP Server Performance"
6145     layout:
6146       "plot-rps"
6147
6148 ################################################################################
6149
6150 # Soak Test (PLRsearch), boxes - 2n-clx
6151 - type: "plot"
6152   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6153   algorithm: "plot_perf_box_name"
6154   output-file-type: ".html"
6155   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6156   data: "plot-vpp-soak-2n-clx"
6157   include:
6158     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6159     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6160     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6161     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6162     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6163     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6164   layout:
6165     title: "30 Minutes Soak Test (PLRsearch)"
6166     layout: "plot-soak-throughput"
6167
6168 # Soak Test (PLRsearch), boxes - 2n-clx
6169 - type: "plot"
6170   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6171   algorithm: "plot_perf_box_name"
6172   output-file-type: ".html"
6173   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6174   data: "plot-vpp-soak-2n-clx"
6175   include:
6176     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6177     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6178     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6179     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6180     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6181     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-soak"
6182   layout:
6183     title: "30 Minutes Soak Test (PLRsearch)"
6184     layout: "plot-soak-throughput"
6185
6186 ###############################################################################
6187
6188 # Reconf tests 2n-skx
6189
6190 #- type: "plot"
6191 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6192 #  algorithm: "plot_nf_reconf_box_name"
6193 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6194 #  data: "plot-vpp-nfv-reconf-2n-skx"
6195 #  include:
6196 #    - "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"
6197 #    - "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"
6198 #    - "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"
6199 #    - "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"
6200 #    - "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"
6201 #    - "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"
6202 #  layout:
6203 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6204 #    layout: "plot-throughput"
6205 #
6206 #- type: "plot"
6207 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6208 #  algorithm: "plot_nf_reconf_box_name"
6209 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6210 #  data: "plot-vpp-nfv-reconf-2n-skx"
6211 #  include:
6212 #    - "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"
6213 #    - "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"
6214 #    - "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"
6215 #    - "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"
6216 #    - "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"
6217 #    - "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"
6218 #  layout:
6219 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6220 #    layout: "plot-throughput"
6221 #
6222 #- type: "plot"
6223 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6224 #  algorithm: "plot_nf_reconf_box_name"
6225 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6226 #  data: "plot-vpp-nfv-reconf-2n-skx"
6227 #  include:
6228 #    - "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"
6229 #    - "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"
6230 #    - "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"
6231 #    - "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"
6232 #    - "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"
6233 #    - "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"
6234 #  layout:
6235 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6236 #    layout: "plot-throughput"
6237
6238 ###############################################################################
6239
6240 # Reconf tests 2n-clx
6241
6242 - type: "plot"
6243   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6244   algorithm: "plot_nf_reconf_box_name"
6245   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6246   data: "plot-vpp-nfv-reconf-2n-clx"
6247   include:
6248     - "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"
6249     - "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"
6250     - "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"
6251     - "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"
6252   layout:
6253     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6254     layout: "plot-throughput"
6255
6256 - type: "plot"
6257   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6258   algorithm: "plot_nf_reconf_box_name"
6259   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6260   data: "plot-vpp-nfv-reconf-2n-clx"
6261   include:
6262     - "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"
6263     - "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"
6264     - "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"
6265     - "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"
6266   layout:
6267     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6268     layout: "plot-throughput"
6269
6270 - type: "plot"
6271   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6272   algorithm: "plot_nf_reconf_box_name"
6273   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6274   data: "plot-vpp-nfv-reconf-2n-clx"
6275   include:
6276     - "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"
6277     - "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"
6278     - "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"
6279     - "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"
6280   layout:
6281     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6282     layout: "plot-throughput"
6283
6284 ################################################################################
6285 ## Plots - NF Density - VSC - MRR 64b
6286 #- type: "plot"
6287 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6288 #  algorithm: "plot_nf_heatmap"
6289 #  output-file-type: ".html"
6290 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6291 #  data: "plot-vpp-nfv-2n-skx-mrr"
6292 #  filter: "'NIC_Intel-XXV710' and
6293 #           'NF_DENSITY' and
6294 #           'VHOST' and
6295 #           not 'VXLAN' and
6296 #           'CHAIN' and
6297 #           'NF_VPPIP4' and
6298 #           '64B' and
6299 #           '2T1C' and
6300 #           'MRR'"
6301 #  parameters:
6302 #  - "result"
6303 #  - "name"
6304 #  - "tags"
6305 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6306 #  x-axis: "X = VNFs per Service Chain"
6307 #  y-axis: "Y = Number of Service Chains"
6308 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6309 #  layout:
6310 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6311 #    layout: "plot-service-density"
6312 #
6313 #- type: "plot"
6314 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6315 #  algorithm: "plot_nf_heatmap"
6316 #  output-file-type: ".html"
6317 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6318 #  data: "plot-vpp-nfv-2n-skx-mrr"
6319 #  filter: "'NIC_Intel-XXV710' and
6320 #           'NF_DENSITY' and
6321 #           'VHOST' and
6322 #           not 'VXLAN' and
6323 #           'CHAIN' and
6324 #           'NF_VPPIP4' and
6325 #           '64B' and
6326 #           '4T2C' and
6327 #           'MRR'"
6328 #  parameters:
6329 #  - "result"
6330 #  - "name"
6331 #  - "tags"
6332 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6333 #  x-axis: "X = VNFs per Service Chain"
6334 #  y-axis: "Y = Number of Service Chains"
6335 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6336 #  layout:
6337 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6338 #    layout: "plot-service-density"
6339 #
6340 #- type: "plot"
6341 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6342 #  algorithm: "plot_nf_heatmap"
6343 #  output-file-type: ".html"
6344 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6345 #  data: "plot-vpp-nfv-2n-skx-mrr"
6346 #  filter: "'NIC_Intel-XXV710' and
6347 #           'NF_DENSITY' and
6348 #           'VHOST' and
6349 #           not 'VXLAN' and
6350 #           'CHAIN' and
6351 #           'NF_VPPIP4' and
6352 #           '64B' and
6353 #           '8T4C' and
6354 #           'MRR'"
6355 #  parameters:
6356 #  - "result"
6357 #  - "name"
6358 #  - "tags"
6359 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6360 #  x-axis: "X = VNFs per Service Chain"
6361 #  y-axis: "Y = Number of Service Chains"
6362 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6363 #  layout:
6364 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6365 #    layout: "plot-service-density"
6366 #
6367 ## Plots - NF Density - VSC - MRR IMIX
6368 #- type: "plot"
6369 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6370 #  algorithm: "plot_nf_heatmap"
6371 #  output-file-type: ".html"
6372 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6373 #  data: "plot-vpp-nfv-2n-skx-mrr"
6374 #  filter: "'NIC_Intel-XXV710' and
6375 #           'NF_DENSITY' and
6376 #           'VHOST' and
6377 #           not 'VXLAN' and
6378 #           'CHAIN' and
6379 #           'NF_VPPIP4' and
6380 #           'IMIX' and
6381 #           '2T1C' and
6382 #           'MRR'"
6383 #  parameters:
6384 #  - "result"
6385 #  - "name"
6386 #  - "tags"
6387 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6388 #  x-axis: "X = VNFs per Service Chain"
6389 #  y-axis: "Y = Number of Service Chains"
6390 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6391 #  layout:
6392 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6393 #    layout: "plot-service-density"
6394 #
6395 #- type: "plot"
6396 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6397 #  algorithm: "plot_nf_heatmap"
6398 #  output-file-type: ".html"
6399 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6400 #  data: "plot-vpp-nfv-2n-skx-mrr"
6401 #  filter: "'NIC_Intel-XXV710' and
6402 #           'NF_DENSITY' and
6403 #           'VHOST' and
6404 #           not 'VXLAN' and
6405 #           'CHAIN' and
6406 #           'NF_VPPIP4' and
6407 #           'IMIX' and
6408 #           '4T2C' and
6409 #           'MRR'"
6410 #  parameters:
6411 #  - "result"
6412 #  - "name"
6413 #  - "tags"
6414 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6415 #  x-axis: "X = VNFs per Service Chain"
6416 #  y-axis: "Y = Number of Service Chains"
6417 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6418 #  layout:
6419 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6420 #    layout: "plot-service-density"
6421 #
6422 #- type: "plot"
6423 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6424 #  algorithm: "plot_nf_heatmap"
6425 #  output-file-type: ".html"
6426 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6427 #  data: "plot-vpp-nfv-2n-skx-mrr"
6428 #  filter: "'NIC_Intel-XXV710' and
6429 #           'NF_DENSITY' and
6430 #           'VHOST' and
6431 #           not 'VXLAN' and
6432 #           'CHAIN' and
6433 #           'NF_VPPIP4' and
6434 #           'IMIX' and
6435 #           '8T4C' and
6436 #           'MRR'"
6437 #  parameters:
6438 #  - "result"
6439 #  - "name"
6440 #  - "tags"
6441 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6442 #  x-axis: "X = VNFs per Service Chain"
6443 #  y-axis: "Y = Number of Service Chains"
6444 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6445 #  layout:
6446 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6447 #    layout: "plot-service-density"
6448 #
6449 ## Plots - NF Density - VSC - NDR 64b
6450 #- type: "plot"
6451 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6452 #  algorithm: "plot_nf_heatmap"
6453 #  output-file-type: ".html"
6454 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6455 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6456 #  filter: "'NIC_Intel-XXV710' and
6457 #           'NF_DENSITY' and
6458 #           'VHOST' and
6459 #           not 'VXLAN' and
6460 #           'CHAIN' and
6461 #           'NF_VPPIP4' and
6462 #           '64B' and
6463 #           '2T1C' and
6464 #           'NDRPDR'"
6465 #  parameters:
6466 #  - "throughput"
6467 #  - "name"
6468 #  - "tags"
6469 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6470 #  x-axis: "X = VNFs per Service Chain"
6471 #  y-axis: "Y = Number of Service Chains"
6472 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6473 #  layout:
6474 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6475 #    layout: "plot-service-density"
6476 #
6477 #- type: "plot"
6478 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6479 #  algorithm: "plot_nf_heatmap"
6480 #  output-file-type: ".html"
6481 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6482 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6483 #  filter: "'NIC_Intel-XXV710' and
6484 #           'NF_DENSITY' and
6485 #           'VHOST' and
6486 #           not 'VXLAN' and
6487 #           'CHAIN' and
6488 #           'NF_VPPIP4' and
6489 #           '64B' and
6490 #           '4T2C' and
6491 #           'NDRPDR'"
6492 #  parameters:
6493 #  - "throughput"
6494 #  - "name"
6495 #  - "tags"
6496 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6497 #  x-axis: "X = VNFs per Service Chain"
6498 #  y-axis: "Y = Number of Service Chains"
6499 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6500 #  layout:
6501 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6502 #    layout: "plot-service-density"
6503 #
6504 #- type: "plot"
6505 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6506 #  algorithm: "plot_nf_heatmap"
6507 #  output-file-type: ".html"
6508 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6509 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6510 #  filter: "'NIC_Intel-XXV710' and
6511 #           'NF_DENSITY' and
6512 #           'VHOST' and
6513 #           not 'VXLAN' and
6514 #           'CHAIN' and
6515 #           'NF_VPPIP4' and
6516 #           '64B' and
6517 #           '8T4C' and
6518 #           'NDRPDR'"
6519 #  parameters:
6520 #  - "throughput"
6521 #  - "name"
6522 #  - "tags"
6523 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6524 #  x-axis: "X = VNFs per Service Chain"
6525 #  y-axis: "Y = Number of Service Chains"
6526 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6527 #  layout:
6528 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6529 #    layout: "plot-service-density"
6530 #
6531 ## Plots - NF Density - VSC - NDR IMIX
6532 #- type: "plot"
6533 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6534 #  algorithm: "plot_nf_heatmap"
6535 #  output-file-type: ".html"
6536 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6537 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6538 #  filter: "'NIC_Intel-XXV710' and
6539 #           'NF_DENSITY' and
6540 #           'VHOST' and
6541 #           not 'VXLAN' and
6542 #           'CHAIN' and
6543 #           'NF_VPPIP4' and
6544 #           'IMIX' and
6545 #           '2T1C' and
6546 #           'NDRPDR'"
6547 #  parameters:
6548 #  - "throughput"
6549 #  - "name"
6550 #  - "tags"
6551 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6552 #  x-axis: "X = VNFs per Service Chain"
6553 #  y-axis: "Y = Number of Service Chains"
6554 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6555 #  layout:
6556 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6557 #    layout: "plot-service-density"
6558 #
6559 #- type: "plot"
6560 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6561 #  algorithm: "plot_nf_heatmap"
6562 #  output-file-type: ".html"
6563 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6564 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6565 #  filter: "'NIC_Intel-XXV710' and
6566 #           'NF_DENSITY' and
6567 #           'VHOST' and
6568 #           not 'VXLAN' and
6569 #           'CHAIN' and
6570 #           'NF_VPPIP4' and
6571 #           'IMIX' and
6572 #           '4T2C' and
6573 #           'NDRPDR'"
6574 #  parameters:
6575 #  - "throughput"
6576 #  - "name"
6577 #  - "tags"
6578 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6579 #  x-axis: "X = VNFs per Service Chain"
6580 #  y-axis: "Y = Number of Service Chains"
6581 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6582 #  layout:
6583 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6584 #    layout: "plot-service-density"
6585 #
6586 #- type: "plot"
6587 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6588 #  algorithm: "plot_nf_heatmap"
6589 #  output-file-type: ".html"
6590 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6591 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6592 #  filter: "'NIC_Intel-XXV710' and
6593 #           'NF_DENSITY' and
6594 #           'VHOST' and
6595 #           not 'VXLAN' and
6596 #           'CHAIN' and
6597 #           'NF_VPPIP4' and
6598 #           'IMIX' and
6599 #           '8T4C' and
6600 #           'NDRPDR'"
6601 #  parameters:
6602 #  - "throughput"
6603 #  - "name"
6604 #  - "tags"
6605 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6606 #  x-axis: "X = VNFs per Service Chain"
6607 #  y-axis: "Y = Number of Service Chains"
6608 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6609 #  layout:
6610 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6611 #    layout: "plot-service-density"
6612 #
6613 ## Plots - NF Density - VSC - PDR 64b
6614 #- type: "plot"
6615 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6616 #  algorithm: "plot_nf_heatmap"
6617 #  output-file-type: ".html"
6618 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6619 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6620 #  filter: "'NIC_Intel-XXV710' and
6621 #           'NF_DENSITY' and
6622 #           'VHOST' and
6623 #           not 'VXLAN' and
6624 #           'CHAIN' and
6625 #           'NF_VPPIP4' and
6626 #           '64B' and
6627 #           '2T1C' and
6628 #           'NDRPDR'"
6629 #  parameters:
6630 #  - "throughput"
6631 #  - "name"
6632 #  - "tags"
6633 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6634 #  x-axis: "X = VNFs per Service Chain"
6635 #  y-axis: "Y = Number of Service Chains"
6636 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6637 #  layout:
6638 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6639 #    layout: "plot-service-density"
6640 #
6641 #- type: "plot"
6642 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6643 #  algorithm: "plot_nf_heatmap"
6644 #  output-file-type: ".html"
6645 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6646 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6647 #  filter: "'NIC_Intel-XXV710' and
6648 #           'NF_DENSITY' and
6649 #           'VHOST' and
6650 #           not 'VXLAN' and
6651 #           'CHAIN' and
6652 #           'NF_VPPIP4' and
6653 #           '64B' and
6654 #           '4T2C' and
6655 #           'NDRPDR'"
6656 #  parameters:
6657 #  - "throughput"
6658 #  - "name"
6659 #  - "tags"
6660 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6661 #  x-axis: "X = VNFs per Service Chain"
6662 #  y-axis: "Y = Number of Service Chains"
6663 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6664 #  layout:
6665 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6666 #    layout: "plot-service-density"
6667 #
6668 #- type: "plot"
6669 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6670 #  algorithm: "plot_nf_heatmap"
6671 #  output-file-type: ".html"
6672 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6673 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6674 #  filter: "'NIC_Intel-XXV710' and
6675 #           'NF_DENSITY' and
6676 #           'VHOST' and
6677 #           not 'VXLAN' and
6678 #           'CHAIN' and
6679 #           'NF_VPPIP4' and
6680 #           '64B' and
6681 #           '8T4C' and
6682 #           'NDRPDR'"
6683 #  parameters:
6684 #  - "throughput"
6685 #  - "name"
6686 #  - "tags"
6687 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6688 #  x-axis: "X = VNFs per Service Chain"
6689 #  y-axis: "Y = Number of Service Chains"
6690 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6691 #  layout:
6692 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6693 #    layout: "plot-service-density"
6694 #
6695 ## Plots - NF Density - VSC - PDR IMIX
6696 #- type: "plot"
6697 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6698 #  algorithm: "plot_nf_heatmap"
6699 #  output-file-type: ".html"
6700 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6701 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6702 #  filter: "'NIC_Intel-XXV710' and
6703 #           'NF_DENSITY' and
6704 #           'VHOST' and
6705 #           not 'VXLAN' and
6706 #           'CHAIN' and
6707 #           'NF_VPPIP4' and
6708 #           'IMIX' and
6709 #           '2T1C' and
6710 #           'NDRPDR'"
6711 #  parameters:
6712 #  - "throughput"
6713 #  - "name"
6714 #  - "tags"
6715 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6716 #  x-axis: "X = VNFs per Service Chain"
6717 #  y-axis: "Y = Number of Service Chains"
6718 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6719 #  layout:
6720 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6721 #    layout: "plot-service-density"
6722 #
6723 #- type: "plot"
6724 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6725 #  algorithm: "plot_nf_heatmap"
6726 #  output-file-type: ".html"
6727 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6728 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6729 #  filter: "'NIC_Intel-XXV710' and
6730 #           'NF_DENSITY' and
6731 #           'VHOST' and
6732 #           not 'VXLAN' and
6733 #           'CHAIN' and
6734 #           'NF_VPPIP4' and
6735 #           'IMIX' and
6736 #           '4T2C' and
6737 #           'NDRPDR'"
6738 #  parameters:
6739 #  - "throughput"
6740 #  - "name"
6741 #  - "tags"
6742 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6743 #  x-axis: "X = VNFs per Service Chain"
6744 #  y-axis: "Y = Number of Service Chains"
6745 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6746 #  layout:
6747 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6748 #    layout: "plot-service-density"
6749 #
6750 #- type: "plot"
6751 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6752 #  algorithm: "plot_nf_heatmap"
6753 #  output-file-type: ".html"
6754 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6755 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6756 #  filter: "'NIC_Intel-XXV710' and
6757 #           'NF_DENSITY' and
6758 #           'VHOST' and
6759 #           not 'VXLAN' and
6760 #           'CHAIN' and
6761 #           'NF_VPPIP4' and
6762 #           'IMIX' and
6763 #           '8T4C' and
6764 #           'NDRPDR'"
6765 #  parameters:
6766 #  - "throughput"
6767 #  - "name"
6768 #  - "tags"
6769 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6770 #  x-axis: "X = VNFs per Service Chain"
6771 #  y-axis: "Y = Number of Service Chains"
6772 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6773 #  layout:
6774 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6775 #    layout: "plot-service-density"
6776 #
6777 ################################################################################
6778 ## Plots - NF Density - VSC - MRR 64b
6779 #- type: "plot"
6780 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6781 #  algorithm: "plot_nf_heatmap"
6782 #  output-file-type: ".html"
6783 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6784 #  data: "plot-vpp-nfv-2n-skx-mrr"
6785 #  filter: "'NIC_Intel-XXV710' and
6786 #           'NF_DENSITY' and
6787 #           'VHOST' and
6788 #           'VXLAN' and
6789 #           'CHAIN' and
6790 #           '118' and
6791 #           '2T1C' and
6792 #           'MRR'"
6793 #  parameters:
6794 #  - "result"
6795 #  - "name"
6796 #  - "tags"
6797 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6798 #  x-axis: "X = VNFs per Service Chain"
6799 #  y-axis: "Y = Number of Service Chains"
6800 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6801 #  layout:
6802 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6803 #    layout: "plot-service-density"
6804 #
6805 #- type: "plot"
6806 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6807 #  algorithm: "plot_nf_heatmap"
6808 #  output-file-type: ".html"
6809 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6810 #  data: "plot-vpp-nfv-2n-skx-mrr"
6811 #  filter: "'NIC_Intel-XXV710' and
6812 #           'NF_DENSITY' and
6813 #           'VHOST' and
6814 #           'VXLAN' and
6815 #           'CHAIN' and
6816 #           '118' and
6817 #           '4T2C' and
6818 #           'MRR'"
6819 #  parameters:
6820 #  - "result"
6821 #  - "name"
6822 #  - "tags"
6823 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6824 #  x-axis: "X = VNFs per Service Chain"
6825 #  y-axis: "Y = Number of Service Chains"
6826 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6827 #  layout:
6828 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6829 #    layout: "plot-service-density"
6830 #
6831 #- type: "plot"
6832 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6833 #  algorithm: "plot_nf_heatmap"
6834 #  output-file-type: ".html"
6835 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6836 #  data: "plot-vpp-nfv-2n-skx-mrr"
6837 #  filter: "'NIC_Intel-XXV710' and
6838 #           'NF_DENSITY' and
6839 #           'VHOST' and
6840 #           'VXLAN' and
6841 #           'CHAIN' and
6842 #           '118' and
6843 #           '8T4C' and
6844 #           'MRR'"
6845 #  parameters:
6846 #  - "result"
6847 #  - "name"
6848 #  - "tags"
6849 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6850 #  x-axis: "X = VNFs per Service Chain"
6851 #  y-axis: "Y = Number of Service Chains"
6852 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6853 #  layout:
6854 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6855 #    layout: "plot-service-density"
6856 #
6857 ## Plots - NF Density - VSC - MRR IMIX
6858 #- type: "plot"
6859 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6860 #  algorithm: "plot_nf_heatmap"
6861 #  output-file-type: ".html"
6862 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6863 #  data: "plot-vpp-nfv-2n-skx-mrr"
6864 #  filter: "'NIC_Intel-XXV710' and
6865 #           'NF_DENSITY' and
6866 #           'VHOST' and
6867 #           'VXLAN' and
6868 #           'CHAIN' and
6869 #           'IMIX' and
6870 #           '2T1C' and
6871 #           'MRR'"
6872 #  parameters:
6873 #  - "result"
6874 #  - "name"
6875 #  - "tags"
6876 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6877 #  x-axis: "X = VNFs per Service Chain"
6878 #  y-axis: "Y = Number of Service Chains"
6879 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6880 #  layout:
6881 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6882 #    layout: "plot-service-density"
6883 #
6884 #- type: "plot"
6885 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6886 #  algorithm: "plot_nf_heatmap"
6887 #  output-file-type: ".html"
6888 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
6889 #  data: "plot-vpp-nfv-2n-skx-mrr"
6890 #  filter: "'NIC_Intel-XXV710' and
6891 #           'NF_DENSITY' and
6892 #           'VHOST' and
6893 #           'VXLAN' and
6894 #           'CHAIN' and
6895 #           'IMIX' and
6896 #           '4T2C' and
6897 #           'MRR'"
6898 #  parameters:
6899 #  - "result"
6900 #  - "name"
6901 #  - "tags"
6902 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6903 #  x-axis: "X = VNFs per Service Chain"
6904 #  y-axis: "Y = Number of Service Chains"
6905 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6906 #  layout:
6907 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6908 #    layout: "plot-service-density"
6909 #
6910 #- type: "plot"
6911 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6912 #  algorithm: "plot_nf_heatmap"
6913 #  output-file-type: ".html"
6914 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
6915 #  data: "plot-vpp-nfv-2n-skx-mrr"
6916 #  filter: "'NIC_Intel-XXV710' and
6917 #           'NF_DENSITY' and
6918 #           'VHOST' and
6919 #           'VXLAN' and
6920 #           'CHAIN' and
6921 #           'IMIX' and
6922 #           '8T4C' and
6923 #           'MRR'"
6924 #  parameters:
6925 #  - "result"
6926 #  - "name"
6927 #  - "tags"
6928 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6929 #  x-axis: "X = VNFs per Service Chain"
6930 #  y-axis: "Y = Number of Service Chains"
6931 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6932 #  layout:
6933 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6934 #    layout: "plot-service-density"
6935 #
6936 ## Plots - NF Density - VSC - NDR 64b
6937 #- type: "plot"
6938 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6939 #  algorithm: "plot_nf_heatmap"
6940 #  output-file-type: ".html"
6941 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
6942 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6943 #  filter: "'NIC_Intel-XXV710' and
6944 #           'NF_DENSITY' and
6945 #           'VHOST' and
6946 #           'VXLAN' and
6947 #           'CHAIN' and
6948 #           '118' and
6949 #           '2T1C' and
6950 #           'NDRPDR'"
6951 #  parameters:
6952 #  - "throughput"
6953 #  - "name"
6954 #  - "tags"
6955 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6956 #  x-axis: "X = VNFs per Service Chain"
6957 #  y-axis: "Y = Number of Service Chains"
6958 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6959 #  layout:
6960 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6961 #    layout: "plot-service-density"
6962 #
6963 #- type: "plot"
6964 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6965 #  algorithm: "plot_nf_heatmap"
6966 #  output-file-type: ".html"
6967 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
6968 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6969 #  filter: "'NIC_Intel-XXV710' and
6970 #           'NF_DENSITY' and
6971 #           'VHOST' and
6972 #           'VXLAN' and
6973 #           'CHAIN' and
6974 #           '118' and
6975 #           '4T2C' and
6976 #           'NDRPDR'"
6977 #  parameters:
6978 #  - "throughput"
6979 #  - "name"
6980 #  - "tags"
6981 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6982 #  x-axis: "X = VNFs per Service Chain"
6983 #  y-axis: "Y = Number of Service Chains"
6984 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6985 #  layout:
6986 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6987 #    layout: "plot-service-density"
6988 #
6989 #- type: "plot"
6990 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6991 #  algorithm: "plot_nf_heatmap"
6992 #  output-file-type: ".html"
6993 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
6994 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6995 #  filter: "'NIC_Intel-XXV710' and
6996 #           'NF_DENSITY' and
6997 #           'VHOST' and
6998 #           'VXLAN' and
6999 #           'CHAIN' and
7000 #           '118' and
7001 #           '8T4C' and
7002 #           'NDRPDR'"
7003 #  parameters:
7004 #  - "throughput"
7005 #  - "name"
7006 #  - "tags"
7007 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7008 #  x-axis: "X = VNFs per Service Chain"
7009 #  y-axis: "Y = Number of Service Chains"
7010 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7011 #  layout:
7012 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7013 #    layout: "plot-service-density"
7014 #
7015 ## Plots - NF Density - VSC - NDR IMIX
7016 #- type: "plot"
7017 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7018 #  algorithm: "plot_nf_heatmap"
7019 #  output-file-type: ".html"
7020 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7021 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7022 #  filter: "'NIC_Intel-XXV710' and
7023 #           'NF_DENSITY' and
7024 #           'VHOST' and
7025 #           'VXLAN' and
7026 #           'CHAIN' and
7027 #           'IMIX' and
7028 #           '2T1C' and
7029 #           'NDRPDR'"
7030 #  parameters:
7031 #  - "throughput"
7032 #  - "name"
7033 #  - "tags"
7034 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7035 #  x-axis: "X = VNFs per Service Chain"
7036 #  y-axis: "Y = Number of Service Chains"
7037 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7038 #  layout:
7039 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7040 #    layout: "plot-service-density"
7041 #
7042 #- type: "plot"
7043 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7044 #  algorithm: "plot_nf_heatmap"
7045 #  output-file-type: ".html"
7046 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7047 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7048 #  filter: "'NIC_Intel-XXV710' and
7049 #           'NF_DENSITY' and
7050 #           'VHOST' and
7051 #           'VXLAN' and
7052 #           'CHAIN' and
7053 #           'IMIX' and
7054 #           '4T2C' and
7055 #           'NDRPDR'"
7056 #  parameters:
7057 #  - "throughput"
7058 #  - "name"
7059 #  - "tags"
7060 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7061 #  x-axis: "X = VNFs per Service Chain"
7062 #  y-axis: "Y = Number of Service Chains"
7063 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7064 #  layout:
7065 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7066 #    layout: "plot-service-density"
7067 #
7068 #- type: "plot"
7069 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7070 #  algorithm: "plot_nf_heatmap"
7071 #  output-file-type: ".html"
7072 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7073 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7074 #  filter: "'NIC_Intel-XXV710' and
7075 #           'NF_DENSITY' and
7076 #           'VHOST' and
7077 #           'VXLAN' and
7078 #           'CHAIN' and
7079 #           'IMIX' and
7080 #           '8T4C' and
7081 #           'NDRPDR'"
7082 #  parameters:
7083 #  - "throughput"
7084 #  - "name"
7085 #  - "tags"
7086 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7087 #  x-axis: "X = VNFs per Service Chain"
7088 #  y-axis: "Y = Number of Service Chains"
7089 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7090 #  layout:
7091 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7092 #    layout: "plot-service-density"
7093 #
7094 ## Plots - NF Density - VSC - PDR 64b
7095 #- type: "plot"
7096 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7097 #  algorithm: "plot_nf_heatmap"
7098 #  output-file-type: ".html"
7099 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7100 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7101 #  filter: "'NIC_Intel-XXV710' and
7102 #           'NF_DENSITY' and
7103 #           'VHOST' and
7104 #           'VXLAN' and
7105 #           'CHAIN' and
7106 #           '118' and
7107 #           '2T1C' and
7108 #           'NDRPDR'"
7109 #  parameters:
7110 #  - "throughput"
7111 #  - "name"
7112 #  - "tags"
7113 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7114 #  x-axis: "X = VNFs per Service Chain"
7115 #  y-axis: "Y = Number of Service Chains"
7116 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7117 #  layout:
7118 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7119 #    layout: "plot-service-density"
7120 #
7121 #- type: "plot"
7122 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7123 #  algorithm: "plot_nf_heatmap"
7124 #  output-file-type: ".html"
7125 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7126 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7127 #  filter: "'NIC_Intel-XXV710' and
7128 #           'NF_DENSITY' and
7129 #           'VHOST' and
7130 #           'VXLAN' and
7131 #           'CHAIN' and
7132 #           '118' and
7133 #           '4T2C' and
7134 #           'NDRPDR'"
7135 #  parameters:
7136 #  - "throughput"
7137 #  - "name"
7138 #  - "tags"
7139 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7140 #  x-axis: "X = VNFs per Service Chain"
7141 #  y-axis: "Y = Number of Service Chains"
7142 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7143 #  layout:
7144 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7145 #    layout: "plot-service-density"
7146 #
7147 #- type: "plot"
7148 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7149 #  algorithm: "plot_nf_heatmap"
7150 #  output-file-type: ".html"
7151 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7152 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7153 #  filter: "'NIC_Intel-XXV710' and
7154 #           'NF_DENSITY' and
7155 #           'VHOST' and
7156 #           'VXLAN' and
7157 #           'CHAIN' and
7158 #           '118' and
7159 #           '8T4C' and
7160 #           'NDRPDR'"
7161 #  parameters:
7162 #  - "throughput"
7163 #  - "name"
7164 #  - "tags"
7165 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7166 #  x-axis: "X = VNFs per Service Chain"
7167 #  y-axis: "Y = Number of Service Chains"
7168 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7169 #  layout:
7170 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7171 #    layout: "plot-service-density"
7172 #
7173 ## Plots - NF Density - VSC - PDR IMIX
7174 #- type: "plot"
7175 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7176 #  algorithm: "plot_nf_heatmap"
7177 #  output-file-type: ".html"
7178 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7179 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7180 #  filter: "'NIC_Intel-XXV710' and
7181 #           'NF_DENSITY' and
7182 #           'VHOST' and
7183 #           'VXLAN' and
7184 #           'CHAIN' and
7185 #           'IMIX' and
7186 #           '2T1C' and
7187 #           'NDRPDR'"
7188 #  parameters:
7189 #  - "throughput"
7190 #  - "name"
7191 #  - "tags"
7192 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7193 #  x-axis: "X = VNFs per Service Chain"
7194 #  y-axis: "Y = Number of Service Chains"
7195 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7196 #  layout:
7197 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7198 #    layout: "plot-service-density"
7199 #
7200 #- type: "plot"
7201 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7202 #  algorithm: "plot_nf_heatmap"
7203 #  output-file-type: ".html"
7204 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7205 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7206 #  filter: "'NIC_Intel-XXV710' and
7207 #           'NF_DENSITY' and
7208 #           'VHOST' and
7209 #           'VXLAN' and
7210 #           'CHAIN' and
7211 #           'IMIX' and
7212 #           '4T2C' and
7213 #           'NDRPDR'"
7214 #  parameters:
7215 #  - "throughput"
7216 #  - "name"
7217 #  - "tags"
7218 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7219 #  x-axis: "X = VNFs per Service Chain"
7220 #  y-axis: "Y = Number of Service Chains"
7221 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7222 #  layout:
7223 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7224 #    layout: "plot-service-density"
7225 #
7226 #- type: "plot"
7227 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7228 #  algorithm: "plot_nf_heatmap"
7229 #  output-file-type: ".html"
7230 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7231 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7232 #  filter: "'NIC_Intel-XXV710' and
7233 #           'NF_DENSITY' and
7234 #           'VHOST' and
7235 #           'VXLAN' and
7236 #           'CHAIN' and
7237 #           'IMIX' and
7238 #           '8T4C' and
7239 #           'NDRPDR'"
7240 #  parameters:
7241 #  - "throughput"
7242 #  - "name"
7243 #  - "tags"
7244 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7245 #  x-axis: "X = VNFs per Service Chain"
7246 #  y-axis: "Y = Number of Service Chains"
7247 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7248 #  layout:
7249 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7250 #    layout: "plot-service-density"
7251 #
7252 ################################################################################
7253 ## Plots - NF Density - CSC - MRR 64b
7254 #- type: "plot"
7255 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7256 #  algorithm: "plot_nf_heatmap"
7257 #  output-file-type: ".html"
7258 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7259 #  data: "plot-vpp-nfv-2n-skx-mrr"
7260 #  filter: "'NIC_Intel-XXV710' and
7261 #           'NF_DENSITY' and
7262 #           'DOCKER' and
7263 #           'CHAIN' and
7264 #           'NF_VPPIP4' and
7265 #           '64B' and
7266 #           '2T1C' and
7267 #           'MRR'"
7268 #  parameters:
7269 #  - "result"
7270 #  - "name"
7271 #  - "tags"
7272 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7273 #  x-axis: "X = CNFs per Service Chain"
7274 #  y-axis: "Y = Number of Service Chains"
7275 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7276 #  layout:
7277 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7278 #    layout: "plot-service-density"
7279 #
7280 #- type: "plot"
7281 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7282 #  algorithm: "plot_nf_heatmap"
7283 #  output-file-type: ".html"
7284 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7285 #  data: "plot-vpp-nfv-2n-skx-mrr"
7286 #  filter: "'NIC_Intel-XXV710' and
7287 #           'NF_DENSITY' and
7288 #           'DOCKER' and
7289 #           'CHAIN' and
7290 #           'NF_VPPIP4' and
7291 #           '64B' and
7292 #           '4T2C' and
7293 #           'MRR'"
7294 #  parameters:
7295 #  - "result"
7296 #  - "name"
7297 #  - "tags"
7298 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7299 #  x-axis: "X = CNFs per Service Chain"
7300 #  y-axis: "Y = Number of Service Chains"
7301 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7302 #  layout:
7303 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7304 #    layout: "plot-service-density"
7305 #
7306 #- type: "plot"
7307 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7308 #  algorithm: "plot_nf_heatmap"
7309 #  output-file-type: ".html"
7310 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7311 #  data: "plot-vpp-nfv-2n-skx-mrr"
7312 #  filter: "'NIC_Intel-XXV710' and
7313 #           'NF_DENSITY' and
7314 #           'DOCKER' and
7315 #           'CHAIN' and
7316 #           'NF_VPPIP4' and
7317 #           '64B' and
7318 #           '8T4C' and
7319 #           'MRR'"
7320 #  parameters:
7321 #  - "result"
7322 #  - "name"
7323 #  - "tags"
7324 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7325 #  x-axis: "X = CNFs per Service Chain"
7326 #  y-axis: "Y = Number of Service Chains"
7327 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7328 #  layout:
7329 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7330 #    layout: "plot-service-density"
7331 #
7332 ## Plots - NF Density - CSC - MRR IMIX
7333 #- type: "plot"
7334 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7335 #  algorithm: "plot_nf_heatmap"
7336 #  output-file-type: ".html"
7337 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7338 #  data: "plot-vpp-nfv-2n-skx-mrr"
7339 #  filter: "'NIC_Intel-XXV710' and
7340 #           'NF_DENSITY' and
7341 #           'DOCKER' and
7342 #           'CHAIN' and
7343 #           'NF_VPPIP4' and
7344 #           'IMIX' and
7345 #           '2T1C' and
7346 #           'MRR'"
7347 #  parameters:
7348 #  - "result"
7349 #  - "name"
7350 #  - "tags"
7351 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7352 #  x-axis: "X = CNFs per Service Chain"
7353 #  y-axis: "Y = Number of Service Chains"
7354 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7355 #  layout:
7356 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7357 #    layout: "plot-service-density"
7358 #
7359 #- type: "plot"
7360 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7361 #  algorithm: "plot_nf_heatmap"
7362 #  output-file-type: ".html"
7363 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7364 #  data: "plot-vpp-nfv-2n-skx-mrr"
7365 #  filter: "'NIC_Intel-XXV710' and
7366 #           'NF_DENSITY' and
7367 #           'DOCKER' and
7368 #           'CHAIN' and
7369 #           'NF_VPPIP4' and
7370 #           'IMIX' and
7371 #           '4T2C' and
7372 #           'MRR'"
7373 #  parameters:
7374 #  - "result"
7375 #  - "name"
7376 #  - "tags"
7377 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7378 #  x-axis: "X = CNFs per Service Chain"
7379 #  y-axis: "Y = Number of Service Chains"
7380 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7381 #  layout:
7382 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7383 #    layout: "plot-service-density"
7384 #
7385 #- type: "plot"
7386 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7387 #  algorithm: "plot_nf_heatmap"
7388 #  output-file-type: ".html"
7389 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7390 #  data: "plot-vpp-nfv-2n-skx-mrr"
7391 #  filter: "'NIC_Intel-XXV710' and
7392 #           'NF_DENSITY' and
7393 #           'DOCKER' and
7394 #           'CHAIN' and
7395 #           'NF_VPPIP4' and
7396 #           'IMIX' and
7397 #           '8T4C' and
7398 #           'MRR'"
7399 #  parameters:
7400 #  - "result"
7401 #  - "name"
7402 #  - "tags"
7403 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7404 #  x-axis: "X = CNFs per Service Chain"
7405 #  y-axis: "Y = Number of Service Chains"
7406 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7407 #  layout:
7408 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7409 #    layout: "plot-service-density"
7410 #
7411 ## Plots - NF Density - CSC - NDR 64b
7412 #- type: "plot"
7413 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7414 #  algorithm: "plot_nf_heatmap"
7415 #  output-file-type: ".html"
7416 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7417 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7418 #  filter: "'NIC_Intel-XXV710' and
7419 #           'NF_DENSITY' and
7420 #           'DOCKER' and
7421 #           'CHAIN' and
7422 #           'NF_VPPIP4' and
7423 #           '64B' and
7424 #           '2T1C' and
7425 #           'NDRPDR'"
7426 #  parameters:
7427 #  - "throughput"
7428 #  - "name"
7429 #  - "tags"
7430 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7431 #  x-axis: "X = CNFs per Service Chain"
7432 #  y-axis: "Y = Number of Service Chains"
7433 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7434 #  layout:
7435 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7436 #    layout: "plot-service-density"
7437 #
7438 #- type: "plot"
7439 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7440 #  algorithm: "plot_nf_heatmap"
7441 #  output-file-type: ".html"
7442 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7443 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7444 #  filter: "'NIC_Intel-XXV710' and
7445 #           'NF_DENSITY' and
7446 #           'DOCKER' and
7447 #           'CHAIN' and
7448 #           'NF_VPPIP4' and
7449 #           '64B' and
7450 #           '4T2C' and
7451 #           'NDRPDR'"
7452 #  parameters:
7453 #  - "throughput"
7454 #  - "name"
7455 #  - "tags"
7456 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7457 #  x-axis: "X = CNFs per Service Chain"
7458 #  y-axis: "Y = Number of Service Chains"
7459 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7460 #  layout:
7461 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7462 #    layout: "plot-service-density"
7463 #
7464 #- type: "plot"
7465 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7466 #  algorithm: "plot_nf_heatmap"
7467 #  output-file-type: ".html"
7468 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7469 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7470 #  filter: "'NIC_Intel-XXV710' and
7471 #           'NF_DENSITY' and
7472 #           'DOCKER' and
7473 #           'CHAIN' and
7474 #           'NF_VPPIP4' and
7475 #           '64B' and
7476 #           '8T4C' and
7477 #           'NDRPDR'"
7478 #  parameters:
7479 #  - "throughput"
7480 #  - "name"
7481 #  - "tags"
7482 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7483 #  x-axis: "X = CNFs per Service Chain"
7484 #  y-axis: "Y = Number of Service Chains"
7485 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7486 #  layout:
7487 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7488 #    layout: "plot-service-density"
7489 #
7490 ## Plots - NF Density - CSC - NDR IMIX
7491 #- type: "plot"
7492 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7493 #  algorithm: "plot_nf_heatmap"
7494 #  output-file-type: ".html"
7495 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7496 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7497 #  filter: "'NIC_Intel-XXV710' and
7498 #           'NF_DENSITY' and
7499 #           'DOCKER' and
7500 #           'CHAIN' and
7501 #           'NF_VPPIP4' and
7502 #           'IMIX' and
7503 #           '2T1C' and
7504 #           'NDRPDR'"
7505 #  parameters:
7506 #  - "throughput"
7507 #  - "name"
7508 #  - "tags"
7509 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7510 #  x-axis: "X = CNFs per Service Chain"
7511 #  y-axis: "Y = Number of Service Chains"
7512 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7513 #  layout:
7514 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7515 #    layout: "plot-service-density"
7516 #
7517 #- type: "plot"
7518 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7519 #  algorithm: "plot_nf_heatmap"
7520 #  output-file-type: ".html"
7521 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7522 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7523 #  filter: "'NIC_Intel-XXV710' and
7524 #           'NF_DENSITY' and
7525 #           'DOCKER' and
7526 #           'CHAIN' and
7527 #           'NF_VPPIP4' and
7528 #           'IMIX' and
7529 #           '4T2C' and
7530 #           'NDRPDR'"
7531 #  parameters:
7532 #  - "throughput"
7533 #  - "name"
7534 #  - "tags"
7535 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7536 #  x-axis: "X = CNFs per Service Chain"
7537 #  y-axis: "Y = Number of Service Chains"
7538 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7539 #  layout:
7540 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7541 #    layout: "plot-service-density"
7542 #
7543 #- type: "plot"
7544 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7545 #  algorithm: "plot_nf_heatmap"
7546 #  output-file-type: ".html"
7547 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7548 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7549 #  filter: "'NIC_Intel-XXV710' and
7550 #           'NF_DENSITY' and
7551 #           'DOCKER' and
7552 #           'CHAIN' and
7553 #           'NF_VPPIP4' and
7554 #           'IMIX' and
7555 #           '8T4C' and
7556 #           'NDRPDR'"
7557 #  parameters:
7558 #  - "throughput"
7559 #  - "name"
7560 #  - "tags"
7561 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7562 #  x-axis: "X = CNFs per Service Chain"
7563 #  y-axis: "Y = Number of Service Chains"
7564 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7565 #  layout:
7566 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7567 #    layout: "plot-service-density"
7568 #
7569 ## Plots - NF Density - CSC - PDR 64b
7570 #- type: "plot"
7571 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7572 #  algorithm: "plot_nf_heatmap"
7573 #  output-file-type: ".html"
7574 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7575 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7576 #  filter: "'NIC_Intel-XXV710' and
7577 #           'NF_DENSITY' and
7578 #           'DOCKER' and
7579 #           'CHAIN' and
7580 #           'NF_VPPIP4' and
7581 #           '64B' and
7582 #           '2T1C' and
7583 #           'NDRPDR'"
7584 #  parameters:
7585 #  - "throughput"
7586 #  - "name"
7587 #  - "tags"
7588 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7589 #  x-axis: "X = CNFs per Service Chain"
7590 #  y-axis: "Y = Number of Service Chains"
7591 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7592 #  layout:
7593 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7594 #    layout: "plot-service-density"
7595 #
7596 #- type: "plot"
7597 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7598 #  algorithm: "plot_nf_heatmap"
7599 #  output-file-type: ".html"
7600 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7601 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7602 #  filter: "'NIC_Intel-XXV710' and
7603 #           'NF_DENSITY' and
7604 #           'DOCKER' and
7605 #           'CHAIN' and
7606 #           'NF_VPPIP4' and
7607 #           '64B' and
7608 #           '4T2C' and
7609 #           'NDRPDR'"
7610 #  parameters:
7611 #  - "throughput"
7612 #  - "name"
7613 #  - "tags"
7614 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7615 #  x-axis: "X = CNFs per Service Chain"
7616 #  y-axis: "Y = Number of Service Chains"
7617 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7618 #  layout:
7619 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7620 #    layout: "plot-service-density"
7621 #
7622 #- type: "plot"
7623 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7624 #  algorithm: "plot_nf_heatmap"
7625 #  output-file-type: ".html"
7626 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7627 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7628 #  filter: "'NIC_Intel-XXV710' and
7629 #           'NF_DENSITY' and
7630 #           'DOCKER' and
7631 #           'CHAIN' and
7632 #           'NF_VPPIP4' and
7633 #           '64B' and
7634 #           '8T4C' and
7635 #           'NDRPDR'"
7636 #  parameters:
7637 #  - "throughput"
7638 #  - "name"
7639 #  - "tags"
7640 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7641 #  x-axis: "X = CNFs per Service Chain"
7642 #  y-axis: "Y = Number of Service Chains"
7643 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7644 #  layout:
7645 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7646 #    layout: "plot-service-density"
7647 #
7648 ## Plots - NF Density - CSC - PDR IMIX
7649 #- type: "plot"
7650 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7651 #  algorithm: "plot_nf_heatmap"
7652 #  output-file-type: ".html"
7653 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7654 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7655 #  filter: "'NIC_Intel-XXV710' and
7656 #           'NF_DENSITY' and
7657 #           'DOCKER' and
7658 #           'CHAIN' and
7659 #           'NF_VPPIP4' and
7660 #           'IMIX' and
7661 #           '2T1C' and
7662 #           'NDRPDR'"
7663 #  parameters:
7664 #  - "throughput"
7665 #  - "name"
7666 #  - "tags"
7667 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7668 #  x-axis: "X = CNFs per Service Chain"
7669 #  y-axis: "Y = Number of Service Chains"
7670 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7671 #  layout:
7672 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7673 #    layout: "plot-service-density"
7674 #
7675 #- type: "plot"
7676 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7677 #  algorithm: "plot_nf_heatmap"
7678 #  output-file-type: ".html"
7679 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7680 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7681 #  filter: "'NIC_Intel-XXV710' and
7682 #           'NF_DENSITY' and
7683 #           'DOCKER' and
7684 #           'CHAIN' and
7685 #           'NF_VPPIP4' and
7686 #           'IMIX' and
7687 #           '4T2C' and
7688 #           'NDRPDR'"
7689 #  parameters:
7690 #  - "throughput"
7691 #  - "name"
7692 #  - "tags"
7693 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7694 #  x-axis: "X = CNFs per Service Chain"
7695 #  y-axis: "Y = Number of Service Chains"
7696 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7697 #  layout:
7698 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7699 #    layout: "plot-service-density"
7700 #
7701 #- type: "plot"
7702 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7703 #  algorithm: "plot_nf_heatmap"
7704 #  output-file-type: ".html"
7705 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7706 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7707 #  filter: "'NIC_Intel-XXV710' and
7708 #           'NF_DENSITY' and
7709 #           'DOCKER' and
7710 #           'CHAIN' and
7711 #           'NF_VPPIP4' and
7712 #           'IMIX' and
7713 #           '8T4C' and
7714 #           'NDRPDR'"
7715 #  parameters:
7716 #  - "throughput"
7717 #  - "name"
7718 #  - "tags"
7719 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7720 #  x-axis: "X = CNFs per Service Chain"
7721 #  y-axis: "Y = Number of Service Chains"
7722 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7723 #  layout:
7724 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7725 #    layout: "plot-service-density"
7726 #
7727 ################################################################################
7728 #
7729 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7730 #- type: "plot"
7731 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7732 #  algorithm: "plot_nf_heatmap"
7733 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7734 #  data: "plot-vpp-nfv-3n-skx-mrr"
7735 #  filter: "'NIC_Intel-XXV710' and
7736 #           'NF_DENSITY' and
7737 #           'DOCKER' and
7738 #           'CHAIN' and
7739 #           'NF_VPPIP4' and
7740 #           'IPSEC' and
7741 #           'TNL_4' and
7742 #           'IMIX' and
7743 #           '2T1C' and
7744 #           'MRR'"
7745 #  parameters:
7746 #  - "result"
7747 #  - "name"
7748 #  - "tags"
7749 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7750 #  x-axis: "X = CNFs per Service Chain"
7751 #  y-axis: "Y = Number of Service Chains"
7752 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7753 #  layout:
7754 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7755 #    layout: "plot-service-density"
7756 #
7757 #- type: "plot"
7758 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7759 #  algorithm: "plot_nf_heatmap"
7760 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7761 #  data: "plot-vpp-nfv-3n-skx-mrr"
7762 #  filter: "'NIC_Intel-XXV710' and
7763 #           'NF_DENSITY' and
7764 #           'DOCKER' and
7765 #           'CHAIN' and
7766 #           'NF_VPPIP4' and
7767 #           'IPSEC' and
7768 #           'TNL_4' and
7769 #           'IMIX' and
7770 #           '4T2C' and
7771 #           'MRR'"
7772 #  parameters:
7773 #  - "result"
7774 #  - "name"
7775 #  - "tags"
7776 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7777 #  x-axis: "X = CNFs per Service Chain"
7778 #  y-axis: "Y = Number of Service Chains"
7779 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7780 #  layout:
7781 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7782 #    layout: "plot-service-density"
7783 #
7784 #- type: "plot"
7785 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7786 #  algorithm: "plot_nf_heatmap"
7787 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7788 #  data: "plot-vpp-nfv-3n-skx-mrr"
7789 #  filter: "'NIC_Intel-XXV710' and
7790 #           'NF_DENSITY' and
7791 #           'DOCKER' and
7792 #           'CHAIN' and
7793 #           'NF_VPPIP4' and
7794 #           'IPSEC' and
7795 #           'TNL_4' and
7796 #           'IMIX' and
7797 #           '8T4C' and
7798 #           'MRR'"
7799 #  parameters:
7800 #  - "result"
7801 #  - "name"
7802 #  - "tags"
7803 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7804 #  x-axis: "X = CNFs per Service Chain"
7805 #  y-axis: "Y = Number of Service Chains"
7806 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7807 #  layout:
7808 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7809 #    layout: "plot-service-density"
7810 #
7811 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7812 #- type: "plot"
7813 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7814 #  algorithm: "plot_nf_heatmap"
7815 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7816 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7817 #  filter: "'NIC_Intel-XXV710' and
7818 #           'NF_DENSITY' and
7819 #           'DOCKER' and
7820 #           'CHAIN' and
7821 #           'NF_VPPIP4' and
7822 #           'IPSEC' and
7823 #           'TNL_4' and
7824 #           'IMIX' and
7825 #           '2T1C' and
7826 #           'NDRPDR'"
7827 #  parameters:
7828 #  - "throughput"
7829 #  - "name"
7830 #  - "tags"
7831 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7832 #  x-axis: "X = CNFs per Service Chain"
7833 #  y-axis: "Y = Number of Service Chains"
7834 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7835 #  layout:
7836 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7837 #    layout: "plot-service-density"
7838 #
7839 #- type: "plot"
7840 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7841 #  algorithm: "plot_nf_heatmap"
7842 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7843 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7844 #  filter: "'NIC_Intel-XXV710' and
7845 #           'NF_DENSITY' and
7846 #           'DOCKER' and
7847 #           'CHAIN' and
7848 #           'NF_VPPIP4' and
7849 #           'IPSEC' and
7850 #           'TNL_4' and
7851 #           'IMIX' and
7852 #           '4T2C' and
7853 #           'NDRPDR'"
7854 #  parameters:
7855 #  - "throughput"
7856 #  - "name"
7857 #  - "tags"
7858 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7859 #  x-axis: "X = CNFs per Service Chain"
7860 #  y-axis: "Y = Number of Service Chains"
7861 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7862 #  layout:
7863 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7864 #    layout: "plot-service-density"
7865 #
7866 #- type: "plot"
7867 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7868 #  algorithm: "plot_nf_heatmap"
7869 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7870 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7871 #  filter: "'NIC_Intel-XXV710' and
7872 #           'NF_DENSITY' and
7873 #           'DOCKER' and
7874 #           'CHAIN' and
7875 #           'NF_VPPIP4' and
7876 #           'IPSEC' and
7877 #           'TNL_4' and
7878 #           'IMIX' and
7879 #           '8T4C' and
7880 #           'NDRPDR'"
7881 #  parameters:
7882 #  - "throughput"
7883 #  - "name"
7884 #  - "tags"
7885 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7886 #  x-axis: "X = CNFs per Service Chain"
7887 #  y-axis: "Y = Number of Service Chains"
7888 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7889 #  layout:
7890 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7891 #    layout: "plot-service-density"
7892 #
7893 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7894 #- type: "plot"
7895 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7896 #  algorithm: "plot_nf_heatmap"
7897 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7898 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7899 #  filter: "'NIC_Intel-XXV710' and
7900 #           'NF_DENSITY' and
7901 #           'DOCKER' and
7902 #           'CHAIN' and
7903 #           'NF_VPPIP4' and
7904 #           'IPSEC' and
7905 #           'TNL_4' and
7906 #           'IMIX' and
7907 #           '2T1C' and
7908 #           'NDRPDR'"
7909 #  parameters:
7910 #  - "throughput"
7911 #  - "name"
7912 #  - "tags"
7913 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7914 #  x-axis: "X = CNFs per Service Chain"
7915 #  y-axis: "Y = Number of Service Chains"
7916 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7917 #  layout:
7918 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7919 #    layout: "plot-service-density"
7920 #
7921 #- type: "plot"
7922 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7923 #  algorithm: "plot_nf_heatmap"
7924 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7925 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7926 #  filter: "'NIC_Intel-XXV710' and
7927 #           'NF_DENSITY' and
7928 #           'DOCKER' and
7929 #           'CHAIN' and
7930 #           'NF_VPPIP4' and
7931 #           'IPSEC' and
7932 #           'TNL_4' and
7933 #           'IMIX' and
7934 #           '4T2C' and
7935 #           'NDRPDR'"
7936 #  parameters:
7937 #  - "throughput"
7938 #  - "name"
7939 #  - "tags"
7940 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7941 #  x-axis: "X = CNFs per Service Chain"
7942 #  y-axis: "Y = Number of Service Chains"
7943 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7944 #  layout:
7945 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7946 #    layout: "plot-service-density"
7947 #
7948 #- type: "plot"
7949 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7950 #  algorithm: "plot_nf_heatmap"
7951 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
7952 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7953 #  filter: "'NIC_Intel-XXV710' and
7954 #           'NF_DENSITY' and
7955 #           'DOCKER' and
7956 #           'CHAIN' and
7957 #           'NF_VPPIP4' and
7958 #           'IPSEC' and
7959 #           'TNL_4' and
7960 #           'IMIX' and
7961 #           '8T4C' and
7962 #           'NDRPDR'"
7963 #  parameters:
7964 #  - "throughput"
7965 #  - "name"
7966 #  - "tags"
7967 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7968 #  x-axis: "X = CNFs per Service Chain"
7969 #  y-axis: "Y = Number of Service Chains"
7970 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7971 #  layout:
7972 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7973 #    layout: "plot-service-density"
7974
7975 ###############################################################################
7976
7977 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7978 - type: "plot"
7979   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7980   algorithm: "plot_nf_heatmap"
7981   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
7982   data: "plot-vpp-nfv-3n-hsw-mrr"
7983   filter: "'NIC_Intel-XL710' and
7984            'NF_DENSITY' and
7985            'DOCKER' and
7986            'CHAIN' and
7987            'NF_VPPIP4' and
7988            'IMIX' and
7989            'TNL_4' and
7990            '1T1C' and
7991            'MRR'"
7992   parameters:
7993   - "result"
7994   - "name"
7995   - "tags"
7996   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7997   x-axis: "X = CNFs per Service Chain"
7998   y-axis: "Y = Number of Service Chains"
7999   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8000   layout:
8001     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8002     layout: "plot-service-density"
8003
8004 - type: "plot"
8005   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8006   algorithm: "plot_nf_heatmap"
8007   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8008   data: "plot-vpp-nfv-3n-hsw-mrr"
8009   filter: "'NIC_Intel-XL710' and
8010            'NF_DENSITY' and
8011            'DOCKER' and
8012            'CHAIN' and
8013            'NF_VPPIP4' and
8014            'IPSEC' and
8015            'TNL_4' and
8016            'IMIX' and
8017            '2T2C' and
8018            'MRR'"
8019   parameters:
8020   - "result"
8021   - "name"
8022   - "tags"
8023   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8024   x-axis: "X = CNFs per Service Chain"
8025   y-axis: "Y = Number of Service Chains"
8026   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8027   layout:
8028     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8029     layout: "plot-service-density"
8030
8031 - type: "plot"
8032   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8033   algorithm: "plot_nf_heatmap"
8034   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8035   data: "plot-vpp-nfv-3n-hsw-mrr"
8036   filter: "'NIC_Intel-XL710' and
8037            'NF_DENSITY' and
8038            'DOCKER' and
8039            'CHAIN' and
8040            'NF_VPPIP4' and
8041            'IPSEC' and
8042            'TNL_4' and
8043            'IMIX' and
8044            '4T4C' and
8045            'MRR'"
8046   parameters:
8047   - "result"
8048   - "name"
8049   - "tags"
8050   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8051   x-axis: "X = CNFs per Service Chain"
8052   y-axis: "Y = Number of Service Chains"
8053   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8054   layout:
8055     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8056     layout: "plot-service-density"
8057
8058 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8059 - type: "plot"
8060   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8061   algorithm: "plot_nf_heatmap"
8062   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8063   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8064   filter: "'NIC_Intel-XL710' and
8065            'NF_DENSITY' and
8066            'DOCKER' and
8067            'CHAIN' and
8068            'NF_VPPIP4' and
8069            'IPSEC' and
8070            'TNL_4' and
8071            'IMIX' and
8072            '1T1C' and
8073            'NDRPDR'"
8074   parameters:
8075   - "throughput"
8076   - "name"
8077   - "tags"
8078   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8079   x-axis: "X = CNFs per Service Chain"
8080   y-axis: "Y = Number of Service Chains"
8081   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8082   layout:
8083     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8084     layout: "plot-service-density"
8085
8086 - type: "plot"
8087   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8088   algorithm: "plot_nf_heatmap"
8089   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8090   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8091   filter: "'NIC_Intel-XL710' and
8092            'NF_DENSITY' and
8093            'DOCKER' and
8094            'CHAIN' and
8095            'NF_VPPIP4' and
8096            'IPSEC' and
8097            'TNL_4' and
8098            'IMIX' and
8099            '2T2C' and
8100            'NDRPDR'"
8101   parameters:
8102   - "throughput"
8103   - "name"
8104   - "tags"
8105   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8106   x-axis: "X = CNFs per Service Chain"
8107   y-axis: "Y = Number of Service Chains"
8108   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8109   layout:
8110     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8111     layout: "plot-service-density"
8112
8113 - type: "plot"
8114   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8115   algorithm: "plot_nf_heatmap"
8116   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8117   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8118   filter: "'NIC_Intel-XL710' and
8119            'NF_DENSITY' and
8120            'DOCKER' and
8121            'CHAIN' and
8122            'NF_VPPIP4' and
8123            'IPSEC' and
8124            'TNL_4' and
8125            'IMIX' and
8126            '4T4C' and
8127            'NDRPDR'"
8128   parameters:
8129   - "throughput"
8130   - "name"
8131   - "tags"
8132   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8133   x-axis: "X = CNFs per Service Chain"
8134   y-axis: "Y = Number of Service Chains"
8135   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8136   layout:
8137     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8138     layout: "plot-service-density"
8139
8140 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8141 - type: "plot"
8142   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8143   algorithm: "plot_nf_heatmap"
8144   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8145   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8146   filter: "'NIC_Intel-XL710' and
8147            'NF_DENSITY' and
8148            'DOCKER' and
8149            'CHAIN' and
8150            'NF_VPPIP4' and
8151            'IPSEC' and
8152            'TNL_4' and
8153            'IMIX' and
8154            '1T1C' and
8155            'NDRPDR'"
8156   parameters:
8157   - "throughput"
8158   - "name"
8159   - "tags"
8160   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8161   x-axis: "X = CNFs per Service Chain"
8162   y-axis: "Y = Number of Service Chains"
8163   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8164   layout:
8165     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8166     layout: "plot-service-density"
8167
8168 - type: "plot"
8169   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8170   algorithm: "plot_nf_heatmap"
8171   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8172   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8173   filter: "'NIC_Intel-XL710' and
8174            'NF_DENSITY' and
8175            'DOCKER' and
8176            'CHAIN' and
8177            'NF_VPPIP4' and
8178            'IPSEC' and
8179            'TNL_4' and
8180            'IMIX' and
8181            '2T2C' and
8182            'NDRPDR'"
8183   parameters:
8184   - "throughput"
8185   - "name"
8186   - "tags"
8187   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8188   x-axis: "X = CNFs per Service Chain"
8189   y-axis: "Y = Number of Service Chains"
8190   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8191   layout:
8192     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8193     layout: "plot-service-density"
8194
8195 - type: "plot"
8196   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8197   algorithm: "plot_nf_heatmap"
8198   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8199   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8200   filter: "'NIC_Intel-XL710' and
8201            'NF_DENSITY' and
8202            'DOCKER' and
8203            'CHAIN' and
8204            'NF_VPPIP4' and
8205            'IPSEC' and
8206            'TNL_4' and
8207            'IMIX' and
8208            '4T4C' and
8209            'NDRPDR'"
8210   parameters:
8211   - "throughput"
8212   - "name"
8213   - "tags"
8214   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8215   x-axis: "X = CNFs per Service Chain"
8216   y-axis: "Y = Number of Service Chains"
8217   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8218   layout:
8219     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8220     layout: "plot-service-density"
8221
8222 ###############################################################################
8223
8224 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8225 #- type: "plot"
8226 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8227 #  algorithm: "plot_nf_heatmap"
8228 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8229 #  data: "plot-vpp-nfv-3n-skx-mrr"
8230 #  filter: "'NIC_Intel-XXV710' and
8231 #           'NF_DENSITY' and
8232 #           'DOCKER' and
8233 #           'CHAIN' and
8234 #           'NF_VPPIP4' and
8235 #           'IPSEC' and
8236 #           'TNL_1000' and
8237 #           'IMIX' and
8238 #           '2T1C' and
8239 #           'MRR'"
8240 #  parameters:
8241 #  - "result"
8242 #  - "name"
8243 #  - "tags"
8244 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8245 #  x-axis: "X = CNFs per Service Chain"
8246 #  y-axis: "Y = Number of Service Chains"
8247 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8248 #  layout:
8249 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8250 #    layout: "plot-service-density"
8251 #
8252 #- type: "plot"
8253 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8254 #  algorithm: "plot_nf_heatmap"
8255 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8256 #  data: "plot-vpp-nfv-3n-skx-mrr"
8257 #  filter: "'NIC_Intel-XXV710' and
8258 #           'NF_DENSITY' and
8259 #           'DOCKER' and
8260 #           'CHAIN' and
8261 #           'NF_VPPIP4' and
8262 #           'IPSEC' and
8263 #           'TNL_1000' and
8264 #           'IMIX' and
8265 #           '4T2C' and
8266 #           'MRR'"
8267 #  parameters:
8268 #  - "result"
8269 #  - "name"
8270 #  - "tags"
8271 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8272 #  x-axis: "X = CNFs per Service Chain"
8273 #  y-axis: "Y = Number of Service Chains"
8274 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8275 #  layout:
8276 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8277 #    layout: "plot-service-density"
8278 #
8279 #- type: "plot"
8280 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8281 #  algorithm: "plot_nf_heatmap"
8282 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8283 #  data: "plot-vpp-nfv-3n-skx-mrr"
8284 #  filter: "'NIC_Intel-XXV710' and
8285 #           'NF_DENSITY' and
8286 #           'DOCKER' and
8287 #           'CHAIN' and
8288 #           'NF_VPPIP4' and
8289 #           'IPSEC' and
8290 #           'TNL_1000' and
8291 #           'IMIX' and
8292 #           '8T4C' and
8293 #           'MRR'"
8294 #  parameters:
8295 #  - "result"
8296 #  - "name"
8297 #  - "tags"
8298 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8299 #  x-axis: "X = CNFs per Service Chain"
8300 #  y-axis: "Y = Number of Service Chains"
8301 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8302 #  layout:
8303 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8304 #    layout: "plot-service-density"
8305 #
8306 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8307 #- type: "plot"
8308 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8309 #  algorithm: "plot_nf_heatmap"
8310 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8311 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8312 #  filter: "'NIC_Intel-XXV710' and
8313 #           'NF_DENSITY' and
8314 #           'DOCKER' and
8315 #           'CHAIN' and
8316 #           'NF_VPPIP4' and
8317 #           'IPSEC' and
8318 #           'TNL_1000' and
8319 #           'IMIX' and
8320 #           '2T1C' and
8321 #           'NDRPDR'"
8322 #  parameters:
8323 #  - "throughput"
8324 #  - "name"
8325 #  - "tags"
8326 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8327 #  x-axis: "X = CNFs per Service Chain"
8328 #  y-axis: "Y = Number of Service Chains"
8329 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8330 #  layout:
8331 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8332 #    layout: "plot-service-density"
8333 #
8334 #- type: "plot"
8335 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8336 #  algorithm: "plot_nf_heatmap"
8337 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8338 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8339 #  filter: "'NIC_Intel-XXV710' and
8340 #           'NF_DENSITY' and
8341 #           'DOCKER' and
8342 #           'CHAIN' and
8343 #           'NF_VPPIP4' and
8344 #           'IPSEC' and
8345 #           'TNL_1000' and
8346 #           'IMIX' and
8347 #           '4T2C' and
8348 #           'NDRPDR'"
8349 #  parameters:
8350 #  - "throughput"
8351 #  - "name"
8352 #  - "tags"
8353 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8354 #  x-axis: "X = CNFs per Service Chain"
8355 #  y-axis: "Y = Number of Service Chains"
8356 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8357 #  layout:
8358 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8359 #    layout: "plot-service-density"
8360 #
8361 #- type: "plot"
8362 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8363 #  algorithm: "plot_nf_heatmap"
8364 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8365 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8366 #  filter: "'NIC_Intel-XXV710' and
8367 #           'NF_DENSITY' and
8368 #           'DOCKER' and
8369 #           'CHAIN' and
8370 #           'NF_VPPIP4' and
8371 #           'IPSEC' and
8372 #           'TNL_1000' and
8373 #           'IMIX' and
8374 #           '8T4C' and
8375 #           'NDRPDR'"
8376 #  parameters:
8377 #  - "throughput"
8378 #  - "name"
8379 #  - "tags"
8380 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8381 #  x-axis: "X = CNFs per Service Chain"
8382 #  y-axis: "Y = Number of Service Chains"
8383 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8384 #  layout:
8385 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8386 #    layout: "plot-service-density"
8387 #
8388 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8389 #- type: "plot"
8390 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8391 #  algorithm: "plot_nf_heatmap"
8392 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8393 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8394 #  filter: "'NIC_Intel-XXV710' and
8395 #           'NF_DENSITY' and
8396 #           'DOCKER' and
8397 #           'CHAIN' and
8398 #           'NF_VPPIP4' and
8399 #           'IPSEC' and
8400 #           'TNL_1000' and
8401 #           'IMIX' and
8402 #           '2T1C' and
8403 #           'NDRPDR'"
8404 #  parameters:
8405 #  - "throughput"
8406 #  - "name"
8407 #  - "tags"
8408 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8409 #  x-axis: "X = CNFs per Service Chain"
8410 #  y-axis: "Y = Number of Service Chains"
8411 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8412 #  layout:
8413 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8414 #    layout: "plot-service-density"
8415 #
8416 #- type: "plot"
8417 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8418 #  algorithm: "plot_nf_heatmap"
8419 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8420 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8421 #  filter: "'NIC_Intel-XXV710' and
8422 #           'NF_DENSITY' and
8423 #           'DOCKER' and
8424 #           'CHAIN' and
8425 #           'NF_VPPIP4' and
8426 #           'IPSEC' and
8427 #           'TNL_1000' and
8428 #           'IMIX' and
8429 #           '4T2C' and
8430 #           'NDRPDR'"
8431 #  parameters:
8432 #  - "throughput"
8433 #  - "name"
8434 #  - "tags"
8435 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8436 #  x-axis: "X = CNFs per Service Chain"
8437 #  y-axis: "Y = Number of Service Chains"
8438 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8439 #  layout:
8440 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8441 #    layout: "plot-service-density"
8442 #
8443 #- type: "plot"
8444 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8445 #  algorithm: "plot_nf_heatmap"
8446 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8447 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8448 #  filter: "'NIC_Intel-XXV710' and
8449 #           'NF_DENSITY' and
8450 #           'DOCKER' and
8451 #           'CHAIN' and
8452 #           'NF_VPPIP4' and
8453 #           'IPSEC' and
8454 #           'TNL_1000' and
8455 #           'IMIX' and
8456 #           '8T4C' and
8457 #           'NDRPDR'"
8458 #  parameters:
8459 #  - "throughput"
8460 #  - "name"
8461 #  - "tags"
8462 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8463 #  x-axis: "X = CNFs per Service Chain"
8464 #  y-axis: "Y = Number of Service Chains"
8465 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8466 #  layout:
8467 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8468 #    layout: "plot-service-density"
8469
8470 ###############################################################################
8471
8472 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8473 - type: "plot"
8474   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8475   algorithm: "plot_nf_heatmap"
8476   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8477   data: "plot-vpp-nfv-3n-hsw-mrr"
8478   filter: "'NIC_Intel-XL710' and
8479            'NF_DENSITY' and
8480            'DOCKER' and
8481            'CHAIN' and
8482            'NF_VPPIP4' and
8483            'IMIX' and
8484            'TNL_1000' and
8485            '1T1C' and
8486            'MRR'"
8487   parameters:
8488   - "result"
8489   - "name"
8490   - "tags"
8491   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8492   x-axis: "X = CNFs per Service Chain"
8493   y-axis: "Y = Number of Service Chains"
8494   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8495   layout:
8496     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8497     layout: "plot-service-density"
8498
8499 - type: "plot"
8500   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8501   algorithm: "plot_nf_heatmap"
8502   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8503   data: "plot-vpp-nfv-3n-hsw-mrr"
8504   filter: "'NIC_Intel-XL710' and
8505            'NF_DENSITY' and
8506            'DOCKER' and
8507            'CHAIN' and
8508            'NF_VPPIP4' and
8509            'IPSEC' and
8510            'TNL_1000' and
8511            'IMIX' and
8512            '2T2C' and
8513            'MRR'"
8514   parameters:
8515   - "result"
8516   - "name"
8517   - "tags"
8518   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8519   x-axis: "X = CNFs per Service Chain"
8520   y-axis: "Y = Number of Service Chains"
8521   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8522   layout:
8523     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8524     layout: "plot-service-density"
8525
8526 - type: "plot"
8527   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8528   algorithm: "plot_nf_heatmap"
8529   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8530   data: "plot-vpp-nfv-3n-hsw-mrr"
8531   filter: "'NIC_Intel-XL710' and
8532            'NF_DENSITY' and
8533            'DOCKER' and
8534            'CHAIN' and
8535            'NF_VPPIP4' and
8536            'IPSEC' and
8537            'TNL_1000' and
8538            'IMIX' and
8539            '4T4C' and
8540            'MRR'"
8541   parameters:
8542   - "result"
8543   - "name"
8544   - "tags"
8545   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8546   x-axis: "X = CNFs per Service Chain"
8547   y-axis: "Y = Number of Service Chains"
8548   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8549   layout:
8550     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8551     layout: "plot-service-density"
8552
8553 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8554 - type: "plot"
8555   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8556   algorithm: "plot_nf_heatmap"
8557   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8558   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8559   filter: "'NIC_Intel-XL710' and
8560            'NF_DENSITY' and
8561            'DOCKER' and
8562            'CHAIN' and
8563            'NF_VPPIP4' and
8564            'IPSEC' and
8565            'TNL_1000' and
8566            'IMIX' and
8567            '1T1C' and
8568            'NDRPDR'"
8569   parameters:
8570   - "throughput"
8571   - "name"
8572   - "tags"
8573   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8574   x-axis: "X = CNFs per Service Chain"
8575   y-axis: "Y = Number of Service Chains"
8576   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8577   layout:
8578     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8579     layout: "plot-service-density"
8580
8581 - type: "plot"
8582   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8583   algorithm: "plot_nf_heatmap"
8584   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8585   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8586   filter: "'NIC_Intel-XL710' and
8587            'NF_DENSITY' and
8588            'DOCKER' and
8589            'CHAIN' and
8590            'NF_VPPIP4' and
8591            'IPSEC' and
8592            'TNL_1000' and
8593            'IMIX' and
8594            '2T2C' and
8595            'NDRPDR'"
8596   parameters:
8597   - "throughput"
8598   - "name"
8599   - "tags"
8600   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8601   x-axis: "X = CNFs per Service Chain"
8602   y-axis: "Y = Number of Service Chains"
8603   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8604   layout:
8605     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8606     layout: "plot-service-density"
8607
8608 - type: "plot"
8609   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8610   algorithm: "plot_nf_heatmap"
8611   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8612   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8613   filter: "'NIC_Intel-XL710' and
8614            'NF_DENSITY' and
8615            'DOCKER' and
8616            'CHAIN' and
8617            'NF_VPPIP4' and
8618            'IPSEC' and
8619            'TNL_1000' and
8620            'IMIX' and
8621            '4T4C' and
8622            'NDRPDR'"
8623   parameters:
8624   - "throughput"
8625   - "name"
8626   - "tags"
8627   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8628   x-axis: "X = CNFs per Service Chain"
8629   y-axis: "Y = Number of Service Chains"
8630   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8631   layout:
8632     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8633     layout: "plot-service-density"
8634
8635 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8636 - type: "plot"
8637   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8638   algorithm: "plot_nf_heatmap"
8639   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8640   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8641   filter: "'NIC_Intel-XL710' and
8642            'NF_DENSITY' and
8643            'DOCKER' and
8644            'CHAIN' and
8645            'NF_VPPIP4' and
8646            'IPSEC' and
8647            'TNL_1000' and
8648            'IMIX' and
8649            '1T1C' and
8650            'NDRPDR'"
8651   parameters:
8652   - "throughput"
8653   - "name"
8654   - "tags"
8655   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8656   x-axis: "X = CNFs per Service Chain"
8657   y-axis: "Y = Number of Service Chains"
8658   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8659   layout:
8660     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8661     layout: "plot-service-density"
8662
8663 - type: "plot"
8664   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8665   algorithm: "plot_nf_heatmap"
8666   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8667   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8668   filter: "'NIC_Intel-XL710' and
8669            'NF_DENSITY' and
8670            'DOCKER' and
8671            'CHAIN' and
8672            'NF_VPPIP4' and
8673            'IPSEC' and
8674            'TNL_1000' and
8675            'IMIX' and
8676            '2T2C' and
8677            'NDRPDR'"
8678   parameters:
8679   - "throughput"
8680   - "name"
8681   - "tags"
8682   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8683   x-axis: "X = CNFs per Service Chain"
8684   y-axis: "Y = Number of Service Chains"
8685   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8686   layout:
8687     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8688     layout: "plot-service-density"
8689
8690 - type: "plot"
8691   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8692   algorithm: "plot_nf_heatmap"
8693   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8694   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8695   filter: "'NIC_Intel-XL710' and
8696            'NF_DENSITY' and
8697            'DOCKER' and
8698            'CHAIN' and
8699            'NF_VPPIP4' and
8700            'IPSEC' and
8701            'TNL_1000' and
8702            'IMIX' and
8703            '4T4C' and
8704            'NDRPDR'"
8705   parameters:
8706   - "throughput"
8707   - "name"
8708   - "tags"
8709   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8710   x-axis: "X = CNFs per Service Chain"
8711   y-axis: "Y = Number of Service Chains"
8712   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8713   layout:
8714     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8715     layout: "plot-service-density"
8716
8717 ###############################################################################
8718
8719 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8720 #- type: "plot"
8721 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8722 #  algorithm: "plot_nf_heatmap"
8723 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8724 #  data: "plot-vpp-nfv-3n-skx-mrr"
8725 #  filter: "'NIC_Intel-XXV710' and
8726 #           'NF_DENSITY' and
8727 #           'DOCKER' and
8728 #           'CHAIN' and
8729 #           'NF_VPPIP4' and
8730 #           'IPSEC' and
8731 #           'TNL_10000' and
8732 #           'IMIX' and
8733 #           '2T1C' and
8734 #           'MRR'"
8735 #  parameters:
8736 #  - "result"
8737 #  - "name"
8738 #  - "tags"
8739 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8740 #  x-axis: "X = CNFs per Service Chain"
8741 #  y-axis: "Y = Number of Service Chains"
8742 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8743 #  layout:
8744 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8745 #    layout: "plot-service-density"
8746 #
8747 #- type: "plot"
8748 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8749 #  algorithm: "plot_nf_heatmap"
8750 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8751 #  data: "plot-vpp-nfv-3n-skx-mrr"
8752 #  filter: "'NIC_Intel-XXV710' and
8753 #           'NF_DENSITY' and
8754 #           'DOCKER' and
8755 #           'CHAIN' and
8756 #           'NF_VPPIP4' and
8757 #           'IPSEC' and
8758 #           'TNL_10000' and
8759 #           'IMIX' and
8760 #           '4T2C' and
8761 #           'MRR'"
8762 #  parameters:
8763 #  - "result"
8764 #  - "name"
8765 #  - "tags"
8766 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8767 #  x-axis: "X = CNFs per Service Chain"
8768 #  y-axis: "Y = Number of Service Chains"
8769 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8770 #  layout:
8771 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8772 #    layout: "plot-service-density"
8773 #
8774 #- type: "plot"
8775 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8776 #  algorithm: "plot_nf_heatmap"
8777 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8778 #  data: "plot-vpp-nfv-3n-skx-mrr"
8779 #  filter: "'NIC_Intel-XXV710' and
8780 #           'NF_DENSITY' and
8781 #           'DOCKER' and
8782 #           'CHAIN' and
8783 #           'NF_VPPIP4' and
8784 #           'IPSEC' and
8785 #           'TNL_10000' and
8786 #           'IMIX' and
8787 #           '8T4C' and
8788 #           'MRR'"
8789 #  parameters:
8790 #  - "result"
8791 #  - "name"
8792 #  - "tags"
8793 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8794 #  x-axis: "X = CNFs per Service Chain"
8795 #  y-axis: "Y = Number of Service Chains"
8796 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8797 #  layout:
8798 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8799 #    layout: "plot-service-density"
8800 #
8801 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8802 #- type: "plot"
8803 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8804 #  algorithm: "plot_nf_heatmap"
8805 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8806 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8807 #  filter: "'NIC_Intel-XXV710' and
8808 #           'NF_DENSITY' and
8809 #           'DOCKER' and
8810 #           'CHAIN' and
8811 #           'NF_VPPIP4' and
8812 #           'IPSEC' and
8813 #           'TNL_10000' and
8814 #           'IMIX' and
8815 #           '2T1C' and
8816 #           'NDRPDR'"
8817 #  parameters:
8818 #  - "throughput"
8819 #  - "name"
8820 #  - "tags"
8821 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8822 #  x-axis: "X = CNFs per Service Chain"
8823 #  y-axis: "Y = Number of Service Chains"
8824 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8825 #  layout:
8826 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8827 #    layout: "plot-service-density"
8828 #
8829 #- type: "plot"
8830 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8831 #  algorithm: "plot_nf_heatmap"
8832 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8833 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8834 #  filter: "'NIC_Intel-XXV710' and
8835 #           'NF_DENSITY' and
8836 #           'DOCKER' and
8837 #           'CHAIN' and
8838 #           'NF_VPPIP4' and
8839 #           'IPSEC' and
8840 #           'TNL_10000' and
8841 #           'IMIX' and
8842 #           '4T2C' and
8843 #           'NDRPDR'"
8844 #  parameters:
8845 #  - "throughput"
8846 #  - "name"
8847 #  - "tags"
8848 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8849 #  x-axis: "X = CNFs per Service Chain"
8850 #  y-axis: "Y = Number of Service Chains"
8851 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8852 #  layout:
8853 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8854 #    layout: "plot-service-density"
8855 #
8856 #- type: "plot"
8857 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8858 #  algorithm: "plot_nf_heatmap"
8859 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8860 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8861 #  filter: "'NIC_Intel-XXV710' and
8862 #           'NF_DENSITY' and
8863 #           'DOCKER' and
8864 #           'CHAIN' and
8865 #           'NF_VPPIP4' and
8866 #           'IPSEC' and
8867 #           'TNL_10000' and
8868 #           'IMIX' and
8869 #           '8T4C' and
8870 #           'NDRPDR'"
8871 #  parameters:
8872 #  - "throughput"
8873 #  - "name"
8874 #  - "tags"
8875 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8876 #  x-axis: "X = CNFs per Service Chain"
8877 #  y-axis: "Y = Number of Service Chains"
8878 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8879 #  layout:
8880 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8881 #    layout: "plot-service-density"
8882 #
8883 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8884 #- type: "plot"
8885 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8886 #  algorithm: "plot_nf_heatmap"
8887 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8888 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8889 #  filter: "'NIC_Intel-XXV710' and
8890 #           'NF_DENSITY' and
8891 #           'DOCKER' and
8892 #           'CHAIN' and
8893 #           'NF_VPPIP4' and
8894 #           'IPSEC' and
8895 #           'TNL_10000' and
8896 #           'IMIX' and
8897 #           '2T1C' and
8898 #           'NDRPDR'"
8899 #  parameters:
8900 #  - "throughput"
8901 #  - "name"
8902 #  - "tags"
8903 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8904 #  x-axis: "X = CNFs per Service Chain"
8905 #  y-axis: "Y = Number of Service Chains"
8906 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8907 #  layout:
8908 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8909 #    layout: "plot-service-density"
8910 #
8911 #- type: "plot"
8912 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8913 #  algorithm: "plot_nf_heatmap"
8914 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8915 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8916 #  filter: "'NIC_Intel-XXV710' and
8917 #           'NF_DENSITY' and
8918 #           'DOCKER' and
8919 #           'CHAIN' and
8920 #           'NF_VPPIP4' and
8921 #           'IPSEC' and
8922 #           'TNL_10000' and
8923 #           'IMIX' and
8924 #           '4T2C' and
8925 #           'NDRPDR'"
8926 #  parameters:
8927 #  - "throughput"
8928 #  - "name"
8929 #  - "tags"
8930 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8931 #  x-axis: "X = CNFs per Service Chain"
8932 #  y-axis: "Y = Number of Service Chains"
8933 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8934 #  layout:
8935 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8936 #    layout: "plot-service-density"
8937 #
8938 #- type: "plot"
8939 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8940 #  algorithm: "plot_nf_heatmap"
8941 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
8942 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8943 #  filter: "'NIC_Intel-XXV710' and
8944 #           'NF_DENSITY' and
8945 #           'DOCKER' and
8946 #           'CHAIN' and
8947 #           'NF_VPPIP4' and
8948 #           'IPSEC' and
8949 #           'TNL_10000' and
8950 #           'IMIX' and
8951 #           '8T4C' and
8952 #           'NDRPDR'"
8953 #  parameters:
8954 #  - "throughput"
8955 #  - "name"
8956 #  - "tags"
8957 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8958 #  x-axis: "X = CNFs per Service Chain"
8959 #  y-axis: "Y = Number of Service Chains"
8960 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8961 #  layout:
8962 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8963 #    layout: "plot-service-density"
8964
8965 ###############################################################################
8966
8967 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8968 - type: "plot"
8969   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8970   algorithm: "plot_nf_heatmap"
8971   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
8972   data: "plot-vpp-nfv-3n-hsw-mrr"
8973   filter: "'NIC_Intel-XL710' and
8974            'NF_DENSITY' and
8975            'DOCKER' and
8976            'CHAIN' and
8977            'NF_VPPIP4' and
8978            'IMIX' and
8979            'TNL_10000' and
8980            '1T1C' and
8981            'MRR'"
8982   parameters:
8983   - "result"
8984   - "name"
8985   - "tags"
8986   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8987   x-axis: "X = CNFs per Service Chain"
8988   y-axis: "Y = Number of Service Chains"
8989   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8990   layout:
8991     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8992     layout: "plot-service-density"
8993
8994 - type: "plot"
8995   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8996   algorithm: "plot_nf_heatmap"
8997   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
8998   data: "plot-vpp-nfv-3n-hsw-mrr"
8999   filter: "'NIC_Intel-XL710' and
9000            'NF_DENSITY' and
9001            'DOCKER' and
9002            'CHAIN' and
9003            'NF_VPPIP4' and
9004            'IPSEC' and
9005            'TNL_10000' and
9006            'IMIX' and
9007            '2T2C' and
9008            'MRR'"
9009   parameters:
9010   - "result"
9011   - "name"
9012   - "tags"
9013   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9014   x-axis: "X = CNFs per Service Chain"
9015   y-axis: "Y = Number of Service Chains"
9016   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9017   layout:
9018     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9019     layout: "plot-service-density"
9020
9021 - type: "plot"
9022   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9023   algorithm: "plot_nf_heatmap"
9024   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9025   data: "plot-vpp-nfv-3n-hsw-mrr"
9026   filter: "'NIC_Intel-XL710' and
9027            'NF_DENSITY' and
9028            'DOCKER' and
9029            'CHAIN' and
9030            'NF_VPPIP4' and
9031            'IPSEC' and
9032            'TNL_10000' and
9033            'IMIX' and
9034            '4T4C' and
9035            'MRR'"
9036   parameters:
9037   - "result"
9038   - "name"
9039   - "tags"
9040   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9041   x-axis: "X = CNFs per Service Chain"
9042   y-axis: "Y = Number of Service Chains"
9043   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9044   layout:
9045     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9046     layout: "plot-service-density"
9047
9048 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9049 - type: "plot"
9050   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9051   algorithm: "plot_nf_heatmap"
9052   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9053   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9054   filter: "'NIC_Intel-XL710' and
9055            'NF_DENSITY' and
9056            'DOCKER' and
9057            'CHAIN' and
9058            'NF_VPPIP4' and
9059            'IPSEC' and
9060            'TNL_10000' and
9061            'IMIX' and
9062            '1T1C' and
9063            'NDRPDR'"
9064   parameters:
9065   - "throughput"
9066   - "name"
9067   - "tags"
9068   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9069   x-axis: "X = CNFs per Service Chain"
9070   y-axis: "Y = Number of Service Chains"
9071   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9072   layout:
9073     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9074     layout: "plot-service-density"
9075
9076 - type: "plot"
9077   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9078   algorithm: "plot_nf_heatmap"
9079   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9080   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9081   filter: "'NIC_Intel-XL710' and
9082            'NF_DENSITY' and
9083            'DOCKER' and
9084            'CHAIN' and
9085            'NF_VPPIP4' and
9086            'IPSEC' and
9087            'TNL_10000' and
9088            'IMIX' and
9089            '2T2C' and
9090            'NDRPDR'"
9091   parameters:
9092   - "throughput"
9093   - "name"
9094   - "tags"
9095   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9096   x-axis: "X = CNFs per Service Chain"
9097   y-axis: "Y = Number of Service Chains"
9098   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9099   layout:
9100     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9101     layout: "plot-service-density"
9102
9103 - type: "plot"
9104   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9105   algorithm: "plot_nf_heatmap"
9106   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9107   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9108   filter: "'NIC_Intel-XL710' and
9109            'NF_DENSITY' and
9110            'DOCKER' and
9111            'CHAIN' and
9112            'NF_VPPIP4' and
9113            'IPSEC' and
9114            'TNL_10000' and
9115            'IMIX' and
9116            '4T4C' and
9117            'NDRPDR'"
9118   parameters:
9119   - "throughput"
9120   - "name"
9121   - "tags"
9122   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9123   x-axis: "X = CNFs per Service Chain"
9124   y-axis: "Y = Number of Service Chains"
9125   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9126   layout:
9127     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9128     layout: "plot-service-density"
9129
9130 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9131 - type: "plot"
9132   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9133   algorithm: "plot_nf_heatmap"
9134   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9135   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9136   filter: "'NIC_Intel-XL710' and
9137            'NF_DENSITY' and
9138            'DOCKER' and
9139            'CHAIN' and
9140            'NF_VPPIP4' and
9141            'IPSEC' and
9142            'TNL_10000' and
9143            'IMIX' and
9144            '1T1C' and
9145            'NDRPDR'"
9146   parameters:
9147   - "throughput"
9148   - "name"
9149   - "tags"
9150   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9151   x-axis: "X = CNFs per Service Chain"
9152   y-axis: "Y = Number of Service Chains"
9153   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9154   layout:
9155     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9156     layout: "plot-service-density"
9157
9158 - type: "plot"
9159   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9160   algorithm: "plot_nf_heatmap"
9161   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9162   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9163   filter: "'NIC_Intel-XL710' and
9164            'NF_DENSITY' and
9165            'DOCKER' and
9166            'CHAIN' and
9167            'NF_VPPIP4' and
9168            'IPSEC' and
9169            'TNL_10000' and
9170            'IMIX' and
9171            '2T2C' and
9172            'NDRPDR'"
9173   parameters:
9174   - "throughput"
9175   - "name"
9176   - "tags"
9177   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9178   x-axis: "X = CNFs per Service Chain"
9179   y-axis: "Y = Number of Service Chains"
9180   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9181   layout:
9182     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9183     layout: "plot-service-density"
9184
9185 - type: "plot"
9186   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9187   algorithm: "plot_nf_heatmap"
9188   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9189   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9190   filter: "'NIC_Intel-XL710' and
9191            'NF_DENSITY' and
9192            'DOCKER' and
9193            'CHAIN' and
9194            'NF_VPPIP4' and
9195            'IPSEC' and
9196            'TNL_10000' and
9197            'IMIX' and
9198            '4T4C' and
9199            'NDRPDR'"
9200   parameters:
9201   - "throughput"
9202   - "name"
9203   - "tags"
9204   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9205   x-axis: "X = CNFs per Service Chain"
9206   y-axis: "Y = Number of Service Chains"
9207   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9208   layout:
9209     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9210     layout: "plot-service-density"
9211
9212 ###############################################################################
9213
9214 # Plots - NF Density - CSP - MRR 64b
9215
9216 #- type: "plot"
9217 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9218 #  algorithm: "plot_nf_heatmap"
9219 #  output-file-type: ".html"
9220 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9221 #  data: "plot-vpp-nfv-2n-skx-mrr"
9222 #  filter: "'NIC_Intel-XXV710' and
9223 #           'NF_DENSITY' and
9224 #           'DOCKER' and
9225 #           'PIPELINE' and
9226 #           'NF_VPPIP4' and
9227 #           '64B' and
9228 #           '2T1C' and
9229 #           'MRR'"
9230 #  parameters:
9231 #  - "result"
9232 #  - "name"
9233 #  - "tags"
9234 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9235 #  x-axis: "X = CNFs per Service Pipeline"
9236 #  y-axis: "Y = Number of Service Pipelines"
9237 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9238 #  layout:
9239 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9240 #    layout: "plot-service-density"
9241 #
9242 #- type: "plot"
9243 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9244 #  algorithm: "plot_nf_heatmap"
9245 #  output-file-type: ".html"
9246 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9247 #  data: "plot-vpp-nfv-2n-skx-mrr"
9248 #  filter: "'NIC_Intel-XXV710' and
9249 #           'NF_DENSITY' and
9250 #           'DOCKER' and
9251 #           'PIPELINE' and
9252 #           'NF_VPPIP4' and
9253 #           '64B' and
9254 #           '4T2C' and
9255 #           'MRR'"
9256 #  parameters:
9257 #  - "result"
9258 #  - "name"
9259 #  - "tags"
9260 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9261 #  x-axis: "X = CNFs per Service Pipeline"
9262 #  y-axis: "Y = Number of Service Pipelines"
9263 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9264 #  layout:
9265 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9266 #    layout: "plot-service-density"
9267 #
9268 #- type: "plot"
9269 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9270 #  algorithm: "plot_nf_heatmap"
9271 #  output-file-type: ".html"
9272 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9273 #  data: "plot-vpp-nfv-2n-skx-mrr"
9274 #  filter: "'NIC_Intel-XXV710' and
9275 #           'NF_DENSITY' and
9276 #           'DOCKER' and
9277 #           'PIPELINE' and
9278 #           'NF_VPPIP4' and
9279 #           '64B' and
9280 #           '8T4C' and
9281 #           'MRR'"
9282 #  parameters:
9283 #  - "result"
9284 #  - "name"
9285 #  - "tags"
9286 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9287 #  x-axis: "X = CNFs per Service Pipeline"
9288 #  y-axis: "Y = Number of Service Pipelines"
9289 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9290 #  layout:
9291 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9292 #    layout: "plot-service-density"
9293 #
9294 ## Plots - NF Density - CSP - MRR IMIX
9295 #- type: "plot"
9296 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9297 #  algorithm: "plot_nf_heatmap"
9298 #  output-file-type: ".html"
9299 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9300 #  data: "plot-vpp-nfv-2n-skx-mrr"
9301 #  filter: "'NIC_Intel-XXV710' and
9302 #           'NF_DENSITY' and
9303 #           'DOCKER' and
9304 #           'PIPELINE' and
9305 #           'NF_VPPIP4' and
9306 #           'IMIX' and
9307 #           '2T1C' and
9308 #           'MRR'"
9309 #  parameters:
9310 #  - "result"
9311 #  - "name"
9312 #  - "tags"
9313 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9314 #  x-axis: "X = CNFs per Service Pipeline"
9315 #  y-axis: "Y = Number of Service Pipelines"
9316 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9317 #  layout:
9318 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9319 #    layout: "plot-service-density"
9320 #
9321 #- type: "plot"
9322 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9323 #  algorithm: "plot_nf_heatmap"
9324 #  output-file-type: ".html"
9325 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9326 #  data: "plot-vpp-nfv-2n-skx-mrr"
9327 #  filter: "'NIC_Intel-XXV710' and
9328 #           'NF_DENSITY' and
9329 #           'DOCKER' and
9330 #           'PIPELINE' and
9331 #           'NF_VPPIP4' and
9332 #           'IMIX' and
9333 #           '4T2C' and
9334 #           'MRR'"
9335 #  parameters:
9336 #  - "result"
9337 #  - "name"
9338 #  - "tags"
9339 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9340 #  x-axis: "X = CNFs per Service Pipeline"
9341 #  y-axis: "Y = Number of Service Pipelines"
9342 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9343 #  layout:
9344 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9345 #    layout: "plot-service-density"
9346 #
9347 #- type: "plot"
9348 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9349 #  algorithm: "plot_nf_heatmap"
9350 #  output-file-type: ".html"
9351 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9352 #  data: "plot-vpp-nfv-2n-skx-mrr"
9353 #  filter: "'NIC_Intel-XXV710' and
9354 #           'NF_DENSITY' and
9355 #           'DOCKER' and
9356 #           'PIPELINE' and
9357 #           'NF_VPPIP4' and
9358 #           'IMIX' and
9359 #           '8T4C' and
9360 #           'MRR'"
9361 #  parameters:
9362 #  - "result"
9363 #  - "name"
9364 #  - "tags"
9365 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9366 #  x-axis: "X = CNFs per Service Pipeline"
9367 #  y-axis: "Y = Number of Service Pipelines"
9368 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9369 #  layout:
9370 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9371 #    layout: "plot-service-density"
9372 #
9373 ## Plots - NF Density - CSP - NDR 64b
9374 #- type: "plot"
9375 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9376 #  algorithm: "plot_nf_heatmap"
9377 #  output-file-type: ".html"
9378 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9379 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9380 #  filter: "'NIC_Intel-XXV710' and
9381 #           'NF_DENSITY' and
9382 #           'DOCKER' and
9383 #           'PIPELINE' and
9384 #           'NF_VPPIP4' and
9385 #           '64B' and
9386 #           '2T1C' and
9387 #           'NDRPDR'"
9388 #  parameters:
9389 #  - "throughput"
9390 #  - "name"
9391 #  - "tags"
9392 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9393 #  x-axis: "X = CNFs per Service Pipeline"
9394 #  y-axis: "Y = Number of Service Pipelines"
9395 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9396 #  layout:
9397 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9398 #    layout: "plot-service-density"
9399 #
9400 #- type: "plot"
9401 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9402 #  algorithm: "plot_nf_heatmap"
9403 #  output-file-type: ".html"
9404 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9405 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9406 #  filter: "'NIC_Intel-XXV710' and
9407 #           'NF_DENSITY' and
9408 #           'DOCKER' and
9409 #           'PIPELINE' and
9410 #           'NF_VPPIP4' and
9411 #           '64B' and
9412 #           '4T2C' and
9413 #           'NDRPDR'"
9414 #  parameters:
9415 #  - "throughput"
9416 #  - "name"
9417 #  - "tags"
9418 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9419 #  x-axis: "X = CNFs per Service Pipeline"
9420 #  y-axis: "Y = Number of Service Pipelines"
9421 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9422 #  layout:
9423 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9424 #    layout: "plot-service-density"
9425 #
9426 #- type: "plot"
9427 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9428 #  algorithm: "plot_nf_heatmap"
9429 #  output-file-type: ".html"
9430 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9431 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9432 #  filter: "'NIC_Intel-XXV710' and
9433 #           'NF_DENSITY' and
9434 #           'DOCKER' and
9435 #           'PIPELINE' and
9436 #           'NF_VPPIP4' and
9437 #           '64B' and
9438 #           '8T4C' and
9439 #           'NDRPDR'"
9440 #  parameters:
9441 #  - "throughput"
9442 #  - "name"
9443 #  - "tags"
9444 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9445 #  x-axis: "X = CNFs per Service Pipeline"
9446 #  y-axis: "Y = Number of Service Pipelines"
9447 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9448 #  layout:
9449 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9450 #    layout: "plot-service-density"
9451 #
9452 ## Plots - NF Density - CSP - NDR IMIX
9453 #- type: "plot"
9454 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9455 #  algorithm: "plot_nf_heatmap"
9456 #  output-file-type: ".html"
9457 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9458 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9459 #  filter: "'NIC_Intel-XXV710' and
9460 #           'NF_DENSITY' and
9461 #           'DOCKER' and
9462 #           'PIPELINE' and
9463 #           'NF_VPPIP4' and
9464 #           'IMIX' and
9465 #           '2T1C' and
9466 #           'NDRPDR'"
9467 #  parameters:
9468 #  - "throughput"
9469 #  - "name"
9470 #  - "tags"
9471 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9472 #  x-axis: "X = CNFs per Service Pipeline"
9473 #  y-axis: "Y = Number of Service Pipelines"
9474 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9475 #  layout:
9476 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9477 #    layout: "plot-service-density"
9478 #
9479 #- type: "plot"
9480 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9481 #  algorithm: "plot_nf_heatmap"
9482 #  output-file-type: ".html"
9483 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9484 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9485 #  filter: "'NIC_Intel-XXV710' and
9486 #           'NF_DENSITY' and
9487 #           'DOCKER' and
9488 #           'PIPELINE' and
9489 #           'NF_VPPIP4' and
9490 #           'IMIX' and
9491 #           '4T2C' and
9492 #           'NDRPDR'"
9493 #  parameters:
9494 #  - "throughput"
9495 #  - "name"
9496 #  - "tags"
9497 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9498 #  x-axis: "X = CNFs per Service Pipeline"
9499 #  y-axis: "Y = Number of Service Pipelines"
9500 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9501 #  layout:
9502 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9503 #    layout: "plot-service-density"
9504 #
9505 #- type: "plot"
9506 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9507 #  algorithm: "plot_nf_heatmap"
9508 #  output-file-type: ".html"
9509 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9510 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9511 #  filter: "'NIC_Intel-XXV710' and
9512 #           'NF_DENSITY' and
9513 #           'DOCKER' and
9514 #           'PIPELINE' and
9515 #           'NF_VPPIP4' and
9516 #           'IMIX' and
9517 #           '8T4C' and
9518 #           'NDRPDR'"
9519 #  parameters:
9520 #  - "throughput"
9521 #  - "name"
9522 #  - "tags"
9523 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9524 #  x-axis: "X = CNFs per Service Pipeline"
9525 #  y-axis: "Y = Number of Service Pipelines"
9526 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9527 #  layout:
9528 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9529 #    layout: "plot-service-density"
9530 #
9531 ## Plots - NF Density - CSP - PDR 64b
9532 #- type: "plot"
9533 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9534 #  algorithm: "plot_nf_heatmap"
9535 #  output-file-type: ".html"
9536 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9537 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9538 #  filter: "'NIC_Intel-XXV710' and
9539 #           'NF_DENSITY' and
9540 #           'DOCKER' and
9541 #           'PIPELINE' and
9542 #           'NF_VPPIP4' and
9543 #           '64B' and
9544 #           '2T1C' and
9545 #           'NDRPDR'"
9546 #  parameters:
9547 #  - "throughput"
9548 #  - "name"
9549 #  - "tags"
9550 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9551 #  x-axis: "X = CNFs per Service Pipeline"
9552 #  y-axis: "Y = Number of Service Pipelines"
9553 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9554 #  layout:
9555 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9556 #    layout: "plot-service-density"
9557 #
9558 #- type: "plot"
9559 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9560 #  algorithm: "plot_nf_heatmap"
9561 #  output-file-type: ".html"
9562 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9563 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9564 #  filter: "'NIC_Intel-XXV710' and
9565 #           'NF_DENSITY' and
9566 #           'DOCKER' and
9567 #           'PIPELINE' and
9568 #           'NF_VPPIP4' and
9569 #           '64B' and
9570 #           '4T2C' and
9571 #           'NDRPDR'"
9572 #  parameters:
9573 #  - "throughput"
9574 #  - "name"
9575 #  - "tags"
9576 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9577 #  x-axis: "X = CNFs per Service Pipeline"
9578 #  y-axis: "Y = Number of Service Pipelines"
9579 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9580 #  layout:
9581 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9582 #    layout: "plot-service-density"
9583 #
9584 #- type: "plot"
9585 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9586 #  algorithm: "plot_nf_heatmap"
9587 #  output-file-type: ".html"
9588 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9589 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9590 #  filter: "'NIC_Intel-XXV710' and
9591 #           'NF_DENSITY' and
9592 #           'DOCKER' and
9593 #           'PIPELINE' and
9594 #           'NF_VPPIP4' and
9595 #           '64B' and
9596 #           '8T4C' and
9597 #           'NDRPDR'"
9598 #  parameters:
9599 #  - "throughput"
9600 #  - "name"
9601 #  - "tags"
9602 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9603 #  x-axis: "X = CNFs per Service Pipeline"
9604 #  y-axis: "Y = Number of Service Pipelines"
9605 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9606 #  layout:
9607 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9608 #    layout: "plot-service-density"
9609 #
9610 ## Plots - NF Density - CSP - PDR IMIX
9611 #- type: "plot"
9612 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9613 #  algorithm: "plot_nf_heatmap"
9614 #  output-file-type: ".html"
9615 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9616 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9617 #  filter: "'NIC_Intel-XXV710' and
9618 #           'NF_DENSITY' and
9619 #           'DOCKER' and
9620 #           'PIPELINE' and
9621 #           'NF_VPPIP4' and
9622 #           'IMIX' and
9623 #           '2T1C' and
9624 #           'NDRPDR'"
9625 #  parameters:
9626 #  - "throughput"
9627 #  - "name"
9628 #  - "tags"
9629 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9630 #  x-axis: "X = CNFs per Service Pipeline"
9631 #  y-axis: "Y = Number of Service Pipelines"
9632 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9633 #  layout:
9634 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9635 #    layout: "plot-service-density"
9636 #
9637 #- type: "plot"
9638 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9639 #  algorithm: "plot_nf_heatmap"
9640 #  output-file-type: ".html"
9641 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9642 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9643 #  filter: "'NIC_Intel-XXV710' and
9644 #           'NF_DENSITY' and
9645 #           'DOCKER' and
9646 #           'PIPELINE' and
9647 #           'NF_VPPIP4' and
9648 #           'IMIX' and
9649 #           '4T2C' and
9650 #           'NDRPDR'"
9651 #  parameters:
9652 #  - "throughput"
9653 #  - "name"
9654 #  - "tags"
9655 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9656 #  x-axis: "X = CNFs per Service Pipeline"
9657 #  y-axis: "Y = Number of Service Pipelines"
9658 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9659 #  layout:
9660 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9661 #    layout: "plot-service-density"
9662 #
9663 #- type: "plot"
9664 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9665 #  algorithm: "plot_nf_heatmap"
9666 #  output-file-type: ".html"
9667 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9668 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9669 #  filter: "'NIC_Intel-XXV710' and
9670 #           'NF_DENSITY' and
9671 #           'DOCKER' and
9672 #           'PIPELINE' and
9673 #           'NF_VPPIP4' and
9674 #           'IMIX' and
9675 #           '8T4C' and
9676 #           'NDRPDR'"
9677 #  parameters:
9678 #  - "throughput"
9679 #  - "name"
9680 #  - "tags"
9681 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9682 #  x-axis: "X = CNFs per Service Pipeline"
9683 #  y-axis: "Y = Number of Service Pipelines"
9684 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9685 #  layout:
9686 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9687 #    layout: "plot-service-density"
9688
9689 ###############################################################################
9690 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9691
9692 - type: "plot"
9693   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9694   algorithm: "plot_nf_heatmap"
9695   output-file-type: ".html"
9696   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9697   data: "plot-vpp-nfv-2n-clx-mrr"
9698   filter: "'NIC_Intel-XXV710' and
9699            'NF_DENSITY' and
9700            'VHOST' and
9701            not 'VXLAN' and
9702            'CHAIN' and
9703            'NF_VPPIP4' and
9704            'IMIX' and
9705            '2T1C' and
9706            'MRR'"
9707   parameters:
9708   - "result"
9709   - "name"
9710   - "tags"
9711   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9712   x-axis: "X = VNFs per Service Chain"
9713   y-axis: "Y = Number of Service Chains"
9714   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9715   layout:
9716     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9717     layout: "plot-service-density"
9718
9719 - type: "plot"
9720   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9721   algorithm: "plot_nf_heatmap"
9722   output-file-type: ".html"
9723   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9724   data: "plot-vpp-nfv-2n-clx-mrr"
9725   filter: "'NIC_Intel-XXV710' and
9726            'NF_DENSITY' and
9727            'VHOST' and
9728            not 'VXLAN' and
9729            'CHAIN' and
9730            'NF_VPPIP4' and
9731            'IMIX' and
9732            '4T2C' and
9733            'MRR'"
9734   parameters:
9735   - "result"
9736   - "name"
9737   - "tags"
9738   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9739   x-axis: "X = VNFs per Service Chain"
9740   y-axis: "Y = Number of Service Chains"
9741   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9742   layout:
9743     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9744     layout: "plot-service-density"
9745
9746 - type: "plot"
9747   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9748   algorithm: "plot_nf_heatmap"
9749   output-file-type: ".html"
9750   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9751   data: "plot-vpp-nfv-2n-clx-mrr"
9752   filter: "'NIC_Intel-XXV710' and
9753            'NF_DENSITY' and
9754            'VHOST' and
9755            not 'VXLAN' and
9756            'CHAIN' and
9757            'NF_VPPIP4' and
9758            'IMIX' and
9759            '8T4C' and
9760            'MRR'"
9761   parameters:
9762   - "result"
9763   - "name"
9764   - "tags"
9765   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9766   x-axis: "X = VNFs per Service Chain"
9767   y-axis: "Y = Number of Service Chains"
9768   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9769   layout:
9770     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9771     layout: "plot-service-density"
9772
9773 # Plots - NF Density - VSC - NDR IMIX
9774 - type: "plot"
9775   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9776   algorithm: "plot_nf_heatmap"
9777   output-file-type: ".html"
9778   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9779   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9780   filter: "'NIC_Intel-XXV710' and
9781            'NF_DENSITY' and
9782            'VHOST' and
9783            not 'VXLAN' and
9784            'CHAIN' and
9785            'NF_VPPIP4' and
9786            'IMIX' and
9787            '2T1C' and
9788            'NDRPDR'"
9789   parameters:
9790   - "throughput"
9791   - "name"
9792   - "tags"
9793   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9794   x-axis: "X = VNFs per Service Chain"
9795   y-axis: "Y = Number of Service Chains"
9796   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9797   layout:
9798     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9799     layout: "plot-service-density"
9800
9801 - type: "plot"
9802   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9803   algorithm: "plot_nf_heatmap"
9804   output-file-type: ".html"
9805   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9806   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9807   filter: "'NIC_Intel-XXV710' and
9808            'NF_DENSITY' and
9809            'VHOST' and
9810            not 'VXLAN' and
9811            'CHAIN' and
9812            'NF_VPPIP4' and
9813            'IMIX' and
9814            '4T2C' and
9815            'NDRPDR'"
9816   parameters:
9817   - "throughput"
9818   - "name"
9819   - "tags"
9820   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9821   x-axis: "X = VNFs per Service Chain"
9822   y-axis: "Y = Number of Service Chains"
9823   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9824   layout:
9825     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9826     layout: "plot-service-density"
9827
9828 - type: "plot"
9829   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9830   algorithm: "plot_nf_heatmap"
9831   output-file-type: ".html"
9832   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9833   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9834   filter: "'NIC_Intel-XXV710' and
9835            'NF_DENSITY' and
9836            'VHOST' and
9837            not 'VXLAN' and
9838            'CHAIN' and
9839            'NF_VPPIP4' and
9840            'IMIX' and
9841            '8T4C' and
9842            'NDRPDR'"
9843   parameters:
9844   - "throughput"
9845   - "name"
9846   - "tags"
9847   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9848   x-axis: "X = VNFs per Service Chain"
9849   y-axis: "Y = Number of Service Chains"
9850   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9851   layout:
9852     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9853     layout: "plot-service-density"
9854
9855 # Plots - NF Density - VSC - PDR IMIX
9856 - type: "plot"
9857   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9858   algorithm: "plot_nf_heatmap"
9859   output-file-type: ".html"
9860   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9861   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9862   filter: "'NIC_Intel-XXV710' and
9863            'NF_DENSITY' and
9864            'VHOST' and
9865            not 'VXLAN' and
9866            'CHAIN' and
9867            'NF_VPPIP4' and
9868            'IMIX' and
9869            '2T1C' and
9870            'NDRPDR'"
9871   parameters:
9872   - "throughput"
9873   - "name"
9874   - "tags"
9875   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9876   x-axis: "X = VNFs per Service Chain"
9877   y-axis: "Y = Number of Service Chains"
9878   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9879   layout:
9880     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9881     layout: "plot-service-density"
9882
9883 - type: "plot"
9884   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9885   algorithm: "plot_nf_heatmap"
9886   output-file-type: ".html"
9887   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9888   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9889   filter: "'NIC_Intel-XXV710' and
9890            'NF_DENSITY' and
9891            'VHOST' and
9892            not 'VXLAN' and
9893            'CHAIN' and
9894            'NF_VPPIP4' and
9895            'IMIX' and
9896            '4T2C' and
9897            'NDRPDR'"
9898   parameters:
9899   - "throughput"
9900   - "name"
9901   - "tags"
9902   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9903   x-axis: "X = VNFs per Service Chain"
9904   y-axis: "Y = Number of Service Chains"
9905   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9906   layout:
9907     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9908     layout: "plot-service-density"
9909
9910 - type: "plot"
9911   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9912   algorithm: "plot_nf_heatmap"
9913   output-file-type: ".html"
9914   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9915   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9916   filter: "'NIC_Intel-XXV710' and
9917            'NF_DENSITY' and
9918            'VHOST' and
9919            not 'VXLAN' and
9920            'CHAIN' and
9921            'NF_VPPIP4' and
9922            'IMIX' and
9923            '8T4C' and
9924            'NDRPDR'"
9925   parameters:
9926   - "throughput"
9927   - "name"
9928   - "tags"
9929   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9930   x-axis: "X = VNFs per Service Chain"
9931   y-axis: "Y = Number of Service Chains"
9932   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9933   layout:
9934     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9935     layout: "plot-service-density"
9936
9937 # Plots - NF Density - VSC - MRR IMIX
9938 - type: "plot"
9939   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9940   algorithm: "plot_nf_heatmap"
9941   output-file-type: ".html"
9942   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9943   data: "plot-vpp-nfv-2n-clx-mrr"
9944   filter: "'NIC_Intel-XXV710' and
9945            'NF_DENSITY' and
9946            'VHOST' and
9947            'VXLAN' and
9948            'CHAIN' and
9949            'IMIX' and
9950            '2T1C' and
9951            'MRR'"
9952   parameters:
9953   - "result"
9954   - "name"
9955   - "tags"
9956   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9957   x-axis: "X = VNFs per Service Chain"
9958   y-axis: "Y = Number of Service Chains"
9959   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9960   layout:
9961     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9962     layout: "plot-service-density"
9963
9964 - type: "plot"
9965   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9966   algorithm: "plot_nf_heatmap"
9967   output-file-type: ".html"
9968   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9969   data: "plot-vpp-nfv-2n-clx-mrr"
9970   filter: "'NIC_Intel-XXV710' and
9971            'NF_DENSITY' and
9972            'VHOST' and
9973            'VXLAN' and
9974            'CHAIN' and
9975            'IMIX' and
9976            '4T2C' and
9977            'MRR'"
9978   parameters:
9979   - "result"
9980   - "name"
9981   - "tags"
9982   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9983   x-axis: "X = VNFs per Service Chain"
9984   y-axis: "Y = Number of Service Chains"
9985   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9986   layout:
9987     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9988     layout: "plot-service-density"
9989
9990 - type: "plot"
9991   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9992   algorithm: "plot_nf_heatmap"
9993   output-file-type: ".html"
9994   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
9995   data: "plot-vpp-nfv-2n-clx-mrr"
9996   filter: "'NIC_Intel-XXV710' and
9997            'NF_DENSITY' and
9998            'VHOST' and
9999            'VXLAN' and
10000            'CHAIN' and
10001            'IMIX' and
10002            '8T4C' and
10003            'MRR'"
10004   parameters:
10005   - "result"
10006   - "name"
10007   - "tags"
10008   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10009   x-axis: "X = VNFs per Service Chain"
10010   y-axis: "Y = Number of Service Chains"
10011   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10012   layout:
10013     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10014     layout: "plot-service-density"
10015
10016 # Plots - NF Density - VSC - NDR IMIX
10017 - type: "plot"
10018   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10019   algorithm: "plot_nf_heatmap"
10020   output-file-type: ".html"
10021   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10022   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10023   filter: "'NIC_Intel-XXV710' and
10024            'NF_DENSITY' and
10025            'VHOST' and
10026            'VXLAN' and
10027            'CHAIN' a
10028            'IMIX' and
10029            '2T1C' and
10030            'NDRPDR'"
10031   parameters:
10032   - "throughput"
10033   - "name"
10034   - "tags"
10035   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10036   x-axis: "X = VNFs per Service Chain"
10037   y-axis: "Y = Number of Service Chains"
10038   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10039   layout:
10040     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10041     layout: "plot-service-density"
10042
10043 - type: "plot"
10044   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10045   algorithm: "plot_nf_heatmap"
10046   output-file-type: ".html"
10047   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10048   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10049   filter: "'NIC_Intel-XXV710' and
10050            'NF_DENSITY' and
10051            'VHOST' and
10052            'VXLAN' and
10053            'CHAIN' and
10054            'IMIX' and
10055            '4T2C' and
10056            'NDRPDR'"
10057   parameters:
10058   - "throughput"
10059   - "name"
10060   - "tags"
10061   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10062   x-axis: "X = VNFs per Service Chain"
10063   y-axis: "Y = Number of Service Chains"
10064   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10065   layout:
10066     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10067     layout: "plot-service-density"
10068
10069 - type: "plot"
10070   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10071   algorithm: "plot_nf_heatmap"
10072   output-file-type: ".html"
10073   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10074   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10075   filter: "'NIC_Intel-XXV710' and
10076            'NF_DENSITY' and
10077            'VHOST' and
10078            'VXLAN' and
10079            'CHAIN' and
10080            'IMIX' and
10081            '8T4C' and
10082            'NDRPDR'"
10083   parameters:
10084   - "throughput"
10085   - "name"
10086   - "tags"
10087   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10088   x-axis: "X = VNFs per Service Chain"
10089   y-axis: "Y = Number of Service Chains"
10090   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10091   layout:
10092     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10093     layout: "plot-service-density"
10094
10095 # Plots - NF Density - VSC - PDR IMIX
10096 - type: "plot"
10097   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10098   algorithm: "plot_nf_heatmap"
10099   output-file-type: ".html"
10100   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10101   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10102   filter: "'NIC_Intel-XXV710' and
10103            'NF_DENSITY' and
10104            'VHOST' and
10105            'VXLAN' and
10106            'CHAIN' and
10107            'IMIX' and
10108            '2T1C' and
10109            'NDRPDR'"
10110   parameters:
10111   - "throughput"
10112   - "name"
10113   - "tags"
10114   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10115   x-axis: "X = VNFs per Service Chain"
10116   y-axis: "Y = Number of Service Chains"
10117   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10118   layout:
10119     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10120     layout: "plot-service-density"
10121
10122 - type: "plot"
10123   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10124   algorithm: "plot_nf_heatmap"
10125   output-file-type: ".html"
10126   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10127   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10128   filter: "'NIC_Intel-XXV710' and
10129            'NF_DENSITY' and
10130            'VHOST' and
10131            'VXLAN' and
10132            'CHAIN' and
10133            'IMIX' and
10134            '4T2C' and
10135            'NDRPDR'"
10136   parameters:
10137   - "throughput"
10138   - "name"
10139   - "tags"
10140   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10141   x-axis: "X = VNFs per Service Chain"
10142   y-axis: "Y = Number of Service Chains"
10143   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10144   layout:
10145     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10146     layout: "plot-service-density"
10147
10148 - type: "plot"
10149   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10150   algorithm: "plot_nf_heatmap"
10151   output-file-type: ".html"
10152   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10153   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10154   filter: "'NIC_Intel-XXV710' and
10155            'NF_DENSITY' and
10156            'VHOST' and
10157            'VXLAN' and
10158            'CHAIN' and
10159            'IMIX' and
10160            '8T4C' and
10161            'NDRPDR'"
10162   parameters:
10163   - "throughput"
10164   - "name"
10165   - "tags"
10166   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10167   x-axis: "X = VNFs per Service Chain"
10168   y-axis: "Y = Number of Service Chains"
10169   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10170   layout:
10171     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10172     layout: "plot-service-density"
10173
10174 # Plots - NF Density - CSC - MRR IMIX
10175 - type: "plot"
10176   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10177   algorithm: "plot_nf_heatmap"
10178   output-file-type: ".html"
10179   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10180   data: "plot-vpp-nfv-2n-clx-mrr"
10181   filter: "'NIC_Intel-XXV710' and
10182            'NF_DENSITY' and
10183            'DOCKER' and
10184            'CHAIN' and
10185            'NF_VPPIP4' and
10186            'IMIX' and
10187            '2T1C' and
10188            'MRR'"
10189   parameters:
10190   - "result"
10191   - "name"
10192   - "tags"
10193   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10194   x-axis: "X = CNFs per Service Chain"
10195   y-axis: "Y = Number of Service Chains"
10196   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10197   layout:
10198     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10199     layout: "plot-service-density"
10200
10201 - type: "plot"
10202   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10203   algorithm: "plot_nf_heatmap"
10204   output-file-type: ".html"
10205   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10206   data: "plot-vpp-nfv-2n-clx-mrr"
10207   filter: "'NIC_Intel-XXV710' and
10208            'NF_DENSITY' and
10209            'DOCKER' and
10210            'CHAIN' and
10211            'NF_VPPIP4' and
10212            'IMIX' and
10213            '4T2C' and
10214            'MRR'"
10215   parameters:
10216   - "result"
10217   - "name"
10218   - "tags"
10219   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10220   x-axis: "X = CNFs per Service Chain"
10221   y-axis: "Y = Number of Service Chains"
10222   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10223   layout:
10224     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10225     layout: "plot-service-density"
10226
10227 - type: "plot"
10228   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10229   algorithm: "plot_nf_heatmap"
10230   output-file-type: ".html"
10231   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10232   data: "plot-vpp-nfv-2n-clx-mrr"
10233   filter: "'NIC_Intel-XXV710' and
10234            'NF_DENSITY' and
10235            'DOCKER' and
10236            'CHAIN' and
10237            'NF_VPPIP4' and
10238            'IMIX' and
10239            '8T4C' and
10240            'MRR'"
10241   parameters:
10242   - "result"
10243   - "name"
10244   - "tags"
10245   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10246   x-axis: "X = CNFs per Service Chain"
10247   y-axis: "Y = Number of Service Chains"
10248   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10249   layout:
10250     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10251     layout: "plot-service-density"
10252
10253 # Plots - NF Density - CSC - NDR IMIX
10254 - type: "plot"
10255   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10256   algorithm: "plot_nf_heatmap"
10257   output-file-type: ".html"
10258   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10259   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10260   filter: "'NIC_Intel-XXV710' and
10261            'NF_DENSITY' and
10262            'DOCKER' and
10263            'CHAIN' and
10264            'NF_VPPIP4' and
10265            'IMIX' and
10266            '2T1C' and
10267            'NDRPDR'"
10268   parameters:
10269   - "throughput"
10270   - "name"
10271   - "tags"
10272   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10273   x-axis: "X = CNFs per Service Chain"
10274   y-axis: "Y = Number of Service Chains"
10275   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10276   layout:
10277     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10278     layout: "plot-service-density"
10279
10280 - type: "plot"
10281   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10282   algorithm: "plot_nf_heatmap"
10283   output-file-type: ".html"
10284   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10285   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10286   filter: "'NIC_Intel-XXV710' and
10287            'NF_DENSITY' and
10288            'DOCKER' and
10289            'CHAIN' and
10290            'NF_VPPIP4' and
10291            'IMIX' and
10292            '4T2C' and
10293            'NDRPDR'"
10294   parameters:
10295   - "throughput"
10296   - "name"
10297   - "tags"
10298   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10299   x-axis: "X = CNFs per Service Chain"
10300   y-axis: "Y = Number of Service Chains"
10301   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10302   layout:
10303     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10304     layout: "plot-service-density"
10305
10306 - type: "plot"
10307   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10308   algorithm: "plot_nf_heatmap"
10309   output-file-type: ".html"
10310   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10311   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10312   filter: "'NIC_Intel-XXV710' and
10313            'NF_DENSITY' and
10314            'DOCKER' and
10315            'CHAIN' and
10316            'NF_VPPIP4' and
10317            'IMIX' and
10318            '8T4C' and
10319            'NDRPDR'"
10320   parameters:
10321   - "throughput"
10322   - "name"
10323   - "tags"
10324   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10325   x-axis: "X = CNFs per Service Chain"
10326   y-axis: "Y = Number of Service Chains"
10327   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10328   layout:
10329     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10330     layout: "plot-service-density"
10331
10332 # Plots - NF Density - CSC - PDR IMIX
10333 - type: "plot"
10334   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10335   algorithm: "plot_nf_heatmap"
10336   output-file-type: ".html"
10337   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10338   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10339   filter: "'NIC_Intel-XXV710' and
10340            'NF_DENSITY' and
10341            'DOCKER' and
10342            'CHAIN' and
10343            'NF_VPPIP4' and
10344            'IMIX' and
10345            '2T1C' and
10346            'NDRPDR'"
10347   parameters:
10348   - "throughput"
10349   - "name"
10350   - "tags"
10351   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10352   x-axis: "X = CNFs per Service Chain"
10353   y-axis: "Y = Number of Service Chains"
10354   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10355   layout:
10356     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10357     layout: "plot-service-density"
10358
10359 - type: "plot"
10360   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10361   algorithm: "plot_nf_heatmap"
10362   output-file-type: ".html"
10363   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10364   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10365   filter: "'NIC_Intel-XXV710' and
10366            'NF_DENSITY' and
10367            'DOCKER' and
10368            'CHAIN' and
10369            'NF_VPPIP4' and
10370            'IMIX' and
10371            '4T2C' and
10372            'NDRPDR'"
10373   parameters:
10374   - "throughput"
10375   - "name"
10376   - "tags"
10377   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10378   x-axis: "X = CNFs per Service Chain"
10379   y-axis: "Y = Number of Service Chains"
10380   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10381   layout:
10382     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10383     layout: "plot-service-density"
10384
10385 - type: "plot"
10386   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10387   algorithm: "plot_nf_heatmap"
10388   output-file-type: ".html"
10389   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10390   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10391   filter: "'NIC_Intel-XXV710' and
10392            'NF_DENSITY' and
10393            'DOCKER' and
10394            'CHAIN' and
10395            'NF_VPPIP4' and
10396            'IMIX' and
10397            '8T4C' and
10398            'NDRPDR'"
10399   parameters:
10400   - "throughput"
10401   - "name"
10402   - "tags"
10403   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10404   x-axis: "X = CNFs per Service Chain"
10405   y-axis: "Y = Number of Service Chains"
10406   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10407   layout:
10408     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10409     layout: "plot-service-density"
10410
10411 # Plots - NF Density - CSP - MRR IMIX
10412 - type: "plot"
10413   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10414   algorithm: "plot_nf_heatmap"
10415   output-file-type: ".html"
10416   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10417   data: "plot-vpp-nfv-2n-clx-mrr"
10418   filter: "'NIC_Intel-XXV710' and
10419            'NF_DENSITY' and
10420            'DOCKER' and
10421            'PIPELINE' and
10422            'NF_VPPIP4' and
10423            'IMIX' and
10424            '2T1C' and
10425            'MRR'"
10426   parameters:
10427   - "result"
10428   - "name"
10429   - "tags"
10430   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10431   x-axis: "X = CNFs per Service Pipeline"
10432   y-axis: "Y = Number of Service Pipelines"
10433   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10434   layout:
10435     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10436     layout: "plot-service-density"
10437
10438 - type: "plot"
10439   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10440   algorithm: "plot_nf_heatmap"
10441   output-file-type: ".html"
10442   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10443   data: "plot-vpp-nfv-2n-clx-mrr"
10444   filter: "'NIC_Intel-XXV710' and
10445            'NF_DENSITY' and
10446            'DOCKER' and
10447            'PIPELINE' and
10448            'NF_VPPIP4' and
10449            'IMIX' and
10450            '4T2C' and
10451            'MRR'"
10452   parameters:
10453   - "result"
10454   - "name"
10455   - "tags"
10456   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10457   x-axis: "X = CNFs per Service Pipeline"
10458   y-axis: "Y = Number of Service Pipelines"
10459   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10460   layout:
10461     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10462     layout: "plot-service-density"
10463
10464 - type: "plot"
10465   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10466   algorithm: "plot_nf_heatmap"
10467   output-file-type: ".html"
10468   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10469   data: "plot-vpp-nfv-2n-clx-mrr"
10470   filter: "'NIC_Intel-XXV710' and
10471            'NF_DENSITY' and
10472            'DOCKER' and
10473            'PIPELINE' and
10474            'NF_VPPIP4' and
10475            'IMIX' and
10476            '8T4C' and
10477            'MRR'"
10478   parameters:
10479   - "result"
10480   - "name"
10481   - "tags"
10482   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10483   x-axis: "X = CNFs per Service Pipeline"
10484   y-axis: "Y = Number of Service Pipelines"
10485   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10486   layout:
10487     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10488     layout: "plot-service-density"
10489
10490 # Plots - NF Density - CSP - NDR IMIX
10491 - type: "plot"
10492   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10493   algorithm: "plot_nf_heatmap"
10494   output-file-type: ".html"
10495   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10496   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10497   filter: "'NIC_Intel-XXV710' and
10498            'NF_DENSITY' and
10499            'DOCKER' and
10500            'PIPELINE' and
10501            'NF_VPPIP4' and
10502            'IMIX' and
10503            '2T1C' and
10504            'NDRPDR'"
10505   parameters:
10506   - "throughput"
10507   - "name"
10508   - "tags"
10509   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10510   x-axis: "X = CNFs per Service Pipeline"
10511   y-axis: "Y = Number of Service Pipelines"
10512   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10513   layout:
10514     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10515     layout: "plot-service-density"
10516
10517 - type: "plot"
10518   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10519   algorithm: "plot_nf_heatmap"
10520   output-file-type: ".html"
10521   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10522   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10523   filter: "'NIC_Intel-XXV710' and
10524            'NF_DENSITY' and
10525            'DOCKER' and
10526            'PIPELINE' and
10527            'NF_VPPIP4' and
10528            'IMIX' and
10529            '4T2C' and
10530            'NDRPDR'"
10531   parameters:
10532   - "throughput"
10533   - "name"
10534   - "tags"
10535   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10536   x-axis: "X = CNFs per Service Pipeline"
10537   y-axis: "Y = Number of Service Pipelines"
10538   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10539   layout:
10540     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10541     layout: "plot-service-density"
10542
10543 - type: "plot"
10544   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10545   algorithm: "plot_nf_heatmap"
10546   output-file-type: ".html"
10547   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10548   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10549   filter: "'NIC_Intel-XXV710' and
10550            'NF_DENSITY' and
10551            'DOCKER' and
10552            'PIPELINE' and
10553            'NF_VPPIP4' and
10554            'IMIX' and
10555            '8T4C' and
10556            'NDRPDR'"
10557   parameters:
10558   - "throughput"
10559   - "name"
10560   - "tags"
10561   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10562   x-axis: "X = CNFs per Service Pipeline"
10563   y-axis: "Y = Number of Service Pipelines"
10564   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10565   layout:
10566     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10567     layout: "plot-service-density"
10568
10569 # Plots - NF Density - CSP - PDR IMIX
10570 - type: "plot"
10571   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10572   algorithm: "plot_nf_heatmap"
10573   output-file-type: ".html"
10574   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10575   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10576   filter: "'NIC_Intel-XXV710' and
10577            'NF_DENSITY' and
10578            'DOCKER' and
10579            'PIPELINE' and
10580            'NF_VPPIP4' and
10581            'IMIX' and
10582            '2T1C' and
10583            'NDRPDR'"
10584   parameters:
10585   - "throughput"
10586   - "name"
10587   - "tags"
10588   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10589   x-axis: "X = CNFs per Service Pipeline"
10590   y-axis: "Y = Number of Service Pipelines"
10591   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10592   layout:
10593     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10594     layout: "plot-service-density"
10595
10596 - type: "plot"
10597   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10598   algorithm: "plot_nf_heatmap"
10599   output-file-type: ".html"
10600   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10601   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10602   filter: "'NIC_Intel-XXV710' and
10603            'NF_DENSITY' and
10604            'DOCKER' and
10605            'PIPELINE' and
10606            'NF_VPPIP4' and
10607            'IMIX' and
10608            '4T2C' and
10609            'NDRPDR'"
10610   parameters:
10611   - "throughput"
10612   - "name"
10613   - "tags"
10614   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10615   x-axis: "X = CNFs per Service Pipeline"
10616   y-axis: "Y = Number of Service Pipelines"
10617   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10618   layout:
10619     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10620     layout: "plot-service-density"
10621
10622 - type: "plot"
10623   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10624   algorithm: "plot_nf_heatmap"
10625   output-file-type: ".html"
10626   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10627   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10628   filter: "'NIC_Intel-XXV710' and
10629            'NF_DENSITY' and
10630            'DOCKER' and
10631            'PIPELINE' and
10632            'NF_VPPIP4' and
10633            'IMIX' and
10634            '8T4C' and
10635            'NDRPDR'"
10636   parameters:
10637   - "throughput"
10638   - "name"
10639   - "tags"
10640   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10641   x-axis: "X = CNFs per Service Pipeline"
10642   y-axis: "Y = Number of Service Pipelines"
10643   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10644   layout:
10645     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10646     layout: "plot-service-density"
10647
10648 ################################################################################
10649
10650 # Packet Throughput
10651
10652 #- type: "plot"
10653 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10654 #  algorithm: "plot_perf_box_name"
10655 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10656 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10657 #  include:
10658 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10659 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10660 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10661 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10662 #  layout:
10663 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10664 #    layout: "plot-throughput"
10665 #
10666 #- type: "plot"
10667 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10668 #  algorithm: "plot_perf_box_name"
10669 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10670 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10671 #  include:
10672 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10673 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10674 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10675 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10676 #  layout:
10677 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10678 #    layout: "plot-throughput"
10679 #
10680 #- type: "plot"
10681 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10682 #  algorithm: "plot_perf_box_name"
10683 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10684 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10685 #  include:
10686 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10687 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10688 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10689 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10690 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10691 #  layout:
10692 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10693 #    layout: "plot-throughput"
10694 #
10695 #- type: "plot"
10696 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10697 #  algorithm: "plot_perf_box_name"
10698 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10699 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10700 #  include:
10701 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10702 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10703 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10704 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10705 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10706 #  layout:
10707 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10708 #    layout: "plot-throughput"
10709
10710 - type: "plot"
10711   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10712   algorithm: "plot_perf_box_name"
10713   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10714   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10715   include:
10716     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10717     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10718     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10719     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10720     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10721   layout:
10722     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10723     layout: "plot-throughput"
10724
10725 - type: "plot"
10726   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10727   algorithm: "plot_perf_box_name"
10728   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10729   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10730   include:
10731     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10732     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10733     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10734     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10735     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10736   layout:
10737     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10738     layout: "plot-throughput"
10739
10740 #- type: "plot"
10741 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10742 #  algorithm: "plot_perf_box_name"
10743 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10744 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10745 #  include:
10746 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10747 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10748 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10749 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10750 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10751 #  layout:
10752 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10753 #    layout: "plot-throughput"
10754 #
10755 #- type: "plot"
10756 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10757 #  algorithm: "plot_perf_box_name"
10758 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10759 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10760 #  include:
10761 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10762 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10763 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10764 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10765 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10766 #  layout:
10767 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10768 #    layout: "plot-throughput"
10769 #
10770 #- type: "plot"
10771 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10772 #  algorithm: "plot_perf_box_name"
10773 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10774 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10775 #  include:
10776 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10777 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10778 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10779 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10780 #  layout:
10781 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10782 #    layout: "plot-throughput"
10783 #
10784 #- type: "plot"
10785 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10786 #  algorithm: "plot_perf_box_name"
10787 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10788 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10789 #  include:
10790 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10791 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10792 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10793 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10794 #  layout:
10795 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10796 #    layout: "plot-throughput"
10797 #
10798 #- type: "plot"
10799 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10800 #  algorithm: "plot_perf_box_name"
10801 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10802 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10803 #  include:
10804 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10805 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10806 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10807 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10808 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10809 #  layout:
10810 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10811 #    layout: "plot-throughput"
10812 #
10813 #- type: "plot"
10814 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10815 #  algorithm: "plot_perf_box_name"
10816 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10817 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10818 #  include:
10819 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10820 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10821 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10822 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10823 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10824 #  layout:
10825 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10826 #    layout: "plot-throughput"
10827 #
10828 #- type: "plot"
10829 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10830 #  algorithm: "plot_perf_box_name"
10831 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10832 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10833 #  include:
10834 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10835 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10836 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10837 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10838 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10839 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10840 #  layout:
10841 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10842 #    layout: "plot-throughput"
10843 #
10844 #- type: "plot"
10845 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10846 #  algorithm: "plot_perf_box_name"
10847 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10848 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10849 #  include:
10850 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10851 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10852 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10853 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10854 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10855 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10856 #  layout:
10857 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10858 #    layout: "plot-throughput"
10859
10860 - type: "plot"
10861   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10862   algorithm: "plot_perf_box_name"
10863   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10864   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10865   include:
10866     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10867     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10868     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10869   layout:
10870     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10871     layout: "plot-throughput"
10872
10873 - type: "plot"
10874   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10875   algorithm: "plot_perf_box_name"
10876   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10877   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10878   include:
10879     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10880     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10881     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10882   layout:
10883     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10884     layout: "plot-throughput"
10885
10886 #- type: "plot"
10887 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10888 #  algorithm: "plot_perf_box_name"
10889 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10890 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10891 #  include:
10892 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10893 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10894 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10895 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10896 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10897 #  layout:
10898 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10899 #    layout: "plot-throughput"
10900 #
10901 #- type: "plot"
10902 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10903 #  algorithm: "plot_perf_box_name"
10904 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10905 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10906 #  include:
10907 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10908 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10909 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10910 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10911 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10912 #  layout:
10913 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10914 #    layout: "plot-throughput"
10915 #
10916 #- type: "plot"
10917 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10918 #  algorithm: "plot_perf_box_name"
10919 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10920 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10921 #  include:
10922 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10923 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10924 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10925 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10926 #  layout:
10927 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10928 #    layout: "plot-throughput"
10929 #
10930 #- type: "plot"
10931 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10932 #  algorithm: "plot_perf_box_name"
10933 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10934 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10935 #  include:
10936 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10937 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10938 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10939 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10940 #  layout:
10941 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10942 #    layout: "plot-throughput"
10943 #
10944 #- type: "plot"
10945 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10946 #  algorithm: "plot_perf_box_name"
10947 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10948 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10949 #  include:
10950 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10951 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10952 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10953 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10954 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10955 #  layout:
10956 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10957 #    layout: "plot-throughput"
10958 #
10959 #- type: "plot"
10960 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10961 #  algorithm: "plot_perf_box_name"
10962 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10963 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10964 #  include:
10965 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10966 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10967 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10968 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10969 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10970 #  layout:
10971 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10972 #    layout: "plot-throughput"
10973 #
10974 #- type: "plot"
10975 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10976 #  algorithm: "plot_perf_box_name"
10977 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10978 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10979 #  include:
10980 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10981 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10982 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10983 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10984 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10985 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10986 #  layout:
10987 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10988 #    layout: "plot-throughput"
10989 #
10990 #- type: "plot"
10991 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10992 #  algorithm: "plot_perf_box_name"
10993 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10994 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10995 #  include:
10996 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10997 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10998 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10999 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11000 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11001 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11002 #  layout:
11003 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11004 #    layout: "plot-throughput"
11005
11006 - type: "plot"
11007   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11008   algorithm: "plot_perf_box_name"
11009   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11010   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11011   include:
11012     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11013     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11014     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11015     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11016     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11017   layout:
11018     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11019     layout: "plot-throughput"
11020
11021 - type: "plot"
11022   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11023   algorithm: "plot_perf_box_name"
11024   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11025   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11026   include:
11027     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11028     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11029     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11030     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11031     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11032   layout:
11033     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11034     layout: "plot-throughput"
11035
11036 - type: "plot"
11037   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11038   algorithm: "plot_perf_box_name"
11039   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11040   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11041   include:
11042     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11043     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11044     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11045     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11046     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11047     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11048   layout:
11049     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11050     layout: "plot-throughput"
11051
11052 - type: "plot"
11053   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11054   algorithm: "plot_perf_box_name"
11055   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11056   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11057   include:
11058     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11059     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11060     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11061     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11062     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11063     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11064   layout:
11065     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11066     layout: "plot-throughput"
11067
11068 - type: "plot"
11069   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11070   algorithm: "plot_perf_box_name"
11071   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11072   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11073   include:
11074     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11075     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11076     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11077     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11078     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11079   layout:
11080     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11081     layout: "plot-throughput"
11082
11083 - type: "plot"
11084   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11085   algorithm: "plot_perf_box_name"
11086   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11087   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11088   include:
11089     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11090     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11091     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11092     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11093     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11094   layout:
11095     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11096     layout: "plot-throughput"
11097
11098 - type: "plot"
11099   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11100   algorithm: "plot_perf_box_name"
11101   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11102   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11103   include:
11104     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11105     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11106     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11107     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11108     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11109     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11110   layout:
11111     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11112     layout: "plot-throughput"
11113
11114 - type: "plot"
11115   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11116   algorithm: "plot_perf_box_name"
11117   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11118   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11119   include:
11120     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11121     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11122     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11123     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11124     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11125     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11126   layout:
11127     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11128     layout: "plot-throughput"
11129
11130 - type: "plot"
11131   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11132   algorithm: "plot_perf_box_name"
11133   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11134   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11135   include:
11136     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11137     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11138     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11139     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11140     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11141   layout:
11142     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11143     layout: "plot-throughput"
11144
11145 - type: "plot"
11146   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11147   algorithm: "plot_perf_box_name"
11148   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11149   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11150   include:
11151     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11152     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11153     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11154     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11155     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11156   layout:
11157     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11158     layout: "plot-throughput"
11159
11160 - type: "plot"
11161   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11162   algorithm: "plot_perf_box_name"
11163   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11164   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11165   include:
11166     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11167     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11168     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11169     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11170     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11171     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11172   layout:
11173     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11174     layout: "plot-throughput"
11175
11176 - type: "plot"
11177   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11178   algorithm: "plot_perf_box_name"
11179   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11180   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11181   include:
11182     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11183     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11184     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11185     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11186     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11187     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11188   layout:
11189     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11190     layout: "plot-throughput"
11191
11192 - type: "plot"
11193   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11194   algorithm: "plot_perf_box_name"
11195   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11196   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11197   include:
11198     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11199     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11200   layout:
11201     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11202     layout: "plot-throughput"
11203
11204 - type: "plot"
11205   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11206   algorithm: "plot_perf_box_name"
11207   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11208   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11209   include:
11210     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11211     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11212   layout:
11213     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11214     layout: "plot-throughput"
11215
11216 #- type: "plot"
11217 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11218 #  algorithm: "plot_perf_box_name"
11219 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11220 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11221 #  include:
11222 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11223 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11224 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11225 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11226 #  layout:
11227 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11228 #    layout: "plot-throughput"
11229 #
11230 #- type: "plot"
11231 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11232 #  algorithm: "plot_perf_box_name"
11233 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11234 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11235 #  include:
11236 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11237 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11238 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11239 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11240 #  layout:
11241 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11242 #    layout: "plot-throughput"
11243
11244 - type: "plot"
11245   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11246   algorithm: "plot_perf_box_name"
11247   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11248   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11249   include:
11250     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11251     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11252     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11253     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11254   layout:
11255     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11256     layout: "plot-throughput"
11257
11258 - type: "plot"
11259   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11260   algorithm: "plot_perf_box_name"
11261   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11262   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11263   include:
11264     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11265     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11266     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11267     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11268   layout:
11269     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11270     layout: "plot-throughput"
11271
11272 - type: "plot"
11273   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11274   algorithm: "plot_perf_box_name"
11275   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11276   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11277   include:
11278     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11279     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11280     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11281     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11282   layout:
11283     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11284     layout: "plot-throughput"
11285
11286 - type: "plot"
11287   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11288   algorithm: "plot_perf_box_name"
11289   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11290   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11291   include:
11292     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11293     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11294     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11295     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11296   layout:
11297     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11298     layout: "plot-throughput"
11299
11300 #- type: "plot"
11301 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11302 #  algorithm: "plot_perf_box_name"
11303 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11304 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11305 #  include:
11306 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11307 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11308 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11309 #  layout:
11310 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11311 #    layout: "plot-throughput"
11312 #
11313 #- type: "plot"
11314 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11315 #  algorithm: "plot_perf_box_name"
11316 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11317 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11318 #  include:
11319 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11320 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11321 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11322 #  layout:
11323 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11324 #    layout: "plot-throughput"
11325 #
11326 #- type: "plot"
11327 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11328 #  algorithm: "plot_perf_box_name"
11329 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11330 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11331 #  include:
11332 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11333 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11334 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11335 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11336 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11337 #  layout:
11338 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11339 #    layout: "plot-throughput"
11340 #
11341 #- type: "plot"
11342 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11343 #  algorithm: "plot_perf_box_name"
11344 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11345 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11346 #  include:
11347 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11348 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11349 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11350 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11351 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11352 #  layout:
11353 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11354 #    layout: "plot-throughput"
11355
11356 - type: "plot"
11357   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11358   algorithm: "plot_perf_box_name"
11359   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11360   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11361   include:
11362     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11363     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11364     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11365   layout:
11366     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11367     layout: "plot-throughput"
11368
11369 - type: "plot"
11370   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11371   algorithm: "plot_perf_box_name"
11372   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11373   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11374   include:
11375     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11376     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11377     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11378   layout:
11379     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11380     layout: "plot-throughput"
11381
11382 #- type: "plot"
11383 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11384 #  algorithm: "plot_perf_box_name"
11385 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11386 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11387 #  include:
11388 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11389 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11390 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11391 #  layout:
11392 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11393 #    layout: "plot-throughput"
11394 #
11395 #- type: "plot"
11396 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11397 #  algorithm: "plot_perf_box_name"
11398 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11399 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11400 #  include:
11401 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11402 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11403 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11404 #  layout:
11405 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11406 #    layout: "plot-throughput"
11407 #
11408 #- type: "plot"
11409 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11410 #  algorithm: "plot_perf_box_name"
11411 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11412 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11413 #  include:
11414 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11415 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11416 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11417 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11418 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11419 #  layout:
11420 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11421 #    layout: "plot-throughput"
11422 #
11423 #- type: "plot"
11424 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11425 #  algorithm: "plot_perf_box_name"
11426 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11427 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11428 #  include:
11429 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11430 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11431 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11432 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11433 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11434 #  layout:
11435 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11436 #    layout: "plot-throughput"
11437
11438 - type: "plot"
11439   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11440   algorithm: "plot_perf_box_name"
11441   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11442   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11443   include:
11444     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11445     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11446     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11447     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11448     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11449   layout:
11450     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11451     layout: "plot-throughput"
11452
11453 - type: "plot"
11454   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11455   algorithm: "plot_perf_box_name"
11456   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11457   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11458   include:
11459     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11460     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11461     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11462     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11463     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11464   layout:
11465     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11466     layout: "plot-throughput"
11467
11468 - type: "plot"
11469   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11470   algorithm: "plot_perf_box_name"
11471   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11472   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11473   include:
11474     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11475     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11476     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11477     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11478     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11479   layout:
11480     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11481     layout: "plot-throughput"
11482
11483 - type: "plot"
11484   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11485   algorithm: "plot_perf_box_name"
11486   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11487   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11488   include:
11489     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11490     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11491     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11492     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11493     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11494   layout:
11495     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11496     layout: "plot-throughput"
11497
11498 - type: "plot"
11499   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11500   algorithm: "plot_perf_box_name"
11501   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11502   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11503   include:
11504     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11505     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11506     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11507     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11508     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11509   layout:
11510     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11511     layout: "plot-throughput"
11512
11513 - type: "plot"
11514   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11515   algorithm: "plot_perf_box_name"
11516   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11517   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11518   include:
11519     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11520     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11521     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11522     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11523     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11524   layout:
11525     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11526     layout: "plot-throughput"
11527
11528 - type: "plot"
11529   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11530   algorithm: "plot_perf_box_name"
11531   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11532   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11533   include:
11534     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11535     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11536     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11537     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11538     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11539     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11540   layout:
11541     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11542     layout: "plot-throughput"
11543
11544 - type: "plot"
11545   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11546   algorithm: "plot_perf_box_name"
11547   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11548   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11549   include:
11550     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11551     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11552     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11553     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11554     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11555     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11556   layout:
11557     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11558     layout: "plot-throughput"
11559
11560 - type: "plot"
11561   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11562   algorithm: "plot_perf_box_name"
11563   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11564   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11565   include:
11566     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11567     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11568     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11569     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11570   layout:
11571     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11572     layout: "plot-throughput"
11573
11574 - type: "plot"
11575   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11576   algorithm: "plot_perf_box_name"
11577   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11578   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11579   include:
11580     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11581     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11582     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11583     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11584   layout:
11585     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11586     layout: "plot-throughput"
11587
11588 #- type: "plot"
11589 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11590 #  algorithm: "plot_perf_box_name"
11591 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11592 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11593 #  include:
11594 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11595 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11596 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11597 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11598 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11599 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11600 #  layout:
11601 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11602 #    layout: "plot-throughput"
11603 #
11604 #- type: "plot"
11605 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11606 #  algorithm: "plot_perf_box_name"
11607 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11608 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11609 #  include:
11610 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11611 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11612 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11613 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11614 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11615 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11616 #  layout:
11617 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11618 #    layout: "plot-throughput"
11619
11620 - type: "plot"
11621   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11622   algorithm: "plot_perf_box_name"
11623   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11624   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11625   include:
11626     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11627 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11628     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11629 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11630     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11631 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11632   layout:
11633     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11634     layout: "plot-throughput"
11635
11636 - type: "plot"
11637   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11638   algorithm: "plot_perf_box_name"
11639   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11640   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11641   include:
11642     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11643 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11644     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11645 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11646     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11647 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11648   layout:
11649     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11650     layout: "plot-throughput"
11651
11652 - type: "plot"
11653   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11654   algorithm: "plot_perf_box_name"
11655   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11656   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11657   include:
11658     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11659     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11660     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11661     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11662     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11663     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11664   layout:
11665     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11666     layout: "plot-throughput"
11667
11668 - type: "plot"
11669   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11670   algorithm: "plot_perf_box_name"
11671   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11672   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11673   include:
11674     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11675     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11676     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11677     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11678     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11679     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11680   layout:
11681     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11682     layout: "plot-throughput"
11683
11684 #- type: "plot"
11685 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11686 #  algorithm: "plot_perf_box_name"
11687 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11688 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11689 #  include:
11690 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11691 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11692 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11693 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11694 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11695 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11696 #  layout:
11697 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11698 #    layout: "plot-throughput"
11699 #
11700 #- type: "plot"
11701 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11702 #  algorithm: "plot_perf_box_name"
11703 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11704 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11705 #  include:
11706 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11707 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11708 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11709 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11710 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11711 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11712 #  layout:
11713 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11714 #    layout: "plot-throughput"
11715 #
11716 #- type: "plot"
11717 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11718 #  algorithm: "plot_perf_box_name"
11719 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11720 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11721 #  include:
11722 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11723 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11724 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11725 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11726 #  layout:
11727 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11728 #    layout: "plot-throughput"
11729 #
11730 #- type: "plot"
11731 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11732 #  algorithm: "plot_perf_box_name"
11733 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11734 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11735 #  include:
11736 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11737 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11738 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11739 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11740 #  layout:
11741 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11742 #    layout: "plot-throughput"
11743 #
11744 #- type: "plot"
11745 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11746 #  algorithm: "plot_perf_box_name"
11747 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11748 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11749 #  include:
11750 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11751 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11752 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11753 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11754 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11755 #  layout:
11756 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11757 #    layout: "plot-throughput"
11758 #
11759 #- type: "plot"
11760 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11761 #  algorithm: "plot_perf_box_name"
11762 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11763 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11764 #  include:
11765 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11766 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11767 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11768 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11769 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11770 #  layout:
11771 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11772 #    layout: "plot-throughput"
11773 #
11774 #- type: "plot"
11775 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11776 #  algorithm: "plot_perf_box_name"
11777 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11778 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11779 #  include:
11780 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11781 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11782 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11783 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11784 #  layout:
11785 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11786 #    layout: "plot-throughput"
11787 #
11788 #- type: "plot"
11789 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11790 #  algorithm: "plot_perf_box_name"
11791 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11792 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11793 #  include:
11794 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11795 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11796 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11797 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11798 #  layout:
11799 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11800 #    layout: "plot-throughput"
11801
11802 - type: "plot"
11803   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11804   algorithm: "plot_perf_box_name"
11805   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11806   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11807   include:
11808     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11809     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11810     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11811     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11812     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11813     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11814   layout:
11815     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11816     layout: "plot-throughput"
11817
11818 - type: "plot"
11819   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11820   algorithm: "plot_perf_box_name"
11821   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11822   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11823   include:
11824     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11825     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11826     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11827     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11828     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11829     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11830   layout:
11831     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11832     layout: "plot-throughput"
11833
11834 #- type: "plot"
11835 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11836 #  algorithm: "plot_perf_box_name"
11837 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11838 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11839 #  include:
11840 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11841 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11842 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11843 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11844 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11845 #  layout:
11846 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11847 #    layout: "plot-throughput"
11848 #
11849 #- type: "plot"
11850 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11851 #  algorithm: "plot_perf_box_name"
11852 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11853 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11854 #  include:
11855 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11856 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11857 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11858 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11859 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11860 #  layout:
11861 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11862 #    layout: "plot-throughput"
11863 #
11864 #- type: "plot"
11865 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11866 #  algorithm: "plot_perf_box_name"
11867 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11868 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11869 #  include:
11870 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11871 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11872 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11873 #  layout:
11874 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11875 #    layout: "plot-throughput"
11876 #
11877 #- type: "plot"
11878 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11879 #  algorithm: "plot_perf_box_name"
11880 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11881 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11882 #  include:
11883 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11884 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11885 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11886 #  layout:
11887 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11888 #    layout: "plot-throughput"
11889 #
11890 #- type: "plot"
11891 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11892 #  algorithm: "plot_perf_box_name"
11893 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11894 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11895 #  include:
11896 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11897 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11898 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11899 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11900 #  layout:
11901 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11902 #    layout: "plot-throughput"
11903 #
11904 #- type: "plot"
11905 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11906 #  algorithm: "plot_perf_box_name"
11907 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11908 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11909 #  include:
11910 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11911 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11912 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11913 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11914 #  layout:
11915 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11916 #    layout: "plot-throughput"
11917 #
11918 #- type: "plot"
11919 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11920 #  algorithm: "plot_perf_box_name"
11921 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11922 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11923 #  include:
11924 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11925 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11926 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11927 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11928 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11929 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11930 #  layout:
11931 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11932 #    layout: "plot-throughput"
11933 #
11934 #- type: "plot"
11935 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11936 #  algorithm: "plot_perf_box_name"
11937 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11938 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11939 #  include:
11940 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11941 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11942 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11943 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11944 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11945 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11946 #  layout:
11947 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11948 #    layout: "plot-throughput"
11949 #
11950 #- type: "plot"
11951 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11952 #  algorithm: "plot_perf_box_name"
11953 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11954 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11955 #  include:
11956 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11957 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11958 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11959 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11960 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11961 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11962 #  layout:
11963 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11964 #    layout: "plot-throughput"
11965 #
11966 #- type: "plot"
11967 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11968 #  algorithm: "plot_perf_box_name"
11969 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11970 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11971 #  include:
11972 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11973 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11974 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11975 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11976 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11977 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11978 #  layout:
11979 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11980 #    layout: "plot-throughput"
11981
11982 - type: "plot"
11983   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11984   algorithm: "plot_perf_box_name"
11985   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11986   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11987   include:
11988     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11989     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11990     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11991     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11992   layout:
11993     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11994     layout: "plot-throughput"
11995
11996 - type: "plot"
11997   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11998   algorithm: "plot_perf_box_name"
11999   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12000   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12001   include:
12002     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12003     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12004     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12005     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12006   layout:
12007     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12008     layout: "plot-throughput"
12009
12010 - type: "plot"
12011   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12012   algorithm: "plot_perf_box_name"
12013   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12014   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12015   include:
12016     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12017     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12018     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12019     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12020     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12021     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12022   layout:
12023     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12024     layout: "plot-throughput"
12025
12026 - type: "plot"
12027   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12028   algorithm: "plot_perf_box_name"
12029   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12030   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12031   include:
12032     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12033     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12034     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12035     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12036     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12037     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12038   layout:
12039     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12040     layout: "plot-throughput"
12041
12042 - type: "plot"
12043   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12044   algorithm: "plot_perf_box_name"
12045   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12046   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12047   include:
12048     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12049     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12050     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12051     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12052     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12053     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12054   layout:
12055     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12056     layout: "plot-throughput"
12057
12058 - type: "plot"
12059   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12060   algorithm: "plot_perf_box_name"
12061   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12062   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12063   include:
12064     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12065     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12066     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12067     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12068     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12069     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12070   layout:
12071     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12072     layout: "plot-throughput"
12073
12074 - type: "plot"
12075   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12076   algorithm: "plot_perf_box_name"
12077   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12078   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12079   include:
12080     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12081     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12082     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12083     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12084   layout:
12085     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12086     layout: "plot-throughput"
12087
12088 - type: "plot"
12089   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12090   algorithm: "plot_perf_box_name"
12091   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12092   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12093   include:
12094     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12095     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12096     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12097     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12098   layout:
12099     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12100     layout: "plot-throughput"
12101
12102 - type: "plot"
12103   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12104   algorithm: "plot_perf_box_name"
12105   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12106   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12107   include:
12108     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12109     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12110     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12111     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12112     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12113     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12114   layout:
12115     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12116     layout: "plot-throughput"
12117
12118 - type: "plot"
12119   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12120   algorithm: "plot_perf_box_name"
12121   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12122   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12123   include:
12124     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12125     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12126     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12127     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12128     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12129     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12130   layout:
12131     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12132     layout: "plot-throughput"
12133
12134 - type: "plot"
12135   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12136   algorithm: "plot_perf_box_name"
12137   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12138   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12139   include:
12140     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12141     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12142     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12143     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12144   layout:
12145     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12146     layout: "plot-throughput"
12147
12148 - type: "plot"
12149   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12150   algorithm: "plot_perf_box_name"
12151   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12152   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12153   include:
12154     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12155     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12156     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12157     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12158   layout:
12159     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12160     layout: "plot-throughput"
12161
12162 - type: "plot"
12163   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12164   algorithm: "plot_perf_box_name"
12165   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12166   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12167   include:
12168     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12169     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12170     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12171     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12172     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12173     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12174   layout:
12175     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12176     layout: "plot-throughput"
12177
12178 - type: "plot"
12179   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12180   algorithm: "plot_perf_box_name"
12181   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12182   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12183   include:
12184     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12185     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12186     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12187     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12188     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12189     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12190   layout:
12191     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12192     layout: "plot-throughput"
12193
12194 - type: "plot"
12195   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12196   algorithm: "plot_perf_box_name"
12197   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12198   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12199   include:
12200     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12201     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12202     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12203     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12204     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12205     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12206   layout:
12207     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12208     layout: "plot-throughput"
12209
12210 - type: "plot"
12211   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12212   algorithm: "plot_perf_box_name"
12213   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12214   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12215   include:
12216     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12217     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12218     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12219     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12220     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12221     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12222   layout:
12223     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12224     layout: "plot-throughput"
12225
12226 - type: "plot"
12227   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12228   algorithm: "plot_perf_box_name"
12229   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12230   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12231   include:
12232     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12233     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12234     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12235     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12236     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12237     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12238   layout:
12239     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12240     layout: "plot-throughput"
12241
12242 - type: "plot"
12243   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12244   algorithm: "plot_perf_box_name"
12245   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12246   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12247   include:
12248     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12249     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12250     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12251     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12252     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12253     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12254   layout:
12255     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12256     layout: "plot-throughput"
12257
12258 #- type: "plot"
12259 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12260 #  algorithm: "plot_perf_box_name"
12261 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12262 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12263 #  include:
12264 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12265 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12266 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12267 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12268 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12269 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12270 #  layout:
12271 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12272 #    layout: "plot-throughput"
12273 #
12274 #- type: "plot"
12275 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12276 #  algorithm: "plot_perf_box_name"
12277 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12278 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12279 #  include:
12280 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12281 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12282 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12283 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12284 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12285 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12286 #  layout:
12287 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12288 #    layout: "plot-throughput"
12289
12290 - type: "plot"
12291   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12292   algorithm: "plot_perf_box_name"
12293   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12294   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12295   include:
12296     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12297     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12298     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12299     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12300     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12301     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12302   layout:
12303     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12304     layout: "plot-throughput"
12305
12306 - type: "plot"
12307   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12308   algorithm: "plot_perf_box_name"
12309   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12310   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12311   include:
12312     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12313     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12314     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12315     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12316     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12317     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12318   layout:
12319     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12320     layout: "plot-throughput"
12321
12322 #- type: "plot"
12323 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12324 #  algorithm: "plot_perf_box_name"
12325 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12326 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12327 #  include:
12328 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12329 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12330 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12331 #  layout:
12332 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12333 #    layout: "plot-throughput"
12334 #
12335 #- type: "plot"
12336 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12337 #  algorithm: "plot_perf_box_name"
12338 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12339 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12340 #  include:
12341 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12342 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12343 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12344 #  layout:
12345 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12346 #    layout: "plot-throughput"
12347
12348 #- type: "plot"
12349 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12350 #  algorithm: "plot_perf_box_name"
12351 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12352 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12353 #  include:
12354 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12355 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12356 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12357 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12358 #  layout:
12359 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12360 #    layout: "plot-throughput"
12361 #
12362 #- type: "plot"
12363 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12364 #  algorithm: "plot_perf_box_name"
12365 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12366 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12367 #  include:
12368 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12369 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12370 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12371 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12372 #  layout:
12373 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12374 #    layout: "plot-throughput"
12375 #
12376 #- type: "plot"
12377 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12378 #  algorithm: "plot_perf_box_name"
12379 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12380 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12381 #  include:
12382 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12383 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12384 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12385 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12386 #  layout:
12387 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12388 #    layout: "plot-throughput"
12389 #
12390 #- type: "plot"
12391 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12392 #  algorithm: "plot_perf_box_name"
12393 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12394 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12395 #  include:
12396 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12397 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12398 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12399 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12400 #  layout:
12401 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12402 #    layout: "plot-throughput"
12403
12404 - type: "plot"
12405   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12406   algorithm: "plot_perf_box_name"
12407   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12408   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12409   include:
12410     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12411     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12412     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12413     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12414   layout:
12415     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12416     layout: "plot-throughput"
12417
12418 - type: "plot"
12419   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12420   algorithm: "plot_perf_box_name"
12421   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12422   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12423   include:
12424     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12425     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12426     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12427     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12428   layout:
12429     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12430     layout: "plot-throughput"
12431
12432 - type: "plot"
12433   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12434   algorithm: "plot_perf_box_name"
12435   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12436   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12437   include:
12438     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12439     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12440     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12441     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12442   layout:
12443     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12444     layout: "plot-throughput"
12445
12446 - type: "plot"
12447   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12448   algorithm: "plot_perf_box_name"
12449   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12450   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12451   include:
12452     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12453     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12454     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12455     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12456   layout:
12457     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12458     layout: "plot-throughput"
12459
12460 #- type: "plot"
12461 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12462 #  algorithm: "plot_perf_box_name"
12463 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12464 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12465 #  include:
12466 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12467 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12468 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12469 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12470 #  layout:
12471 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12472 #    layout: "plot-throughput"
12473 #
12474 #- type: "plot"
12475 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12476 #  algorithm: "plot_perf_box_name"
12477 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12478 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12479 #  include:
12480 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12481 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12482 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12483 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12484 #  layout:
12485 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12486 #    layout: "plot-throughput"
12487 #
12488 #- type: "plot"
12489 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12490 #  algorithm: "plot_perf_box_name"
12491 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12492 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12493 #  include:
12494 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12495 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12496 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12497 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12498 #  layout:
12499 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12500 #    layout: "plot-throughput"
12501 #
12502 #- type: "plot"
12503 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12504 #  algorithm: "plot_perf_box_name"
12505 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12506 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12507 #  include:
12508 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12509 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12510 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12511 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12512 #  layout:
12513 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12514 #    layout: "plot-throughput"
12515 #
12516 #- type: "plot"
12517 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12518 #  algorithm: "plot_perf_box_name"
12519 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12520 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12521 #  include:
12522 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12523 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12524 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12525 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12526 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12527 #  layout:
12528 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12529 #    layout: "plot-throughput"
12530 #
12531 #- type: "plot"
12532 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12533 #  algorithm: "plot_perf_box_name"
12534 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12535 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12536 #  include:
12537 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12538 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12539 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12540 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12541 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12542 #  layout:
12543 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12544 #    layout: "plot-throughput"
12545 #
12546 #- type: "plot"
12547 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12548 #  algorithm: "plot_perf_box_name"
12549 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12550 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12551 #  include:
12552 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12553 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12554 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12555 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12556 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12557 #  layout:
12558 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12559 #    layout: "plot-throughput"
12560 #
12561 #- type: "plot"
12562 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12563 #  algorithm: "plot_perf_box_name"
12564 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12565 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12566 #  include:
12567 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12568 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12569 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12570 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12571 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12572 #  layout:
12573 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12574 #    layout: "plot-throughput"
12575 #
12576 #- type: "plot"
12577 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12578 #  algorithm: "plot_perf_box_name"
12579 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12580 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12581 #  include:
12582 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12583 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12584 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12585 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12586 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12587 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12588 #  layout:
12589 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12590 #    layout: "plot-throughput"
12591 #
12592 #- type: "plot"
12593 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12594 #  algorithm: "plot_perf_box_name"
12595 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12596 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12597 #  include:
12598 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12599 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12600 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12601 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12602 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12603 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12604 #  layout:
12605 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12606 #    layout: "plot-throughput"
12607 #
12608 #- type: "plot"
12609 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12610 #  algorithm: "plot_perf_box_name"
12611 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12612 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12613 #  include:
12614 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12615 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12616 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12617 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12618 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12619 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12620 #  layout:
12621 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12622 #    layout: "plot-throughput"
12623 #
12624 #- type: "plot"
12625 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12626 #  algorithm: "plot_perf_box_name"
12627 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12628 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12629 #  include:
12630 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12631 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12632 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12633 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12634 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12635 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12636 #  layout:
12637 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12638 #    layout: "plot-throughput"
12639
12640 - type: "plot"
12641   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12642   algorithm: "plot_perf_box_name"
12643   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12644   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12645   include:
12646     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12647     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12648     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12649     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12650     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12651   layout:
12652     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12653     layout: "plot-throughput"
12654
12655 - type: "plot"
12656   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12657   algorithm: "plot_perf_box_name"
12658   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12659   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12660   include:
12661     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12662     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12663     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12664     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12665     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12666   layout:
12667     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12668     layout: "plot-throughput"
12669
12670 #- type: "plot"
12671 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12672 #  algorithm: "plot_perf_box_name"
12673 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12674 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12675 #  include:
12676 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12677 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12678 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12679 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12680 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12681 #  layout:
12682 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12683 #    layout: "plot-throughput"
12684 #
12685 #- type: "plot"
12686 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12687 #  algorithm: "plot_perf_box_name"
12688 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12689 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12690 #  include:
12691 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12692 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12693 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12694 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12695 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12696 #  layout:
12697 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12698 #    layout: "plot-throughput"
12699
12700 #- type: "plot"
12701 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12702 #  algorithm: "plot_perf_box_name"
12703 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12704 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12705 #  include:
12706 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12707 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12708 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12709 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12710 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12711 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12712 #  layout:
12713 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12714 #    layout: "plot-throughput"
12715 #
12716 #- type: "plot"
12717 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12718 #  algorithm: "plot_perf_box_name"
12719 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12720 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12721 #  include:
12722 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12723 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12724 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12725 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12726 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12727 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12728 #  layout:
12729 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12730 #    layout: "plot-throughput"
12731
12732 #- type: "plot"
12733 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12734 #  algorithm: "plot_perf_box_name"
12735 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12736 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12737 #  include:
12738 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12739 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12740 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12741 #  layout:
12742 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12743 #    layout: "plot-throughput"
12744 #
12745 #- type: "plot"
12746 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12747 #  algorithm: "plot_perf_box_name"
12748 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12749 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12750 #  include:
12751 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12752 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12753 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12754 #  layout:
12755 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12756 #    layout: "plot-throughput"
12757
12758 ################################################################################
12759
12760 # Packet Speedup
12761
12762 #- type: "plot"
12763 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12764 #  algorithm: "plot_tsa_name"
12765 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12766 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12767 #  include:
12768 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12769 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12770 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12771 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12772 #  layout:
12773 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
12774 #    layout: "plot-throughput-speedup-analysis"
12775 #
12776 #- type: "plot"
12777 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12778 #  algorithm: "plot_tsa_name"
12779 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12780 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12781 #  include:
12782 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12783 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12784 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12785 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12786 #  layout:
12787 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
12788 #    layout: "plot-throughput-speedup-analysis"
12789 #
12790 #- type: "plot"
12791 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12792 #  algorithm: "plot_tsa_name"
12793 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12794 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12795 #  include:
12796 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12797 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12798 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12799 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12800 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12801 #  layout:
12802 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
12803 #    layout: "plot-throughput-speedup-analysis"
12804 #
12805 #- type: "plot"
12806 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12807 #  algorithm: "plot_tsa_name"
12808 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12809 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12810 #  include:
12811 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12812 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12813 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12814 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12815 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12816 #  layout:
12817 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
12818 #    layout: "plot-throughput-speedup-analysis"
12819 #
12820 #- type: "plot"
12821 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12822 #  algorithm: "plot_tsa_name"
12823 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12824 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12825 #  include:
12826 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12827 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12828 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12829 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12830 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12831 #  layout:
12832 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12833 #    layout: "plot-throughput-speedup-analysis"
12834 #
12835 #- type: "plot"
12836 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12837 #  algorithm: "plot_tsa_name"
12838 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12839 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12840 #  include:
12841 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12842 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12843 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12844 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12845 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12846 #  layout:
12847 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12848 #    layout: "plot-throughput-speedup-analysis"
12849 #
12850 #- type: "plot"
12851 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12852 #  algorithm: "plot_tsa_name"
12853 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12854 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12855 #  include:
12856 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12857 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12858 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12859 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12860 #  layout:
12861 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12862 #    layout: "plot-throughput-speedup-analysis"
12863 #
12864 #- type: "plot"
12865 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12866 #  algorithm: "plot_tsa_name"
12867 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12868 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12869 #  include:
12870 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12871 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12872 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12873 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12874 #  layout:
12875 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12876 #    layout: "plot-throughput-speedup-analysis"
12877 #
12878 #- type: "plot"
12879 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12880 #  algorithm: "plot_tsa_name"
12881 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12882 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12883 #  include:
12884 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12885 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12886 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12887 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12888 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12889 #  layout:
12890 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12891 #    layout: "plot-throughput-speedup-analysis"
12892 #
12893 #- type: "plot"
12894 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12895 #  algorithm: "plot_tsa_name"
12896 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12897 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12898 #  include:
12899 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12900 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12901 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12902 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12903 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12904 #  layout:
12905 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12906 #    layout: "plot-throughput-speedup-analysis"
12907 #
12908 #- type: "plot"
12909 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12910 #  algorithm: "plot_tsa_name"
12911 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12912 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12913 #  include:
12914 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12915 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12916 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12917 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12918 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12919 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12920 #  layout:
12921 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12922 #    layout: "plot-throughput-speedup-analysis"
12923 #
12924 #- type: "plot"
12925 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12926 #  algorithm: "plot_tsa_name"
12927 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12928 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12929 #  include:
12930 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12931 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12932 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12933 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12934 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12935 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12936 #  layout:
12937 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12938 #    layout: "plot-throughput-speedup-analysis"
12939
12940 - type: "plot"
12941   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12942   algorithm: "plot_tsa_name"
12943   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12944   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12945   include:
12946     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12947     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12948     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12949   layout:
12950     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
12951     layout: "plot-throughput-speedup-analysis"
12952
12953 - type: "plot"
12954   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12955   algorithm: "plot_tsa_name"
12956   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12957   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12958   include:
12959     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12960     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12961     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12962   layout:
12963     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
12964     layout: "plot-throughput-speedup-analysis"
12965
12966 #- type: "plot"
12967 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12968 #  algorithm: "plot_tsa_name"
12969 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12970 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12971 #  include:
12972 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12973 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12974 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12975 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12976 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12977 #  layout:
12978 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12979 #    layout: "plot-throughput-speedup-analysis"
12980 #
12981 #- type: "plot"
12982 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12983 #  algorithm: "plot_tsa_name"
12984 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12985 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12986 #  include:
12987 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12988 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12989 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12990 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12991 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12992 #  layout:
12993 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12994 #    layout: "plot-throughput-speedup-analysis"
12995 #
12996 #- type: "plot"
12997 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12998 #  algorithm: "plot_tsa_name"
12999 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13000 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13001 #  include:
13002 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13003 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13004 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13005 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13006 #  layout:
13007 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13008 #    layout: "plot-throughput-speedup-analysis"
13009 #
13010 #- type: "plot"
13011 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13012 #  algorithm: "plot_tsa_name"
13013 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13014 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13015 #  include:
13016 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13017 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13018 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13019 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13020 #  layout:
13021 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13022 #    layout: "plot-throughput-speedup-analysis"
13023 #
13024 #- type: "plot"
13025 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13026 #  algorithm: "plot_tsa_name"
13027 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13028 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13029 #  include:
13030 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13031 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13032 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13033 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13034 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13035 #  layout:
13036 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13037 #    layout: "plot-throughput-speedup-analysis"
13038 #
13039 #- type: "plot"
13040 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13041 #  algorithm: "plot_tsa_name"
13042 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13043 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13044 #  include:
13045 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13046 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13047 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13048 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13049 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13050 #  layout:
13051 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13052 #    layout: "plot-throughput-speedup-analysis"
13053 #
13054 #- type: "plot"
13055 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13056 #  algorithm: "plot_tsa_name"
13057 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13058 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13059 #  include:
13060 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13061 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13062 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13063 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13064 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13065 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13066 #  layout:
13067 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13068 #    layout: "plot-throughput-speedup-analysis"
13069 #
13070 #- type: "plot"
13071 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13072 #  algorithm: "plot_tsa_name"
13073 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13074 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13075 #  include:
13076 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13077 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13078 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13079 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13080 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13081 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13082 #  layout:
13083 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13084 #    layout: "plot-throughput-speedup-analysis"
13085
13086 - type: "plot"
13087   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13088   algorithm: "plot_tsa_name"
13089   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13090   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13091   include:
13092     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13093     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13094   layout:
13095     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
13096     layout: "plot-throughput-speedup-analysis"
13097
13098 - type: "plot"
13099   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13100   algorithm: "plot_tsa_name"
13101   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13102   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13103   include:
13104     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13105     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13106   layout:
13107     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
13108     layout: "plot-throughput-speedup-analysis"
13109
13110 #- type: "plot"
13111 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13112 #  algorithm: "plot_tsa_name"
13113 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13114 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13115 #  include:
13116 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13117 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13118 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13119 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13120 #  layout:
13121 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
13122 #    layout: "plot-throughput-speedup-analysis"
13123 #
13124 #- type: "plot"
13125 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13126 #  algorithm: "plot_tsa_name"
13127 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13128 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13129 #  include:
13130 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13131 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13132 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13133 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13134 #  layout:
13135 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
13136 #    layout: "plot-throughput-speedup-analysis"
13137 #
13138 #- type: "plot"
13139 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13140 #  algorithm: "plot_tsa_name"
13141 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13142 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13143 #  include:
13144 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13145 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13146 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13147 #  layout:
13148 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
13149 #    layout: "plot-throughput-speedup-analysis"
13150 #
13151 #- type: "plot"
13152 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13153 #  algorithm: "plot_tsa_name"
13154 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13155 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13156 #  include:
13157 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13158 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13159 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13160 #  layout:
13161 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
13162 #    layout: "plot-throughput-speedup-analysis"
13163 #
13164 #- type: "plot"
13165 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13166 #  algorithm: "plot_tsa_name"
13167 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13168 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13169 #  include:
13170 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13171 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13172 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13173 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13174 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13175 #  layout:
13176 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13177 #    layout: "plot-throughput-speedup-analysis"
13178 #
13179 #- type: "plot"
13180 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13181 #  algorithm: "plot_tsa_name"
13182 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13183 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13184 #  include:
13185 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13186 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13187 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13188 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13189 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13190 #  layout:
13191 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13192 #    layout: "plot-throughput-speedup-analysis"
13193
13194 - type: "plot"
13195   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13196   algorithm: "plot_tsa_name"
13197   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13198   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13199   include:
13200     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13201     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13202     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13203   layout:
13204     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
13205     layout: "plot-throughput-speedup-analysis"
13206
13207 - type: "plot"
13208   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13209   algorithm: "plot_tsa_name"
13210   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13211   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13212   include:
13213     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13214     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13215     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13216   layout:
13217     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
13218     layout: "plot-throughput-speedup-analysis"
13219
13220 #- type: "plot"
13221 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13222 #  algorithm: "plot_tsa_name"
13223 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13224 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13225 #  include:
13226 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13227 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13228 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13229 #  layout:
13230 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
13231 #    layout: "plot-throughput-speedup-analysis"
13232 #
13233 #- type: "plot"
13234 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13235 #  algorithm: "plot_tsa_name"
13236 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13237 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13238 #  include:
13239 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13240 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13241 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13242 #  layout:
13243 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
13244 #    layout: "plot-throughput-speedup-analysis"
13245 #
13246 #- type: "plot"
13247 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13248 #  algorithm: "plot_tsa_name"
13249 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13250 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13251 #  include:
13252 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13253 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13254 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13255 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13256 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13257 #  layout:
13258 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13259 #    layout: "plot-throughput-speedup-analysis"
13260 #
13261 #- type: "plot"
13262 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13263 #  algorithm: "plot_tsa_name"
13264 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13265 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13266 #  include:
13267 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13268 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13269 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13270 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13271 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13272 #  layout:
13273 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13274 #    layout: "plot-throughput-speedup-analysis"
13275
13276 - type: "plot"
13277   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13278   algorithm: "plot_tsa_name"
13279   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13280   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13281   include:
13282     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13283     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13284     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13285     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13286     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13287     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13288   layout:
13289     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13290     layout: "plot-throughput-speedup-analysis"
13291
13292 - type: "plot"
13293   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13294   algorithm: "plot_tsa_name"
13295   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13296   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13297   include:
13298     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13299     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13300     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13301     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13302     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13303     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13304   layout:
13305     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13306     layout: "plot-throughput-speedup-analysis"
13307
13308 - type: "plot"
13309   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13310   algorithm: "plot_tsa_name"
13311   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13312   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13313   include:
13314     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13315     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13316     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13317     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13318   layout:
13319     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13320     layout: "plot-throughput-speedup-analysis"
13321
13322 - type: "plot"
13323   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13324   algorithm: "plot_tsa_name"
13325   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13326   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13327   include:
13328     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13329     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13330     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13331     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13332   layout:
13333     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13334     layout: "plot-throughput-speedup-analysis"
13335
13336 #- type: "plot"
13337 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13338 #  algorithm: "plot_tsa_name"
13339 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13340 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13341 #  include:
13342 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13343 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13344 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13345 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13346 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13347 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13348 #  layout:
13349 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
13350 #    layout: "plot-throughput-speedup-analysis"
13351 #
13352 #- type: "plot"
13353 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13354 #  algorithm: "plot_tsa_name"
13355 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13356 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13357 #  include:
13358 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13359 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13360 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13361 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13362 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13363 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13364 #  layout:
13365 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
13366 #    layout: "plot-throughput-speedup-analysis"
13367 #
13368 #- type: "plot"
13369 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13370 #  algorithm: "plot_tsa_name"
13371 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13372 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13373 #  include:
13374 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13375 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13376 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13377 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13378 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13379 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13380 #  layout:
13381 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13382 #    layout: "plot-throughput-speedup-analysis"
13383 #
13384 #- type: "plot"
13385 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13386 #  algorithm: "plot_tsa_name"
13387 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13388 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13389 #  include:
13390 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13391 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13392 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13393 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13394 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13395 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13396 #  layout:
13397 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13398 #    layout: "plot-throughput-speedup-analysis"
13399 #
13400 #- type: "plot"
13401 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13402 #  algorithm: "plot_tsa_name"
13403 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13404 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13405 #  include:
13406 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13407 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13408 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13409 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13410 #  layout:
13411 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
13412 #    layout: "plot-throughput-speedup-analysis"
13413 #
13414 #- type: "plot"
13415 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13416 #  algorithm: "plot_tsa_name"
13417 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13418 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13419 #  include:
13420 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13421 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13422 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13423 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13424 #  layout:
13425 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
13426 #    layout: "plot-throughput-speedup-analysis"
13427 #
13428 #- type: "plot"
13429 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13430 #  algorithm: "plot_tsa_name"
13431 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13432 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13433 #  include:
13434 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13435 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13436 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13437 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13438 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13439 #  layout:
13440 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13441 #    layout: "plot-throughput-speedup-analysis"
13442 #
13443 #- type: "plot"
13444 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13445 #  algorithm: "plot_tsa_name"
13446 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13447 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13448 #  include:
13449 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13450 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13451 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13452 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13453 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13454 #  layout:
13455 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13456 #    layout: "plot-throughput-speedup-analysis"
13457 #
13458 #- type: "plot"
13459 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13460 #  algorithm: "plot_tsa_name"
13461 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13462 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13463 #  include:
13464 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13465 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13466 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13467 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13468 #  layout:
13469 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13470 #    layout: "plot-throughput-speedup-analysis"
13471 #
13472 #- type: "plot"
13473 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13474 #  algorithm: "plot_tsa_name"
13475 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13476 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13477 #  include:
13478 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13479 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13480 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13481 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13482 #  layout:
13483 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13484 #    layout: "plot-throughput-speedup-analysis"
13485
13486 - type: "plot"
13487   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13488   algorithm: "plot_tsa_name"
13489   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13490   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13491   include:
13492     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13493     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13494     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13495     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13496     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13497     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13498   layout:
13499     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
13500     layout: "plot-throughput-speedup-analysis"
13501
13502 - type: "plot"
13503   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13504   algorithm: "plot_tsa_name"
13505   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13506   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13507   include:
13508     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13509     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13510     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13511     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13512     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13513     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13514   layout:
13515     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
13516     layout: "plot-throughput-speedup-analysis"
13517
13518 #- type: "plot"
13519 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13520 #  algorithm: "plot_tsa_name"
13521 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13522 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13523 #  include:
13524 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13525 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13526 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13527 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13528 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13529 #  layout:
13530 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13531 #    layout: "plot-throughput-speedup-analysis"
13532 #
13533 #- type: "plot"
13534 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13535 #  algorithm: "plot_tsa_name"
13536 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13537 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13538 #  include:
13539 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13540 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13541 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13542 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13543 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13544 #  layout:
13545 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13546 #    layout: "plot-throughput-speedup-analysis"
13547 #
13548 #- type: "plot"
13549 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13550 #  algorithm: "plot_tsa_name"
13551 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13552 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13553 #  include:
13554 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13555 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13556 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13557 #  layout:
13558 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
13559 #    layout: "plot-throughput-speedup-analysis"
13560 #
13561 #- type: "plot"
13562 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13563 #  algorithm: "plot_tsa_name"
13564 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13565 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13566 #  include:
13567 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13568 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13569 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13570 #  layout:
13571 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
13572 #    layout: "plot-throughput-speedup-analysis"
13573 #
13574 #- type: "plot"
13575 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13576 #  algorithm: "plot_tsa_name"
13577 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13578 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13579 #  include:
13580 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13581 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13582 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13583 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13584 #  layout:
13585 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13586 #    layout: "plot-throughput-speedup-analysis"
13587 #
13588 #- type: "plot"
13589 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13590 #  algorithm: "plot_tsa_name"
13591 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13592 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13593 #  include:
13594 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13595 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13596 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13597 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13598 #  layout:
13599 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13600 #    layout: "plot-throughput-speedup-analysis"
13601 #
13602 #- type: "plot"
13603 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13604 #  algorithm: "plot_tsa_name"
13605 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13606 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13607 #  include:
13608 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13609 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13610 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13611 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13612 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13613 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13614 #  layout:
13615 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13616 #    layout: "plot-throughput-speedup-analysis"
13617 #
13618 #- type: "plot"
13619 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13620 #  algorithm: "plot_tsa_name"
13621 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13622 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13623 #  include:
13624 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13625 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13626 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13627 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13628 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13629 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13630 #  layout:
13631 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13632 #    layout: "plot-throughput-speedup-analysis"
13633 #
13634 #- type: "plot"
13635 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13636 #  algorithm: "plot_tsa_name"
13637 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13638 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13639 #  include:
13640 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13641 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13642 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13643 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13644 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13645 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13646 #  layout:
13647 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr"
13648 #    layout: "plot-throughput-speedup-analysis"
13649 #
13650 #- type: "plot"
13651 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13652 #  algorithm: "plot_tsa_name"
13653 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13654 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13655 #  include:
13656 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13657 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13658 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13659 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13660 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13661 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13662 #  layout:
13663 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr"
13664 #    layout: "plot-throughput-speedup-analysis"
13665
13666 - type: "plot"
13667   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13668   algorithm: "plot_tsa_name"
13669   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13670   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13671   include:
13672     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13673     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13674     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13675     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13676     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13677     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13678   layout:
13679     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
13680     layout: "plot-throughput-speedup-analysis"
13681
13682 - type: "plot"
13683   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13684   algorithm: "plot_tsa_name"
13685   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13686   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13687   include:
13688     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13689     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13690     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13691     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13692     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13693     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13694   layout:
13695     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
13696     layout: "plot-throughput-speedup-analysis"
13697
13698 #- type: "plot"
13699 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13700 #  algorithm: "plot_tsa_name"
13701 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13702 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13703 #  include:
13704 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13705 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13706 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13707 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13708 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13709 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13710 #  layout:
13711 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr"
13712 #    layout: "plot-throughput-speedup-analysis"
13713 #
13714 #- type: "plot"
13715 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13716 #  algorithm: "plot_tsa_name"
13717 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13718 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13719 #  include:
13720 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13721 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13722 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13723 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13724 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13725 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13726 #  layout:
13727 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr"
13728 #    layout: "plot-throughput-speedup-analysis"
13729 #
13730 #- type: "plot"
13731 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13732 #  algorithm: "plot_tsa_name"
13733 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13734 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13735 #  include:
13736 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13737 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13738 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13739 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13740 #  layout:
13741 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13742 #    layout: "plot-throughput-speedup-analysis"
13743 #
13744 #- type: "plot"
13745 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13746 #  algorithm: "plot_tsa_name"
13747 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13748 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13749 #  include:
13750 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13751 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13752 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13753 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13754 #  layout:
13755 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13756 #    layout: "plot-throughput-speedup-analysis"
13757 #
13758 #- type: "plot"
13759 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13760 #  algorithm: "plot_tsa_name"
13761 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13762 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13763 #  include:
13764 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13765 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13766 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13767 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13768 #  layout:
13769 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13770 #    layout: "plot-throughput-speedup-analysis"
13771 #
13772 #- type: "plot"
13773 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13774 #  algorithm: "plot_tsa_name"
13775 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13776 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13777 #  include:
13778 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13779 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13780 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13781 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13782 #  layout:
13783 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13784 #    layout: "plot-throughput-speedup-analysis"
13785
13786 - type: "plot"
13787   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13788   algorithm: "plot_tsa_name"
13789   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
13790   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13791   include:
13792     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13793     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13794     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13795     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13796   layout:
13797     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13798     layout: "plot-throughput-speedup-analysis"
13799
13800 - type: "plot"
13801   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13802   algorithm: "plot_tsa_name"
13803   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
13804   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13805   include:
13806     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13807     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13808     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13809     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13810   layout:
13811     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13812     layout: "plot-throughput-speedup-analysis"
13813
13814 - type: "plot"
13815   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13816   algorithm: "plot_tsa_name"
13817   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13818   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13819   include:
13820     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13821     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13822     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13823     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13824   layout:
13825     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13826     layout: "plot-throughput-speedup-analysis"
13827
13828 - type: "plot"
13829   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13830   algorithm: "plot_tsa_name"
13831   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13832   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13833   include:
13834     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13835     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13836     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13837     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13838   layout:
13839     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13840     layout: "plot-throughput-speedup-analysis"
13841
13842 #- type: "plot"
13843 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13844 #  algorithm: "plot_tsa_name"
13845 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13846 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13847 #  include:
13848 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13849 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13850 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13851 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13852 #  layout:
13853 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13854 #    layout: "plot-throughput-speedup-analysis"
13855 #
13856 #- type: "plot"
13857 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13858 #  algorithm: "plot_tsa_name"
13859 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13860 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13861 #  include:
13862 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13863 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13864 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13865 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13866 #  layout:
13867 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13868 #    layout: "plot-throughput-speedup-analysis"
13869 #
13870 #- type: "plot"
13871 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13872 #  algorithm: "plot_tsa_name"
13873 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13874 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13875 #  include:
13876 #    - "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"
13877 #    - "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"
13878 #    - "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"
13879 #    - "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"
13880 #  layout:
13881 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13882 #    layout: "plot-throughput-speedup-analysis"
13883 #
13884 #- type: "plot"
13885 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13886 #  algorithm: "plot_tsa_name"
13887 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13888 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13889 #  include:
13890 #    - "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"
13891 #    - "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"
13892 #    - "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"
13893 #    - "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"
13894 #  layout:
13895 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13896 #    layout: "plot-throughput-speedup-analysis"
13897 #
13898 #- type: "plot"
13899 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13900 #  algorithm: "plot_tsa_name"
13901 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13902 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13903 #  include:
13904 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13905 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13906 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13907 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13908 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13909 #  layout:
13910 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13911 #    layout: "plot-throughput-speedup-analysis"
13912 #
13913 #- type: "plot"
13914 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13915 #  algorithm: "plot_tsa_name"
13916 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13917 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13918 #  include:
13919 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13920 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13921 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13922 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13923 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13924 #  layout:
13925 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13926 #    layout: "plot-throughput-speedup-analysis"
13927 #
13928 #- type: "plot"
13929 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13930 #  algorithm: "plot_tsa_name"
13931 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13932 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13933 #  include:
13934 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13935 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13936 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13937 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13938 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13939 #  layout:
13940 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13941 #    layout: "plot-throughput-speedup-analysis"
13942 #
13943 #- type: "plot"
13944 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13945 #  algorithm: "plot_tsa_name"
13946 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13947 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13948 #  include:
13949 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13950 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13951 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13952 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13953 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13954 #  layout:
13955 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13956 #    layout: "plot-throughput-speedup-analysis"
13957 #
13958 #- type: "plot"
13959 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13960 #  algorithm: "plot_tsa_name"
13961 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13962 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13963 #  include:
13964 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13965 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13966 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13967 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13968 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13969 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13970 #  layout:
13971 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13972 #    layout: "plot-throughput-speedup-analysis"
13973 #
13974 #- type: "plot"
13975 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13976 #  algorithm: "plot_tsa_name"
13977 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13978 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13979 #  include:
13980 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13981 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13982 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13983 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13984 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13985 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13986 #  layout:
13987 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13988 #    layout: "plot-throughput-speedup-analysis"
13989 #
13990 #- type: "plot"
13991 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13992 #  algorithm: "plot_tsa_name"
13993 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13994 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13995 #  include:
13996 #    - "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"
13997 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13998 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13999 #    - "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"
14000 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14001 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14002 #  layout:
14003 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
14004 #    layout: "plot-throughput-speedup-analysis"
14005 #
14006 #- type: "plot"
14007 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
14008 #  algorithm: "plot_tsa_name"
14009 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
14010 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
14011 #  include:
14012 #    - "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"
14013 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14014 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14015 #    - "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"
14016 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14017 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14018 #  layout:
14019 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
14020 #    layout: "plot-throughput-speedup-analysis"
14021 #
14022 #- type: "plot"
14023 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
14024 #  algorithm: "plot_tsa_name"
14025 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
14026 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
14027 #  include:
14028 #    - "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"
14029 #    - "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"
14030 #    - "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"
14031 #  layout:
14032 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr"
14033 #    layout: "plot-throughput-speedup-analysis"
14034 #
14035 #- type: "plot"
14036 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
14037 #  algorithm: "plot_tsa_name"
14038 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
14039 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
14040 #  include:
14041 #    - "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"
14042 #    - "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"
14043 #    - "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"
14044 #  layout:
14045 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr"
14046 #    layout: "plot-throughput-speedup-analysis"
14047
14048 - type: "plot"
14049   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
14050   algorithm: "plot_tsa_name"
14051   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
14052   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14053   include:
14054     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14055     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14056     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14057     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14058     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14059   layout:
14060     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
14061     layout: "plot-throughput-speedup-analysis"
14062
14063 - type: "plot"
14064   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
14065   algorithm: "plot_tsa_name"
14066   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
14067   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14068   include:
14069     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14070     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14071     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14072     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14073     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14074   layout:
14075     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
14076     layout: "plot-throughput-speedup-analysis"
14077
14078 - type: "plot"
14079   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14080   algorithm: "plot_tsa_name"
14081   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14082   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14083   include:
14084     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14085     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14086     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14087     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14088     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14089   layout:
14090     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
14091     layout: "plot-throughput-speedup-analysis"
14092
14093 - type: "plot"
14094   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14095   algorithm: "plot_tsa_name"
14096   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14097   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14098   include:
14099     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14100     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14101     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14102     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14103     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14104   layout:
14105     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
14106     layout: "plot-throughput-speedup-analysis"
14107
14108 - type: "plot"
14109   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14110   algorithm: "plot_tsa_name"
14111   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14112   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14113   include:
14114     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14115     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14116     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14117     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14118     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14119     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14120   layout:
14121     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
14122     layout: "plot-throughput-speedup-analysis"
14123
14124 - type: "plot"
14125   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14126   algorithm: "plot_tsa_name"
14127   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14128   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14129   include:
14130     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14131     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14132     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14133     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14134     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14135     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14136   layout:
14137     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
14138     layout: "plot-throughput-speedup-analysis"
14139
14140 - type: "plot"
14141   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14142   algorithm: "plot_tsa_name"
14143   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14144   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14145   include:
14146     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14147     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14148     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14149     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14150   layout:
14151     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
14152     layout: "plot-throughput-speedup-analysis"
14153
14154 - type: "plot"
14155   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14156   algorithm: "plot_tsa_name"
14157   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14158   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14159   include:
14160     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14161     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14162     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14163     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14164   layout:
14165     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
14166     layout: "plot-throughput-speedup-analysis"
14167
14168 - type: "plot"
14169   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14170   algorithm: "plot_tsa_name"
14171   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14172   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14173   include:
14174     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14175     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14176     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14177     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14178     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14179   layout:
14180     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
14181     layout: "plot-throughput-speedup-analysis"
14182
14183 - type: "plot"
14184   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14185   algorithm: "plot_tsa_name"
14186   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14187   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14188   include:
14189     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14190     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14191     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14192     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14193     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14194   layout:
14195     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
14196     layout: "plot-throughput-speedup-analysis"
14197
14198 - type: "plot"
14199   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14200   algorithm: "plot_tsa_name"
14201   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14202   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14203   include:
14204     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14205     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14206     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14207     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14208     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14209     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14210   layout:
14211     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14212     layout: "plot-throughput-speedup-analysis"
14213
14214 - type: "plot"
14215   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14216   algorithm: "plot_tsa_name"
14217   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14218   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14219   include:
14220     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14221     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14222     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14223     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14224     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14225     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14226   layout:
14227     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14228     layout: "plot-throughput-speedup-analysis"
14229
14230 - type: "plot"
14231   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14232   algorithm: "plot_tsa_name"
14233   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14234   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14235   include:
14236     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14237     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14238     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14239     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14240   layout:
14241     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
14242     layout: "plot-throughput-speedup-analysis"
14243
14244 - type: "plot"
14245   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14246   algorithm: "plot_tsa_name"
14247   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14248   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14249   include:
14250     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14251     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14252     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14253     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14254   layout:
14255     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
14256     layout: "plot-throughput-speedup-analysis"
14257
14258 - type: "plot"
14259   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14260   algorithm: "plot_tsa_name"
14261   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14262   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14263   include:
14264     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14265     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14266     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14267     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14268     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14269     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14270   layout:
14271     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
14272     layout: "plot-throughput-speedup-analysis"
14273
14274 - type: "plot"
14275   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14276   algorithm: "plot_tsa_name"
14277   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14278   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14279   include:
14280     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14281     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14282     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14283     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14284     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14285     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14286   layout:
14287     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
14288     layout: "plot-throughput-speedup-analysis"
14289
14290 - type: "plot"
14291   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14292   algorithm: "plot_tsa_name"
14293   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14294   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14295   include:
14296     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14297     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14298     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14299     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14300     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14301     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14302   layout:
14303     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
14304     layout: "plot-throughput-speedup-analysis"
14305
14306 - type: "plot"
14307   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14308   algorithm: "plot_tsa_name"
14309   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14310   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14311   include:
14312     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14313     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14314     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14315     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14316     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14317     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14318   layout:
14319     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
14320     layout: "plot-throughput-speedup-analysis"
14321
14322 - type: "plot"
14323   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14324   algorithm: "plot_tsa_name"
14325   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14326   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14327   include:
14328     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14329     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14330     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14331     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14332     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14333     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14334   layout:
14335     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
14336     layout: "plot-throughput-speedup-analysis"
14337
14338 - type: "plot"
14339   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14340   algorithm: "plot_tsa_name"
14341   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14342   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14343   include:
14344     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14345     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14346     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14347     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14348     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14349     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14350   layout:
14351     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
14352     layout: "plot-throughput-speedup-analysis"
14353
14354 - type: "plot"
14355   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14356   algorithm: "plot_tsa_name"
14357   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14358   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14359   include:
14360     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14361     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14362     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14363     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14364     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14365   layout:
14366     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
14367     layout: "plot-throughput-speedup-analysis"
14368
14369 - type: "plot"
14370   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14371   algorithm: "plot_tsa_name"
14372   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14373   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14374   include:
14375     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14376     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14377     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14378     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14379     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14380   layout:
14381     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
14382     layout: "plot-throughput-speedup-analysis"
14383
14384 #- type: "plot"
14385 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14386 #  algorithm: "plot_tsa_name"
14387 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14388 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14389 #  include:
14390 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14391 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14392 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14393 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14394 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14395 #  layout:
14396 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
14397 #    layout: "plot-throughput-speedup-analysis"
14398 #
14399 #- type: "plot"
14400 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14401 #  algorithm: "plot_tsa_name"
14402 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14403 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14404 #  include:
14405 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14406 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14407 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14408 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14409 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14410 #  layout:
14411 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
14412 #    layout: "plot-throughput-speedup-analysis"
14413
14414 #- type: "plot"
14415 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14416 #  algorithm: "plot_tsa_name"
14417 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14418 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14419 #  include:
14420 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14421 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14422 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14423 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14424 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14425 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14426 #  layout:
14427 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
14428 #    layout: "plot-throughput-speedup-analysis"
14429 #
14430 #- type: "plot"
14431 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14432 #  algorithm: "plot_tsa_name"
14433 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14434 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14435 #  include:
14436 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14437 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14438 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14439 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14440 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14441 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14442 #  layout:
14443 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
14444 #    layout: "plot-throughput-speedup-analysis"
14445
14446 - type: "plot"
14447   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14448   algorithm: "plot_tsa_name"
14449   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14450   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14451   include:
14452     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14453     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14454     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14455     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14456     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14457   layout:
14458     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14459     layout: "plot-throughput-speedup-analysis"
14460
14461 - type: "plot"
14462   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14463   algorithm: "plot_tsa_name"
14464   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14465   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14466   include:
14467     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14468     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14469     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14470     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14471     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14472   layout:
14473     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14474     layout: "plot-throughput-speedup-analysis"
14475
14476 - type: "plot"
14477   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14478   algorithm: "plot_tsa_name"
14479   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14480   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14481   include:
14482     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14483     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14484     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14485     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14486     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14487     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14488   layout:
14489     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14490     layout: "plot-throughput-speedup-analysis"
14491
14492 - type: "plot"
14493   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14494   algorithm: "plot_tsa_name"
14495   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14496   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14497   include:
14498     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14499     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14500     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14501     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14502     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14503     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14504   layout:
14505     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14506     layout: "plot-throughput-speedup-analysis"
14507
14508 - type: "plot"
14509   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14510   algorithm: "plot_tsa_name"
14511   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14512   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14513   include:
14514     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14515     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14516     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14517     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14518     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14519   layout:
14520     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14521     layout: "plot-throughput-speedup-analysis"
14522
14523 - type: "plot"
14524   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14525   algorithm: "plot_tsa_name"
14526   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14527   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14528   include:
14529     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14530     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14531     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14532     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14533     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14534   layout:
14535     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14536     layout: "plot-throughput-speedup-analysis"
14537
14538 - type: "plot"
14539   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14540   algorithm: "plot_tsa_name"
14541   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14542   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14543   include:
14544     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14545     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14546     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14547     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14548   layout:
14549     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14550     layout: "plot-throughput-speedup-analysis"
14551
14552 - type: "plot"
14553   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14554   algorithm: "plot_tsa_name"
14555   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14556   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14557   include:
14558     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14559     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14560     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14561     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14562   layout:
14563     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14564     layout: "plot-throughput-speedup-analysis"
14565
14566 - type: "plot"
14567   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14568   algorithm: "plot_tsa_name"
14569   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14570   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14571   include:
14572     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14573     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14574     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14575     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14576     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14577     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14578   layout:
14579     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14580     layout: "plot-throughput-speedup-analysis"
14581
14582 - type: "plot"
14583   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14584   algorithm: "plot_tsa_name"
14585   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14586   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14587   include:
14588     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14589     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14590     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14591     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14592     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14593     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14594   layout:
14595     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14596     layout: "plot-throughput-speedup-analysis"
14597
14598 - type: "plot"
14599   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14600   algorithm: "plot_tsa_name"
14601   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14602   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14603   include:
14604     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14605     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14606     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14607     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14608     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14609   layout:
14610     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14611     layout: "plot-throughput-speedup-analysis"
14612
14613 - type: "plot"
14614   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14615   algorithm: "plot_tsa_name"
14616   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14617   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14618   include:
14619     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14620     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14621     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14622     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14623     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14624   layout:
14625     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14626     layout: "plot-throughput-speedup-analysis"
14627
14628 - type: "plot"
14629   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14630   algorithm: "plot_tsa_name"
14631   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14632   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14633   include:
14634     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14635     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14636     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14637     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14638     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14639     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14640   layout:
14641     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14642     layout: "plot-throughput-speedup-analysis"
14643
14644 - type: "plot"
14645   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14646   algorithm: "plot_tsa_name"
14647   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14648   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14649   include:
14650     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14651     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14652     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14653     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14654     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14655     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14656   layout:
14657     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14658     layout: "plot-throughput-speedup-analysis"
14659
14660 - type: "plot"
14661   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14662   algorithm: "plot_tsa_name"
14663   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14664   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14665   include:
14666     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14667     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14668     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14669     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14670   layout:
14671     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14672     layout: "plot-throughput-speedup-analysis"
14673
14674 - type: "plot"
14675   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14676   algorithm: "plot_tsa_name"
14677   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14678   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14679   include:
14680     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14681     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14682     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14683     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14684   layout:
14685     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14686     layout: "plot-throughput-speedup-analysis"
14687
14688 - type: "plot"
14689   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14690   algorithm: "plot_tsa_name"
14691   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14692   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14693   include:
14694     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14695     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14696     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14697     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14698     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14699   layout:
14700     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14701     layout: "plot-throughput-speedup-analysis"
14702
14703 - type: "plot"
14704   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14705   algorithm: "plot_tsa_name"
14706   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14707   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14708   include:
14709     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14710     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14711     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14712     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14713     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14714   layout:
14715     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14716     layout: "plot-throughput-speedup-analysis"
14717
14718 - type: "plot"
14719   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14720   algorithm: "plot_tsa_name"
14721   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14722   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14723   include:
14724     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14725     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14726     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14727     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14728     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14729     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14730   layout:
14731     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14732     layout: "plot-throughput-speedup-analysis"
14733
14734 - type: "plot"
14735   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14736   algorithm: "plot_tsa_name"
14737   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14738   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14739   include:
14740     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14741     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14742     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14743     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14744     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14745     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14746   layout:
14747     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14748     layout: "plot-throughput-speedup-analysis"
14749
14750 - type: "plot"
14751   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14752   algorithm: "plot_tsa_name"
14753   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14754   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14755   include:
14756     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14757     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14758     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14759     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14760   layout:
14761     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14762     layout: "plot-throughput-speedup-analysis"
14763
14764 - type: "plot"
14765   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14766   algorithm: "plot_tsa_name"
14767   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14768   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14769   include:
14770     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14771     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14772     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14773     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14774   layout:
14775     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14776     layout: "plot-throughput-speedup-analysis"
14777
14778 - type: "plot"
14779   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14780   algorithm: "plot_tsa_name"
14781   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14782   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14783   include:
14784     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14785     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14786     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14787     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14788     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14789     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14790   layout:
14791     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14792     layout: "plot-throughput-speedup-analysis"
14793
14794 - type: "plot"
14795   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14796   algorithm: "plot_tsa_name"
14797   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14798   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14799   include:
14800     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14801     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14802     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14803     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14804     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14805     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14806   layout:
14807     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14808     layout: "plot-throughput-speedup-analysis"
14809
14810 - type: "plot"
14811   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14812   algorithm: "plot_tsa_name"
14813   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14814   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14815   include:
14816     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14817     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14818     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14819     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14820     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14821     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14822   layout:
14823     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14824     layout: "plot-throughput-speedup-analysis"
14825
14826 - type: "plot"
14827   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14828   algorithm: "plot_tsa_name"
14829   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14830   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14831   include:
14832     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14833     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14834     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14835     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14836     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14837     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14838   layout:
14839     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14840     layout: "plot-throughput-speedup-analysis"
14841
14842 #- type: "plot"
14843 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14844 #  algorithm: "plot_tsa_name"
14845 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14846 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14847 #  include:
14848 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14849 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14850 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14851 #  layout:
14852 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14853 #    layout: "plot-throughput-speedup-analysis"
14854 #
14855 #- type: "plot"
14856 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14857 #  algorithm: "plot_tsa_name"
14858 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14859 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14860 #  include:
14861 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14862 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14863 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14864 #  layout:
14865 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14866 #    layout: "plot-throughput-speedup-analysis"
14867
14868 ################################################################################
14869
14870 # Packet Throughput - DPDK
14871
14872 # 2n-skx-xxv710
14873
14874 #- type: "plot"
14875 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
14876 #  algorithm: "plot_perf_box_name"
14877 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
14878 #  data: "plot-dpdk-throughput-latency-2n-skx"
14879 #  include:
14880 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14881 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14882 #  layout:
14883 #    title: "2n-skx-xxv710-64b-2t1c-base-ndr"
14884 #    layout: "plot-throughput"
14885 #
14886 #- type: "plot"
14887 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
14888 #  algorithm: "plot_perf_box_name"
14889 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
14890 #  data: "plot-dpdk-throughput-latency-2n-skx"
14891 #  include:
14892 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14893 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14894 #  layout:
14895 #    title: "2n-skx-xxv710-64b-4t2c-base-ndr"
14896 #    layout: "plot-throughput"
14897 #
14898 #- type: "plot"
14899 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
14900 #  algorithm: "plot_perf_box_name"
14901 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
14902 #  data: "plot-dpdk-throughput-latency-2n-skx"
14903 #  include:
14904 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14905 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14906 #  layout:
14907 #    title: "2n-skx-xxv710-64b-2t1c-base-pdr"
14908 #    layout: "plot-throughput"
14909 #
14910 #- type: "plot"
14911 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
14912 #  algorithm: "plot_perf_box_name"
14913 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
14914 #  data: "plot-dpdk-throughput-latency-2n-skx"
14915 #  include:
14916 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14917 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14918 #  layout:
14919 #    title: "2n-skx-xxv710-64b-4t2c-base-pdr"
14920 #    layout: "plot-throughput"
14921 #
14922 ## 2n-skx-x710
14923 #
14924 #- type: "plot"
14925 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
14926 #  algorithm: "plot_perf_box_name"
14927 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
14928 #  data: "plot-dpdk-throughput-latency-2n-skx"
14929 #  include:
14930 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14931 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14932 #  layout:
14933 #    title: "2n-skx-x710-64b-2t1c-base-ndr"
14934 #    layout: "plot-throughput"
14935 #
14936 #- type: "plot"
14937 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
14938 #  algorithm: "plot_perf_box_name"
14939 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
14940 #  data: "plot-dpdk-throughput-latency-2n-skx"
14941 #  include:
14942 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14943 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14944 #  layout:
14945 #    title: "2n-skx-x710-64b-4t2c-base-ndr"
14946 #    layout: "plot-throughput"
14947 #
14948 #- type: "plot"
14949 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
14950 #  algorithm: "plot_perf_box_name"
14951 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
14952 #  data: "plot-dpdk-throughput-latency-2n-skx"
14953 #  include:
14954 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14955 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14956 #  layout:
14957 #    title: "2n-skx-x710-64b-2t1c-base-pdr"
14958 #    layout: "plot-throughput"
14959 #
14960 #- type: "plot"
14961 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
14962 #  algorithm: "plot_perf_box_name"
14963 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
14964 #  data: "plot-dpdk-throughput-latency-2n-skx"
14965 #  include:
14966 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14967 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14968 #  layout:
14969 #    title: "2n-skx-x710-64b-4t2c-base-pdr"
14970 #    layout: "plot-throughput"
14971 #
14972 ## 3n-skx-xxv710
14973 #
14974 #- type: "plot"
14975 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
14976 #  algorithm: "plot_perf_box_name"
14977 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
14978 #  data: "plot-dpdk-throughput-latency-3n-skx"
14979 #  include:
14980 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14981 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14982 #  layout:
14983 #    title: "3n-skx-xxv710-64b-2t1c-base-ndr"
14984 #    layout: "plot-throughput"
14985 #
14986 #- type: "plot"
14987 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
14988 #  algorithm: "plot_perf_box_name"
14989 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
14990 #  data: "plot-dpdk-throughput-latency-3n-skx"
14991 #  include:
14992 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14993 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14994 #  layout:
14995 #    title: "3n-skx-xxv710-64b-4t2c-base-ndr"
14996 #    layout: "plot-throughput"
14997 #
14998 #- type: "plot"
14999 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
15000 #  algorithm: "plot_perf_box_name"
15001 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
15002 #  data: "plot-dpdk-throughput-latency-3n-skx"
15003 #  include:
15004 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15005 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15006 #  layout:
15007 #    title: "3n-skx-xxv710-64b-2t1c-base-pdr"
15008 #    layout: "plot-throughput"
15009 #
15010 #- type: "plot"
15011 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
15012 #  algorithm: "plot_perf_box_name"
15013 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
15014 #  data: "plot-dpdk-throughput-latency-3n-skx"
15015 #  include:
15016 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15017 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15018 #  layout:
15019 #    title: "3n-skx-xxv710-64b-4t2c-base-pdr"
15020 #    layout: "plot-throughput"
15021 #
15022 ## 3n-skx-x710
15023 #
15024 #- type: "plot"
15025 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
15026 #  algorithm: "plot_perf_box_name"
15027 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
15028 #  data: "plot-dpdk-throughput-latency-3n-skx"
15029 #  include:
15030 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15031 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15032 #  layout:
15033 #    title: "3n-skx-x710-64b-2t1c-base-ndr"
15034 #    layout: "plot-throughput"
15035 #
15036 #- type: "plot"
15037 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
15038 #  algorithm: "plot_perf_box_name"
15039 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
15040 #  data: "plot-dpdk-throughput-latency-3n-skx"
15041 #  include:
15042 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15043 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15044 #  layout:
15045 #    title: "3n-skx-x710-64b-4t2c-base-ndr"
15046 #    layout: "plot-throughput"
15047 #
15048 #- type: "plot"
15049 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
15050 #  algorithm: "plot_perf_box_name"
15051 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
15052 #  data: "plot-dpdk-throughput-latency-3n-skx"
15053 #  include:
15054 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15055 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15056 #  layout:
15057 #    title: "3n-skx-x710-64b-2t1c-base-pdr"
15058 #    layout: "plot-throughput"
15059 #
15060 #- type: "plot"
15061 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
15062 #  algorithm: "plot_perf_box_name"
15063 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
15064 #  data: "plot-dpdk-throughput-latency-3n-skx"
15065 #  include:
15066 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15067 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15068 #  layout:
15069 #    title: "3n-skx-x710-64b-4t2c-base-pdr"
15070 #    layout: "plot-throughput"
15071
15072 # 3n-hsw-xl710
15073
15074 - type: "plot"
15075   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
15076   algorithm: "plot_perf_box_name"
15077   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
15078   data: "plot-dpdk-throughput-latency-3n-hsw"
15079   include:
15080     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15081     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15082   layout:
15083     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
15084     layout: "plot-throughput"
15085
15086 - type: "plot"
15087   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
15088   algorithm: "plot_perf_box_name"
15089   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
15090   data: "plot-dpdk-throughput-latency-3n-hsw"
15091   include:
15092     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15093     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15094   layout:
15095     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
15096     layout: "plot-throughput"
15097
15098 - type: "plot"
15099   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
15100   algorithm: "plot_perf_box_name"
15101   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
15102   data: "plot-dpdk-throughput-latency-3n-hsw"
15103   include:
15104     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15105     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15106   layout:
15107     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
15108     layout: "plot-throughput"
15109
15110 - type: "plot"
15111   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
15112   algorithm: "plot_perf_box_name"
15113   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
15114   data: "plot-dpdk-throughput-latency-3n-hsw"
15115   include:
15116     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15117     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15118   layout:
15119     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
15120     layout: "plot-throughput"
15121
15122 # 3n-hsw-x710
15123
15124 - type: "plot"
15125   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
15126   algorithm: "plot_perf_box_name"
15127   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
15128   data: "plot-dpdk-throughput-latency-3n-hsw"
15129   include:
15130     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15131     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15132   layout:
15133     title: "3n-hsw-x710-64b-1t1c-base-ndr"
15134     layout: "plot-throughput"
15135
15136 - type: "plot"
15137   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
15138   algorithm: "plot_perf_box_name"
15139   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
15140   data: "plot-dpdk-throughput-latency-3n-hsw"
15141   include:
15142     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15143     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15144   layout:
15145     title: "3n-hsw-x710-64b-2t2c-base-ndr"
15146     layout: "plot-throughput"
15147
15148 - type: "plot"
15149   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
15150   algorithm: "plot_perf_box_name"
15151   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
15152   data: "plot-dpdk-throughput-latency-3n-hsw"
15153   include:
15154     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15155     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15156   layout:
15157     title: "3n-hsw-x710-64b-1t1c-base-pdr"
15158     layout: "plot-throughput"
15159
15160 - type: "plot"
15161   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
15162   algorithm: "plot_perf_box_name"
15163   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
15164   data: "plot-dpdk-throughput-latency-3n-hsw"
15165   include:
15166     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15167     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15168   layout:
15169     title: "3n-hsw-x710-64b-2t2c-base-pdr"
15170     layout: "plot-throughput"
15171
15172 # 2n-dnv-x553
15173
15174 - type: "plot"
15175   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
15176   algorithm: "plot_perf_box_name"
15177   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
15178   data: "plot-dpdk-throughput-latency-2n-dnv"
15179   include:
15180     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15181     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15182   layout:
15183     title: "2n-dnv-x553-64b-1t1c-base-ndr"
15184     layout: "plot-throughput"
15185
15186 - type: "plot"
15187   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
15188   algorithm: "plot_perf_box_name"
15189   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
15190   data: "plot-dpdk-throughput-latency-2n-dnv"
15191   include:
15192     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15193     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15194   layout:
15195     title: "2n-dnv-x553-64b-2t2c-base-ndr"
15196     layout: "plot-throughput"
15197
15198 - type: "plot"
15199   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
15200   algorithm: "plot_perf_box_name"
15201   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
15202   data: "plot-dpdk-throughput-latency-2n-dnv"
15203   include:
15204     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15205     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15206   layout:
15207     title: "2n-dnv-x553-64b-1t1c-base-pdr"
15208     layout: "plot-throughput"
15209
15210 - type: "plot"
15211   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
15212   algorithm: "plot_perf_box_name"
15213   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
15214   data: "plot-dpdk-throughput-latency-2n-dnv"
15215   include:
15216     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15217     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15218   layout:
15219     title: "2n-dnv-x553-64b-2t2c-base-pdr"
15220     layout: "plot-throughput"
15221
15222 # 3n-dnv-x553
15223
15224 - type: "plot"
15225   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
15226   algorithm: "plot_perf_box_name"
15227   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
15228   data: "plot-dpdk-throughput-latency-3n-dnv"
15229   include:
15230     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15231     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15232   layout:
15233     title: "3n-dnv-x553-64b-1t1c-base-ndr"
15234     layout: "plot-throughput"
15235
15236 - type: "plot"
15237   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
15238   algorithm: "plot_perf_box_name"
15239   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
15240   data: "plot-dpdk-throughput-latency-3n-dnv"
15241   include:
15242     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15243     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15244   layout:
15245     title: "3n-dnv-x553-64b-2t2c-base-ndr"
15246     layout: "plot-throughput"
15247
15248 - type: "plot"
15249   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
15250   algorithm: "plot_perf_box_name"
15251   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
15252   data: "plot-dpdk-throughput-latency-3n-dnv"
15253   include:
15254     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15255     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15256   layout:
15257     title: "3n-dnv-x553-64b-1t1c-base-pdr"
15258     layout: "plot-throughput"
15259
15260 - type: "plot"
15261   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
15262   algorithm: "plot_perf_box_name"
15263   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
15264   data: "plot-dpdk-throughput-latency-3n-dnv"
15265   include:
15266     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15267     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15268   layout:
15269     title: "3n-dnv-x553-64b-2t2c-base-pdr"
15270     layout: "plot-throughput"
15271
15272 # 3n-tsh-x520
15273
15274 - type: "plot"
15275   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
15276   algorithm: "plot_perf_box_name"
15277   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
15278   data: "plot-dpdk-throughput-latency-3n-tsh"
15279   include:
15280     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15281     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15282   layout:
15283     title: "3n-tsh-x520-64b-1t1c-base-ndr"
15284     layout: "plot-throughput"
15285
15286 - type: "plot"
15287   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
15288   algorithm: "plot_perf_box_name"
15289   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
15290   data: "plot-dpdk-throughput-latency-3n-tsh"
15291   include:
15292     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15293     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15294   layout:
15295     title: "3n-tsh-x520-64b-2t2c-base-ndr"
15296     layout: "plot-throughput"
15297
15298 - type: "plot"
15299   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
15300   algorithm: "plot_perf_box_name"
15301   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
15302   data: "plot-dpdk-throughput-latency-3n-tsh"
15303   include:
15304     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15305     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15306   layout:
15307     title: "3n-tsh-x520-64b-1t1c-base-pdr"
15308     layout: "plot-throughput"
15309
15310 - type: "plot"
15311   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
15312   algorithm: "plot_perf_box_name"
15313   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
15314   data: "plot-dpdk-throughput-latency-3n-tsh"
15315   include:
15316     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15317     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15318   layout:
15319     title: "3n-tsh-x520-64b-2t2c-base-pdr"
15320     layout: "plot-throughput"
15321
15322 ################################################################################
15323 ###   2n-clx                                                                 ###
15324 ################################################################################
15325
15326 # Packet Throughput
15327
15328 - type: "plot"
15329   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15330   algorithm: "plot_perf_box_name"
15331   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15332   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15333   include:
15334     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15335     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15336     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15337     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15338   layout:
15339     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15340     layout: "plot-throughput"
15341
15342 - type: "plot"
15343   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15344   algorithm: "plot_perf_box_name"
15345   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15346   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15347   include:
15348     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15349     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15350     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15351     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15352   layout:
15353     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15354     layout: "plot-throughput"
15355
15356 - type: "plot"
15357   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15358   algorithm: "plot_perf_box_name"
15359   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15360   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15361   include:
15362     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15363     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15364     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15365     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15366   layout:
15367     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15368     layout: "plot-throughput"
15369
15370 - type: "plot"
15371   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15372   algorithm: "plot_perf_box_name"
15373   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15374   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15375   include:
15376     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15377     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15378     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15379     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15380   layout:
15381     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15382     layout: "plot-throughput"
15383
15384 - type: "plot"
15385   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15386   algorithm: "plot_perf_box_name"
15387   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15388   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15389   include:
15390     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15391     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15392     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15393     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15394     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15395   layout:
15396     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15397     layout: "plot-throughput"
15398
15399 - type: "plot"
15400   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15401   algorithm: "plot_perf_box_name"
15402   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15403   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15404   include:
15405     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15406     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15407     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15408     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15409     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15410   layout:
15411     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15412     layout: "plot-throughput"
15413
15414 - type: "plot"
15415   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15416   algorithm: "plot_perf_box_name"
15417   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15418   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15419   include:
15420     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15421     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15422     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15423     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15424   layout:
15425     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15426     layout: "plot-throughput"
15427
15428 - type: "plot"
15429   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15430   algorithm: "plot_perf_box_name"
15431   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15432   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15433   include:
15434     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15435     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15436     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15437     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15438   layout:
15439     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15440     layout: "plot-throughput"
15441
15442 - type: "plot"
15443   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15444   algorithm: "plot_perf_box_name"
15445   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15446   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15447   include:
15448     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15449     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15450     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15451     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15452     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15453   layout:
15454     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15455     layout: "plot-throughput"
15456
15457 - type: "plot"
15458   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15459   algorithm: "plot_perf_box_name"
15460   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15461   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15462   include:
15463     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15464     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15465     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15466     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15467     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15468   layout:
15469     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15470     layout: "plot-throughput"
15471
15472 - type: "plot"
15473   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15474   algorithm: "plot_perf_box_name"
15475   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15476   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15477   include:
15478     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15479     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15480     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15481     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15482     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15483     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15484   layout:
15485     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15486     layout: "plot-throughput"
15487
15488 - type: "plot"
15489   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15490   algorithm: "plot_perf_box_name"
15491   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15492   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15493   include:
15494     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15495     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15496     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15497     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15498     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15499     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15500   layout:
15501     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15502     layout: "plot-throughput"
15503
15504 - type: "plot"
15505   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15506   algorithm: "plot_perf_box_name"
15507   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15508   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15509   include:
15510     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15511     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15512   layout:
15513     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15514     layout: "plot-throughput"
15515
15516 - type: "plot"
15517   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15518   algorithm: "plot_perf_box_name"
15519   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15520   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15521   include:
15522     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15523     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15524   layout:
15525     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15526     layout: "plot-throughput"
15527
15528 - type: "plot"
15529   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15530   algorithm: "plot_perf_box_name"
15531   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15532   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15533   include:
15534     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15535     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15536     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15537     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15538     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15539     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15540   layout:
15541     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15542     layout: "plot-throughput"
15543
15544 - type: "plot"
15545   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15546   algorithm: "plot_perf_box_name"
15547   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15548   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15549   include:
15550     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15551     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15552     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15553     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15554     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15555     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15556   layout:
15557     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15558     layout: "plot-throughput"
15559
15560 - type: "plot"
15561   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15562   algorithm: "plot_perf_box_name"
15563   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15564   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15565   include:
15566     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15567     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15568     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15569     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15570     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15571     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15572   layout:
15573     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15574     layout: "plot-throughput"
15575
15576 - type: "plot"
15577   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15578   algorithm: "plot_perf_box_name"
15579   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15580   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15581   include:
15582     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15583     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15584     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15585     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15586     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15587     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15588   layout:
15589     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15590     layout: "plot-throughput"
15591
15592 - type: "plot"
15593   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15594   algorithm: "plot_perf_box_name"
15595   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15596   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15597   include:
15598     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15599     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15600     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15601   layout:
15602     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15603     layout: "plot-throughput"
15604
15605 - type: "plot"
15606   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15607   algorithm: "plot_perf_box_name"
15608   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15609   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15610   include:
15611     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15612     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15613     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15614   layout:
15615     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15616     layout: "plot-throughput"
15617
15618 - type: "plot"
15619   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15620   algorithm: "plot_perf_box_name"
15621   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15622   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15623   include:
15624     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15625     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15626     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15627     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15628     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15629   layout:
15630     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15631     layout: "plot-throughput"
15632
15633 - type: "plot"
15634   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15635   algorithm: "plot_perf_box_name"
15636   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15637   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15638   include:
15639     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15640     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15641     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15642     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15643     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15644   layout:
15645     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15646     layout: "plot-throughput"
15647
15648 - type: "plot"
15649   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15650   algorithm: "plot_perf_box_name"
15651   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15652   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15653   include:
15654     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15655     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15656     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15657     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15658     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15659   layout:
15660     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15661     layout: "plot-throughput"
15662
15663 - type: "plot"
15664   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15665   algorithm: "plot_perf_box_name"
15666   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15667   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15668   include:
15669     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15670     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15671     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15672     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15673     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15674   layout:
15675     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15676     layout: "plot-throughput"
15677
15678 - type: "plot"
15679   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15680   algorithm: "plot_perf_box_name"
15681   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15682   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15683   include:
15684     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15685     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15686     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15687     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15688     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15689     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15690   layout:
15691     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15692     layout: "plot-throughput"
15693
15694 - type: "plot"
15695   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15696   algorithm: "plot_perf_box_name"
15697   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15698   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15699   include:
15700     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15701     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15702     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15703     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15704     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15705     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15706   layout:
15707     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15708     layout: "plot-throughput"
15709
15710 - type: "plot"
15711   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15712   algorithm: "plot_perf_box_name"
15713   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15714   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15715   include:
15716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15717     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15718     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15719     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15720   layout:
15721     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15722     layout: "plot-throughput"
15723
15724 - type: "plot"
15725   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15726   algorithm: "plot_perf_box_name"
15727   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15728   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15729   include:
15730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15733     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15734   layout:
15735     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15736     layout: "plot-throughput"
15737
15738 - type: "plot"
15739   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
15740   algorithm: "plot_perf_box_name"
15741   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
15742   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15743   include:
15744     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15745     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15746     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15747     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15748   layout:
15749     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
15750     layout: "plot-throughput"
15751
15752 - type: "plot"
15753   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
15754   algorithm: "plot_perf_box_name"
15755   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
15756   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15757   include:
15758     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15759     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15760     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15761     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15762   layout:
15763     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
15764     layout: "plot-throughput"
15765
15766 - type: "plot"
15767   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15768   algorithm: "plot_perf_box_name"
15769   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15770   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15771   include:
15772     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15773     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15774     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15775     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15776     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15777   layout:
15778     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15779     layout: "plot-throughput"
15780
15781 - type: "plot"
15782   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15783   algorithm: "plot_perf_box_name"
15784   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15785   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15786   include:
15787     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15788     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15789     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15790     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15791     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15792   layout:
15793     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15794     layout: "plot-throughput"
15795
15796 - type: "plot"
15797   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15798   algorithm: "plot_perf_box_name"
15799   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15800   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15801   include:
15802     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15803     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15804     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15805     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15806   layout:
15807     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15808     layout: "plot-throughput"
15809
15810 - type: "plot"
15811   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15812   algorithm: "plot_perf_box_name"
15813   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15814   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15815   include:
15816     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15817     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15818     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15819     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15820   layout:
15821     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15822     layout: "plot-throughput"
15823
15824 - type: "plot"
15825   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15826   algorithm: "plot_perf_box_name"
15827   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15828   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15829   include:
15830     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15831     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15832     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15833     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15834     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15835     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15836   layout:
15837     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15838     layout: "plot-throughput"
15839
15840 - type: "plot"
15841   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15842   algorithm: "plot_perf_box_name"
15843   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15844   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15845   include:
15846     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15847     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15848     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15849     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15850     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15851     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15852   layout:
15853     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15854     layout: "plot-throughput"
15855
15856 - type: "plot"
15857   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15858   algorithm: "plot_perf_box_name"
15859   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15860   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15861   include:
15862     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15863     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15864     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15865     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15866   layout:
15867     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15868     layout: "plot-throughput"
15869
15870 - type: "plot"
15871   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15872   algorithm: "plot_perf_box_name"
15873   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15874   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15875   include:
15876     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15877     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15878     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15879     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15880   layout:
15881     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15882     layout: "plot-throughput"
15883
15884 - type: "plot"
15885   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15886   algorithm: "plot_perf_box_name"
15887   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15888   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15889   include:
15890     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15893     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15894   layout:
15895     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15896     layout: "plot-throughput"
15897
15898 - type: "plot"
15899   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15900   algorithm: "plot_perf_box_name"
15901   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15902   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15903   include:
15904     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15905     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15906     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15907     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15908   layout:
15909     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15910     layout: "plot-throughput"
15911
15912 - type: "plot"
15913   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15914   algorithm: "plot_perf_box_name"
15915   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15916   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15917   include:
15918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15919     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15922   layout:
15923     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15924     layout: "plot-throughput"
15925
15926 - type: "plot"
15927   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15928   algorithm: "plot_perf_box_name"
15929   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15930   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15931   include:
15932     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15933     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15934     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15935     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15936   layout:
15937     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15938     layout: "plot-throughput"
15939
15940 - type: "plot"
15941   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15942   algorithm: "plot_perf_box_name"
15943   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15944   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15945   include:
15946     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15947     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15948     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15949     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15950   layout:
15951     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15952     layout: "plot-throughput"
15953
15954 - type: "plot"
15955   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15956   algorithm: "plot_perf_box_name"
15957   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15958   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15959   include:
15960     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15961     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15962     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15963     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15964   layout:
15965     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15966     layout: "plot-throughput"
15967
15968 - type: "plot"
15969   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15970   algorithm: "plot_perf_box_name"
15971   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15972   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15973   include:
15974     - "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"
15975     - "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"
15976     - "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"
15977     - "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"
15978   layout:
15979     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15980     layout: "plot-throughput"
15981
15982 - type: "plot"
15983   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15984   algorithm: "plot_perf_box_name"
15985   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15986   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15987   include:
15988     - "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"
15989     - "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"
15990     - "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"
15991     - "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"
15992   layout:
15993     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15994     layout: "plot-throughput"
15995
15996 ################################################################################
15997
15998 # Packet Speedup
15999
16000 - type: "plot"
16001   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
16002   algorithm: "plot_tsa_name"
16003   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
16004   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16005   include:
16006     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16007     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16008     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16009     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16010   layout:
16011     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
16012     layout: "plot-throughput-speedup-analysis"
16013
16014 - type: "plot"
16015   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
16016   algorithm: "plot_tsa_name"
16017   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
16018   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16019   include:
16020     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16021     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16022     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16023     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16024   layout:
16025     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
16026     layout: "plot-throughput-speedup-analysis"
16027
16028 - type: "plot"
16029   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
16030   algorithm: "plot_tsa_name"
16031   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
16032   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16033   include:
16034     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16035     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16036     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16037     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16038   layout:
16039     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
16040     layout: "plot-throughput-speedup-analysis"
16041
16042 - type: "plot"
16043   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
16044   algorithm: "plot_tsa_name"
16045   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
16046   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16047   include:
16048     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16049     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16050     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16051     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16052   layout:
16053     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
16054     layout: "plot-throughput-speedup-analysis"
16055
16056 - type: "plot"
16057   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
16058   algorithm: "plot_tsa_name"
16059   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
16060   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16061   include:
16062     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16063     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16064     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16065     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16066     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16067   layout:
16068     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
16069     layout: "plot-throughput-speedup-analysis"
16070
16071 - type: "plot"
16072   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
16073   algorithm: "plot_tsa_name"
16074   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
16075   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16076   include:
16077     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16078     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16079     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16080     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16081     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16082   layout:
16083     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
16084     layout: "plot-throughput-speedup-analysis"
16085
16086 - type: "plot"
16087   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
16088   algorithm: "plot_tsa_name"
16089   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
16090   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16091   include:
16092     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16093     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
16094     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
16095     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16096   layout:
16097     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
16098     layout: "plot-throughput-speedup-analysis"
16099
16100 - type: "plot"
16101   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
16102   algorithm: "plot_tsa_name"
16103   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
16104   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16105   include:
16106     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16107     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
16108     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
16109     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16110   layout:
16111     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
16112     layout: "plot-throughput-speedup-analysis"
16113
16114 - type: "plot"
16115   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16116   algorithm: "plot_tsa_name"
16117   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16118   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16119   include:
16120     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16121     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16122     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16123     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16124     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16125   layout:
16126     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
16127     layout: "plot-throughput-speedup-analysis"
16128
16129 - type: "plot"
16130   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16131   algorithm: "plot_tsa_name"
16132   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16133   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16134   include:
16135     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16136     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16137     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16138     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16139     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16140   layout:
16141     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
16142     layout: "plot-throughput-speedup-analysis"
16143
16144 - type: "plot"
16145   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
16146   algorithm: "plot_tsa_name"
16147   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
16148   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16149   include:
16150     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16151     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16152     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16153     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16154     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16155     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16156   layout:
16157     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
16158     layout: "plot-throughput-speedup-analysis"
16159
16160 - type: "plot"
16161   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
16162   algorithm: "plot_tsa_name"
16163   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
16164   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16165   include:
16166     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16167     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16168     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16169     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16170     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16171     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16172   layout:
16173     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
16174     layout: "plot-throughput-speedup-analysis"
16175
16176 - type: "plot"
16177   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
16178   algorithm: "plot_tsa_name"
16179   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
16180   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16181   include:
16182     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
16183     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
16184   layout:
16185     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
16186     layout: "plot-throughput-speedup-analysis"
16187
16188 - type: "plot"
16189   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
16190   algorithm: "plot_tsa_name"
16191   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
16192   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16193   include:
16194     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
16195     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
16196   layout:
16197     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
16198     layout: "plot-throughput-speedup-analysis"
16199
16200 - type: "plot"
16201   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
16202   algorithm: "plot_tsa_name"
16203   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
16204   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16205   include:
16206     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
16207     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16208     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
16209     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16210     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
16211     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16212   layout:
16213     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
16214     layout: "plot-throughput-speedup-analysis"
16215
16216 - type: "plot"
16217   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
16218   algorithm: "plot_tsa_name"
16219   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
16220   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16221   include:
16222     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
16223     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16224     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
16225     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16226     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
16227     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16228   layout:
16229     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
16230     layout: "plot-throughput-speedup-analysis"
16231
16232 - type: "plot"
16233   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
16234   algorithm: "plot_tsa_name"
16235   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
16236   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16237   include:
16238     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16239     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16240     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16241     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16242     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16243     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16244   layout:
16245     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
16246     layout: "plot-throughput-speedup-analysis"
16247
16248 - type: "plot"
16249   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
16250   algorithm: "plot_tsa_name"
16251   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
16252   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16253   include:
16254     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16255     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16256     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16257     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16258     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16259     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16260   layout:
16261     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
16262     layout: "plot-throughput-speedup-analysis"
16263
16264 - type: "plot"
16265   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16266   algorithm: "plot_tsa_name"
16267   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16268   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16269   include:
16270     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16271     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16272     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16273   layout:
16274     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr"
16275     layout: "plot-throughput-speedup-analysis"
16276
16277 - type: "plot"
16278   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16279   algorithm: "plot_tsa_name"
16280   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16281   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16282   include:
16283     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16284     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16285     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16286   layout:
16287     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr"
16288     layout: "plot-throughput-speedup-analysis"
16289
16290 - type: "plot"
16291   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16292   algorithm: "plot_tsa_name"
16293   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16294   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16295   include:
16296     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16297     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16298     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16299     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16300     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16301   layout:
16302     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
16303     layout: "plot-throughput-speedup-analysis"
16304
16305 - type: "plot"
16306   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16307   algorithm: "plot_tsa_name"
16308   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16309   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16310   include:
16311     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16312     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16313     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16314     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16315     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16316   layout:
16317     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
16318     layout: "plot-throughput-speedup-analysis"
16319
16320 - type: "plot"
16321   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
16322   algorithm: "plot_tsa_name"
16323   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
16324   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16325   include:
16326     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
16327     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
16328     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
16329     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
16330     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
16331   layout:
16332     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
16333     layout: "plot-throughput-speedup-analysis"
16334
16335 - type: "plot"
16336   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
16337   algorithm: "plot_tsa_name"
16338   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
16339   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16340   include:
16341     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
16342     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
16343     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
16344     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
16345     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
16346   layout:
16347     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
16348     layout: "plot-throughput-speedup-analysis"
16349
16350 - type: "plot"
16351   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16352   algorithm: "plot_tsa_name"
16353   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16354   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16355   include:
16356     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16357     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16358     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16359     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16360     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16361     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16362   layout:
16363     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
16364     layout: "plot-throughput-speedup-analysis"
16365
16366 - type: "plot"
16367   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16368   algorithm: "plot_tsa_name"
16369   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16370   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16371   include:
16372     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16373     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16374     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16375     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16376     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16377     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16378   layout:
16379     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
16380     layout: "plot-throughput-speedup-analysis"
16381
16382 - type: "plot"
16383   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16384   algorithm: "plot_tsa_name"
16385   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16386   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16387   include:
16388     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16389     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16390     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16391     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16392   layout:
16393     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
16394     layout: "plot-throughput-speedup-analysis"
16395
16396 - type: "plot"
16397   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16398   algorithm: "plot_tsa_name"
16399   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16400   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16401   include:
16402     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16403     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16404     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16405     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16406   layout:
16407     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
16408     layout: "plot-throughput-speedup-analysis"
16409
16410 - type: "plot"
16411   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
16412   algorithm: "plot_tsa_name"
16413   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
16414   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16415   include:
16416     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16417     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16418     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16419     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16420   layout:
16421     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
16422     layout: "plot-throughput-speedup-analysis"
16423
16424 - type: "plot"
16425   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
16426   algorithm: "plot_tsa_name"
16427   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
16428   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16429   include:
16430     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16431     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16432     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16433     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16434   layout:
16435     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
16436     layout: "plot-throughput-speedup-analysis"
16437
16438 - type: "plot"
16439   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16440   algorithm: "plot_tsa_name"
16441   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16442   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16443   include:
16444     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16445     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16446     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16447     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16448     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16449   layout:
16450     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
16451     layout: "plot-throughput-speedup-analysis"
16452
16453 - type: "plot"
16454   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16455   algorithm: "plot_tsa_name"
16456   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16457   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16458   include:
16459     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16460     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16461     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16462     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16463     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16464   layout:
16465     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
16466     layout: "plot-throughput-speedup-analysis"
16467
16468 - type: "plot"
16469   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16470   algorithm: "plot_tsa_name"
16471   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16472   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16473   include:
16474     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16475     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16476     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16477     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16478   layout:
16479     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
16480     layout: "plot-throughput-speedup-analysis"
16481
16482 - type: "plot"
16483   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16484   algorithm: "plot_tsa_name"
16485   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16486   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16487   include:
16488     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16489     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16490     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16491     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16492   layout:
16493     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
16494     layout: "plot-throughput-speedup-analysis"
16495
16496 - type: "plot"
16497   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
16498   algorithm: "plot_tsa_name"
16499   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
16500   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16501   include:
16502     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
16503     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16504     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16505     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
16506     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
16507     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16508   layout:
16509     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
16510     layout: "plot-throughput-speedup-analysis"
16511
16512 - type: "plot"
16513   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
16514   algorithm: "plot_tsa_name"
16515   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
16516   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16517   include:
16518     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
16519     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16520     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16521     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
16522     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
16523     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16524   layout:
16525     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
16526     layout: "plot-throughput-speedup-analysis"
16527
16528 - type: "plot"
16529   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
16530   algorithm: "plot_tsa_name"
16531   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
16532   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16533   include:
16534     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16535     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16536     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16537     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16538   layout:
16539     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
16540     layout: "plot-throughput-speedup-analysis"
16541
16542 - type: "plot"
16543   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
16544   algorithm: "plot_tsa_name"
16545   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
16546   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16547   include:
16548     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16549     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16550     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16551     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16552   layout:
16553     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
16554     layout: "plot-throughput-speedup-analysis"
16555
16556 - type: "plot"
16557   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16558   algorithm: "plot_tsa_name"
16559   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16560   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16561   include:
16562     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16563     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16564     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16565     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16566   layout:
16567     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16568     layout: "plot-throughput-speedup-analysis"
16569
16570 - type: "plot"
16571   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16572   algorithm: "plot_tsa_name"
16573   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16574   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16575   include:
16576     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16577     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16578     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16579     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16580   layout:
16581     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16582     layout: "plot-throughput-speedup-analysis"
16583
16584 - type: "plot"
16585   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16586   algorithm: "plot_tsa_name"
16587   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16588   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16589   include:
16590     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16591     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16592     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16593     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16594   layout:
16595     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16596     layout: "plot-throughput-speedup-analysis"
16597
16598 - type: "plot"
16599   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16600   algorithm: "plot_tsa_name"
16601   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16602   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16603   include:
16604     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16605     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16606     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16607     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16608   layout:
16609     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16610     layout: "plot-throughput-speedup-analysis"
16611
16612 - type: "plot"
16613   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
16614   algorithm: "plot_tsa_name"
16615   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
16616   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16617   include:
16618     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16619     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16620     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16621     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16622   layout:
16623     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
16624     layout: "plot-throughput-speedup-analysis"
16625
16626 - type: "plot"
16627   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
16628   algorithm: "plot_tsa_name"
16629   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
16630   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16631   include:
16632     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16633     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16634     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16635     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16636   layout:
16637     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
16638     layout: "plot-throughput-speedup-analysis"
16639
16640 - type: "plot"
16641   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16642   algorithm: "plot_tsa_name"
16643   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16644   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16645   include:
16646     - "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"
16647     - "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"
16648     - "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"
16649     - "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"
16650   layout:
16651     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
16652     layout: "plot-throughput-speedup-analysis"
16653
16654 - type: "plot"
16655   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
16656   algorithm: "plot_tsa_name"
16657   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
16658   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16659   include:
16660     - "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"
16661     - "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"
16662     - "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"
16663     - "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"
16664   layout:
16665     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
16666     layout: "plot-throughput-speedup-analysis"
16667
16668 ################################################################################
16669
16670 # Packet Throughput - DPDK
16671
16672 # 2n-clx-xxv710
16673
16674 - type: "plot"
16675   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
16676   algorithm: "plot_perf_box_name"
16677   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
16678   data: "plot-dpdk-throughput-latency-2n-clx"
16679   include:
16680     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16681     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16682   layout:
16683     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
16684     layout: "plot-throughput"
16685
16686 - type: "plot"
16687   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
16688   algorithm: "plot_perf_box_name"
16689   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
16690   data: "plot-dpdk-throughput-latency-2n-clx"
16691   include:
16692     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16693     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16694   layout:
16695     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
16696     layout: "plot-throughput"
16697
16698 - type: "plot"
16699   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
16700   algorithm: "plot_perf_box_name"
16701   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
16702   data: "plot-dpdk-throughput-latency-2n-clx"
16703   include:
16704     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16705     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16706   layout:
16707     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
16708     layout: "plot-throughput"
16709
16710 - type: "plot"
16711   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
16712   algorithm: "plot_perf_box_name"
16713   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
16714   data: "plot-dpdk-throughput-latency-2n-clx"
16715   include:
16716     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16717     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16718   layout:
16719     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
16720     layout: "plot-throughput"
16721
16722 # 2n-clx-x710
16723
16724 - type: "plot"
16725   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
16726   algorithm: "plot_perf_box_name"
16727   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
16728   data: "plot-dpdk-throughput-latency-2n-clx"
16729   include:
16730     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16731     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16732   layout:
16733     title: "2n-clx-x710-64b-2t1c-base-ndr"
16734     layout: "plot-throughput"
16735
16736 - type: "plot"
16737   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
16738   algorithm: "plot_perf_box_name"
16739   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
16740   data: "plot-dpdk-throughput-latency-2n-clx"
16741   include:
16742     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16743     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16744   layout:
16745     title: "2n-clx-x710-64b-4t2c-base-ndr"
16746     layout: "plot-throughput"
16747
16748 - type: "plot"
16749   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
16750   algorithm: "plot_perf_box_name"
16751   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
16752   data: "plot-dpdk-throughput-latency-2n-clx"
16753   include:
16754     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16755     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16756   layout:
16757     title: "2n-clx-x710-64b-2t1c-base-pdr"
16758     layout: "plot-throughput"
16759
16760 - type: "plot"
16761   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
16762   algorithm: "plot_perf_box_name"
16763   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
16764   data: "plot-dpdk-throughput-latency-2n-clx"
16765   include:
16766     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16767     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16768   layout:
16769     title: "2n-clx-x710-64b-4t2c-base-pdr"
16770     layout: "plot-throughput"
16771
16772 ################################################################################
16773
16774 #- type: "plot"
16775 #  title: "Latency by percentile: 2n-skx"
16776 #  algorithm: "plot_hdrh_lat_by_percentile"
16777 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
16778 #  output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
16779 #  target-links: "../../_static/vpp"
16780 #  data: "plot-vpp-hdrh-lat-2n-skx"
16781 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16782 #  layout:
16783 #    layout: "plot-hdrh-latency-by-percentile"
16784
16785 #- type: "plot"
16786 #  title: "Latency by percentile: 3n-skx"
16787 #  algorithm: "plot_hdrh_lat_by_percentile"
16788 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
16789 #  output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
16790 #  target-links: "../../_static/vpp"
16791 #  data: "plot-vpp-hdrh-lat-3n-skx"
16792 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16793 #  layout:
16794 #    layout: "plot-hdrh-latency-by-percentile"
16795
16796 - type: "plot"
16797   title: "Latency by percentile: 2n-clx"
16798   algorithm: "plot_hdrh_lat_by_percentile"
16799   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
16800   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
16801   target-links: "../../_static/vpp"
16802   data: "plot-vpp-hdrh-lat-2n-clx"
16803   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16804   layout:
16805     layout: "plot-hdrh-latency-by-percentile"
16806
16807 - type: "plot"
16808   title: "Latency by percentile: 3n-hsw"
16809   algorithm: "plot_hdrh_lat_by_percentile"
16810   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
16811   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
16812   target-links: "../../_static/vpp"
16813   data: "plot-vpp-hdrh-lat-3n-hsw"
16814   filter: "'1T1C' and 'NIC_Intel-XL710'"
16815   layout:
16816     layout: "plot-hdrh-latency-by-percentile"
16817
16818 - type: "plot"
16819   title: "Latency by percentile: 3n-tsh"
16820   algorithm: "plot_hdrh_lat_by_percentile"
16821   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
16822   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
16823   target-links: "../../_static/vpp"
16824   data: "plot-vpp-hdrh-lat-3n-tsh"
16825   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16826   layout:
16827     layout: "plot-hdrh-latency-by-percentile"
16828
16829 - type: "plot"
16830   title: "Latency by percentile: DPDK 2n-clx"
16831   algorithm: "plot_hdrh_lat_by_percentile"
16832   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
16833   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
16834   target-links: "../../_static/dpdk"
16835   data: "plot-dpdk-hdrh-lat-2n-clx"
16836   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16837   layout:
16838     layout: "plot-hdrh-latency-by-percentile"
16839
16840 - type: "plot"
16841   title: "Latency by percentile: DPDK 3n-hsw"
16842   algorithm: "plot_hdrh_lat_by_percentile"
16843   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
16844   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
16845   target-links: "../../_static/dpdk"
16846   data: "plot-dpdk-hdrh-lat-3n-hsw"
16847   filter: "'1T1C' and 'NIC_Intel-XL710'"
16848   layout:
16849     layout: "plot-hdrh-latency-by-percentile"
16850
16851 - type: "plot"
16852   title: "Latency by percentile: DPDK 3n-tsh"
16853   algorithm: "plot_hdrh_lat_by_percentile"
16854   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
16855   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
16856   target-links: "../../_static/dpdk"
16857   data: "plot-dpdk-hdrh-lat-3n-tsh"
16858   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16859   layout:
16860     layout: "plot-hdrh-latency-by-percentile"